*{
  margin: 0;
  padding: 0;
}
body{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



.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;
  }

  .navbar-offer span{
    background-color:#007ea6 ;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 15px;
    border-radius: 20px;
    animation: blink 3s infinite;
    border: 4px solid;
  }

  .navbar-offer a{
    text-decoration: none;
  }

  .navbar-offer a span strong{
    color: #ffd710;
  }


  @keyframes blink {
    0% {
     border-color:  #ffd710;
    }

    50% {
      border-color: #10ff2c;
    }

    100% {
      border-color:  hsla(30, 100%, 57%, 1
      )
    }
}
  

.call-text h5{
  color: #000;
  font-size: 15px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.call-header a{
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.mail-text h5{
  color: #000;
  font-size: 15px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.mail-header a{
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
}

.nabar-call-email{
  display: flex;
  gap: 20px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* header{
  border-top: 2px solid #ffd710;
} */

.top{
  background: rgb(223,98,39);
background: radial-gradient(circle, rgba(223,98,39,1) 0%, rgba(2,74,122,1) 100%);
  padding: 1px;
}

 
.carousel{
  position: relative;
}

.banner-content{
  position: absolute;
  top: 30px;

  padding-left: 80px;
  justify-content: end;
  padding-right: 80px;
}

#mobile-form{
  display: none;
}
.banner-text h3{
  color: #fff;
  text-transform: uppercase;
 font-size: 35px;
  font-family:fantasy;
}

.banner-text h5{
  margin-top: 15px;
}

.banner-text button{
  background-color: #f94503;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
}

.banner-text h5 span{
  background-color: #ffd710;
  padding: 5px 10px;
}

.banner-form{
  min-width: 380px;
  overflow: hidden;
  background-color: rgba(2,74,122,0.8);
  border-radius: 20px;
  border: 2px solid #ffd710;
  
}

.banner-form form{
  padding: 15px 15px ;
}

.banner-form form input{
  border-radius: 20px;
  border: 1.8px solid #f94503;
}

.banner-form form textarea{
  border-radius: 20px;
  border: 1.8px solid #f94503;
}

.banner-head h4{
  background: linear-gradient(135deg, #607D8B 0%, #000000 52%, #c94a2f 100%);
  text-align: center;
  color: #fff;
  padding: 10px;
  
}

.banner-form form button{
  background-color: #ffd710;
  display: block;
  width: 100%;
  color: #000;
  font-weight: 700;
  border: none;
  border-radius: 20px;
}

.banner-content{
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 1;
}

.packages{
  background-color: #fffdf3;
}

.banner-text h3{
  text-shadow: 0px 0px 3px #000;
}

.package-head h2 span{
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family:fantasy;
  border-bottom: 2px solid #f94503;
}

.package-img{
  border-radius: 10px;
}

.package-img img{
  border-radius: 10px;
}

.package-text{
  display: flex;
  gap: 10px;
}

.special-pack span{
  font-size: 14px;
  font-weight: 500;

  padding: 5px 5px;
  background-color: #fff9dd;
  border-radius: 5px;
}

.pack-date span{
  font-size: 14px;
  font-weight: 500;

  padding: 3px 5px;
  background-color: #ffe4dd;
  border-radius: 5px;
}

.package-text-head h5{
  font-weight: 700;
  font-size: 20px;
}

.dest-text{
  border-top: 1px solid #ffd710;
  border-bottom: 1px solid #ffd710;
  padding: 5px 0px;
}

.dest-text p{
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
}

.dest-text p span{
  color: #f94503;
}

.inclusion-box h6{
  font-size: 12px;
  margin-top: 5px;
}
.inclusion-box img{
  display: block;
  margin: auto;
}

.package-icons-in{
  display: flex;
  justify-content: space-between;
}

.package-box{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #ffd710;
}

.price-box h4{
  font-size: 20px;
  font-weight: 700;
}

.price-box h6{
  font-size: 15px;
}

.price-box h6{
  margin-top: 5px;
}

.price-box .btn{
  border: 1px solid #ffd710;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  background-color: #ffd710;
}

.whatsapp-call{
  display: flex;
  gap: 8px;
  justify-content: space-around;
}

.read-morebtn{
  border: none;
  font-size: 15px;
  background-color: #f94503;
  color: #fff;
  padding: 0px 10px;
  font-weight: 500;
  border-radius: 10px;
}

.package-inclusion .pack-incluso-head{
  display: flex;
  align-items: center;
  gap: 15px;
}

.pack-incluso-head h5{
  font-size: 18px;
  font-weight: 700;
}

#more {
  display: none;
}

.inclusions{
  display: flex;
 gap: 20px;
}

.inclusions ul{
  list-style: none;
  padding-left: 0px;
}

.inclusions ul li span{
 margin-right: 5px;
 color: #00a814;
 font-size: 15px;
}
.features-sec{
  background-color: #027193;
}
.features-txt h6{
  color: #ffd710;
  margin-bottom: 3px;
}
.features-txt p{
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
}
.feature-box{
  display: flex;
  gap: 10px;
}

.places-head h4{
  font-size: 30px;
  text-align: center;
  font-weight: 700;
}

.dest-tour-text{
  background-color: #2d2d2d;
  color: #fff;
  position: absolute;
  bottom: -80px;
  left: 0;
  color: #ffffff;
  right: 0;
  transition: all ease 0.3s;
}

.dest-tour-text h3{
  font-size: 22px;
  color: #ffd710;
}

.dest-tour-text p{
  font-size: 15px;
}

.dest-box{
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.dest-box:hover .dest-tour-text{
 bottom: 0;
}

.dest-img{
  transform: scale(1.1);
  transition: all ease 0.3s;
}

.dest-box:hover .dest-img{
  transform: scale(1);

}

.bg-book{
  background: url(../img/book-bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.book-text h4{
  color: #fff;
  font-size: 20px;
}

.book-text h2{
  color: #ffd710;
  font-weight: 700;
  font-size: 40px;
}

.btn-book{
  display: block;
  margin: auto;
  background-color: #f94503;
  border-color: #f94503;
  padding: 7px 30px;
  font-weight: 600;
  border-radius: 20px;
  color: #fff;
}

.btn-book:hover{
  color: #000;
  background-color: #ffd710;
  border-color: #ffd710;
}

.sec-contact{
  background: url(../img/cloud-bg.png) center bottom / contain no-repeat rgb(255, 255, 255);
  padding: 100px 0px 60px;
  position: relative;
}

#bottom-form{
  min-width: 100%!important;
}


.about-us{
  background-color: #fff5c2;
}

.about-text h5 span{
padding: 5px 20px;

border-radius: 20px;
font-size: 17px;
}

.about-text h2{
margin-top: 15px;
font-weight: 700;
}

.about-text p{
font-size: 16px;
font-weight: 500;
font-family: sans-serif;
text-align: justify;
}



.about-text h5 span{
  background-color: #ffe4dd;
}

footer{
  background-color: #2d2d2d;
}

footer h2{
  font-weight: 700;
  text-transform: uppercase;
  color: #ffd710;
}

footer h2 span{
 border-bottom: 1px solid #f94503;
 padding-bottom: 5px;
}

.our-location h5{
  text-align: center;
  font-size: 18px;

}

.our-location h5 a{
  color: #fff;
  text-decoration: none;
}

.our-location h5 a span i{
  color: #ffd710;
  margin-right: 10px;
}

.our-call h5{
  text-align: center;
  font-size: 18px;

}

.our-call h5 a{
  color: #fff;
  text-decoration: none;
}

.our-call h5 a span i{
  color: #ffd710;
  margin-right: 10px;
}

.footer{
  background-color: #0c0c0c;
}

.copyright p{
  color: #dddddd;
  margin-bottom: 0px;
}

.copyright p a{
  color: #ffd91b;
  text-decoration: none;
}


.tour-nav ul{
  list-style: none;
  padding-left: 0px;
  display: flex;
  gap: 10px;

}

.tour-nav ul li a{
  text-decoration: none;
  color: #fff;
}

.footer .container-fluid{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.icon-box img{
  display: block;
  margin:auto;
  width: 40px;
}

.icon-box h6{
font-size: 12px;
text-align: center;
margin-top: 5px;
}
.package{
  background-color: #ffeee4;

}


.package-in-icons{
  display: flex;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

.package-inner-box{
  
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.package-img{
  overflow: hidden;
 
}

.package-img img{
  transition: all ease 0.3s;
}

.package-img:hover img{
  transform: scale(1.1);
}

.package-details-inner{
  padding-left: 10px;
  padding-right: 10px;
}

.package-name h5{
  font-size: 20px;
  font-weight: 700;
  font-family: sans-serif;
}

.package-dest{
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  padding-top: 5px;
  padding-bottom: 5px;
}

.package-dest p{
  font-size: 14px;
}

.package-inclu h5{
 font-family: sans-serif;
 font-weight: 700;
 color: #eb662b;
 font-size: 20px;
}

.package-inclu .row ul{
  list-style: none;
  padding-left: 0px;
}

.package-inclu .row ul li{
  font-size: 15px;
  display: flex;
  align-items:center ;
  gap: 2px;
}

.package-inclu .row ul li::before{
  content: url(../img/icons/checkmark.png);
  margin-top: 5px;
}


.packag-inner-price{
 
  margin: 5px;
}

.pac-date h6 {
  color: #eb662b;
}

.del-price del{
  color: #818181;
  font-weight: 600;
 
  font-size: 17px;
}

.price-main h5 {
  color: #000;
  font-weight: 700;
  font-size: 25px;
  font-family: sans-serif;
  margin-top: 5px;
  margin-bottom: 0px;

}

.price-info p{
  font-size: 13px;
  font-weight: 500;
  color: #515151;
}

.btn-inr-pack .btn-book{
  border: 1px solid #eb662b;
  display: block;
  padding: 8px 20px;
  width: 90%;
}

.btn-inr-pack .btn-book:hover{
  background-color: #eb662b!important;
  color: #fff!important;
}

.view-btn .btn-view{
  border: 1px solid #002471;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
}

.view-btn .btn-view:hover{
  background-color: #002471;
  color: #fff;
}

.view-btn .btn-call{
  border: 1px solid #03a43e;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #03a43e;
  display: block;
    width: 100%;
}

.view-btn .btn-call:hover{
  background-color: #03a43e;
  color: #fff;
}

.view-btn{
  display: flex;
  gap: 5px;
}

.bg-li{
  background-color: #e9f0ff;
}
.read-more-mobile{
  margin-bottom: 10px;
  margin-top: 10px;

}

.read-more-mobile a{
  color: #eb662b;
  text-decoration: none;
}

.details-links p{
  font-size: 14px;
}

.details-links p a{
   font-weight: 500;
  text-decoration: none;
}

.details-links p a.active{
  color: #eb662b;
}

.package-inclu ul{
  margin-bottom: 0px;
}

.modal-header{
  padding: 0px;
}

.modal-header .btn-close{
  position: absolute;
    right: 0;
    background-color: #ffd710;
    opacity: 1;
    z-index: 111;
}

.modal-body{
  padding: 0px;
}


