/* For 4K Displays (Ultra HD) */

@media screen and (min-width: 1901px) {}

@media (min-width: 1600px) and (max-width: 1900px) {}



/* For Higher Resolution Screens (Full HD) */

@media (min-width: 1200px) and (max-width: 1599px) {
    .header .navbar-nav {
        width: 95% !important;
    }

    .residences {

        .residence-card-set {
            gap: 0 !important;
        }
    }
}

/* For HD Screens  */

@media (min-width: 1024px) and (max-width: 1199px) {

    .header {
        padding: 5px 10px !important;
    }

    .header .navbar>.container-fluid {
        gap: 2rem !important;
    }

    .header .nav-item a {
        font-size: 18px !important;
    }

    .header .navbar-nav {
        width: 100% !important;
    }

    .banner-slider {
        .banner-img {
            height: 84vh !important;
        }

        .banner-details {
            top: 42% !important;
            left: 4% !important;

            h1 {
                font-size: 5rem !important;
            }

            h2 {
                font-size: 1.5rem !important;
            }
        }
    }

    .introduction {
        padding: 0 !important;

        .intro-set {
            display: block !important;

            .structure-img {
                background-position: right !important;
            }

            .intro-details {
                left: 5%;

                h1 {
                    font-size: 3rem !important;
                }

                p {
                    width: 60% !important;
                    font-size: 18px !important;
                }
            }
        }
    }

    .residences {
        .main-heading {
            width: 60% !important;

            h1 {
                font-size: 5rem !important;
            }

            p {
                font-size: 17px !important;
                padding: 10px;
                width: 100%;
                margin: 0 auto;
            }
        }

        .residence-card-set {
            gap: 0 !important;

            .residence-card {
                .card-body {
                    padding: 0 !important;
                    margin-bottom: 2rem;
                }

                .residence-img img {
                    width: 100% !important;
                    height: 290px !important;
                    object-fit: cover;
                    object-position: center;
                }

                .residence-details {
                    p {
                        width: 85% !important;
                        font-size: 1rem !important;
                    }

                    .btn-learn-more {
                        width: 70% !important;
                    }
                }
            }
        }
    }

    .floor-plans {
        padding: 10px;

        .floor-heading {
            width: 70% !important;

            h1 {
                font-size: 5rem !important;
            }

            p {
                font-size: 1rem !important;
            }
        }

        .floor-banner {
            padding: 10px;

            .floor-img img {
                height: fit-content !important;
            }

            .floor-details {
                display: none !important;
            }
        }
    }

    .business-info p {
        width: 66% !important;
        padding: 10px;
        font-size: 1rem !important;
    }

    .footer {
        padding: 1rem !important;

        .logo {
            text-align: center;
        }

        .logo-info {
            text-align: center;
            margin-bottom: 3rem;
        }

        .bugatti-info {
            margin-bottom: 2rem;
            text-align: center;

            h1 {
                font-size: 1.5rem;
                opacity: 0.75;
            }

            p {
                width: 80% !important;
                font-size: 11px !important;
                margin: 0 auto !important;
            }
        }

        .bugatti-links {
            margin: 2rem 0 3rem 0;

            h1 {
                display: none !important;
            }

            .links span {
                width: 50% !important;
                font-weight: 600;
                line-height: 2;
                text-align: center;
            }
        }

        .follow {
            text-align: center;

            h1 {
                font-size: 1.5rem;
                opacity: 0.75;
            }

            .social-img {
                width: 100% !important;
            }

            .cms {
                justify-content: center;
                display: none !important;
            }
        }
    }


}

/* For Large Laptops */

@media (min-width: 768px) and (max-width: 1023px) {

    .coming-soon-text {
        h1 {
            font-size: 7rem !important;
        }
    }

    .header {
        padding: 5px 10px !important;
    }

    .navbar-nav {
        text-align: center;
        width: 100% !important;
    }

    .header {
        padding: 5px 10px !important;
    }

    .header .navbar>.container-fluid {
        gap: 2rem !important;
    }

    .header .nav-item a {
        font-size: 18px !important;
    }

    .header .navbar-nav {
        width: 100% !important;
    }

    .float-btns {
        visibility: visible !important;
    }

    .banner-slider {
        .banner-img {
            height: 84vh !important;
        }

        .banner-details {
            top: 42% !important;
            left: 4% !important;

            h1 {
                font-size: 5rem !important;
            }

            h2 {
                font-size: 1.5rem !important;
            }
        }
    }

    .about p {
        width: 85% !important;
    }

    .introduction {
        padding: 0 !important;

        .intro-set {
            display: block !important;

            .structure-img {
                background-position: right !important;
            }

            .intro-details {
                left: 5%;

                h1 {
                    font-size: 3rem !important;
                }

                p {
                    width: 60% !important;
                    font-size: 18px !important;
                }
            }
        }
    }

    .residences {
        .main-heading {
            width: 100% !important;

            h1 {
                font-size: 5rem !important;
            }

            p {
                font-size: 17px !important;
                padding: 10px;
                width: 100%;
                margin: 0 auto;
            }
        }

        .residence-card-set {
            gap: 0 !important;

            .residence-card {
                .card-body {
                    padding: 0 !important;
                    margin-bottom: 2rem;
                }

                .residence-img img {
                    width: 100% !important;
                    height: 290px !important;
                    object-fit: cover;
                    object-position: center;
                }

                .residence-details {
                    p {
                        width: 85% !important;
                        font-size: 1rem !important;
                    }

                    .btn-learn-more {
                        width: 70% !important;
                    }
                }
            }
        }
    }

    .floor-plans {
        padding: 10px;

        .floor-heading {
            width: 100% !important;

            h1 {
                font-size: 5rem !important;
            }

            p {
                font-size: 1rem !important;
            }
        }

        .floor-banner {
            padding: 10px;

            .floor-img img {
                height: fit-content !important;
            }

            .floor-details {
                display: none !important;
            }
        }
    }

    .business-info p {
        width: 66% !important;
        padding: 10px;
        font-size: 1rem !important;
    }

    .footer {
        padding: 1rem !important;

        .logo {
            text-align: center;
        }

        .logo-info {
            text-align: center;
            margin-bottom: 3rem;
        }

        .bugatti-info {
            margin-bottom: 2rem;
            text-align: center;

            h1 {
                font-size: 1.5rem;
                opacity: 0.75;
            }

            p {
                width: 80% !important;
                font-size: 11px !important;
                margin: 0 auto !important;
            }
        }

        .bugatti-links {
            margin: 2rem 0 3rem 0;

            h1 {
                display: none !important;
            }

            .links span {
                width: 50% !important;
                font-weight: 600;
                line-height: 2;
                text-align: center;
            }
        }

        .follow {
            text-align: center;

            h1 {
                font-size: 1.5rem;
                opacity: 0.75;
            }

            .social-img {
                width: 100% !important;
            }

            .cms {
                justify-content: center;
                display: none !important;
            }
        }
    }

}

/* For Tablets */

@media (min-width: 481px) and (max-width: 767px) {
    .float-btns {
        visibility: visible !important;
    }

    .banner-slider .banner-details {
        top: 30% !important;
        left: 4% !important;
    }
}

/* For Mobiles */

@media (min-width: 280px) and (max-width: 480px) {

    .main-bg {
        .bg-video {
            height: 100vh !important;
            object-fit: cover;
            object-position: center;
            margin-top: 8.5rem;
        }

        .header-logo {
            top: 1% !important;
            left: 50% !important;
            transform: translateX(-50%) !important;

            img {
                width: 110px;
                height: 100%;
            }
        }
    }

    .header {
        padding: 5px 0 !important;
        background-color: transparent !important;
        position: absolute;
        width: 100%;
        z-index: 10;
    }

    .header .navbar {
        background-color: transparent !important;
    }

    .header .navbar>.container-fluid {
        gap: 0 !important;
    }

    .float-btns {
        visibility: visible !important;
    }

    .banner-slider {
        .banner-img {
            height: 100vh !important;
        }

        .banner-details {
            top: 30% !important;
            left: 4% !important;

            h1 {
                font-size: 3rem !important;
            }

            h2 {
                font-size: 1rem !important;
            }
        }
    }

    .about {
        padding: 10px;
        height: 40vh !important;

        p {
            width: 65% !important;
            font-size: 12px !important;
        }

        .right-bg {
            height: 47vh !important;
            background-size: contain !important;
            right: -4.75rem !important;
        }
    }

    .introduction {
        padding: 0 !important;

        .intro-set {
            display: block !important;
            height: 75vh;

            .structure-img {
                background-size: contain !important;
                height: 50vh !important;
                background-position: bottom !important;

            }

            .intro-details {
                left: 5%;

                h1 {
                    font-size: 2rem !important;
                }

                h2 {
                    font-size: 1.25rem !important;
                }

                p {
                    width: 60% !important;
                    font-size: 15px !important;
                }
            }
        }
    }

    .left-bg-img {
        left: -11.5rem !important;
        top: -2.5rem !important;
        height: 75vh !important;
        transform: rotate3d(1, 1, 1, 20deg) !important;
    }

    .residences {
        .main-heading {
            width: 100% !important;

            h1 {
                font-size: 3rem !important;
            }

            p {
                font-size: 15px !important;
                padding: 10px;
                width: 100%;
                margin: 0 auto;
            }
        }

        .residence-card-set {
            .col-12 {
                padding: 0 !important;
            }

            .residence-card {
                .card-body {
                    padding: 0 !important;
                    margin-bottom: 2rem;
                }

                .residence-img img {
                    width: 100% !important;
                    height: 340px !important;
                    object-fit: cover;
                    object-position: center;
                }

                .residence-details {
                    p {
                        width: 85% !important;
                        font-size: 1rem !important;
                    }

                    .btn-learn-more {
                        width: 70% !important;
                    }
                }
            }
        }
    }

    .lifestyle {
        .lifestyle-img {
            background-position: left !important;
            background-size: cover !important;
            height: 40vh !important;
        }

        .lifestyle-details {
            width: 100% !important;
            top: 5% !important;
            left: 0 !important;
            padding: 10px;

            h2 {
                font-size: 3rem !important;
            }

            p {
                font-size: 16px !important;
            }
        }
    }

    .business-info p {
        width: 100% !important;
        padding: 10px;
        font-size: 10px !important;
    }

    // .map-img img {
    //     height: 100vh !important;
    // }

    .floor-plans {
        padding: 10px;

        .floor-heading {
            width: 100% !important;

            h1 {
                font-size: 3rem !important;
            }

            p {
                font-size: 10px !important;
            }
        }

        .floor-banner {
            padding: 10px;

            .floor-img img {
                height: fit-content !important;
            }

            .floor-details {
                display: none !important;
            }
        }
    }

    .register {
        padding: 10px;

        .left-bottom-img {
            left: -8rem !important;
            top: 0 !important;
        }

        .padding-box {
            padding: 0 !important;
        }

        h1 {
            font-size: 2.5rem !important;
        }

        .register-form {
            padding: 1rem;
        }
    }

    .residences-bottom {
        .residences-img img {
            height: 100% !important;
        }
    }

    .footer {
        padding: 1.5rem 1rem !important;

        .logo {
            text-align: center;
        }

        .logo-info {
            text-align: center;
            margin-bottom: 3rem;
            display: none;
        }

        .bugatti-info {
            margin-bottom: 2rem;
            text-align: center;

            h1 {
                font-size: 1.5rem;
                opacity: 0.75;
            }

            p {
                width: 80% !important;
                font-size: 14px !important;
                margin: 0 auto !important;
            }
        }

        .bugatti-links {
            margin: 2rem 0 3rem 0;

            h1 {
                display: none !important;
            }

            .links span {
                width: 50% !important;
                font-weight: 600;
                line-height: 2;
                text-align: center;
            }
        }

        .follow {
            text-align: center;

            h1 {
                font-size: 1.5rem;
                opacity: 0.75;
            }

            .social-img {
                width: 100% !important;
            }

            .cms {
                justify-content: center;
                display: none !important;
            }
        }
    }

    .navbar-nav {
        text-align: center;
        width: 100% !important;
        margin-top: 2rem;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        transform: translateX(-50%) !important;
        width: 100%;
    }

    .margin-axis-10 {
        margin: 5rem 0 !important;
    }

    .display-hidden {
        display: none;
    }

    // .layout-body {
    //     padding: 20px 15px !important;
    // }

    .advertise-content {

        .main-heading h1 {
            font-size: 2rem !important;
        }

        .timer {
            gap: 1.25rem !important;

            .count-day {
                h6 {
                    font-size: 14px !important;
                }

                .count-down {
                    gap: 0.5rem !important;

                    h5 {
                        padding: 8px 10px !important;
                        font-size: 26px !important;
                        width: 3.5rem !important;
                    }
                }
            }
        }

        .registeration {
            h1 {
                font-size: 2rem !important;
            }

            .left-bg {
                display: none;
            }

            // .register-form {
            //     .btn-submit {
            //         background-color: #000 !important;
            //         border: 2px solid #fff !important;
            //     }
            // }
        }

    }

    .coming-soon-text {
        h1 {
            font-size: 2.65rem !important;
        }
    }

}