@media (max-width: 1600px) {}

@media (min-width: 1480px) {}

@media (max-width: 1480px) {}

@media (max-width: 1380px) {

    /***** Banner Section *****/
    /* .banner-container {
        height: 85vh;
    } */

    /***** End Banner Section *****/

}

@media (max-width: 1024px) {}

@media (max-width: 1480px) and (max-height: 600px) {}


@media (max-width: 990px) {
    /***** Floor Plan Section *****/

    .floor-plan-stats {
        gap: 25px;
    }

    /***** End Floor Plan Section *****/
}


@media (max-width: 768px) {
    .overview-image-container::before{background: linear-gradient(rgb(0 0 0 / 0%) 50%, rgb(0 0 0) 100%);}
.order3{
    order: 1;
}
.highlight-container .row{
    flex-direction: column-reverse;
}
.overview-image img {
    object-position: right;
}
    .offset-1 {
        display: none;
    }

    /***** Banner Form Section *****/

    .banner-form .my-form-grid {
        width: 300px;
    }

    .banner-form .my-form-input {
        padding: 0 0 6px;
        margin-bottom: 6px;
    }

    .my-form-label {
        margin-bottom: 0px;
    }

    /***** End Banner Form Section *****/


    /***** Floor Plan Section *****/

    .floor-plan-stats {
        gap: 10px;
        flex-wrap: wrap;
    }

    .floor-plan-stat {
        width: calc(50% - 10px);
        flex: auto;
    }

    /***** End Floor Plan Section *****/


    /***** Gallery Section *****/

    .gallery-grid-container {
        height: 60vh;
        grid-template-columns: 2fr 50%;
    }

    /***** End Gallery Section *****/

    /***** Location Advantages Section *****/

    .location-advantages-location-box {
        flex-direction: row;
        margin-top: 20px;
    }

    .location-box {
        width: calc(50% - 8px);
        text-align: center;
    }

    /***** End Location Advantages Section *****/

    /***** About Developer Section *****/

    .about-dev-logo {
        min-width: 250px;
        height: 250px;
    }

    .about-dev-logo img {
        height: 60px;
    }

    /***** End About Developer Section *****/
    .floor-plan-stat-value {
        font-size: calc(11px + .5vw);
    }

    .footer-form-subheading {
        font-size: 12px;
    }

    .banner-points h2 img {
        max-width: 15px;
    }

}

@media (max-width:640px) {

    .art-imp {
        position: absolute;
        font-size: 6px;
        bottom: 6px;
        right: 6px;
    }

    .section-pedding {
        padding: 12% 6%;
    }

    .section-heading {
        letter-spacing: 2px;
        font-weight: 500;
    }

    /***** Header Section *****/
    .site-header {
        height: 64px;
        padding: 0 18px;
    }

    .logo .brand {
        font-size: 13px;
    }

    .menu-trigger .label {
        display: none;
    }

    .nav-panel {
        width: 100%;
    }

    .nav-links {
        padding: 10px 32px;
    }

    /***** End Header Section *****/

    /***** Banner Section *****/

    .banner-image img {
        object-position: center;
    }

    .banner-container {
        height: 95vh;
    }

    .banner-container::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.19%, rgba(0, 0, 0, 0.7) 100%);
        z-index: 1;
    }

    .banner-text {
        top: auto;
        bottom: 4%;
        left: 0;
        padding: 0px 14px;
        gap: 20px;
    }

    .banner-text .banner-heading h1,
    .banner-text .banner-heading h1 span {
        color: var(--color-white);
    }

    .banner-text .banner-heading h1 {
        line-height: 45px;
    }

    .banner-text .phara {
        color: var(--color-white);
        font-size: 12px;
    }

    .banner-typology {
        position: relative;
    }

    .banner-typology::before {
        position: absolute;
        content: "";
        width: 2px;
        height: 20%;
        background-color: var(--color-white);
        left: 56%;
        bottom: 18%;
        display: none;
    }

    .banner-typology .banner-typlogy-des {
        padding: 15px;
        /* justify-content: space-around; */
        display: block;
    }

    .banner-typology .banner-typlogy-mob {
        display: block;
    }

    .banner-typlogy-mob h2 {
        color: var(--color-white);
        text-align: center;
        padding-top: 20px;
    }

    .banner-typlogy-mob h2 :nth-last-child(1) {
        font-size: 12px;
    }

    .banner-typlogy-mob h2 .pri-mob {
        color: #ffffff;
    }

    .banner-typlogy-des .st-price,
    .banner-points p {
        display: none;
    }

    /***** End Banner Section *****/

    /***** Banner Form Section *****/

    .banner-enauiry-btn,
    .close-btn {
        display: none;
    }

    .banner-form {
        position: relative;
        inset: 0;
        transform: translate(0%);
        z-index: 9;
        display: none;
    }

    .banner-form .my-form-grid {
        position: relative;
        display: block;
        visibility: visible;
        opacity: 1;
    }

    .banner-form .my-form-grid {
        width: 95%;
        transform: translateX(0px);
        margin: auto;
        margin-top: 20px;
        border-radius: 10px;
    }

    /***** End Banner Form Section *****/


    /***** Overview Section *****/

    .overview-highlights {
        flex-wrap: wrap;
        gap: 16px;
        display: flex;
        justify-content: space-between;
        text-align: start;
        left: 50%;
        top: 20p;
    }

    .overview-highlights .over-high-box {
        width: calc(50% - 8px);
        border: none;
        text-align: center;
    }

    .overview-highlights .over-high-box p {
        font-size: 12px;
    }

    .overview-image-container {
        height: 100%;
    }

    .overview-highlights .over-high-box h3 {
        font-size: calc(21px + 2vw);
    }

    /***** End Overview Section *****/

    /***** Highlight Section *****/

    .highlight-section .section-pedding {
        padding: 12% 0%;
    }

    .highlight-heading {
        padding: 0 6%;
    }

    .highlight-box .highlight-pionts-left:nth-child(even) {
        background: linear-gradient(270deg, rgba(232, 225, 215, 0) 0%, #E8E1D7 100%);
    }

    .highlight-box .highlight-pionts-right:nth-child(even) {
        background: linear-gradient(270deg, #E8E1D7 0%, rgba(232, 225, 215, 0) 100%);
    }

    .highlight-points {
        margin: 15px 0;
        text-align: center;
    }

    .highlight-image {
        height: 300px;
    }

    .highlight-points h4 {
        font-size: calc(18px + .7vw);
    }

    .highlight-points p {
        margin: 0px;
        font-size: calc(12px + .5vw);
    }

    /***** End Highlight Section *****/

    /*****Pricing Section *****/

    .pricing-image {
        display: none;
    }

    .pricing-box {
        padding: 20px 0px;
    }

    .pricing-box {
        justify-content: space-between;
        display: block;
    }

    /***** EndPricing Section *****/

    /***** Floor Plan Section *****/

    .floor-plan-section  .tab-content {
        padding: 20px 10px;
    }

    .floor-plan-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .floor-plan-stat-label {
        font-size: 12px;
    }

    .floor-plan-stats {
        gap: 14px;
    }

    .floor-plan-stat {
        width: 100%;
        flex: 1;
    }

    .floor-plan-nav span {
        /* display: none; */
        /* font-size: 10px; */
    }

    /***** End Floor Plan Section *****/

    /***** Location Advantages Section *****/

    .location-advantages-location-box {
        flex-direction: row;
        margin-top: 20px;
    }

    .location-box {
        width: 100%;
        text-align: start;
    }

    /***** End Location Advantages Section *****/

    /***** Gallery Section *****/

    .gallery-grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px;
        height: 50vh;
    }

    .gallery-box-left {
        grid-column: 1 / span 2;
        grid-row: 1;
    }

    .gallery-box-top-right {
        grid-column: 1;
        grid-row: 2;
    }

    .gallery-box-bottom-right {
        grid-column: 2;
        grid-row: 2;
    }

    .swiper-slider-btn {
        width: 25px;
        height: 25px;
        padding: 6px;
    }

    /***** End Gallery Section *****/

    /***** About Dev Section *****/

    .about-dev-container {
        flex-direction: column;
        gap: 30px;
    }

    .about-dev-logo {
        min-width: 200px;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        margin: auto;
    }

    .about-dev-logo img {
        height: 50px;
    }

    .about-dev-content {
        text-align: center;
    }

    .about-dev-content p {
        font-size: 13px;
    }

    .about-btn {
        display: flex;
        justify-content: center;
    }

    /***** End About Dev Section *****/

    /***** Footer Form Section *****/

    .footer-form-wrap {
        background-color: var(--color-bg-page);
        max-width: 100%;
        padding: 20px;
        border-radius: 10px;
    }

    .footer-form-input {
        padding: 0;
    }

    .footer-form-grid {
        display: block;
    }

    /***** End Footer Form Section *****/

    /***** Footer Section *****/

    .footer-copyrights>p {
        font-size: calc(10px + .4vw);
        width: 50%;
        text-align: center;
    }

    .footer-section .section-pedding {
        padding: 4% 6%;
    }

    /***** End Footer Section *****/


    /***** Amenities Section *****/
    .amenities-icon-contaienr {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 10px;
        height: 60vh;
        overflow: auto;
        scrollbar-color: red;
        scrollbar-width: none;
    }

    /***** End Amenities Section *****/


    /***** Floating Icons Section *****/

    .float-btn {
        display: none;
    }

    .mobile-section-footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #9e8156;
        color: var(--white);
        padding: 5px 0;
        display: flex;
        gap: 0 5px;
        justify-content: space-around;
        z-index: 9;
    }

    .mobile-section-footer a,
    .mobile-section-footer button {
        font-size: 13px;
        color: var(--color-black);
        text-align: center;
        display: block;
        width: calc(50% - 4px);
        padding: 10px 5px;
        margin: 0 2px;
        border-radius: 4px;
        border: 1px solid rgb(0 0 0 / 15%);
        border-left: 0;
        background-color: var(--color-bg-light);
        text-decoration: none;
    }

    /***** End Floating Icons Section *****/

}

@media (max-width: 480px) {}