/* Common Banner section  */
.common-banner__section {
  position: relative;
  overflow: hidden;
}
/* .common-banner__section::after {
  content: "";
  background-image: url(../img/top-destination-bg.png);
  background-size: auto;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -10px;
  left: 0;
  z-index: 2;
  right: 0;
} */
.common-banner__section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 14/5;
}
.common-banner__section .entry-content {
  position: absolute;
  padding: 0 20px;
  bottom: 30%;
  transform: translateY(30%);
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 740px;
  text-align: center;
  z-index: 9;
}
.common-banner__section ul.breadcrumb {
  margin: 0 0 10px;
  justify-content: center;
}
.common-banner__section ul.breadcrumb li,
.common-banner__section ul.breadcrumb li:not(:last-child)::after,
.common-banner__section ul.breadcrumb li a {
  font-weight: 600;
  color: var(--light);
}
.common-banner__section h1.banner-title {
  font-size: clamp(34px, 5vw, 60px);
}
@media (max-width: 1300px) {
  .common-banner__section img {
    aspect-ratio: 12/5;
  }
}
@media (max-width: 989px) {
  .common-banner__section img {
    aspect-ratio: 10/5;
  }
}
@media (max-width: 767px) {
  .common-banner__section img {
    aspect-ratio: 8/5;
  }
}
@media (max-width: 567px) {
  .common-banner__section img {
    aspect-ratio: 6/5;
  }
}
@media (max-width: 420px) {
  .common-banner__section img {
    aspect-ratio: 5/5;
  }
}
/* Common Banner section  */

/* Banner content section  */
.banner-content-wrapper {
  margin: 0 auto;
  max-width: 1000px;
  display: flex;
  align-items: start;
  gap: 30px;
}
.banner-content-wrapper .content__area {
  border: 1px solid #0000001a;
  padding: clamp(20px, 3vw, 30px);
  border-radius: 12px;
  width: 100%;
}
.banner-content-wrapper .content__area h2 {
  margin-bottom: 18px;
}
.destination-image {
  margin: -95px 0 22px;
}
.destination-image img {
  max-height: 100px;
  width: fit-content !important;
  object-fit: contain;
  margin: 0 !important;
}
/* Banner content section  */

/* Popular activites section  */
.popular-activities__section {
  background-color: #f5f1ec;
}
.popular-activites-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 25px;
}
.popular-activites {
  position: relative;
}
.popular-activites span {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  font-weight: 600;
  background:
    linear-gradient(0deg, #dbffda, #dbffda),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 100%
    );
  border-radius: 8px;
  display: block;
  width: fit-content;
  padding: 10px 18px;
  line-height: 1;
}
.popular-activites .featured-image {
  margin-bottom: 10px;
}
.popular-activites img {
  border-radius: 12px;
  height: 255px;
  width: 100%;
  object-fit: cover;
}

body:not(.home) .why-us__section {
  padding-top: clamp(45px, 6vw, 90px);
}
body:not(.home) .why-us__section .wrapper > div {
  background-color: unset;
  padding: 0;
}
/* Popular activites section  */

/* Activity Page  */
.activty-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}
.activty-content-wrapper .entry-container {
  width: 55%;
}
.activty-content-wrapper .featured-image {
  width: 45%;
}
.activty-content-wrapper h2 {
  max-width: 376px;
  margin: 0 0 15px;
}
.activty-content-wrapper img {
  border-radius: 12px;
  width: 100%;
}

.featured-trip__section {
  background-color: #e8ebeb;
}
.featured-trip__section .btn {
  border: 1px solid #1e383433;
  margin: 35px auto 0;
  background-color: #ffffff;
  color: #396e37;
}
.featured-trip__section .btn::before {
  content: unset;
}
.page-template-template-activities .featured-trip__section .outline-btn,
.page-template-template-region .featured-trip__section .outline-btn {
  margin: 35px auto 0;
}
/* Activity Page  */

/* All Blog Page  */
.all-blog__section .wrapper-medium {
  position: relative;
  z-index: 3;
}
/* All Blog Page  */

/* About us Page  */
.our-value__section {
  background-color: #1e3834;
}
.our-value-wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: space-between;
}
.our-value-wrapper .entry-container {
  max-width: 492px;
  width: 100%;
}
.our-value-wrapper .entry-container h2 {
  margin: 0 0 15px;
  color: #e8ebeb;
}
.our-value-wrapper .entry-container p {
  font-size: 18px;
  color: #d2d7d6;
}
.our-value-wrapper > ul {
  max-width: 462px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.our-value-wrapper ul li,
.our-value-wrapper ul p {
  color: #bbc3c2;
}
.our-value-wrapper > ul li:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #344c48;
}
.our-value-wrapper h3 {
  margin: 0 0 6px;
  color: #e8ebeb;
}

.who-we-are__section .content__area {
  max-width: 786px;
  margin: 0 auto;
}

.our-team__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 25px;
}
.team__container {
  background-color: var(--bg-color);
  border: 1px solid #29655b1a;
  overflow: hidden;
  border-radius: 12px;
  transition: var(--transition);
}
.team__container:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.team__container img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.team__container .entry-content {
  padding: 20px;
}
.team__container h3 {
  font-size: 18px;
}
.team__container span {
  color: var(--primary);
  font-size: 14px;
  display: block;
  margin: 5px 0 12px;
}
.team__container p {
  font-size: 14px;
}
.team__container .social-media {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.team__container .social-media a {
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #0000001a;
  background-color: var(--light);
  font-size: 14px;
}

.gallery__section {
  margin-top: 63px;
}
.gallery__section .section-wrap.center {
  max-width: 511px;
  margin-top: -100px;
}
.gallery-wrapper > div:first-child {
  display: block;
}
.gallery-wrapper figure {
  margin: 0 0 10px;
  cursor: pointer;
}
.gallery-wrapper figure img {
  width: 146px;
  height: 178px;
  object-fit: cover;
  border-radius: 12px;
}
.gallery-wrapper {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.gallery-wrapper > div figure {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
}
.gallery-left {
  column-count: 2;
  column-gap: 10px;
}
.gallery-center {
  column-count: 5;
  column-gap: 10px;
}
.gallery-right {
  column-count: 2;
  column-gap: 10px;
}
.gallery-left figure:nth-child(3) img,
.gallery-right figure:nth-child(1) img,
.gallery-center figure:nth-child(even) img {
  margin-top: -63px;
}
.gallery__section .btn {
  margin: 20px auto 0;
}
.gallery-left figure:not(:nth-child(-n + 4)),
.gallery-center figure:not(:nth-child(-n + 5)),
.gallery-right figure:not(:nth-child(-n + 4)) {
  display: none;
}

@media (max-width: 1024px) {
  .gallery__section .section-wrap.center {
    margin-top: -75px;
  }
  .gallery-wrapper figure img {
    height: 120px;
  }
  .gallery-left figure:nth-child(3) img,
  .gallery-right figure:nth-child(1) img,
  .gallery-center figure:nth-child(even) img {
    margin-top: -40px;
  }
  .gallery__section {
    margin-top: 40px;
  }
}
@media (max-width: 989px) {
  .gallery__section .section-wrap.center {
    margin-top: -55px;
  }
}
@media (max-width: 767px) {
  .our-value-wrapper {
    flex-direction: column;
  }
  .our-value-wrapper .entry-container,
  .our-value-wrapper > ul {
    max-width: 100%;
  }
  .our-team__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-wrapper {
    flex-direction: column;
  }
  .gallery-wrapper > div:not(:first-child) {
    display: none;
  }
  .gallery-left figure:nth-child(3) img,
  .gallery-right figure:nth-child(1) img,
  .gallery-center figure:nth-child(even) img,
  .gallery__section {
    margin-top: 0;
  }
  .gallery__section .wrapper {
    display: flex;
    flex-direction: column;
  }
  .gallery-wrapper figure img {
    width: 100%;
    height: 170px;
  }
  .gallery-right {
    order: -1;
  }
  .gallery-center {
    column-count: 2;
  }
  .gallery__section .section-wrap.center {
    margin: 20px auto 0;
  }
}
@media (max-width: 567px) {
  .our-team__wrapper {
    grid-template-columns: 1fr;
  }
}
/* About us Page  */

/* Single Blog Page  */
.single-blog__section .wrapper-small > div:not(:last-child) {
  margin-bottom: 35px;
}
.single-blog__section .entry-content {
  max-width: 720px;
}
.single-blog__section ul.breadcrumb {
  margin: 0 0 12px;
}
.single-blog__section h1 {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 20px;
}
.date-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: -10px;
}
.single-blog__section .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/2;
  border-radius: 12px;
}
.single-blog__section .content__area {
  max-width: 900px;
  margin: 0 auto;
}
/* Single Blog Page  */

/* All Testimonial Page  */
.all-testimonial-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  gap: 30px;
  row-gap: 70px;
  margin-top: 30px;
}
.all-testimonial-wrapper .traveler-review-container {
  box-shadow: 0px 0px 6px 0px #aa9b8745;
}
.all-testimonial-wrapper .entry-content {
  overflow: hidden;
}
.read-more-btn {
  font-weight: 500;
}
@media (max-width: 989px) {
  .all-testimonial-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
/* All Testimonial Page  */

/* Contact us Page  */
.contact-us__wrapper {
  display: flex;
  align-items: start;
  gap: 40px;
  justify-content: space-between;
  background: linear-gradient(270deg, #ffffff 0%, #d0eae9 100%);
  border: 1px solid #00000033;
  border-radius: 12px;
  overflow: hidden;
}
.contact-us__wrapper > div {
  width: 50%;
  padding: clamp(20px, 3vw, 40px);
}
.contact-us__wrapper h1 {
  margin-bottom: 10px;
}
.contact__details {
  margin-top: clamp(20px, 3vw, 40px);
}
.contact__details > div {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 12px;
}
.contact__details > div:last-child {
  margin-bottom: 0;
}
.contact__details .icon {
  width: 48px;
  min-width: 48px;
  height: 50px;
  border-radius: 8px;
  background-color: var(--light);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact__details span {
  display: block;
  color: #314a47;
  margin-top: 4px;
  font-weight: 600;
}
.contact__details p {
  color: #314a47;
}
.contact__details p a {
  display: inline-block;
}
.contact-us__wrapper .social-media {
  margin-top: clamp(20px, 3vw, 40px);
  text-align: left;
}
.contact-us__wrapper .social-media > div {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-top: 15px;
}
.contact-us__wrapper .social-media a i {
  font-size: 18px;
  color: var(--text-2);
}
.contact-us__form {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.contact-us__form::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #1e3834cc;
}
.contact-us__form h3 {
  margin-bottom: 20px;
  color: #e8eced;
  position: relative;
}
.contact-us__form form {
  display: flex;
  align-items: start;
  gap: 15px;
  flex-wrap: wrap;
  position: relative;
}
.contact-us__form form p {
  margin: 0;
  width: 100%;
  color: var(--light);
  position: relative;
}
.contact-us__form form p {
  max-width: calc(50% - 10px);
}
.contact-us__form form p:nth-last-of-type(1),
.contact-us__form form p:nth-last-of-type(2) {
  max-width: 100%;
}
.contact-us__form form input,
.contact-us__form form select,
.contact-us__form form textarea {
  background-color: #ffffff33;
  border: 1px solid #ffffff80;
  color: #e8eced;
  margin-top: 4px;
}
.contact-us__form form input::placeholder,
.contact-us__form form textarea::placeholder {
  color: #d2d7d7;
}
.contact-us__form form textarea {
  height: 190px;
  resize: none;
}
.contact-us__form form input.wpcf7-submit {
  cursor: pointer;
  border-radius: 10px;
  background-color: var(--light);
  color: var(--text-1);
  padding: 12px 28px;
  text-align: center;
}
.wpcf7-spinner {
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
}
.map__container {
  margin-top: clamp(30px, 3vw, 40px);
}
.map__container iframe {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  aspect-ratio: 12/5;
}
@media (max-width: 989px) {
  .contact-us__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .contact-us__wrapper > div {
    width: 100%;
  }
  .map__container iframe {
    aspect-ratio: 12/6;
  }
}
@media (max-width: 575px) {
  .contact-us__form form p:nth-of-type(1),
  .contact-us__form form p:nth-of-type(2),
  .contact-us__form form p:nth-of-type(3),
  .contact-us__form form p:nth-of-type(4) {
    max-width: 100%;
  }
  .map__container iframe {
    aspect-ratio: 12/8;
  }
}
/* Contact us Page  */

/* Key Info Page  */
.key-info__section .wrapper {
  max-width: 1090px !important;
}
.key-info-wrapper {
  display: flex;
  align-items: start;
  gap: 40px;
}
.key-info-container > div:not(:last-child) {
  margin-bottom: 35px;
}
.key-info-sidebar {
  width: 289px;
  flex-shrink: 0;
  position: sticky;
  top: 120px;
}
.key-info-sidebar > div {
  border: 1px solid #1e38341a;
  background-color: var(--light);
  border-radius: 12px;
  box-shadow: 1px 1px 7.5px 0px #1d58231a;
  padding: 25px 20px;
}
.key-info-sidebar > div:not(:last-child) {
  margin-bottom: 12px;
}
.key-info-sidebar > div h3 {
  margin-bottom: 15px;
}
.key-info-sidebar > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.key-info-sidebar > div ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -2%;
}
.key-info-sidebar > div ul li:not(:last-child) {
  margin-bottom: 12px;
}
.key-info-sidebar > div ul li::before {
  content: url(../img/arrow.png);
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key-info-sidebar > div:nth-child(2) ul a {
  text-decoration: underline;
}
.key-destination-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 18px;
  row-gap: 22px;
  margin-top: 20px;
}
.key-destination-wrapper img {
  width: 100%;
  height: 153px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 12px;
}
.key-destination-wrapper h3 {
  margin-bottom: 4px;
}
.key-destination-wrapper p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .key-info-wrapper {
    flex-direction: column;
  }
  .key-info-sidebar {
    width: 100%;
    position: unset;
  }
}
/* Key Info Page  */

/* All Faqs Page  */
.all-faqs__section .wrapper {
  max-width: 880px;
}
.all-faqs-container > div:not(:last-child) {
  margin-bottom: 40px;
}
.all-faqs-container > div > h2 {
  margin-bottom: 16px;
}
.all-faqs-container > div > ul {
  margin: 0;
}
.breadcrumb-wrapper {
  max-width: 560px;
  margin: 0 auto clamp(30px, 3vw, 45px);
  text-align: center;
}
.breadcrumb-wrapper ul.breadcrumb {
  margin: 0 0 12px;
  justify-content: center;
}
.breadcrumb-wrapper h1.banner-title {
  font-size: clamp(38px, 4vw, 50px);
  color: var(--text-1);
}
.privacy-policy__section .wrapper-xsmall {
  max-width: 880px;
}
.privacy-policy-content > div:not(:last-child) {
  margin-bottom: 30px;
}
/* All Faqs Page  */

/* All Faqs Page  */
.page-template-template-destination .banner-content__section {
  padding-top: 120px;
}
@media (max-width: 989px) {
  .page-template-template-destination .banner-content__section {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .banner-content-wrapper {
    flex-direction: column;
  }
}
/* All Faqs Page  */

.page-template-template-all-destination
  .top-destination__section
  .section-wrap.center {
  max-width: unset;
}
