@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* HEADER CSS STARTS */
header {
    position: fixed;
    width: 93%;
    left: 50%;
    top: 6px;
    z-index: 99;
    background-color: #ffffff;
    padding: 5px 0;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(-50%);
    border-radius: 10px;
    box-shadow: 0 0 3px #000;
}

.newClass {
    background-color: #ffffff;
    box-shadow: 0 0 1px #000000;
    z-index: 999;
    border-radius: 10px;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo {
    max-width: 104px;
}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

p.banner-inner.price-info {
    font-family: 'Lato-LightItalic';
    font-size: 25px;
}

.menu ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    padding: 0px 15px;
    text-transform: uppercase;
    -moz--webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}

.project-overview-section .know-more {
    text-align: left;
}

/* HEADER CSS ENDS */
.featured-projects {
    padding: 120px 40px 50px 40px;
    font-family: 'Poppins';
}

.featured-projects-information h1 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c7c4c2;
    color: #a57c52;
}

.featured-projects-section-inter h2 {
    color: #a57c52;
    margin-top: 21px;
}

.project-location {
    color: #787775;
    font-style: italic;
    font-weight: 300;
}

.featured-projects-section-inter {
    margin-bottom: 30px;
}

.read-more {
    color: #9c6d41;
    text-transform: uppercase;
    background: transparent;
    font-style: italic;
    font-weight: 400;
    font-size: 17px;
    padding: 0;
    transition: all .3s linear;
}

.read-more span.icon-cta-icon {
    margin-left: 10px;
}

.read-more span.icon-cta-icon::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #9c6d41;
    transform: rotate(45deg);
    transition: all .3s linear;
    will-change: transform;
    display: inline-block;
}

.icon-cta-icon:before {
    content: "\e900";
    color: #9c6d41;
}

.contact-us {
    background: #f0ece7;
}

.contact-us-info {
    text-align: left;
    font-family: 'Poppins';
    color: #886848;
}

p.get-in {
    margin-bottom: 5px;
    font-family: 'Poppins';
    font-size: 19px;
    color: #886848;
    font-weight: 400;
}

.get-in-touch {
    font-family: 'Poppins';
    font-style: italic;
}

.project-oberoi {
    margin-bottom: 5px;
}

.contact-fer-sales a {
    color: #707070;
    font-family: 'Poppins';
    font-size: 18px;
    text-decoration: none;
}

.contact-fer-sales a i {
    color: #886848;
}

p.disclaimer {
    font-family: 'Poppins';
    color: #575b5b;
}

.padding-space-extra {
    padding: 50px 0;
}

.more-text {
    display: none;
}

.read-more-btn {
    border: none;
    background: none;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.read-more-btn:hover {
    color: #a66b3a;
}

.featured-about-section {
    padding: 0 0 30px 0;
    font-family: 'Poppins';
    color: #3c3c3c;
    font-size: 15px;
}

.get-in-touch ul {
    padding-left: 15px;
}

.get-in-touch ul li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}

.get-in-touch ul li a {
    color: #000;
    text-decoration: none;
}

.contact-us-info h2 {
    font-size: 27px;
}

.contact-fer-sales p {
    font-size: 17px;
    font-family: 'Poppins';
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #000;
}
.auto-popup-right {
    font-family: 'Poppins';
}
.logo-home {
    max-width: 120px;
}
@media only screen and (max-width: 991px) {
    .button_container {
        position: absolute;
        top: 50%;
        right: 0;
        height: 29px;
        width: 35px;
        cursor: pointer;
        z-index: 100;
        transition: opacity 0.25s ease;
        transform: translateY(-50%);
    }

    .button_container span {
        background: #071c35;
        border: none;
        height: 3px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: all 0.35s ease;
        cursor: pointer;
        border-radius: 31px;
    }

    .overlay {
        position: fixed;
        background: #fff;
        top: 62px;
        left: 0;
        width: 100%;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        max-height: 0;
        -webkit-transition: max-height .3s, -webkit-transform .3s;
        transition: max-height .3s, -webkit-transform .3s;
        -o-transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s;
        transition: max-height .3s, transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
        overflow: auto;
    }

    .overlay.open {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        max-height: 100vh;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .overlay nav {
        text-align: center;
    }

    .overlay.open li {
        opacity: 1;
        border-bottom: 1px solid gray;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .button_container.active .bottom {
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #071c35;
    }

    .button_container.active .top {
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #071c35;
    }

    .button_container.active .middle {
        opacity: 0;
        background: #fff;
    }

    .button_container span:nth-of-type(2) {
        top: 11px;
        width: 61%;
        height: 3px;
        right: 0;
        left: auto;
    }

    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .featured-projects {
        padding: 120px 26px 50px 25px;
    }

    .featured-projects-section-inter h2 {
        font-size: 26px;
    }

    .featured-projects-information h1 {
        font-size: 31px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-projects-section-inter h2 {
        font-size: 22px;
        text-align: center;
        margin-top: 10px;
    }

    .project-location {
        color: #2e2d29;
        font-size: 15px;
        margin-bottom: 10px;
        text-align: center;
    }

    .featured-projects-section-inter {
        margin-bottom: 30px;
        box-shadow: 0 0 3px #979393;
        text-align: center;
    }
}

@media only screen and (max-width: 565px) {
    .featured-projects {
        padding: 80px 0px 10px 0px;
    }
}

@media only screen and (max-width: 420px) {
    .featured-projects-information h1 {
        font-size: 26px;
    }

    .featured-projects-section-inter h2 {
        font-size: 19px;
    }

    .project-location {
        color: #000000;
        text-align: center;
    }

    .featured-projects-section p {
        font-size: 14px;
    }
    .contact-us-info h2 {
    font-size: 23px;
}
p.disclaimer {
    font-family: 'Poppins';
    color: #575b5b;
    font-size: 15px;
}
}