@media(max-width:1800px) {
    .enquiry {
        top: 9%;
    }
}

@media(max-width:1650px){
        .enquiry {
        top: 6%;
    }F
}

@media (max-width: 1536px) {
    .coming-soon-slider {
        width: 47%;
    }

    .side-content p {
        font-size: 18px;
    }
    .side-content {
        width: 12vw;
        height: 12vw;
    }

    .bottom-content {
        gap: 2rem;
    }

    .bottom-content p:nth-of-type(1) {
        font-size: 48px;
    }

    .bottom-content p:nth-of-type(2) {
        font-size: 22px;
    }

    .bottom-content a:nth-of-type(3) {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {

    .bottom-content p:nth-of-type(1) {
        font-size: 40px;
    }

    .bottom-content {
        gap: 2rem;
    }

    .bottom-content p:nth-of-type(2) {
        font-size: 20px;
    }

    .bottom-content a:nth-of-type(3) {
        font-size: 20px;
    }

    .bottom-content a:nth-of-type(2) {
        font-size: 24px;
    }
}

@media (max-width: 1280px) {

    .bottom-content p:nth-of-type(1) {
        font-size: 36px;
    }

    .bottom-content p:nth-of-type(2) {
        font-size: 20px;
    }

    .bottom-content a {
        font-size: 20px;
    }

    .bottom-content a:nth-of-type(3) {
        font-size: 20px;
    }

    .bottom-content a:nth-of-type(2) {
        font-size: 22px;
    }

    .social-media-flex {
        gap: 1.2rem;
    }

    .bottom-content {
        gap: 1.8rem;
    }

    .footer-flex p {
        font-size: 16px;
    }

}

@media (max-width: 1190px) {
    .slider-flex-content {
        gap: 0;
    }

    .coming-soon-flex {
        flex-direction: column;
        gap: 2rem;
    }

    .coming-soon-slider {
        width: 100%;
    }



    .coming-soon-text {
        width: 100%;
        justify-content: flex-start;
    }

    .side-content {
        width: 20vw;
        height: 20vw;
    }

    .side-content p {
        font-size: 2.4vw;
    }

}

@media(max-width: 900px) {


    .bottom-content {
        gap: 1.5rem;
    }

    .bottom-content p:nth-of-type(1) {
        font-size: 32px;
    }
}

@media(max-width: 768px) {

    .bottom-content p:nth-of-type(1) {
        font-size: 28px;
    }

    .bottom-content p:nth-of-type(2) {
        font-size: 18px;
    }


    .bottom-content a:nth-of-type(2) {
        font-size: 20px;
    }

    .bottom-content a:nth-of-type(3) {
        font-size: 18px
    }

    .bottom-content {
        gap: 1rem;
    }

    .footer-flex p {
        font-size: 14px;
    }

    .popup-content {
        width: 100%;
        padding: 1.5rem;
    }

    .side-content p {
        font-size: 3vw;
    }

    .side-content {
        width: 20vw;
        height: 20vw;
    }

}

@media(max-width: 600px) {
    .footer-flex {
        flex-direction: column;
        gap: 0.5rem;
    }

    .side-content {
        width: 26vw;
        height: 26vw;
    }

    .side-content p {
        font-size: 3.6vw;
    }

    .bottom-content a img {
        width: 70%
    }
}

@media(max-width: 450px) {

    .bottom-content p:nth-of-type(1) {
        font-size: 24px;
    }

    .footer-flex p {
        font-size: 12px;
    }

    .side-content {
        width: 31vw;
        height: 31vw;
    }

    body {
        background-size: 200px;
    }
}