/* Trip Overview start  */
.trip-overview__section .heading-wrap {
  max-width: 578px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.trip-overview__section .text-btn {
  margin: clamp(15px, 2vw, 28px) auto 0;
}
.trip-gallery__section figure {
  cursor: pointer;
  margin: 0 12px 0 0;
  width: 33.33%;
  position: relative;
}
.trip-gallery__section figure::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  transition: all ease-in-out 0.4s;
}
.trip-gallery__section figure:hover::before {
  content: unset;
}
.trip-gallery__section figure img {
  height: 454px;
  object-fit: cover;
  width: 100%;
}
/* Trip Overview end  */

/* Day by Day start  */
.day-by-day__wrapper {
  display: flex;
  gap: 50px;
  align-items: start;
  justify-content: space-between;
}
.day-by-day__left {
  width: 100%;
  display: flex;
  gap: 30px;
  align-items: start;
}
.day-by-day__right {
  width: 100%;
  max-width: 387px;
  text-align: center;
  position: sticky;
  top: 30px;
}
.day-by-day__left h2 {
  color: #e91d27;
}
.day-by-day__right h3,
.day-by-day__left h3 {
  color: #e91d27;
  font-size: clamp(22px, 2vw, 24px);
  margin-bottom: clamp(10px, 2vw, 16px);
  letter-spacing: -3%;
}
.day-by-day__right > div > div {
  max-width: 367px;
  width: 100%;
  background-color: #f3f2ee;
  padding: clamp(20px, 3vw, 30px);
  margin: 0 0 0 auto;
}
.day-by-day__right > div > div a {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}
.day-by-day__right > div > div a:hover {
  color: #e91d27;
}
.day-by-day__left .section-title {
  max-width: 398px;
}
.day-by-day__container {
  width: 100%;
}
.day-by-day__right > div > div > div {
  margin-top: clamp(10px, 2vw, 16px);
}
.day-by-day__right a.book-btn {
  display: block;
  color: #fff;
  font-size: clamp(16px, 1.5vw, 18px);
  font-weight: 600;
  text-transform: uppercase;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
  background-color: #f86a1e;
  padding: 13px 16px;
  transition: all 0.4s ease-in-out;
}
.day-by-day__right a.book-btn:hover {
  background-color: #e91d27;
}
.day-by-day__left .text-btn {
  margin-bottom: 8px;
}
.day-by-day__left .text-btn::after {
  bottom: -1px;
}
.day-by-day__left h3 {
  margin: 0 0 2px;
  font-weight: 400;
  color: #f86a1e;
}
.day-by-day__container > div:not(:last-child) {
  margin-bottom: clamp(16px, 3vw, 30px);
}
/* Day by Day end  */

/* Other Trip start  */
.other-trip__section {
  position: relative;
  margin-top: clamp(45px, 5vw, 85px);
  padding-top: clamp(45px, 5vw, 85px);
}
.other-trip__section h2 {
  margin-bottom: clamp(25px, 3vw, 40px);
}
.other-trip__section::before {
  content: "";
  width: 100%;
  height: 80%;
  background-color: #f3f2ee;
  position: absolute;
  top: 0;
  left: 0;
}
.other-trip__section .uk-container {
  position: relative;
}
.other-trip__section .trip__card img {
  height: 640px;
}
/* Other Trip end  */

/* Treks Nepal start  */
.camping-treks__section {
  background-color: #fff;
}
.treks-nepal__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 6px;
}
.treks-nepal__wrapper .entry-content {
  max-width: 630px;
  width: 100%;
}
.treks-nepal__wrapper .entry-content > div {
  overflow: hidden;
}
.treks-nepal__wrapper .text-btn {
  margin-top: clamp(15px, 2vw, 25px);
}
.treks-nepal__container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 25px;
  margin-top: clamp(30px, 4vw, 65px);
}
.treks-nepal__container .trip__card img {
  height: 504px;
}
/* Treks Nepal end  */

@media (max-width: 1400px) {
  .day-by-day__left {
    flex-direction: column;
  }
  .day-by-day__left .section-title {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .trip-gallery__section figure img {
    height: 300px;
  }
  .trip-gallery__section figure::before {
    content: unset;
  }
}
@media (max-width: 959px) {
  .day-by-day__wrapper {
    flex-direction: column-reverse;
  }
  .day-by-day__right {
    position: unset;
  }
  .treks-nepal__container .trip__card img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .trip-gallery__section figure img {
    height: 190px;
  }
}
@media (max-width: 567px) {
  .treks-nepal__wrapper {
    flex-direction: column;
  }
  .treks-nepal__container .trip__card img {
    height: 300px;
  }
  .other-trip__section .trip__card img {
    height: 510px;
  }
}
