*{
  margin: 0;
  padding: 0;
}
body{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

header{
  border-top: 4px solid #ff2323;
}
.navbar-brand{
  
  padding-left: 20px;
}
.navbar{
  padding: 10px;
}

.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);
}


.nav-link::after{
  content: "+";
  font-weight: 500;
  padding-left: 3px;
 

}

.nav-link{
  font-weight: 500;
  font-size: 15px;
  
}

.nav-link:hover.nav-link::after{
  content: "-";
  font-weight: 500;
  
}

.nav-item:hover .nav-link{
  color: #ff2323;
}
.header-button .btn{
  background-color: #0149d1;
  color: #fff;
  border-radius: 1px;
  font-weight: 500;
}

.header-call h6 a{
  color: #000;
  text-decoration: none;
}

.contact-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
#navbarNavDropdown{
  justify-content: space-around;
}

.navbar-nav{
  gap: 6px;
}

.banner-form{
  background-color: #007ea6;
  max-width: 400px;
  position: absolute;
  top: 50px;
  right: 40px;
  width: 400px;
  border-radius: 20px;
  border: 2px solid #fff;
}

.form-head{
  padding:5px
}

.form-head h5{
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}

.form-head h6{
  color: #fff;
  text-align: center;
}

.banner{
  position: relative;
}

.form-banner{
  padding: 10px 20px;
}

.form-banner button{
 background-color: #fecc05;
 border-color: #fecc05;
 color: #000;
 font-weight: 500;
 display: block;
 width: 100%;
}

.form-input input, .form-input textarea{
  border-radius: 2px;
  outline: #000;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #000;
}

.package-head h2{
  text-align: center;
  font-weight: 800;
  font-family: sans-serif;

}

.package-head h2 span{
  color: #ff2323;
}

.package-head p{
  font-weight: 500;
}

.package-box{
  padding: 8px 8px;
  border:1px solid #ff2323;
  border-radius: 10px;
  transition: all ease 0.3s;
}

.package-box:hover{
  box-shadow: rgba(253, 20, 20, 0.8) 0px 3px 4px;
}

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

.package-img{
  overflow: hidden;
  border:1px solid #ff2323;
  border-radius: 10px;
}

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

.package-text{
 
  justify-content: space-between;
  border-bottom: 1px solid #c6c6c6;
  
}

.package-text h5{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0px;
}

.package-text span{
  color: #0149d1;
  font-size: 14px;
  padding: 0px 5px;
  border: 1px solid #0149d1;
  border-radius: 5px;
  margin-bottom: 0px;
  font-weight: 500;
}

.package-dest p{
  margin-bottom: 0px;
  font-size: 13px;
  font-weight: 500;
}

.package-dest p strong{
  color: #ff2323;
}

.call-whatsapp h6 a{
  color: #000;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 0px;
}

.call-whatsapp h6 a{
  background-color: #e7e7e7;
  padding: 3px;
  padding-left: 5px;
  margin-bottom: 0px;
  width: 100px;
  display: flex;
  gap: 5px;
  border-radius: 5px;
  border: 1px solid #ff2323;
}

.package-pri-butn h6{
  font-weight: 700;
 
}

.package-pri-butn h6 span{
  color: #808080;
  font-size: 13px;
}

.btn-eny{
  background-color: #007ea6;
  border-radius: 5px;
  padding: 2px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 0px solid;
}

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

.package-buttons{
 display: flex;
 justify-content: space-between;
 padding: 10px;
 box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
 background-color: #fffaf4;
 border-radius: 10px;
}

.call-whatsapp h6{
  margin-bottom: 0px;
}

.package-dest{
  border-bottom: 1px solid #c6c6c6;
}

.package-inclusion h6{
  color: #ff2323;
}

.package-inclusion ul{

  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.package-inclusion ul li{
  font-size: 15px;
  display: flex;
  align-items: center;
 
}

.package-inclusion ul li::before{
 content: url(../img/check-mark.png);
 margin-top: 3px;
 margin-right: 5px;
}

#more {
  display: none;
}

#more2 {
  display: none;
}

#more3 {
  display: none;
}

#more4 {
  display: none;
}

#more5 {
  display: none;
}

#more6 {
  display: none;
}

#more7 {
  display: none;
}

#more8 {
  display: none;
}


.read-morebtn {
  border: none;
  color: #ff2323;
  background: white;
  font-weight: 500;
}

#myBtn {
  margin-bottom: 2px;
  margin-top: 8px;
}

#myBtn2 {
  margin-bottom: 2px;
}

#myBtn3 {
  margin-bottom: 2px;
  margin-top: 0px;
}

#myBtn4 {
  margin-bottom: 2px;
  margin-top: 0px;
}

#myBtn5 {
  margin-bottom: 2px;
  margin-top: 0px;
}

#myBtn6 {
  margin-bottom: 2px;
  margin-top: 0px;
}

#myBtn7 {
  margin-bottom: 2px;
  margin-top: 0px;
}

#myBtn8 {
  margin-bottom: 2px;
  margin-top: 0px;
}

.about-content h6{
  font-weight: 700;
  text-transform: uppercase;
  color: #ff2323;
}

.about-content h2{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 35px;
}

.feature-icon span{
  background-color: #ff2323;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
}

.features-text h5{
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
}

.features-text p{
  font-size: 14px;
}
.features-text {
  margin-top: 5px;
}

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

.review-box{
 
  border-radius: 30px;
  padding: 50px 10px;
}

.view-more-btn .btn{
  background-color: #ff2323;
  font-weight: 500;
  color: #fff;

  max-width: 200px;
}

.view-more-btn{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.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;
}

footer{
  border-bottom: 4px solid #ff2323;
}

.header-call h6{
  margin-bottom: 0;
}

.modal-body{
  background-color: #007ea6;
  padding: 0px;
}

.modal-body .form-banner{
  padding: 15px;
}

form .btn:hover{
 
    color: var(--bs-btn-hover-color);
    background-color: #ff2323;
    border-color: #ff2323;
}
