@media screen and (max-width: 1600px){
    .project-about-right-desc{
        padding: 40px;
    }
}

@media screen and (max-width : 1200px){
    .project-top-banner-desc{
        width: 100%;
    }

    .project-about-section{
        max-width: 900px;
    }

    .apartments-section-desc{
        width: 60%;
    }

    .advantages-section-desc{
        width: 60%;
    }

}
@media screen and (max-width : 991px){
    .project-top-banner-para{
        width: 80%;
    }

    h2{
        font-size: 35px;
    }

    .testimonial-card{
        width: 45%;
        margin-bottom: 1em;
    }
}
@media screen and (max-width : 767px){

    .project-about-section{
        flex-direction: column;
    }

    .project-about-left{
        display: none;
    }

    .project-about-right{
        width: 80%;
        /* margin-top: -100px; */
        background-color: white;
    }

    .project-about-right-desc{
        padding: 80px;
    }

    .testimonial-card{
        width: 90%;

    }

    .video-box{
        width: 90%;
    }
}
@media screen and (max-width : 575px){


.testimonial-card {height: auto !important}

    .project-top-banner-heading{
        width: 80%;
        font-size: 40px;
        margin: auto;
    }

    .project-about-right{
        width: 100%;
    }

    .project-about-right-desc{
        padding: 40px;
    }

    .amenities-section-desc{
        width: 80%;
    }

    #gallery-new{
        margin-top: 100px;
    }

    .apartments-section-desc{
        width: 90%;
    }

    .advantages-section-desc{
        width: 90%;
    }
    .advantages-box{
        width: 100%;
    }
}

@media screen and (max-width : 350px){
    .project-about-right-desc{
        padding: 40px 20px;
    }
}