@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
    box-sizing: border-box;
}

* {
    margin: 0;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-family: Inter;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

#root,
#__next {
    isolation: isolate;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

body {
    margin: 0;
    background-color: #171722;
}

.hero-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../image/glamor.jpg') no-repeat center center/cover;

    .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #00000000 0%, #0D0D13 90%, #0D0D13 100%);

        .hero-content {
            position: absolute;
            bottom: 150px;
            left: 75px;
            right: 30px;
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            flex-wrap: wrap;

            .hero-text {
                color: white;
                max-width: 600px;
            }

            .hero-text h1 {
                font-size: 48px;
                font-weight: bold;
                margin-bottom: 10px;
            }

            .hero-text p {
                font-size: 18px;
                line-height: 1.6;
            }

            .hero-buttons {
                position: absolute;
                bottom: 0px;
                right: 45px;
                display: flex;
                flex-direction: column;
                align-items: flex-end;
                gap: 10px;
            }

            .hero-buttons .btn {
                text-decoration: none;
                padding: 10px 18px;
                border-radius: 5px;
                font-size: 14px;
                font-weight: 500;
                display: inline-block;
                transition: all 0.3s ease;
            }

            .btn.login {
                background-color: #1e1e1e;
                color: #fff;
                border: 1px solid #444;
            }

            .btn.vip {
                background-color: #CF983E;
                color: #000;
                border: 1px solid #CF983E;
            }

            /* WhatsApp just below hero-buttons */
            .whatsapp-holder {
                position: absolute;
                bottom: -90px;
                right: 45px;
                background-color: #CF983E;
                padding: 10px;
                border-radius: 100px;

            }

            .whatsapp-btn img {
                width: 50px;
                height: 50px;
                transition: transform 0.3s ease;
            }

            .whatsapp-btn:hover img {
                transform: scale(1.3);
            }
        }
    }

}

.carousel-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-color: #0D0D13;
    padding: 10px 0;

    .carousel-track {
        display: inline-block;
        animation: scroll 30s linear infinite;

        .carousel-item {
            display: inline-block;
            margin: 0 30px;
            font-size: 24px;
            font-weight: 500;
            color: white;
        }
    }
}


.star {
    color: orange;
    margin: 0 15px;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}




.hero-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 80px;
    gap: 60px;


    .hero-text {
        flex: 1;
    }

    .hero-text h1 {
        font-size: 48px;
        color: #f5c16c;
        font-family: Georgia, serif;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .hero-text p {
        font-size: 16px;
        line-height: 1.6;
        color: #dcdcdc;
        margin-bottom: 30px;
        max-width: 500px;
    }

    .hero-text .btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 20px;
        border: 1px solid #f5c16c;
        background: transparent;
        color: #fff;
        text-decoration: none;
        border-radius: 4px;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .hero-text .btn:hover {
        background-color: #f5c16c;
        color: #0e0c10;
    }

    .hero-text .btn i {
        background: #333;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
    }

    .hero-image {
        flex: 1;
    }

    .hero-image img {
        width: 100%;
        border-radius: 20px;
        display: block;
    }
}


.services-section {
    padding: 60px 40px;
    background-color: #141218;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;

    h2 {
        text-align: center;
        font-size: 74px;
        color: #FFFFFF33;
        font-family: Georgia, serif;
        margin-bottom: 40px;
    }

    .services-grid {
        display: grid;
        /* grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); */
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 80px;
        gap: 90px;
    }

    .service-card {
        background-color: #1b1a22;
        border-radius: 16px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 0px;
    }

    .service-image-container {
        position: relative;
        height: 300px;
        overflow: hidden;
        padding: 0px 20px 20px;
    }

    .service-image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 10px;
    }

    .service-image-container::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 40%;
        /* background: linear-gradient(to top, #0D0D13 50%, transparent); */
        background: linear-gradient(to bottom, #00000000 0%, #0D0D13 80%, #0D0D13 100%);
    }

    .service-content {
        padding: 20px;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .service-title {
        font-size: 20px;
        font-weight: bold;
        color: #f5c16c;
        margin-bottom: 8px;
    }

    .service-desc {
        font-size: 14px;
        color: #ccc;
        margin-bottom: 12px;
    }

    .service-list {
        font-size: 14px;
        color: #eee;
        list-style-type: disc;
        padding-left: 18px;
        margin-bottom: 20px;
    }

    .card-buttons {
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }

    .card-buttons a {
        flex: 1;
        text-align: center;
        padding: 8px 10px;
        font-size: 13px;
        border: 1px solid #f5c16c;
        color: #fff;
        background: transparent;
        text-decoration: none;
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    .card-buttons a:hover {
        background-color: #f5c16c;
        color: #0e0c10;
    }
}

.divider{
    width: 100%;
    height: 50px;
    background-color: #0D0D13;
}