@import url("projs-images.css");
@import url("thank-you.css");
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

#nav-checkbox, label {
  display: none;
}

.whats-app {
  z-index: 3;
  position: fixed;
  bottom: 10px;
  background-color: #25D366;
  padding: 7px 20px;
  border-radius: 40px;
  text-decoration: none;
  color: #fff;
  animation: bounce 10s;
  right: 5px;
}

@keyframes bounce {
  0%, 4%, 10.6%, 16%, 20% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  8%, 8.6% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  14% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  18% {
    transform: translate3d(0, -4px, 0);
  }
  20%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
}

/* 
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -30px, 0);
  }
  70% {
      animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      transform: translate3d(0, -15px, 0);
  }
  90% {
      transform: translate3d(0, -4px, 0);
  }
} */

.main-nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #6987ab;
  border-radius: 9px;
  opacity: 1;
  left: 15px;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}

.main-nav-icon {
  width: 30px;
  height: 45px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.main-nav-icon span:nth-child(1) {
  top: 9px;
}

.main-nav-icon span:nth-child(2), .main-nav-icon span:nth-child(3) {
  top: 18px;
}

.main-nav-icon span:nth-child(4) {
  top: 27px;
}

.contact-form .utouch-icon {
  top: 23px;
}

.paper-plane {
  transform: translate(0, 0);
  z-index: 10;
  /* transition: all 2s; */
}

.paper-plane:hover {
  animation-name: plane-out;
  animation-duration: 1s;
}

.btn--black:hover {
  color: #ffcb05;
}

.paper-plane-out {
  animation-name: plane-out;
  animation-duration: 1s;
}

@keyframes plane-out {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(70px, -50px);
  }
  51% {
    transform: translate(70px, 50px);
  }
  52% {
    transform: translate(-70px, 50px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.social-icons a {
  font-size: 1.5em;
}

.thank-you-message {
  text-align: center;
  display: none;
  position: relative;
  top: 300px;
  font-size: 2.5rem;
}

.info {
  color: white;
}

.hide {
  display: none;
}

.proj-container {
  height: 400px;
}

.portview-cover {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

#mobile-menu {
  z-index: 3;
}

.language-changer {
  font-size: 16px;
  margin: 0;
}

.main-header {
  font-size: 80px;
}

.footer-contact-us {
  color: #cccbcb;
}

.our-services-headers h6 {
  margin-bottom: 50px;
}

.slider-content-text {
  font-size: 40px;
}

.yaron-img {
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.yaron-section {
  background-color: #ecf5fe;
  height: 780px;
}

.yaron-section>div {
  height: 100%;
}

.yaron-section>div>div:last-child {
  height: 100%;
  display: flex;
  align-items: center;
}

form {
  direction: ltr;
}

/* expert devs div */

.expert-devs {
  height: 500px;
  display: flex;
  margin-bottom: 0;
  flex-direction: column;
  justify-content: space-evenly;
}

.expert-devs p, h2 {
  margin: 0;
  margin-bottom: 0;
}

/* tech logos div */

.tech-img {
  width: 100px;
  height: 100px;
}

.tech-logos {
  display: flex;
  justify-content: space-around;
}

.linkedin-link {
  color: #5fb0e5;
}

.contact-item-nav {
  position: fixed;
  left: 0;
  top: 85px;
  color: #6a85a6;
  font-weight: 600;
  font-size: 1em;
  background-color: #eaeff594;
  padding: 3px;
  border-radius: 0 0 4px 4px;
}

/*********************/

@media (max-width: 375px) {
  .tech-img {
    width: 75px;
    height: 75px;
  }
  .main-header {
    font-size: 38px;
  }
  .logo-sub-title {
    font-size: 9px;
  }
  .logo-title {
    font-size: 26px;
  }
  .site-logo img {
    height: 50px;
  }
}

@media (max-width: 575px) {
  .services-header {
    font-size: 1.1em;
  }
  .site-logo img {
    height: 70px;
  }
  .main-nav-icon {
    display: block;
    z-index: 2;
    font-size: 3em;
    color: white;
    cursor: pointer;
  }
  #nav-checkbox:checked~.main-nav-icon>span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-checkbox:checked~.main-nav-icon>span:nth-child(2) {
    transform: rotate(45deg);
  }
  #nav-checkbox:checked~.main-nav-icon>span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #nav-checkbox:checked~.main-nav-icon>span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .contact-form .utouch-icon {
    top: 18px;
  }
  .site-logo {
    margin-right: 40px;
  }
  .logo-white {
    width: 60%;
    margin: 0 auto;
    display: block;
  }
  .proj-text p {
    font-size: 12px;
  }
  .proj-text {
    margin: 0;
  }
  .proj-container {
    height: 163px;
  }
  .headliens-cont {
    margin-top: 80px;
  }
  .top-clients-h2 {
    font-size: 2.7em;
    margin: 25px 0 35px 0;
  }
  .yaron-section {
    height: 630px;
  }
  .yaron-section>div>div:last-child {
    display: none;
  }
  .testimonial-img-author {
    width: 100px;
    height: 100px;
  }
  .testimonial-text {
    font-size: 20px;
  }
  .testimonials-section {
    background-image: none;
  }
  .language-changer {
    /* margin-top: 81px; */
    font-size: 10px;
    /* margin-right: 15px; */
  }
  .logo-lang-div {
    width: 77%;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .main-header {
    margin-top: 50px;
    font-size: 30px;
  }
  .slider-content-text {
    font-size: 25px;
  }
  .our-services {
    display: flex;
    flex-direction: column-reverse;
  }
  .cloud-center {
    background-repeat: repeat;
  }
  .footer {
    padding: 40px 0 0;
  }
  .whatsApp-span {
    display: none;
  }
  .whats-app {
    padding: 8px 14px;
  }
}

@media (min-width: 575px) {
  .main-header {
    margin-top: 100px;
    font-size: 50px;
  }
  .author-info {
    font-size: 24px;
  }
  .logo-lang-div {
    display: flex;
    align-items: center;
  }
  .yaron-section>div>div:last-child {
    display: none;
  }
  .testimonial-item-author-top .testimonial-img-author {
    width: 200px;
    height: 200px;
  }
  .testimonial-text {
    font-size: 24px;
  }
  .bg-4 {
    background-image: url("");
  }
}

@media (min-width: 768px) {
  .logo-lang-div {
    align-items: center;
    display: flex;
    align-items: center;
    width: 40%;
    justify-content: space-around;
  }
  .main-header {
    margin-top: 95px;
    font-size: 65px;
  }
  .col-md-offset-2 {
    margin-left: 0;
  }
  .col-md-8 {
    width: 100%;
  }
  .info-box-text {
    font-size: 18px;
  }
  .yaron-section>div>div:last-child {
    display: none;
  }
  .testimonial-item-author-top .testimonial-img-author {
    width: 200px;
    height: 200px;
  }
  .testimonial-text {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .contact-item-nav {
    background-color: unset;
    position: static;
    color: #6a85a6;
    font-weight: 700;
  }
  #mobile-menu:nth-child(3) {
    width: 140px;
  }
  #contact-us-navbar {
    width: 130px;
    text-align: center;
    font-size: 1.1em;
  }
  #contact-us-navbar:hover {
    color: #5fb0e5;
  }
  .our-services {
    max-width: 110%;
  }
  .yaron-section>div>div:last-child {
    display: none;
  }
  #dev p {
    font-size: 18px;
  }
  .logo-lang-div {
    align-items: center;
    display: flex;
    align-items: center;
    width: 33%;
    justify-content: space-around;
  }
  .video-thumb img {
    display: inline-block;
    width: 75%;
  }
  .dev-img {
    padding-top: 80px;
  }
  .main-header {
    font-size: 60px;
    margin-top: 55px;
  }
  .testimonial-item-author-top .testimonial-img-author {
    width: 200px;
    height: 200px;
  }
  .testimonial-text {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  .contact-item-nav {
    background-color: unset;
    position: static;
    color: #6a85a6;
    font-weight: 700;
    font-size: 1.25em;
  }
  #mobile-menu:nth-child(3) {
    width: 140px;
  }
  #contact-us-navbar {
    width: 130px;
    text-align: center;
    font-size: 1.1em;
  }
  #contact-us-navbar:hover {
    color: #5fb0e5;
  }
  .services-header {
    font-size: 2em;
  }
  .swiper-pagination {
    padding-bottom: 20px;
  }
  .yaron-section>div>div:last-child {
    display: flex;
    justify-content: space-around;
  }
  .info-box-text {
    font-size: 20px;
  }
  .video-thumb img {
    display: unset;
    width: 100%;
  }
  #dev p {
    font-size: 21px;
  }
  #services {
    padding-bottom: 50px;
  }
  .clients-item img {
    max-width: 150px;
    max-height: 62.5px;
  }
  .expert-devs p {
    font-size: 26px;
  }
  .logo-lang-div {
    align-items: center;
    display: flex;
    align-items: center;
    width: 33%;
    justify-content: space-around;
  }
  /* .swiper-wrapper-tes {
        height: 560px;
    } */
  .testimonials-section {
    padding: 30px 0;
  }
  .testimonial-text {
    font-size: 30px;
  }
  .author-company {
    font-size: 34px;
  }
  .bg-4 {
    background-image: url(../img/clouds21.png);
  }
  .testimonial-item-author-top .testimonial-img-author {
    width: 200px;
    height: 200px;
  }
  .info-box-text {
    font-size: 24px;
  }
  .expert-devs-2 {
    margin-bottom: 0;
    height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.h5c-white {
  font-size: 23px !important;
}

.aboutUs {
  margin: 0 0 1.5em 0;
}

.optional {
  display: flex !important;
  height: 100px !important;
  flex-direction: column !important;
}

.trans3 {
  color: palevioletred !important;
}