
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-bold-rounded/css/uicons-bold-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-straight/css/uicons-regular-straight.css');

:root {
    --color-1: #111111;
    --color-2: #a67407;
    --color-3: #f2dd1b;
    --color-4: #0a4998;
    --color-5: #0564da;
    --color-6: #c80000;
    --color-7: #ff0000;
    --color-8: #0a4998;
    --color-9: #f5f5f5;
    --color-11: #004a6d;
    --color-10: #44c4ff;
    --color-12: #ff5c5c;
    --color-13: #bdc3c7;
    --color-14: #2c3e50;
}

.bg-color-1 { background-color: var(--color-1); }
.bg-color-2 { background-color: var(--color-2); }
.bg-color-3 { background-color: var(--color-3); }
.bg-color-4 { background-color: var(--color-4); }
.bg-color-5 { background-color: var(--color-5); }
.bg-color-6 { background-color: var(--color-6); }
.bg-color-7 { background-color: var(--color-7); }
.bg-color-8 { background-color: var(--color-13); }
.bg-color-9 { background-color: var(--color-9); }
.bg-gradient { background-image: linear-gradient(to bottom, #44c4ff  0%,#004a6d  100%); }

* {
    font-family: 'Poppins', sans-serif;
}


dblock{

}
body {
    background-color: var(--color-1);
    background-image: url(../images/bg.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container {
    background-color: rgba(0, 0, 0, 0.56);
}

.btn, .btn:hover, .btn:focus, .btn:visited {
    box-shadow: none;
    border: 0;
}
.btn.btn-daftar,
.btn.btn-daftar:hover {
    padding: 0;
    line-height: 50px;
    color: var(--white);
    font-weight: 700;
    background-image: linear-gradient(to bottom, var(--color-13), var(--color-14));
    border-radius: 8px 0 0 8px;
}
.btn.btn-login,
.btn.btn-login:hover {
    padding: 0;
    line-height: 50px;
    color: var(--white);
    font-weight: 700;
    background-image: linear-gradient(to bottom, var(--color-10), var(--color-11));
    border-radius: 0 8px 8px 0;
}
.btn.btn-game,
.btn.btn-game:hover {
    padding: 5px 8px;
    color: var(--white);
    background-image: linear-gradient(to bottom, var(--color-5), var(--color-4));
    border-radius: 8px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.12em;
}

header {
    display: block;
    position: relative;
}
header .logo-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 300px;
}
header .logo-wrapper img.web-logo {
    display: block;
    width: 100%;
}

section {
    display: block;
    position: relative;
}
section article p {
    font-size: 14px;
}
section article a {
    color: var(--color-7);
}
section .sticky-menu {
    display: block;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    z-index: 999;
}
section .sticky-menu .menu-item {
    display: block;
    position: relative;
    padding: 15px 0 5px;
    color: var(--color-9);
    text-align: center;
    text-decoration: none;
    background-image: radial-gradient(circle at top center, #44c4ff 0, rgba(255,255,255,0) 100%);
}
section .sticky-menu .menu-item .fi {
    display: block;
    font-size: 18px;
}
section .sticky-menu .menu-item span {
    display: block;
    margin-top: -2px;
    font-size: 10px;
}

footer {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.animate-charcter {
    display: inline-block;
    text-transform: uppercase;
    background-image: linear-gradient( 45deg, #fff800 0%,#ff1361 25%, #44107a 50%, #ff1361 75%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-size: 22px;
    font-weight: 700;
}

@keyframes textclip {
    100% {
        background-position: -200% center;
    }
}

.rtp-wrapper {
    display: block;
    position: relative;
    border-radius: 8px;
}
.rtp-wrapper .rtp-header {
    border-radius: 8px 8px 0 0;
}
.rtp-wrapper .rtp-body {
    border-radius: 0 0 8px 8px;
}

.card.card-game,
.card.card.card-game .card-body {
    display: block;
    position: relative;
    border-radius: 8px;
    min-height: 100px;
}
.card.card-game .card-body img.card-img-top {
    border-radius: 8px 8px 0 0;
}
.card.card-game .card-body .game-link {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.56);
}
.card.card-game .card-body:hover .game-link {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
}
.card.card-game .percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    position: relative;
    margin: 0 auto;
    border-radius: 0 0 8px 8px;
}
.card.card-game .percent p {
    z-index: 15;    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    line-height: 27px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: black;
    margin: 0;
}
.card.card-game .percent-bar {
    /* background-color: #ffc107; */
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
    border-radius: 0 0 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    /* background-color: #007bff; */
    transition: width .6s ease;
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}
.card.card-game .percent-bar.yellow{
    background-color: #ffc107;
}
.card.card-game .percent-bar.green{
    background-color: #28a745;
}
.card.card-game .percent-bar.red{
    background-color: #dc3545;
}

.card.card-provider,
.card.card-provider .card-body {
    border-radius: 12px;
}
.card.card-provider .card-body {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.card.card-provider .card-body img.provider-thumbnail {
    display: block;
    margin: 0 auto;
    height: 30px;
    max-height: 30px;
    width: auto;
}


@media only screen and (min-width: 768px){
    .row-cols-lg-5>* {
    max-width: 25%;
    padding-bottom: 10px;
    }
}

@media only screen and (min-width: 300px){
    .row-cols-lg-5>* {
        max-width: 25%;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px){
    .row-cols-lg-5>* {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width: 768px){
    .row-cols-lg-6>* {
        max-width: 25%;
    }
}

@media (min-width: 300px){
    .row-cols-lg-6>* {
       
        max-width: 25%;
    }
}


@media (min-width: 992px){
.row-cols-lg-6>* {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    }
}
@media (min-width: 300px){
.card.card-provider, .card.card-provider .card-body {
    height: 100px;
}
}

@media (min-width: 992px){
    .card.card-provider, .card.card-provider .card-body {
        height: 100px;
    }
    }