

.dom-dest-name{
  padding-bottom: 10px;
}


.dom-dest-img{
  border-radius: 15px;
}

.dom-dest-img img{
  border-radius: 15px;
}

.dom-dest-box{
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: all ease 0.5s;

}

.dom-dest-img{
  overflow: hidden;
  transition: all ease 0.5s;
}

.dom-dest-box:hover .dom-dest-img img{
  transform: scale(1.1);
  transition: all ease 0.5s;

}

.package{
  background-color: #ffeee4;
  border-radius: 0px;
}

.package-head h2{
  font-weight: 400;
  text-transform: uppercase;
  font-family: cursive;
  font-size: 25px;
  color: #eb662b;
}

.package-head h3{
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.package-box{
  border-radius: 15px;
  position: relative;
}

.pack-img img{
  border-radius: 15px;
}

.pack-img{
  overflow: hidden;
  position: relative;
}

.pack-discount{
  position: absolute;
  top: 20px;
  left: 0;
}

.pack-discount span{
  background-color: #d72222;
  color: #fff;
  border-radius: 0px 10px 10px 0px;
  padding: 2px 10px;
  font-size: 14px;
  font-weight: 500;
}

.pack-details{
  background-color: #fff;
  border-radius: 30px;
 position: absolute;
 bottom: -100px;
 left: 0;
 right: 0;
 padding: 15px;
}

.pack-rating{
 display: flex;
 margin-bottom: 0px;
 justify-content: space-between;
 padding-bottom: 10px;
 border-bottom: 1px solid #e7e7e7;
}

.pack-rating p{
  font-size: 14px;
  color: #515151;
  font-weight: 500;
  margin-bottom: 0px;
}

.pack-rating p i.fa-star{
  color: #f8c008;
}

.pack-dest{
  padding-top: 10px;
  color: #515151;
  margin-bottom: 0px;
  font-weight: 500;
}

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

.pack-name {
  padding-top: 8px;
}

.pack-name h5{
  font-size: 16px;
  font-weight: 700;
  color: #131313;
}

.pack-price h6{
  color: #656565;
}

.pack-price h6 span{
  color: #eb662b;
  font-size: 17px;
  font-weight: 700;
}

.package-box{
  
}

.pack-details{
  transition: all ease 0.2s;
}

.package-box:hover .pack-details{
 bottom: -70px;
 
}

.package{
  padding-top: 20px;
  padding-bottom: 40px;
}

.package-box{
  margin-bottom: 110px;
}

.dom-dest-box:hover{
  /* box-shadow: rgba(238, 108, 42, 0.24) 0px 3px 8px; */
  background-color: #ffeee4;
} 

.all-btn .btn{
  font-size: 16px;
  font-weight: 500;
  background-color: #fa5b33;
  padding: 12px 30px;
  color: #fff;
  border-radius: 30px;
 
  
}

.all-btn .btn i{
  margin-right: 10px;
}

.all-btn{
  display: flex;
  justify-content: center;
}

.discount-text{
  max-width: 500px;
  position: absolute;
  top: 10%;
  left: 50px;
}

.discount-text h5{
  color: #fff ;
  font-weight: 700;
  font-size: 25px;
}

.discount-text h2{
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}

.discount-text p{
  color: #fff;
  font-weight: 500;
}
.discount-ban{
  position: relative;
}

.btn-book{
  padding: 10px 30px;
  font-size: 16px;
  background-color: #fff!important;
  color: #fa5b33!important;
  font-weight: 600;

}

.btn-book i{
  margin-right: 10px;
}

.intern-dest-img img{
  border-radius: 10%;
}

.intern-dest-img {
  overflow: hidden;
}

.intern-dest-name{
  background-color: rgba(5, 5, 5, 0.5);
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
  
  
  
}

.intern-dest-name{
  transition: all ease 0.3s;
}

.intern-dest-box:hover .intern-dest-name{
  background-color: #fa5b33;
  
}

.intern-dest-box:hover .intern-dest-name h5{
  color: #fff!important;
}

.intern-dest-box{
  overflow: hidden;
  border-radius: 10%;

}

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



.intern-dest-name h5{
  text-align: center;
  font-weight: 700;
  color: #fa5b33;
}

.intern-dest-img{
  position: relative;
  
}

.intern-dest-img img{
  transition: all ease 0.5s;
}

.intern-dest-img{
  overflow: hidden;
  border-radius: 10%;
}

.about-img img{
  position: relative;
  border-radius: 30px;
}

.about-content h5{
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #fa5b33;
}

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

.about-content p{
 margin-top: 20px;
 font-size: 17px;
 font-family: sans-serif;
 color: #383838;
}

.experence-boxes {
  margin-top: 20px;
  display:flex ;
  gap: 100px;
}

.exp-box h3{
 font-size: 45px;
 font-weight: 600;
}

#exp-box{
  border-right: 1px solid ;
  padding-right: 50px;
}

.about-us {
  background-color: #ffeee4;
}
.faq-head h2{
  font-weight: 400;
  text-transform: uppercase;
  color: #eb662b;
  font-family: cursive;
  font-size: 20px;
  margin-bottom: 3px;
}

.faq-head h3{
  font-size: 35px;
  font-weight: 700;
}

.accordion-button{
  background-color: #fff!important;
  color: #000!important;
  font-weight: 500;
  box-shadow: 0px 0px 0px #000!important;

}

.accordion-item{
 margin-bottom: 20px;
border: 1px solid #d5d5d5;
border-radius: 20px!important;
overflow: hidden;
border-top: 1px solid #d5d5d5!important;
}

.faq-img{
  border-radius: 20px;
  margin-top: 20px;
  position: relative;
}

.faq-img img{
  border-radius: 20px;

}

.more-question{
  position: absolute;
  bottom: 20px;
  left: 30px;
  right: 30px;
}

.more-question h4{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #fff;

}

.more-ques-btn {
  display: flex;
  justify-content: center;
}

.btn-more-ques{
  background-color: #fa5b33;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

.btn-more-ques:hover{
  background-color: #fff;
  color: #fa5b33;
}

.clients-logo{
  background-color: #f1f4f9;
}

.client-logo{
  padding-left: 20px;
  padding-right: 20px;
}

footer{
  background-color: #013148;
}


.footer-logo .navbar-brand h3{
  color: #fff;
}

.footer-about-contact p{
  color: #d5d5d5;
}

.social-icon-box a span{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #034361;
  text-align: center;
  padding: 8px;
  border-radius: 3px;
  transition: all ease 0.2s;
  margin-top: 40px;
}

.social-icon-box a span i{
  color: #90bdd2;
}

.footer-social-icons{
  display: flex;
  gap: 10px;
}

.social-icon-box a span:hover{
  background-color: #eb662b;
}

.social-icon-box a span:hover i{
  color: #fff;
}

.links-head h5{
  font-size: 20px;
  color: #fff;
}

.quick-links ul{
  list-style-type: none;
  padding-left: 0px;
 
}

.quick-links ul li{
  padding-bottom: 5px;
 
}

.quick-links ul li a{
  font-size: 17px;
  color: #c8c8c8;
  text-decoration: none;
}

.travel-partners h6{
  color: #fff;
}

.partners{
  display: flex;
  gap: 5px;
}

.partners img{
  width: 80px;
}

.bottom-box{
  display: flex;
  justify-content: space-between;
}

.bottom-box p{
  margin-bottom: 0px;
  color: #c8c8c8;
  font-size: 14px;
}
.dom-dest-box a{
  color: #000000;
  text-decoration: none;
}
.bottom-box p a{
  color: #eb662b;
  text-decoration: none;
}
.footer-bottom{
  background-color: #013148;
  border-top: 1px solid #46626f;
}



.inner-banner{
  position: relative;
}

.inner-banner-head{
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 bottom: 0;
 display: flex;
 align-items: center;
}

.inner-banner-head .container .row{
  align-items: center;
}

.inner-banner-head h1{
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  
}

.inner-banner-head h6{
  color: #fff;
   margin-top: 20px;
  text-align: center;
  
}

.inner-banner-head h6 span a.active{
  background-color: #eb662b;
  padding: 5px 20px;
  color: #fff;
  border-radius: 50px;

}


.inner-banner-head h6 span a{

  color: #fff;
  text-decoration: none;

}

.icon-box img{
   display: block;
   margin:auto;
   width: 40px;
}

.icon-box h6{
 font-size: 12px;
 text-align: center;
 margin-top: 5px;
}

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




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

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


.main{
  background-color: #fef4ee;
}

.details-name{
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;

}

.details-name h1{
  font-weight: 700;
  font-family: sans-serif;
  font-size: 25px;
  margin-bottom: 0px;

}

.details-name h4{
  font-weight: 700;
  font-family: sans-serif;
  font-size: 25px;
  margin-bottom: 0px;

}

.details-name  span{
  background-color:#eb662b;
  font-weight: 600;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
}


.pack-details-ban .carousel .carousel-inner img{
  border-radius: 20px;
}

.inclusion-icons-text img{
  display: block;
  margin: auto;
}

.inclusion-icons-text h6{
  text-align: center;
  font-size: 12px;

  
}

.inclusion-img{
  display: flex;
  gap: 20px;
}

.pack-dest-icons{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nav-tabs{
 border: 0px solid ;
 gap: 15px;
}

.nav-tabs .nav-link{
  border: 1px solid #eb662b!important;
  color: #eb662b;
  border-radius: 15px!important;
  background-color: #fff;
}

