body{  font-family: "Lexend", sans-serif;}
header .navbar-brand img{ height: 46px;} 
header .header-right div{display: flex;
    align-items: center;font-size: 13px;
    gap: 10px;}
header .header-right i{background: #2e3359;
    color: #fff;
    width: 20px;
    height: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 20px;
    padding: 15px;}
.slider-section{  background: url(../images/bg.jpg) no-repeat; background-size: cover;}
.slider-section-box{ width: 100%;}
.slider-form{background: #fff;
    padding: 15px;
    border-radius: 20px;}
.slider-form h3{margin-bottom: 15px;
    font-size: 26px;}
.slider-form button.btn{background: #2e3458;
        border-color: #2e3458;
        border-radius: 40px;
        padding: 8px 30px;}
.about-section{padding: 60px 0;}        
.about-section .col-md-6{align-items: center; display: flex;}        
.about-section img{width: 80%; margin: 0px auto;}        
.about-section h4{margin-bottom: 20px;}        
.about-section p{font-size: 14px; width: 80%;
    margin-bottom: 30px;
  }        
.about-section a.btn{background: #2e3458;
    border-color: #2e3458;
    border-radius: 40px;
    padding: 8px 30px;}         
.heading-box p{font-size: 14px; width: 60%; margin-bottom: 40px;}
.heading-box-white h3{color: #fff;}
.heading-box-white p{font-size: 14px; width: 60%; margin-bottom: 40px;color: #fff;}
.holiday-packages{position: relative;}
.holiday-packages::after{
    background: #2e3458;
    border-radius: 60px 60px 60px 0;
    content: '';
    width: 80%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}
.more-content{display: none;}
.packages-box{border-radius: 20px; overflow: hidden;} 
.packages-box .card-body h4{font-size: 18px;
    margin-bottom: 15px;}
.packages-box .card-body p{font-size: 13px;
    margin-bottom: 10px;
    color: #5e5e5e;}
.packages-box .card-body p b{color: #000;} 
.packages-box .card-body .trend-content-detail h5{font-size: 14px;} 
.packages-box .card-body .trend-content-detail a{text-decoration: none;
    float: right;
    font-size: 14px;
    color: #06b4db;}
.packages-box .card-body .enquirybtn{clear: both;
    text-align: center;}
.packages-box .card-body .enquirybtn a{background: #2e3458;
    border-color: #2e3458;
    border-radius: 40px;
    padding: 8px 30px;}

.callto-action{background-image: linear-gradient(to right, #1ab4db , #2e3458);
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;}    
.callto-action h4{color: #fff;}    
.callto-action h3{color: #fff;}    
.callto-action-button{margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;}      
.callto-action-button a.btn-primary{background: #fff;
    border-color: #fff;
    border-radius: 40px;
    padding: 8px 30px;
    color: #000;}      
.callto-action-button a.btn-success{background: #4dc247;
    border-color: #4dc247;
    border-radius: 40px;
    padding: 8px 30px;}      

footer{background: url(../images/foooter-bg.jpg) no-repeat; z-index: 1; text-align: center; background-position: center; background-size: cover; position: relative;}
footer::after{
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: -1;
}
footer p{color: #fff;}
footer .footer-social{}
footer .footer-social ul{display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;}
footer .footer-social ul li{}
footer .footer-social ul li a{width: 34px;
    height: 34px;
    display: flex;
    align-items: center; border-radius: 5px;
    justify-content: center;
    text-decoration: none;
    background: #2e3458;
    color: #fff;}
footer .footer-social ul li a:hover{background: #06b4db;}    
.whatsapp-sticky{width: 60px;
  height: 60px;
  display: block;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 99;
  background: #4dc247;
  font-size: 36px;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  line-height: 60px;}
.mobile-slid-section{display:none;}  

.logos-footer{margin-top: 30px;
  display: flex;
  flex-wrap: wrap;justify-content: center;}
.logos-footer h3{margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
  width: 100%;}
.logos-footer .logos-item{line-height: 58px; 
  margin-right: 10px;
  background: #fff;}
.logos-footer .logos-item img{width: 60px;
  height: 50px;}
.successpage{text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
  color: #3ec600;
  font-size: 20px;}
.successpage img{display: block;
  height: 140px;
  margin: 0px auto 20px;} 
@media only screen and (max-width: 600px) {
  .navbar-brand {
    width: 100%;
  }
  header .navbar-brand img { 
  margin: 0px auto;
    }
.header-right{display: block !important;width: 100%;}
.header-right div{justify-content: center;}
.mobile-slid-section{display:block;}
.mobile-slid-section img{width:100%;}
.slider-section{background:none;}
.about-section{text-align:center;}
.about-section p {
  width: 100%;
}
.about-section h4 {
  margin-top: 30px;
}
.holiday-packages::after { 
  width: 100%;}
  .heading-box-white p { 
  width: 100%; 
}
.callto-action-button{display: block;}
.callto-action-button a.btn-success{width: 100%;
  margin-top: 10px;}
}
  
  