@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

body {
    background-image: url('https://shiowlaku.com/images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 0.5rem;
}

.container {
    background-image: linear-gradient(to bottom, #7f5918 8%, #f7f6ad 36%, #f7f6ad 48%, #e6c581 50%, #f5cd81 55%, #86612a 90%);
    border: 2px solid #ffc974;
    width: 45rem;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1rem;
    max-width: 100%;
    color: white;
}

.content {
    padding-inline: 1rem;
    text-align: justify;
}

h1 {
    color: rgb(255, 255, 0);
    font-size: 1.5rem;
    font-weight: bold;
}

p,
ul,
ol,
li {
    color: rgb(255, 255, 255);
    font-size: .9rem;
    font-weight: 400;
}

a {
    color: orange;
    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: black;
    /* color: rgb(206 206 206); */
    color: white;
    font-weight: 700;
}

.btn-row {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.btn {
    border: 2px solid #c59420;
    color: #e4b454;
    font-weight: 700;
    width: 100%;
    font-size: 1rem;
    border-radius: 1cm;
    background: linear-gradient(150deg, rgb(0, 0, 0) 21%, rgb(0, 0, 0) 33%, #fff4de 44%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 73%, rgb(0, 0, 0) 85%);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    box-shadow: inset 0px 0px 8px black;
    text-shadow: 1px 1px black;
}

.btn:hover {
    border: 3px solid #c59420;
    color: black;
    font-weight: 700;
    width: 100%;
    font-size: 1rem;
    border-radius: 1cm;
    background: none;
    background-color: rgb(243, 190, 57);
    background-size: 400% 400%;
    animation: gradient 10s ease infinite;
    box-shadow: inset 0px 0px 10px black;
    text-shadow: none;
}

.image-promo{
	width: 100%;
	max-height: 27vh;
}

.image-promo:hover {
    border: 1px solid #e4b454;
}

.promo-content {
    border: 1px solid #ffc974;
}

.accordion-item {
    background-color: #4d3a19;
    color: white;
    box-shadow: inset 0px 0px 25px black;
}

.accordion-body {
    padding: 1.5rem;
}

.footer {
    text-align: center;
    padding: 0.5rem;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-transform: uppercase;
}

.img-sosmed {
        position: fixed;
        bottom: 25px;
        left: 5px;
        z-index: 99;
        opacity: 0.98;
        border-radius: 40px;
    }

@media screen and (max-width: 480px) {
    body {
        background-image: url('https://shiowlaku.com/images/bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        padding: 0.5rem;
    }

    .container {
        background-image: linear-gradient(to bottom, #7f5918 8%, #f7f6ad 36%, #f7f6ad 48%, #e6c581 50%, #f5cd81 55%, #86612a 90%);
        border: 3px solid #a87b38;
        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(255, 255, 0);
        font-size: 1.4rem;
        font-weight: bold;
    }

    p,
    ul,
    ol,
    li {
        color: rgb(255, 255, 255);
        font-size: 0.8rem;
        font-weight: 600;
    }

    a {
        color: orange;
        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: black;
        color: white;
        font-weight: 700;
    }

    .btn-row {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }

    .btn {
        background: linear-gradient(150deg, rgb(0, 0, 0) 21%, rgb(0, 0, 0) 33%, rgb(128, 128, 128) 44%, rgb(0, 0, 0) 60%, rgb(0, 0, 0) 73%, rgb(0, 0, 0) 85%);
        border: 2px solid #c59420;
        animation: gradient 10s ease infinite;
        color: #e4b454;
        font-weight: 700;
        width: 100%;
        font-size: .8rem;
        border-radius: 1cm;
        text-shadow: 1px 1px black;
        background-size: 400% 400%;
        box-shadow: inset 0px 0px 8px black;
    }

    .btn:hover {
        border: 3px solid #c59420;
        color: black;
        font-weight: 700;
        width: 100%;
        font-size: .6rem;
        border-radius: 1cm;
        background: none;
        background-color: rgb(243, 190, 57);
        background-size: 400% 400%;
        animation: gradient 10s ease infinite;
        box-shadow: inset 0px 0px 10px black;
        text-shadow: none;
    }
    
    .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;
    }

    .image-promo {
        width: 100%;
        max-height: 17vh;
    }

    .image-promo:hover {
        border: 1px solid #e4b454;
    }

    .promo-content {
        border: 1px solid rgb(80, 54, 23);
    }

    .accordion-item {
        background-color: #4d3a19;
        color: white;
        box-shadow: inset 0px 0px 25px black;
    }

    .accordion-body {
        padding: 1.5rem;
    }

    .footer {
        text-align: center;
        padding: 0.5rem;
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }
}
