@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

body {
    background-image: url('https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixfazkLEh1J5J7qEHw9CQmBdIm9td7yfOztzLpSZKD-zUKwut7YGNJIhjjin8kC5RXGy8MvnxauUegbp0SpLDNoO_yU31H5H0Z5V83z81mCXhwtPoFVFGUrRs05BoDHYxLLKIaNsx4c_vEhzn969Mvw_sZy4zp0tCmNx_UdEIl-KP9CTCRrSsQHc80ayMV/s16000/slots.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 0.5rem;
    color: orange;
}

.container {
    background-color: #333;
    border: 3px solid orange;
    width: 45rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    max-width: 100%;
}

.content {
    padding-inline: 1rem;
    text-align: justify;
}

h1 {
    color: rgb(0, 0, 0);
    font-size: 1.5rem;
    font-weight: bold;
}

p,ul,ol,li{
    color: black;
    font-size: .9rem;
    font-weight: 400;
}

a {
    color: maroon;
    font-weight: bold;
}

.banner-promo {
    width: 100%;
    border-radius: 0.5rem;
}

.banner {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.hot-info {
    background-color: orange;
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 1rem;
}

.btn-row {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.btn {
    border: 2px solid orange;
    color: black;
    font-weight: 700;
    width: 100%;
    font-size: 1rem;
    border-radius: 1cm;
    background: linear-gradient(150deg, orange 21%, orange 33%, rgb(255, 247, 205) 44%, orange 60%, orange 73%, orange 85%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    box-shadow: inset 0px 0px 8px black;
}

.image-promo {
    width: 100%;
    max-height: 20vh;
}

.image-promo:hover {
    border: 1px solid orange;
}

.img-sosmed {
        position: fixed;
        bottom: 25px;
        left: 5px;
        z-index: 99;
        opacity: 0.98;
        border-radius: 40px;
    }


.promo-content {
    border: 1px solid orange;
}

.accordion-item {
    background-color: orange;
    color: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px black;
}

.accordion-body {
    padding: 1.5rem;
}

.article {
    font-size: 1rem;
}

.footer {
    text-align: center;
    padding: 0.5rem;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
}


@media screen and (max-width: 480px) {

    body {
        background-color: black;
        padding: 0.5rem;
    }

    .container {
        background-color: #333;
        border: 3px solid orange;
        width: 45rem;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 1rem;
        max-width: 100%;
    }

    .content {
       padding-inline: 0.5rem;
       padding-top: 3px;
       text-align: justify;
    }

    h1 {
        color: rgb(0, 0, 0);
        font-size: 1.5rem;
        font-weight: bold;
    }

    p,ul,ol,li{
        color: black;
        font-size: 0.8rem;
        font-weight: 600;
    }

    a {
        color: maroon;
        font-weight: bold;
    }

    .banner-promo {
        width: 100%;
        border-radius: 0.5rem;
    }

    .banner {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .hot-info {
        background-color: orange;
        color: black;
        font-weight: 700;
        font-size: 1rem;
    }
    
    .btn-row {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .btn {
        background: linear-gradient(150deg, orange 21%, orange 33%, rgb(255, 247, 205) 44%, orange 60%, orange 73%, orange 85%);
        border: 2px solid orange;
        animation: gradient 10s ease infinite;
        color: rgb(0, 0, 0);
        font-weight: 700;
        width: 100%;
        font-size: 0.8rem;
        border-radius: 1cm;
        background-size: 400% 400%;
        box-shadow: inset 0px 0px 8px black;
    }
    
    .img-sosmed {
        position: fixed;
        bottom: 25px;
        left: 5px;
        z-index: 99;
        opacity: 0.98;
        border-radius: 40px;
    }
    
    /*.col-md-4:nth-child(6) {*/
    /*    display: none;*/
    /*}*/

    .article {
        font-size: .9rem;
    }

    .image-promo {
        width: 100%;
        max-height: 12vh;
    }

    .image-promo:hover {
        border: 1px solid orange;
    }

    .promo-content {
        border: 1px solid orange;
    }

    .accordion-item {
        background-color: orange;
        color: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px black;
    }

    .accordion-body {
        padding: 1.5rem;
    }

    .footer {
        text-align: center;
        padding: 0.5rem;
        font-weight: 600;
        color: rgb(255, 255, 255);
        font-size: 12px;
        text-transform: uppercase;
    }
}
