*{
    padding: 0;
    margin: 0;
}

body{
    box-sizing: border-box;
}

header{
    background-color: #f4f5f7;
   
}
.call-icons{
    background-color: #ff6100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px 10px 0px 10px;
}
.call-icons img{
    width: 20px;
}

.call-text a{
 font-size: 15px;
 font-weight: 500;
 text-decoration: none;
 color: #171717;
 
}

.call-head{
    display: flex;
    gap: 10px;
    align-items: center;
}

.call-header{
    display: flex;
    gap: 15px;
}

.navbar-nav{
    margin-left: auto;
    gap: 10px;
    margin-right: auto;
}

.nav-link{
    font-size: 16px!important;
    font-weight: 500!important;
}

.banner-box img{
    border-radius: 20px;
}

.banner-box{
    padding-bottom: 50px;
}

.about-head h5{
    font-size: 20;
    font-weight: 700;
    color: #ffc000;
}

.about-head h1{
    font-size: 50px;
    font-weight: 800;
    color: #000000;
    font-family: sans-serif;
}

.about-head p{
    margin-top: 20px;
    font-size: 15px;
    color: #3d3d3d;
    font-family: sans-serif;
    font-weight: 500;
}

.progress-bar {
    height: 30px;
}

.progress-section {
    padding-top: 20px;
}
.progress{
    border-radius: 0px!important;
}

.progress-bar{
    background-color: #ffc000!important;
}

.progress-section label{
    display: flex;
    justify-content: space-between;
}

.progress-section label h5{
   font-size: 18px;
   font-weight: 700;
}

.about-btns .btn{
    background-color: #000000;
    padding: 12px 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
}

.about-btns .btn:hover{
    background-color: #ffc000;
    color: #000000;
}
.about-btns .btn i{
    transform: rotate(-30deg);
}

.about-call-text a{
    text-decoration: none;
    color: #3d3d3d;
}

.about-call-text a p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.about-call-text a h5{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
}

.about-call{
    display: flex;
    gap: 10px;
    align-items: center;
}

.btns-group{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.experience-txt h4{
    font-size: 35px;
    font-weight: 700;
}

.experience-txt h6{
    font-size: 20px;
    font-weight: 700;
}

.about-img{
    position: relative;
}

.experience-box{
    display: flex;
    gap: 10px;
    background-color: #ffc000;
    padding: 20px ;
    position: absolute;
    bottom: 50px;
    align-items: center;
    border-radius: 10px;
    left: 20px;
    
}

.experience-txt h4{
    margin-bottom: 2px;
}

.cars-head h5{
    font-size: 20;
    font-weight: 700;
    color: #ffc000;
}

.cars-head h2{
    font-size: 40px;
    font-weight: 800;
    color: #000000;
    font-family: sans-serif;
}

.cars-head p{
    margin-top: 20px;
    font-size: 17px;
    color: #3d3d3d;
    font-family: sans-serif;
    font-weight: 500;
}

.car-box{
    border: 1px solid #b8b8b8;
    border-radius: 10px;
    transition: all ease 0.5s;
}

.car-box:hover{
    background-color: #fff7df;
}

.car-text{
    
    padding: 15px;
}

.car-text h5{
    font-weight: 700;
}

.car-text p{
    margin-bottom: 7px;
}

.car-text p span{
    margin-right:7px;
}

.car-text p i{
    color: #ffc000;
}

.car-btn{
    margin-top: 20px;
}

.car-btn .btn{
    border: 1px solid #3d3d3d;
    padding: 10px 20px;
    border-radius: 50px;
    color: #000000;
    font-size: 17px;
    display: block;
   
}

.car-btn .btn:hover{
    border: 1px solid #3d3d3d;
    padding: 10px 20px;
    border-radius: 50px;
    color: #000000;
    font-size: 17px;
    display: block;
    background-color: #ffc000;
   
}

.car-btn .btn i{
    transform: rotate(-30deg);
}

.carousel .owl-nav{
    display: inherit!important;
    
}

.owl-nav{
    position: absolute!important;
    bottom: 7%!important;
    left: -40%!important;
}

.owl-nav button img{
    background-color: #ffc000;
    border-radius: 50%;
    width: 50px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent!important;
    color: #FFF;
    text-decoration: none;
}

.features{
    background: url(../img/cta.jpg);
    background-position: center;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .features-head span{
    font-size: 16px;
    letter-spacing: 3px;
    color: #ffc000;
    text-transform: uppercase;
  }
  
  .features-head h2{
    color: #fff;
    margin-top: 8px;
    font-weight: 800;
    font-size: 32px;
  }
  
  .features-icon img{
    padding: 15px;
    background-color: #ff6600;
    width: 70px;
    border-radius: 15px 15px 0px 0px;
  }
  
  .features-text h5{
    font-size: 18px;
    color: #fff;
  }
  
  .features-text p{
    font-size: 14px;
    color: #d1d1d1;
    margin-bottom: 0px;
  }
  
  .features-box{
    display: flex;
    gap: 15px;
    align-items: center;
  
  }

  .dest-head h2{
    font-size: 45px;
    font-weight: 600;
  }

  .dest-head h2 span{
    background-color: #ffc000;
    padding: 5px 10px;
  }

  .dest-head p{
    margin-top: 25px;
    font-weight: 500;
    color: #3d3d3d;

  }

  .package-img{
    border-radius: 20px;
    border: 1px solid #ffc000;
  }

  .package-img img{
    border-radius: 20px;
    border: 1px solid #ffc000;
  }
  .package-box{
    padding: 10px;
    border: 1px solid #ffc000;
    border-radius: 10px;
  }

  .pack-txt h6{
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  }

  .pack-txt p{
    font-weight: 500;
    text-align: center;
    font-size: 14px;
  }

  .package-price-button{
    background-color: #ffc000;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    
    padding-left: 20px;
  }

  .pack-btn{
    background-color: #ff6100;
    padding: 10px 20px;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    height: 100%;
    text-decoration: none;
    border-radius: 30px;

  }

  .package-price-button{
   align-items: center;
  }

  .package-price-button h5{
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 700;
  }

  .package-price-button h5 span{
    font-size: 16px;
    color: #464545;
    margin-right: 10px;
  }

  .tours{
    background-color: #f3f3f3;
  }

  .count-head h6{
    color: #ff6100;
    letter-spacing: 2px;
  }

  .count-head h2{
    font-weight: 800;
  }

  .luxury-img img{
   display: block;
   margin: auto;
  }

  .luxury-text{

    margin-top: 20px;
  }

  .luxury-text h3{
    color: #ff6100;
    text-align: center;
    font-size: 40px;
    font-family: sans-serif;
    font-weight: 700;
  }

  .luxury-text h5{
    text-align: center;
    font-size: 20px;
  }

  .luxury-box{
    padding: 20px;
    background-color: #f4f5f7;
    border-radius: 20px 20px 0px 0px;
    position: relative;
    overflow: hidden;
  }

  .luxury-box::before{
    content: "";
    display: flex;
    position: absolute;
    width: 100%;
    background-color: #ff6100;
    
    height: 100%;
    left: -92%;
    right: 0;
    top: -90%;
    border-radius: 0px;
  }

  .luxury-box::after{
    content: "";
    display: flex;
    position: absolute;
    width: 100%;
    background-color: #ff6100;
  
    height: 100%;
    right: -99%;
    
    bottom: -85%;
    border-radius: 0px;
  }
  .btn-close{
    background-image:url(../img/icons/close.png)!important;
    background-size: 30px!important;
  }


  @media screen and (max-width:1400px) {
    
    .navbar-nav {
      margin-left: auto;
      gap: 5px;
  }
  }

  .contact{
    border-top: 1px solid #b8b8b8;
  }

  .contact-text-head h5{
    color: #ffc000;
  }

  .contact-text-head h2{
    font-weight: 800;
    font-size: 50px;
  }

  .contact-text-box{
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .contact-box-txt h5{
    font-weight: 700;
    margin-bottom: 5px;
  }

  .contact-box-txt p{
    font-size: 14px;
  }

  .booking-form{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 20px;

  }

  .booking-form p{
    font-weight: 500;
    color: #828282;
    font-size: 15px;
    font-family: sans-serif;

  }

  form .btn-book{
    background-color: #ffc000;
    border-radius: 20px;
    display: block;
    color: #000000;
    font-weight: 500;
    width: 100%;
  }

  .form-label{
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
  }

  .form-control::placeholder{
    font-size: 14px;
    font-weight: 500;
    color: #5d5d5d;
  }

  .form-control{
    border: 1px solid #828282;
  }
  form i{
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 14px;
    color: #5d5d5d;
  }

  .input-box{
    position: relative;
  }

  .btn-book:hover{
   background-color: #000000!important;
   color: #fff!important;
  } 

  .bg-foooter{
    padding: 6px;
    background: url(../img/bg-footer.PNG);
    background-size: cover;
    background-position: center;
    background-repeat: repeat-x;
  }

  footer{
    background-color: #171717;
    padding-top: 80px!important;
    padding-bottom: 50px;
  }

  footer p{
    
    font-weight: 500;
    font-family: sans-serif;
    color: #c5c5c5;
    text-align: center;

  }

  .icon a{
   color: #fff;
   text-decoration: 0px;
   height: 40px;
   width: 40px;
   border: 1px solid #fff;
   border-radius: 50%;
   display: flex;
  justify-content: center;
   align-items: center;
  }

  .icon a:hover{
    background-color: #ffc000;
    color: #000;
  }

  .social-icons{
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 30px;
  }

  button.navbar-toggler{
    border: none!important;
    box-shadow: none!important;
  }
  
  .navbar-toggler:focus{
    box-shadow: inherit!important;
  }

  .navbar-toggler-icon{
    background-image: url(../img/icons/toggler.png) !important;
  }

  .about-ban{
    background-color: #000;
    background-image: url(../img/about-bg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .about-ban h1{
    color: #fff;
    font-weight: 800;
    font-size: 40px;
    text-align: center;
    font-family: sans-serif;
  }

  .about-ban p{
    font-size: 22px;
    text-align: center;
    color: #fff;
  }

  .about-ban p a{
    color: #fff;
    text-decoration: none;
  }

  .about-ban p a:hover{
    color: #ffc000;
  }
  .about-ban p a.active{
    color: #ff6100;
  }

  
  .mission-vision-head h5{
    font-size: 22px;
    text-align: center;
    color: #ffc000;
    font-weight: 700;
  }

  .mission-vision-head h2{
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    font-family: sans-serif;
  }

  .nav-tabs{
    justify-content: center;
    border: none!important;
    gap: 20px;
    margin-top: 20px;
  }

  .nav-tabs .nav-link{
   border: none!important;
   background-color: #fef8e9;
   padding: 5px 30px;
   font-size: 20px!important;
   border-radius: 20px!important;
   color: #000;

  }

  .mission-vission{
    background-color: #fffdf8;
  }

  .nav-tabs .nav-link.active{
    background-color: #ff6600!important;
    color: #fff!important;
  }

 
  .vision-head h5{
    color: #ff6100;
    font-size: 22px;
    font-weight: 800;
    font-family: sans-serif;
  }

  .vision-head h2{
    font-size: 50px;
    font-weight: 800;
    font-family: sans-serif;
  }

  .vision-text p{
    font-size: 17px;
    font-weight: 500;
    font-family: sans-serif;
    color: #535353;
    margin-top: 20px;
  }

  .vision-list{
    margin-top: 25px;
  }

  .vision-list ul{
    list-style: none;
    padding-left: 0px;

  }

  .vision-list ul li {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .vision-list ul li i{
    color: #ff6100;
    margin-right: 5px;
  }

  .vision-img img{
    border-radius: 40px;
  }

  .test-ration span i{
    font-size: 20px;
    color: #ff6600;
  }

  .test-box {
    padding: 20px 15px;
    border: 1px solid #d2d2d2;
    border-radius: 20px;
  }

  .user-img img{
    width: auto!important;
    border-radius: 50%;
  }

  .user-img-text{
    display: flex;
    gap: 10px;
    align-items: center;
  }

  .user-text p{
     margin-bottom: 0px;
     font-size: 14px;
     font-weight: 500;
     color: #5d5d5d;
  }

  .user-text h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
  }


  .testimonial-head h2{
    font-weight: 800;
    text-align: center;
    font-size: 45px;
    font-family: sans-serif;
    
  }

  .detail-img h2{
    font-size: 29px;   
    font-weight: 700;
  }

  .detail-img p{
    font-weight: 500;
    font-size: 17px;
    font-family: sans-serif;
  }

  main{
    background-color: #fffcf3!important;
    
  }

  .key-tour h2{
    font-size: 29px;   
    font-weight: 700;
  }

  .key-text h5{
    font-weight: 700;
  }

  .key-text{
    padding: 10px;
  }

  .key-text p{  
    font-size: 14px;
  }

  .key-box{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }


  .form-box{
    position: sticky;
    top: 0;
  }
  
  .booking-form h5{
    font-weight: 700;
    margin-bottom: 10px;
  }

  .contact-details-head{
    padding: 10px 10px;
    background-color: #ff6100;
  }

  .contact-details-head h5{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;

  }

  .contact-details-page{
    border: 1px solid #828282;
    border-radius: 0px 0px 10px 10px;
    background-color: #fff;

  }

  .contact-details-text a {
    color: #000;
    text-decoration: none;
    display: flex;
    gap: 5px;
    justify-content: center;
    
  }

  .details-call-text h4{
    font-weight: 700;
  }

  .contact-details-text h5{
    font-weight: 700;
  }

  .features-text a{
    color: #fff;
    text-decoration: none;
  }

  .features-text a:hover{
    color: #ff6600;
  }

  .features-text h6{
    color: #ffc000;
  }

  .map iframe{
    border-radius: 20px;
  }

  .whatsapp-float{
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    right: 30px;
    z-index: 9900;
    }
    .whatsapp-float img{
    width: 45px;
    height: 45px;
    margin-left: 1px;
    margin-top: -15px;
    }
    .call-icon-fixed{
        position: fixed;
        bottom: 40px;
        left: 20px;
        z-index: 999;
    }

    .carousel-item {
      border-radius: 50px;
    }

    .carousel-item img{
      border-radius: 30px;
    }

    .package-box .package-img img:hover{
     transform: scale();
    }

    .dropdown-menu{
      padding-top: 0px!important;
      padding-bottom: 0px!important;
      border-bottom: 5px solid #ff6100!important;
    }

    .dropdown-menu li a{
      border-bottom: 1px solid #bebebe;
      padding-bottom: 5px;
      padding-top: 5px;
      
    }

    .dropdown-menu li a:hover{
      background-color: #171717!important;
      color: #ffc000;
    }

    .price{
      font-weight: 700;
      font-size: 18px;
      color: #ff6100;
    }

    .car-img img{
      border-radius: 10px;
    }

    .price .fa-inr{
      color: #ff6100;
    }

    .nav-item .nav-link:hover{
      color: #ff6600;
    }

    .nav-link.active{
      color: #ff6600!important;
    }

    .pack-btn{
      transition: all ease 0.5s;
    }

    .pack-btn:hover{
      background-color: #000;
    }

    .footer-logo img{
      display: block;
      margin: auto;
    }

    .copyright {
      color: #fff;
    }

    .copyright span{
      color: #ffc000;
    }

    .package-img{
      overflow: hidden;
    }

    .package-box:hover .package-img img{
      transform: scale(1.1);
    }

    .package-img img{
      transition: all ease 0.3s;
    }

    .vision-img{
      overflow: hidden;
      border-radius: 30px;
    }

    .vision-img img{

      transition: all ease 0.3s;
      border-radius: 30px!important;
    }

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

    .note-time{
      background-color: #fff;
      padding: 20px;
      margin-bottom: 20px;
    }

    .note-time p b{
      color: #ff6100;
    }

    .travel-time{
      display: flex;
      gap: 20px;
    }


      /* Custom styles for closing button */
 .lightbox .lb-close {
  font-size: 40px;
  color: white;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  padding: 5px;
}

.lb-data .lb-close{
  background: url(../img/icons/close.png)!important ;
  background-size: contain!important;
}

.lb-nav a.lb-next{
  width: 30px!important;
  height: 30px!important;
  background: url(../img/icons/next.png)!important;
  background-size: contain!important;
  top: 40%!important;
  position: absolute;
  right: 20px!important;
  opacity: 1!important;
  
}

.lb-nav a.lb-prev{
  width: 30px!important;
  height: 30px!important;
  background: url(../img/icons/pre.png)!important;
  background-size: contain!important;
  top: 40%!important;
  position: absolute;
  left: 20px!important;
  opacity: 1!important;

}

.gallery a{
  overflow: hidden!important;
}
.gallery img{
  transition: all ease 0.3s;
}
.gallery img:hover{
  transform: scale(1.02);
}

.footer-call-mail{
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-call h5 a{
 color: #fff;
 text-decoration: none;
 font-size: 20px;
}

.footer-call h5 a:hover{
  color: #ffc000;
}

.footer-call h5 a span i{
  color: #ffc000;
}

.footer-mail h5 a{
  color: #fff;
  text-decoration: none;
  font-size: 20px;
 }

 .footer-mail h5 a:hover{
  color: #ffc000;
 }

 .footer-mail h5 a span i{
  color: #ffc000;
 }

 
.footer-address h5{
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
}

.footer-address h5 span i{
  color: #ffc000;
}

.user-img img{
  width: 50px!important;
}

.agra-bus-pack{
  background-color: #fff;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #ff6100;
  border-radius: 20px;
}

.pack-inner p{
  margin-bottom: 0px;
}

.pack-inner h5{
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}
.pack-inner .btn{
  background-color: #ff6100;
  color: #fff;
  font-weight: 500;
}

.head-time{
  color: #ff6100;
  font-weight: 700;
}


.table th{
  background-color: #ff6100;
  color: #ffff;
}

.bus-time h2{
  font-weight: 700;

}
.mobile-form{
        display:none;
    }
@media screen and (max-width:600px){
    .mobile-form{
        display:block;
    }
}
.service-list h4{
    color:#ff6100;
    margin-bottom:20px;
    font-weight:700;
}
.service-list ul{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content:space-between;
}
.others{
    background-color:#fffcf3;
}
.pack-txt h6 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
   
}

@media screen and (max-width:768px){
    .pack-txt h6 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    color: #ff6100;
}
}