@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300&family=Roboto&display=swap');

:root{
    --primarycolor: #1b2b5a;
    --secondarycolor:#b11f26;

}
*{
    margin: 0px;
    padding: 0px;
    
}
html{
    scroll-behavior: smooth;
}

footer{
    bottom: 0px;
}

body{
    font-weight: 400;
    font-family: 'poppins', sans-serif;
    overflow-x: hidden;
    
}

div>p{
    font-family: 'poppins', sans-serif;
    

}
label{
    font-family: 'poppins', sans-serif;
}
span{
    font-family: 'poppins', sans-serif;
}
div> h1,div> h2,div> h3,div> h4,div> h5,div> h6{
    font-family: 'poppins', sans-serif;
    margin: 0px;
}
a{
    font-family: 'poppins', sans-serif;
    text-decoration:none!important;
}
button{
    font-family: 'poppins', sans-serif!important;
    text-decoration:none!important;
}
b{
    font-weight: 600!important;    
}
img{
    max-width:100%;
}
/*scroll bar code */
ul li p{
    font-family: 'poppins', sans-serif;
}


/* width */

::-webkit-scrollbar {

  width: 12px;

}



/* Track */

::-webkit-scrollbar-track {

/*  box-shadow: inset 0 0 5px grey; */
  background: transparent;
  border-radius: 0px;

}

 

/* Handle */

::-webkit-scrollbar-thumb {

  background:#000;

  border-radius: 10px;

}



/*scroll bar code */
.page-wrapper{
    background-color: white;
}


.primary_header{
    z-index: 999;
    background-color:#fff;
    position: relative;
    width: 100%;
    padding:4px 0px;
    box-shadow: 0px 0px 20px -19px;
    top:0px;
}


.primary_header .navbar-brand{
    border-radius: 44px;
    color:white;
    font-weight: 800;
    font-size: 40px;
}
.primary_header .navbar-brand img{
    width: 110px;  
    
}  
.primary_header .navbar-brand:focus-visible{
    outline:none;
}



.primary_header .navbar{
    padding: 0px 0px 0px 0px;
    width: 100%;
    height:100%;
}
.primary_header .navbar ul li> a{
    color: #000000;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 19px;
    
    
}
.primary_header .navbar ul li> a:hover{
    transition: all 0.5s;
    
    color: #000;
     
    
    
}



.primary_header .navbar-toggler {
    background-color: #f0f0f0;
    font-size: 18px;
    border-radius: 0px;
    font-weight: 400;
    border: none;
    letter-spacing: 1.4px;
    width: 53px;
    position: relative;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.primary_header .navbar-toggler:focus {
    box-shadow: none;
    border: none;
}

.primary_header .navbar-nav .dropdown:hover> .dropdown-menu {
    display: block;
    transition: all 0.5s linear;
    
}

.fixed-top{
    background-color: #fff;
    transition:0.5s all linear;
    z-index: 99999;
}


.fixed-top .navbar ul li> a{
    color: #000!important;
}








.bar1{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    top: 9px;
}
.bar2{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    top: 21px;
}
.bar3{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 2px;
    background-color: #000000;
    margin: 10px 0px;
    top: 24px;
}




.homeSlider{
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.homeSlider .overlay{
    position:absolute;
    content: '';
    width: 100%;
    height: 100%;
    background:#00000029;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: center;
}




.homeSlider .ban_title{
        font-size: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
    background: #ef0d0d91;
    padding: 28px 36px;
    line-height: 40px;
}
.homeSlider .ban_title span{
    color: white;
}
.homeSlider .wrapper{
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:311px 0px 100px 0px;
}

.homeSlider .wrapper .applynow i{
    margin: 0px 5px 0px 0px;
    font-size: 20px;
}
.homeSlider .wrapper img{
    width: 100%;
    
    object-fit: cover;
    border-radius: 20px;
}
.homeSlider .wrapper .sub_title{
    color: #969696;
    font-size: 15px;
    font-weight: 400;

}
.homeSlider .owl-theme .owl-dots{
    display: none;
}
.homeSlider .owl-theme .owl-nav{
    display: none!important;
   

}

.owl-theme .owl-nav [class*=owl-]:hover{
    background:none!important;
}

.sticky_top{
    position: fixed;
    top: 117px;
    z-index: 1030;
    width: 417px;
    height: 100%;
    transition:0.5s all;
}

.best_tp{
    padding: 46px 0px;
    background:aquamarine ;
}
.best_tp .heading h6{
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0px;
    color: black;
}
.best_tp .wrapper{
   text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 26px 0px 26px 0px;
    background: #f8f8f8;
    margin-top:30px;
}

.best_tp .wrapper a{
        color: #000;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-size: 20px;
    text-decoration: underline !important;
    font-weight: 400;
}


.best_tp .wrapper> i{
        color: #ff0000;
    font-size: 30px;
    width: 85px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 72px;
}

.best_tp .wrapper h6{
        font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}

.best_tp .wrapper p{    
    font-size: 14px;
    padding: 0px 16px;
}

.best_tp .wrapper img{
        width: 53px;
    object-fit: cover;
    background: white;
    padding: 10px;
    
}




.why_choose_us{
    padding: 0px 0px 50px 0px;
}

.why_choose_us .left_wrapper{
    padding:20px 20px;
    height: 100%;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.why_choose_us .left_wrapper h6{
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 600;
    

}

.why_choose_us .left_wrapper p{
    font-size: 14px;
}
.why_choose_us .wrapper{
        padding: 20px 20px;
    background: #5dffb4;
    border: 2px solid #e3e3e3;
    border-radius: 14px;
    margin-bottom: 34px;
    height: 95%;
     
}
.why_choose_us .wrapper h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 9px;
}

.why_choose_us .wrapper p{
    font-size: 13px;
}

.why_choose_us .wrapper i{
    color: white;
    font-size: 34px;
    margin-bottom: 10px;
    padding: 30px 30px;
    background:#000;
    border-radius: 71px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_choose_us .wrapper img{
    width: 61px;
    margin-bottom: 14px;
}

.why_choose_us .parent_wrap{
    background: #f1f1f1;
    padding: 33px 30px;
    border-radius: 33px;
}







.three_boxes {
    padding: 60px 0px;
    
}


.three_boxes .wrapper{ 
    position: relative;
    margin-bottom: 30px;
    border: 5px solid #dce515;
}

.three_boxes .wrapper .overlay{ 
    position: relative;
    width: 100%;
    height: 100%;
    top:0px;
    bottom: 0px;
    right: 0px;
    left:0px;
    background:#dce515;
    display: flex;
    justify-content: ;
    align-items: end;  
    padding: 10px 10px;  
}

.three_boxes .wrapper .overlay a{
        color: #000;
    font-size: 17px;
    font-weight: 500;
}

.three_boxes .wrapper img{
    height: 260px;
    width: 100%;
    object-fit: cover;
    
}




.three_boxes .heading h6{
    font-size: 20px;
    font-weight: 600;
    background: #ed4141;
    padding: 10px 35px;
    display: block;
    width: 100%;
    text-align:center;
    color:white;
}
.three_boxes .heading{
     text-align:center;
}


.three_boxes.holiday {
    background: white;
}

.three_boxes.holiday .heading h6 {
    color: white;
    font-size: 26px;
    text-align: center;
    margin-bottom:20px;
}
.three_boxes.holiday .wrapper img{
    height: 220px;
}

.three_boxes.holiday .wrapper{
    margin-bottom: 30px;
    padding: 7px 7px;
   
}






.bottom_footer {
    padding: 24px 0px;
    background: #000;
}


.bottom_footer .footer_logo img{
    width: 130px;
    background: white;
    padding: 10px 10px;
}
.bottom_footer ul li::marker{
    color: white;
}
.bottom_footer ul li a{
    font-size:16px;
    color: #ababab;
    font-weight: 500;
    &:hover{
        color: white;
    }
}

.bottom_footer ul{
    display: flex;
    list-style: none;
    padding-left: 0px;
    gap: 14px 21px;
}

.bottom_footer .copyright p{
    color: #b8b8b8;
    font-size: 12px;
}

.bottom_footer .f_head{
        color: white;
    font-size: 18px;
    font-weight: 600;
}
.page_header{
    background: #f9f9f1;
    margin-bottom: 40px;
}

.page_header .wrapper{
    padding: 39px 0px 11px 0px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}
.page_header .wrapper h6{
    font-size: 34px;
    font-weight: 400;
}
.page_header .wrapper ul{
    padding: 0;
    margin-top: 10px;
    list-style: none;
    gap: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_header .wrapper ul li a{
    color: blue;
}


.contact .wrapper{
    border-bottom: 2px solid lightgrey;
    margin-bottom: 21px;
}


.ct_data {
    padding:60px 0px;
}

.ct_data .head h6{
        font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.ct_data .head p{
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #858585;
}
.ct_data .head{
    margin-bottom:40px;
}
.ct_data .wrapper{
    margin-bottom: 50px;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 14px;
}
.ct_data .wrapper h6{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    background: red;
    color: white;
    padding: 9px 10px;
}
.ct_data .wrapper h5{
        font-size: 24px;
    font-weight: 600;
    margin-bottom: 31px;
    color: #eb3c77;
    border-bottom: 2px solid #eb3c77;
}

.ct_data .wrapper p{
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #858585;
}





.contact{
    padding:40px 0px;
}


.contact form input{
    padding: 10px 10px;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.contact form select{
    padding: 10px 10px;
    background: #f1f1f1;
    margin-bottom: 20px;
}
.contact form textarea{
    padding: 10px 10px;
    background: #f1f1f1;
    margin-bottom: 20px;
}

.contact form button{
    padding: 5px 22px;
    background: #009688;
    border: none;
    color: white;
    font-size: 15px;
}
.contact .wrapper h6{
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 14px;
}
.contact .wrapper .icon i{
        background: blue;
    padding: 10px;
    border-radius: 50px;
    color: white;
    margin-right: 9px;
}
.contact .wrapper .icon a{
    color: blue;
}
.contact .wrapper .icon{
    margin-bottom:15px;
}

.common_section{
    padding: 50px 0px;
}


.common_section .content{
        height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.common_section .content h6{
        font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.common_section .content p{
    font-size: 16px;
    font-weight: 300;
}

.common_section .img_box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.hot_deals{
    padding: 60px 0px;
    background: antiquewhite;
    margin-bottom: 59px;
}

.hot_deals .left_wrapper img{
    height: 310px;
    width: 100%;
}
.hot_deals .hd_wrap{
    margin-bottom:25px;
        padding: 20px 20px;
    box-shadow: 0px 0px 25px -14px;
    background:white;
}
.hot_deals .left_wrapper> h6{
    font-size: 32px;
    margin-bottom: 18px;
    color: #000000;
    text-align:center;
    font-weight: 400;
}

.hot_deals .hd_wrap .overlay h6 {
    margin-bottom: 20px;
    margin-top: 16px;
    color: #5c5555;
}

.hot_deals .hd_wrap .overlay a{
      
    padding: 0px 0px;
    color: black;
    font-size: 29px;
}
.design_one .left_wrapper{
        display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.design_one .left_wrapper h6{
    font-size: 32px;
    margin-bottom: 18px;
}

.design_one .left_wrapper img{
    width: 94%;
    margin-bottom: 30px;
}

.design_one .left_wrapper .sub_title{
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    background: #ed4141;
    padding: 10px 43px;
}
.design_one .left_wrapper a{
    padding: 3px 0px;
    font-size:45px;
    color:black;

}
.design_one .right_wrapper{
    padding: 18px 23px;
    
    margin-bottom: 44px;
}
.design_one .right_wrapper h6{
    font-size: 32px;
    margin-bottom: 18px;
}

.design_one .right_wrapper .list{   
    display: flex;
    gap: 0px 20px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b4b4b4;
    background: aliceblue;
}

.design_one .right_wrapper .list img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.design_one .right_wrapper .list a{
    font-size: 18px;
        color: #0a58ca;
    font-weight: 600;
}

.design_one .right_wrapper .content{
    display: flex;
    align-items: center;
}

.things_to_do{
    padding:0px 0px 50px 0px;
}

.things_to_do .head h6{
        font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.things_to_do .wrapper{
    margin-bottom: 40px;
     
}
.things_to_do .wrapper img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    margin-bottom: 10px;
}
.things_to_do .wrapper a{
    color: rgb(13 110 253);
}
.things_to_do .wrapper h6{
       padding: 10px 20px;
    background: #efdb31;
    color: black;
    font-size: 22px;
}


.cta{
    padding: 50px 0px;
}

.cta .parent_wrap{
    background: #f2ecff;
    padding: 50px 39px;
    border-radius: 30px;
    border:4px solid #ffee00;
}
.cta .head h6{
    color: black;
    font-size: 30px;
    margin-bottom: 20px;
}

.cta .head p{
    color: black;
    font-size: 16px;
}
.cta .head{
    height: 100%;
    display: grid;
    place-content: center;
}
.cta .head a i{
    color: black;
}
.cta .head a{
    color: black;
    font-weight: 600;
}
.right_form form {
    box-shadow: 0px 0px 4px -2px;
    padding: 23px 27px;
    background: #9be5ef;
}
@media(max-width:1024px){
    
   
    
}


@media(max-width:992px){
   
      
}

@media(max-width:576px){
    .homeSlider .ban_title{
        font-size: 28px;
    }
    .homeSlider{
        padding: 112px 0px;
    }
    .design_one .left_wrapper h6{
        font-size: 30px;
    }
    
}


.main-footer{
  position: relative;
  background:#14161c;
}

.footer-top{
  position: relative;
  padding: 100px 0px 110px 0px;
}

.footer-top p,
.footer-top a{
  font-size: 16px;
  line-height: 26px;
  color: #aeb1b8;
}

.footer-top .logo-widget{
  position: relative;
  margin-right: -15px;
}

.footer-top .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 35px;
}

.footer-top .logo-widget .text{
  margin-bottom: 50px;
}

.footer-top .logo-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-top .logo-widget .social-links li:last-child{
  margin: 0px !important;
}

.footer-top .logo-widget .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}

.footer-top .logo-widget .social-links li a:hover{

}

.footer-top .links-widget{
  position: relative;
  margin-left: 60px;
}

.footer-top .widget-title{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.footer-top .widget-title h3{
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
}

.footer-top .links-widget .links-list li{
  position: relative;
  display: block;
  
}

.footer-top .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .links-widget .links-list li a{
  position: relative;
  display: inline-block;
}

.footer-top .links-widget .links-list li a:hover{

}

.footer-top .links-widget .links-list li a:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  left: 0px;
  bottom: 4px;
  transition: all 500ms ease;
}

.footer-top .links-widget .links-list li a:hover:before{
  width: 100%;
}

.footer-top .gallery-widget{
  position: relative;
  margin-left: -58px;
  margin-right: 38px;
}

.footer-top .gallery-widget .image-list{
  position: relative;
  margin: 0px -5px;
}

.footer-top .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 5px 10px 5px;
}

.footer-top .gallery-widget .image-list li .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  border-radius: 5px;
}

.footer-top .gallery-widget .image-list li .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.footer-top .gallery-widget .image-list li .image-box:hover img{
  opacity: 0.2;
}

.footer-top .gallery-widget .widget-title{
  margin-bottom: 34px;
}

.footer-top .contact-widget .info-list li{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #aeb1b8;
  padding-left: 30px;
  margin-bottom: 19px;
}

.footer-top .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.footer-top .contact-widget .info-list li i{
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 20px;
}

.footer-top .contact-widget .info-list li a:hover{

}

.footer-top .contact-widget .info-list li:first-child i{
  top: 6px;
}

.footer-top .vector-bg{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.footer-bottom{
  position: relative;
  padding: 28px 0px;
  background: #0d0e12;
}

.footer-bottom .copyright p,
.footer-bottom .copyright p a{
  font-size: 15px;
  line-height: 26px;
  color: #aeb1b8;
}

.footer-bottom .copyright p a:hover{

}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #aeb1b8;
  margin-right: 25px;
}

.footer-bottom .footer-nav li:last-child{
  margin: 0px !important;
}

.footer-bottom .footer-nav li a{
  display: inline-block;
  color: #aeb1b8;
}

.footer-bottom .footer-nav li a:hover{

}

.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #aeb1b8;
  width: 1px;
  height: 15px;
  top: 6px;
  right: -15px;
}

.footer-bottom .footer-nav li:last-child:before{
  display: none;
}



.top-destination-section{
    padding:60px 0px;
}
.top-destination-section .section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -6px;
}

.top-destination-section .section-title .sub-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--theme);
    font-family: "Kalam", sans-serif;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.top-destination-section .new-top-desti-thumb {
        margin-top: 30px;
    position: relative;
    overflow: hidden;
    border: 1px solid #c4c4c4;
    padding: 21px 28px;
    border-radius: 15px;
    box-shadow: 0px 5px 9px -8px;
}

.top-destination-section .new-top-desti-thumb img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
    object-fit: cover;
}
.top-destination-section .new-top-desti-thumb p{
        margin-bottom: 0px;
    position: absolute;
    top: 0px;
    background: red;
    padding: 7px 16px;
    font-size: 12px;
    color: white;
    font-weight: 700;
}
.top-destination-section .new-top-desti-thumb .content h4 a{
    font-size: 18px;
    margin: 10px 0px;
    font-weight: 800;
    color: #0000e6;
     
}


.top-destination-section .new-top-desti-thumb .content .book_now{
    background: red;
    color: white;
    padding: 5px 12px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
    margin-top: 9px;
}   
.top-destination-section .section-title h2{
    font-size: 48px;
    font-weight: 600;
}
.top-destination-section .section-title h2 span{
    color:red;
}
@media(max-width:768px){
    .top-destination-section .section-title h2{
        font-size: 24px;
        
    }
}


.package_note {
    background: #606060;
    padding: 10px 16px;
    color: white;
    margin-bottom: 11px;
}

.marquee-text {
  display: inline-block;
  position: relative;
  left: 100%;
  color:white;
  font-size:14px;
  padding: 6px 15px;
}

    @keyframes scroll-left {
      from { left: 100%; }
      to { left: -100%; }
    }

    .animate {
      animation: scroll-left 35s linear infinite;
    }
    .marquee-container{
        overflow:hidden;
        background:#606060;
    }
     @media(max-width:768px){
         .animate {
          animation: scroll-left 20s linear infinite;
        }
     }
     
#marqueeText p {
    width: 160%;
    margin-bottom: 0px;
}
     
   


