* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@media (max-width:1366px) {
    .content-abs {
        bottom: 50px;
    }

    .gallery-slider1 .gallery-slider-abs h3 {
        font-size: 30px;
    }

    .gallery-slider1 .gallery-slider-abs p {
        font-size: 13px;
    }
    .content-box .text-white {
        margin-bottom: 8px;
    }
    .content-box {
        padding: 20px 20px;
    }
    .content-box .top-price-card button{
        margin-top: 0;
    }
    .content-box h1 {
        margin-bottom: 6px;
        margin-top: 6px;
    }
    .content-box hr{
        margin: 10px !important;
    }
    .top-price-card p {
        margin-top: 6px;
        margin-bottom: 8px;
    }
    .typology-catrd h5 {
        margin-bottom: 0;
    }
}

@media (max-width: 663px) {
    .top-price-card button{
        display: none;
    }
    .navbar-brand{
        filter: none;
    }
    .navbar-toggler-icon{
        filter: invert(1);
    }
    .location-advantage-img img{
        height: auto;
    }
.miiii{
    display: block;
}
    .about-header h1 {
        font-size: 26px;
    }


    .padding {
        padding: 45px 2vw;
    }

    .content-box h1 {
        font-size: 1.5rem;
    }

    .content-box .text-white {
        font-size: 0.65rem;
        margin-top: 10px !important;
    }

    .top-price-card h4 {
        font-size: 0.85rem;
    }

    .top-price-card p {
        font-size: 0.5rem;
    }

    .bottom-content-abs .bottom-card {
        padding: 8px;
    }


    .bottom-content-abs .bottom-card h4 {
        font-size: 0.75rem;
        font-weight: 400;
    }

    .bottom-content-abs .bottom-card p {
        font-size: 0.55rem;
    }


    .eoi-abs {
        font-size: 0.5rem;
        right: 12px;
    }

    .about_img {
        width: 100%;
    }

    .about_img img {
        height: 388px;
        transition: .5s ease-in-out;
        object-fit: cover;
    }

    .content-box {
        width: 100%;
        padding: 20px 20px;
    }

    .content-abs {
        position: relative;
        top: -20px;
        left: unset;
        transform: none;
        z-index: 1;
        padding: 0px 10px;
    }

    .bottom-content-abs {
        position: relative;
        bottom: unset;
        top: 30px;
        left: unset;
        transform: none;
        width: 100%;
        max-width: 1000px;
        z-index: 3;
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0px 10px;
        display: none;
    }

    .banner-img img {
        height: 70vh;
        /* background-position: left; */
        object-position: unset;
    }

    .banner-img::after {
        position: absolute;
        inset: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.95) 58%, #000 62%, #000 100%);
        z-index: 0;
    }

    .revews {
        flex-direction: column-reverse;
    }

    .about-card h4 {
        font-size: 1.1rem;
        font-size: 0.95rem;
        margin-bottom: 5px;
    }

    .about-card-abs {
        padding: 10px 15px;
        left: 10px;
        bottom: 10px;
    }

    .about-header {
        margin-top: 20px;
    }

    .about-card p {
        font-weight: 600;
        text-transform: uppercase;
        /* letter-spacing: 0.05em; */
        font-size: 0.6rem;
        line-height: 1.2;
    }

    .abt .about-card {
        text-align: start;
        border-left: 0;
        border-radius: 5px;
        border: 1px solid rgba(212, 175, 55, 0.3) !important;
        background: linear-gradient(135deg, #FFFFFF 0%, #FAF7F2 50%, #FFFFFF 100%);
        padding: 14px 15px;
    }

    .location-advantage h2, .price-heading h1, .ameneties-heading h2{
        font-size: 1.4rem;
    }

    .location-header .mx-auto {
        font-size: 0.8rem;
        text-align: left !important;
    }

    .location-advantage-box {
        height: 400px;
        overflow-y: scroll;
    }

    .gallery-slider1 .gallery-slider-abs h3 {
        font-size: 15px;
    }

    .gallery-slider1 .gallery-slider-abs p {
        font-size: 10px;
    }

    .gallery-slider1 .owl-item img {
        height: 315px !important;
    }

    .ameneties-heading .dot-point {
        font-size: 10px;
    }



    .contact_btn {
        display: none;
    }

    .chat-box {
        padding: 8px;
    }

    .chat-box img {
        width: 20px;
        height: 20px;
    }


    .btn-whatsapp-pulse {
        font-size: 20px;
        padding: 16px;
    }

    .nav-btn {
        width: 30px;
        height: 30px;
    }

    .prev,
    .next {
        font-size: 15px;
    }

    .next {
        right: 0;
    }

    .prev {
        left: 0;
    }
}