@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,500i,600,600i,700,800,800i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap");

body {
  font-family: "Roboto", sans-serif;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 18px;
}
/* .modal-dialog-scrollable {
  min-height: calc(100% - 5rem);
  max-height: calc(100% - 5rem);
} */
html {
  scroll-behavior: smooth;
}

.mang-containe {
  max-width: 1300px;
}

.container-main {
  max-width: 1300px !important;
}

.overlayLoading {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgb(28 28 28 / 70%);
  z-index: 999999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #333;
}
.overlayLoading .containerLoder {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.overlayLoading img,
.overlayLoadingBlack img,
.overlayLoading svg {
  width: 100px;
  height: 100px;
  margin: 20px;
}

@media screen and (max-width: 1920px) and (min-device-width: 1700px) {
  .mang-containe {
    max-width: 1620px;
    width: 100%;
  }
}

/* @font-face {
font-family: 'PRISTINA';
font-style: normal;
font-weight: normal;
src: url('webfont.eot'); 
src: url('PRISTINA.ttf') format('ttf'),
        url('webfont.eot?#iefix') format('embedded-opentype'), 
       url('webfont.woff2') format('woff2'), 
       url('webfont.woff') format('woff'); 
} */
/* @font-face {
  font-family: "pristina";
  src: url("pristina-webfont.eot");
  src: url("pristina-webfont.eot?#iefix") format("embedded-opentype"),
    url("pristina-webfont.woff2") format("woff2"),
    url("pristina-webfont.woff") format("woff"),
    url("pristina-webfont.ttf") format("truetype"),
    url("pristina-webfont.svg#pristinaregular") format("svg");
  font-weight: normal;
  font-style: normal;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.hr-lead {
  margin-top: 5px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #e5e9eb;
}
.vr-lead {
  margin-left: 8px;
  margin-right: 8px;
  border: 0;
  border-left: 1px solid #e5e9eb;
  height: 100%;
}

.link {
  position: relative;
  display: inline-block;
  color: #0090d1;
  transition: ease-in-out all 0.3s;
  text-decoration: none;
}

.link:hover {
  color: #16a2e1;
  text-decoration: none;
}

.link:before {
  position: absolute;
  background: #0090d1;
  height: 0px;
  content: "";
  left: 0;
  right: 0;
  bottom: 0px;
  transition: ease-in-out all 0.3s;
}

.link:hover:before {
  height: 1px;
  bottom: 1px;
}
.text-primary {
  color: #0289fb !important;
}

.clearfix {
  clear: both;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.btn {
  font-family: "Montserrat", sans-serif;
  padding: 10px 30px;
  font-weight: 500;
  border: 0;
  border-radius: 8px;
}
.btn-sm {
  padding: 6px 15px;
}
.btn-xs {
  padding: 3px 8px;
}
.btn-toggle-all i {
  font-size: 20px;
  line-height: 22px;
}
.btn-primary {
  background: linear-gradient(92deg, #0090d1, #035dc9);
  color: #fff;
  transition: ease-in-out all 0.3s;
}
.btn-primary:hover,
.btn-primary:focus {
  background: linear-gradient(150deg, #0090d1, #035dc9);
  box-shadow: 0px 3px 10px #035cc98f;
}

.btn-info {
  background: linear-gradient(92deg, #b56dd7, #3023ae);
  color: #fff;
  transition: ease-in-out all 0.3s;
}
.btn-info:hover,
.btn-info:focus {
  background: linear-gradient(150deg, #b56dd7, #3023ae);
  box-shadow: 0px 3px 10px #3023ae8f;
}

.btn-danger {
  background: linear-gradient(92deg, #e95e93, #e42746);
  color: #fff;
  transition: ease-in-out all 0.3s;
}
.btn-danger:hover,
.btn-danger:focus {
  background: linear-gradient(150deg, #e95e93, #e42746);
  box-shadow: 0px 3px 10px #ff3e5e8f;
}
.btn-success {
  background: linear-gradient(92deg, #00c880, #007e6c);
  color: #fff;
  transition: ease-in-out all 0.3s;
}
.btn-success:hover,
.btn-success:focus {
  background: linear-gradient(150deg, #00c880, #007e6c);
  box-shadow: 0px 3px 10px #007e6c8f;
}

.btn-whatsapp {
  background: linear-gradient(92deg, #25d366, #128c7e);
  color: #fff;
  transition: ease-in-out all 0.3s;
}
.btn-whatsapp:hover,
.btn-whatsapp:focus {
  background: linear-gradient(150deg, #25d366, #128c7e);
  box-shadow: 0px 3px 10px #25d366;
}

.btn-whatsapp-enquiry {
  background: linear-gradient(92deg, #f3f3f3, #e1e1e1);
  color: #2d2d2d;
  border-radius: 50px;
  padding: 10px 20px 10px 10px;
  transition: ease-in-out all 0.3s;
  border: 2px solid #c0c0c0;
  display: flex;
  text-decoration: none;
  align-items: center;
  text-align: left;
}
.btn-whatsapp-enquiry .wa_icon {
  background: linear-gradient(150deg, #38d840, #1ba21d);
  border-radius: 50px;
  color: #ffffff;
  font-size: 26px;
  padding: 8px 10px;
  margin: 0px 12px 0px 0px;
  text-align: center;
  line-height: 30px;
}

.btn-whatsapp-enquiry:hover,
.btn-whatsapp-enquiry:focus {
  color: #1d1d1d;
  background: linear-gradient(150deg, #ffffff, #e9e9e9);
  box-shadow: 0px 2px 5px #2a2a2a5d;
}
.btn-whatsapp-enquiry .text_div {
  /* float: left; */
}
.btn-whatsapp-enquiry .text_div .btn-title {
  font-size: 20px;
  margin: 0;
  font-weight: 600;
}
.btn-whatsapp-enquiry .text_div .btn-subtitle {
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}

/* wa small btn */
.btn-whatsapp-enquiry-sm {
  background: linear-gradient(92deg, #f3f3f3, #eaeaea);
  color: #2d2d2d;
  border-radius: 50px;
  padding: 2px 10px 2px 2px;
  transition: ease-in-out all 0.3s;
  border: 1px solid #c0c0c0;
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  text-align: left;
  flex-direction: row;
}
.btn-whatsapp-enquiry-sm .wa_icon {
  background: linear-gradient(150deg, #38d840, #1ba21d);
  border-radius: 50px;
  color: #ffffff;
  font-size: 21px;
  padding: 2px 4px;
  margin: 0px 5px 0px 0px;
  text-align: center;
  line-height: 26px;
}

.btn-whatsapp-enquiry-sm:hover,
.btn-whatsapp-enquiry-sm:focus {
  color: #1d1d1d;
  background: linear-gradient(150deg, #ffffff, #e9e9e9);
  box-shadow: 0px 2px 5px #2830293b;
}

.btn-whatsapp-enquiry-sm .text_div {
  font-size: 14px;
  margin: 0;
  line-height: 16px;
}

.btn-whatsapp-enquiry-sm .text_div .btn-title {
  font-size: 13px;
  margin: 0;
  font-weight: 600;
  line-height: 15px;
}
.btn-whatsapp-enquiry-sm .text_div .btn-subtitle {
  font-size: 11px;
  margin: 0;
  line-height: 12px;
}

/*  wa small btn */

.btn-warning {
  background: linear-gradient(92deg, #f4c727, #e1a307);
  color: #fff;
  transition: ease-in-out all 0.3s;
}
.btn-warning:hover,
.btn-warning:focus {
  background: linear-gradient(150deg, #f4c727, #e1a307);
  box-shadow: 0px 3px 10px #e1a3078f;
}

.outer-nav {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.cust-navbar {
  background: transparent;
  transition: 0.9s;
}

.logo-home img {
  max-width: 150px;
  height: auto;
  transition: 0.9s;
}

.cust-navbar .navbar-nav .nav-link {
  color: #ffffffd3;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 23px;
  padding: 35px 35px;
}

.cust-navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.cust-navbar .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #ffffff;
  font-weight: 600;
}

.icon-list svg {
  font-size: 20px;
  /* color: #cacaca; */
}

.ban_img {
  background-size: 100% !important;
  min-height: 790px !important;
  background-repeat: no-repeat !important;
}

.page-banner-main {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.page-banner {
  position: relative;
  margin: 0;
  padding: 0;
  background-size: contain;
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center center;
}

.page-banner.tourList {
  background-image: url(../images/toursBanner.jpg) !important;
}
.page-banner.aboutUs {
  background-image: url(../images/abt-bg.jpg) !important;
  background-position: center center;
  height: 550px;
}
.page-banner.contactUs {
  background-image: url(../images/contact-bg1.jpg) !important;
  background-position: center center;
  height: 550px;
}
.page-banner.termsConditions {
  background-image: url(../images/terms-conditions-bg.jpg) !important;
  background-position: center center;
  height: 550px;
}

.page-banner.kerala {
  background-image: url(../images/tourbanner-kerala.jpg) !important;
}
.page-banner.dubai {
  background-image: url(../images/tourbanner-dubai.jpg) !important;
}
.page-banner.gujrat {
  background-image: url(../images/tourbanner-gujrat.jpg) !important;
}
.page-banner.singapore {
  background-image: url(../images/tourbanner-singapore.jpg) !important;
}
.page-banner.three-sisters {
  background-image: url(../images/tourbanner-three-sisters.jpg) !important;
}
.page-banner.spiti-valley {
  background-image: url(../images/tourbanner-spitivalley.jpg) !important;
}
.page-banner.bhutan {
  background-image: url(../images/tourbanner-bhutan.jpg) !important;
}
.page-banner.andaman {
  background-image: url(../images/tourbanner-andaman.jpg) !important;
}
.page-banner.amarnath {
  background-image: url(../images/tourbanner-amarnath.jpg) !important;
}
.page-banner.narmada {
  background-image: url(../images/tourbanner-narmada.jpg) !important;
}

.page-banner.vietnam {
  background-image: url(../images/tourbanner-vietnam.jpg) !important;
}
.page-banner.puri {
  background-image: url(../images/tourbanner-puri.jpg) !important;
}
.page-banner.kailash {
  background-image: url(../images/tourbanner-kailash.jpg) !important;
}
.page-banner.bali {
  background-image: url(../images/tourbanner-bali.jpg) !important;
}
.page-banner.shimla {
  background-image: url(../images/tourbanner-shimla.jpg) !important;
}
.page-banner.trishali {
  background-image: url(../images/tourbanner-trishali.jpg) !important;
}
.page-banner.srilanka {
  background-image: url(../images/tourbanner-srilanka.jpg) !important;
}
.page-banner.ladakh {
  background-image: url(../images/tourbanner-ladakh.jpg) !important;
}

.page-banner-overlay {
  /* background: rgba(0, 0, 0, 0.36); */
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-banner-content {
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 0;
  right: 0;
}

.page-banner .title {
  font-family: "Montserrat", sans-serif;
  font-size: 100px;
  line-height: 106px;
  font-weight: 700;
  color: #ffffff;
  margin: 0px 0px 10px 0px;
}

.page-banner .subtitle {
  margin: 0px 0px 20px 0px;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
}

.page-banner .from-price {
  color: #ffffff;
}

.page-banner .from-price h4 {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}

.page-banner .from-price small {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin: 0px;
}

.text-note {
  color: #9b9b9b;
  font-size: 14px;
}

.homeSlider .slick-prev {
  left: 60px !important;
  z-index: 2;
}
.homeSlider .slick-prev:before {
  content: "\ea60";
  font-family: "tabler-icons";
  font-size: 60px;
  stroke-width: 0.5;
  opacity: 0.5;
}
.homeSlider .slick-next {
  right: 60px !important;
  z-index: 2;
}
.homeSlider .slick-next:before {
  content: "\ea61";
  font-family: "tabler-icons";
  font-size: 60px;
  stroke-width: 0.5;
  opacity: 0.5;
}

/*#destinations-main{
    padding-bottom: 3rem;
    padding-top: 3rem
}*/

.dest-img {
  position: relative;
}

.dest-img a {
  position: relative;
  overflow: hidden;
  display: block;
  transition: 0.9s;
  width: 100%;
  height: 100%;
}

.dest-img a > img {
  position: relative;
  display: block;
  transition: transform 0.9s ease;
}

.dest-img a:hover img {
  transform: scale(1.1);
}

.dest-img a:hover::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(8, 161, 149, 0.43);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  transition: 0.9s;
}

.heading-dest {
  position: absolute;
  top: 30%;
  z-index: 1;
  color: #fff;
  left: 57%;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.heading-dest h2 {
  font-size: 50px;
  color: #fff;
  margin: 0px;
}

.subline {
  font-size: 36px;
  font-weight: 200;
}

.heading-dest h2 span {
  font-size: 60px;
  font-weight: 600;
  color: #ede603;
  padding-right: 18px;
}

.dest-heading-main {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 10px;
}

.outer-heading-dest h3 {
  font-size: 21px;
  padding-top: 6px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
}

/*overlay-content*/
.overlay-text-dist {
  position: absolute;
  z-index: 1;
  left: 50%;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  transition: 0.7s;
  display: block;
  visibility: hidden;
  opacity: 0;
}

.overlay-text-dist div:hover::after {
  transition: 0.7s;
  background: transparent;
}

.overlay-text-dist div p:hover {
  color: #ede603;
  transition: 0.7s;
}

.overlay-text-dist div p {
  margin: 5px 0px;
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.7s;
  text-align: center;
}

.read-more {
  text-align: center;
  background: transparent;
  border-color: #fff;
  transition: 0.7s;
  text-transform: capitalize;
  color: #fff;
  max-width: 150px;
  width: 100%;
  margin: 0 auto;
}

.overlay-text-dist div .read-more:hover {
  background: #16a2e1;
  transition: 0.7s;
  border-color: #fff;
}

.btn-overlay {
  text-align: center;
  margin-top: 20px;
}

.dest-img:hover .overlay-text-dist {
  opacity: 1;
  visibility: visible;
}

/*home-slider*/
.no-overflow {
  overflow: hidden;
}

.columns {
  position: relative;
}

.hero-slider {
  position: relative;
}

.hero-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 790px !important;
  position: relative;
  width: 100%;
  transition: 0.7s;
}

.hero-text {
  font-size: 50px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

/* 
.slick-slider {
    overflow: hidden;
}

.slick-slider div.slick-active .hero-image {
    -webkit-animation: myMove 4s 1 ease-in-out;
    -moz-animation: myMove 4s 1 ease-in-out;
    -o-animation: myMove 4s 1 ease-in-out;
    -ms-animation: myMove 4s 1 ease-in-out;
    animation: myMove 4s 1 ease-in-out;
} */

@keyframes myMove {
  from {
    transform: scale(1, 1);
    transform-origin: 50% 50%;
  }

  to {
    transform: scale(1.1, 1.1);
    transform-origin: 50% 0%;
  }
}

@-webkit-keyframes myMove {
  from {
    -webkit-transform: scale(1, 1);
    -webkit-transform-origin: 50% 50%;
  }

  to {
    -webkit-transform: scale(1.1, 1.1);
    -webkit-transform-origin: 50% 0%;
  }
}

@-o-keyframes myMove {
  from {
    -o-transform: scale(1, 1);
    -o-transform-origin: 50% 50%;
  }

  to {
    -o-transform: scale(1.1, 1.1);
    -o-transform-origin: 50% 0%;
  }
}

@-moz-keyframes myMove {
  from {
    -moz-transform: scale(1, 1);
    -moz-transform-origin: 50% 50%;
  }

  to {
    -moz-transform: scale(1.1, 1.1);
    -moz-transform-origin: 50% 0%;
  }
}

@-ms-keyframes myMove {
  from {
    -ms-transform: scale(1, 1);
    -ms-transform-origin: 50% 50%;
  }

  to {
    -ms-transform: scale(1.1, 1.1);
    -ms-transform-origin: 50% 0%;
  }
}

.hero-text p {
  color: #0090d1;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding-bottom: 12px;
}

.hero-text h2 {
  color: #ffffff;
  font-size: 100px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: -4px;
  margin: 0;
  line-height: 105px;
}

.hero-text h2 span {
  display: block;
}

.searchbar {
  margin-bottom: auto;
  margin-top: auto;
  background-color: #ffffff54;
  border-radius: 30px;
  border: 1px solid #fff;
}

.search_input {
  color: #fff;
  border: 0;
  outline: 0;
  background: none;
  width: 0;
  transition: width 0.4s linear;
  line-height: 0px;
}

.searchbar:hover > .search_input {
  padding: 0 10px;
  width: 270px;
  transition: width 0.4s linear;
  line-height: 38px;
}

.searchbar:hover > .search_icon {
  background: white;
  color: #0090d1;
}

.search_icon {
  height: 38px;
  width: 38px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  position: relative;
  left: 1px;
}

.searchbar ::placeholder {
  color: #e7e7e7;
  font-size: 14px;
}

.scrolled .main-search .searchbar {
  margin-bottom: auto;
  margin-top: auto;
  background-color: #00f1dd03;
  border-radius: 30px;
  border: 1px solid #767676;
}

.scrolled .main-search .searchbar .search_icon {
  color: #16a2e1;
}

.scrolled .main-search .searchbar ::placeholder {
  color: #383838;
  font-size: 14px;
}

.scrolled .main-search .searchbar:hover > .search_input {
  padding: 0 10px;
  width: 270px;
  transition: width 0.4s linear;
  line-height: 38px;
  color: #7c7c7c;
}

.menu-right {
  float: right;
}

.heading-offer h2 {
  position: relative;
}
.heading-offer h1 {
  font-size: 2rem;
}

.heading-offer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-offer h4 {
  font-family: "Dancing Script", cursive;
  font-weight: 600;
  color: #0090d1;
  margin: 0;
  font-size: 36px;
  /* letter-spacing: 0.5px; */
}

#scroll {
  position: fixed;
  right: 12px;
  bottom: 2%;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  z-index: 1;
  padding: 15px;
}

#scroll span {
  /* position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -15px; */
  height: 0;
  width: 0;
  border: 9px solid transparent;
  border-bottom-color: #0090d1;
  display: block;
  margin: -5px 0px 0px 0px;
}

#scroll:hover {
  background-color: #f9f9f9;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.enquireBtnCont {
  position: fixed;
  left: 0;
  right: 0px;
  bottom: 00px;
  cursor: pointer;
  width: 100%;
  background-color: #212121ed;
  border-top: 1px solid #1e1e1e;
  display: none;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
  z-index: 3;
  padding: 15px 25px;
  color: #ffffff;
  font-size: 16px;
  backdrop-filter: blur(6px);
}
.enquireBtnCont .countDays {
}
@media screen and (max-width: 921px) and (min-device-width: 768px) {
  .page-banner .title {
    font-size: 80px;
    line-height: 86px;
  }
}
@media screen and (max-width: 767px) {
  /* #scroll {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    padding: 11px;
  }
  #scroll span {
    border-width: 7px;
  } */
  .enquireBtnCont {
    display: block;
  }
  .page-banner,
  .page-banner.contactUs,
  .page-banner.aboutUs {
    height: 400px;
  }
  .page-banner .title {
    font-size: 60px;
    line-height: 66px;
  }
}
@media screen and (max-width: 480px) {
  .page-banner,
  .page-banner.contactUs,
  .page-banner.aboutUs {
    height: 300px;
  }
  .page-banner .title {
    font-size: 42px;
    line-height: 46px;
  }
}

.outer-adventure {
  background-image: url(../images/narmada_parikrama_bg.jpg) !important;
  background-repeat: no-repeat;
  padding: 90px 0px 90px 0px;
  margin: 0px;
  background-size: cover;
  background-position: center center;
}

.pl-35 {
  padding-left: 35px;
}

.adv-info .title {
  font-size: 54px;
  color: #fff;
  text-transform: capitalize;
  line-height: 58px;
  font-weight: 800;
  font-family: "Roboto";
}

.adv-info {
  padding: 30px;
  background: #000000b3;
  width: 50%;
  float: right;
  backdrop-filter: blur(7px);
  border-radius: 10px;
}

.outer-adventure h2.offer-text {
  color: #e3be00;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
  font-size: 46px;
  line-height: 50px;
  text-transform: capitalize;
  font-family: "Dancing Script", cursive;
}

.outer-adventure .info-trek {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin: 15px 0px 15px 0px;
  line-height: 24px;
}

.outer-adventure .total-day {
  font-size: 30px;
  font-weight: 800;
  color: #ffffff;
  border-bottom: 1px solid #adadad;
  margin-bottom: 20px;
  padding-bottom: 8px;
  line-height: 36px;
}

.btn-campg {
  position: fixed;
  bottom: 116px;
  right: 0px;
}

.outer-adventure .price {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  margin-top: 30px;
}

.outer-adventure .price span {
  font-size: 26px;
  font-weight: 500;
}

.outer-adventure .price svg {
  font-size: 26px;
}

.icon-whyus > img,
.icon-whyus1 > img {
  width: 120px;
}

.icon-label {
  font-size: 18px;
  text-transform: capitalize;
  margin: 5px 0px 0px 0px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.icon-whyus {
  position: relative;
}

.icon-whyus {
  position: relative;
}

.icon-whyus::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #c7c7c7 50%, transparent 50%);
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 15px 2px, 15px 2px, 2px 15px, 2px 15px;
  background-position: 0px 0px, 200px 100px, 0px 100px, 200px 0px;
  padding: 68px;
  /* animation: border-dance 4s infinite linear; */
  right: -77px;
  top: 75px;
}

@keyframes border-dance {
  0% {
    background-position: 0px 0px, 300px 116px, 0px 150px, 216px 0px;
  }

  100% {
    background-position: 300px 0px, 0px 116px, 0px 0px, 216px 150px;
  }
}

.why-choose .container {
  max-width: 1400px;
  width: 100%;
}

.heading-ico h2:before {
  left: 350px !important;
}

.heading-ico h2:after {
  right: 350px !important;
}

.current-campgain {
  position: fixed;
  z-index: 1;
  right: 14px;
  bottom: 127px;
}

.current-campgain a {
  display: block;
  max-width: 200px;
  background: #007eff;
  width: 100%;
  padding: 0px 15px;
  line-height: 42px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
}

/* #Navigation
================================================== */
.bg-light {
  /* background-color: transparent !important; */
  background-color: #00000038 !important;
  transition: all 200ms linear;
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #48484833;
}

.start-header {
  opacity: 1;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 5px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
  height: 28px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navigation-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.navbar {
  padding: 0px 15px;
}

.main-search {
  position: absolute;
  right: 60px;
}

.navbar-brand img {
  height: 75px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* margin-right: 150px; */
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

/* hamburger */

.hmb-menu {
  width: 26px;
  height: 15px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.hmb-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.navbar-light.scrolled .hmb-menu span {
  background: #5b5b5b;
}

.hmb-menu span:nth-child(1) {
  top: 0px;
}

.hmb-menu span:nth-child(2) {
  top: 8px;
}

.hmb-menu span:nth-child(3) {
  top: 16px;
}

.hmb-menu.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.hmb-menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hmb-menu.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* hambueger end */

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  transition: all 200ms linear;
}

.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.navbar {
  transition: 0.9s;
}

.scrolled {
  background-color: #ffffff !important;
  transition: 0.9s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.scrolled .navbar-nav .nav-link {
  color: #303030;
  /* padding: 15px 35px; */
  padding: 15px 15px;
  line-height: 33px;
  transition: 0.7s;
}

.scrolled .logo-home .navbar-brand > img {
  max-width: 80px;
  height: auto;
  transition: 0.9s;
  display: none;
}

.cust-navbar .logo-home .scroll-logo > img {
  max-width: 80px;
  height: auto;
  transition: 0.9s;
  display: none;
}

.scrolled .logo-home .scroll-logo {
  transition: 0.9s;
}

.scrolled .logo-home .scroll-logo > img {
  max-width: 105px;
  height: auto;
  transition: 0.9s;
  display: block;
  margin-top: -22px;
}

.scrolled .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #16a2e1;
  transition: 0.9s;
}

.cust-navbar .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
  transition: 0.9s;
}

.scrolled .navbar-nav .nav-link:hover {
  color: #16a2e1;
  transition: 0.7s;
}

.scrolled .navbar-nav .nav-link:focus {
  color: #16a2e1;
  transition: 0.7s;
}

.icon-list {
  color: #fff;
  font-size: 18px;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  text-align: end;
}

.scrolled .icon-list {
  color: #5b5b5b;
  font-size: 18px;
  transition: 0.25s ease-in-out;
  cursor: pointer;
}

.scrolled .logo-white {
  display: none;
}

.bg-light .logo-voilet {
  display: none;
}

.scrolled .logo-voilet {
  display: block;
}

/* #Primary style
================================================== */

.section {
  position: relative;
  width: 100%;
  display: block;
}

.full-height {
  height: 100vh;
}

.over-hide {
  overflow: hidden;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #8167a9;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}

body.hero-anime #switch {
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}

.switched {
  border-color: #000 !important;
  background: #8167a9 !important;
}

.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 3px 15px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

.dropdown-item:hover,
.dropdown-item:focus {
  /*  color: #fff;*/
  background-color: transparent !important;
}

.alert {
  border-radius: 10px;
  padding: 10px 10px;
  font-size: 15px;
}
.alert.alert-success {
  background: #defff1;
  border-color: #cefbe8;
  color: #0e4f34;
}
.alert.alert-primary {
  background: #d4ebff;
  border-color: #c5e3fd;
  color: #026dc5;
}
.alert.alert-danger {
  background: #ffe9f6;
  border-color: #ffcae9;
  color: #96055a;
}

/* #Media
================================================== */
@media screen and (max-width: 991px) {
  .adv-info {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  .nav-item:after {
    display: none;
  }

  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }

  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }

  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .outer-adventure {
    padding-top: 440px;
    padding-bottom: 40px;
  }
  .adv-info {
    width: 100%;
  }
  .outer-adventure .total-day {
    font-size: 22px;
    line-height: 32px;
  }
  .outer-adventure h2.offer-text {
    font-size: 38px;
    line-height: 42px;
  }
  .adv-info .title {
    font-size: 42px;
    line-height: 48px;
  }
  .outer-adventure .price {
    font-size: 32px;
  }
  .outer-adventure .price span {
    font-size: 22px;
  }

  .btn-whatsapp-enquiry {
    padding: 6px 16px 6px 6px;
  }
  .btn-whatsapp-enquiry .wa_icon {
    font-size: 20px;
    padding: 6px 8px;
    margin: 0px 10px 0px 0px;
    line-height: 24px;
  }
  .btn-whatsapp-enquiry .text_div .btn-title {
    font-size: 17px;
    line-height: 22px;
  }
  .btn-whatsapp-enquiry .text_div .btn-subtitle {
    font-size: 12px;
    line-height: 14px;
  }
}
@media screen and (max-width: 640px) {
  .adv-info {
    padding: 20px;
  }
  .outer-adventure .total-day {
    font-size: 18px;
    line-height: 18px;
  }
  .outer-adventure h2.offer-text {
    font-size: 32px;
    line-height: 36px;
  }
  .adv-info .title {
    font-size: 34px;
    line-height: 40px;
  }
  .outer-adventure .price svg {
    font-size: 26px;
  }
  .outer-adventure .price {
    font-size: 28px;
  }
  .outer-adventure .price span {
    font-size: 18px;
  }
  .outer-adventure .info-trek {
    font-size: 14px;
    margin: 10px 0px 10px 0px;
  }
}

@media screen and (max-width: 480px) {
  .adv-info {
    padding: 15px;
  }
  .outer-adventure .total-day {
    font-size: 18px;
    line-height: 18px;
  }
  .outer-adventure h2.offer-text {
    font-size: 24px;
    line-height: 28px;
  }
  .adv-info .title {
    font-size: 26px;
    line-height: 28x;
  }
  .outer-adventure .price svg {
    font-size: 22px;
  }
  .outer-adventure .price {
    font-size: 22px;
  }
  .outer-adventure .price span {
    font-size: 16px;
  }
  .outer-adventure .info-trek {
    font-size: 14px;
    margin: 10px 0px 10px 0px;
  }
}

.navbar-light .navbar-toggler {
  padding: 0px;
}

.cust-carousel .carousel-indicators li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

/*.cust-carousel .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-image: url(../images/arrow-home-left.png);
    opacity: 1;
    background-size: 19px;
}

.cust-carousel .carousel-control-next-icon{
    width: 40px;
    height: 40px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background-image: url(../images/arrow-home-right.png);
    opacity: 1;
    background-size: 19px;
}*/

.img-responsive {
  width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}
