




:root{

    --headerbg: #000000;
    --bgfontcolor: #ffffff;
    --maincolor: #8ecf2e;
    --fontfamily: 'montserratregular';
    --Pcolor: #999999;
    --bordercolor: card;


}



a {
    color: var(--maincolor);
    text-decoration: unset;
}



.nav-header-top {
    background-color: var(--headerbg);
}


.top-left-item li {
    display: inline-flex;
    padding: 3px;
}



.header-top-right {
    text-align: right;
}


.top-item-link a {
    text-decoration: none;
    color: var(--bgfontcolor);
    margin-top: 10px;
}

li.nav-item {
    padding-left: 12px;
    padding-right: 11px;
    
}

li.nav-item a {
    font-weight: 600;
    font-size: 13px;
   
   
   
}

.navbar-light .navbar-nav .nav-link {
    color: var(--headerbg);
}


.header-top-right a {
    color: var(--bgfontcolor);
    padding-left: 10px;
    margin: 5px;
}

.nav-header-top .header-top-left .top-left-item {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}




.top-btn{
    width: 130px;
    background-color: var(--maincolor);
    color: var(--bgfontcolor);
    height: 50px;
    
}



.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }


  .carousel-caption {
     position: absolute;         
      transform: translatey(-150%);
      text-align: center;

  }




  .custom-button {
    padding: 10px 40px 10px 40px;
    border: none;
    width: 200px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    border-radius: 5px;
    transition:  0.3s;
  }
  .custom-button:hover {
    background-color: var(--headerbg);
    color: var(--bgfontcolor);
  }

  .custom-button-ct{  
    width: 50px;
    padding: 10px 40px 10px 40px;
    border: none;
    color: var(--bgfontcolor);
    background-color: var(--headerbg);
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
  }

  .custom-button-ct:hover {
    background-color: var(--maincolor);
    color: var(--bgfontcolor);
  }


 

  .heading{
    font-family: auto;
    color: var(--headerbg);
    font-weight: bold;
    margin-top: 30px;
  }

.next-text{
    color: var(--maincolor);
}

  .p-text{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 15px;
    color: var(--headerbg);
    padding-bottom: 30px;
    font-weight: 200;
  }

  
.img-fluid2 {
  width: 100%;
  height: auto;
  
}

.about-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.about-subheading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.about-text {
  font-size: 16px;
  margin-bottom: 20px;
}
.about-icon {
  color: #007bff;
  margin-right: 10px;
}
.about-detail {
  font-size: 16px;
  margin-bottom: 10px;
}
.about-img {
  width: 100%;
  height: auto;
}
  .about-button {
    padding: 10px 40px 10px 40px;
    border: none;
    width: 200px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    border-radius: 5px;
    transition:  0.3s;
  }

  .about-button:hover {
    background-color: var(--headerbg);
    color: var(--bgfontcolor);
  }

  .tour-heading{
    font-family: auto;
    color: var(--headerbg);
    font-weight: bold;
    margin-top: 100px;
    text-align: center;
    font-size: 54px;

  }

  .p-text-2{
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 15px;
    color: var(--headerbg);
    text-align: center;
    font-weight: lighter;
    margin-bottom: 50px;
  }

  .why-heading{
    font-family: auto;
    color: var(--bgfontcolor);
    font-weight: bold;
   padding-top: 100px;
    text-align: center;
    font-size: 54px;

  }

  .icon-img{
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 100px;
  }

 
  
  .box {
    position: relative;
    width: 100%;
    height: 300px; 
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    transition: .5s;
    margin-bottom: 35px;
  }
  
  .box:hover {
    transform: translateY(-30px);
  }
  
  .box .imgbox {
    position: relative;
    overflow: hidden; 
  }
  
  .box .imgbox img {
    width: 100%; 
    height: auto; 
    transition: .5s;
    object-fit: cover; 
  }
  
  .box:hover .imgbox img {
    opacity: .7; 
  }
  
  .box .content {
    position: absolute;
    left: 0;
    bottom: -100%; 
    padding: 20px;
    box-sizing: border-box;
    transition: .5s;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.9); 
    backdrop-filter: blur(10px); 
    border-radius: 0 0 10px 10px; 
  }
  
  .box:hover .content {
    opacity: 1;
    bottom: 0;
  }
  
  .box .content h3 {
    font-size: 24px; 
    color: var(--maincolor); 
    font-weight: 500;
    margin-bottom: 10px; 
  }
  
  .box .content p {
    font-size: 16px; 
    color: var(--headerbg); 
    font-weight: 400;
    line-height: 1.5; 
  }
  
  .box .content .btnD {
    border: none;
    color: var(--maincolor); 
    font-size: 18px; 
    padding: 10px 20px;
    transition: .5s;
  }


 .gr{
  color: var(--maincolor);
 }

 .trip-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease-in-out;
}

.trip-card:hover {
  transform: translateY(-5px);
}
.trip-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.trip-card-body {
  padding: 15px;
}

.trip-card-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--maincolor);
}

.trip-price {
  font-weight: bold;
}
.trip-discount {
  color: white;
  font-size: 0.9rem;
  padding: 0.2rem 0.4rem;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 5px;
}


  
  .pack-days{
    background-color: var(--headerbg);
    color: var(--bgfontcolor);
    margin-top: 10px;
    border-radius: 2%;
    display: flex;
    vertical-align: center;
    padding: 10px;
   
    
  }

  .package-cont {
    position: relative;
    display: inline-block;
  }
  
  .img-fluid {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 3%;
  }
  
  .package-details {
    position: absolute;
    bottom: 0; 
    left: 50%;
    transform: translateX(-50%);
    width: 90%; 
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  .packages-slider {
    position: relative;
  }
  
  .package-cont {
    position: relative;
    margin-bottom: 50px; /* Adjust as needed */
  }



  .pack-days:hover{
   background-color: var(--maincolor);
   color: var(--bgfontcolor);
   
    
  }

  .pack-icon{
    color: var(--bgfontcolor);
    margin-left: 80px;
    
  }

.packagebox-1{
  width: 350px;
  height: 400px;
  border: solid 1px var(--bordercolor);
 
}

.manali-tour-img{
  width: 340px;
  height: 200px;
  margin-left: 4px;
  margin-top: 5px;
  margin-bottom: 10px;
}

h4{
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  margin-left: 5px;
  font-size: 24px;

}

.line{
  width: 340px;
  margin-left: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  size: 1px;
  border: none;
}

.p-tour-text{
  font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 15px;
    color: var(--headerbg);
    font-weight: lighter;
    margin-left: 4px;

}

.line-2{
  width: 340px;
  margin-left: 4px;
  margin-top: -7px;
  margin-bottom: 20px;
  size: 1px;
  border: none;
}

.tour-btn{
padding: 10px 30px 10px 30px;
    border: none;
    width: 100px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    font-size: 13px;
    margin-left: 4px;
    
}

.tour-btn:hover{
  color: var(--bgfontcolor);
}


.tour-btn-2{
  padding: 10px 10px 10px 10px;
    border: none;
    width: 100px;
    color: var(--bgfontcolor);
    background-color: var(--headerbg);
    text-decoration: none;
    font-size: 13px;
    margin: 10px;
}

.tour-btn-2:hover{
  color: var(--bgfontcolor);
}

.banner-section {
  width: 100%;
  height: 550px;
  background-image: url(assets/images/banner2.png);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.banner-2-heading {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}

.discount-list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.discount-list li {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-img-2 {
  width: 80px; /* Adjust as needed */
  height: auto;
  margin-bottom: 10px;
}

.discount-text {
  color: var(--bgfontcolor);
  font-size: 16px;
}

.banner-button {
  display: inline-block;
  background-color: var(--bgfontcolor);
  color: var(--headerbg);
  font-size: 18px;
  padding: 10px 20px;
  text-decoration: none;
  margin-top: 20px;
  border-radius: 5px;
  width: 200px;
 
}

.banner-2-heading{
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 35px;
  color: var(--bgfontcolor);
  text-align: center;
  line-height: 70px;
 

}

.icon-img-2 {
  padding: 12px;
  border-radius: 15px;
  width: 60px;
  height: 60px;
  background: var(--headerbg);
  margin: 0 10px;
  border-style: none;
}



.activitybox{
  background-color: #efefef99;
  width: 340px;
  height: 250px;
  border-radius: 2%;
 
}

.activitybox2{
  width: 320px;
  height: 230px;
  margin-left: 5px;
  padding-top: 10px; 
    
}

.activity-img{
  width: 320px;
  margin-left: 5px;
  
}

.a-text{
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  margin-left: 5px;
  font-size: 24px; 
  color: var(--maincolor);
  text-align: center;
  background-color: var(--bgfontcolor);
  padding: 5px 5px 5px 0px;
  width: 320px;
}




.form-box{
  width: 450px;
  height: 450px;
  background-color: var(--headerbg);
  padding: 30px;
  margin-top: 20px;
  border-radius: 2%;
}

.form-heading{
  color: var(--bgfontcolor);
  text-align: center;
  border-bottom: 1px solid var(--bordercolor);  
  line-height: 60px;
}


.submit-btn{
  padding: 10px 40px 10px 50px;
  border: none;
  width: 400px;
  color: var(--bgfontcolor);
  background-color: var(--maincolor);
  text-decoration: none;
  border-radius: 5px;
 

}



.packagebox{
  border: solid 1px var(--bordercolor);
  width: 350px;
  height: 250px;
  border-radius: 2%;
  
  
 
}

.packagebox2{
  width: 350px;
  height: 230px;
  margin-left: 5px;
  padding-top: 10px; 
    
}

.package-img{
  width: 340px;
  margin-left: 4px;
  margin-top: 5px;
    
}

.package-text{
  margin-left: 5px;
  font-family: "Montserrat", sans-serif; 
  color: var(--headerbg);
  
}


.img-footer-div{
  display: flex;
  padding-top: 10px;
 
}

.more-text{
  font-family: "Montserrat", sans-serif; 
  color: var(--headerbg);
  text-decoration: none;
  font-weight: lighter;
  font-size: 14px;
  margin-left: 170px;
  justify-content: end;

}

.testimonial-heading{
  font-family: "Montserrat", sans-serif;
  font-weight: lighter;
  font-size: 35px;
  color: var(--bgfontcolor);
  line-height: 70px;
  padding-top: 50px; 
  
 

}

.testimonial-text{
 margin-top: -20px;
  color: var(--bordercolor);
  font-size: 13px;
  font-weight: lighter;
}



.testimonial {
  text-align: center;
  padding: 20px;
  background-color: var(--bgfontcolor);
}
.carousel-item {
  min-height: 200px;
}
.rating {
  color: #f1c40f;
}


footer{
  background-color: var(--headerbg);
  padding-top: 50px;
  padding-bottom: 50px;
  
}

.footer-text{
  font-size: 14px;
  color: var(--bgfontcolor);
  font-weight: 200
}

.footer-item .footer-link{
  color: var(--bgfontcolor);
  font-size: 14px;
  text-decoration: none;
  font-weight: 200;
  
}

.footer-item{
  list-style-type: none;
}

.contact-detail{
  color: var(--bgfontcolor);
  font-size: 14px;
  line-height: 30px;
  list-style-type: none;
  font-weight: 200
  
}

.contact-link{
  margin-right: 10px;
  color: var(--bgfontcolor);
  font-size: 14px;
}

.footer-left a {
  color: var(--bgfontcolor);
  
  margin: 5px;
}

.copy-text{
  color: var(--bgfontcolor);
  font-size: 14px;
  margin-top: 40px;
  font-weight: 200;
}

.bold{
  color: var(--maincolor);
  font-weight: bold;
}

.about-heading{  
  color: var(--maincolor);
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
}

.about-subheading{  
  font-weight: lighter;
  font-family: "Montserrat", sans-serif;
  color: var(--headerbg);
}

.about-text{
  font-family: "Montserrat", sans-serif; 
  font-size: 14px;
  color: var(--headerbg);
}

.about-detail{
  font-family: "Montserrat", sans-serif; 
  font-size: 14px;
  color: var(--headerbg);
}

.about-icon{
  color: var(--maincolor);
  text-decoration: none;
  margin-right: 10px;
}



.offerbox span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}

 



.offerbox{border-radius: 5px;
    width: 100%;
    padding: 18px;
    text-align: center;
    margin-bottom: 15px;
    box-shadow: 0px 3px 10px #e5e5e5;}

.about-box{
  background-color: #f9e4bc;
  width: 600px;
  padding: 10px;
  border-radius: 2%;
  
}

.about-list-text{
  list-style-type: none;
   margin-bottom: 10px;
  padding: 5px 10px;
  border-bottom: 1px solid grey;
  margin-left: -25px;   
  
}

.about-list-btn{  
  border: 1px solid var(--Pcolor);
  font-weight: 200;
 padding: 10px 60px 10px 10px;
  border-radius: 5%;
  list-style-type: none;
  margin-left: 20px;
  font-size: 13px;
  
}




.list-items {
  padding: 10px 40px 0px 10px;
  border-radius: 5px;
  border: 1px solid gray;
  list-style-type: none;
  margin-left: 10px;
  margin-bottom: 10px; 
  margin-right: -50px;
}

.list-items2 {
  padding: 10px 40px 0px 10px;
  border-radius: 5px;
  border: 1px solid gray;
  list-style-type: none;
  margin-right: -50px;
  margin-bottom: 10px; 
}

.contact-box-1 {
  background: #ffffff;
  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);
  padding: 15px 20px;
  margin-top: 30px;
  border-radius: 5px;
  border: 1px solid #eeeeee;}

  .ct-form{
    background-color: var(--maincolor);
    border-radius: 3%;
    margin-top: 50px;
  }

  .send-btn{
    background-color: var(--headerbg);
    border: none;
    padding: 10px 20px 10px 20px;
    color: var(--bgfontcolor);
  }

 

.tour-package-box{
  border-radius: 5%;
  border: 1px solid var(--bordercolor);
 

}

.package-title{
  font-size: 1.305rem;
    line-height: 1.3;
    font-weight: 500;
    color: var(--maincolor);
    display: inline;
}

.package-box-list{
  list-style-type: none
  ;
}

.package-box {
  display: flex;
  justify-content: space-around; 
  list-style-type: none; 
  padding: 0; 
  margin-top: 15px; 
  
}

.package-box-list {
  text-align: center; 
}

.package-box-list img {
  display: block; 
  margin: 0 auto; 
}

.card{ 
    background-color: var(--bgfontcolor );
    background-clip: border-box;
    border: 1px solid #e5e4f0;
    box-shadow: 5px 4px 12px 4px rgba(79, 37, 225, 0.03);
     
}



.c-title{
  color: var(--maincolor);
}

.get-box-form{
  background-color: var(--headerbg);
  padding: 20px;
  color: var(--bgfontcolor);
  text-align: center;
  border-radius: 3%;
}

.form-line{
  height: 1%;
  color: var(--bgfontcolor);
}

.submit-btn{
  padding: 10px 40px 10px 50px;
  border: none;
  width: 400px;
  color: var(--bgfontcolor);
  background-color: var(--maincolor);
  text-decoration: none;
  border-radius: 5px;}
 

  .submit-btn2{
    padding: 10px 40px 10px 50px;
    border: none;
    width: 300px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    border-radius: 5px;  
  
  }

  .help-title{
    font-size: 16px;
    padding-bottom: 10px;
  }

  .help{
    border: 1px solid var(--bordercolor);
    border-radius: 7%;
    padding: 20px;
    box-shadow: 5px 4px 12px 4px rgba(79, 37, 225, 0.03);
  }

  .help-box{
    background-color: #fff5be;
    padding: 10px;
    align-items: center;
  }

  .help-box2{
    background-color: #fff5be;
    padding: 10px;
  }

  .help-box img, .help-box2 img {
    float: left;
    margin-right: 15px;
    font-size: 1rem;
    line-height: 45px;
    width: 45px;
    text-align: center;
    height: 45px;
    border-radius: 50%;
  
   
    
   }


   .tour{
    box-shadow: 5px 4px 12px 4px rgba(79, 37, 225, 0.03);
    padding: 20px;
    border: 1px solid var(--bordercolor);
    border-radius: 7%;
   

   }

   .tour-organize{
    border-top: 1px solid var(--bordercolor);
    border-width: 100%;
    padding: 20px;
    
   }

   .stickyslide{
    position: sticky;
    top: 120px;

   }

   .slidebox{
    border: 1px solid var(--bordercolor);
    border-radius: 5%;
    padding: 30px;
   }

   .slidebox img{
    border-radius: 5%;
    padding-bottom: 15px;
   }

   .slidebox img {
    width: 100%;
    height: auto;
  }
  .slidebox {    
    padding: 10px;
  }
  .carousel-item {
    display: flex;
    justify-content: center;
  }

  .more-btn{
    padding: 10px 40px 10px 50px;
    border: none;
    width: 300px;
    color: var(--bgfontcolor);
    background-color: var(--maincolor);
    text-decoration: none;
    border-radius: 5px;
  }

  .px-0{
    font-weight: 500;
  }

  .font-weight-semibold{
    font-weight: 200;
  }


.card-title {
    font-size: 1.305rem;
    line-height: 1.3;
    font-weight: 400;    
}

  /* Our Special Tour Packages css */
  .package-cont{
    padding: 15px;
  }
  .packages-slider .slick-dots li button:before{
    font-size: 70px;
    opacity: 1;
    color: var(--bordercolor);
  }
  .packages-slider .slick-dots li.slick-active button:before{
    opacity: 1;
    color: var(--maincolor);
  }

  .nav-header-top .header-top-right a {
    margin-left: 10px;
  }
  .nav-header-top .header-top-left .top-left-item {
    list-style: none;
    padding: 0;
  }
  .nav-header-top .header-top-left .top-left-item li {
    display: inline;
    margin-right: 15px;
  }
  .nav-header-top .header-top-left .top-left-item li a {
    text-decoration: none;
  }



  @media (max-width: 576px) {
    .pack-days h4 {
      font-size: 14px;
    }
    .pack-days a {
      font-size: 14px;
    }
  }
 

    @media (max-width: 576px) {
      .whyus{        
        width: 100%;
      
      }

      @media (max-width: 576px) {
        .iconbox {
          margin-bottom: 20px;
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          height: 700px;
          margin-top: -50px;
        }
      }


  
    @media (max-width: 576px) {
        .icon-img-2  {
          padding: 0;
          width: 20px;
          height: 20px;
          
        }
      }

      @media (max-width: 576px) {
        .discount-text {
          padding: 0;
          font-size: 12px;
          
        }
      }

      
      @media (max-width: 576px) {
        .form-box {
          width: 350px;
          margin-left: 20px;
          height: 450px;
          
        }
      }

      @media (max-width: 576px) {
        .submit-btn {
          width: 300px;
          margin-left: -5px;
         
          
        }
      }

      @media (max-width: 576px) {
        .custom-button-ct {
          width: 50px;
          
         
          
        }
      }

      @media (max-width: 767px) {
        .about-box {
            text-align: center;
            width: 380px;
        }
    }

    @media (max-width: 767px) {
      .about-services {
          text-align: center;
          width: 300px;
          margin-top: 20px;
      }
  }

  @media (max-width: 767px) {
    .col-2 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 576px) {
    .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
  .tour-btn {
      width: 20px;
      padding: 7px;
  }
}

@media (max-width: 576px) {
  .package-images {
      width: 344px;
  }
}

@media (max-width: 767px) {
  .form-box {
    padding: 15px;
  }

  .form-heading {
    font-size: 1.2em;
  }
}
