@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;
    background:black;
}

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{
    padding: 0px 0px 0px 0px;
    width: 100%;
    height:100%;
}
.primary_header .navbar ul li> a{
    color: #000;
    position: relative;
    font-size: 17px;
    font-weight: 400;
    padding: 5px 19px;
    display:inline-block;
    
}
.primary_header .navbar ul li> a:hover{
    color: #0d6efd;
    
}
.navbar-nav .dropdown-menu{
    min-width:200px;
    left:-60px!important;
}


.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;
    padding:215px 0px;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

}

.homeSlider .overlay{
    position:absolute;
    content: '';
    width: 100%;
    height: 100%;
    background:#00000075;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    display: flex;
    align-items: center;
}

.homeSlider .wrapper .sub_title{
    color: #969696;
    font-size: 15px;
    font-weight: 400;

}


.homeSlider .ban_title{
        font-size: 48px;
    color: #fffafa;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}

.homeSlider .ban_title span{
    color:#00f;
    font-weight: 800;

}


.homeSlider .wrapper{
        height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.homeSlider .wrapper .applynow i{
    margin: 0px 5px 0px 0px;
    font-size: 20px;
}
.homeSlider .wrapper img{
    width: 100%;
    
    object-fit: cover;
    border-radius: 20px;
}

.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: 90px 0px;
    background: #fff;
}
.best_tp .heading h6{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.best_tp .wrapper{
        background: white;
    
    padding: 23px 0px 10px 0px;
}
.best_tp .wrapper a{
        color: #00796B;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    font-size: 28px;
    text-decoration: underline !important;
    font-weight: 500;
}

.best_tp .wrapper i.fa-calendar{
    font-size: 41px;
    padding: 30px 30px;
    border-radius: 94px;
    background: #e0e0e0;
}
.best_tp .wrapper> i{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.best_tp .wrapper i.fa-plane{
    font-size: 41px;
    padding: 30px 30px;
    border-radius: 94px;
    background: #e0e0e0;
}
.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{
    height: 250px;
    object-fit: cover;
}




.why_choose_us{
    padding: 50px 0px;
}

.why_choose_us .left_wrapper{
    padding:20px 20px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}
.why_choose_us .left_wrapper h6{
        font-size: 38px;
    margin-bottom: 10px;
    font-weight: 700;

}

.why_choose_us .left_wrapper p{
    font-size: 14px;
}
.why_choose_us .wrapper{
    padding:20px 20px;
}
.why_choose_us .wrapper h6{
        font-size: 22px;
    margin-bottom: 9px;
}

.why_choose_us .wrapper p{
    font-size: 14px;
}

.why_choose_us .wrapper i{
    font-size: 34px;
    margin-bottom: 10px;
    padding: 30px 30px;
    background: #e9e9e9;
    border-radius: 71px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.three_boxes {
    padding:60px 0px;
    background: black;
}


.three_boxes .wrapper{ 
    position: relative;

}

.three_boxes .wrapper .overlay{ 
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    bottom: 0px;
    right: 0px;
    left:0px;
    background: #00000054;
    display: flex;
    justify-content: center;
    align-items: end;  
    padding-bottom: 20px;  
}
.three_boxes .wrapper:hover .overlay{
    background: #00000029;
    transition: 0.5s all ease;
}
.three_boxes .wrapper .overlay a{
    color: white;
    font-size: 21px;
    font-weight: 600;
}

.three_boxes .wrapper img{
    height: 480px;
    width: 100%;
    object-fit: cover;
}

.three_boxes .heading h6{
        font-size: 34px;
    font-weight: 700;
    color: white;
    margin-bottom: 38px;
}


.three_boxes.holiday {
    background: white;
}

.three_boxes.holiday .heading h6 {
    color: black;
    font-size: 40px;
}
.three_boxes.holiday .wrapper img{
    height: 300px;
}

.three_boxes.holiday .wrapper{
    margin-bottom: 30px;
}









.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:15px;
    color: #E9F6F9;
     
    &:hover{
        color: white;
    }
}
.bottom_footer .copyright p{
    color: #fff;
    font-size: 14px;
}

.f_head{
    color: #E9F6F9;
    font-size:22px!important;
}
.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: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.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: 24px;
    font-weight: 400;
    margin-bottom: 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: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}





.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;
}










@media(max-width:1024px){
    
   
    
}


@media(max-width:992px){
   
      
}

@media(max-width:576px){
    
    
}

.bottom_footer {
    padding: 60px 0px;
    background:#113D48;
}
.bottom_footer p {
    color: #E9F6F9;
    font-size:15px;
}
.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;
}

.top-destination-section .new-top-desti-thumb img {
    width: 100%;
    height: 250px;
    border-radius: 18px;
    object-fit: cover;
}

.top-destination-section .new-top-desti-thumb .content a{
    color:black;
    font-size:18px;
    margin:10px 0px;
     
}

.footer-contact-info-box {
    position: relative;
    display: block;
   
}
.footer-contact-info-box a{
    color:yellow;    
}

.sidebar-area form button{
        background-color: blue;
    border: none;
    padding: 5px 19px;
    color: white;
    font-weight: 400;
    font-size: 14px;
}





