:root {
  --white: #fff;
  --title: #242424;
  --description: #484848;
  --green: #8ab61e;
  --blue: #0183d7;
  --black-gradient: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  --light-background: #efefef;
  --light-blue-background: rgba(125, 137, 198, 0.1);
}

.bg-white {
  background: var(--white);
}

.text-white {
  color: var(--white) !important;
}

.bg-title {
  background: var(--title);
}

.text-title {
  color: var(--title) !important;
}

.bg-description {
  background: var(--description);
}

.text-description {
  color: var(--description) !important;
}

.bg-green {
  background: var(--green);
}

.text-green {
  color: var(--green) !important;
}

.bg-blue {
  background: var(--blue);
}

.text-blue {
  color: var(--blue) !important;
}

.bg-black-gradient {
  background: var(--black-gradient);
}

.text-black-gradient {
  color: var(--black-gradient) !important;
}

.bg-light-background {
  background: var(--light-background);
}

.text-light-background {
  color: var(--light-background) !important;
}

.bg-light-blue-bg {
  background: var(--light-blue-background);
}

.text-light-blue-bg {
  color: var(--light-blue-background) !important;
}

.border-black {
  border: 1px solid var(--black-100) !important;
}

.border-top-black {
  border-top: 1px solid var(--black-100) !important;
}

.border-bottom-black {
  border-bottom: 1px solid var(--black-100) !important;
}

.border-blue {
  border: 1px solid var(--blue) !important;
}

.border-top-blue {
  border-top: 1px solid var(--blue) !important;
}

.border-bottom-blue {
  border-bottom: 1px solid var(--blue) !important;
}

.new-himalaya h1 {
  font-size: clamp(40px, 40px + 16 * (100vw - 375px) / 1065, 56px);
  line-height: 6.2rem;
  font-weight: 300;
}
.new-himalaya h1 span {
  font-family: "Red Rose", serif;
  font-weight: 700;
  font-size: clamp(56px, 56px + 16 * (100vw - 375px) / 1065, 72px);
}
.new-himalaya h2 {
  font-size: clamp(24px, 24px + 32 * (100vw - 375px) / 1065, 32px);
  line-height: 48px;
}
.new-himalaya h3 {
  font-size: clamp(1.6rem, 1.6rem + 4 * (100vw - 375px) / 1065, 2rem);
  line-height: 28px;
}
.new-himalaya h1,
.new-himalaya h2,
.new-himalaya h3,
.new-himalaya strong {
  font-family: "Red Rose", serif;
  color: var(--title);
  margin-bottom: 0;
}
.new-himalaya p,
.new-himalaya span,
.new-himalaya ul {
  font-family: "Poppins", sans-serif;
  color: var(--description);
  margin-bottom: 0;
  font-weight: 400;
}
.new-himalaya .section-title h1,
.new-himalaya .section-title h2,
.new-himalaya .section-title h3,
.new-himalaya .section-title strong,
.new-himalaya .section-title span {
  line-height: 40px;
  letter-spacing: -0.64px;
  font-weight: 700;
}
.new-himalaya .section-title strong,
.new-himalaya .section-title span {
  font-family: "Red Rose", serif;
  color: var(--green);
}
.new-himalaya .section-title strong {
  font-size: clamp(32px, 32px + 32 * (100vw - 375px) / 1065, 44px);
}
.new-himalaya .section-title span {
  font-size: clamp(32px, 32px + 32 * (100vw - 375px) / 1065, 40px);
}
.new-himalaya .styled-list ul li {
  position: relative;
  padding-left: 2.4rem;
  margin-bottom: 8px;
}
.new-himalaya .styled-list ul li::after {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/icons/styled-list.png) center center/cover;
}
.new-himalaya .styled-list.list-white ul li {
  color: var(--white);
}
.new-himalaya .general-content-box p + p {
  margin-top: 1.6rem;
}
.new-himalaya .he-btn {
  display: inline-block;
  width: fit-content;
  transition: filter 0.3s ease-in-out;
}
.new-himalaya .he-btn:hover {
  filter: brightness(1.2);
}
.new-himalaya .img-fluid {
  max-width: 100%;
  height: auto;
}
.new-himalaya form .input-field {
  margin-bottom: 8px;
  position: relative;
}
.new-himalaya form .input-field svg {
  position: absolute;
  left: 10px;
  top: 12px;
}
.new-himalaya form .input-field input,
.new-himalaya form .input-field textarea {
  width: 100%;
  margin: 0;
  border: 0;
  background: var(--light-blue-background);
}
.new-himalaya form .input-field input::placeholder,
.new-himalaya form .input-field textarea::placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: var(--title);
  font-weight: 400;
}
.new-himalaya form .input-field.message-field textarea {
  min-height: 80px;
}
.new-himalaya form .submit-field {
  text-align: center;
  position: relative;
}
.new-himalaya form .submit-field input {
  color: transparent;
  background: var(--blue);
  border: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.new-himalaya form .submit-field p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: var(--white);
  font-weight: 700;
  cursor: pointer;
}
.new-himalaya form .submit-field:hover input {
  filter: brightness(1.5);
}
.new-himalaya .text-14 {
  font-size: 14px;
}
@media (min-width: 1440px) {
  .new-himalaya .container {
    width: 1280px;
  }
}

.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner .banner-wrapper .breadcrumb {
  font-weight: 500;
}
.banner .banner-wrapper .banner-title {
  max-width: 632px;
  margin: 0 auto;
}
.banner .banner-wrapper .banner-title p {
  font-weight: 500;
}
.banner .inline-YTPlayer {
  position: absolute !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}
.banner .inline-YTPlayer .banner-video {
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.banner .inline-YTPlayer .banner-video .inlinePlayButton {
  display: none !important;
}
.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black-gradient);
  z-index: -1;
}
.banner::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 0;
  height: 146px;
  width: 100%;
  background: url(../img/background-01.png) no-repeat center center/cover;
  z-index: 1;
}

.motorbike-adventure {
  position: relative;
}
.motorbike-adventure .ma-img-box-wrapper {
  display: none;
  gap: 8px;
}
.motorbike-adventure .ma-img-box-wrapper .ma-img-box {
  flex: 1;
  transition: all 0.3s ease-in-out;
}
.motorbike-adventure .ma-img-box-wrapper .ma-img-box img {
  object-fit: cover;
  width: 100%;
  height: 340px;
}
.motorbike-adventure .ma-img-box-wrapper .ma-img-box:hover {
  flex: 2;
}
.motorbike-adventure::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 100%;
  top: 100%;
  left: 0;
  background: url(../img/background-04.png) no-repeat center center/cover;
  z-index: 2;
}

@media (min-width: 768px) {
  .motorbike-adventure .ma-img-box-wrapper {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .motorbike-adventure .ma-img-box-wrapper:hover {
    flex: 2.5;
  }
  .motorbike-adventure .ma-img-box-wrapper .ma-img-box:nth-child(1) {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }
  .motorbike-adventure .ma-img-box-wrapper .ma-img-box:nth-child(2) {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }
  .motorbike-adventure .ma-img-box-wrapper .ma-img-box:nth-child(3) {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }
  .motorbike-adventure .ma-img-box-wrapper .ma-img-box:nth-child(4) {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }
  .motorbike-adventure .ma-img-box-wrapper .ma-img-box:nth-child(5) {
    transform: translateY(0);
    transition: all 0.5s ease-in-out;
  }
  .motorbike-adventure .ma-img-box-wrapper .transformIntersected:nth-child(1) {
    transform: translateY(calc(0 * -22px));
  }
  .motorbike-adventure .ma-img-box-wrapper .transformIntersected:nth-child(2) {
    transform: translateY(calc(1 * -22px));
  }
  .motorbike-adventure .ma-img-box-wrapper .transformIntersected:nth-child(3) {
    transform: translateY(calc(2 * -22px));
  }
  .motorbike-adventure .ma-img-box-wrapper .transformIntersected:nth-child(4) {
    transform: translateY(calc(3 * -22px));
  }
  .motorbike-adventure .ma-img-box-wrapper .transformIntersected:nth-child(5) {
    transform: translateY(calc(4 * -22px));
  }
}
@media (min-width: 1440px) {
  .motorbike-adventure .ma-img-box-wrapper {
    transform: translateX(48px);
  }
}
.tour-packages {
  position: relative;
  z-index: 1;
  background: url(../img/background-05.png) no-repeat center center/cover;
}
.tour-packages .tp-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-direction: column;
}
.tour-packages .tp-top .tp-top-content {
  max-width: 524px;
}
.tour-packages::after {
  content: "";
  position: absolute;
  top: calc(100% - 100px);
  left: 0;
  width: 100%;
  height: 200px;
  background: url(../img/background-02.png) no-repeat center center/cover;
  z-index: -1;
}

@media (min-width: 992px) {
  .tour-packages .tp-top {
    align-items: center;
    flex-direction: row;
  }
}
.book-your-adventure {
  position: relative;
  background: url(../img/background-03.png) no-repeat top center/cover;
}
.book-your-adventure .bya-title-wrapper .bya-top-content {
  font-weight: 500;
}
.book-your-adventure .bya-title-wrapper ul li {
  font-size: 14px;
  font-weight: 400;
}
.book-your-adventure .inquiry-form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  z-index: 2;
}
.book-your-adventure .inquiry-form .inquiry-form-box {
  position: relative;
  z-index: 1;
}
.book-your-adventure .inquiry-form .inquiry-form-box .inquiry-form-top h3 {
  font-weight: 700;
}
.book-your-adventure .inquiry-form::before {
  content: "";
  position: absolute;
  top: -28%;
  left: -13%;
  height: 184px;
  width: 285px;
  z-index: 0;
  background: url(../img/bike-01.png) no-repeat center center/cover;
  opacity: 0;
}
.book-your-adventure .inquiry-form::after {
  content: "";
  position: absolute;
  top: -28%;
  left: 23.75%;
  height: 184px;
  width: 138px;
  z-index: 3;
  background: url(../img/bike-02.png) no-repeat center center/cover;
  opacity: 0;
}
.book-your-adventure:after {
  content: "";
  position: absolute;
  top: calc(100% - 60px);
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../img/background-06.png) no-repeat top center/cover;
  z-index: 0;
}

@media (min-width: 992px) {
  .book-your-adventure .inquiry-form::after {
    opacity: 1;
  }
  .book-your-adventure .inquiry-form::before {
    opacity: 1;
  }
}
.scenic-trails .st-image-display {
  margin: 0 -0.4rem;
}
.scenic-trails .st-image-display a {
  transition: all 0.1s ease-in;
  height: 200px;
}
.scenic-trails .st-image-display a img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.scenic-trails .st-image-display a:hover {
  filter: brightness(0.5);
}
.scenic-trails .st-image-display > a:not(:first-child) {
  display: none;
}
.scenic-trails .st-image-display > a:first-child {
  max-width: 173px;
}
.scenic-trails .st-image-display .slick-track,
.scenic-trails .st-image-display .slick-list {
  display: flex;
}
.scenic-trails .st-image-display .slick-slide {
  margin: 0 0.4rem;
}

@media (min-width: 992px) {
  .scenic-trails .st-image-display {
    columns: 4;
    column-gap: 8px;
    margin: 0 0 -8px 0;
  }
  .scenic-trails .st-image-display a {
    height: unset;
    object-fit: unset;
  }
  .scenic-trails .st-image-display a img {
    margin-bottom: 8px;
  }
  .scenic-trails .st-image-display > a:not(:first-child) {
    display: block;
  }
  .scenic-trails .st-image-display > a:first-child {
    max-width: unset;
  }
}
.galleries .gallery-display .gallery-image-display {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}
.galleries .gallery-display .gallery-image-display .gallery-image-wrapper {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.3s ease-in-out;
  position: absolute;
  pointer-events: none;
  z-index: -1;
  height: 12.4rem;
}
.galleries .gallery-display .gallery-image-display .gallery-image-wrapper.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  position: relative;
  pointer-events: auto;
  z-index: 1;
}
.galleries .gallery-display .gallery-image-display .gallery-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.galleries .gallery-display .gallery-load-more-wrapper {
  text-align: center;
}
.galleries .gallery-display .gallery-load-more-wrapper .gallery-load-more,
.galleries .gallery-display .gallery-load-more-wrapper .gallery-less {
  transition: all 0.3s ease-in-out;
}
.galleries .gallery-display .gallery-load-more-wrapper .gallery-load-more:hover,
.galleries .gallery-display .gallery-load-more-wrapper .gallery-less:hover {
  background: var(--blue);
  color: var(--white);
}
.galleries .gallery-display .gallery-load-more-wrapper .gallery-load-more.btn-hide,
.galleries .gallery-display .gallery-load-more-wrapper .gallery-less.btn-hide {
  display: none;
}

@media (min-width: 768px) {
  .galleries .gallery-display .gallery-image-display {
    grid-template-columns: repeat(4, 1fr);
  }
}
footer .midfooter .recommended-wrapper {
  margin: 0 auto;
}
footer .midfooter .recommended-wrapper h3 {
  text-align: center;
}
footer .midfooter .recommended-wrapper .recommended-img-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 8px;
}
footer .midfooter .recommended-wrapper .recommended-img-wrapper .img-wrapper img {
  height: 96px;
  margin-right: 0;
}
footer .midfooter .recommended-wrapper .recommended-img-wrapper .trip-advisor-wrapper {
  display: flex;
  justify-content: end;
}
footer .midfooter .recommended-wrapper .recommended-img-wrapper .trip-advisor-wrapper .TA_rated .widFRR {
  margin: 0 !important;
}
footer .bottomfooter .bottomfooter-socials-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
}
footer .bottomfooter .bottomfooter-socials-wrapper a:hover {
  color: white;
}
footer .bottomfooter .bottomfooter-socials-wrapper a:hover svg path {
  fill: white !important;
}

@media (min-width: 992px) {
  footer .bottomfooter .bottomfooter-socials-wrapper {
    justify-content: start;
  }
  footer .bottomfooter .copyright-wrapper {
    text-align: end;
  }
}
@media (min-width: 992px) {
  .trip-content .container > .row {
    display: flex;
  }
  .trip-content .container > .row .sidebar {
    display: flex;
  }
  .trip-content .container > .row .sidebar > div .detail-menu {
    position: sticky !important;
    top: 112px !important;
  }
}
.book-now-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}

.book-now-btn a {
  width: 100%;
}

.book-btn-large {
  display: none;
}

@media (min-width: 992px) {
  .book-now-btn {
    display: none;
  }
  .book-btn-large {
    display: inline-block;
  }
}
.bs-slider-overlay {
  opacity: 50%;
}

.sub-menu-parent .sub-menu {
  transform: translateY(0%);
}

.sub-menu-parent:hover .sub-menu {
  top: 100%;
  display: block;
  visibility: visible;
  opacity: 1;
}

.navbar .navbar-header .buttons-wrapper {
  display: flex;
  align-items: center;
  float: right;
  margin-top: 24px;
  gap: 0 !important;
}
.navbar .navbar-header .buttons-wrapper .tour-btn {
  padding: 6px 16px;
  background: var(--blue);
  color: var(--white);
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  transition: all 0.3s ease-in-out;
}
.navbar .navbar-header .buttons-wrapper .tour-btn:hover {
  filter: brightness(1.5);
}
.navbar .navbar-header .buttons-wrapper .navbar-toggle {
  float: unset !important;
  margin: 0 8px 0 0 !important;
}

@media (min-width: 992px) {
  .navbar .navbar-header .buttons-wrapper {
    display: none;
  }
}
.top-nav {
  display: none;
}

@media (min-width: 992px) {
  .top-nav {
    display: block !important;
  }
  .lg-none {
    display: none !important;
  }
}
.blog-detail-body img {
  height: 100%;
}

/*# sourceMappingURL=styles2.css.map */
