body {
    /* background-image: linear-gradient(to bottom, #050a0b, #112227); */
    background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9W8We57PyAGHY6fnElJlrbD1daHgv6kosPyCU1CKbqbYXYYExu_hh-h9GlNP4xG2y1Z7cGF3U7-IXv5rHWdvsmJaPFSDKcFKS8Eznk9Wg0W6yNtpIFvkbrxqliJdNXF_Ccx0QqmyNjjiKhMRY_EvAgCIBPE0zFO_rx2pBgcbIa4Q_8BVihRZHVIXn8TA/s16000/bg-nota4d.jpg);
    font-family: "Acme", sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

header {
    background-image: linear-gradient(180deg, #071011, #193239, #071011);
    padding: .5rem;
    border-bottom: 2px solid rgb(255, 153, 0);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

header #logo {
    width: 100vh;
    max-width: 200px;
    max-height: 100px;
    transition: all 0.3s ease-in-out;
}

header #login {
    width: 100%;
    background-image: linear-gradient(to right, #014547, #017070);
    padding: .2rem;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 2px 2px #016868;
    border: 3px solid white;
    border-radius: 1rem;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: all 0.3s ease-in-out;
}

#login:before {
    content: "";
    background: linear-gradient(45deg,
            #071011,
            #00ffd5,
            #014547,
            #017070,
            #00ffd5,
            #017070,
            #014547,
            #00ffd5,
            #071011);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-login 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 1rem;
}

@keyframes glowing-login {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

#login:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 1rem;
}

header #login:hover {
    width: 100%;
    padding: .2rem;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2eecdc;
    background-image: linear-gradient(to right, #ff8917, #fff86d, #ff8917);
    text-shadow: 1px 1px 0px #ff8917;
    border: 3px solid white;
    border-radius: 1cm;
    margin-top: 10px;
    transition: all 0.3s ease-in-out;
}

header #daftar {
    width: 100%;
    background-image: linear-gradient(to right, #014547, #017070);
    padding: .2rem;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    text-shadow: 2px 2px 2px #016868;
    border: 3px solid white;
    border-radius: 1rem;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: all 0.3s ease-in-out;
}

#daftar:before {
    content: "";
    background: linear-gradient(45deg,
            #071011,
            #00ffd5,
            #014547,
            #017070,
            #00ffd5,
            #017070,
            #014547,
            #00ffd5,
            #071011);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-daftar 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 1rem;
}

@keyframes glowing-daftar {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

#daftar:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 1rem;
}

header #daftar:hover {
    width: 100%;
    padding: .2rem;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2eecdc;
    background-image: linear-gradient(to right, #ff8917, #fff86d, #ff8917);
    text-shadow: 1px 1px 0px #ff8917;
    border: 3px solid white;
    border-radius: 1cm;
    margin-top: 10px;
}

.main-content {
    margin-top: 75px;
    z-index: 1;
    position: relative;
    margin-bottom: 5rem;
}

.container.frame-container {
    /* background-image: linear-gradient(to bottom, #071011, #193239, #071011); */
    background-color: #071011d7;
    border-radius: 1rem;
    color: white;
    padding: .5rem;
}

.container.information #info {
    background-image: linear-gradient(to right, #017070, #014547);
    color: white;
    font-weight: 500;
    text-align: center;
    justify-content: center;
    margin-top: .5rem;
    padding: 0px;
    font-size: 16px;
}

.container.information #text {
    background-color: white;
    text-align: center;
    justify-content: center;
    font-weight: 500;
    margin-top: .5rem;
    padding: 0px;
    font-size: 16px;
    color: #014547;
}

.container.carousel {
    padding: 0px;
    margin-top: .5rem;
    border: 1px solid rgba(255, 255, 255, 0.247);
    position: relative;
    z-index: 5;
    color: white;
}

.carousel-inner {
    margin-top: .3rem;
    display: flex;
    flex: nowrap;
}

.carousel-item {
    flex: 0 0 100%;
    transition: all 0.5s ease-in-out;
}

.game-search {
    padding: 0px;
    justify-content: end;
    margin-bottom: .5rem;
}

.game-search #searchGame {
    border: 2px solid orange;
}

.button-content {
    padding: 0rem;
    color: white;
    margin-top: 2rem;
}

.link-btn {
    display: flex;
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    padding: 12px 20px;
    color: #071011;
    background: linear-gradient(to right, #ff8917, #fff86d, #ff8917);
    border: none;
    box-shadow: 0 0.7em 1.5em -0.5em rgba(59, 48, 78, 0.527);
    letter-spacing: 0.05em;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s;
    text-decoration: none;
    text-align: center;
    justify-content: center;
}

.link-btn svg {
    margin-right: 8px;
    width: 25px;
}

.link-btn:hover {
    box-shadow: 0 0.5em 1.5em -0.5em #017070;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.link-btn:active {
    box-shadow: 0 0.3em 1em -0.5em #017070;
}

.link-btn::before {
    content: "";
    width: 4px;
    height: 40%;
    background-color: #014547;
    position: absolute;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    left: 0;
    transition: all 0.2s;
}

.link-btn::after {
    content: "";
    width: 4px;
    height: 40%;
    background-color: #014547;
    position: absolute;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 0;
    transition: all 0.2s;
}

.link-btn:hover::before,
.link-btn:hover::after {
    height: 60%;
}

.link-btn:hover::before {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transform: translate(5px, -15px) rotate(45deg);
    background-color: #2fd8e7;
}

.link-btn:hover::after {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    transform: translate(-5px, 15px) rotate(45deg);
    background-color: #2fd8e7;
}

.btn-content {
    margin: .3rem 0 .3rem 0;
    transition: all 0.3s ease-in-out;
    padding: 0 .5rem 0 .5rem;
}

.container.provider {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0rem;
    color: white;
}

.scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
}

.provider-scroll {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: .5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    scroll-snap-type: x mandatory;
    width: max-content;
}

.provider-card {
    flex: 0 0 auto;
    width: 250px;
    padding: .5rem;
    height: 100%;
    scroll-snap-align: start;
    background-image: linear-gradient(to right, #014547, #017070, #014547);
    border: 3px solid white;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
    max-height: 13vh;
    box-shadow: inset 0 0 10px 5px #071011
}

.provider-card:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 10px 5px #071011
}

.provider-card img {
    width: 100%;
    display: block;
    max-height: 10vh;
    height: 100%;
    padding: .5rem;
}

.container.subtitle {
    background-image: linear-gradient(180deg, #014547, #017070, #014547);
    padding: .2rem;
    color: white;
    text-shadow: 0 3px black;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    text-align: center;
    border-top-left-radius: 1cm;
    border-bottom-right-radius: 1cm;
    border: 2px solid orange;
    text-transform: uppercase;
}

.container.slotgame {
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    margin-top: 2rem;
}

#slot-game {
    padding: .3rem;
}

.all-game #slot {
    background-image: linear-gradient(to right, #014547, #017070);
    padding: .3rem;
    transition: all 0.3s ease-in-out;
    border: 3px solid white;
}

.all-game #slot:hover {
    background-color: white;
    padding: .3rem;
    transition: all 0.3s ease-in-out;
    border: 3px solid orange;
}

.slot-card {
    position: relative;
    overflow: hidden;
    color: white;
    font-weight: 100;
    transition: opacity 0.3s ease-in-out;
}

.slot-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
}

.slot-card:hover .overlay {
    opacity: 1;
}

.play-btn {
    z-index: 3;
    padding: 5px 25px;
    font-size: 12px;
    font-weight: 400;
    color: white;
    border: 1px solid white;
    box-shadow: inset 0 0 10px 0px black, inset 0 4px 0 0 #fff;
    border-radius: 1cm;
    background-color: rgba(128, 128, 128, 0.836);
    transition: all 0.3s ease-in-out;
}

.play-btn:hover {
    background-image: linear-gradient(to top, #014547, #017070);
    color: #fff;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
    border: 1px solid white;
    font-weight: 400;
}

.all-game img {
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-height: 21vh;
    min-height: 21vh;
    border-radius: 3px;
}

.all-game .title {
    color: #016868;
    font-size: 16px;
    background-color: white;
    padding: 0px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    text-transform: capitalize;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: 0rem;
    margin-bottom: 3px;
    transition: all 0.3s ease-in-out;
}

.progress {
    margin-top: 3px;
    margin-bottom: 3px;
    height: 20px;
    position: relative;
    border: 1px solid #017070;
    border-radius: 1rem;
    transition: all 0.3s ease-in-out;
}

.percentage {
    color: #050a0b;
    position: absolute;
    font-weight: 500;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.pola-gacor {
    padding: 0px;
    background-image: linear-gradient(to right, #014547, #017070);
    margin-top: 0px;
    color: white;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.pola {
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.pola-game {
    padding: .5rem;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

#item-time {
    padding: 0;
    justify-content: center;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: yellow;
    text-shadow: 1px 1px 0px black;
    border-bottom: 1px solid white;
    transition: all 0.3s ease-in-out;
}

#pola-slot-manual {
    padding: 0;
    border-bottom: 1px solid white;
    transition: all 0.3s ease-in-out;
    text-align: left;
}

#pola-slot {
    padding: 1px;
    text-align: end;
    border-bottom: 1px solid white;
    transition: all 0.3s ease-in-out;
}

.container.bank {
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    padding: 0px;
    margin-bottom: 0rem;
    margin-top: 2rem;
    color: white;
}

.all-bank #bank {
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(245, 245, 245, 0.877);
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: .3rem;
    width: 100%;
    background-color: white;
    transition: all 0.3s ease-in-out;
}

.all-bank {
    background-image: linear-gradient(to bottom, #014547, #017070);
    padding: 1rem;
    border-radius: 1rem;
}

.all-bank img {
    transition: all 0.3s ease-in-out;
    object-fit: contain;
    max-height: 2vh;
}

.container.article {
    transition: all 0.3s ease-in-out;
    padding: 3rem;
    margin-top: 2rem;
    color: white;
    transition: all 0.3s ease-in-out;
}

.article h1,
h2,
h3 {
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem;
    color: #ffbb00;
    transition: all 0.3s ease-in-out;
}

.article p,
ol,
ul,
li {
    text-align: justify;
    color: white;
    font-weight: 400;
    margin-bottom: 0rem;
}

.article th,
td {
    color: black;
    font-weight: 400;
}

.article a {
    color: #ffbb00;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
}

.article {
    background-image: linear-gradient(to bottom, #014547, #017070, #014547);
    padding: 1rem;
    border-radius: 1rem;
}

footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(180deg, #071011, #193239, #071011);
    font-size: 14px;
    border-top: 2px solid orange;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    padding: 0rem;
    left: 0;
    z-index: 9999;
}

footer #register {
    background-image: linear-gradient(to right, #ff8917, #fff86d, #ff8917);
    border-bottom-right-radius: 1cm;
    border-bottom-left-radius: 1cm;
    color: #071011;
    transition: all 0.3s ease-in-out;
}

footer #home,
#livechat,
#demo,
#bonus {
    color: white;
}

footer a {
    text-decoration: none;
    color: white;
}

#bonus img {
    width: 100%;
    max-width: 11vh;
    transition: all 0.3s ease-in-out;
}

#livechat img {
    width: 100%;
    max-width: 11vh;
    transition: all 0.3s ease-in-out;
}

#daftar img {
    width: 100%;
    max-width: 11vh;
    transition: all 0.3s ease-in-out;
}

#alternatif img {
    width: 100%;
    max-width: 11vh;
    transition: all 0.3s ease-in-out;
}

#daftar img {
    width: 100%;
    max-width: 11vh;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 480px) {
    header {
        background-image: linear-gradient(180deg, #071011, #193239, #071011);
        padding: .5rem;
        border-bottom: 2px solid rgb(255, 153, 0);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        text-align: center;
    }


    header .col-9 {
        width: 100%;
    }

    header #login {
        display: none;
    }

    header #daftar {
        display: none;
    }

    .container.carousel {
        padding: 0px;
        margin-top: .5rem;
        border: 1px solid rgba(255, 255, 255, 0.247);
        position: relative;
        z-index: 5;
        color: white;
        transition: all 0.3s ease-in-out;
    }

    .button-content {
        padding: 0rem;
        color: white;
        margin-top: 2rem;
        margin-bottom: 0rem;
    }

    .link-btn {
        display: block;
        text-align: center;
        background-image: linear-gradient(to right, #ff8917, #fff86d, #ff8917);
        border: 2px solid white;
        color: #071011;
        padding: .3rem;
        font-size: 14px;
        text-decoration: none;
        border-radius: 8px;
    }

    .link-btn:hover {
        background-image: linear-gradient(to right, #014547, #017070, #014547);
        border: 2px solid white;
        color: white;
        box-shadow: inset 0 0 10px 0px black, inset 0 4px 0 0 #fff;
    }

    .btn-content {
        margin: .3rem 0 .3rem 0;
        transition: all 0.3s ease-in-out;
        padding: 0 .1rem 0 .1rem;
    }

    .provider-card {
        flex: 0 0 auto;
        width: 185px;
        scroll-snap-align: start;
        background-color: #000000;
        border: 3px solid white;
        border-radius: 8px;
        overflow: hidden;
        max-height: 10vh;
        transition: transform 0.3s ease;
    }

    .game-search {
        padding: 0px;
        justify-content: end;
        margin-bottom: .5rem;
        width: 100%;
    }

    #slot-game {
        padding: .2rem;
    }

    .all-game img {
        transition: all 0.3s ease-in-out;
        width: 100%;
        max-height: 18vh;
        min-height: 18vh;
        border-radius: 3px;
    }

    .container.bank {
        text-align: center;
        justify-content: center;
        transition: all 0.3s ease-in-out;
        margin-bottom: 4rem;
    }

    .all-bank #bank {
        padding: .3rem;
        max-width: 9vh;
    }

    .all-bank img {
        max-width: 7vh;
    }

    .container.article {
        transition: all 0.3s ease-in-out;
        padding: 1.5rem;
        margin-top: 2rem;
        color: white;
    }

    .article {
        border-radius: 1rem;
        padding: 0rem;
    }

    .support {
        display: none;
    }

    footer #register {
        background-image: linear-gradient(to right, #ff8917, #fff86d);
        border-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        color: #071011;
        transition: all 0.3s ease-in-out;
    }
}
