*{
  margin: 0;
  padding: 0;
}
body{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.flex-social{
    display:flex;
    gap: 15px;
    justify-content:center;
}

.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;
  }

  

  /* 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);
}


.call-text h6 a{
  color: #000;
  text-decoration: none;
}

.call-text h6{
 margin-bottom: 0px;
 font-size: 16px;
}

.call-text p{
  margin-bottom: 0px;
  font-family: sans-serif;
  font-weight: 500;
  color: #264860;
  font-size: 14px;
}

.call-header{
  display: flex;
  align-items: center;
  gap: 10px;
}



.mail-text h6 a{
  color: #000;
  text-decoration: none;
}

.mail-text h6{
 margin-bottom: 0px;
 font-size: 16px;
}

.mail-text p{
  margin-bottom: 0px;
  font-family: sans-serif;
  font-weight: 500;
  color: #264860;
  font-size: 14px;
}

.mail-header{
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-contact{
  display: flex;
  gap: 25px;
}

nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.enquiry-header .btn{
  background-color: #fc6b01;
  color: #fff;
  font-weight: 500;
}

.enquiry-header .btn:hover{
  background-color: #007ea6;
}

header{
  border-top: 2px solid #264860;
}

.banner-contant{
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  text-align: center;
  max-width: 1000px;
}

.banner-text h5{
  font-size: 25px;
  font-weight: 600;
  color: #fff;
}

.banner-text h5 span{
  font-weight: 700;
  color: #fc6b01;
}

.banner-text h2{
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}

.banner-text h2 span{
  font-weight: 700;
  color: #fc6b01;
}

.banner-text{
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 12px;
}

.banner-price p{
  color: #fff;
  font-size: 18px;
}

.banner-price p span{
  font-weight: 700;
  color: #fc6b01;
  font-size: 20px;
}

.banner-price{
  padding-top: 12px;
}

.banner-price p del{
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.banner-btn .btn{
  background-color: #fc6b01;
  font-size: 15px;
  font-weight: 500;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
}

.banner-form{
  background-color: #0d2f44;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px;
}

.banner-head h5{
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
}

.banner-head{
  border-bottom: 1px solid #ffffff;
}

.banner-head span{
  color: #ffffff;
}

.form-input input{
 color: #000000!important;
 border-radius: 1px!important;
}

.form-input input::placeholder{
  color: #000000;
  font-weight: 500;
  font-size: 15px;
}

form .btn{
  max-width: 250px;
  background-color: #ff8000;
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin: auto;
  border-color: #ff8000!important;
}

form .btn:hover{
  max-width: 250px;
  background-color: #000;
  color: #ffffff;
  font-weight: 500;
  display: block;
  margin: auto;
}

.section-banner{
  position: relative;
  overflow: hidden;
}

@keyframes infiniteZoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1); /* Zoom in */
  }
  100% {
    transform: scale(1); /* Zoom out */
  }
}

.zoom-effect {
  animation: infiniteZoom 5s infinite ease-in-out; /* 5 seconds for each zoom cycle */
  transform-origin: center; /* Ensure the zoom is centered */
}

.packages-sec{
  background-color: #fff5e7;
}

.package-head h3{
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 20px;
}

.package-head h3 span{
 
  color: #264860;
}

.package-head h6 span{
  color: #000000;
  background-color: #fc6b01;
  padding: 5px;
  
}
.package-img img{
  border-radius: 5%;
  transition: all ease 0.3s;
}

.package-img{
 
  border-radius: 5%;
  overflow: hidden;
}
.package-img:hover img{
 transform: scale(1.1);
}
.package-box{
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.package-img img{
  background-color: #fff;
}
.inclusion-box{
  background-color: #f2faff;
  height: 100%;
}

.package-name h5{
  font-weight: 700;
}

.package-name h5 span{
  color: #264860;
}

.package-cover p{
  font-size: 15px;
}

.package-cover p strong{
  color: #264860;
}

.package-inclusion h5{
  font-weight: 700;
  font-size: 18px;

}
.pack-box-top-part{
border-bottom: 1px solid #646464;
}

.inclusions{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.inclusions ul li {
  font-size: 14px;
  list-style: none;
  display: flex;
}

.inclusions ul li::before{
 content: url(../img/check-mark.png);
 margin-top: 3px;
 margin-right: 5px;
}

.inclusions ul{
  padding-left: 0px;
  margin-bottom: 0px;
}


.price-button{
  background-color: #264860;
  margin-top: 10px;
  border-radius: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.duration span{
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #ffffff;
}

.price span{
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 10px;
  background-color: #fff;
  color: #f25603;
  font-size: 15px;
}

.price span strong{
  font-size: 20px;
  color: #000;
}

.btn-book{
  display: block;
  width: 100%;
}

.call-box a{
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
  display: flex;
}

.whatsapp-box a{
  border-radius: 20%;
  background-color: #fff;
  padding: 5px;
  display: flex;
}

.package-form{
  border-radius: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  position: sticky;
  top: 10px;
}

.package-form form{
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}

.package-form-head{
 padding: 15px;
 background-color: #264860;
 border-radius: 10px 10px 0px 0px;
}

.package-form-head h5{
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
}

.package-form-head h6{
  color: #fc6b01;
  font-size: 16px;
}

.review-boxes h3 span{
 color: #f25603;
}


.package-form .form-input input{
  background-color: transparent!important;
  color: #000!important;
  border-radius: 1px!important;
 }
 
 .package-form .form-input input::placeholder{
   color: #3f3f3f;
   font-weight: 500;
   font-size: 15px;
 }

 .package-form .form-input textarea::placeholder{
  color: #3f3f3f;
  font-weight: 500;
  font-size: 15px;
}
 
 .package-form form .btn{
   max-width: 94%;
   background-color: #fc6b01;
   color: #000000;
   font-weight: 500;
   display: block;
   margin: auto;
 }
 
 .package-form  form .btn:hover{
   max-width: 94%x;
   background-color: #000;
   color: #fc6b01;
   font-weight: 500;
   display: block;
   margin: auto;
 }

 .packages-sec{
  position: relative;
 }

 .book-ban{
  background-image: url(../img/bg-volov-bus.jpg);
  background-position: center;
  background-size: cover;
  
 }

 
 .book-ban .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: rgba(0,0,0,0.2);
 }


 .book-ban .container h2{
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
 }


 .book-ban .container h2 span a{
  color: #fc9900;
  text-transform: uppercase;
  text-decoration: none;
 }


 .book-ban .container h3 a{
  text-decoration: none;
  color: #fc6b01;
  font-weight: 700;
  text-shadow: 1px 1px 1px #000;
 }


 .package-loc-head h2{
  font-weight: 700;
  color: #264860;
 }


 .packag-loc-box{
  background-color: #fff9ee;
 }

 .pack-lc-img img{
  display: block;
  margin: auto;
 }
 

 .pack-lc-text{
  padding: 10px;
 }
 .pack-lc-text h5{
  text-align: center;
  font-weight: 700;
 }
 .pack-lc-text p{
  text-align: center;
  font-size: 15px;
  margin-bottom: 0px;
 }

 .packag-loc-box{
 overflow: hidden;
  border: 1px solid #000;
  border-radius: 10px;
 }

 .client-reviews{
  background-color: #f3f3f3;
 }

 .review-boxes h3{
  font-weight: 700;
  color: #264860;
  font-size: 40px;
 }

 .review-boxes p{
  text-align: justify;
 }

 .review-img{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
 }

 .owl-prev{
  display: flex!important;
      height: 50px!important;
      width: 50px!important;
      align-items: center!important;
      justify-content: center!important;
      background: #ffbe3c!important;
      border-radius: 50%!important;
}

.owl-prev span{
  font-size: 50px;
    padding-bottom: 11px;
}

.owl-next{
  display: flex!important;
      height: 50px!important;
      width: 50px!important;
      align-items: center!important;
      justify-content: center!important;
      background: #ffbe3c!important;
      border-radius: 50%!important;
}

.owl-next span{
  font-size: 50px;
    padding-bottom: 11px;
}

.owl-nav{
  display: flex;
  justify-content: center;
  gap: 10px;
}


.contact-details{
  background-color: #000;
  background-image: url(../img/address-image.jpg);
  background-size: cover;

}

.contactus-head h6{
  color: #fff;
  text-align: center;
 
}

.contactus-head h1{
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
}

.contactus-head{
  background: linear-gradient(to right, #3264f5 2%, #7202bb 52% );
  opacity: 0.8;
  padding: 50px 20px;

}

.contact-address{
  margin-top: 20px;
}

.contact-address p a{
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;

}

.contact-address p{
  display: flex;
  gap: 10px;
  justify-content: center;
}

.contact iframe{
  min-height: 350px;
}

.nav-links-footer p{
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;

}

.nav-links-footer p a{
  color: #fff;
  text-decoration: none;
}

.nav-links-footer p a span{
  display: flex;
  height: 40px;
  width: 40px;
  background-color: #ff2323;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.add{
  font-size: 18px;
}



.header-call h6{
  margin-bottom: 0;
}

.modal-body{
  background-color: #007ea6;
  padding: 0px;
}

.modal-body .form-banner{
  padding: 15px;
}
.footer-logo img{
  display: block;
  margin: auto;
  margin-bottom: 20px!important;
}

.inclusion-icons{
  display: flex;
  gap: 15px;
}

.footer-logo span img{
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 20px;
  border:2px solid #f25603;
}

.copy-right-text{
  padding: 5px;
  background-color: #000000;
}

.copy-right-text p{
  text-align: center;
  color: #fff;
}