@import url("https://fonts.googleapis.com/css2?family=Brandon Grotesque:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* Webfont */
@import url("https://fonts.googleapis.com/css2?family=Brandon Grotesque:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: "Alternate Got No 1D";
  src: url("../fonts/AlternateGotNo1D.woff") format("opentype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesqueBold.woff") format("opentype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesqueMedium.woff") format("opentype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesqueRegular.woff") format("opentype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
/* Webfont */
@font-face {
  font-family: "Alternate Got No 1D";
  src: url("../fonts/AlternateGotNo1D.woff") format("opentype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesqueBold.woff") format("opentype");
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesqueMedium.woff") format("opentype");
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("../fonts/BrandonGrotesqueRegular.woff") format("opentype");
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
.head {
  font-family: "Alternate Got No 1D";
  font-size: 60px;
  font-weight: 300;
  color: #1a1a1a;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 44px;
  }
}

.text {
  font-family: "Brandon Grotesque";
  font-size: 20px;
  font-weight: 400;
  color: #3F3F3F;
  line-height: 1.5;
  letter-spacing: 1%;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
  }
}

.hero-head {
  font-family: "Alternate Got No 1D";
  font-size: 100px;
  font-weight: 100;
  color: #1a1a1a;
  line-height: 92px;
}
@media (max-width: 575.98px) {
  .hero-head {
    font-size: 60px;
    line-height: 58px;
  }
}

.btn.btn-main {
  padding: 10px 22px;
  background: linear-gradient(97deg, #118EAE 39.96%, #88A18C 118.09%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 1px;
  font-family: "Brandon Grotesque";
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.btn.btn-main:hover {
  transform: scale(1.05);
}

.img {
  transition: transform 0.4s ease;
}
.img:hover {
  transform: scale(1.05);
}

.card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 12px 35px rgba(17, 118, 99, 0.12);
}

.navbar {
  z-index: 100000000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 575.98px) {
  .navbar .navbar-brand {
    width: 100px;
  }
}
.navbar .nav-link {
  font-family: "Brandon Grotesque";
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
}
.navbar .nav-link.active {
  font-weight: 600;
  color: #117663;
}
@media (max-width: 575.98px) {
  .navbar .nav-link {
    color: #1a1a1a;
  }
}
.navbar {
  transition: all 0.3s ease-in-out;
}
.navbar.scrolled {
  background: #FFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.navbar.scrolled .nav-link {
  color: #1a1a1a;
}
.navbar.scrolled .nav-link.active {
  font-weight: 600;
  color: #117663;
}
.navbar .btn-main {
  font-size: 16px;
  font-weight: normal;
}

.feature-card .title {
  font-family: "Brandon Grotesque";
  font-size: 24px;
  font-weight: 500;
  color: #117663;
}
.feature-card {
  border: 1px solid #eaeaea !important;
  background: #fff;
  background-image: url("../img/bg-cards.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
}

.destinations {
  background-image: url("../img/bg-des.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.destinations .des-card {
  position: relative;
}
.destinations .des-card .duration-pill {
  position: absolute;
  padding: 5px 15px;
  background: #2D3134;
  border-radius: 20px;
  top: 20px;
  left: 15px;
  font-family: "Brandon Grotesque";
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.destinations .des-card .card-img-overlay {
  top: auto;
  bottom: 0;
}
.destinations .des-card .card-img-overlay .card-text {
  font-family: "Brandon Grotesque";
  font-size: 14px;
  font-weight: 300;
  color: #FFFFFF;
}
.destinations .des-card .card-img-overlay .btn-transparent {
  font-family: "Brandon Grotesque";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 8px 30px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}
.destinations .des-card .card-img-overlay .btn-transparent:hover {
  background: #fff;
  color: #1a1a1a;
}

.testimonials {
  padding: 0;
  overflow-x: hidden;
}
.testimonials .testimonials-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials .testimonials-carousel .owl-next:hover,
.testimonials .testimonials-carousel .owl-prev:hover {
  background: transparent;
}
.testimonials .testimonials-carousel .owl-item {
  opacity: 0.4;
  transition: opacity 0.3s ease, margin-top 0.3s ease;
}
.testimonials .testimonials-carousel .owl-item.active {
  opacity: 0.4;
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .testimonials .testimonials-carousel .owl-item.active {
    opacity: 1;
  }
}
.testimonials .testimonials-carousel .owl-item.active.center {
  opacity: 1;
  margin-top: 30px;
}
.testimonials .testimonials-carousel .testimonial-card {
  min-height: 280px;
  padding: 20px 10px;
  background: #CBDED1;
  border: 1px solid rgba(17, 118, 99, 0.4);
  box-shadow: 0px 4px 10px rgba(17, 118, 99, 0.15);
  border-radius: 10px;
}
.testimonials .testimonials-carousel .testimonial-card img {
  width: auto;
}
.testimonials .testimonials-carousel .testimonial-card .quote {
  font-family: "Brandon Grotesque";
  font-size: 18px;
  font-weight: 400;
  color: #2D3134;
  line-height: 28px;
  margin-bottom: 20px;
}
.testimonials .testimonials-carousel .testimonial-card .traveler-name {
  font-family: "Brandon Grotesque";
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-bottom: 12px;
}

.footer-container {
  background-image: url("../img/bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-container .cta p {
  font-family: "Alternate Got No 1D";
  font-size: 60px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 60px;
}
@media (max-width: 575.98px) {
  .footer-container .cta p {
    font-size: 36px;
    line-height: 36px;
  }
}
.footer-container .cta .input-group {
  padding: 4px 5px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  backdrop-filter: blur(100px);
  border-radius: 99px;
}
.footer-container .cta .input-group .form-control {
  box-shadow: none;
  font-family: "Brandon Grotesque";
  font-size: 18px;
  font-weight: 300;
  color: #676A6C;
}
.footer-container .cta .input-group .form-control:focus {
  box-shadow: none;
}
.footer-container .glass {
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid rgba(255, 255, 255, 0.39);
  backdrop-filter: blur(18px);
  border-radius: 10px;
}
.footer-container .glass .footer-head {
  font-family: "Alternate Got No 1D";
  font-size: 36px;
  font-weight: 400;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .footer-container .glass .footer-head {
    font-size: 24px;
  }
}
.footer-container .glass .text {
  font-size: 18px;
}

.cta-main-about {
  position: relative;
  padding: 220px 0;
  background-image: url("../img/bg-cta-about.webp");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cta-main-about .container {
  position: relative;
  z-index: 2;
}
.cta-main-about .head {
  color: #FFFFFF;
  font-size: 60px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 575.98px) {
  .cta-main-about .head {
    font-size: 36px;
  }
}
.cta-main-about .text {
  font-size: 20px;
}
@media (max-width: 575.98px) {
  .cta-main-about .text {
    font-size: 16px;
  }
}
.cta-main-about .btn.btn-transparent {
  font-family: "Brandon Grotesque";
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  padding: 8px 40px;
  background: transparent;
  border: 1px solid #fff;
}
.cta-main-about .btn.btn-transparent:hover {
  background: #fff;
  color: #1a1a1a;
}
@media (max-width: 575.98px) {
  .cta-main-about .btn.btn-transparent {
    font-size: 18px;
  }
}
.cta-main-about img {
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@media (max-width: 575.98px) {
  .cta-main-about {
    padding: 170px 0;
    background-attachment: scroll;
  }
}

.about-hero {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 65%, #fff 0%), url("../img/bg-about.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .about-hero {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 75%, #fff 0%), url("../img/bg-about.webp");
  }
}

.contact-hero {
  background: linear-gradient(135deg, rgba(17, 142, 174, 0.08) 0%, rgba(17, 118, 99, 0.08) 100%);
  border-bottom: 1px solid rgba(17, 118, 99, 0.1);
}

.contact-main .contact-info-section {
  background: linear-gradient(135deg, #118EAE 0%, #88A18C 100%);
  padding: 60px 40px;
}
@media (max-width: 991px) {
  .contact-main .contact-info-section {
    padding: 40px;
    min-height: auto;
  }
}
.contact-main .contact-info-card .section-title {
  font-family: "Alternate Got No 1D";
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .contact-main .contact-info-card .section-title {
    font-size: 28px;
  }
}
.contact-main .contact-info-card .info-item .info-text {
  font-family: "Brandon Grotesque";
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.85;
  margin: 8px 0;
  line-height: 24px;
}
.contact-main .contact-info-card .info-item .info-link {
  font-family: "Brandon Grotesque";
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 8px 0;
}
.contact-main .contact-info-card .info-item .info-link a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact-main .contact-info-card .info-item .info-link a:hover {
  opacity: 0.8;
}
.contact-main .contact-info-card .social-media {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
}
.contact-main .contact-info-card .social-media .social-links {
  display: flex;
  gap: 15px;
}
.contact-main .contact-info-card .social-media .social-links .social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  transition: all 0.3s ease;
  text-decoration: none;
}
.contact-main .contact-info-card .social-media .social-links .social-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-3px);
}
.contact-main .contact-info-card .social-media .social-links .social-icon svg {
  width: 20px;
  height: 20px;
}
.contact-main .contact-form-wrapper {
  background: #1a1a1a;
  padding: 60px 50px;
}
@media (max-width: 575.98px) {
  .contact-main .contact-form-wrapper {
    padding: 40px;
  }
}
.contact-main .contact-form-wrapper .form-title {
  font-family: "Alternate Got No 1D";
  font-size: 40px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .contact-main .contact-form-wrapper .form-title {
    font-size: 28px;
  }
}
.contact-main .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}
.contact-main .contact-form-wrapper .form-group .form-label {
  font-family: "Brandon Grotesque";
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  margin-bottom: 8px;
  opacity: 0.9;
}
.contact-main .contact-form-wrapper .form-group .form-control {
  background: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 12px 16px;
  font-family: "Brandon Grotesque";
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.contact-main .contact-form-wrapper .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-main .contact-form-wrapper .form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.contact-main .contact-form-wrapper .form-group .form-control:focus {
  border-color: #118EAE;
  background: #333333;
  box-shadow: 0px 0px 0px 3px rgba(17, 142, 174, 0.1);
  outline: none;
}
.contact-main .contact-form-wrapper .form-group textarea.form-control {
  resize: vertical;
  font-family: "Brandon Grotesque", sans-serif;
}
.contact-main .contact-form-wrapper .phone-input {
  display: flex;
  gap: 0;
}
.contact-main .contact-form-wrapper .phone-input .phone-country {
  background: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 12px 12px;
  color: #FFFFFF;
  font-family: "Brandon Grotesque";
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-main .contact-form-wrapper .phone-input .phone-country:focus {
  outline: none;
  border-color: #118EAE;
}
.contact-main .contact-form-wrapper .phone-input .phone-country option {
  background: #2a2a2a;
  color: #FFFFFF;
}
.contact-main .contact-form-wrapper .phone-input .form-control {
  border-radius: 0 6px 6px 0;
  border-left: none;
}
.contact-main .contact-form-wrapper .phone-input .form-control:focus {
  border-left: 1px solid #118EAE;
}
.contact-main .contact-form-wrapper .form-check .form-check-input {
  background: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.contact-main .contact-form-wrapper .form-check .form-check-input:checked {
  background: #118EAE;
  border-color: #118EAE;
}
.contact-main .contact-form-wrapper .form-check .form-check-label {
  font-family: "Brandon Grotesque";
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 8px;
  cursor: pointer;
  opacity: 0.8;
}
.contact-main .contact-form-wrapper .form-check .form-check-label a {
  color: #118EAE;
  text-decoration: none;
}
.contact-main .contact-form-wrapper .form-check .form-check-label a:hover {
  text-decoration: underline;
}
.contact-main .contact-form-wrapper .btn.btn-main {
  padding: 14px 30px;
  font-size: 16px;
  margin-top: 10px;
  background: linear-gradient(97deg, #118EAE 39.96%, #88A18C 118.09%);
  transition: all 0.3s ease;
}
.contact-main .contact-form-wrapper .btn.btn-main:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 25px rgba(17, 142, 174, 0.4);
}

.faq {
  background: linear-gradient(135deg, rgba(17, 142, 174, 0.05) 0%, rgba(17, 118, 99, 0.05) 100%);
}
.faq .accordion .accordion-item {
  border: 1px solid rgba(17, 118, 99, 0.15);
  margin-bottom: 12px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
}
.faq .accordion .accordion-item .accordion-header {
  margin: 0;
}
.faq .accordion .accordion-item .accordion-button {
  font-family: "Brandon Grotesque";
  font-size: 18px;
  font-weight: 600;
  color: #2D3134;
  background: #FFFFFF;
  border: none;
  padding: 20px;
  box-shadow: none;
  transition: all 0.3s ease;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, rgba(17, 142, 174, 0.05) 0%, rgba(17, 118, 99, 0.05) 100%);
  color: #2D3134;
  box-shadow: none;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23118EAE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.faq .accordion .accordion-item .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23118EAE' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  width: 24px;
  height: 24px;
  background-size: 24px;
}
.faq .accordion .accordion-item .accordion-button:hover {
  background: rgba(17, 118, 99, 0.08);
}
.faq .accordion .accordion-item .accordion-body {
  font-family: "Brandon Grotesque";
  font-size: 16px;
  font-weight: 400;
  color: #2D3134;
  background: #FFFFFF;
  border-top: 1px solid rgba(17, 118, 99, 0.1);
  padding: 20px;
  line-height: 26px;
}

#thankYouModal .modal-content {
  border-radius: 20px;
}
#thankYouModal .modal-body {
  padding: 50px 40px;
}
@media (max-width: 575.98px) {
  #thankYouModal .modal-body {
    padding: 40px 30px;
  }
}
#thankYouModal .modal-body .head {
  font-family: "Raleway";
  font-size: 32px;
  font-weight: 700;
  color: #2c3131;
}
@media (max-width: 575.98px) {
  #thankYouModal .modal-body .head {
    font-size: 24px;
  }
}
#thankYouModal .modal-body .headtext {
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  color: #626262;
  line-height: 1.6;
}/*# sourceMappingURL=contact.css.map */