@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root{
    --primarycolor: #1b2b5a;
    --secondarycolor:#b11f26;

}
*{
    margin: 0px;
    padding: 0px;
    
}
html{
    scroll-behavior: smooth;
}

footer{
    bottom: 0px;
}

body{
    font-weight: 500;
   
   
    overflow-x: hidden;
}

div>p{
   font-family: 'roboto', sans-serif;
    

}
label{
   font-family: 'roboto', sans-serif;
   
}
span{
   font-family: 'roboto', sans-serif;
   
}
div> h1,div> h2,div> h3,div> h4,div> h5,div> h6{
   font-family: 'roboto', sans-serif;
    margin: 0px;
}
a{
   font-family: 'roboto', sans-serif;
    text-decoration:none!important;
}
button{
    font-family: 'roboto', sans-serif;
    text-decoration:none!important;
}
b{
    font-family: 'roboto', sans-serif;
        
}
img{
    max-width: 100%;
    
}
/*scroll bar code */



/* width */

::-webkit-scrollbar {

  width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

  box-shadow: inset 0 0 5px grey; 

  border-radius: 0px;

}

 

/* Handle */

::-webkit-scrollbar-thumb {

  background:#000000;

  border-radius: 10px;

}


 
 
.primary_header .cc_num:hover{ 
    background: white!important;
    color: black!important;
}


.page-wrapper{
    background-color: white;
}


.primary_header{
 z-index: 999;
    background-color:#000;
    position: relative;
    width: 100%;
    padding: 10px 0px;
    box-shadow: 0px 0px 20px -19px;
    top:0px;
}

.fixed-top{
    background-color: #ffffff;
    transition:0.5s all linear;
    z-index: 99999;
}


.fixed-top .navbar ul li a{
    color: black!important;
}
.fixed-top .lang-dropdown label{
    color: black;
}

.primary_header .navbar-brand{
      border-radius: 44px;
    color:black!important;
    font-weight: 800;
}
.primary_header .navbar-brand img{
    width: 130px;  
        background: white;
    padding: 0px 1px;
    border-radius: 4px;
}  
.navbar-expand-lg .navbar-nav{
    gap: 15px;
}

.lang-dropdown label {
    font-size: 18px;
    font-weight: 400;
    color:black;
}


.primary_header .navbar{
    padding: 0px 0px 0px 0px;
    width: 100%;
    height:100%;
}

.primary_header .navbar ul li a{
        color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 7px 12px;
    display: inline-block;
    margin-bottom: 0px;
 
    width: 100%;
    
}
.primary_header .navbar ul li a.active{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 12px;
    border-bottom: 3px solid transparent;
    background:#F44336;
    border-radius: 6px;
}
.primary_header .navbar ul li a:hover{
    color:#fff;
    background: #00acff;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.primary_header .navbar ul li a img{
    width: 35px;
    height: 25px;
}
.primary_header  .responsive_display{
    display: none;
}
.primary_header .navbar ul li .header_apply_btn{
        padding: 9px 52px;
    background: #4CAF50;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-transform:uppercase;
    
}
.primary_header .navbar ul li .header_apply_btn:hover{
    color:#fff;
    
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.primary_header .navbar-nav .dropdown-menu {
    /*display: none;*/
}
.primary_header .navbar-nav .dropdown-menu a{
    color: #1b2b5a;
    width: 100%;
    display: inline-block;
    
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 3px 0px 4px 0px;
    margin-right: 0px;
}
.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;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    padding: 10px 20px;
    width: 600px;
    left: -223px;
        box-shadow: 0px 20px 28px -27px;
}*/
.primary_header .navbar-nav .dropdown-menu .wrapper{
    height: 100%;
    padding: 5px 7px;
    width: 100%;
} 
.primary_header .dropdown-menu .wrapper img{
    width: 50px;
    height: 40px;

}



.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;
    padding: 70px 0px;
}
 

.homeSlider .overlay{
    position:absolute;
    width: 100%;
    height: 100%;
    background:rgb(47 114 167);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.homeSlider .z_index {
    position: relative;
    z-index: 9;
}
.homeSlider .ban_title{
    font-size:54px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;  
}
.homeSlider .sub_title{
    font-size: 16px;
    margin-bottom: 14px;
}

.homeSlider .ban_lower_title{
        font-size: 27px;
    color: white !important;
    font-weight: 500 !important;

}



.homeSlider .wrapper{
    height: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
   
}
.homeSlider .wrapper p{
    font-size: 50px;
    font-weight: 700;
    color: #ffffffb0;
}
.homeSlider .wrapper a{
        color: white;
    background: #F44336;
    display: inline-block;
    margin-bottom: 15px;
    padding: 14px 24px;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 700;
}

.homeSlider .ban_img{
        width: 100%;
    height: 408px;
    object-fit: cover;
}
 
 
.homeSlider .ban_title span{
    color:#fdb827;
    font-weight: 800;

}
 
.homeSlider p span{
    color: #000000fc;
    font-weight: 800;
}



.sticky{
    position: sticky;
    top: 100px;
}
 
 


@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }

}

/*.homeSlider .owl-carousel .owl-item.active .ban_img {
    animation: zoominoutsinglefeatured 20s infinite ;

}*/


/* The progress bar (scroll indicator) */
.progress-bar {
    height: 5px;
    background: linear-gradient(to top left, #ef5152 0%, #ffa200 100%);
    width: 0%;
    position: fixed;
    z-index: 9999;
    top: 0px;
}
 
.homeSlider .owl-theme .owl-dots{
    display: none;
}
.homeSlider .owl-theme .owl-nav{
    display: none!important;
    position: absolute;
    display: flex;
    top: 100px;
    background: white;
    justify-content: center;
    align-items: center;

}
.homeSlider .owl-theme .owl-nav .owl-prev{
    position: absolute;
    left: 0px;
}
.homeSlider .owl-theme .owl-nav .owl-next{
    position: absolute;
    right: 0px!important;
}




.faq{
    padding: 24px 0px;
    
}
.faq .section_title{
    text-align: center;
}
.faq .section_title h2{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
}
.faq .section_title p{
    color: black;
    font-weight: 500;
    margin-bottom: 25px;
}
.faq .heading h6:before{
        position: absolute;
    content: ' ';
    background-color: #000000;
    width: 62px;
    height: 3px;
    top: 50%;
    bottom: 50%;
    left: 0px;
    right: 0px;
}
.faq .accordion-button{
        box-shadow: none !important;
    font-size: 16px;
    font-weight: 800;
}
.faq .accordion-button:focus{
    color: #2196f3;
}
.faq .accordion-button:not(.collapsed){
    color: #ffffff;
    background-color:#2196f3!important ;

}

.faq .accordion-body p{
    font-size: 14px;
    font-weight: 400;
}





.owl-theme .owl-nav [class*=owl-]:hover{
    background:none!important;
}

 
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}

.bottom_footer{
    padding: 25px 0px;
    background-color:#272727;
}
.bottom_footer .logo_box{
    text-align: right;
}
.bottom_footer .logo_box img{
    width:25%;
}
.bottom_footer .pages .f_head{
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}
.bottom_footer .pages ul{
    padding: 0px;
    list-style-type: none;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap:20px 20px;
    margin-bottom: 0px;
}
.bottom_footer .pages ul li{
    color: white;
}
.bottom_footer .pages ul li a{
   color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.bottom_footer .pages ul li a:hover{
    color: #9b9b9b;
    transition: 0.5s all;
}
.bottom_footer .copyright p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 14px;
}
.bottom_footer .link_btn .f_head{
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
}
.bottom_footer .link_btn p{
    color: white;
}
.bottom_footer .link_btn .f_head i{
    margin-right: 10px;
}
.bottom_footer .link_btn img{
        background: white;
    border-radius: 6px;
    padding: 8px 11px;
    width: 120px;
    margin-bottom: 20px;
}
.bottom_footer .link_btn a.canada{
    color: white;
    background: #F44336;
    display: inline-block;
    margin-bottom:15px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 7px;
}
.bottom_footer .link_btn a.india{
    color: white;
    background: #F44336;
    display: inline-block;
    margin-bottom:15px;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 7px;
}
.bottom_footer .contact h6{  
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.bottom_footer .contact p{  
    color:#dedede;
}

.bottom_footer .contact a{  
    color: #e4e4e4;
    font-size: 20px;
    margin-bottom: 20px;
}


.disclaimer {
    color: #c3c3c3;
    font-size: 12px;
    margin-top: 18px;
    font-weight: 500;
}





.image_box img{
    width: 100%;
}
.apply_btn a{
        padding: 9px 52px;
    background: #4CAF50;
    color: white;
    font-size: 16px;
    font-weight: 600;
    border: none;
}




.common_header{
    width: 100%;
    background-image: url('../images/img1.jpg');
    position: relative;
    padding: 250px 0px 55px 0px;
    
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 19px 49px -54px;
}
.common_header .overlay{
    position: absolute;
    width: 100%;
    background-color:#00000063;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common_header .heading_wrapper p{
    font-size: 38px;
    font-weight: 500;   
    color: #fff; 
}

.common_header ul {
    display:flex;
    align-items: center;
    list-style-type: none;
    padding-left: 0px;
}
.common_header ul li a{
    color: #fff;
    margin-right: 11px;
    font-weight: 500;
    font-size: 16px;
}
.common_header ul li a.active{
    color: #fff;
}


.common_section{
    padding: 50px 0px;
}
.common_section .head{
    font-size:20px;
    font-weight: 500;
    margin-bottom: 14px;
    color: #00304f;
}
.common_section p{
    font-size:16px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #474747;
}

.common_section img{
    width: 60%;
}
.contact_us{
    padding: 50px 0px 0px 0px;
}
.contact_us .heading{
    
}
.contact_us .heading h6{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    margin-bottom: 15px;
}
.contact_us .heading p{
    font-size: 20px;
    font-weight: 500;
    padding: 10px 24px;
    background: #2196f3;
    color: white;
}
.contact_us .wrapper{
    border: 2px solid #2194ef;
    padding: 30px 30px;
    box-shadow: 0px 0px 18px -12px;
    border-radius: 19px
}
.contact_us .wrapper form label{
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.contact_us .wrapper form .form-group{
    margin-bottom: 20px;
}

.contact_us .wrapper form input{
    width: 100%;
    padding: 6px 10px;
    border: 1px solid #c7c7c7;
}
.contact_us .wrapper form input:focus{
    outline: none;
    box-shadow: none;
}
.contact_us .wrapper form textarea{
    width: 100%;
    padding: 6px 10px;
    border:1px solid #c7c7c7;
}
.contact_us .wrapper form textarea:focus{
    outline: none;
    box-shadow: none;
}
.contact_us .wrapper form button{
    background: #2196f3;
    color: white;
    padding: 6px 23px;
    font-size: 16px;
    font-weight: 700;
    border: none;
}

.contact_us .box{
    padding: 26px 32px;
    background: whitesmoke;
    margin-bottom: 15px;

}
.contact_us .box:hover{
   box-shadow: 0px 6px 22px -15px; 
   transition: all 0.5s linear;
}
.contact_us .box i{
        width: 100%;
    font-size: 46px;
    color: #7ab23b;
    margin-bottom: 10px;
}
.contact_us .box a{
        font-size: 20px;
    font-weight: 500;
}
.contact_us .contact_info h6{
    font-size: 20px;
    margin-bottom: 15px;
    color: #00304f;
    font-weight: 500;
}


 

.content1{
    padding:50px 0px;
        background: aliceblue;
}
.content1 .wrapper{
    height: 100%;
    display: flex;
    
    flex-direction: column;
    justify-content: center;
}
.content1 .wrapper h6{
    font-size: 36px;
    margin-bottom: 17px;
    font-weight: 700;
        display: flex;
        flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.content1 .wrapper h3{
    font-size: 36px;
    margin-bottom: 17px;
    font-weight: 700;
        display: flex;
        flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.content1 .wrapper h4{
    font-size: 36px;
    margin-bottom: 17px;
    font-weight: 700;
        display: flex;
        flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.content1 .wrapper p{
    font-size: 14px;
    font-weight: 400;
}
.content1 .wrapper a{
        color: #000000;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 11px;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: underline !important;
    text-decoration-color: #2196f3 !important;
    text-decoration-thickness: 4px !important;
}



.content1 .img_box img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.content1 .content{
    padding:20px 0px;
}
.content1 .content h6{
        font-size: 18px;
    margin-bottom: 8px;
    color: black;
    font-weight: 700;
}
.content1 .content h4{
        font-size: 18px;
    margin-bottom: 8px;
    color: black;
    font-weight: 700;
}
.content1 .content h5{
        font-size: 18px;
    margin-bottom: 8px;
    color: black;
    font-weight: 700;
}
.content1 .content p{
    font-size: 14px;
    font-weight: 400;
}


.content1 .parent_wrapper{
        padding: 47px 40px;
    background: #ffffff;
    border-radius: 13px;
    border: 2px solid #2194ef;
    box-shadow: 0px 20px 35px -38px;
}

.content1 .wrapper h3 span{
    color: #2196f3;
}
.content1 .wrapper h4 span{
    color: #2196f3;
}
.content1 .wrapper h6 span{
    color: #2196f3;
}









.top_attractions{
    padding:40px 0px;
}

.top_attractions .title h6{
    font-size:32px;
    font-weight: 700;
    margin-bottom:25px;
    text-align: center;
}

.top_attractions .wrapper{
    padding: 22px 22px;
    margin-bottom: 15px;
}

.top_attractions .wrapper h6{
font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #2196F3;
}
.top_attractions img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    margin-bottom: 15px;
}
.top_attractions .wrapper a:last-child{
    color: #000000;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 0px;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: underline !important;
    text-decoration-color: #2196f3 !important;
    text-decoration-thickness: 4px !important;
}




.cta{
    border-top:1px solid black;
    padding: 40px 0px;
    background: white;
    border-bottom:1px solid black;

}

.cta .wrapper h6{
    font-size: 32px;
    
    margin-bottom: 15px;
    font-weight: 700;
}
.cta .wrapper h6 span{
    color: #2196f3;
}
.cta .wrapper p{
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}

.cta .wrapper a{
        color: white;
    background: #F44336;
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px 19px;
    font-size: 18px;
    border-radius: 7px;
    font-weight: 700;

}

.cta .bottom_wrapper{
    padding: 31px 0px;
    background: #fff;
    
    margin-top: 30px;
}

.cta .bottom_wrapper i{
    font-size: 47px;
    margin-bottom: 15px;
}


.cta .bottom_wrapper p{
        font-size: 30px;
    font-weight: 700;
    text-decoration: underline !important;
    text-decoration-color: #2196f3 !important;
    text-decoration-thickness: 6px !important;
}


.practical_tips{
    padding:40px 0px;
}

.practical_tips .title h6{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.practical_tips .wrapper{
    background: beige;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 44px;
    text-align: center;
    margin-bottom: 24px;
    border-radius: 10px;
}


.practical_tips .wrapper h6{
    font-size: 20px;  
    margin-bottom: 15px;  
    text-align: center;
    color: #158cea;
    font-weight: 700;
}
.practical_tips .wrapper p{
    font-weight: 400;
    font-size: 16px;
}
.attractions {
    padding: 50px 0px;
}
.attractions .content h6{
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 700;

}
.attractions .content h6 span{
    color: #2196f3;
}


.attractions .content{
    height: 100%;
    
    background: #fff;
    
     
     
}
.attractions .content p{
    font-size: 14px;
    font-weight: 400;
}

.attractions .wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}


.attractions .wrapper img{
    width: 100%;
    height:270px;
    object-fit: cover;
    transform: scale(1.0);
    object-position: bottom;
}

.attractions .wrapper .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
     
    background: linear-gradient(0deg, rgb(2 0 36 / 70%) 0%, rgba(0, 0, 0, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px 20px;
}


.attractions .wrapper .overlay h6{
    font-size: 38px;
    color: white;
}
.attractions .wrapper:hover img{
    transform: scale(1.2);
    transition: all 0.5s;
}

.journey{
    padding: 50px 0px;
}

.journey .wrapper{
    overflow: hidden;
    border-radius: 10px;
   text-align: center;
    padding: 114px 25px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.journey .wrapper .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #00000059;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 28px;
    flex-direction: column;
}

 

.journey .wrapper h6{
    color: white;
    font-size: 30px;
    margin-bottom: 12px;
}
.journey .wrapper p{
    color: white;
    font-size: 18px;
    margin-bottom: 12px;
}


.journey .wrapper a{
        font-size: 18px;
    margin: 13px 0px;
    border: 2px solid #D32F2F;
    padding: 10px 23px;
    display: inline-block;
    color: #D32F2F;
    font-weight: 700;
}

.faq .button{
        text-align: center;
    margin: 20px 0px;
}

.faq .button a{
        color: #000000;
    background: #ffffff;
    display: inline-block;
    margin-bottom: 15px;
    padding: 8px 11px;
    font-size: 16px;
    border-radius: 7px;
    font-weight: 800;
    text-decoration: underline !important;
    text-decoration-color: #2196f3 !important;
    text-decoration-thickness: 4px !important;
}

.plan_your_trip{
    padding:22px 0px;
    background: #f0f8ff;
}
.plan_your_trip .wrapper{
    padding: 20px 44px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 5px 23px -12px;
    border: 2px solid #818181;
    
    margin-bottom: 15px;

}



.plan_your_trip .wrapper h2{
    font-size: 27px;
    margin-bottom: 14px;
    border-bottom: 1px solid black;
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    color: #000000;
    font-weight: 700;
}
.plan_your_trip .wrapper a{
    padding: 9px 22px;
    border: 1px solid white;
    display: inline-block;
    margin: 11px 0px;
    background: #2196f3;
    color: white;
    font-weight: 700;
    border-radius: 8px;
    font-size: 14px;
}
.plan_your_trip .wrapper .form_title{
    font-size: 18px;
    padding-bottom: 6px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 20px;    
}
.plan_your_trip form .form-group{
    margin-bottom:12px;
}
.plan_your_trip form label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
        display: inline-block;
    width: 100%;
}
.plan_your_trip form button{
    margin: 14px 0px;
    padding: 6px 24px;
    background: #2196f3;
    color: white;
    font-weight: 600;
    border: none;
    font-size: 14px;
    border-radius: 5px;
}
.plan_your_trip form input{
    width: 100%;

}
.plan_your_trip form input:focus{
    outline: none;
    box-shadow: none;
}

.plan_your_trip form button.verify{
    background: #5dad00;
}

.plan_your_trip .thank_note{
    
}

.plan_your_trip .thank_note h4{
        font-size: 24px;
    margin-bottom: 22px;
    margin-top: 18px;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
}
.plan_your_trip .thank_note p{
    font-size: 14px;
    font-weight: 400;
}

@keyframes appear {
  from {
    opacity: 0;
    scale: 0.8;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

img {
  animation: appear linear;
  animation-timeline: view();
  animation-range: entry 0% cover 50%;
}




@media(max-width:992px){
     
    .primary_header .responsive_display{
        display: block;
    }
    .primary_header .navbar-nav .dropdown:hover> .dropdown-menu{
        width: 100%;
    }
    .homeSlider .ban_title{
        font-size: 35px;
    }
    
    .offcanvas{
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        background-position: center;
        width: 100%;
    }
    .offcanvas .btn-close{
        color: #ffffff!important;
        opacity: 1;
        background-color: #FFC107;
        font-size: 24px;
        
    }
    
    
    .offcanvas .offcanvas-body ul li a{ 
        display: inline-block;
        margin: 10px 0px;
        color:#000;
    }  
    
    
}
@media(max-width:768px){
    .homeSlider .wrapper p{
        font-size: 29px;
    }

    .primary_header .navbar-brand img{
        width:160px;
    }
    .attractions .content{
        display: inline-block;
    }
     
     
    .homeSlider .right_img_box img{
        display: none!important;
    }
     
    .homeSlider .ban_title{
        font-size: 44px;
    }
   
    .bottom_footer .bottom_wrapper {
        display: inline-block!important;
    }
    .bottom_footer .social_links{
        margin-top: 20px;
    }
    
    .primary_header .navbar-collapse {
            position: relative;
            padding: 36px 0px;
            text-align: right;
            width: 100%;
    }
    
    
    
}

@media(max-width:525px){
    .journey .wrapper{
        padding: 211px 25px;
    }
   .plan_your_trip .wrapper h6{
        font-size: 17px;
   }
   .cta .bottom_wrapper p{
        font-size: 22px;
   }
   .content1 .wrapper h6{
    font-size: 25px;
   }
   .homeSlider  .right_image {
        display: none;
   }
    .homeSlider  .ban_title{
        font-size: 44px;
    }
    .faq ul.accordion-list li h3{
        font-size: 12px;
    }
    
    .faq ul.accordion-list li h3{
        padding: 0 34px 0 8px;
    }
    .bottom_footer .logo_box img {
        width: 43%;
        margin: 20px 0px;
    }
    .bottom_footer .logo_box{
        text-align: center;
    }
    .row_padding_responsive{
        padding: 0px 20px;
    }
    .faq .parent_wrapper{
        padding:40px 12px;
    }
    
    .faq .heading h6{
        font-size: 18px;
    }
    
    .faq .accordion-button {
        font-size: 11px;
    }
    
    
    
    .bottom_footer .copyright{
        display: block;
    }
    
    .order_2{
        order:2!important;
    }
    .order_1{
        order:1!important;
    }
     
    
}







