:root{
    --main-bg-color:#e4702f;
    --text-color:#495057; 
    --text-hv-color:#e1642d; 
}

body{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
}
.annocent{display: block; width: 100%; text-align: center; border: 1px solid var(--main-bg-color); background-color: var(--main-bg-color); padding: 5px 0px 0px 0px;}
.annocent-title {font-size: inherit; color: #fff; }
.logo{width: 100%;}
.logo img{width: 75%; }
.enquire_btn{
    font-size: 18px;
    display: flex;
    align-items: center;
    padding:9px 28px;
    border:0px;
}

.btn:hover,
.btn:focus,
.btn:focus-visible{
        background:var(--main-bg-color);
}
.contact span{
    font-size: 14px;
    color:var(--text-color);
}
.float-left{float: left;}
.float-right{float: right;}
.main_landing_container{
    position: relative;
}
.main_landing_swiper,
.main_landing_swiper .swiper-slide{
    height: auto;
}
.main_landing_swiper .swiper-slide img{
    height: auto;
    width: 100%;
}
.main_landing_swiper .swiper-slide::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height: 100%;
    /* background:#000; */
    /* opacity: 0.5; */
}
.form_container{
 position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
        display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9;
}

.form_section{
    width: 450px;
    background:#FEFEFE;
    border-radius: 5px;
}

.address address,p{color: #fff;}
.landing_heading{
    font-size: 66px;
    color:#fff;
    font-weight: 700;
    margin-bottom:15px;
}
.emnt_img img {
    max-width: 28px;
}

.landing_subheading{
    font-size: 44px;
    color:#fff;
    font-weight: 600;
    margin-bottom:10px;
}
.landing_text{
    font-size: 40px;
    color:#fff;
    font-weight: 600;
    margin-bottom:15px;
}
.header_wrap{
    padding:0px 0px !important;
}
.form_section_header{
background:var(--main-bg-color);
display: flex;
align-items: center;
justify-content: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding:12px;
}
.form_section_header_text{
    color:#fff;
    font-size: 22px;
    font-weight: 600;
}
.form_wrap label{
    font-size: 12px;
    color:#595c5b;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    border-radius:3px;
    border: 0px !important;
    text-transform: capitalize;
}
.form_div{
    border:1px solid #DADADA;
    height: 36px;
    border-radius: 3px;
    background:#fff;
}
.form_div input{
    background: transparent;
    height: 100%;
    border-radius: 4px;
    border: 0px;
}
.form_content{
    padding:20px;

}
.contactdtls_heading{
    font-size: 16px;
    color:#1C1F37;
    font-weight: 600;
}
.Requirements_div{
    margin-bottom:5px;
}
.submit_btn{
    height: 42px;
    font-size: 16px;
    font-weight: 600;
    background:var(--main-bg-color);
    margin-top:10px;
}
.submit_btn:hover{
     background:var(--main-bg-color);
}
.swiper-button-next,
.swiper-button-prev{
height: 40px;
width:40px;
background:#fff;
border-radius: 50px;
    border: 1px solid #dadada;
}
.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 14px;
    color:#000;
}
.bookonline_section{
    text-align: center;
}
.bookonline_section .bookonline_heading{
font-size: 20px;
color: #2f2f2f;
font-weight: 600;
display: block;
margin-bottom: 10px;
}
.bookonline_section .bookonline_para{
font-size: 18px;
color: #2f2f2f;
}
.main_heading_container{
margin-bottom: 50px!important;
text-align: center;
}
.main_section_heading{
    font-size: 34px;
    color:#333333;
    font-weight: 600;
    margin-bottom:15px;
}
.main_section_para{
    font-size: 25px;
    color:#333333;
    text-align: center;
}
.fixed_position{right: 15%; bottom: 5%;background-color: #fff;  border-radius: 10px; padding: 1rem; width: 300px;}
.stay_section{
display: flex;
align-items: center;
gap:10px;
margin-bottom: 10px;
}
.stay_day{
    width:28px;
    height:28px;
    border-radius: 50px;
    background:var(--main-bg-color);
    font-size: 13px;
    color:#fff;
    padding:5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.7;
}
.stay_card{
    display: flex;
    align-items: center;
    gap: 5px;
}
.stay_txt{
    font-size: 13px;
    color:var(--text-color);
}
.duration_section{
    font-size: 14px;
    font-weight: 600;
    color:var(--text-color);
    margin:1px 0px;
}
.duration_txt{
    color: var(--main-bg-color) !important;
}
.incredilbe_main_card_section{
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: auto auto auto auto;
    gap:20px;
}
.incredilbe_card 
{
 border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}
   
.incredilbe_card_img{
    height: auto;
    /* height: 496px; */
    margin-bottom: 15px;
}
.incredilbe_card_img img{
    height: auto;
    width:100%;
    /* object-fit: cover; */
    /* border-radius: 18px; */
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.incredilbe_wrap{
    border-top:1px dashed #DADADA;
    border-bottom:1px solid #DADADA;
    margin-bottom: 10px;
    padding: 10px 0px;
    
}
.incredilbe_card_heading{
    font-size: 24px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom:10px;text-align: center;
}
.incredilbe_enquire_btn_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold; 
}
.incredilbe_enquire_btn{
    font-size: 1.3rem;
    padding: 10px 30px;
    width: 100%;
    font-weight: bold;
}
.emnt_section{
    display: flex;
    justify-content: space-between;
    margin-bottom:20px;
    padding-bottom: 15px;
    border-bottom:1px solid #dadada;
}
.emnt_card{
    text-align: center;
}

.emnt_txt{
    font-size: 15px;
    color:var(--text-color);
    font-weight: 400;
    display: block;
    text-align: center;
}
.banner_section{
    height: 400px;
    position: relative;
}
.banner_section img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.banner_section::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#000;
    opacity: 0.5;
}
.banner_content{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width:65%;
}
.banner_heading{
    font-size: 40px;
    font-weight: 600;
    color:#fff;
    margin-bottom:15px;
}
.banner_subheading{
    font-size: 20px;
    font-weight: 600;
    color:#fff;
    margin-bottom:25px;
}
.Clients_heading{
    border:1px solid #DADADA;
    background:#fff;
    border-radius: 30px;
    font-size: 16px;
    color:#000;
    padding:2px 10px;
    margin-bottom:10px
}
.Clients_para{
    font-size: 16px;
    color: #2F2F2F;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.client_swiper .swiper-slide{
    border:1px solid #DADADA;
    background:#FEFEFE;
    border-radius: 5px;
    padding:15px;
    height: 250px;
}
.Clients_details img{
    width:70px;
    height: 70px;
    border-radius: 50px;
}
.Clients_details{
    display: flex;
    align-items: center;
    gap:15px;
}
.Clients_name{
    font-size: 16px;
    font-weight: 600;
    color:#000;
}
.Clients_subname{
    font-size: 14px;
    color:#999999;
    margin-bottom:0px;
}
.double_quote{
    position: absolute;
    right:20px;
    top:60%;
}
.client_swiper .swiper-slide.swiper-slide-active{
background:#d0fdff;
}
.Clients_section{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.footer_section{
    background:#232F3E;
    padding-top:70px!important;
    padding-bottom:50px!important;
}
.footer_brand_swiper .swiper-slide{
    border-radius: 10px;
    border:1px solid #232F3E;
    background:#fff;
    padding:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:95px;
}
.footer_brand_img{
    text-align: center;
    width:120px;
}
.social_section{
    display: flex;
    align-items: center;
    margin-bottom:0px;
    gap: 5px;
    padding-left:0px!important;
}
.social_section li{
    width:35px;
    height:35px;
}
.social_section li img {
    height: 100%;
    max-height: 26px;
}
.social_section li,
.payment_section li{
    list-style: none;
}
.footer_follow_section{
    margin-top:40px;
    display: grid;
    grid-template-columns: 1fr 1fr 300px;
}
.social_heading{
    font-size: 17px;
    font-weight: 600;
    color:#fff;
    margin-bottom: 10px;
}
.payment_section{
    padding-left:0px!important;
    display: flex;
    align-items: center;
    gap:10px;
}
.navbar{
    display: none;
}
.header_enquire_section{
    display: flex;
}
 .footer_brand_swiper .swiper-button-next, 
 .footer_brand_swiper .swiper-button-prev{
   top:50px;
}
.bookonline_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap:20px;
}
@media  (max-width:1200px){
    .banner_content{
        width:90%;
    }
    .main_heading_container{
        margin-bottom:20px!important;
    }
    .main_section_heading{
        margin-bottom:10px!important;
    }
    .footer_brand_swiper .swiper-button-next, .footer_brand_swiper .swiper-button-prev {
    top: 56px;
}
    .landing_heading{
    font-size:36px;
    }
    .landing_subheading{
        font-size: 30px;
    }
    .landing_text{
        font-size: 26px;
    }
    .form_section{
        width:400px;
    }
    .swiper-button-next, 
    .swiper-button-prev{
        width:30px;
        height: 30px;
    }
    /* .form_container{
        max-width: 100%;
        padding-left:60px;
        padding-right:60px;
    } */
    .incredilbe_card_img{
        height: auto;
        /* height: 350px; */
    }
    .incredilbe_card_heading{
        font-size: 20px;
    }
    .duration_section{
        font-size: 16px;
    }
    .stay_day{
        width:22px;
        height: 22px;
        font-size: 10px;
    }
    .emnt_img{
        width:25px;
        margin:0 auto;
    }
    .emnt_img img{
        width:100%;
    }
.main_section_heading{
    font-size: 26px;
}
.main_section_para{
    font-size: 20px;
}
.banner_heading{
    font-size: 26px;
}
.banner_subheading{
    font-size: 16px;
}
}
@media(max-width:992px){
    .form_section{
        width:100%;
        margin-top:30px;
        border:1px solid #dadada;
    }
    .main_landing_swiper, 
    .main_landing_swiper .swiper-slide {
    height: auto;
}
    .form_container{
        position: initial;
    }
    .landingpage_content{
   position: absolute;
    top:17%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
    text-align: center;
    }
    .bookonline_container,
    .footer_follow_section{
     grid-template-columns: 1fr 1fr;
     gap:20px;
    }
    .incredilbe_main_card_section{
        grid-template-columns: 1fr 1fr;
    }
    .navbar{
        display: flex;
    }
    .navbar img{
        width:20px;
    }
    .header_enquire_section{
        position: absolute;
        right: 130px;
        background: #fff;
        display: none;
        border: 1px solid #dadada;
        padding: 15px;
        border-radius: 5px;
        top: 57px;
        z-index: 999;
        min-width: 220px;
    }
    .header_enquire_section.show{
        display: block; 
    }
    .enquire_btn{
        justify-content: center;
    }
    .header_enquire_section span{
        display: block;
        margin-bottom: 10px;
    }
    .enquire_btn{
        font-size: 15px;
    }
    .header_wrap{
        padding-top:6px!important;
        padding-bottom: 6px !important;;
    }
    .form_section_header_text{
        font-size: 18px;
    }

    .fixed_position { 
    width: 250px;
    }
}
@media(max-width:768px){
    .footer_section{
        padding-top:35px!important;
        padding-bottom:35px!important;
    }
    .fixed_position { 
    width: 250px;
    }
    .foote_logo{
        padding-bottom:20px;
    }
    .form_section{
        width:100%;
    }
   .incredilbe_main_card_section{
            grid-template-columns:1fr;
    }
   .form_container{
    display: block;
    }
    .landingpage_content{
        text-align: center;
        top:13%;
        width: 70%;
    }
       .landing_heading{
    font-size:22px;
    margin-bottom:5px;
    }
    .landing_subheading{
        font-size: 17px;
        margin-bottom:5px;
    }
    .landing_text{
        font-size: 15px;
    }
 
}

@media(max-width:576px){
    .bookonline_container,
      .footer_follow_section{
     grid-template-columns: 1fr;
    }
    
}