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

html {
    height: 100%;
    font-size: 16px;
    font-family: 'neutrif';
    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%;
}

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

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

.content {
    margin-top: 8rem;
}

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

.winner-1 .hadiah, .winner-2 .hadiah, .winner-3 .hadiah {
    font-size: 3rem;
    font-weight: 700;
    font-family: 'neutrif';
    position: absolute;
    top: 25rem;
}

.winner-4 .hadiah, .winner-5 .hadiah {
    font-size: 2rem;
    font-weight: 700;
    font-family: 'neutrif';
    position: absolute;
    top: 28rem;
}

.pemenang {
    margin-top: 5rem;
}

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

/* input roulette utk 1 pemenang */
.input-roulette-1 {
    width: 70rem;
    height: 7.1rem; 
    font-size: 3rem; 
    text-align: center; 
    color: #111;
    font-weight: 600;

    /* background: rgba(255, 255, 255, 0.6); */
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding-left: 30px;

    /* background: url("../images/masjid-1.png"); */
    border: 5px solid #FFFFFF;
    background-repeat: no-repeat;
    background-position: bottom right;
}
/* input roulette utk 2 pemenang */
.input-roulette-2 {
    width: 45rem;
    height: 5.5rem; 
    font-size: 2rem; 
    text-align: center; 
    color: #111;
    font-weight: 600;
    /* background: rgba(255, 255, 255, 0.6); */
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding-left: 30px;

    /* background: url("../images/masjid-2.png"); */
    border: 5px solid #FFFFFF;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100px;
}

/* input roulette utk 3 pemenang */
.input-roulette-3 {
    width: 45rem;
    height: 5.5rem; 
    font-size: 2rem; 
    text-align: center; 
    color: #111;
    font-weight: 600;
    /* background: rgba(255, 255, 255, 0.6); */
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding-left: 30px;

    /* background: url("../images/masjid-3.png"); */
    border: 5px solid #FFFFFF;
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* input roulette utk 5 pemenang */
.input-roulette-5 {
    width: 45rem;
    height: 5.5rem; 
    font-size: 2rem; 
    text-align: center; 
    color: #111;
    font-weight: 600;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 14px;
    padding-left: 30px;

    /* background: url("../images/masjid-5.png"); */
    border: 5px solid #FFFFFF;
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* Button */
#desc {
    width: 51rem;
    height: 3.5rem;
    background-color: #ffffff;
    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;
    }
    #bukber-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;
    }
}