@import url('main.css');

body {
  font-family: 'Heebo', sans-serif;
}

#hero {
    background-image: url("../media/hero.jpg");
    height: 350px;
    width: 100%;
    background-size: cover;
    background-position: 0 -160px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    height: 78vh;
    position: relative;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 92%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 92%);
}

#hero #hero-content {
    padding-top: 120px;
    text-align: center;
}

#hero #contact-typer {
    font-size: 32px;
    text-align: center;
    display: block;
    color: #fff;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'OS-BD';
}

#hero #contact-typer:after {
    content: "";
    border-right: 2px solid #fff;
    height: 80%;
    position: absolute;
    left: -6px;
    top: 10%; /* 50% - (80% / 2) */
    animation-name: flicker;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
}

.section {
    padding: 15px;
    overflow-x: hidden;
}

.section .section-title {
    text-align: center;
    /* padding-bottom: 15px; */
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.section .section-title.right {
    text-align: right;
}

.wcwd-item .icon {
    height: 90px;
    width: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    margin-bottom: 30px;
    box-shadow: 8px 8px 30px 0 rgba(1,96,231,.3);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(1,96,231,.3);
    -moz-box-shadow: 8px 8px 30px 0 rgba(1,96,231,.3);
}

.wcwd-item .text * {
    text-align: center;
}

.wcwd-item .text .title {
    font-weight: bold;
    font-size: 1.1rem;
    font-family: 'OS-BD';
}

.wcwd-item .text .det {
    font-size: 15px;
    margin: auto;
    padding-top: 3px;
}

.wcwd-item.wcwd-design-item .icon {
    /*background-image: url("../media/icons/diamond.svg");*/
    background-color: #00c3ff;
    border-radius: 50%;
}

#our-technologies {
    display: flex;
    justify-content: space-between;
    margin: auto;
    font-size: 27px;
    padding: 20px;
    flex-wrap: wrap;
    width: 550px;
    margin-top: 20px;
    max-width: 100%;
}

#our-technologies .technology {
    cursor: pointer;
    position: relative;
    color: #333333;
    transition: 0.1s ease;
    margin: 5px 20px;
}

#our-technologies .technology:hover {
    color: #5a5a5a;
}

#our-technologies .technology:hover:after {
    content: attr(data-title);
    font-size: 11px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 117%;
    white-space: nowrap;
    border-radius: 3px;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
    color: #fff;
}

/* Last projects section */
/* Hover Scroll Effect */
.frame{
    width: 100%;
    height: 240px;
    transition: 2s ease-out;
    overflow-y: hidden;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px #d6d6d68a;
}

.frame:hover {
    border: 1px solid rgba(0, 0, 0, 0.2)
}
  
.frame img {
    object-fit: cover;
    width:100%;
    transform: translateY(0);
    transition: 2s ease-out;
}
  
.frame:hover img {
    object-fit: cover;
    width:100%;
    /* Considering frame height   */
    transform: translateY(calc(-100% + 240px));
    transition: 2s ease-out;
}

.project-card {
    position: relative;
    transition: 0.3s ease-in-out;
    padding: 10px;
}

.project-card-title {
    padding: 10px 20px;
    border-radius: 4px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    right: 50%;
    font-size: 0.8rem;
    transform: translateX(50%);
    background: rgba(0, 0, 0, 0.4);
    display: none;
    transition: 0.3s ease-in-out;
}

.project-card:hover {
}

.project-card:hover .project-card-title {
    display: block;
}

#projects-section {
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
}

a#show-portfolio-btn {
  margin-top: 20px;
  display: inline-block;
  padding: 10px 25px;
  background: #0160e7;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 0 0 20px rgba(1,96,231,.3);
  margin-bottom: 10px;
}

a#show-portfolio-btn i {
  margin-right: 6px;
}

img#ver-dash {
    height: 60px;
    width: auto !important;
    margin: 20px;
}

#projects-section img {
    width: 100%;
    border-radius: 15px;
}

#projects-section .section-title {
    color: #000;
}

.section#our-last-projects-section {
}

.section#our-last-projects-section .section-title {
    color: #fff;
}

#our-last-projects-items {
    padding: 0 70px;
}

#our-last-projects-items .project-item-link {
    text-decoration: none;
}

#our-last-projects-items .project-item-link .project-item {
    background-color: #fff;
    width: 210px;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 2px #a2a2a2bd;
    margin-bottom: 18px;
}

#our-last-projects-items .project-item .preview-pic {
    height: 210px;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#our-last-projects-items .project-item .text {
    padding: 5px;
}

#our-last-projects-items .project-item .text * {
    text-align: center;
}

#our-last-projects-items .project-item .text .title {
    color: #0389d6;
}

#our-last-projects-items .project-item .text .det {
    font-size: 14px;
}

/* Contact form */
.contact-form-input {
    display: block;
    padding: 6px 12px;
    width: 100%;
    border: 2px solid #34b9f55c;
}

#main-contact-enter-description-wrap {
    padding-left: 20px;
    margin-right: -.25em;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

#main-contact-enter-description {
    height: 110px;
}

#select-service-wrap {
    margin-top: 10px;
}

#contact-form-submit-btn {
    padding: 9px 16px;
    background-color: #fff;
    border-radius: 3px;
    float: left;
    border: none;
    color: #131313;
    margin-left: calc(20px + .25em);
    font-weight: bold;
    cursor: pointer;
}

#contact-section {
    /* background-image: url("../media/contact-bg.jpg"); */
    background-color: #f5ec7b;
    background-size: cover;
    color: #000;
    padding-left: 110px;
    padding-right: 110px;
}

#contact-section .contact-form-input {
    display: block;
    padding: 6px 12px;
    width: 100%;
    border: none;
    border-radius: 3px;
}

/* Projects section */
.section#projects-section {
    color: #fff;
    padding: 0;
}

.project-title {
    color: #8c8c8c;
    display: block;
    margin-top: 25px;
    font-weight: bold;
}

#projects-section .project-item-link {
    text-decoration: none;
}

.projects-project-item-link:hover {
    text-decoration: none;
}

#projects-section .projects-project-item-link .project-item {
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 1px 2px #a2a2a2bd;
    margin-bottom: 18px;
}

#projects-section .projects-project-item-link .project-item .preview-pic {
    height: 140px;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#projects-section .projects-project-item-link .project-item .text {
    padding: 5px;
}

#projects-section .projects-project-item-link .project-item .text * {
    text-align: center;
}

#projects-section .projects-project-item-link .project-item .text .title {
    color: #dab140;
    font-weight: bold;
}

#projects-section .project-item .text .det {
    font-size: 14px;
    color: #dab140;
}

/* Social links */
.social {
    text-align: center;
    font-size: 2em;
    color: #555;
    overflow: hidden;
}

.social a {
    color: inherit;
    text-decoration: none;
}

.social i {
    margin: 0.2em;
    cursor: pointer;
    transition: color 300ms ease, margin-top 300ms ease;
    transform: translateZ(0);
}

#mobile-nav {
    display: none;
}

#what-you-get-section {
    background: #cba640;
    color: #fff;
    padding-top: 10px;
}

/* Ways of making money section */
#ways-of-making-money-section {
    background-color: #fff;
    background-size: contain;
    padding-bottom: 50px;
    position: relative;
    background-image: linear-gradient(80deg,#1f0098 0%,#05d7f0 100%);
    overflow: visible;
    padding-bottom: 150px;
}

#ways-of-making-money-section .page-bottom:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 30px;
    width: 100%;
    background-color: #fff;
    z-index: 888;
}

#ways-of-making-money-section a {
    text-decoration: none;
}

.wtmm-title {
    display: flex;
}

.wtmm-title i {
    margin-left: 10px;
}

.page .page-bottom .home-services-item {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: right;
}

.home-services-item {
    display: block;
    background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    font-weight: 400;
    font-size: 14px;
    color: #6F8BA4;
    line-height: 26px;
    letter-spacing: 0.88px;
    padding: 30px;
    border-radius: 40px;
    border-bottom-left-radius: 4px;
    margin-top: 30px;
    position: relative;
    text-align: right;
    box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 44%);
    -webkit-box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 44%);
    -moz-box-shadow: 8px 8px 30px 0 rgb(42 67 113 / 44%);
  }
  
  .home-services-item.box {
    border-radius: 4px !important;
  }
  
  .home-services-item.box:before {
    border-radius: 4px !important;
  }
  
  .home-services-item:before {
    content: '';
    border-radius: 40px;
    border-bottom-left-radius: 4px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-image: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%);
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
  
  .home-services-item:hover, .home-services-item.active {
    color: #F7F8FF;
  }
  
  .home-services-item:hover:before, .home-services-item.active:before {
    opacity: 1;
  }
  
  .home-services-item:hover .services-title, .home-services-item.active .services-title {
    color: #fff;
    text-align: right;
  }
  
  .home-services-item:hover i, .home-services-item.active i {
    background-image: linear-gradient(127deg, #fff 0%, #fff 91%);
  }
  
  .home-services-item .services-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #3B566E;
    margin-bottom: 23px !important;
    letter-spacing: 0.7px;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
  }
  
  .home-services-item i {
    font-size: 26px;
    margin-bottom: 23px;
    background-image: linear-gradient(127deg, #384DFF 0%, #24CDFF 91%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 2;
  }
  
  .home-services-item p {
    position: relative;
    z-index: 2;
    transition: all 0.3s ease 0s;
    margin-bottom: 0px !important;
  }
  
  .home-services-item .btn-white-line {
    position: relative;
    z-index: 2;
    width: 100%;
  }

/* 2020 Update */
#hero-new {
    background-image: linear-gradient(80deg,#1f0098 0%,#05d7f0 100%);
    padding: 300px 100px;
    position: relative;
    overflow-x: hidden;
}

#hero-logo  h1 {
  font-size: 5rem;
  color: transparent;
  margin: 0;
  background: url('https://c1.staticflickr.com/6/5311/7044726901_95378ec104_b.jpg');
  -webkit-background-clip: text;
  font-family: 'OS-BD';
  text-align: center;
  background-size: cover;
}

#hero-new-stars {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: url('../media/stars.png');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
}

#hero-new-shape-bottom {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 998;
}

#hero-new-shape-bottom svg {
    fill: #f0f6ff;
    display: block;
    width: calc(100% + 74px);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#hero-new-particles {
    z-index: 999;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

#what-can-we-do-section {
    background-color: #f0f6ff;
    position: relative;
    min-height: 450px;
    overflow: visible;
    padding-bottom: 80px;
}

#what-can-we-do-section .section-title {
    display: none;
}

#wcwd-bottom {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 998;
    background-color: #f0f6ff;
    transform: rotate(180deg);
    max-width: 100%;
    overflow: hidden;
}

#wcwd-bottom svg {
    fill: #fff;
    display: block;
    width: calc(100% + 74px);
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#wcwd-content {
    position: absolute;
    top: -200px;
    right: 0;
    left: 0; 
    z-index: 9999;
}

.wcwd-design-item {
    padding: 40px 27px 45px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    background-color: #fff;
    overflow: hidden;
    transition: 0.44s ease-in-out;
}

#wcwd-content .container-fluid {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.bg-cow-top {
    position: absolute;
    top: 0;
    height: 70px;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url('../media/cows/cows.png');
}

.bg-cow-bottom {
    position: absolute;
    bottom: 0;
    height: 70px;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: url('../media/cows/cows.png');
}

.bg-top-1 {
  background-position: top left;
  background-size: auto;
  width: 115px;
  left: 0;
  right: auto;
}

.bg-top-2 {
  background-position: -120px 0px;
  background-size: auto;
  width: 129px;
  right: 0 !important;
}

.bg-top-3 {
  background-position: top left;
  background-size: auto;
  width: 115px;
  left: 0;
  right: auto;
}

.bg-top-4 {
  background-position: -257px 0px;
  background-size: auto;
  width: 129px;
  left: 0;
  right: auto;
}

.bg-bottom-1 {
    
}

.bg-bottom-2 {
  background-position: 0 -66px;
  background-size: auto;
  width: 92px;
  left: 0;
  right: auto;
}

.bg-bottom-3 {
  background-position: -95px -66px;
  background-size: auto;
  width: 157px;
  right: 0;;
}

.bg-bottom-4 {
  background-position: -274px -66px;
    background-size: auto;
    width: 184px;
    right: 0;
}

.wcwd-design-item:hover {
    cursor: pointer;
    color: #fff;
    background-image: linear-gradient(80deg, #00c3ff,#12a0b1 100%);
    transform: translateY(-20px)
}

.wcwd-design-item .text {
    font-family: 'OS-BD';
}

.wcwd-design-item:hover .bg-cow-bottom, .wcwd-design-item:hover .bg-cow-top {
    display: none;
}

.wcwd-design-item .icon {
    line-height: 90px;
    text-align: center;
    font-size: 2rem;
    color: #fff; 
}

.wcwd-design-item:hover .icon {
    background-color: #fff;
    color: #00c3ff;
}

#what-can-we-do-items .grid__col:first-child .wcwd-design-item {
    margin-top: 60px;
}

#what-can-we-do-items .grid__col:nth-child(3) .wcwd-design-item {
    margin-top: 60px;
}

#hero-new-content {
    text-align: center;
    font-family: 'OS-BD';
    color: #fff;
    margin-top: -200px;
}

#hero-new-content .logo {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 10px;
}

#hero-new-content .logo i {
    font-size: 3.4rem;
}

#hero-new-content-title {
    text-align: center;
}

#hero-new-content-slogan {
    font-family: 'conduct', sans-serif !important;
    text-align: center;
}

#hero-new-content-slogan i {
  font-size: 20px;
}

#hero-new-content-slogan img {
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

#packages-section {
    min-height: 80px;
    padding-bottom: 40px;
}

#packages-section *:not(i) {
    font-family: 'OS-BD';
}

#packages-section-tiny-title {
    color: #a5b7d2;
    position: relative;
    text-align: center;
    margin: auto;
    margin-top: -100px;
    z-index: 88888;
    font-size: 1.2rem;
    display: table;
}

#packages-section-tiny-title::before {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5b7d2;
}

#packages-section-tiny-title::after {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5b7d2;
}

#packages-section-title {
    font-size: 2.2rem;
    text-align: center;
    z-index: 88888;
    position: relative;
    font-size: 2.2rem;
    text-align: center;
    font-family: 'OS-BD';
}

#packages-section-title-tech {
    font-size: 2.2rem;
    text-align: center;
    z-index: 88888;
    position: relative;
    font-size: 2.2rem;
    text-align: center;
    font-family: 'OS-BD';
    margin-bottom: 20px;
    color: #fff;
    margin-top: 20px;
}

#packages-section-desc {
    text-align: center;
    z-index: 88888;
    position: relative;
    color: #444;
    font-family: 'conduct', sans-serif !important;
    margin-top: 10px;
    margin: 10px auto 0 auto;
}

#pricing-tabs {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    margin-top: 40px;
}

.pricing-tab {
    padding: 5px 15px;
    border-radius: 6px;
    color: #000;
    background-color: transparent;
    border: 1px solid #0160e7;
    cursor: pointer;
    transition: 0.44s ease-in-out;
}

.pricing-tab.active {
    background: #0160e7;
    color: #fff;
    box-shadow: 0 0 20px rgba(1,96,231,.3);
}

.packaging-item {
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    min-height: 300px;
    margin: 10px 0 30px 0;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    padding-bottom: 30px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.packaging-item:hover {
    margin-top: -10px;
}

.packaging-item-top-bg {
    height: 124px;
    position: absolute;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-image: url("../media/cows/cows.png");
}

#italy-top-bg {
  background-position: -428px -158px;
  width: 212px;
}

#germany-top-bg {
  background-position: -216px -158px;
  width: 212px;
}

#russia-top-bg {
  background-position: 0px -158px;
  width: 200px;
}

.packaging-item-flag {
    position: absolute;
    right: 25px;
    top: 50px;
    /* transform: translateX(50%); */
    opacity: 0.65;
    /* box-shadow: 8px 8px 30px 0 rgba(42,67,113,.35);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.35);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.35); */
}

.packaging-item-flag img {
    height: 100px;
}

.packaging-item-flag-title {
    background: none;
    font-size: 1.6rem;
    margin-top: -15px;
    color: #000;
    margin-bottom: 0;
}

.packaging-item-package-name {
    height: 34px;
    width: 80px;
    border-radius: 0 20px 20px 0;
    background-color: #00c3ff;
    position: absolute;
    left: 0;
    top: 40px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
}

.packaging-item-package-content {
    padding: 20px;
    padding-top: 120px;
    text-align: center;
}

.packaging-item-package-price {
    position: relative;
    text-align: center;
    font-size: 3rem;
    color: #00c3ff;
    display: inline-block;
    margin: auto;
    margin-right: 10px;
}

.packaging-item-package-price super {
    position: absolute;
    top: 6px;
    right: -24px;
    font-size: 1.8rem;
}

.packaging-item-package-type-of-payment {
    text-align: center;
    color: #555;
    margin-top: -10px;
}

.packaging-item .sep {
    margin: 30px auto;
    width: 80%;
    height: 1px;
    background-color: #ebebeb;
}

.packaging-item-desc i {
    margin-right: 10px;
}

.packaging-item-desc .packaging-item-desc-item {
    line-height: 40px;
    text-align: center;
    font-family: 'conduct', sans-serif !important;
}

.packaging-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: 888;
    background-position: bottom left;
    background-image: url("../media/cows/cows.png");
}

#italy-package-item:after {
  background-position: 0px -282px;
  width: 82px;
  left: 0;
  height: 94px;
}

#germany-package-item:after {
  background-position: -85px -282px;
  width: 164px;
  right: 0;
  height: 87px;
}

#russia-package-item:after {
  background-position: -407px -273px;
  width: 129px;
  left: 0;
  height: 103px;
}

.coose-package-btn {
    background-color: #00c3ff;
    border-radius: 40px;
    width: 60%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -10px;
    font-size: 1.2rem;
    text-indent: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    z-index: 999;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.coose-package-btn i {
    height: 40px;
    width: 40px;
    color: #00c3ff;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    top: 5px;
    float: left;
    margin-left: -13px;
    transform: translate(-50%);
    text-indent: initial;
    text-align: center;
    line-height: 40px;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    transition: 0.3s ease-in-out;
}

.coose-package-btn:hover {
    text-indent: -10%;
    background-image: linear-gradient(80deg,#644bc5 40%,#3f12ff 100%);
}

.coose-package-btn:hover i {
    margin-left: 16px;
    color: #644bc5;
}

#jobs-section-title {
  position: relative;
}

#jobs-section-title:after {
  content: "";
}

#jobs-section-tiny-title {
    color: #a5b7d2;
    position: relative;
    text-align: center;
    margin: auto;
    font-size: 1.2rem;
    display: table;
    font-family: 'OS-BD';
    margin-top: 20px;
}

#jobs-section-tiny-title::before {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    right: -27px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5b7d2;
}

#jobs-section-tiny-title::after {
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    left: -27px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a5b7d2;
}

#jobs-section-title {
    font-size: 2.2rem;
    text-align: center;
    color: #000;
    font-family: 'OS-BD';
}

/* coffee section */
#coffee-section {
    border-radius: 10px 10px 0 0;
    padding: 10px;
    background: #00c3ff;
    background: url('../media/coffee-bg.png'), #00c3ff;
    box-shadow: 0 0 36px rgb(1 96 231 / 66%);
    background-position-y: center;
    color: #fff;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -100%;
    transition: 0.44s ease-in-out;
}

#coffee-section *:not(i) {
    font-family: 'OS-BD' !important;
}

#contact-feedback {
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.3);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    display: none;
}

#coffee-section-title {
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
    margin-left: 40px;
}

#coffee-section-title i {
    margin-left: 10px;
}

#coffee-section-inputs {
    display: flex;
    justify-content: center;
}

.coffee-section-input {
    margin: 0 7px;
    border: none;
    padding: 9px 20px;
    border-radius: 3px;
    background: 0;
    border-bottom: 3px solid #fff;
    font-weight: bold;
    color: #fff;
    padding-left: 60px;
    background: #00c3ff;
}

#coffee-section-inputs input[type="submit"] {
    background: #fff;
    color: #00c3ff;
    text-align: center;
    padding-left: 20px;
    cursor: pointer;
}

.coffee-section-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.coffee-section-input::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.coffee-section-input:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.coffee-section-input:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.slick-dots {
    padding: 10px 0;
}

/* Contact Modal */
#contact-modal-wrap {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999999;
}

#modal-form-feedback {
    margin-top: -30px;
    margin-bottom: 50px;
}

#contact-modal-bg {
    background-color: rgba(0, 0, 0, 0.63);
    height: 100%;
    width: 100%;
    cursor: pointer;
}

#contact-modal-exit-btn {
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: -12px;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    font-size: 1.15rem;
    cursor: pointer;
}

#contact-modal {
    display: flex;
    width: 60%;
    height: 500px;
    max-height: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    background-color: #fff;
    border-radius: 10px;
}

#contact-modal *:not(i) {
    font-family: 'OS-BD' !important;
}

#contact-modal-right {
    width: 40%;
    background-color: #4a78cd;
    border-radius: 0 10px 10px 0;
    position: relative;
}

#contact-modal-right:after {
    content: "";
    position: absolute;
    box-shadow: inset 8px 8px 30px 0 rgb(76 76 76 / 18%);
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    bottom: 0;
}

#contact-modal-right-text {
    color: #fff;
    padding: 0 35px;
    margin-top: 30px;
}

#contact-modal-right-text .logo {
    font-size: 1.3rem;
}

#contact-modal-right-text h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-top: 20px;
    line-height: 33px;
}

#contact-modal-right-img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 10px;
    z-index: 998;
}

#contact-modal-left {
    width: 60%;
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    text-align: right;
    padding: 35px;
}

/* Contact modal form */

#contact-modal-left button {
    outline: none !important;
    border: none;
    background: transparent;
}

/*---------------------------------------------*/
#contact-modal-left input {
	outline: none;
	border: none;
}

#contact-modal-left textarea {
  outline: none;
  border: none;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  padding: 82px 180px 33px 180px;
  position: relative;
  display: none;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 68px;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 25px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 44px;
  text-align: right;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
  margin-bottom: 35px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #999999;
  line-height: 1.5;
  padding-left: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Poppins-SemiBold;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 5px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.4s;
  background: #ff4b5a;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: -25px;
  justify-content: flex-end;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #0160e7 !important;
  border-radius: 25px;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  transition: all 0.4s;
  box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  float: left;
  cursor: pointer;
}

.contact100-form-btn i {
  transition: all 0.4s;
  margin-right: 30px;
}

.contact100-form-btn:hover {
  background-color: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 82px 80px 33px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 82px 15px 33px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.contact100-more-highlight {
  color: #ff4b5a;
}

/*==================================================================
[ Button hide form ]*/

.contact100-btn-hide {
  color: #333333;
  font-size: 14px;

  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;
  transition: all 0.4s;
}

.contact100-btn-hide:hover {
  background-color: #333333;
  color: #fff;
}


/*==================================================================
[ Button show form ]*/

.contact100-btn-show {
  color: #fff;
  font-size: 39px;

  position: fixed;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact100-btn-show::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #ff4b5a;
  border-radius: 50%;
  top: 0;
  left: 0;
  box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(78, 75, 255, 0.5);
  transition: all 0.4s;
  -webkit-animation: beatbtn 0.9s ease-in-out infinite;
  animation: beatbtn 0.9s ease-in-out infinite;
}

#services-section {
    background: #fff;
    background-size: cover;
    padding: 60px 0 40px 0;
  }
  
  #services-section .box {
    margin-bottom: 30px;
  }
  
  #services-section .icon {
    float: right;
    margin-left: 10px;
  }
  
  #services-section .icon i {
    color: #f3e962;
    font-size: 36px;
    line-height: 1;
    transition: 0.5s;
  }
  
  #services-section .title {
    margin-right: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  #services-section .title a {
    color: #111;
  }
  
  #services-section .box:hover .title a {
    color: #18d26e;
  }
  
#services-section .description {
    font-size: 14px;
    margin-right: 60px;
    line-height: 24px;
    margin-bottom: 0;
}

/* Blog Slider */
#blog-section {
    padding: 50px;
}

#blog-section h1 {
    font-size: 2.2rem;
    text-align: center;
    font-family: 'OS-BD';
    margin-bottom: 40px;
}

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
  }
  @media screen and (max-width: 992px) {
    .blog-slider {
      max-width: 680px;
      height: 400px;
    }
  }
  @media screen and (max-width: 768px) {
    .blog-slider {
      min-height: 500px;
      height: auto;
      margin: 180px auto;
    }
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
      height: 350px;
    }
  }
  .blog-slider__item {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__item {
      flex-direction: column;
    }
  }
  .blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    transition-delay: 0.6s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
  }
  .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
  }
  .blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(80deg,#0160e7 0%,#05d7f0 100%);
    box-shadow: 4px 13px 30px 1px rgb(1 96 231 / 13%);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
    margin-right: -200px;
    margin-left: 80px;
  }
  .blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(80deg,#0160e7 0%,#05d7f0 100%);
    border-radius: 20px;
    opacity: 0.3;
  }
  .blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
    /* margin-right: -200px; */
    margin-left: 80px;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__img {
      transform: translateY(-50%);
      width: 90%;
    }
  }
  @media screen and (max-width: 576px) {
    .blog-slider__img {
      width: 95%;
    }
  }
  @media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
      height: 270px;
    }
  }
  .blog-slider__content {
    padding-right: 25px;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__content {
      margin-top: -80px;
      text-align: center;
      padding: 0 30px;
    }
  }
  @media screen and (max-width: 576px) {
    .blog-slider__content {
      padding: 0;
    }
  }
  .blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
  }
  .blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
  }
  .blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
  }
  .blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
  }
  .blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(80deg,#0160e7 0%,#05d7f0 100%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgb(1 117 233 / 47%);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
  }
  @media screen and (max-width: 576px) {
    .blog-slider__button {
      width: 100%;
    }
  }
  .blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  .blog-slider__pagination {
    position: absolute;
    z-index: 21;
    left: 20px;
    width: 11px !important;
    text-align: center;
    right: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
  }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination {
      transform: translateX(-50%);
      left: 50% !important;
      top: 205px;
      width: 100% !important;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
  }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 5px;
    }
  }
  .blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
  }
  .blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0160e7;
    height: 30px;
    box-shadow: 0px 0px 20px rgb(1 96 231 / 47%);
  }
  @media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
      height: 11px;
      width: 30px;
    }
}

@keyframes flicker {
  0% {
      opacity: 1;
  }

  50% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

@keyframes beatbtn {
  0% {
    background-color: rgba(255, 75, 90, 1);
    transform-origin: center;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50% {
    background-color: rgba(255, 75, 90, 0.8);
    transform-origin: center;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}



@media screen and (max-width: 768px) {
  #hero-new-stars {
    display: none;
  }

  #contact-modal-left {
    border-radius: 20px;
  }

  #contact-modal-right {
    display: none;
  }

  #blog-section {
    padding: 10px 5px;
  }

  .blog-slider {
    min-height: auto;
    margin: auto;
  }

  .blog-slider__img {
    transform: translateY(0);
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }

  .blog-slider__content {
    margin-top: 35px;
  }

  .blog-slider__pagination {
    top: 15px !important;
  }

  #jobs-slider button {
    display: none !important;
  }

  #contact-modal {
        height: 95%;
        width: 95%;
        flex-direction: column;
    }

    #contact-modal-right, #contact-modal-left {
        width: 100%;
    }

    .slick-dots {
      display: none !important;
    }

    #contact-modal-right {
        height: 250px;
    }

    #contact-modal-left {
        overflow-y: scroll;
    }

    #contact-modal-exit-btn {
        z-index: 9999999;
    }

    #coffee-section {
      position: relative;
      flex-direction: column;
      border-radius: 0;
      background: #fff;
      box-shadow: none;
    }

    #coffee-section-inputs {
      width: 100%;
    }

    #coffee-section-title {
      color: #0d6ccc;
      margin-bottom: 5px;
    }

    #coffee-section-inputs {
        flex-direction: column;
    }

    .coffee-section-input {
      color: #000;
      background: #ebebeb;
      margin-top: 5px;
      border-bottom: none;
    }

    .coffee-section-input::placeholder {
      color: #000;
    }

    #coffee-section-inputs input[type="submit"] {
        margin-top: 10px;
        background: #0d6ccc;
        color: #fff;
        border-bottom: 3px solid #0f67c5;
    }

    #what-can-we-do-items {
        width: 100%;
    }

    #what-can-we-do-items .slick-track {
        padding: 20px 0;
    }

    #what-can-we-do-items .grid__col:first-child .wcwd-design-item {
        margin-top: 0;
    }
    
    #what-can-we-do-items .grid__col:nth-child(3) .wcwd-design-item {
        margin-top: 0;
    }

    .wcwd-design-item[tabindex="-1"] {
        margin-top: 60px !important;
    }

    #our-technologies {
        font-size: 21px;
        padding: 10px;
        width: 100%;
    }

    #our-technologies .technology {
        margin: 5px 8px;
    }

    #packages-section {
        margin-top: 100px;
    }

    .next-section-trigger {
        display: none;
    }

    #packages-section-title-wrap {
        padding: 0 10px;
    }

    #packages-section-title {
        font-size: 1.7rem;
    }

    #wcwd-content .container-fluid {
        padding: 0 !important;
    }

    #hero-new {
        padding: 340px 20px 200px 20px;
    }

    #hero-new-content {
    }

    #hero-new-content .logo {
        font-size: 2rem;
    }

    #hero-new-content .logo i {
        font-size: 1.8rem;
    }

    .section .section-title.right {
        text-align: center;
    }

    #our-last-projects-section {
        padding: 0 !important;
    }

    #our-last-projects-items {
        padding: 0 !important;
    }

    #our-last-projects-items .project-item-link .project-item {
        width: auto !important;
    }

    .grid__col:not(:first-child) {
        margin-top: 10px;
    }

    .heep-list .heep-list-item .text {
        padding-right: 20px;
    }

    #hero {
        height: auto;
        background-position: 50%;
        padding: 70px 15px;
    }

    #hero #contact-typer {
        font-size: 23px;
    }

    #hero #hero-content {
        padding: 40px 0;
    }

    .wcwd-item .text .det {
        width: auto;
    }

    #projects-section .row {
        display: flex;
        justify-content: center;
    }

    #contact-section {
        padding: 20px 0;
    }

    nav#main-nav {
        position: absolute;
    }

    .site-wrap {
        margin-top: 0;
    }

    #main-nav .nav-links {
        display: none !important;
    }

    #main-nav-content {
        padding: 0 10px;
    }

    #mobile-nav-toggler {
        display: flex;
        flex-direction: column;
        padding: 10px 13px;
        direction: ltr;
        border-radius: 3px;
        color: #5a5a5a;
        font-size: 12px;
        cursor: pointer;
        margin-left: -10px;
    }

    .mobile-nav-toggle-bar {
        height: 3px;
        width: 30px;
        background-color: #444;
        margin-bottom: 6px;
    }

    .mobile-nav-toggle-bar#sec {
        width: 24px;
    }

    #mobile-nav-toggler .text {
        margin-right: 4px;
    }

    #mobile-nav-toggler > * {
        display: inline-block;
    }

    #mobile-nav {
        display: none;
        background-color: #fff;
        width: 100%;
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        border-top: 1px solid #ebebeb;
        border-radius: 0 0 20px 20px;
    }

    #mobile-nav .mobile-nav-link {
        padding: 15px;
        display: block;
        color: #000;
        font-family: 'OS-BD';
    }

    #mobile-nav .mobile-nav-link:not(:last-child) {
      border-bottom: 1px solid #ebebeb70;
    }

    #main-nav .container {
        padding: 0;
    }

    #what-you-get-section .grid__col:nth-of-type(2) {
        padding: 0 !important;
    }
}

@media (min-width: 1500px) {
  #wcwd-content .container-fluid {
      width: 1170px;
  }
}