h1, h2, h3, h4, h5, h6 {
  font-family: "Zain", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p, span, li, a{
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
} 


.logo {
  height: 100px;
  width: 100%;
  margin-top: 10px;
}

.footer_logo img{
  width: 15%;
}

.footer_logo{
  display: flex;
  justify-content: center;
  align-items: center;
}


.whatsapp-se {
    position: absolute; 
    bottom: 40px; 
    right: 40px;
    transition: opacity 0.3s ease;
    opacity: 0; 
    z-index: -1; 
}


.whatsapp-se.fixed {
  position: fixed;
  bottom: 40px;
  right: 40px;
  opacity: 1;
  z-index: 1000;
}


/* .whatsapp-se {
  right: 15px;
  bottom: 50px;
  z-index: 999;
  position: fixed;
} */

.whatsapp-se i {
  font-weight: 400;
  background: #26c943;
  color: #ffffff;
  padding: 9px 12px;
  font-size: 30px;
  border-radius: 50%;
  /* line-height: 30px; */
  height: 50px;
  width: 50px;
}



/* html,
body {
position: relative;
height: 100%;
}

body {
background: #eee;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-size: 14px;
color: #000;
margin: 0;
padding: 0;
} */

/* .swiper {
width: 350px;
height: 350px;
}

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
} */

/* .swiper-button-prev.swiper-button-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: none;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 30px;
  font-size: 20px;
} */

/* .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 30px;
  font-size: 15px;
} */

/* 
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 15px;
  color: #000000;
} */

/* .swiper-container{
  padding-top:50px;
  padding-bottom:50px;
  background-color: #dddddd;
  position: relative; 

} */

/* 
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 15px !important;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: #000000 !important;
  font-weight: 600 !important;
  text-align: center;
}

.swiper-btn .swiper-button-next{
  position:absolute;
  top: 270px;
  left: 10px;
} */

/* .mySwiper{
position: absolute;
bottom: 0px;
right: -400px;
}

.swiper-btn .swiper-button-prev{
position:absolute;
top: 200px;
bottom: 10px;
left: 10px;
} */


/* .swiper-button-prev, .swiper-rtl .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 10px); 
right: auto;
position: absolute;
left: 10px;
top: 200px;
} */

.contact-details h3{
font-size: 25px;
font-weight: 600;

}

.contact-details .contact-left-side h2 {
font-size: 22px;
font-weight: 700;
padding-top: 30px;
padding-bottom: 15px;
color: #000000;
width: 80%;
line-height: 2rem;
border-bottom: 2px solid #000000;
}

.contact-left-side ul{
padding-top: 30px;
}

.contact-left-side ul>li{
display: flex;
}

.contact-left-side .fas.fa-map-marker-alt {
color: #174174;
font-size: 30px;
padding: 0px 15px 30px 0px;
}

.contact-left-side .fas.fa-mobile {
color: #174174;
font-size: 30px;
padding: 0px 15px 10px 0px;
}

.contact-left-side .fas.fa-envelope{
color: #174174;
font-size: 30px;
margin-right: 10px;
/* padding: 0px 15px 30px -4px; */
}

.contact-left-side .phone{
padding-top: 3px;
}


/* 
.about-pages{
padding-top: 30px;
padding-bottom: 30px;
} */

/* .about-pages h2{
font-size: 30px;
font-weight: 600;
text-align: center;
} */

.about-heading{
font-family: 'Red Hat Display', sans-serif;
font-weight: 900;
color: #222;
font-size: 40px;
padding-bottom: 30px;
padding-top: 30px;
display: flex;
justify-content: center;
}

.about-us p {
margin-top: 1em;
font-size: 1rem;
line-height: 2rem;
text-align: justify;
color: #666;
padding-right: 15px;
font-family: "Poppins", sans-serif;
/* font-weight: 100; */
font-style: normal;
}

.about-us h3 {
margin-top: 1em;
font-size: 1.2rem;
line-height: 2rem;
font-style: italic;
font-weight: 600;
color: #454545;
padding-right: 15px;
font-family: "Poppins", sans-serif;
/* font-weight: 100; */
font-style: normal;
}

.card-btn {
  background: #ffa500;
  color: #fff;
  height: 50px;
  width: 200px;
  /* margin: 30px 10px 10px 0px; */
  text-align: center;
  border-radius: 6px;
  line-height: 50px;
  position: absolute;
  bottom: 10px;
  left: 20px;
  /* text-align: center; */
}

.tour-package{
padding-top: 50px;
padding-bottom: 50px;
}

.tour-package h3{
/* margin-top: 30px; */
font-size: 30px;
text-align: center;
font-weight: 600;
/* line-height: 1rem; */
}

.discover-page .tour-package {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  /* align-items: center !important; */
  padding: 25px 25px;
  border-radius: 4px;
  background: url(../images/h1-background-1.png) no-repeat center top;
  background-size: cover;
  height: auto;
  display: flex;
  /* align-items: center; */
  /* margin-top: 20px; */
}

.day1-details h3 {
font-size: 18px;
font-weight: 700;
font-family: "Poppins", sans-serif;
font-style: normal;
color: orange;
text-align: left;
line-height: 2rem;
}

.day1-details p {
  padding-top: 40px;
  font-size: 15px;
  line-height: 2rem;
  font-weight: 500;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #101010;
}

.discover-page .imagagine-div{
padding-top: 20px;
padding-bottom: 20px;
}

.discover-page .heading h3{
font-size: 35px;
font-weight: 600;
text-align: center;
color: #133760;
padding-bottom: 30px;
font-family: "Poppins", sans-serif;
/* font-weight: 100; */
font-style: normal;
}

.div-test1 .card-subtitle {
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
}

.breadcrumb-item{
font-family: "Poppins", sans-serif;
font-style: normal;
font-size: 20px;
font-weight: 700;
color:#2cac15;
}


.imagagine-div .breadcrumb-item+.breadcrumb-item::before {
float: left;
padding-right: 0.5rem;
padding-left: 0.5rem;
padding-top: 0.1rem;
font-size: 20px;
content: var(--bs-breadcrumb-divider, "/");
color: #2cac15;
}



.div-test1 .card-sub{
font-size: 16px;
padding-top: 15px;
font-weight: 500;
font-family: "Raleway", sans-serif;
}

.tour-details{
display: flex;
flex-direction: column;
position: relative;
/* align-items: flex-start; */
}

/* 
.tour-img {
padding-top: 15px;
} */

/* .day1-details {
padding-top: 20px;
} */

/* .tour-details .last-day {
padding-top: 70px;
} */

/* .tour-details .tour-top{
display: flex;
justify-content: center;
} */

.about-img {
padding-top: 20px;

} 


/* 
.about-part{
display: inline-block;
width: 100%;
position: relative;
background: url(../images/slider/3.jpg) no-repeat;
height: 920px;
background-size:contain;
}  */


/* .about-us-img{
padding-top: 20px;
} */

.about-img img{
border-radius: 25px;
/* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}

.social-icon {
background-color: #174174;
width: 33px;
height: 33px;
border-radius: 50%;
/* padding: 3px 9px; */
}

.about-img img:hover{
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
cursor: pointer;
}

.tour-img img {
  /* box-shadow: -6px 8px 0px 2px #174174; */
  /* box-shadow: -6px 8px 0px 2px #0082c2; */
  /* padding: 7px; */
  border-radius: 10px;
  width: 100%;
  /* height: 355px; */
}

.footer-text a{
vertical-align: unset !important;
padding-left: 5px;
}

.new-packge-design {
  padding-top: 50px;
}

.new-packge-design .col-xl-4 {
  margin-bottom: 20px;
}

.tour-packages-pages{
padding-top: 50px;
}

/* .about-pages{
padding-top: 50px;
} */

.conatctus-pages{
padding-top: 50px;
}

.discover-page{
padding-top: 50px;
}


.why-choose-divs1 p {
  color: #ffffff;
  padding-right: 30px;
}


.overview-box .overview-text p {
padding-top: 15px;
font-size: 16px;
line-height: 2rem;
font-weight: 500;
text-align: justify;
font-family: "Poppins", sans-serif;
font-style: normal;
}


.hightlight-content {
display: flex;
justify-content: center;
align-items: center;
}

.highlight-list {
width: 320px;
padding: 20px;
}

.highlight-list ul>li {
list-style: none;
font-size: 18px;
font-weight: bold;
padding: 5px;
}

/* .itinerary-heading {
padding: 15px 0px 15px 50px;
display: flex;
justify-content: flex-start;
} */

.itinerary-heading {
/* padding: 15px 0px 15px 50px; */
padding-left: 110px;
display: flex;
justify-content: flex-start;
}


.itinerary-heading .comon-head-m {
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 700;
color: #222;
font-size: 30px;
position: relative;
}


.hanle-content p {
font-size: 15px;
line-height: 2rem;
font-weight: 500;
text-align: justify;
font-family: "Poppins", sans-serif;
font-style: normal;
}

.imagagine-div .hanle-heading h1 {
font-size: 25px;
font-weight: bold;
padding: 15px 0px 15px 0px;
font-family: "Poppins", sans-serif;
font-style: normal;
}

.valley-content p{
font-size: 18px;
font-weight: 500;
padding: 10px;
text-align: justify;
font-family: "Poppins", sans-serif;
font-style: normal;
}

.valley-content ul{
padding-left: 30px;
}

.valley-content li {
font-size: 15px;
font-weight: 500;
padding: 10px 0px 10px 0px;
font-family: "Poppins", sans-serif;
font-style: normal;
text-align: justify;
}


img.mobile-logo {
width: 30%;
}

.comon-footer-div ul>li>a:hover{
color:#ffa500;
font-weight: bold;
}


.view_package_detail{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #a41f13;
  
}

.view_package_detail,.view_package_detail:hover{
  color: #a41f13;
  margin-top: 25px;
  font-weight: 500;
  text-decoration: none;

}
.view_package_detail i{
  margin-right:15px;
  transition: all ease-in-out 0.5s;
}

.comon-items-week:hover .view_package_detail i {
  margin-right:0px;
}

.div-test1 .view_package_detail p{
  text-align: left;
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
  font-family: "Raleway", sans-serif;
}
/* .tour-btn:hover{
  border: 1px solid #ffa500;
  background: unset;
}

.tour-btn:hover a{
  color: #ffa500;
} */





/* World Wide CSS Start */


.world_wide_expeditions{
  padding: 80px 0px;
}


.world_wide_expeditions .world_wide_heading h4{
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #222;
  font-size: 40px;
  text-align: center;
}


.world_wide_expeditions .world_wide_swiper {
  background-color: #dddddd6e;
  margin-top: 50px;
  padding: 60px 30px;
  height: 475px;
}

.world_wide_expeditions .swiper {
  width: 100%;
  height: 100%;
}

.world_wide_expeditions .swiper-slide {
  height: 300px;
  width: 300px;
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.world_wide_expeditions .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}


.world_wide_expeditions .world_wide_content .world_wide_title h4{
  font-size: 18px;
  font-weight: 600;
  color: #174174;
  text-align: center;
}

.world_wide_expeditions .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -6px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* World Wide CSS End */



/* Glimpse of Ladakh CSS Start */


.glimpse-of-ladakh{
  padding: 50px 0px;
}


.glimpse_heading {
  margin-top: 350px;
  margin-bottom: 40px;
}

.glimpse-of-ladakh .glimpse_heading h4{
  margin-top: 50px;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #133760;
  padding-bottom: 30px;
  font-family: "Poppins", sans-serif;
  /* font-weight: 100; */
  font-style: normal;
}


.glimpse-of-ladakh .package-details h6 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: orange;
  text-align: left;
  line-height: 2rem;

}



.glimpse-of-ladakh .package-details p {
  /* padding-top: 15px; */
  font-size: 16px;
  line-height: 2rem;
  font-weight: 500;
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-style: normal;
}


.glimpse-of-ladakh .package-details {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 20px;
}

.glimpse-of-ladakh .package-img img {
  height: 300px;
  width: 360px;
  border-radius: 10px;
}


.glimpse-of-ladakh .package-img{
  position: relative;
}


/* .glimpse-of-ladakh .package-img::after {
  content: "";
  padding: 41px;
  left: -40px;
  border-bottom: 30px solid #0082c2;
  height: 350px;
  top: -25px;
  position: absolute;
  border-top: 30px solid #0082c2;
  z-index: -1;
  border-left: 30px solid #0082c2;
  transition: all 0.25s ease-out;
} */


.glimpse-of-ladakh .ladakh_daywise {
  margin-top: 30px;
  height: 430px;
}



.ladakh_tour{
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Glimpse of Ladakh CSS End */


/* .tour_package_details {
  margin-top: 30px;
  margin-bottom: 30px;
} */


.tour-details .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #2cac15;
  content: var(--bs-breadcrumb-divider, "/");
}



.even {
  background-color: #174174f0;
  border-radius: 8px;
}

.even .tour-package {
  box-shadow: unset;
  /* align-items: center !important; */
  padding: 25px 25px;
  border-radius: 4px;
  background: unset !important;
  background-size: cover;
  height: auto;
  display: flex;
  align-items: center;
  /* margin-top: 20px; */
}


.even .day1-details p {
  color: #ffffff;
}



.even .breadcrumb-item {
  color: #24eb00;
}



.even .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #24eb00;
  content: var(--bs-breadcrumb-divider, "/");
}



.even .day1-details h3 {
  color: #ffee00;
}


.container_card {
  background-color: #ffffff;
  padding: 50px 0px;
  box-shadow: 1px 1px 2px #561f1f;
}

.tour_package_details.odd .container_card {
  background: #f5f5f5;
  padding: 50px 0px;
  /* border-radius: 10px; */
}


.tour-details .slide-weekly2 {
     margin-top: unset; 
}


.tour-details .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 200px;
}


.tour-details .slide-weekly2 .comon-items-week figure {
     height: unset; 
}


.tour-details .comon-items-week figure {
    display: inline-block;
    width: 100%;
     height: unset; 
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}




.tour-details .slide-weekly2 .comon-items-week {
  background: #fff;
  box-shadow: #e9e9e9 1px 2px 18px;
  padding-bottom: 30px;
  width: 300px;
}


.top_tour_images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
  /* background-image: url(../images/download.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}

.top_img img {
  width: 200px;
  height: 200px;
  margin: 10px;
  border-radius: 10px;
}

.top_icon {
  height: 50px;
  width: 50px;
}

.top_img.one {
  transform: rotateZ(-5deg);
  /* margin-right: 30px; */
}

.top_img.one.dest{
  transform: unset;
}

.top_img.three{
  transform: rotateZ(5deg);
  /* margin-left: 30px; */
}


.tour-top h3 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #010048c2;
  text-align: left;
  line-height: 2rem;
}

.top_img h4 {
  font-size: 14px;
  font-weight: bold;
  color: #121212;
  text-align: center;
}

/* .tour-details:after{
  content: '';
  position: absolute;
  bottom:-75px;
  right: 25%;
  width: 3px;
  height: 60px;
  background-color: #000000;
  border-radius: 25%;
}

.tour-details:before{
  content: '';
  position: absolute;
  bottom:-75px;
  right: 75%;
  width: 3px;
  height: 60px;
  background-color: #000000;
  border-radius: 25%;
  
} */



.tour_package_details.odd.first{
  margin-top: 30px;
}


.tour_package_details.odd.last{
  margin-bottom: 30px;
}




/* Popular Destinations CSS Start */


/* .popular-destinations .popular{
  width: unset;
}


.poluar-destinations .row>* {
 
  width: unset !important;

} */

/* .poluar-destinations .image-container {
  display: grid;
  grid-gap: 10px; 
} */

/* .poluar-destinations .popular-dest {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  width: unset;
}



.poluar-destinations .popular-dest.hidden {
  display: none; 
  padding-top: 20px;
}

.poluar-destinations .image-container img {
    width: 250px;
    height: 300px;
}

.poluar-destinations #showAllBtn, #showLessBtn {
    width: 200px;
    border-radius: 8px;
    background: #ffa500;
    color: #fff;
    padding: 20px 20px;
    margin-top: 50px;
    border: none;
    font-size: 20px;
}

.poluar-destinations .hidden {
  display: none; 
}


.poluar-destinations .image-container .one {
    width: 350px;
    height: 510px;
    border-radius: 20px;
}


.poluar-destinations .image-container .two {
    width: 350px;
    height: 250px;
   border-radius: 20px;
}


.poluar-destinations .destination_row {
    padding-top: 10px;
}

.poluar-destinations .destination_card{
  position: relative;
  display: inline-block;
}

.poluar-destinations .destination_card .content-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.poluar-destinations .content-title h4{
  font-size: 30px;
  font-weight: 600;
}



.poluar-destinations .small_card{
  position: relative;
  display: inline-block;
}

.poluar-destinations .small_card .small_title {
    position: absolute;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
}


.poluar-destinations .small_title h4{
  font-size: 25px;
  font-weight: 600;
}

.poluar-destinations .bottom_buttons{
  display: flex;
  justify-content: center;
  align-items: center;
} */



.popular_dest {
  /* z-index: -1; */
  /* max-width: 1200px; */
  /* margin: 30px auto; */
  padding: 30px;
  /* background: #fff; */
  /* border-radius: 10px; */
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); */
}

.world_wide_heading {
  text-align: left;
  margin-bottom: 20px;
}

.comon-head-m {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.popular_dest .swiper {
  width: 100%;
  padding-bottom: 50px;
}

.popular_dest .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular_desc_card {
  position: relative;
  width: 100%;
  /* overflow: hidden; */
  border-radius: 10px;
  /* background: #fff; */
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); */
}

.popular_desc_image {
  position: relative;
  width: 100%;
  /* height: 250px; */
  overflow: hidden;
  border-radius: 10px;
}

.popular_desc_image img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.image_overlay {
  position: absolute;
  bottom: 10px;
  left: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
}

.location {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 10px;
}

/* Swiper Button Styling */
.popular_dest .swiper-button-next, .popular_dest .swiper-button-prev {
  color: #333;
}






/* Popular Destinations CSS End */





.world_wide_heading {
  margin-left: 110px;
  padding: 50px 0px;
}




.world_wide_left img {
  height: 500px;
  /* width: 458px; */
}



.world_wide_right_swiper .world_wide_card.first {
  margin-right: 20px;
  margin-bottom: 75px;
}



.world_wide_right_swiper .world_wide_card.second {
  /* margin-left: 20px; */
  margin-top: 50px;
}

.world_wide_right_swiper .world_wide_card.third {
  /* margin-right: 20px; */
  margin-top: 50px;
}



.world_wide_right_swiper .world_wide_card.fourth {
  margin-left: 20px;
  margin-bottom: 60px;
}


.world_wide_right_swiper{
  background-color: #f5f5f5;
}



.world_wide_right_swiper .swiper {
  /* width: 100%; */
  /* height: 100%; */
  height: 500px;
  margin-right: -90px;
  /* margin-left: 118px; */
}

.world_wide_right_swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.world_wide_right_swiper .swiper-slide img {
  height: 300px;
  width: 370px;
  border-radius: 10px;
  /* padding: 10px; */
  /* display: block; */
  /* width: 100%; */
  /* height: 100%; */
  /* object-fit: cover; */
}

/* .world_wide_right_swiper .swiper {
  margin-left: auto;
  margin-right: auto;
} */


.world_wide_destination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.world_wide_card .world_wide_title h4 {
  font-size: 20px;
  font-weight: bold;
  color: #174174;
  text-align: center;
  padding-top: 10px;
}







/* .world_wide .row>* {
    flex-shrink: 0;
    padding-right: unset;
    padding-left: unset;
    margin-top: unset;
} */




.world_wide_right_swiper .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 2;
  padding-right: 4px;
  font-size: 20px !important;
  font-weight: 600;
  /* margin-right: 173px; */
  /* text-align: center; */
  /* margin-left: 0px; */
}


.world_wide_right_swiper .swiper-button-next:after {
  font-family: swiper-icons;
  /* font-size: var(--swiper-navigation-size); */
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 2;
  padding-left: 5px;
  font-size: 20px !important;
  font-weight: 600;
  /* margin-right: 173px; */
  /* text-align: center; */
  /* margin-left: 0px; */
}



/* .fancybox img {
  width: 200px; 
  height: auto; 
  transition: all 0.3s ease; 
}

.fancybox:hover img {
  transform: scale(1.1); 
} */



.fancybox-close-small {
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 9999;
}


ul.m-0.mt-2.list-unstyled.d-flex {
  justify-content: center;
  gap: 20px;
  padding-top: 15px;
}

.footer_social ul li i{
  font-size: 25px;
}

.footer-link-div .row.row-cols-1.row-cols-md-2.row-cols-lg-4 {
  display: flex;
  justify-content: space-between;
}

.useful_links {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}
.useful_links span{
    color: #ffffff;
    font-size: 18px;
}

.contact_card {
  
  /* display: flex;
  gap: 15px; */
  /* flex-direction: column; */
  /* justify-content: center; */
  /* flex-direction: column; */
}

.contact_icon {
  display: none;
}


footer .footer-link-div .contact_card  .contact-text{
  text-align: center;
}

footer .footer-link-div .contact_card .contact_icon i{
  font-size: 25px;
  color: #ffffff;
}

/* .contact_card span {
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  padding: 0px;
  margin: 0px;
} */

footer .footer-link-div .contact_card .contact-text h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  /* margin-bottom: 12px; */
  position: relative;
}

footer .footer-link-div .contact_card .contact-text h5::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 35px;
  background: #ffffff;
  transform: translate(-50%, -50%);
}



footer .footer-link-div .contact_card p {
  font-size: 16px;
  padding-top: 20px;
  color: rgb(255 255 255);
  /* text-align: center; */
  font-weight: 500;
  width: 100%;
  /* text-align: left; */
}


footer .footer-link-div .footer-text p {
  font-size: 16px;
  padding-top: 0px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin: auto;
}
/* footer .footer-link-div .contact-us p {
  font-size: 16px;
  padding-top: unset;
  color: rgb(219, 219, 219);
  text-align: justify;
} */

.footer_contact {
  padding-top: 30px;
}

footer .footer-link-div li {
  /* margin-bottom: 10px; */
  padding: 8px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.comon-footer-div h5{
  font-size: 20px;
    font-weight: bold;
}

.day1-details ul {
  /* align-items: center; */
  margin-top: 30px;
}

.day1-details ul>li {
  display: flex;
  list-style-type: none;
  padding-top: 8px;
  font-size: 18px;
  line-height: 2rem;
  /* font-weight: 500; */
  text-align: justify;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #101010;
}


.day1-details .fa-solid.fa-angles-right {
  font-size: 22px;
  margin-right: 5px;
  padding: 0px;
}


i.fa-solid.fa-angles-right {
  margin-top: 5px;
}



.day1-details .material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: bold;
  font-style: normal;
  font-size: 25px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  margin-top: 3px;
  margin-right: 5px;
  color: #30bf43;
}


.tour_package_details.last{
  margin-bottom: 30px;
}



/* .world_wide .row {
  --bs-gutter-x: 0rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y)* -1);
  margin-right: calc(var(--bs-gutter-x)* -.5);
  margin-left: calc(var(--bs-gutter-x)* -.5);
} */



/* World Wide Destination CSS Start */

.world_wide_dest {
  background: #eceff7;
  padding: 50px 0px;
}


.world_wide_dest section {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #dddddd; */
  overflow: hidden;
}

.world_wide_dest .swiper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}

/* .world_wide_dest .swiper-slide {
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
} */


.world_wide_dest  .swiper-button-next:after, .world_wide_dest .swiper-button-prev:after{
  font-size: 20px;
  font-weight: bold;
  color: red;
}

/* .world_wide_dest .swiper-slide-active {
  filter: blur(0px);
}

.world_wide_dest .swiper-pagination-bullet,
.world_wide_dest .swiper-pagination-bullet-active {
  background: #fff;
}

.world_wide_dest .swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: #1b7402;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.world_wide_dest .swiper-slide--one span {
  background: #62667f;
}

.world_wide_dest .swiper-slide--two span {
  background: #087ac4;
}

.world_wide_dest .swiper-slide--three span {
  background: #b45205;
}

.world_wide_dest .swiper-slide--four span {
  background: #087ac4;
}

.world_wide_dest .swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 25px 45px 0 25px;
}

.world_wide_dest .swiper-slide p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
} */

/* .world_wide_dest .swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.world_wide_dest .swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url(https://images.unsplash.com/photo-1556206079-747a7a424d3d?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=871&q=80)
      no-repeat 50% 50% / cover;
}

.world_wide_dest .swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1571900670723-a317a66e3fb7?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=423&q=80")
      no-repeat 50% 50% / cover;
}

.world_wide_dest .swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1549144511-f099e773c147?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80")
      no-repeat 50% 50% / cover;
}

.world_wide_dest .swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1650367310179-e1b5b8e453c3?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80")
      no-repeat 50% 50% / cover;
}

.world_wide_dest .swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("https://images.unsplash.com/photo-1596521864207-13d46b1a0c78?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80")
      no-repeat 50% 50% / cover;
}

.world_wide_dest .swiper-3d .swiper-slide-shadow-left,
.world_wide_dest .swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}


.world_wide_dest .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  background: blue;
} */










/* Popular Destination */


.popular_destination .swiper-wrapper{
  width: 65%;
}

.popular_destination .swiper-slide {
  width: 100%;

}
.popular_destination .swiper-slide img{
  border-radius: 20px;
}

.popular_destination .swiper-button-next,.popular_destination .swiper-button-prev{
  background-color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #000;
}
.popular_destination .swiper-button-next::after,.popular_destination .swiper-button-prev::after{
  font-size: 20px;
  color: #000;
}
.popular_destination .swiper-button-prev,.popular_destination .swiper-rtl .swiper-button-next{
  left: var(--swiper-navigation-sides-offset, 10px);
  top: 42%;
  /* border: 1px solid #000; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;}
.popular_destination .swiper-button-next,.popular_destination .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  top: 42%;
  /* border: 1px solid #000; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.popular_desc_content{
  padding: 10px ;
}
.popular_desc_content p{
  font-size: 18px;
}
.popular_desc_content p i{
  margin-right: 8px;
}

.popular_desc_content h4{
  font-size: 20px;
  margin-top: 15px;
  font-weight: 600;
}

.popular_destination .swiper-button-next.swiper-button-disabled,.popular_destination .swiper-button-prev.swiper-button-disabled{
  cursor: pointer;
  opacity: 1;
  pointer-events: unset;
}


/* Popular Desctination End */


/* World Wide */


.swiper.world_wide {
  width: calc(min(1300px, 100%));
  margin: 0 auto;
  padding-top: 10px;
  min-height: 500px;
  overflow: visible;
}
/* @media screen and (min-width: 500px) {
 .swiper.world_wide {
    display: grid;
  }
} */

.world_wide .swiper-slide {
  width: 300px;
  height: 500px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: height 0.5s ease-in-out !important;
  overflow: hidden;
  position: relative;
  /* background: url("../images/WORLD WIDE EXPEDITIONS LADAKH/matho_monastrey.png") no-repeat 50% 50%/cover; */
}

.world_wide .swiper-slide.active {
  height: 460px;
  overflow: visible;
} 
.world_wide .swiper-slide:hover {
  height: 460px;
  overflow: hidden;
}
.world_wide .swiper-slide:hover img{
  transform: scale(1);
  transition: all 0.5s ease-in-out !important;
}

.world_wide .swiper-slide img{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out !important;
}
.world_wide .swiper-slide a{
  text-decoration: none;
}
.world_wide .swiper-slide .btn-more {
  cursor: pointer;
  background: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  letter-spacing: 2px;
  font-size: 0.7rem;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.world_wide .swiper-slide .btn-more svg {
  color: #111;
  width: 20px;
  height: 20px;
}
.world_wide .swiper-slide .swiper-content {
  background: #fff;
  color: #111;
  width: 100%;
  height: 110px;
  transform: translatey(25px);
  transition: transform 0.7s;
  overflow: hidden;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 20px 20px rgba(0, 0, 0, 0.16);
  border-radius: 0px 0px 10px 10px;
}
.world_wide .swiper-slide .swiper-content-inner {
  padding: 0px 15px;
}
.world_wide .swiper-slide .swiper-content-inner p {
 text-align: center;
}
/* .world_wide .swiper-slide .swiper-content span {
  text-transform: uppercase;
  color: #111;
  letter-spacing: 1px;
  font-size: 0.7rem;
  display: block;
  text-align: center;
  margin-bottom: 5px;
} */
.world_wide .swiper-slide .swiper-content hr {
  width: 15%;
  height: 1px;
  margin: 12px auto;
}
.world_wide .swiper-slide .swiper-content h2 {
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.5px;
  color: #000000;
}


/* .world_wide .swiper-slide .swiper-img{
  height: 350px;
  width: 100%;
} */
/* .world_wide .swiper-slide .swiper-content p {
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
} */


/* .world_wide  .swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  color: red;
  font-weight: bold; 
} */




.world_wide .swiper-slide.active .swiper-content {
  transform:translatey(0px);
  visibility: visible;
}

.world_wide .swiper-slide:hover .swiper-content {
  transform:translatey(0px);
  visibility: visible;
}

.world_wide .swiper-slide:hover .btn-more {
  opacity: 1;
  visibility: visible;
}

.world_wide .swiper-slide.active .btn-more {
  opacity: 1;
  visibility: visible;
}

.world_wide .swiper-button-prev, .world_wide .swiper-button-next {
  top: 45%;
}
/* .world_wide .swiper-button-prev:after, .world_wide .swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  color: red;
  font-weight: bold; 
}
.world_wide .swiper-button-prev {
  border: 1px solid #111;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  left: 30px;
}
.world_wide .swiper-button-prev:hover {
  border: 1px solid #fff;
}
.world_wide .swiper-button-next {
  border: 1px solid #111;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #111;
  right: 30px;
}
.world_wide .swiper-button-next:hover {
  border: 1px solid #fff;
}

.world_wide .swiper-button-next:hover:after,
.world_wide .swiper-button-prev:hover:after {
  color: #fff;
}


.world_wide  .swiper-button-next:after, .world_wide .swiper-button-prev:after{
   color: red;
   font-weight: bold;
   font-size: 20px !important;
}

.world_wide .swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px !important;
  color: red;
  font-weight: bold;
} */


.footer-link-div hr{
  color: #ffffff;
  font-weight: bold;
  height: 1px;
  width: 100%;
}

.useful_links span a{
    text-decoration: none;
    color: #ffffff;
}



.popular_dest {
  margin-bottom: 80px;
}



/* Social Media Sticky CSS Start */

.whatsapp-se {
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.whatsapp-se.active {
  opacity: 1;
}

/* .social_media_sticky {
  position: fixed;
  top: 45%;
  right: -85px;
}

.social_media_sticky a {
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  padding: 2px;
  font-size: 18px;
  display: flex;
}

.social_media_sticky a i {
  background-color: #fff;
  border: 1px solid #e31e24;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  color: #e31e24;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
} */

/* .social_media_sticky a i:hover{
    width: 100%;
} */

/* .social_media_sticky a:hover{
    width: 150px;
} */

/* social medai css  */

.social_media_sticky a {
  transform: translate(160px, 0px);
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  margin: 2px;
  text-decoration: none;
  padding: 2px;
  width: 187px;
  font-size: 18px;
  transition: all 0.8s;
}
.social_media_sticky a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}
.social_media_sticky a i {
  background-color: #fff;
  height: 40px;
  width: 40px;
  color: #000;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 0.5s;
}
.social_media_sticky a:hover {
  color: #fff;
  transform: translate(52px, -1px);
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3b5998;
  color: white;
}

.twitter {
  background: #55acee;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

/*
sticky social */
/*.social_media_sticky {
  z-index: 1;
  position: absolute;
  top: 15%;
  right: 0%;
  width: 220px;
  display: flex;
  flex-direction: column;
}
*/

.social_media_sticky {
  z-index: 10;
  position: fixed;
  bottom: 130px;
  right: 24px;
  /*width: 220px;*/
  display: flex;
  flex-direction: column;
}

.social_media_sticky a {
    display: flex;
    transform: translate(160px, 0px);
    /* border-radius: 8px 0px 0px 8px; */
    text-align: left;
    margin: 4px;
    text-decoration: none;
    padding: 2px;
    width: 187px;
    /* box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px; */
    font-size: 18px;
    transition: all 0.8s;
    align-items: center;
    justify-content: flex-start;
}

.social_media_sticky a:hover {
  color: #fff;
  transform: translate(52px, -1px);
}

.social_media_sticky a:hover i,.social_media_sticky a:hover img{
  transform: rotate(360deg);
}




/*.search_icon a:hover i  {
transform:rotate(360deg);}*/
.Facebook {
  background-color: #2c80d3;
  color: #fff;
}

.Youtube {
  background-color: #fa0910;
  color: #fff;
}

.Twitter {
  background-color: #010101;
}

.linkdin {
  background-color: #0077b5;
  color: #fff;
}
.back_to_top{
  background-color: #C90F16;
  color: #fff;
}

.Instagram {
  /* background-color: #FD1D1D; */
  color: #fff;
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.Google {
  background-color: #21a013;
  color: #fff;
}

.social_media_sticky a i {
    background-color: #fff;
    height: 40px;
    width: 40px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.5s;
}

.social_media_sticky a i.fa-whatsapp {
  background-color: #fff;
  color: #21a013;
}

.social_media_sticky a i.fa-youtube-play {
  background-color: #fff;
  color: #fa0910;
}

.social_media_sticky a i.fa-facebook-f {
  background-color: #fff;
  color: #2c80d3;
}

.social_media_sticky a i.fa-google-plus-g {
  background-color: #fff;
  color: #d34836;
}

.social_media_sticky a i.fa-instagram {
  background-color: #fff;
  color: #fd1d1d;
}

.social_media_sticky a i.fa-youtube {
  background-color: #fff;
  color: #fa0910;
}

.social_media_sticky a i.fa-twitter {
  background-color: #fff;
  color: #53c5ff;
}


.social_media_sticky .Twitter img {
  height: 40px;
  width: 40px;
  padding: 10px 3px;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 20px;
}


/* .social_media_sticky .Twitter a img:hover .Twitter img {
  transform: rotate(360deg);
} */


#scrollToTopBtn {
  position: fixed;
  bottom: 10px;
  right: 5px;
  width: 45px;
  height: 45px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex
;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.5sease-in-out;
}

#scrollToTopBtn:hover {
  background-color: #444;
}

.popular_dest{
  background-image: url('../images/bg/bg-new.png');

  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.poular-packges p {
  width: 100%;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  font-family: "Raleway", sans-serif;
}

.world_wide_heading .comon-head-m {
  font-family: "Zain", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #222;
  font-size: 50px;
  position: relative;
  margin-bottom: 30px;
}

.popular_dest .world_wide_heading p {
  width: 95%;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  /* margin-bottom: 40px; */
  font-family: "Raleway", sans-serif;
}

.world_wide_dest .comon-head-m {
  font-family: "Zain", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #222;
  font-size: 50px;
  position: relative;
  margin-bottom: 30px;
}

.world_wide_dest p {
  width: 95%;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  /* margin-bottom: 40px; */
  font-family: "Raleway", sans-serif;
}


.booking {
  /* background-image: url(../images/bg/bg.png); */
  /* background-image: url('https://dummyimage.com/1920x700/000/fff'); */
  /* background-image: url(../images/bg/bg.jpg); */
  /* background-image: url(../images/bg/kargil.jpg); */
  background-image: url(../images/bg/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
}


.booking .container {
  position: relative;
  left: -25%;
  /* display: flex
; */
  /* justify-content: flex-start; */
  /* background: #fff; */
  /* background: rgba(255, 255, 255, 0.2); */
  /* box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); */
  /* backdrop-filter: blur(1px); */
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  /* width: 100%; */
  max-width: 550px;
  /* text-align: left; */
}
.booking h2 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  /* color: #000000; */
  margin-bottom: 5px;
  font-family: "Zain", sans-serif;
  text-align: left;
}
.booking p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  /* color: #000; */
  font-family: "Raleway", sans-serif;
  margin-bottom: 20px;
}

.booking input::placeholder, textarea::placeholder {
  color: #101010; 
}
.booking .form-group {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.booking .form-group div {
  width: 50%;
}
.booking input, select, textarea, button {
  width: 100%;
  padding: 12px;
  border-radius: 20px;
  border: 1px solid transparent;
  font-size: 16px;
  margin: 10px 0px;
  background: rgb(241 245 249 / 70%);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(1px);
}
.booking textarea {
  height: 120px;
  resize: none;
  width: 100%;
}
.booking button {
  background-color: #142d45;
  border: 1px solid transparent;
  color: white;
  /* border: none; */
  cursor: pointer;
  width: 100%;
  padding: 12px;
  font-size: 18px;
  margin-top: 10px;
}
.booking button:hover {
  background: rgb(241 245 249 / 70%);
  border: 1px solid #142d45;
  color: #142d45;
}

.booking-form {
  padding: 30px;
}

/* .set-icon {
  position: absolute;
  top: -30px;
  left: 100px;

  padding: 10px;
  height: 75px;
  width: 75px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
} */

.set-icon {
  position: absolute;
  top: -50px;
  left: 0px;
  transform: translateX(-50%);
  padding: 10px;
  height: 70px;
  width: 70px;
  background: white;
  border-radius: 50%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  animation: floatIcon 3s infiniteease-in-out;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}


/* .set-text {
  width: 250px;
  background: #f5f5f5;
  color: #000;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px 20px;
  border: 10px;
} */

.set-text {
  height: 200px;
  /* width: 280px; */
  /* background: linear-gradient(135deg, #ff9a9e, #fad0c4); */
  background: linear-gradient(135deg, #dde6fd, #fad0c4);
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  /* border-radius: 30% 70% 70% 30% / 50% 30% 70% 50%; */
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3sease -in-out;
}

.set-text h2 {
  font-size: 25px;
  font-weight: 600;
  color: #101010;
  font-family: "Zain", sans-serif;
}

.set-text p{
  font-size: 16px;
  font-weight: 500;
  color: #101010;
  font-family: "Raleway", sans-serif;
}

.set-card.top{
  margin-top: 80px;
}

/* .set-text:hover {
  transform: scale(1.05);
} */


.set-card{
  position: relative;
  margin: 15px;

}

.what-sets-us .row.set {
  margin-top: 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.what-sets-us .container-fluid{
  width: 1300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.what-sets-us .intro {
  width: 95%;
  font-size: 18px;
  line-height: 35px;
  font-weight: 600;
  text-align: center;
  margin-top: 50px;
  /* margin-bottom: 40px; */
  font-family: "Raleway", sans-serif;
}

.tour-packages-pages.updated .comon-head-m:after {
  position: absolute;
  left: 18%;
  transform: translate(-50%, -50%);
  bottom: -14px;
  background-image: url(../images/landing-top-logo-img.png);
  content: "";
  width: 175px;
  height: 15px;
}

.contact-details .comon-head-m {
  text-align: left;
}

.footer_contact .contact_card a {
  color: #fff;
  text-decoration: none;
}

.contact-form .comon-head-m {
  text-align: left;
}

.contact-form .comon-head-m:after {
  left: 17%;
}



/*Today's CSS Start*/


    .poular-packges .comon-items-week figure img {
    width: 100%;
    height: auto;
    display: block;
}

.poular-packges .div-test1 {
    padding: 10px;
    text-align: center;
}

.poular-packges .titel-cm {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.poular-packges .card-sub {
    font-size: 0.9rem;
}

.poular-packges .view_package_detail {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
}

.poular-packges .owl-carousel .comon-items-week {
    display: block;
    min-height: 300px; /* or whatever suits your design */
}

.poular-packges .service-slider .owl-stage-outer {
    overflow: visible; /* optional, helps with debugging */
}

.what-sets-us {
  width: 100%;
  /* background: url(../images/bg-cm-travel.jpg) no-repeat; */
  background: url(../images/bg/whats-sets-us-bg.png) no-repeat;
  background-size: 100% 100%;
}
 

.poular-packges.tour-leh .slide-weekly2 {
  overflow: hidden;
}


.video-section {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
}

.section-title {
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #222;
}

.video-box {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.video-box iframe {
  display: none;
  width: 100%;
  height: 450px;
  border: none;
}

.video-thumbnail {
  width: 100%;
  height: auto;
  display: block;
  height: 450px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  padding: 20px 24px;
  font-size: 28px;
  color: #174174;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: background 0.3s;
}

.play-button:hover {
  background-color: #fff;
}



/* Preloader CSS Start */


/* Preloader background */
#preloader {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* Page background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Spinner styles (your animation) */
.spinner {
  width: 10px;
  height: 10px;
  position: relative;
}

.spinner div {
  position: absolute;
  width: 50%;
  height:150%;
  background: #174174;
  border-radius: 2px;
  transform: rotate(calc(var(--rotation) * 1deg))
             translate(0, calc(var(--translation) * 1%));
  animation: spinner-fzua35 1s calc(var(--delay) * 1s) infinite ease-in-out;
}

/* Bar positions and animation delays */
.spinner div:nth-child(1)  { --delay: 0.1; --rotation: 36;  --translation: 150; }
.spinner div:nth-child(2)  { --delay: 0.2; --rotation: 72;  --translation: 150; }
.spinner div:nth-child(3)  { --delay: 0.3; --rotation: 108; --translation: 150; }
.spinner div:nth-child(4)  { --delay: 0.4; --rotation: 144; --translation: 150; }
.spinner div:nth-child(5)  { --delay: 0.5; --rotation: 180; --translation: 150; }
.spinner div:nth-child(6)  { --delay: 0.6; --rotation: 216; --translation: 150; }
.spinner div:nth-child(7)  { --delay: 0.7; --rotation: 252; --translation: 150; }
.spinner div:nth-child(8)  { --delay: 0.8; --rotation: 288; --translation: 150; }
.spinner div:nth-child(9)  { --delay: 0.9; --rotation: 324; --translation: 150; }
.spinner div:nth-child(10) { --delay: 1.0; --rotation: 360; --translation: 150; }

@keyframes spinner-fzua35 {
  0%, 10%, 20%, 30%, 50%, 60%, 70%, 80%, 90%, 100% {
    transform: rotate(calc(var(--rotation) * 1deg))
               translate(0, calc(var(--translation) * 1%));
  }
  50% {
    transform: rotate(calc(var(--rotation) * 1deg))
               translate(0, calc(var(--translation) * 1.5%));
  }
}



.sticky-logo {
    display: none;
    height: 40px; /* adjust size */
}

.navbar.sticky .main-logo {
    display: none;
}

.navbar.sticky .sticky-logo {
    display: inline-block;
}