body {
    background: #e9e2de;
    /* font-family: 'Exo', sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    font-variation-settings:
        "wdth" 100;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    
}

ul{
        padding-left:0rem !important;
        margin-bottom: 0rem !important;
}

h1,
h2,
h3 {
    text-transform: capitalize;
}

p {
    line-height: 23px;
}

h1 {
    font-size: 38px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
}

h2 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 28px;
    letter-spacing: 3px;
    word-spacing: 1px;
    line-height: 34px;
    text-transform: uppercase;
}


h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 19px;
    color: #fff;
    position: relative;
    font-weight: 500;
    background: #c08a34;
    padding: 8px 32px;
    display: inline-block;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    letter-spacing: initial;
    line-height: initial;
}

p {
    letter-spacing: initial;
    line-height: 23px;
    font-size: 17px;
}

.btan a {
    color: #ffffff;
}

.btan {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 17px 40px;
    color: #ffffff;
    background: #c08a34;
    z-index: 99;
}

.btan::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}

.btan:hover:after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);

}

.btan:hover {
    box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transition: all 0.5s;
    background-color: #c08a34;
}

.btan a:hover {
    color: #fff;
}

/* =============sticky_icon==================== */

.sticky_icon {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sticky_icon {
        display: flex;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.15);
    }

    .sticky_icon a {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        padding: 11px 0;
        font-size: 12px;
        font-weight: 500;
        color: #ffffff !important;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .sticky_icon .sticky-enquire {
        background: #c08a34;
    }

    .sticky_icon .sticky-whatsapp {
        background: #c08a34;

    }

    /* go-top button ko sticky bar ke upar rehne do */
    .go-top {
        bottom: 65px;
    }

    /* footer content mobile me sticky bar ke peeche na chhup jaye */
    body {
        padding-bottom: 50px;
    }
}


.heading {
    position: relative;
    padding-left: 12px;
}

/* .heading::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    content: "";
    background-color: #c08a34;
} */

.fixed-tag {
    position: fixed;
    top: 0;
    z-index: 9999;
}


/* =========================header start========================= */
.hero-5-scroll-wrap {
    height: 32px;
    width: 20px;
    border: 2px solid #ffffff;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
}


.scroll-down {
    position: absolute;
    bottom: -24px;
    left: calc(50% - 340px);
    height: 88px;
    width: 680px;
    text-align: center;

    z-index: 99;

}

.hero-5-scroll-wrap::before {
    content: "";
    height: 6px;
    width: 2px;
    border-radius: 50px;
    background-color: #ffffff;
    position: absolute;
    top: 5px;
    left: 7px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite;
}

@keyframes scrollMove {

    to {
        transform: translateY(12px);
        transition: 0.3s;
        opacity: 0.2;
    }

    from {
        transform: translateY(0%);
        transition: 0.3s;

    }



}





/* popup form on restart */

.madal-reload {
    background: rgba(0, 0, 0, 0.69);
    align-items: center;
    justify-content: center;
    align-content: center;
}

.madal-reload .modal-dialog {
    position: relative;
    width: 400px !important;
    margin: var(--bs-modal-margin);
    pointer-events: none;
    justify-content: center;
    display: flex;
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
}

.madal-reload .modal-dialog .phone-group {
    width: 95%;
}

.madal-reload .modal-header {
    padding: 0;
    height: 0;
    border: 0;
    display: block !important;
}

.madal-reload {
    background: rgba(0, 0, 0, 0.69);
}

.madal-reload .modal-content {
    margin: 12px;
}

.madal-reload .form-control {
    background-color: #fff !important;
    border: 1px solid #929292;

}


.madal-reload #SubmitQuerytop {
    background: #c08a34;
}

.madal-reload h5 {
    color: #000000;
    font-size: 22px;
}

.madal-reload p {
    border-top: 1px solid #959595;
}



.madal-reload .motal_form_text span i {
    color: #c08a34;
}

.madal-reload .motal_form_text h3 {
    font-size: 20px;
}

.btan_g {
    background: #c08a34;
    border: 2px solid #000;
    padding: 3px 11px;
    color: #ffffff;
    font-size: 22px;
    position: relative;
    top: 8px;
    left: -10px;
    z-index: 99;
    float: right;
    border-radius: 9pc;
}

/* end */

.header {
    padding: 6px 0;
    z-index: 999;
    margin: 0 auto;
    border-left: transparent;
    border-right: transparent;
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    /* background: #c08a34; */
    background-repeat: no-repeat;
    background-size: 100%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: #c08a34;
}

.header a {
    color: #ffffff !important;
}

.header a img {
    filter: invert(1);
}







.footer_bg {
    padding: 50px 0;
    color: #fff;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-color: #fff !important;
}


/* .footer_bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000a8;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -2;

} */

.footer {
    position: relative;
    z-index: 1;
}

.footer_bg h3 {
    position: relative;
    color: #c08a34;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Cormorant Garamond';
    font-weight: 700;
}

.footer_contant p {
    line-height: 26px;
    letter-spacing: 1.1px;
    color: #000;
    font-size: 14px;
}

.footer_contant .contact_us ul li i {
    font-size: 14px;
    color: #ffffff;
    background-color: #c08a34;
    border-radius: 50pc;
    padding: 15px;
}

.footer_contant .contact_us ul li p {
    color: #c08a34;
    font-weight: bold;
}

.footer_contant .contact_us ul li span {
    font-size: 18px;
    color: #000000;
}

.contect-form .form_section {
    padding: 17px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 12px 26px;
    background: #fff;
    border-top: 20px solid #c08a34;
    border-radius: 8px;
}

.contect-form h3 {
    position: relative;
}

.foooter_form .form-control::placeholder {
    color: #fff;

}



.footer_b .information-web {
    margin: 0 auto;
    font-size: 14px;
}

.footer-bootom {
    border-top: 1px solid #c08a34;
    background: #ffffff;
    padding: 15px 0;
    color: #000000;
}

.footer-bootom p {
    font-size: 13px !important;
}

.footer-bootom ul a {
    font-size: 13px;
    color: #c08a34;
    text-decoration: underline
}


/* ====================================footer  form style end===================================================== */







.phone-group {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}

.phone-group select {
    border: none;
    padding: 10px 12px;
    background-color: #f9f9f9;
    font-size: 14px;
    width: 110px;
    appearance: none;
    -webkit-appearance: none;
    border-right: 1px solid #ddd;
}

.phone-group input {
    border: none;
    padding: 10px;
    font-size: 14px;
    flex: 1;
    outline: none;
}

.modal-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* ==============================responsiive================================================== */




@media only screen and (min-width: 991px) and (max-width: 1600px) {

    h1 {
        font-size: 25px;
    }

    h2 {
        font-size: 22px !important;
    }


    .contact-grid .desc {
        font-size: 14px !important;
    }

    .service-image img {
        height: 370px !important;
    }
}


@media only screen and (max-width: 991px) {

    h1 {
        font-size: 28px !important
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }

    .about-section {
        padding: 50px 0 !important;
    }

    .feature-row {
        display: block !important;
    }

    .gallery-section {
        padding: 50px 0 !important;
    }

    .services-section {
        padding: 50px 0 !important;
    }

    .pricing-section {
        padding: 50px 0 !important;
    }

    .floorplan-section {
        padding: 50px 0 !important;
    }

    .location-section {
        padding: 50px 0 !important;
    }

}

@media only screen and (max-width: 767px) {
    h1 {
        color: #000;
    }

    h2 {
        font-size: 22px !important;
    }

    p {
        font-size: 16px;
    }

    .banner .banner_wrapper_text i {
        color: #000;
    }

    .banner .banner_wrapper_text h6 {
        color: #000 !important;
    }



}