@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Manrope:wght@200..800&display=swap');
*{
    padding:0;
    margin:0;
}
body {
    font-family: "Manrope", sans-serif;
    color: #222;
    font-size: 16px;
}
.overall-section{
    /* overflow: hidden; */
    /* height: 100dvh; */
}
.logodiv{
    padding-bottom: 20px;
}
.logodiv img{
    width: 320px;
}
.title h2{
    font-family: "EB Garamond", serif;
    font-size: 28px;
    font-weight: 400;
}
.title h1{
    font-size: 32px;
    text-align: center !important;
    font-weight: 800;
}
.form-sec{
    padding-inline: 60px;
}
.form-sec h5{
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.content-section{
    background-color: #f7efe2;
    padding-bottom: 17px;
    padding-top: 20px;
}
.submit-btn button{
    background-color: #ffad41;
    padding: 10px 50px;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    font-weight: 900;
    border-radius: 10px;
}
.submit-btn{
    margin-top: 30px;
    padding-bottom: 30px;
}
.form-group input{
    border: none;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 15px;
}
.p0{
padding: 0px !important;
}
.m0{
    margin: 0px;
}
.amenities-img img{
    padding-bottom: 10px;
}
.amenities-sec p{
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}
.amenities-all{
    padding-inline: 15px;
}
.banner-sec{
    position: relative;
}
.feauture-icon{
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 85%;
}
.ficon img{
    width: 55px;
}
.ficon p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 3px;
}
.ficon h6{
    color: #fff;
    font-weight: 800;
}
.footer-sec{
    background-color: #ffad41;
}
.footer-bottom p {
    margin-block: 0px;
    padding-block: 10px;
    font-weight: 600;
    font-size: 15px;
}
.footer-bottom a {
    color: #000;
}
.amenities-img img{
    width: 90px;
}
.con-sec{
    background-color: hsl(37, 57%, 93%);
}
.image-sec{
    background-color: #000;
}
.mob-btn.fixed {
    position: fixed;
    display: none;
    z-index: 99;
    width: 100%;
    bottom: -1px;
    overflow: hidden;
    box-shadow: 0 -2px 20px rgba(0,0,0,.35);
}
.mob-btn.fixed a {
    width: 50%;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #ffad41;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.mob-btn.fixed a:first-child {
    border-right: 2px solid #ffff;
}
.thankyou-title{
    font-size: 24px !important;
    font-weight: 800 !important;
}
@media (max-width:798px){
    .moblogo{
        padding-block: 10px;
    }
    .moblogo img{
        width: 275px;
    }
    .feauture-icon{
        position: relative;
        bottom: 0px;
        right: 0px;
        left: 25px;
        overflow-x: clip;
    }
    .form-sec {
        padding-inline: 10px;
    }
    .title h1 {
        font-size: 29px;
        text-align: center !important;
        font-weight: 800;
    }
    .amenities-all {
        padding-inline: 15px;
        margin-top: 20px;
    }
    .ficon{
        padding-block: 10px;
    }
    .footer-bottom p {
        margin-bottom: 45px;
    }
    .ficon{
        display: flex;
        align-items: center;
    }
    .fcon{
        padding-left: 15px;
    }
}
@media (min-width:800px) and (max-width:1400px){
    .feauture-icon{
        position: absolute;
        bottom: -45px;
        right: 10px;
        /* width: 74%; */
    }
}
.grecaptcha-badge{
    display: none !important;
}