@media screen and (min-width: 1920px) {}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1920px) {}

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

    /* floorplans */
    .floorplans .swiper-button-next {
        right: 45%;
    }

    .floorplans .swiper-button-prev {
        left: 45%;
    }


}

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

    /* floorplans */
    .floorplans .swiper-button-next {
        right: 46%;
    }

    .floorplans .swiper-button-prev {
        left: 46%;
    }


    /* amenities */
    .ameniSwiperBox {
        height: 500px;
    }

    .ameniSwiperBox .swiper-slide-active .img {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .header {
        padding: 0;
    }

    .header .nav>ul>li>a {
        padding: 0.5rem;
        font-size: 14px;
    }

    .header .topCTC a {
        padding: 0px 0.5rem;
        gap: 6px;
    }

    /* overview */
    .overview .contentBox {
        padding: 0 0 2rem 0;
    }

    /* amenities */
    .ameniSwiperBox .swiper-slide-active .img {
        width: 250px;
        height: 250px;
    }
}

@media screen and (max-width: 1023.9px) {
    .header {
        padding: 0 1rem;
    }

    .header .topCTC {
        display: none;
    }
}

@media screen and (max-width: 991.9px) {
    .padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .header {
        display: flex;
        justify-content: space-between;
    }

    /* banner */
    .bannerContent {
        max-width: 90%;
    }

    .bannerContent h1 {
        font-size: 2.3rem;
    }

    /* overview */

    .overview .overview-img {
        position: static;
        background-size: 100%;
    }

    .overview .readmore {
        justify-content: center;
    }

    .overview .swiper-slide-active {
        transform: none;
    }

    .overview .swiperContainer {
        width: 100%;
    }

    .overview .swiper-wrapper {
        padding: 3.6rem 0;
    }

    .overview .swiper-button-next {
        right: 3%;
    }

    .overview .swiper-button-prev {
        left: 3%;
    }

    /* floorplans */
    .floorplans .swiper-button-next {
        right: 44%;
    }

    .floorplans .swiper-button-prev {
        left: 44%;
    }

    /* ameniSwiperBox */
    .ameniSwiperBox {
        height: 450px;
    }

    /* location */
    .connectivityBox .connectbox {
        padding: 1rem 0;
    }

    .location .map .img {
        min-height: 400px;
    }


    /* company-overview */
    .company-overview .statsBox h2 {
        font-size: 1.6rem;
    }


    /* footer */
    .footer-links:not(:first-child) {
        margin-top: 2rem;
    }



}

@media screen and (max-width: 767.9px) {
    .padding {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .bannerStikcyBtn {
        display: none;
    }

    .bannerStikcyBtn .stickyIcon:not(:first-child) {
        margin: 0;
    }

    .banner .stickyIcon {
        width: 35px;
        height: 35px;
    }

    .overview .overviewBox .img img {
        aspect-ratio: 5 / 3;
    }

    /* floorplans */
    .floorplans .fpDetailBox {
        display: flex;
        gap: 3rem;
    }

    .fpSwiper {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        border: none;
    }


    .fpTabsBox {
        background: none;
        flex-direction: row;
        overflow-x: auto;
        justify-content: flex-start;
        align-items: center;
        padding: 1rem;
        gap: 0.4rem;
    }

    .fpTab {
        flex-direction: column;
        text-align: center;
        padding: 8px 16px;
        min-width: 90px;
        border: none;
        background-color: var(--secondary-color);
    }

    .fpTab .fpContent span {
        color: var(--white);
    }

    .fpTab:last-child {
        margin-right: 0.5rem;
    }

    .fpTab.active {
        border-left: none;
    }

    .fpImgBox {
        min-height: 220px;
        border-right: none;
    }

    /* specifications */


    .specifications .speciTabsBox {
        flex-wrap: nowrap;
        /* wrap hatao */
        overflow-x: auto;
        /* horizontal scroll */
        justify-content: flex-start;
        padding: 0 10px 10px;
        gap: 8px;
    }

    .specifications .speciTabbtn {
        padding: 8px 16px;
        text-align: center;
        min-width: 90px;
        flex-shrink: 0;
        /* shrink na ho */
        white-space: nowrap;
        /* text ek line me */
    }

    /* paymentTabsMainbox */
    .paymentTab {
        padding: 8px 16px;
        font-size: 13px;
    }

}

@media screen and (max-width: 576px) {
    .heading {
        margin-bottom: 20px;
    }

    /* mobile menu */
    .menuContainer {
        padding-top: 70px;
    }

    .header .logo {
        width: 140px;
        padding-left: 0;
    }


    .header {
        height: 70px;
    }

    .header .rightbox .logo {
        display: none;
        width: 140px;
    }

    .heading h2 {
        font-size: 1.6rem;
    }

    /* banner */
    .banner {
        height: calc(80vh - 70px);
        margin-top: 70px;
    }

    .banner .bannerImg {
        height: calc(80vh - 70px);
    }

    .banner .topCTC {
        top: 5%;
    }

    .bannerContent h1 {
        font-size: 2rem;
    }

    .overview .overviewBox .img img {
        aspect-ratio: 4 / 3;
    }


    /* amenities */
    .amenities {
        display: none;
    }

    .ameniSwiperBox .swiper-slide-active .img {
        width: 100%;
        /* height: 250px; */
    }

    .amenities .imgContent {
        max-width: 80%;
    }

    .amenities .imgSection {
        height: 60vh;
    }

    .ameniSwiperBox {
        height: 400px;
    }

    .ameniSwiperBox .swiper-slide-active .img {
        border-radius: 0;
    }

    .ameniSwiperBox .swiper-slide-active .img img {
        border-radius: 0;
    }

    /* floorplans */
    .floorplans .swiper-button-next {
        right: 36%;
    }

    .floorplans .swiper-button-prev {
        left: 36%;
    }

    /* paymentTabsMainbox */
    .paymentTabsMainbox {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .paymentTab {
        flex-shrink: 0;
        white-space: nowrap;
    }


    /* location */
    .location .map .img {
        min-height: 350px;
    }

    /* connectivityBox */
    .connectivityBox {
        grid-template-columns: repeat(1, 1fr);
    }

    .connectivityBox .connectbox {
        padding: 0.7rem 0;
    }

    /* company-overview */
    .company-overview p {
        font-size: 14px;
    }

    /* footer */
    .footer {
        padding-bottom: 4rem;
    }

    .modal-content .modalTitle span {
        font-size: 1.2rem;
    }

}


@media screen and (max-width: 500px) {
    .banner {
        height: calc(70vh - 70px);
    }

    .banner .bannerImg {
        height: calc(70vh - 70px);
    }

    .heading h2 {
        font-size: 1.4rem;
    }

    .modal-content .modalTitle span {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 480px) {
    .fpTab {
        padding: 7px 10px;
    }

}

@media screen and (max-width: 468px) {
    .header .logo {
        width: 120px;
    }

    .header .rightbox .logo {
        width: 120px;
    }
}

@media screen and (max-width: 369.9px) {}