/* Start Responsive */
@media (min-width: 576px) {

    .rera-project,
    .container {
        max-width: 540px;
        margin: auto auto;
    }

    .rera-slide {
        flex-direction: row;
        align-items: center;
    }

    .rera-qr {
        border-bottom: none;
        padding-bottom: unset;
        margin-bottom: unset;
        border-right: 1px solid var(--black);
        padding-right: 10px;
        margin-right: 10px;
    }

    .about-bhk-grid {
        flex-direction: row;
    }

    .amenities-item p {
        font-size: 16px;
    }

    .amenities-item {
        width: 30%;
    }

    .gallery-item {
        width: 47%;
        padding-top: 30%;
    }

    .logo a {
        width: 110px;
    }

    .intro-title-btn-text {
        font-size: 16px;
    }

    .intro-title-btn-icon {
        font-size: 20px;
    }

    .main-thank h1 {
        font-size: 44px;
        line-height: 60px;
    }
}

@media (min-width: 768px) {

    .rera-project,
    .container {
        max-width: 720px;
    }

    .intro-section-content h4 {
        font-size: 21px;
        line-height: 21px;
    }

    .intro-section-content p {
        font-size: 16px;
        line-height: 22px;
    }

    .highlights-section ul {
        font-size: 16px;
    }

    .intro-title {
        flex-direction: row;
    }

    .about-bhk-grid-item h4 {
        font-size: 4vw;
    }

    .about-bhk-grid-item p {
        font-size: 20px;
    }

    .floor-plan-title h4,
    .about-developer-title h4,
    .faq-title h4,
    .amenities-title {
        font-size: 24px;
    }

    .location-title h4,
    .near-by-title h4,
    .gallery-title h4 {
        font-size: 24px;
    }

    .gallery-item {
        width: 31%;
        padding-top: 22%;
    }

    .nearby-places li,
    .investment-reasons li {
        font-size: 14px;
    }

    .floor-plan-item h5,
    .nearby-places h5,
    .investment-reasons h5 {
        font-size: 18px;
    }

    .about-developer-content p,
    .location-info p,
    .accordion-content p,
    #near-by ul {
        font-size: 16px;
    }

    .policy,
    footer {
        font-size: 16px;
    }

    .policy-box h1,
    .policy-box h4 {
        font-size: 24px;
    }

    .policy-box p {
        font-size: 16px;
    }
}

@media (min-width: 930px) {
    .rera-project {
        border: none;
        max-width: 600px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: -921px!important;
    }

    .ul-header-btn {
        display: none;
    }

    .header-btn,
    .nevigetion {
        display: block;
        padding-top: 0;
    }

    .ul-menu-btn,
    .menu-btn {
        display: none;
    }

    .rera-project p {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
    .nevigetion a {
        color: #fff;
    }

    .nevigetion {
        position: unset;
        width: auto;
        background-color: unset;
        transform: unset;
    }

    .nevigetion ul {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        justify-content: center;
        font-size: 12px;
    }

    .container {
        max-width: 960px;
    }

    .submit-form-title h4,
    .submit-form-title h1 {
        font-size: 25px;
    }

    .submit-form-title a {
        font-size: 18px;
    }

    .intro-title-part-one h4 {
        font-size: 24px;
    }

    .intro-title-part-one span {
        font-size: 16px;
    }

}

@media (min-width: 1200px) {
    .nevigetion ul {
        font-size: 16px;
    }

    .container {
        max-width: 1140px;
    }

    .main-grid {
        flex-direction: row;
    }

    .scrolling-grid {
        max-width: 66.666%;
    }

    .sticky-grid {
        max-width: 33.333%;
        position: -webkit-sticky;
        position: sticky;
        top: 110px;
        height: 100%;
        overflow-y: auto;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

/* End Responsive */