/*responsive*/
@media (min-width: 1400px) {

    /* .banner{height: auto;} */
    .container-lg {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container-lg {
        max-width: 1520px;
    }
}

@media (min-width: 1920px) {
    .container-lg {
        max-width: 1600px;
    }
}

@media (min-width: 3800px) {
    .container-lg {
        max-width: 2200px;
    }
}

@media (max-width: 1399.9px) {
    .container-lg {
        max-width: 1280px;
    }
    .amenitiesitem {
     width: 241px;
    }

    .navi ul {
        gap: 0 5px;
    }

    .navi li a {
        gap: 6px;
        font-size: 0.775rem;
    }

    /* banner */
    .raraBox {
        right: 2.5rem;
    }

    .bannerText {
        right: 2.5rem;
    }

    .bannerText p {
        font-size: 1.5rem !important;
    }

    .overview .heading .h1 {
        font-size: 2.1rem !important;
    }

    /* gaurs-upersection */
    .gaurs-upersection .statsBox h2 {
        font-size: 2.5rem;
    }

}


@media (max-width: 1399.9px) {
    .bannerText {
        bottom: 2rem;
    }
}



@media (max-width: 991px) {
    body {
        text-align: center;
    }

    .list,
    .menuContainer ul li a {
        text-align: left;
    }

    .container-lg {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .navi {
        gap: 10px;
    }

    .navi ul {
        gap: 0 2px;
    }

    .banner {
        height: 80vh;
    }

    .bannerText {
        width: calc(100% - 4rem);
    }

    .overviewContent {
        margin-top: 4rem;
    }

    .enquiry-form .inner {
        padding: 2rem;
    }

    .heading,
    .readmore .button {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .headingContainer .heading {
        margin-left: 0;
        text-align: left;
    }

    .location-img img {
        aspect-ratio: 3/2;
    }

    .padding {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .header {
        position: fixed;
    }

    .overview .img {
        margin: 0 auto;
    }

    .overview .img img {
        width: 100%;
    }

    .border-top {
        border: none !important;
    }


    .iconWrapper .iconBox {
        padding: 2rem;
    }

    .iconWrapper .iconBox i {
        border: 1px solid #4f331827;
    }


    .iconWrapper .iconBox:nth-child(1),
    .iconWrapper .iconBox:nth-child(2) {
        border-right: 1px solid #4f331827;
        border-bottom: 1px solid #4f331827;
    }

    .iconWrapper .iconBox:nth-child(3) {
        border-bottom: 1px solid #4f331827;
    }

    .iconWrapper .iconBox:nth-child(4),
    .iconWrapper .iconBox:nth-child(5) {
        border-right: 1px solid #4f331827;
    }


    /* gaurs-upersection */
    .gaurs-upersection .gaurs-logo {
        margin: 0rem auto 1rem auto;
    }

    .gaurs-upersection .statsBox h2 {
        font-size: 1.7rem;
    }

    .gaurs-upersection .gaursBox p {
        text-align: center;
    }

    .gaurs-upersection .statsBox p {
        text-align: start;
        /* text-align: center; */
    }

    /* mobileCollapseBox */
    .mobileCollapseBox {
        margin-top: 1rem;
        display: flex;
    }

    /* flush-collapseImageOne */
    .flush-collapseImageOne,
    .flush-collapseImageTwo,
    .flush-collapseImageThree,
    .flush-collapseImageFour,
    .flush-collapseImageFive,
    .flush-collapseImageSix,
    .flush-collapseImageSeven,
    .flush-collapseImageEight,
    .flush-collapseImageNine{
        display: none!important;
    }



    /* footer */
    .footer h4::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links .social-links {
        display: flex;
        justify-content: center;
    }

    .footer .footer-links ul li {
        width: 50%;
        padding: 10px 0;
        justify-content: center;
    }
}

@media (max-width: 768px) {}

@media (max-width: 767px) {
    html {
        font-size: 87.5%;
    }

    .padding {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .container-lg,
    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner {
        height: auto;
        aspect-ratio: 1/1;
    }

    .bannerText .bannerTitle {
        font-size: 1.5rem;
    }

    .heading {
        margin-bottom: 20px;
    }

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

    .loc-container .loc-text ul li .loc-row p {
        text-align: left;
    }

    .button-top {
        width: 30px;
        height: 30px;
    }

    .modal-content button.close {
        right: 10px;
    }

    .yamunaBox .box-title .inner .scroller{
        height: 300px;
    }





    div[class^="swiper-button"] {
        width: 30px;
        height: 30px;
    }

    .banner .carousel-item:before {
        background-image: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.75));
    }

    .bannerText {
        padding: 0rem;
        max-width: 100%;
        text-align: center;
    }

    .toprerabox {
        display: none;
    }

    .mbrerabox {
        position: static;
        background: var(--primary-color);
        display: block;
        z-index: 99;
        padding: 2rem;
    }

    /* fp-section */
    .planBx .inner .planBase li {
        gap: 5px;
        padding: 5px 0;
    }




}

@media (max-width: 680px) {
    .foot-menu {
        width: 50%;
    }

     .topHead {
        display: none;
    }


    /* gallery-section */
    .specialBox img {
        aspect-ratio: 3 / 2;
    }

    .footer .footer-links .inner p a {
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    html {
        font-size: 81.25%;
    }

    .logo {
        width: 95px;
    }

    .banner .clouds {
        background-position: center 100%;
    }

    .h4,
    h4 {
        font-size: 1.4rem;
    }

    /* p{text-align: justify; text-align-last: center;} */
    /* .bannerText{width: calc(100% - 2rem); text-align: center;} */
    .banner-footer {
        flex-direction: column;
    }

    .heading .h1 {
        font-size: 1.75rem;
    }

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


    .iconBox {
        width: 50%;
    }

    .locBox .inner {
        text-align-last: center;
    }

    .stickyForm {
        position: static;
        width: 100%;
        margin: 1rem auto 0;
        transform: none;
        box-shadow: none;
    }

    .form-close {
        display: none;
    }

    .button-top {
        bottom: 50px;
    }

    .footer {
        padding-bottom: 5rem;
        padding-top: 1.5rem;
    }




    .menuContainer.open {
           justify-content: normal;
}


.menuHead{
  margin-top: 3rem;
}





/* gallery */
    .specialBox.swiper-slide {
  width: 100%;
}



    .menuContainer {
        top: 65px;
    }


    .bannerText {
        text-align: center;
    }

    .bannerText p {
        font-size: 1.3rem !important;
    }



    .iconWrapper .iconBox:nth-child(1) {
        border-right: 1px solid #4f33181a;
        border-bottom: 1px solid #4f33181a;
    }


    .iconWrapper .iconBox:nth-child(2) {
        border-right: 0;
        border-bottom: 1px solid #4f33181a;
    }

    .iconWrapper .iconBox:nth-child(3) {
        border-right: 1px solid #4f33181a;
        border-bottom: 1px solid #4f33181a;
    }

    .iconWrapper .iconBox:nth-child(4) {
        border-right: 0;
        border-bottom: 1px solid #4f33181a;
    }


    /* clubhouse-section */
    .clubhouse-zones .club-icon {
        width: 150px;
    }

    .footer .footer-links .inner p i {
    color: var(--secondary-color);
    font-size: 10px;
}



    /* amenities-section */
    .DesktopAmenibox {
        display: none;
    }



    .amenimobilebox {
        display: block;
    }


    /* .amenimobilebox .innerCard img{
        aspect-ratio: 2/3;
    } */

    .amenimobilebox .innerCard .back {
        position: inherit;
        /* -webkit-transform: rotateY(180deg); */
        transform: none;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        max-height: 450px;
    }

    .amenimobilebox .innerCard .back .inner {
        height: 100%;
    }

    .amenimobilebox .innerCard .back .anititle {
        position: relative;
        margin-bottom: 3rem;
    }


    .amenimobilebox .innerCard .back .anititle:after {
        content: '';
        width: 4rem;
        height: 2px;
        position: absolute;
        background: var(--secondary-color);
        display: block;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -.75rem;
    }

    .amenimobilebox .front:after {
        display: none;
    }

    .amenimobilebox .amenitiesCard .inner {
        transform: none;
        top: auto;
        bottom: 0;
        justify-content: center;
        display: flex;
        padding: 1rem 1rem 2rem 1rem;
        flex-direction: column;
    }

     
.amenimobilebox .amenitiesCard .inner .list-unstyled {
    padding-bottom: 1rem;
    gap: 4px;
}

.amenimobilebox .innerCard .front {
    transform-style: inherit;
    z-index: 999;
    aspect-ratio: 3/2;
    width: 100%;
}

.amenimobilebox .innerCard .front .inner {
    background-color: #00000094;

}

.amenimobilebox .innerCard {
    /* border: 4px solid red; */
    -webkit-transform-style: inherit;
    transform-style: inherit;
    -webkit-perspective: inherit;
    perspective: inherit;
}

.amenimobilebox .innerCard:hover .front {
    -webkit-transform: none;
    transform: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* .amenimobilebox .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    background-color: #fff;
} */

/* .amenimobilebox .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #000;
} */

.amenimobilebox .swiper-pagination{
    position: static;
     /* border: 4px solid red; */
}


/* mbrerabox */
.mbrerabox {
    padding: 2rem 0.8rem;
}



.overview .butterfly {
    display: none;
}




/* fp-section */
.planBx .inner img {
    aspect-ratio: 3 / 2;
}

.planBx .inner .planBase {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}









/* yamuna-section  */
.specialBox .box-title {
    position: absolute;
    margin-top: auto;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
    padding: 0;
}


.specialBox .box-title .inner {
    padding: 0.5rem 1rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.466);
    color: #fff !important;
}
.specialBox .box-title  .text-primary
{
    color: #fff !important;
}
.specialBox .box-title .inner p {
    transform: translateX(0%);
    font-size: 0.8rem;
}


    .gaurs-upersection .gaurs-logo {
        width: 120px;
    }

.footer .privacybox {
    display: flex;
    justify-content: center;
}

.footer .footer-links ul li {
    width: 33%;
}

}

@media (max-width: 480px) {
    .configuration {
        row-gap: 20px;
    }

    .configuration-box {
        width: 50%;
    }

    .configuration-box:nth-child(2n) {
        border-right: 0;
    }

    .locBox {
        text-align: left;
    }

    .list li:not(:last-child) {
        padding-bottom: 10px;
        border-bottom: 1px dashed var(--primary-color);
    }

    .footer-rera {
        flex-direction: column;
    }

    .footer-rera p {
        text-align: center;
    }

    .footer-rera .readmore .button {
        margin: 0 auto;
    }



    .front .inner p {
    font-size: 1.05rem;
}




    .specialBox img {
        aspect-ratio: 1 / 1;
    }


    .raraBox .bnkNmaebox {
        display: block;
    }

    .bannerText p {
        font-size: 1rem !important;
    }
    .master-plan-text li {
    width: 46%;
    text-align: left;
    font-size: 11px;
    font-weight: 500;
    list-style: decimal-leading-zero;
    padding-left: 3px;
    margin-left: 15px;
}
}

@media (max-width: 425px) {
    .header {
        padding-bottom: 0;
    }

    .logo a {
        width: 100%;
        left: 0;
        padding: 5px;
    }
.logo img {
    padding: 5px;
}
.heading-logo {
    margin: auto;
}
.amenitiesitem {
    width: 48%;
}
.yamunaBox .box-title .inner {
    padding: 1rem 0;
}
.walkthrough-section iframe
{
        min-height: 300px !important;
}
.enqOffBtn
{
    display: none;
}
.amenitiesitems {
    justify-content: center;
}
    .mbMenuContainer .inner {
        width: 100%;
    }

    .mbMenuContainer .mbMenu ul li a {
        font-size: 1.5rem;
    }

    .headingContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 2rem;
    }

    .headingContainer .heading {
        margin-left: auto;
        text-align: left;
    }









    .footer-logo {
        display: none;
    }







.footer .copyright p {
    font-size: 10px;
}
    .footer .privacybox li a{
        font-size: 10px;
    }

    .footer .footer-links ul a {
    font-size: 12px;
}

    .footer .footer-links .inner p a {
        font-size: 12px;
    }


    .raraInnerbox span,
    .accountbox {
        font-size: 9px;
    }

    .raraInnerbox .reraContent p {
        font-size: 9px;
    }

    .raraBox .accountbox {
        font-size: 9px;
    }
        .master-plan-text li {
        width: 43%;
        }
}

@media (max-width: 375px) {}

@media (max-width: 320px) {
    html {
        font-size: 68.75%;
    }

    .foot-menu.socialBox {
        width: 100%;
    }

    .foot-menu h6 {
        font-size: 13px;
    }

    .copyrights {
        margin-right: 0;
    }
}