@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: Nautica;
    src: url('../font/NAUTICA\ MEDIUM.TTF');
    font-weight: bold;
}

@font-face {
    font-family: Poppins;
    src: url('../font/POPPINS-REGULAR.TTF');
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0 !important;
    overflow-x: hidden;
    position: relative;
}


/* ======================== Start Desktop Version ===================== */
.desktop-version {
    height: 100vh;
    overflow: hidden;

    .content {
        display: flex;
        background: url('../images/desktop/bg.webp') no-repeat;
        background-size: cover;
        height: calc(100% - 32px);
        position: relative;
    }

    .content .design1 {
        position: absolute;
        top: 0;
        right: 0;
        width: 250px;
    }

    .content .left-div {
        width: 30%;
    }

    .content .left-div .left-img {
        height: 100%;
        width: 100%;
    }

    .content .right-div {
        width: 70%;
        padding: 40px 80px 40px 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    .logo {
        width: 120px;
    }

    .title-div {
        margin-block: 20px;
    }

    .title-div .title1 {
        text-align: center;
        font-size: 52px;
        color: #ffffffeb;
        font-family: serif;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 46px;
    }

    img.luxury-text {
        width: 730px;
    }

    .desc {
        margin-top: 15px;
        width: 80%;
    }

    .desc .para {
        color: #ffffffeb;
        text-align: center;
        font-size: 12px;
        margin: 0px auto 10px;
        font-weight: 300;
    }

    img.award {
        width: 120px;
    }

    .awards {
        display: flex;
        flex-direction: row;
        gap: 25px;
        margin-top: 20px;
        justify-content: center;
        align-items: center;
    }

    .footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px 20px;
    }

    .footer p {
        margin: 0 !important;
        font-size: 12px;
    }

    .footer a {
        color: #000;
        text-decoration: none;
    }

    .footer .center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }

    .footer .center .icon {
        width: 18px;
    }

    .footer .social-icon {
        margin-left: 5px;
    }

    .footer .right {
        gap: 5px;
        display: flex;
        align-items: center;
    }

    .footer .right span.para2 {
        font-weight: 600;
        font-size: 14px;
    }

    .footer .right span.contact-no {
        font-size: 16px;
        font-weight: 600;
    }
}

@media screen and (min-width:1380px) and (max-width:1520px) {

    .desktop-version {
        .title-div .title1 {
            font-size: 38px;
            line-height: 42px;
        }

        .content .design1 {
            width: 280px;
        }

        img.luxury-text {
            width: 70%;
        }

        .footer p {
            margin: 0;
            font-size: 10px;
        }

        .footer .right span.contact-no {
            font-size: 14px;
        }

        .footer .right .contact-icon {
            font-size: 14px;
        }

        .footer .right .contact-icon {
            width: 30px;
        }

    }

}

@media screen and (max-width:1380px) {
    .desktop-version {
        .title-div .title1 {
            font-size: 28px;
            line-height: 28px;
        }

        .logo {
            width: 90px;
        }

        .content .right-div {
            width: 70%;
            padding: 30px 10% 30px 30px;
        }

        .content .design1 {
            width: 300px;
        }

        img.luxury-text {
            width: 60%;
        }

        .desc .para {
            font-size: 10px;
            margin-bottom: 6px;
        }

        img.award {
            width: 80px;
        }

        .footer p {
            margin: 0;
            font-size: 10px;
        }

        .footer .right span.contact-no {
            font-size: 14px;
        }

        .footer .right .contact-icon {
            font-size: 14px;
        }

        .footer .right .contact-icon {
            width: 30px;
        }

    }

}

@media screen and (max-width:1100px) {
    .desktop-version {
        height: 100%;
    }

}

@media screen and (min-width:1500px) {
    .desktop-version {
        .content .design1 {
            width: 340px;
        }

        .title-div .title1 {
            font-size: 46px;
            line-height: 50px;
        }
    }

}

/* ======================== End Desktop Version ===================== */

.mobile-version {
    display: none;
}

/* ======================== Start Mobile Version ===================== */
@media only screen and (max-width:967px) {
    .mobile-version {
        display: block;
    }

    .desktop-version {
        display: none;
    }

}

.mobile-version {
    .content .top-sec {
        position: relative;
        height: 680px;
        display: flex;
        background: url(../images/desktop/bg.webp) no-repeat;
        background-size: cover;
        padding-top: 20px;
    }

    .top-sec img.bg1-img {
        position: absolute;
        width: 100%;
        bottom: 0px;
    }

    .top-sec img.logo {
        width: 150px;
        margin: 30px 0 20px;
    }

    .top-sec .center {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .top-sec .title-div .title1 {
        text-align: center;
        font-size: 28px;
        color: #ffffffeb;
        font-family: serif;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        line-height: 28px;
    }

    .top-sec img.luxury-text {
        width: 330px;
        margin: 25px;
    }

    .desc {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px;
    }

    .desc .para {
        text-align: center;
    }

    .desc img.king {
        width: 40px;
        margin-bottom: 15px;
    }

    .desc img.star {
        width: 200px;
    }

    .awards-div {
        display: flex;
        background: url('../images/desktop/bg.webp') no-repeat;
        background-size: cover;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        padding-block: 30px;
    }
    img.award {
        width: 130px;
    }

    .two-award {
        display: flex;
        flex-direction: row;
        gap: 20px;
        width: 90%;
        align-items: center;
        justify-content: center;
        padding: 20px;
        background: #000;
        border-radius: 20px;
    }

    .footer .f-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-top: 5px solid #a3843d;
        padding: 15px;
    }

    .footer img.icon {
        width: 24px;
    }

    .footer p {
        margin: 0 !important;
        font-size: 14px;
        text-align: center;
    }

    .footer a {
        color: #000;
        text-decoration: none;
    }

    .footer .site-links {
        display: flex;
        flex-direction: column;
        padding: 15px;
        gap: 5px;
    }

    .footer .para2 {
        font-size: 18px;
        font-weight: 600;
    }

    .footer .contact-no {
        font-size: 24px;
        font-weight: 600;
    }

    .footer .contact-icon {
        width: 55px;
    }

    .footer .contact-div {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .footer .copy {
        padding-top: 10px;
    }
}

@media only screen and (max-width:350px) {
    .mobile-version {
        .content .top-sec {
            height: 540px;
        }

        .top-sec img.logo {
            width: 100px;
            margin: 25px 0 20px;
        }

        .top-sec .title-div .title1 {
            text-align: center;
            font-size: 22px;
        }
        .top-sec img.luxury-text {
            width: 80%;
            margin: 20px;
        }
        img.award {
            width: 110px;
        }
    }

}

/* ======================== End Mobile Version ===================== */


/* ======================== Start Tablet Version ===================== */
@media only screen and (min-width:600px) and (max-width:1072px) {
    .mobile-version {
        .two-award {
            width: 65%;
            justify-content: space-evenly;
        }
        .top-sec img.bg1-img {
            width: 100%;
            height: 100%;
        }
    }

}
/* ======================== End Tablet Version ===================== */