/* Banner section start  */
.banner__section {
  position: relative;
}
.banner__section::before {
  content: url(../img/subtract.png);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.banner__slider img {
  width: 100%;
  height: 100%;
  aspect-ratio: 9/4;
  object-fit: cover;
}
.banner__section .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.banner__wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 120px 0 90px;
}
.banner-title {
  max-width: 601px;
}
.banner-title .btn {
  margin-top: clamp(14px, 2vw, 30px);
}
.banner__section .banner-title h1 {
  margin-bottom: clamp(5px, 1.3vw, 10px);
  font-size: clamp(28px, 5vw, 80px);
  letter-spacing: -4%;
}
.banner__section .banner-title h1,
.banner__section .banner-title p,
.banner-content p {
  color: var(--light);
}
.banner__section .banner-title p {
  display: none;
}
.banner-content {
  max-width: 398px;
  margin: 0 0 0 auto;
}
.banner-dots ul {
  position: unset;
  display: flex;
  gap: 8px;
  margin-top: clamp(25px, 3vw, 45px);
}
.banner-dots .slick-dots li {
  width: unset;
  height: unset;
  margin: 0;
  padding: 10px 0;
}
.banner-dots .slick-dots li button {
  width: 80px;
  height: 2px;
  padding: 0;
  background-color: #ffffff7e;
}
.banner-dots .slick-dots .slick-active button {
  background-color: var(--light);
}
.banner-dots .slick-dots li button::before {
  content: unset;
}

@media (max-width: 1200px) {
  .banner__slider img {
    aspect-ratio: 7/4;
  }
}
@media (max-width: 1024px) {
  .banner__section::before {
    content: unset;
  }
}
@media (max-width: 767px) {
  .banner__section .banner-title p {
    display: block;
  }
  .banner-content p,
  .banner-dots {
    display: none;
  }
  .banner__wrapper {
    justify-content: end;
    padding: 0 0 45px;
  }
  .banner__slider img {
    aspect-ratio: 5/4;
  }
}
@media (max-width: 567px) {
  .banner__section .wrapper {
    position: static;
  }
  .banner__wrapper {
    padding: 20px 0 30px;
  }
  .banner__section .banner-title h1,
  .banner__section .banner-title p {
    color: var(--text-1);
  }
  .banner__section .banner-title p {
    color: var(--text-2);
  }
}
/* Banner section end  */

/* Travel Experience start  */
.travel-experience__section {
  background-color: #ffedde;
}
.travel-experience__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
}
.travel__container {
  background-color: var(--light);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 2px 2px 36.1px 2px #00000014;
  display: flex;
  flex-direction: column;
}
.travel__container > a,
.top-trekking__container .featured-image a {
  position: relative;
  display: block;
}
.travel__container > a > div,
.top-trekking__container .featured-image a div {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 1px solid #ffffff1a;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16.8px);
  -webkit-backdrop-filter: blur(16.8px);
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--light);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--primary-font);
  border-radius: 8px;
  padding: 9px 9px 6px;
}
.travel__container > a > div::before,
.top-trekking__container .featured-image a div::before {
  content: url("../img/icon-1.png");
  line-height: 1;
}
.travel__container img {
  width: 100%;
  height: 344px;
  object-fit: cover;
}
.travel__container .entry-content {
  padding: clamp(16px, 2vw, 25px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.travel__container .entry-content > div {
  display: flex;
  align-items: start;
  gap: 20px;
}
.travel__container .entry-content > div:nth-child(2) {
  align-items: center;
  justify-content: end;
}
.travel__container .entry-content > div:not(:first-child) {
  border-top: 1px solid #e5e5e5;
  margin-top: 16px;
  padding-top: 14px;
}
.travel__container .entry-content span {
  font-size: clamp(18px, 2vw, 20px);
  letter-spacing: -1%;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  color: var(--secondary);
  white-space: nowrap;
  line-height: 1;
  width: 100%;
}
.travel__container .entry-content span.days::before {
  content: url("../img/calender.png");
}

@media (max-width: 989px) {
  .travel-experience__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}
@media (max-width: 767px) {
  .travel__container .entry-content > div:not(:last-child) {
    flex-direction: column-reverse;
    gap: 10px;
  }
  .travel-experience__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 567px) {
  .travel__container img {
    height: 280px;
  }
  .travel-experience__wrapper {
    display: block;
  }
}
/* Travel Experience end  */

/* About us start  */
.about-us__section .wrapper-large {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.about-us__section .wrapper-large::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-image: url(../img/moutain.png);
  background-size: contain;
  width: auto;
  height: 100%;
  background-repeat: no-repeat;
}
.about-us__section .section-wrap {
  position: relative;
}
.about-us__section .primary-btn {
  margin: clamp(14px, 2vw, 26px) auto 0;
}
.about-us__section .wrapper-large > img {
  margin: 0 auto;
  display: block;
}
/* About us end  */

/* Top Trekking start  */
.top__trekking {
  position: relative;
}
.top__trekking .btn {
  position: absolute;
  top: -95px;
  right: 0;
}
.top-trekking__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 25px;
}
.top-trekking__wrapper .top-trekking__container:nth-child(1) {
  grid-column: span 2 / span 2;
  grid-row: span 6 / span 6;
}
.top-trekking__wrapper .top-trekking__container:nth-child(2) {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 3;
}
.top-trekking__wrapper .top-trekking__container:nth-child(3) {
  grid-column: span 2 / span 2;
  grid-row: span 3 / span 3;
  grid-column-start: 3;
  grid-row-start: 4;
}
.top-trekking__wrapper .top-trekking__container:nth-child(4) {
  grid-column: span 2 / span 2;
  grid-row: span 6 / span 6;
  grid-column-start: 5;
  grid-row-start: 1;
}
.top-trekking__wrapper .top-trekking__container img {
  aspect-ratio: 6/4;
  height: 100%;
}

@media (max-width: 1400px) {
  .top-trekking__wrapper .top-trekking__container img {
    aspect-ratio: 5/4;
  }
  .top__trekking .btn {
    top: -85px;
  }
}
@media (max-width: 1024px) {
  .top-trekking__wrapper a.arrow {
    display: none;
  }
}
@media (max-width: 989px) {
  .top-trekking__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: unset;
    gap: 20px;
  }
  .top-trekking__wrapper .top-trekking__container {
    grid-column: unset !important;
    grid-row: unset !important;
    grid-column-start: unset !important;
    grid-row-start: unset !important;
  }
  .top__trekking .btn {
    position: unset;
    margin: clamp(25px, 3vw, 35px) auto 0;
  }
}
@media (max-width: 767px) {
  .top-trekking__wrapper .top-trekking__container img {
    aspect-ratio: unset;
    height: 300px;
  }
  .top-trekking__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 567px) {
  .top-trekking__wrapper {
    display: block;
  }
}
/* Top Trekking end  */

/* Why us start  */
.wy-us__section {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.wy-us__section .section-title,
.wy-us__section .entry-title {
  color: var(--light);
}
.wy-us__section p {
  color: #ceeaf8;
}
.why-us__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 35px;
  row-gap: 25px;
  width: 100%;
  margin-left: auto;
  max-width: 930px;
}
.wy-us__section .entry-title {
  max-width: 240px;
  margin-bottom: clamp(8px, 2vw, 14px);
}
.why-us__container img {
  width: 41px;
  min-width: 41px;
  height: 41px;
  margin-bottom: clamp(10px, 2vw, 20px);
}
@media (max-width: 567px) {
  .why-us__wrapper {
    row-gap: 15px;
  }
  .why-us__container:not(:last-child) {
    border-bottom: 1px solid #ffffff36;
    padding-bottom: 15px;
  }
}
/* Why us end  */

/* Peak Climbing start  */
.peak-climbing__section {
  position: relative;
  z-index: 1;
}
/* Peak Climbing end  */

/* Top Tours start  */
.top-tours__section {
  position: relative;
}
.top-tours__section::before {
  content: "";
  width: 100%;
  height: 200%;
  position: absolute;
  top: -100%;
  left: 0;
  background: linear-gradient(180deg, #ffffff 0%, #d9f3ff 100%);
}
.top-tours__container {
  border-radius: 14px;
  padding: 15px;
  padding-bottom: 22px;
  background-color: var(--light);
  display: grid !important;
}
.top-tours__container img {
  width: 100%;
  height: 280px;
  border-radius: 8px;
  object-fit: cover;
  margin-bottom: clamp(8px, 2vw, 12px);
}
.top-tours__container .entry-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-tours__container p {
  font-size: 16px;
  font-family: var(--primary-font);
  line-height: 1.2;
}
.top-tours__container .pricing-arrow {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-top: 4px;
}
.top-tours__container .entry-title {
  margin-bottom: 6px;
}
.top-tours__container .pricing {
  margin: 0 0 8px 0;
  width: 100%;
}
/* Top Tours end  */

/* Trip of month start  */
.trip-month__wrapper {
  display: flex;
  align-items: center;
  gap: 65px;
  background-color: #f6f5f4;
  border-radius: 14px;
  position: relative;
  padding: clamp(20px, 5vw, 90px);
}
.trip-month__wrapper::after {
  content: url(../img/trip-bg.png);
  position: absolute;
  right: 0;
  top: 0;
}
.trip-month__wrapper .featured-image {
  width: 55%;
  position: relative;
}
.trip-month__wrapper .entry-container {
  width: 45%;
  position: relative;
}
.trip-month__wrapper .featured-image img {
  width: 100%;
  height: 444px;
  object-fit: cover;
  border-radius: 14px;
}
.trip-month__wrapper .featured-image div {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 45px;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #ffffff1a;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(16.8px);
  -webkit-backdrop-filter: blur(16.8px);
  border-radius: 8px;
  padding: clamp(12px, 2vw, 18px) clamp(16px, 2vw, 24px);
}
.trip-month__wrapper .featured-image span {
  color: var(--light);
  font-size: clamp(14px, 2vw, 24px);
  letter-spacing: -1%;
  font-weight: 500;
  line-height: 1;
}
.trip-month__wrapper .featured-image div span:not(:last-child) {
  border-right: 1px solid #616466;
  margin-right: 16px;
  padding-right: 16px;
}
.trip-month__wrapper .section-wrap {
  margin-bottom: 0;
}
.trip-month__wrapper .section-wrap p {
  margin: clamp(6px, 1.2vw, 12px) 0 0;
}
.trip-month__wrapper .primary-btn {
  margin-top: clamp(16px, 3vw, 26px);
}
@media (max-width: 1200px) {
  .trip-month__wrapper {
    gap: 35px;
  }
  .trip-month__wrapper .featured-image div {
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .trip-month__wrapper {
    gap: 25px;
    flex-direction: column;
  }
  .trip-month__wrapper .featured-image,
  .trip-month__wrapper .entry-container {
    width: 100%;
  }
  .trip-month__wrapper .featured-image img {
    height: 340px;
  }
}
/* Trip of month end  */

/* Activities start  */
.activities__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 30px;
  row-gap: 20px;
}
.activities__wrapper .section-wrap {
  max-width: 480px;
  margin: 0;
}
.activities__content {
  max-width: 870px;
  width: 100%;
}
.activities__container {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(278px, 1fr));
  width: 100%;
}
.activities__container .featured-image,
.activities__container .featured-image > a {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
}
.activities__container .featured-image > a::after {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.64) 100%
  );
  height: 90%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.activities__container .featured-image img {
  height: 230px;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}
.activities__container .entry-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 12px 16px;
}
.activities__container .entry-title a {
  color: var(--light);
}
.activities__container .featured-image:hover img {
  transform: scale(1.08);
}

@media (max-width: 1200px) {
  .activities__wrapper {
    flex-direction: column;
  }
  .activities__content {
    max-width: 100%;
  }
}
/* Activities end  */

/* Travel Stories start  */
.travel-stories__section {
  /* background: linear-gradient(180deg, #d9f3ff 0%, #ffffff 100%); */
}
.travel-stories__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 30px;
}
.travel-stories__container img {
  height: 345px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: clamp(12px, 2vw, 20px);
}

@media (max-width: 989px) {
  .travel-stories__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  }
}
@media (max-width: 567px) {
  .travel-stories__container img {
    height: 295px;
  }
  .travel-stories__wrapper {
    gap: 20px;
  }
}
/* Travel Stories end  */

/* Reviews start  */
.reviews__section {
  background-color: #e3f4ff;
  position: relative;
}
.reviews__section::before {
  content: url(../img/review-bg.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reviews__section .wrapper-small {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 35px);
}
.reviews__section .section-wrap {
  margin: 0;
  max-width: 298px;
}
.reviews__container h3 {
  margin-top: clamp(70px, 8vw, 125px);
}
.reviews__section .btn {
  margin: clamp(16px, 3vw, 25px) 0 0;
}
.reviews__container p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 18px;
}
.reviews__slider.swiper {
  width: 320px;
  margin: 0 clamp(40px, 10vw, 140px) 0 auto;
}
.reviews__slider .swiper-slide {
  background-color: #b9e6fe;
  border: 1px solid #0787c91a;
  border-radius: 20px;
  padding: clamp(20px, 3vw, 30px);
  margin-bottom: 6px;
}
.reviews__slider .swiper-slide:nth-child(3n + 2) {
  background-color: #e0f2fe;
}
.reviews__slider .swiper-slide:nth-child(3n) {
  background-color: #ffffff;
}
.rating {
  padding-top: 4px;
}
.rating i {
  color: var(--primary);
  padding-right: 4px;
}
.rating span {
  font-size: 18px;
  font-weight: 500;
  color: #5d737f;
  text-decoration: underline;
}
.swiper-button-next,
.swiper-button-prev {
  width: 52px;
  height: 49px;
  min-width: 49px;
  border-radius: 12px;
  background-color: var(--light);
  box-shadow: 0px 3px 4px 0px #ff54271a;
  right: -120px;
}
.swiper-button-prev {
  right: auto;
  left: -120px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: "\f061";
  transition: var(--transition);
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: var(--primary);
  font-size: 18px;
}
.swiper-button-prev::after {
  content: "\f060";
}
/* Reviews end  */

/* FAQs start  */
.faq__wrapper {
  display: flex;
  align-items: start;
  gap: 30px;
  justify-content: space-between;
}
.faq__section .section-wrap {
  margin: 0;
  max-width: 420px;
}
.faq__section .btn {
  margin-top: clamp(16px, 3vw, 26px);
}
.faq__container {
  max-width: 784px;
  width: 100%;
}
.faq__container .btn {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

@media (max-width: 767px) {
  .faq__section .btn {
    display: none;
  }
  .faq__container .btn {
    display: block;
  }
  .faq__wrapper,
  .reviews__section .wrapper-small {
    flex-direction: column;
    gap: 20px;
  }
  .reviews__slider.swiper {
    width: 420px;
    margin: 0 auto;
  }
  .reviews__section .section-wrap {
    max-width: 420px;
    width: 100%;
    text-align: center;
  }
  .reviews__section .btn {
    margin: 14px auto 0;
  }
  .reviews__section::before {
    content: unset;
  }
}
@media (max-width: 567px) {
  .reviews__slider.swiper {
    width: 100%;
  }
}
/* FAQs end  */

/* CTA start  */
.cta__section {
  position: relative;
  padding: clamp(60px, 8vw, 135px) clamp(20px, 4vw, 80px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cta__section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000099;
}
.cta__section .section-wrap {
  max-width: 661px;
}
.cta__section .section-title {
  color: var(--light);
}
.cta__section p {
  color: #b8bec4;
  margin: clamp(6px, 1.2vw, 12px) 0 0;
}
.cta__section .primary-btn {
  margin: clamp(18px, 3vw, 28px) auto 0;
}
/* CTA end  */
