@font-face {
    font-family: "popins";
    font-display: swap;
    src: url("../fonts/popins/Poppins-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "popins_bold";
    font-display: swap;
    src: url("../fonts/popins/Poppins-SemiBold.woff2") format("woff2");
}

@font-face {
    font-family: "NovaSquare";
    font-display: swap;
    src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2");
}

:root {
    --black: #444444;
    --darkblue: #d6b46d;
    --darkblue1: #dbb052;
    --lightblue: #f1f9f9;
    --yellow: #17433F;
    --white: #fff;
    --slaty: #C8935F;
    --slaty_1: #565249;
    --transition: all 0.4s ease-in-out;
    --shadow: 0px 4px 63px 0px rgba(15, 28, 51, 0.10);
    --shadow_1: 0 10px 20px rgb(24 19 19 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

img {
    max-width: 100%;
}

html,
body {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    counter-reset: section;
    font-size: 15px;
}

figure {
    margin: 0;
}

* {
    scrollbar-width: auto;
    scrollbar-color: var(--black) #ffffff;
}

*::-webkit-scrollbar {
    width: 10px;
}

*::-webkit-scrollbar-track {
    background: var(--black);
}

*::-webkit-scrollbar-thumb {
    background-color: var(--darkblue);
    border-radius: 2px;
    border: 5px solid transparent;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0px;
    padding: 0;
}

* {
    text-decoration: none;
    outline: none;
    border: 0;
    font-family: "popins";
    list-style: none;
    letter-spacing: 0.4px;
}

button:focus {
    outline: 0;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

button {
    cursor: pointer;
}

.NovaSquareFont {
    font-family: "NovaSquare";
}

.popinsBoldFont {
    font-family: "popins_bold";
}

.appbtn {
    padding: 11px 20px;
    color: var(--white);
    font-weight: 600;
    display: inline-block;
    font-size: 14px;
    transition: var(--transition);
    letter-spacing: 2px;
    text-transform: capitalize;
    border-radius: 5px;
}

.gradient {
    /* text-shadow: 0 3px 6px #261b07;
    background-size: 400% 400%;
    background: #17433F; */
      background: linear-gradient(90deg, #17433f, #28746d, #17433f, #28746d, #17433f);
    background-size: 200% 100%;
    color: #f0e6d2;
    animation: gold-shift 2s linear infinite;
    
}

.overlay.active {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 8;
    left: 0;
    top: 0;
    opacity: 70%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.container {
    max-width: 1250px;
    margin: 0 auto;
}

.AppHeader {
    /* background: var(--white); */
    transition: var(--transition);
    /* background: #00000042; */
}
.AppHeader.HeaderFixed {
    background: var(--white);
    transition: var(--transition);
}
.AppHeader .logo_img{
    filter: invert(1);
}
.AppHeader.HeaderFixed .logo_img{
    filter: unset;
}
.AppHeader .AppNavbar .navlinks{
    color: #fff;
}
.AppHeader.HeaderFixed .AppNavbar .navlinks{
    color: #000;
}
.AppHeader .gradient{
    background: transparent;
}
.AppHeader.HeaderFixed .gradient{
    background: #17433F;
}
.HeaderFixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1100;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.logo {
    z-index: 1;
    padding: 0px 12px 0px 22px;
}

.AppNavbar .navlinks {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 30px 20px;
    transition: all 0.2s ease;
    font-family: "popins_bold";
    position: relative;
}

.AppNavbar .navlinks::after {
    position: absolute;
    height: 4px;
    width: 0%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: var(--transition);
}

.AppNavbar .navlinks.active::after,
.AppNavbar a:hover::after {
    width: 70%;
}

.headrConNo {
    color: var(--white);
    gap: 0 15px;
    padding: 13px 25px;
    margin-left: 25px;

    &:hover {
        color: var(--white);
    }
}

.headrConNo .texthelp {
    font-size: 18px;
    color: var(--black);
    font-weight: 600;
}

.headrConNo .text {
    font-size: 23px;
    color: var(--black);
    font-weight: 600;
}

.headrConNo .callsvg {
    animation: rotateSvg 2s infinite;
    width: 32px;
}

.logo-absolute {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    border-radius: 0 0 8px 0;
    display: block;
}

.logo-absolute img {
    height: 121px;
    padding-left: 15px;
}

.logo .logo_img {
    height: 100%;
    width: 160px;
}

.bannerSection {
    position: relative;
}

/* .bannerSection::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    z-index: 1;
    background: linear-gradient(to right, rgb(0 0 0 / 89%), rgba(0, 0, 0, 0));
} */

/* International Telephone Input Styling */
.iti {
    width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    padding: 0 4px 0 2px !important;
    outline: none !important;
}

.iti--separate-dial-code .iti__selected-dial-code {
    color: #000000 !important;
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: 400;
    margin-left: 6px;
}

.iti__arrow {
    border-top-color: #000000 !important;
    margin-left: 4px;
}

.iti__arrow--up {
    border-bottom-color: #000000 !important;
}

.iti__country-list {
    z-index: 99999 !important;
    color: #000000 !important;
    font-size: 14px;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border-radius: 4px;
}

/* Floating & Banner Forms Phone Input */
.bannerForm .flexdiv .iti,
.from-banner .flexdiv .iti {
    width: 100%;
    margin-bottom: 5px;
}

.bannerForm .flexdiv .iti input.phone-input,
.from-banner .flexdiv .iti input.phone-input {
    width: 100%;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgb(0 0 0 / 40%) !important;
    border-radius: 0px !important;
    min-height: 38px !important;
    height: 38px !important;
    color: #000000 !important;
    letter-spacing: 0.8px;
    font-weight: 400 !important;
    font-size: 14px;
    padding: .375rem .75rem .375rem var(--iti-padding, 85px) !important;
    margin-bottom: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Site Interested Form Phone Input */
.site-interested-section .iti {
    width: 100%;
    margin-bottom: 15px;
}

.site-interested-section .iti input.phone-input {
    width: 100%;
    border: 1px solid rgb(0 0 0 / 40%) !important;
    border-radius: 4px !important;
    padding: 10px 15px 10px var(--iti-padding, 85px) !important;
    color: #000000 !important;
    font-size: 14px;
    min-height: 44px;
    outline: none !important;
    box-shadow: none !important;
}

/* Modal Form Phone Input */
.modal .banner-form-section .iti {
    width: 100%;
    margin-bottom: 0;
}

.modal .banner-form-section .iti input.phone-input {
    width: 100%;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid var(--black) !important;
    border-radius: 0 !important;
    padding: 10px 0 10px var(--iti-padding, 85px) !important;
    color: #000000 !important;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}

/* Footer Form Phone Input */
.footer_form .iti {
    width: 100%;
    margin-bottom: 15px;
}

.footer_form .iti input.phone-input {
    width: 100%;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0 !important;
    padding: 10px 15px 10px var(--iti-padding, 85px) !important;
    color: #000000 !important;
    font-size: 14px;
    outline: none !important;
    box-shadow: none !important;
}
.bannerSection .carousel-inner .sliderimg {
    object-fit: cove;
    height: 100vh;
}

.bannerSection .carousel-indicators {
    left: 0;
    width: fit-content;
    bottom: 31px;
    right: 0;
    margin: 0 auto;
}

.bannerSection .carousel-indicators li {
    cursor: pointer;
    height: 8px;
    width: 50px;
    border-radius: 2px;
}

.carousel-indicators .active {
    background: var(--yellow);
}

.prv-and-next-btns {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    bottom: 48%;
    z-index: 2;
}

.iti__flag-container {
    color: #000;
}

.content-over-banner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    right: 0;
    z-index: 5;
    width: fit-content;
    color: var(--white);
    text-align: left;

    .project-name-box {
        margin-bottom: 15px;
    }

    .projectname {
        font-size: 34px;
        font-weight: 600;
        letter-spacing: 3px;
        text-transform: capitalize;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .address {
        font-size: 16px;
        margin-top: 10px;

        img {
            height: 20px;
        }
    }

    .typology {
        font-size: 20px;
        margin-top: 0px;
    }

    .appbtn {
        margin-top: 15px;

        img {
            animation: arrow-know-more 2s infinite;
        }
    }
}

p.banner-key-highlights {
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 3px 0;
}

@keyframes arrow-know-more {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

.form-over-banner {
    position: absolute;
    z-index: 5;
    bottom: 5%;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;

    .flex-row {
        background: #ffffffdb;
        padding: 17px;
        border-radius: 4px;
    }

    .col-div {
        width: 21%;
    }

    .btn-div {
        width: 12%;

        .appbtn {
            padding: 12px;
            width: 100%;
        }
    }

    input {
        background: transparent;
        border: 1px solid;
        padding: 10px 15px;
        border-radius: 4px;
    }

    .form-name {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.book-and-get-details {
    background: var(--black);
    padding: 15px 0;
}

.overview-and-highlights {
    .head {
        margin-bottom: 15px;
    }

    .heading {
        font-size: 42px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .address {
        color: #000;
        font-weight: 600;
    }
}

.highligts-flex-div {
    .listing {
        li {
            padding: 10px 0;
            border-bottom: 1px solid var(--yellow);
            font-size: 16px;
            font-weight: 500;
        }

        span {
            flex-shrink: 0;
            color: var(--yellow);
            padding-right: 8px;
        }
    }
}

.site-interested-section {
    .heading {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .in-box {
        padding: 10px 15px;
        margin-bottom: 15px;
        border-radius: 4px;
    }

    .title {
        margin-bottom: 15px;
        display: block;
        font-size: 20px;
    }
}

.site-interested-section {
    background-image: url(../images/french_garden_v1.webp);
    background-repeat: no-repeat;
}

.bannerForm {
    width: 100%;
    background: #f3f3f3;
    padding: 17px;
    box-sizing: border-box;
}

.detail_sec {
    padding: 20px 0;
    background: #ecd6c1;
}

.detail_sec li {
    font-size: 16px;
}

.detail_sec li img {
    filter: invert(1);
    max-width: 16px;
}

.detail_sec li span {
    font-size: 18px;
}

.form-sec {
    width: 350px;
    right: 0%;
    background-color: rgba(255, 255, 255, 95%);
    bottom: 0;
    position: fixed;
    /* padding: 8px 20px; */
    z-index: 999;
}
.form-box{
    padding: 8px 20px 0;
}

.top_form h2{
    font-size: 25px;
    /* margin-bottom: 10px; */
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
    padding: 8px 26px;
    color: inherit;
}
.top_form h2 span{
    cursor: pointer;
}
.btn_gradient{
    background: linear-gradient(90deg, #17433f, #28746d, #17433f, #28746d, #17433f);
    background-size: 200% 100%;
    color: #f0e6d2;
    animation: gold-shift 2s linear infinite;
}
@keyframes gold-shift {
  0%   { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}
.modalhead-div h5{
    font-size: 22px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    
    .bannerForm {
        position: fixed;
        z-index: 1050;
        top: 50%;
        right: 0;
        transform: translateY(-50%) translateX(105%);
        width: 370px;
        max-width: 350px;
        max-height: 92vh;
        overflow-y: none;
        padding: 24px 20px 20px;
        background-color: #ffffff;
        backdrop-filter: blur(8px);
        box-shadow: -6px 0 25px rgba(0, 0, 0, 0.25) !important;
        transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.35s ease;
        visibility: hidden;
    }

    /* .bannerForm.active {
        transform: translateY(-50%) translateX(0);
        visibility: visible;
    } */

    body.form-open .form-toggle-btn {
        z-index: 900;
    }
}

.close-banner-form {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    z-index: 10;
    padding: 0;
}

.close-banner-form:hover {
    background: var(--yellow);
    color: #fff;
    transform: scale(1.08);
}

.bannerForm .heading {
    position: relative;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 8px 32px 8px 2px;
    border-radius: 4px;
    width: 100%;
    gap: 0 8px;
    color: #000;
}
.from-banner .heading {
    position: relative;
    font-size: 22px;
    margin-bottom: 10px;
    padding: 8px 32px 8px 2px;
    border-radius: 4px;
    width: 100%;
    gap: 0 8px;
    color: #000;
}

.bannerForm .heading img {
    width: 40px;
    animation: zoomin-out 2s infinite;
    width: 29px;
}
.from-banner .heading img {
    width: 40px;
    animation: zoomin-out 2s infinite;
    width: 29px;
}
.bannerForm .flexdiv {
    flex-wrap: wrap;
}
.from-banner .bannerForm .flexdiv {
    flex-wrap: wrap;
}

.bannerForm .flexdiv .inputbox {
    width: 100%;
}
.from-banner .flexdiv .inputbox {
    width: 100%;
}

.bannerForm .flexdiv input {
    background-color: transparent !important;
    margin-bottom: 5px;
    border-radius: 0px;
    min-height: 38px !important;
    border: none !important;
    border-bottom: 1px solid rgb(0 0 0 / 40%) !important;
    padding: .375rem 1.75rem .375rem .75rem;
    color: #000000;
    letter-spacing: 0.8px;
    font-weight: 400 !important;
    outline: none !important;
    box-shadow: none !important;
}
.from-banner .flexdiv input {
    background-color: transparent !important;
    margin-bottom: 5px;
    border-radius: 0px;
    min-height: 38px !important;
    border: none !important;
    border-bottom: 1px solid rgb(0 0 0 / 40%) !important;
    padding: .375rem 1.75rem .375rem .75rem;
    color: #000000;
    letter-spacing: 0.8px;
    font-weight: 400 !important;
    outline: none !important;
    box-shadow: none !important;
}

.rera-inner-div {
    margin-bottom: 20px;
}

/* Global Black Placeholder Styles */
::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

::-moz-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

:-ms-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

::-ms-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder,
.in-box::placeholder,
.in_box::placeholder,
.phone-input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.bannerForm .flexdiv.main_flax_div input::placeholder,
.from-banner .flexdiv.main_flax_div input::placeholder,
.footer_form input::placeholder,
.site-interested-section input::placeholder,
.modal input::placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.bannerForm .flexdiv.main_flax_div input::-webkit-input-placeholder,
.from-banner .flexdiv.main_flax_div input::-webkit-input-placeholder,
.footer_form input::-webkit-input-placeholder,
.site-interested-section input::-webkit-input-placeholder,
.modal input::-webkit-input-placeholder {
    color: #000000 !important;
    opacity: 1 !important;
}

.bannerForm .flexdiv.main_flax_div input::-ms-input-placeholder,
.from-banner .flexdiv.main_flax_div input::-ms-input-placeholder,
.footer_form input::-ms-input-placeholder,
.site-interested-section input::-ms-input-placeholder,
.modal input::-ms-input-placeholder {
    color: #000000 !important;
}

.patch-images {
    position: absolute;
    bottom: 15%;
    left: 45%;
    width: 15%;
    z-index: 99;
}

.properties_section {
    padding: 70px 0;
}

.properties_section .flexdiv {
    gap: 0px 0;
    padding: 10px;
}

.properties_section .proj-heading {
    font-size: 29px;
    margin-bottom: 40px;
    color: #000;
    text-transform: uppercase;
}

.properties_section .inner-col {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 0;
}

.properties_section .cotnetdiv {
    padding: 15px;
    text-align: center;
}

.properties_section .pro-add {
    font-size: 18px;
    margin-bottom: 4px;
}

.properties_section .pro-name {
    font-size: 23px;
    color: #000000;
    font-weight: 600;
    padding-bottom: 5px;
}

.properties_section .proj-typology {
    display: block;
    margin: 10px 0;
    background: #ffffff;
    font-weight: 600;
    font-size: 20px;
    padding: 6px 10px;
    border-radius: 8px 0 8px 0;
    color: #000;
}

.properties_section .pro-price {
    margin-bottom: 15px;
    font-size: 21px;
    margin-top: 15px;
}

.properties_section .btnsdiv .appbtn {
    display: block;
    padding: 8px 17px;
    font-size: 15px;
}

.properties_section .stickydiv {
    position: absolute;
    top: -39px;
    left: -33px;
}

.section-amenities {
    .head {
        margin-bottom: 15px;
    }

    .title {
        font-size: 24px;
        color: var(--yellow);
        font-weight: 600;
        margin-bottom: 8px;
    }

    .heading {
        font-size: 29px;
    }

    li {
        padding: 14px 0;
        font-size: 18px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    li img {
        margin-right: 7px;
    }
}

.my-ami {
    padding-left: 107px;
}

.section-floor-plan {
    .head {
        margin-bottom: 15px;
    }

    .title {
        font-size: 24px;
        color: var(--yellow);
        font-weight: 600;
        margin-bottom: 8px;
    }

    .heading {
        font-size: 29px;
    }

    .plan-img-div {
        img {
            max-height: 300px;
        }
    }

    .typology {
        font-size: 18px;
        font-weight: 600;
    }
}

.section-gallery {
    text-align: center;

    .head {
        margin-bottom: 15px;
    }

    .title {
        font-size: 24px;
        color: var(--yellow);
        font-weight: 600;
        margin-bottom: 8px;
    }

    .heading {
        font-size: 29px;
    }

    .flex-div {
        gap: 30px 0;
        justify-content: center;
    }
}

.location-section {
    text-align: center;

    .head {
        margin-bottom: 15px;
    }

    .title {
        font-size: 24px;
        color: var(--yellow);
        font-weight: 600;
        margin: 28px 0 5px;
    }

    .heading {
        font-size: 29px;
    }

    .flex-div {
        gap: 30px 0;
    }
}

.decision_corner {
    padding: 50px 0;
    background-image: linear-gradient(to bottom, #f9f5ef, #d3c7b5a8);

    figure {
        img {
            width: 80%;
        }
    }

    .Heading {
        font-size: 40px;
        margin-bottom: 8px;
    }

    .sub_heading {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .flex_div {
        justify-content: center;
    }

    .boxes {
        padding: 0 15px;

        &:first-child {
            border-right: 1px solid #aa8b6c;
        }
    }

    .title {
        font-size: 17px;
        margin-bottom: 8px;
        display: block;
        font-weight: 500;
        color: #353535;
    }
}

.section-about-developer {
    text-align: center;

    .heading {
        font-size: 24px;
        color: var(--yellow);
        font-weight: 600;
        margin-bottom: 8px;
    }

    .title {
        font-size: 20px;
        font-weight: 600;
    }

    article {
        padding: 10px;
    }
}

.sitefooter {
    background: var(--black);
    padding: 25px 0;
    color: var(--white);
}

.sitefooter .pera {
    margin-bottom: 10px;
    font-size: 11px;
}

.sitefooter .appbtn {
    padding: 8px 15px;
    border-radius: 8px 0;
    font-size: 14px;
    width: fit-content;
    display: flex;
    margin: 0 auto;
    margin-bottom: 15px;
}

.sitefooter .rera-text {
    margin-bottom: 8px;
    gap: 0 15px;
}

.sitefooter .rera_no {
    margin-top: 8px;
    gap: 15px;
    margin-bottom: 10px;
}

.sitefooter .gtfdiv {
    gap: 0 6px;
    padding-bottom: 8px;
    font-size: 14px;
}

.sitefooter .gtfdiv a {
    color: #ffffff;
}

.logo>img {}

.pricelist-container {
    padding: 0px 0 45px;
    position: relative;
    ;
    background-size: contain;
    margin-top: 0px;
}

.pricelist-container .priceboxesdiv {
    flex-wrap: wrap;
    gap: 35px 0;
    width: 100%;
}

.pricelist-container .commonheading {
    margin-bottom: 55px;
}

.pricelist-container .price_list_box {
    background: #ecd6c1;
    color: #000;
    padding: 35px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.pricelist-container .property-type {
    font-size: 16px;
    position: absolute;
    top: 5px;
    right: 30px;
    border-bottom: 1px solid var(--black);
}

.pricelist-container .pricelist_heading {
    font-size: 17px;
    font-family: "NovaSquare";
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.pricelist-container .pricetext {
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.pricelist-container .pricetext span,
.pricelist-container .pricetext h4,
.pricelist-container .sizediv,
.pricelist-container .sizediv span {
    font-size: 18px;
}

.pricelist-container .sizediv {
    padding: 15px 0;
    margin-bottom: 25px;
}

.mobile-section-footer {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    /* background: #000000; */
    color: var(--white);
    padding: 5px 0;
}

.mobile-section-footer a {
    display: block;
    font-size: 14px;
    padding: 6px 8px;
    color: currentColor;
    border-radius: 5px 0;
}

.fixedIcons {
    position: fixed;
    z-index: 5;
    bottom: 15px;
    padding: 5px;
    background: #ecd6c1;
    border-radius: 50%;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #29a71a;

    img {
        width: 60px;
        padding: 5px;
    }

    &.whatsapp {
        left: 15px;
    }

    &.phone {
        left: 15px;
        bottom: 105px;
        /* right: 15px; */
        background: #122f27;

        img {
            filter: invert(1);
            padding: 10px;
        }
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

.modal .modal-content {
    padding: 0;
    background: transparent;
}

.modal .headerimg img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    object-fit: cover;
    max-height: 253px;
}

.modal .close {
    position: absolute;
    top: -14px;
    right: -14px;
    background: #17433F;
    opacity: 1;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 33px;
}

.modal-dialog .modal-head {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
}

.modal .modal-desc {
    font-size: 19px;
    color: var(--black);
}

.modal .modalhead-div {
    margin-bottom: 15px;
}

.modal .banner-form-section {
    background: var(--white);
    padding: 15px;
}

.modal .in_box {
    padding: 10px 0;
    border-bottom: 1px solid var(--black);
}

.modal .flexdiv {
    margin-bottom: 6px;
}

.modal .modal-para {
    padding-bottom: 10px;
    font-size: 20px;
    margin-top: 8px;
}

.modal .appbtn {
    padding: 12px;
    width: 50%;
    margin: 0 auto;
}

#highlight .col-12 h4.proj-heading.NovaSquareFont {
    font-size: 29px;
    margin-bottom: 40px;
}

.desktop-view {
    display: block;
}

.mobile-view {
    display: none;
}

h4.proj-heading {
    margin-bottom: 30px;
    margin-top: 30px;
}

.highligts-flex-div h2.heading {
    font-size: 29px;
    font-weight: 500;
}

.pricelist-container {
    .title {
        font-size: 24px;
        color: var(--yellow);
        font-weight: 600;
        margin-bottom: 8px;
    }
}

.highligts-flex-div {
    .title {
        font-size: 24px;
        color: var(--yellow);
        font-weight: 600;
        margin-bottom: 8px;
    }
}

.pricelist-container .head h4.heading {
    font-size: 29px;
}

.pricelist-container .head {
    margin: 30px 0;
}

.highligts-flex-div .head {
    margin-bottom: 30px;
}

.strip-sec {
    padding: 15px;
}

.destop-strip {
    display: block;
}

.mobile-strip {
    display: none;
}

.location_img {
    width: 100% !important;
    object-fit: cover;
}

.section-amenities .slick-dots li button:before {
    font-family: 'slick';
    font-size: 35px;
}

.form-div {
    background: #939598;
    padding: 10px 15px;
    border-radius: 15px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.banner-key-highlights span {
    display: block;
}

.new-launch-patch {
    position: absolute;
    width: 400px;
    bottom: 200px;
    right: 40%;
    z-index: 11;
}

.image-source-link img {
    height: 100%;
}

.img-div img {
    border-radius: 15px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}

.footer_form {
    padding: 15px;
    border: 1px solid #000000;
    border-radius: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.footer_form h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_form input {
    padding: 10px 15px;
    border-radius: 0;
    margin-bottom: 15px;
    background-color: transparent !important;
    border-bottom: 1px solid #000000;
}

header.container-fluid.AppHeader.px-0 {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.form-toggle-btn {
    position: fixed;
    right: 0;
    bottom: 0;
    transform: translateY(-50%);
    z-index: 999;
    background: var(--yellow);
    ;
    color: #fff;
    padding: 12px 7px;
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 20px;
    cursor: pointer;
    transition: background .3s;
    /* writing-mode: vertical-lr; */
    letter-spacing: 1px;
}

@media(max-width: 1600px) {
    .AppNavbar .navlinks {
        padding: 30px 10px;
    }

    .headrConNo {
        padding: 12px 17px;
    }

    .bannercontentdiv .projectname {
        font-size: 41px;
    }
}

@media(max-width: 1480px) {
    .content-over-banner {
        .projectname {
            font-size: 28px;
        }

        .typology {
            font-size: 24px;
        }
    }

    .form-over-banner {
        bottom: 3%;
        max-width: 1165px;
    }

    .container {
        max-width: 1259px;
    }

    .headrConNo {
        padding: 2px 17px;
    }

    .AppNavbar .navlinks {
        font-size: 14px;
        padding: 20px 15px;
    }

    .AppHeader .logo {
        padding: 1px 12px 1px 12px;
    }

    .bannercontentdiv {
        padding: 20px;
    }

    .bannercontentdiv .projlocation {
        margin-bottom: 6px;
    }

    .bannercontentdiv .projectname {
        margin-bottom: 11px;
        font-size: 36px;
    }

    .bannercontentdiv .typodiv {
        font-size: 23px;
    }

    .bannercontentdiv .pricetext {
        font-size: 37px;
    }

    .bannercontentdiv .keyhightlight {
        margin: 18px 0;
    }

    .bannercontentdiv .keyhightlight li {
        font-size: 16px;
    }

    .bannercontentdiv .keyhightlight li img {
        width: 18px;
    }

    .bannerForm .heading {
        padding: 5px 2px;
        font-size: 20px;
    }

    .bannerForm .heading img {
        width: 25px;
    }

    .commonheading .projectname {
        font-size: 28px;
    }

    .appbtn {
        font-size: 15px;
        padding: 10px 13px;
    }

    .properties_section {
        padding: 24px 0;
    }

    .properties_section .flexdiv {
        gap: 29px 0;
    }

    .properties_section .proj-heading {
        font-size: 35px;
        margin-bottom: 0;
    }

    .decision_corner {
        & figure {
            img {
                width: 45%;
            }
        }
    }
}

@media(max-width: 1366px) {

    .form-over-banner {
        bottom: 7%;
    }

    .fixedIcons {
        img {
            width: 45px;
        }

        &.whatsapp {
            left: 10px;
        }

        &.phone {
            left: 10px;
        }
    }

    .headrConNo .text {
        font-size: 20px;
    }

    .headrConNo .callsvg {
        width: 24px;
    }

    .bannerForm .flexdiv input {
        padding: 10px;
        border-radius: 4px;
    }

    .bannerForm .heading {
        border-radius: 5px 0;
        padding: 7px 2px;
    }

    .contact-container {
        padding: 58px 0;
    }

    .contact-container .contentdiv {
        width: 54%;
    }

    .contact-container .formdiv .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact-container .formdiv .heading {
        font-size: 25px;
        margin-bottom: 6px;
    }

    .contact-container .formdiv p {
        margin-bottom: 10px;
    }

    .contact-container .appbtn {
        width: 100%;
    }

    .contact-container .formdiv .flexfields input {
        padding: 7px 10px 7px 10px;
        margin-bottom: 17px;
        border-radius: 6px 0;
    }

    .contact-container .projlocation {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .contact-container .projectname {
        font-size: 25px;
    }

    .contact-container .contentdiv p {
        margin-bottom: 17px;
        font-size: 15px;
    }

    .content-over-banner {
        top: 50%;
        left: 3%;
    }
}

@media(min-width: 768px) and (max-width: 1280px) {
    .bannerForm {
        padding: 8px 20px 9px;
        top: 51%;
    }

    .bannerForm .heading {
        padding: 5px 2px;
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {

    .AppHeader {
        /* background: var(--white); */
        transition: var(--transition);
    }
    .AppHeader.HeaderFixed {
        background: var(--white);
        transition: var(--transition);
    }
    .AppHeader .logo_img{
        filter: invert(1);
    }
    .AppHeader.HeaderFixed .logo_img{
        filter: unset;
    }
    .AppHeader .AppNavbar .navlinks{
        color: #000;
    }
    .AppHeader.HeaderFixed .AppNavbar .navlinks{
        color: #000;
    }
    .AppHeader .gradient{
        background: #17433F;
    }
    .AppHeader.HeaderFixed .gradient{
        background: #17433F;
    }

    .form-sec {
        display: block !important;
        position: unset !important;
        width: calc(100% - 20px) !important;
        border: 1px solid #000;
        border-radius: 8px;
        margin: 20px auto 0 !important;
        overflow: hidden;
    }
    .form-sec h2 {
        justify-content: center;
        margin-bottom: 4px;
        cursor: default;
    }
    .top_form h2 span {
        display: none !important;
    }

    .form-toggle-btn {
        display: none !important;
    }

    .close-banner-form {
        display: none !important;
    }

    .footer_form {
        margin-top: 15px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    p.banner-key-highlights {
        font-size: 16px;
        letter-spacing: 0.4px;
        padding: 3px 0;
        background-color: #0000007d;
        width: fit-content;
        padding: 3px 10px;
        margin-bottom: 7px;
    }

    .logo .logo_img {
        height: 100%;
        width: 38%;
    }

    .highligts-flex-div {
        & .listing {
            li {
                padding: 10px 0;
                border-bottom: 1px solid var(--yellow);
                font-size: 14px;
                font-weight: 500;
            }
        }
    }

    .carousel-inner {
        min-height: 305px;
    }

    .my-ami {
        padding-left: 0;
    }

    /* .carousel-inner::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
        z-index: 1;
    } */

    .destop-strip {
        display: none;
    }

    .mobile-strip {
        display: block;
    }

    .bannerForm .heading {
        color: #000;
    }

    .bannerForm .flexdiv.main_flax_div input::placeholder {
        color: #000000 !important;
        opacity: 1 !important;
    }

    .bannerForm .flexdiv input {
        color: #000;
    }

    .pricelist-container .price_list_box {
        padding: 28px;
    }

    .bannerForm .flexdiv.main_flax_div input::-ms-input-placeholder {
        color: #000;
    }

    .bannerForm .flexdiv.main_flax_div input {
        border-bottom: 1px solid rgb(0 0 0 / 40%);
    }

    .bannerForm .flexdiv.main_flax_div .check_box {
        color: #000 !important;
    }

    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .content-over-banner {
        transform: unset;
    }

    .logo .logo_img {
        filter: unset;
    }

    .menuIcoin img {
        /* filter: invert(1); */
    }

    .HeaderFixed .logo .logo_img {
        filter: unset;
    }

    .HeaderFixed .menuIcoin img {
        filter: unset;
    }

    .logo>img {
        padding-left: 10px;
    }

    .pricelist-container .priceboxesdiv {
        gap: 25px 0;
    }

    .pricelist-container .pricelist_heading {
        font-size: 20px;
        margin-top: 0px;
    }

    .pricelist-container .pricetext span,
    .pricelist-container .pricetext h4,
    .pricelist-container .sizediv,
    .pricelist-container .sizediv span {
        font-size: 16px;
    }

    .pricelist-container .sizediv {
        padding: 10px 0;
    }

    img.amenity-img {
        width: 40px;
    }

    .container {
        max-width: 98%;
    }

    .flex-wrap-mb {
        flex-wrap: wrap;
    }

    .w-100-mb {
        width: 100% !important;
    }

    .appbtn {
        font-size: 12px;
        padding: 10px 9px;
    }

    .decision_corner .appbtn {
        font-size: 9px;
    }

    .content-over-banner .appbtn {
        font-size: 14px;
    }

    .pricelist-container .head {
        margin: 4px 0;
    }

    .pricelist-container .title {
        font-size: 19px;
    }

    .bannerForm .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
        color: #000;
    }

    .AppHeader {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9;
        background: transparent;
    }

    .HeaderFixed {
        background: #fff;
    }

    .headerflexdiv {
        display: block !important;
    }

    .logodiv {
        padding: 8px 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #fff;
    }

    .AppHeader .logo_img {
        /* display: none; */
    }

    .AppHeader.HeaderFixed .logo_img {
        display: block;
    }

    .AppHeader .menuIcoin {
        /* display: none !important; */
    }

    .AppHeader.HeaderFixed .menuIcoin {
        display: block !important;
    }


    .AppHeader .logo {
        padding: 8px 0px;
        width: 100%;
        display: flex !important;
    }


    .AppNavbar {
        position: fixed;
        width: 80%;
        top: 0;
        bottom: 0;
        left: -100%;
        right: 0;
        z-index: 9;
        background: #fff;
        display: block !important;
        transition: var(--transition);
    }

    .AppNavbar.active {
        left: 0;
    }

    .AppNavbar .navlinks {
        font-size: 14px;
        padding: 10px 10px;
        color: var(--black);
        border-bottom: 1px solid var(--black);
    }

    .headrConDiv {
        position: relative;
    }

    .headrConNo .callsvg {
        width: 18px;
    }

    .headrConNo .texthelp {
        font-size: 14px;
    }

    .headrConNo .text {
        font-size: 16px;
    }

    .menuIcoin {
        display: block !important;
        position: absolute;
        right: 15px;
        padding-top: 15px;
        top: 4px;
    }

    .logo-absolute {
        position: unset;
        text-align: center;
    }

    .logo-absolute img {
        height: 70px;
    }

    .AppNavbar .navlinks.active::after,
    .AppNavbar a:hover::after {
        display: none;
    }

    .bannerSection::after,
    .bannercontentdiv,
    .bannerForm {
        position: unset;
    }

    .bannerSection .carousel-inner .sliderimg {
        margin-top: 59px;
        aspect-ratio: 0;
        height: 305px;
        min-height: 305px;
    }

    .headrConNo {
        margin-left: 0;
    }

    .properties_section .stickydiv {
        position: absolute;
        top: -31px;
        left: -8px;
    }

    .properties_section .stickydiv img {
        width: 39% !important;
    }

    .content-over-banner {
        width: 100%;
        padding: 25px 10px;

        .projectname {
            font-size: 26px;
            letter-spacing: 1px;
            margin-top: 14px;
        }

        .typology {
            font-size: 17px;
        }

        ;
        left: 0;
        bottom: unset;
        text-align: left;
        top: 12%;
    }

    .form-over-banner {
        position: static;
        max-width: 92%;

        .col-div {
            width: 100%;
            margin-bottom: 15px;
        }

        .btn-div {
            width: 50%;
            margin: 0 auto;
        }
    }

    .book-and-get-details {
        .div-flex {
            flex-wrap: wrap;
            gap: 15px;
        }

        .appbtn {
            width: 100%;
        }
    }

    .project-highlights {
        li {
            border-right: 0 !important;
            padding: 10px 0;
            border-bottom: 1px solid #B8BEC6;
        }
    }

    .overview-and-highlights {
        .heading {
            font-size: 24px;
        }
    }
.site-interested-section {
    background-size: cover;
}
    .site-interested-section {
        .heading {
            font-size: 23px;
        }
    }

    .section-amenities {
        li {
            font-size: 14px;
            display: inline-flex;
            gap: 5px;
            align-items: center;
        }
    }

    .my-ami1 {
        width: 85%;
    }

    .decision_corner {
        .content_div {
            padding: 0;
        }

        .Heading {
            font-size: 22px;
        }

        .sub_heading {
            font-size: 14px;
        }
    }

    .fixedIcons {
        bottom: 45px;

        img {
            width: 35px;
        }
    }

    .content-over-banner {
        & .address {
            font-size: 14px;
            margin-top: 10px;

            img {
                height: 19px;
            }
        }
    }

    #bannerSliderControl {
        padding-top: 0;
    }

    .bannercontentdiv {
        transform: translate(0, 0);
        padding: 15px;
        width: 100%;
    }

    .bannercontentdiv .projlocation {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .bannercontentdiv .projectname {
        margin-bottom: 8px;
        font-size: 27px;
    }

    .bannercontentdiv .typodiv {
        font-size: 17px;
        border-radius: 5px 0;
    }

    .bannercontentdiv .keyhightlight {
        margin: 12px 0;
    }

    .bannercontentdiv .keyhightlight li {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .bannerForm {
        position: static !important;
        transform: none !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        max-height: none !important;
        overflow: visible !important;
        overflow-x: hidden !important;
        visibility: visible !important;
        background: #f3f3f3 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        padding: 17px !important;
        margin: 0 !important;
        transition: none !important;
        box-sizing: border-box !important;
    }

    .bannerForm .heading {
        position: static !important;
        top: auto !important;
        font-size: 20px !important;
        padding: 5px 0 !important;
        font-weight: 600 !important;
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
    }

    .bannerForm .appbtn {
        margin: auto;
    }

    .highligts-flex-div h2.heading,
    .pricelist-container .head h4.heading,
    .section-amenities .heading,
    .section-gallery .heading,
    .location-section .heading {
        font-size: 19px;
    }

    .location-section .head {
        margin-bottom: 0px;
    }

    .patch-images {
        position: absolute;
        bottom: 0px;
        left: 5%;
        width: 30%;
        z-index: 99;
        top: 20%;
    }

    .properties_section {
        padding: 29px 0;
    }

    .properties_section .proj-heading {
        font-size: 22px;
        margin-bottom: 0;
        font-weight: 700;
    }

    .section-floor-plan {
        .flex-plans {
            gap: 25px;
        }

        .plan-img-div {
            border-bottom: 1px solid var(--black);
            padding-bottom: 15px;
        }

        .appbtn {
            width: 58%;
        }
    }

    .section-floor-plan {
        .title {
            font-size: 18px;
        }

        .heading {
            font-size: 20px;
        }
    }

    .contact-container {
        padding: 35px 0;
    }

    .contact-container .formdiv {
        padding: 15px;
        border-radius: 5px 0;
        margin-bottom: 25px;
    }

    .contact-container .formdiv .heading {
        font-size: 20px;
    }

    .contact-container .formdiv p {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .contact-container .formdiv .flexfields input {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .contact-container .projectname {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .contact-container .projlocation {
        margin-bottom: 8px;
        font-size: 17px;
    }

    .contact-container .contentdiv p {
        margin-bottom: 10px;
        font-size: 14px;
        text-align: left;
        letter-spacing: 0.9px;
    }

    .sitefooter {
        padding-bottom: 40px;
    }

    .modal.modal1.show .modal1-dialog {
        background: #fff;
        padding: 0;
        margin: 0;
        height: 100%;
        width: 100%;
    }

    .modal.fade .modal-dialog {
        margin: 0;
        padding: 15px;
        display: flex;
        align-items: flex-start;
        height: 100%;
        overflow: hidden;
    }

    .modal-dialog .close span {
        font-size: 24px !important;
    }

    .modal .modal-content {
        border: 0;
        margin-top: 30%;
    }

    .modal .form-control {
        padding: 7px;
    }

    .modal .modal-para {
        font-size: 19px;
    }

    .modal-dialog .modal-head {
        font-size: 20px;
    }

    .modal .modal-desc {
        font-size: 13px;
    }

    .modal .in_box {
        padding: 7px 0;
        border-bottom: 1px solid var(--black);
    }

    .mobile-section-footer {
        display: flex;
        display: flex;
        gap: 0 5px;
        justify-content: space-around;
        z-index: 9;
    }

    .new-launch-patch {
        position: absolute;
        width: 250px;
        right: 40%;
        z-index: 11;
        right: 4%;
        top: 7%;
    }

    .modal .headerimg img {
        display: none;
    }

    .detail_sec {
        padding: 10px 0 20px;
    }

    .detail_sec li {
        padding: 10px 0px;
        border-bottom: 1px solid rgb(184, 190, 198);
        border-right: 0px !important;
    }

    .fixedIcons {
        &.phone {
            right: 10px;
            bottom: 45px;
            left: unset;
        }
    }
    .form-box {
        padding: 15px 20px 10px;
        /* border: 1px solid #000; */
        /* border-radius: 8px; */
        /* margin: 10px 10px 0; */
    }
    .detail_sec li span {
        font-size: 21px;
        font-weight: 600;
    }
}

@keyframes rotateSvg {
    0% {
        rotate: 10deg;
    }

    50% {
        rotate: -5deg;
    }

    100% {
        rotate: 10deg;
    }
}

@keyframes zoomin-out {
    50% {
        transform: scale(1.2);
    }
}

@keyframes zoomin-out1 {
    50% {
        transform: scale(1.01);
    }
}