@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1240px;
        width: 100%;
    }
}


@media only screen and (max-width: 600px) {
    .fixed-call-btn{     display: flex;    bottom: 5rem;}
    .g-recaptcha {transform:scale(0.65);-webkit-transform:scale(0.65);transform-origin:0 0;-webkit-transform-origin:0 0;}
    .video-bg{ height:45vh; }
    .video-banner {height: 50vh;}
    .text-container h1, .text-container h2 { font-size: 2rem; }
    .img-fit, .img-round{
        border-radius:10px !important;
    }
    .padding-left {
        padding-left: 0
    }

    .padding-right {
        padding-right: 0
    }

    .featured-city-box .img-box {
        height: 180px
    }

    .manushi-bg {
        background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../assets/images/manushi.webp);
        background-position: -150px 35px;
        /*        background-repeat: no-repeat;*/
    }

    .masterplan {
        background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../../assets/images/alive.webp);
        background-position: -350px 35px;
        /*        background-repeat: no-repeat;*/
    }

    .img-fit {
        height: auto !important;
        object-fit: cover;
        margin: 30px 0;
    }

    .pd-25 {
        padding: 0
    }

    .special-pd {
        padding: 50px 0;
    }

    section.section {
        padding: 80px 0;
    }

    .section-heading h2 {
                font-size: 1.6rem;
        font-weight: 600;
    }

    .lifestyle-crafted {
        background-position: 80px 16px;
    }

    .about-us-img-box {
        margin-left: 0;
        margin-top: 30px;
    }

    .about-us-img-box:after {
        border: 0;
    }

/*
    .lifestyle-crafted h2 {
        font-size: 1.8rem;
        font-weight: 500;
    }
*/

    .banner-content form button {
        margin-top: 15px
    }

    .home-banner .banner-content {
        position: relative;
        bottom: unset;
        padding: 15px 0 30px;
        height: auto;
    }
    .spanbr{display: none}
    .text-container {}
    h1.rotate-text .cubespinner div {font-size: 1.8rem;    }
.banner-text-container {
    position: static;
    padding: 50px 0;
    background-color: #000;
}
    .banner-form {
    margin: 20px 10px;
    border-radius: 10px;
    padding: 1.2rem !important;
    background-color: rgb(255 255 255 / 100%);
}
    .banner-form h2 {
        font-size: 1.32rem;}
    .text-container p {
        font-size: 0.9rem;
        font-weight: 400
    }

    .text-container h1 {
        font-size: 2.1rem;
        font-weight: 700;
        text-shadow: 0 3px #000;
    }
    .getInTouchSection .text-right{ text-align: center}
    .breadcrumb {gap: 8px; }
    .header-banner h1 {font-size: 2rem;}
}
