@media (max-width: 1024px){
    .container-fluid {
        padding: 0 30px;
    }
    .logo{
        width: 100px;
    }
    .mainHeader nav > ul > li{
        margin: 0 10px;
    }
    .mainHeader nav ul li a{
        font-size: 13px;
    }
    .menuBtn{
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    .header.fixed .menuBtn {
        transform: scale(1);
    }
    .hamburger, .hamburger::before, .hamburger::after{
        width: 24px;
    }
    .bannerText{
        width: 50%;
        left: 30px;
    }
    .bannerText h1, .heading h2, .families h2{
        font-size: 3rem;
    }
    .bannerText ul li{
        font-size: 14px;
    }
    .scrollDown{
        left: 30px;
    }
    .bannerImg{
        width: 50%;
    }
    .hm-projectHead h5, .heading h5{
        font-size: 20px;
    }
    .swiper-cube {
        overflow: hidden;
    }
    .project-prev.swiper-button-prev {
        left: 5px;
    }
    .project-next.swiper-button-next {
        right: 5px;
    }
    .swiper-cube .swiper-slide{
        height: auto;
    }
    .hm-projectBox{
        height: 100%;
    }
    .loc-connectivity-list ul li{
        padding: 2rem 0;
    }
    .testimText section{
        padding: 2rem 3.5rem 2rem;
    }
    .testimText section p{
        font-size: 14px;
    }
    .testimText .testimName h5{
        font-size: 16px;
    }
    .readmore a, .readmore button{
        letter-spacing: 3px;
    }
}
@media (max-width: 820px){
    .banner{
        height: 70vh;
    }
    .bannerText h1, .heading h2, .families h2 {
        font-size: 2.5rem;
    }
    .hm-projectBox section{
        width: 420px;
    }
    .hm-projectBox section .hm-projectLogo{
        width: 110px;
    }
    .hm-projectBox section h3{
        font-size: 22px;
        font-weight: 300;
    }
    .hm-features{
        width: 80%;
    }
    .families{
        margin-bottom: 0;
    }
    .hm-features{
        padding: 50px 30px 30px;
    }
    .hm-features .star{
        opacity: .15;
    }
    #tower-img2{
        top: 33rem;
        padding: 0 7%;
    }
    .star{
        width: 230px;
    }
    .star.top{
        top: 20px;
    }
    .locality-icon{
        width: 70%;
    }
    .loc-connectivity-list ul li{
        align-items: center;
    }
    .loc-connectivity-list ul li h2{
        margin-bottom: 0;
        font-size: 4rem;
        flex: 0 0 70px;
    }
    .loc-connectivity-list ul li h5{
        margin-bottom: 0;
    }
    .footContact{
        background: 105% 112% / 120px no-repeat;
    }
    .footAbout section ul{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .footBox.footSocial{
        justify-content: flex-start;
    }
    .footBox.footSocial ul{
        display: flex;
        gap: 10px 20px;
    }
    .pagemenu .pagelink{
        flex-basis: auto;
    }
    .overview-tower-img{
        width: 130px;
        right: 1rem;
        top: 10rem;
    }
    .project-logo {
        width: 130px;
    }
    #amenities-slider{
        height: 100%;
    }
    .amenities-details {
        height: 400px;
    }
    .fbBox{
        width: calc(100% / 3);
    }
}

@media (max-width: 768px){
    .heading{
        margin-bottom: 20px;
    }
    .heading h2{
        font-weight: 200;
    }
    .heading h4 {
        font-size: 1.25rem;
        font-weight: 300;
        margin-bottom: 0;
    }
    .hm-projectHead h5, .heading h5 {
        font-size: 18px;
    }
    .hm-projectBox::before{
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgb(0 0 0 / 75%);
        z-index: -1;
    }
    .hm-projectBox section {
        width: 100%;
    }
    .project-next.swiper-button-next, .project-prev.swiper-button-prev{
        color: var(--gray);
        background-color: #fff;
    }
    .testim-bg{
        padding: 20px 0;
    }
    .imgBox {
        width: 78%;
    }
}

@media (max-width: 717px){
    .banner {
        height: 500px;
    }
    .bannerImg {
        width: 42%;
    }
    .bannerText h1, .heading h2, .families h2 {
        font-size: 2rem;
    }
    .bannerText ul li{
        padding: 5px 0 5px 30px;
    }
    .hm-projectHead h5, .heading h5, .featIcons li article h6, .families h5 {
        font-size: 16px;
    }
    .hm-projectBox section h3 {
        font-size: 20px;
    }
    .hm-projectBox section > p {
        font-size: 14px;
    }
    .hm-projectBox section .hm-projectLogo {
        width: 90px;
    }
    .readmore a, .readmore button{
        padding: 10px 25px;
        min-width: 150px;
    }
    .featIcons li .img-fluid {
        max-width: 40px;
    }
    .statPoints h3{
        font-size: 1.25rem;
        font-weight: 700;
    }
    .statPoints h6{
        font-size: 14px;
    }
    .partner-logo .inner{
        padding: 15px;
    }
    .partner-logo .img-fluid {
        height: 80px;
    }
    .pageHeader .container-fluid{
        display: flex;
    }
    .pagemenu{
        overflow: hidden;
    }
    .pagemenu .pagelink a{
        padding: 10px 20px;
    }
    .projectPageHeading, .overviewContainer{
        padding-right: 130px;
    }
    .project-logo {
        width: 110px;
    }
    .overview-tower-img {
        width: 120px;
        right: 0rem;
        top: 4rem;
    }
    .pointers {
        margin-top: 2rem;
    }
    .amenities-img{
        order: 1;
    }
    .amenities-details{
        height: auto;
        padding-right: 0;
    }
    .amenities-box .img-fluid {
        max-width: 50px;
        flex-basis: 50px;
    }
    .amenities-box article {
        max-width: calc(100% - 50px);
        flex-basis: calc(100% - 50px);
    }
    .iconBox .inner .img-fluid{
        padding: 10px;
    }
    .iconBox .inner p{
        padding: 2rem 10px;
    }
}

@media (max-width: 575px){
    .foot-newsletterContainer.border-right{
        border-right: 0 !important;
        border-bottom: 1px solid #dee2e6;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .footContact{
        padding-top: 2rem;
        padding-bottom: 2rem;
        background: 105% 270% / 120px no-repeat;
    }
    .pointers {
        margin-top: 2rem;
    }
    .pointers .inner{
        border-bottom-width: 0;
    }
    .statPoints{
        border-right: 0;
        padding-bottom: 0;
    }
    .statPoints h6{
        padding-bottom: 1rem;
        border-bottom: 1px solid var(--orange);
    }
    .fbBox{
        width: 50%;
    }
    .projectPageHeading, .overviewContainer {
        padding-right: 0;
    }
    .overview-tower-img{
        opacity: 0.075;
        width: 160px;
    }
}

@media (max-width: 425px){
    body, .bannerText ul li, .hm-projectBox section > p{
        font-size: 13px;
    }
    .banner {
        height: 85vh;
    }
    .bannerText{
        left: 30px;
        width: calc(100% - 60px);
        top: 20%;
        transform: none;
    }
    .bannerImg{
        width: 75%;
    }
    .scrollDown{
        left: 30px;
    }

    .project-next.swiper-button-next, .project-prev.swiper-button-prev, .swiper-button-next, .swiper-button-prev, .carousel-control-next.sm-control, .carousel-control-prev.sm-control{
        height: 30px;
        width: 30px;
        top: auto;
        transform: none;
        bottom: 8px;
    }
    .swiper-button-prev, .carousel-control-prev.sm-control{
        left: calc(50% - 35px) !important;
    }
    .swiper-button-next, .carousel-control-next.sm-control{
        right: calc(50% - 35px) !important;
    }
    .project-next.swiper-button-next:after, .project-prev.swiper-button-prev:after {
        font-size: 12px;
    }
    .hm-projectHead h2{
        font-weight: 200;
    }
    .hm-projectBox{
        padding: 20px 20px 4rem;
    }
    .hm-projectBox section ul{
        flex-wrap: wrap;
    }
    .hm-projectBox section ul li{
        width: 50%;
    }
    .hm-features{
        width: 100%;
    }
    .tower-img{
        display: none;
    }
    .featIcons li article p{
        width: 100%;
    }
    .families{
        margin-top: 0;
    }
    .locality-icon {
        width: 40%;
    }
    .loc-connectivity-list section{
        padding: 0 30px;
    }
    .loc-connectivity-list ul li h2{
        flex: 0 0 60px;
    }
    .loc-connectivity-list ul li h5{
        font-size: 16px;
    }
    .location-map{
        margin-top: 2rem;
        overflow: hidden;
    }
    .location-map img{
        transform: scale(3.5);
        transform-origin: center 37%;
    }
    .testimText section {
        padding: 20px 20px 4rem;
    }
    .footer-area{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .footLogo{
        width: 60px;
    }
    .footAbout section h2{
        font-size: 20px;
    }
    .footBox{
        justify-content: flex-start;
    }
    .footBox .d-flex{
        flex-wrap: wrap;
    }
    .footBox ul{
        width: 100%;
        padding-right: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0 10px;
    }
    .footAbout section ul li{
        padding: 0 8px;
    }
    .overview-icon {
        width: 170px;
    }
    #walkthrough{
        height: 260px;
        object-fit: cover;
    }
    .swiper{
        padding-bottom: 30px;
    }
    .fbBox{
        width: 100%;
    }
    .heading h5{
        font-weight: 300;
    }
    .pagemenu .pagelink a {
        padding: 10px 15px;
    }
}

@media (max-width:393px){
    .hm-projectHead{
        margin-bottom: 20px;
    }
    .featIcons{
        gap: 20px;
    }
    .featIcons li{
        padding: 0;
        width: calc(50% - 20px);
    }
    .families {
        margin-top: 30px;
    }
    .bannerText h1, .heading h2, .families h2 {
        font-size: 1.5rem;
    }
    .hm-projectHead h5, .heading h5, .featIcons li article h6, .families h5 {
        font-size: 14px;
    }
    .testim-bg {
        padding: 3px 0;
    }
    .gap-row {
        gap: 20px 0;
    }
    .footContact ul li a{
        font-size: 13px;
    }
}

@media (max-width: 375px){
    .container-fluid, .loc-connectivity-list section{
        padding: 0 15px;
    }
    .logo {
        width: 80px;
    }
    .mbMenuContainer{
        width: 100%;
    }
    .mbMenuContainer .mbMenu{
        padding: 90px 20px 20px;
    }
    .mbMenuContainer .mbMenu .mbNav li a{
        font-size: 1rem;
    }
    .banner {
        height: 90vh;
    }
    .bannerText{
        left: 15px;
        width: calc(100% - 30px);
    }
    .scrollDown{
        left: 15px;
    }
    .bannerImg {
        width: 60%;
    }
    .star.top{
        display: none;
    }
    #img1 {
        opacity: 0.15;
    }
    .hm-projectHead h2{
        font-size: 8vw;
    }
    .hm-projectBox {
        padding: 15px 15px 4rem;
        text-align: center;
    }
    .hm-projectBox section .hm-projectLogo{
        margin: 0 auto 20px;
    }
    .hm-projectBox section h3 {
        font-size: 16px;
    }
    .hm-projectBox section ul li{
        text-align: left;
    }
    .heading h2{
        font-size: 1.25rem;
    }
    .hm-features {
        padding: 30px 15px 15px;
        text-align: center;
    }
    .featIcons li .img-fluid{
        margin: 0 auto 20px;
    }
    .hm-features .star{
        width: 200px;
    }
    .star.btm {
        bottom: 110px;
    }
    .families{
        padding: 20px 10px 16px;
    }
    .locality-icon {
        width: 100px;
    }
    .loc-connectivity-list ul li{
        padding: 1.5rem;
        justify-content: center;
    }
    .loc-connectivity-list ul li h2{
        flex: 0 0 40px;
        font-size: 3rem;
    }
    .loc-connectivity-list ul li h5 {
        font-size: 13px;
    }
    .testimText .testim-img{
        width: 60px;
    }
    .testimText section p {
        font-size: 13px;
    }
    .testimText .testimName{
        margin-top: 20px;
    }
    .testimText .testimName h5 {
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0px;
    }
    .overview-icon {
        width: 150px;
    }
    .amenities-box{
        padding: 15px;
    }
    .imgBox {
        width: 90%;
    }
    .imgBox .inner .caption{
        font-size: 18px;
    }
}

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