/* Initial Root Element */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@200;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'neutrif';
    src: url('../fonts/NeutrifPro-Regular.ttf') format('truetype');
}

html {
    height: 100%;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

#header-padding {
    padding-top: 6rem;
}

@media only screen and (max-width: 1900px)  {
    body, html {
        height: 100%;
        font-size: 11px;
        overflow-x: hidden;
        scroll-behavior: smooth;
    } 
}

@media only screen and (min-width: 2500px) and (max-width: 3800px) {
    body, html {
        height: 100%;
        font-size: 21px;
        overflow-x: hidden;
        scroll-behavior: smooth;
    } 
}

@media only screen and (min-width: 3801px) {
    body, html {
        height: 100%;
        font-size: 32px;
        overflow-x: hidden;
        scroll-behavior: smooth;
    } 
}

.w-70 {
    width: 70%;
}
.w-80 {
    width: 80%;
}
.w-90 {
    width: 90%;
}

#bg-undian { 
    background: url("../../assets/images/background-semargres.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

#bg-button { 
    background: url("../../assets/images/background-button.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
}

.vector-background-1 {
    position: absolute;
    bottom: 8rem;
    left: 3rem;
    z-index: 10;
}

.image-logo {
    position: absolute;
    top: 4rem;
    left: 5.5rem;
    width: 22rem;
    height: auto;
}

/* media query for mobile */
@media screen and (max-width: 500px) {
    #full-bg-1 { 
        background: url("../../assets/images/background-semargres.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
    }
}

#bukber {
    width: 60rem;
    /* height: 30rem; */
}
#sesi-kosong {
    width: 40rem;
    height: auto;
}

.winner-1 .hadiah, .winner-2 .hadiah, .winner-3 .hadiah {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 8.1rem */
}

.winner-4 .hadiah, .winner-5 .hadiah {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 8.1rem */
}

.input-roulette::placeholder {
    color: #111;
}

/* input roulette utk 1 pemenang */
.input-roulette-1 {
    position: relative;
    width: 75rem;
    height: 10rem;
    border-radius: 1.25rem;

    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    border: none;
    background: var(--surface-100, #F8F9FA);
}

.vector-roulette-1 {
    position: absolute;
    bottom: -2rem;
    left: -3rem;
    z-index: 10;
}

.vector-roulette-2 {
    position: absolute;
    top: -3rem;
    right: -2rem;
    z-index: 10;
}

/* input roulette utk 2 pemenang */
.input-roulette-2 {
    position: relative;
    width: 75rem;
    height: 8rem;
    border-radius: 1.25rem;
    margin: 1rem 0;

    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    border: none;
    background: var(--surface-100, #F8F9FA);
}

/* input roulette utk 3 pemenang */
.input-roulette-3 {
    position: relative;
    width: 75rem;
    height: 7rem;
    border-radius: 1.25rem;
    margin: 1rem 0;

    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    border: none;
    background: var(--surface-100, #F8F9FA);
}

/* input roulette utk 5 pemenang */
.input-roulette-4, .input-roulette-5 {
    position: relative;
    width: 40rem;
    height: 6rem;
    border-radius: 1.25rem;
    margin: 1rem 0;

    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    border: none;
    background: var(--surface-100, #F8F9FA);
}

/* Button */
#desc {
    width: 51rem;
    height: 3.5rem;
    background-color: #F8F9FA;
    border-radius: 10px;
    line-height: 3.5rem;
    margin-top: 3rem;
}
#desc p {
    font-size: 1.5rem;
    font-weight: 600;
}

#play, #stop {
    width: 12rem;
    height: auto;
}

#bukber-button {
    width: 30rem;
    height: auto;
}

.hadiah-button {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'neutrif';
    margin-top: 2rem;
}

.button {
    margin-top: 2rem;
}

@media screen and (max-width: 500px) {
    #play {
        width: 10rem;
    }
    #stop {
        width: 10rem;
    }
    #bukber {
        padding-top: 2rem;
        width: 15rem;
        height: auto;
    }
    #sesi-kosong {
        width: 40rem;
        height: auto;
    }
    .hadiah {
        font-size: 1.5rem;
        font-weight: 700;
        padding: 2rem 0;
    }
    #desc {
        width: 80%;
        height: auto;
        line-height: 2rem;
        padding-top: 1rem;
    }
    #desc p {
        font-size: 1rem;
        font-weight: 600;
    }
}

.footer {
    height: 12rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F8F9FA;
}

.footer-title {
    font-size: 1.25rem;
    font-weight: 400;
}

.footer-image img {
    width: 90rem;
    height: auto;
}