.generator-machine {
    position: relative;
    margin: auto;
}

.slots {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
}

.generator-img {
    width: auto;
    margin-top: 10px;
}

#generator-div {
    text-align: center;
}

.mt-15 {
    margin-top: 40px;
}

.header1 marquee {
    font-size: 16px;
}

.footer .container {
    font-size: calc(0.9rem + 0.5vw);
}

.custom-navbar .navbar-nav .nav-link img {
    width: 27px;
    height: auto;
    margin-right: 2px;
}


* { box-sizing: border-box; }

html { font-size: 62.5%;}

.custom-navbar {
    font-size: calc(0.6rem + 0.4vw);
    padding-right: 0.7rem;
    padding-left: 0.7rem;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.77rem;
    padding-left: 0.77rem;
}

.custom-navbar {
    border-radius: 10px;
    color: white;
    font-size: calc(0.6rem + 0.4vw);
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    padding: 11px 15px;
    margin-left: 25px;
    margin-right: 25px;
}

.news-badge {
    font-size: 1.6rem;
}

.custom-subheading.mb-50 {
    font-size: calc(1rem + 0.5vw);
}

.button {
    display: block;
    position: absolute;
    width: 75%;
    top: 165%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 20px;
    outline: none;
    cursor: pointer;
}

.button:hover, .button:focus, .button:active {
    border: none;
    outline: none;
    box-shadow: none;
}

p {
    margin: 0 0 16px;
    font-size: 18px;
    line-height: 23px;
    width: 80px;
}

.slot-machine {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.group,
.reel {
    display: inline-block;
    color: #000000;
}

.group {
    display: flex;
    justify-content: center;
    padding: 2.0rem 0;
    border-radius: 3.0rem;
}

.img-fluid {
    padding: 2px;
}

.footer-articel h3{
    font-size: 2.75rem;
}

.footer-articel h6{
    font-size: 1.65rem;
}

.footer-articel h5{
    font-size: 2rem;
}

.custom-heading {
    font-size: 50px;
}

.reel {
    position: relative;
    float: left;
    width: 25%;
    height: 10rem;
    padding: 0 1.0rem;
    overflow: hidden;
    text-align: center;
    color: #fdff30;
    border-radius: 1.0rem;

    .reel-holder {
        position: relative;
        top: 3rem;
        text-align: center;
    }

    .reel-door {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4.0rem;
        font-weight: bold;
        background: #fab821;
    }

    p {
        height: 6.0rem;
        margin-top: 1.0rem;
        margin-bottom: 0;
        font-size: 4.6rem;
        font-weight: bold;
    }

}

@media (max-width: 768px) {
    .generator-machine {
        width: 75%;
    }

    .angka {
        left: 5px;
    }

    .slot {
        width: 69px;
    }
    .angka-container {
        height: 65px;
    }

    .custom-subheading {
        font-size: calc(1rem + 0.5vw);
    }

    p {
        width: 75px;
    }

    .custom-heading {
        font-size: calc(1.8rem + 0.5vw);
    }

    .news-badge-m {
        font-size: 1.1rem;
    }

    .marquee-m {
        font-size: 1.5rem;
    }

    .footer .container {
        font-size: calc(0.8rem + 0.5vw);
    }

}

@media (max-width: 730px) {

    p {
        width: 50px;
    }

    .reel {
        height: 10rem;

    }

    .button {
        top: 135%;
    }

}

@media (max-width: 480px) {
    .angka-container {
        width: 60px;
        height: 65px;
    }

    .angka {
        left: 12px;
    }

    .slot {
        width: 52px;
    }

    p {
        width: 35px;
    }

    .reel {
        height: 6rem;
    
        .reel-holder {
            top: 1rem;
        }

        p{
            font-size: 3.3rem;
        }
    
    }

    .button {
        top: 145%;
    }

}

@media (max-width: 375px) {

    .button {
        top: 120%;
    }

    p {
        width: 29px;
    }
}


