/* modal css */

.modal-section {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.open-modal {
  display: flex;
}

.modal-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
}

.modal-title h2 {
  margin-bottom: 0;
}

.modal-close {
  font-size: 30px;
  display: inline-block;
  line-height: 0.5;
  font-weight: 500;
  transition: 0.3s;
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-close:hover,
.modal-close:focus {
  color: #e80022;
  cursor: pointer;
}

.modal-box {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatezoom;
  -webkit-animation-duration: 0.4s;
  animation-name: animatezoom;
  animation-duration: 0.4s;
  overflow-y: auto;
  max-height: 90vh;
  max-width: 680px;
  margin: auto;
}
/* .team-image.image,
.team-sc .descr a {
  cursor: default;
} */

.single-team .social-icons-list li {
  display: flex;
  align-items: center;
}

.single-team .social-icons-list .head {
  padding-left: 10px;
  max-width: 450px;
}

.single-team .fas.fa-envelope,
.single-team .fas.fa-map-marker-alt,
.single-team .fas.fa-globe-americas {
  font-size: 24px;
  color: #d3c19f;
}

.header-people {
  text-transform: uppercase;
}

@-webkit-keyframes animatezoom {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.item.matchHeight.team-item.item-type-circle {
  height: auto !important;
}

.team-item .image img {
  max-width: 290px !important;
}

/* .page-template-template-team .row.centered .col-1 {
  width: 100%;
}

.page-template-template-team .row.centered .col-2 {
  width: 50%;
}

.page-template-template-team .row.centered .col-4 {
  width: 20%;
} */

/* .page-template-template-team .row.centered .col-1 .team-item .image img {
  border: solid 10px #aa3f44;
} */

.team-sme .vc_label_units {
  display: none !important;
}

.team-form form {
  background-color: #f6f4ef;
}

.post-type-archive-services .services-category-destinations {
  display: none;
}

.page-template-template-team .team-track {
  margin-top: 20px;
}

/* .page-template-template-team .team-item .image img {
  border: solid 10px #d3c19f;
} */

.page-template-template-team .descr {
  margin: 0;
}
.page-template-template-team .descr .subheader {
  padding: 0;
}

/* slider */
.our-team-top-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-slick-title,
.our-team-top-slick-slider {
  width: 50%;
}
.our-double-slick-slider {
  width: 100%;
  margin-top: 80px;
}

.our-team-top-slick-slider header {
  font-weight: 600;
  font-size: 71px;
  line-height: 128px;
  letter-spacing: 0.2px;
  color: #d3c19f;
  transition: all 0.4s ease 0.1s;
  font-family: "Merriweather", sans-serif;
  margin-right: 25px;
}
.our-team-bottom-slick-slider ul li {
  margin-bottom: 6px;
}
.our-team-bottom-slick-slider .text-block {
  justify-content: flex-start;
  min-height: unset;
  width: 751px;
}
.our-team-bottom-slick-slider .slick-track {
  display: flex;
}
.our-team-bottom-slick-slider .slick-list {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .page-template-template-team .row.centered .col-2-3 {
    width: 100%;
  }
}

.cta-section {
  background-color: #a4383b;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.cta-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  width: 100%;
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  width: 100%;
}

/* .cta-text {
    font-size: 19px;
    line-height: 1.5;
    text-align: left;
}

.cta-text p {
    font-weight: 700;
    color: #E9D6B0; 
} */

.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-cta {
  background-color: #e9d6b0;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  padding: 22px 40px 22px 70px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 230px;
  font-family: var(--font-headers), serif;
  font-size: 16px;
}

.btn-cta:hover {
  color: var(--black);
  background-color: var(--white);
}

.btn-arrow {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
}
.subheader {
  color: var(--main);
  margin: 0 15px;
  font-family: var(--font-headers), serif;
}
.heading-icon-fa-wrap.bg-transparent.icon-aeroplane {
  font-size: 80px;
  line-height: 80px;
  color: var(--black);
}
.cta-content_left {
  display: flex;
  max-width: 500px;
  width: 100%;
}
.page-template-template-team .container {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
.cta-container,
.our-double-slick-slider {
  max-width: 1570px;
}
.track-record {
  width: 100%;
  display: flex;
  justify-content: center;
}

.track-record {
  background-image: url(https://zav-aero.w3lab.dev/wp-content/uploads/2019/02/testimonials-bg-1.png?id=8453);
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 125px;
  padding-left: 15px;
  padding-right: 15px;
}
.top-slick-title h2 {
  color: #fff;
  padding-bottom: 50px;
}
.page-template-template-team .ltx-fw .container,
.page-template-template-team .copyright-block .container,
.page-template-template-team .navbar .container {
  max-width: 1570px;
}
.team-member-section {
  max-width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 75px;
}
.team-member {
  max-width: 1570px;
}

.page-template-template-team-php {
  overflow-x: hidden;
}

.single-team .taxonomy.team-category {
  display: none;
}

@media (max-width: 1199px) {
  .single-team form {
    margin-top: 60px;
  }
  .single-team form label {
    margin: 10px 0;
  }

  .single-team form .wpcf7-submit.wpcf7-form-control {
    margin-top: 10px !important;
  }
  .single-team .heading {
    margin: 18px 0 16px;
  }
  .single-team .social-big {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .single-team .vc_single_image-wrapper {
    margin-bottom: 30px;
  }
}

@media (max-width: 567px) {
  .our-team-top-box header {
    font-size: 32px;
  }
  .track-record {
    padding-bottom: 80px;
  }
  .our-double-slick-slider {
    margin-top: 20px;
  }

  .page-template-template-team .cta-content {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}
