*{
    font-family: sans-serif;
    box-sizing: border-box;
}

p{
    margin: 0;
}

body{
    background: #006496;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: contain;
    background-color: #006496;
    background-size: 100%;
}

a:hover{
    text-decoration: none;
    color: white;
}

.container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.adv{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

img{
    vertical-align: middle;
    border-style: none;
}

.title{
    display: flex;
    justify-content: center;
}

.title-text{
    color: white;
    font-size: 2.5rem;
}

.slot{
    display: block;
}

.slot .slot-sidebar{
    padding-right: 10px;
    padding-left: 0;
    margin-top: -15px;
    background-color: black;
    float: none !important;
    width: 100% !important; 
    flex: none !important;
    max-width: 100% !important;
    padding-right: 0 !important;
}

.btn-provider:hover{
    background-color: #644C1C;
}

.slot-sidebar-nav{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slot-sidebar-nav > li {
    border-bottom: 1px solid #0092b1;
    width: 100%;
    position: relative;
    display: block;
    border-bottom: none;
    padding: 6px;
    background: linear-gradient(to bottom,#242424 0%,#515151 46%,#242424 100%);
}

.slot-sidebar-nav > li > a{
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
    background-color: black;
}

.btn-provider{
    text-align: center;
    display: block;
}   

.enter{
    display: none;
}

.btn-provider span{
    position: unset;
}

.active{
    background-color: #0092B1;
}

.slot .content{
    float: none;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
    max-width: 100%;
    background-color: #121212;
}

.wrapper{
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card{
    float: left;
    width: 20%;
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
}

.card-content{
    margin: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
}

.percent{
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 18px;
    width: 90%;
    margin: 0 auto;
}

.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    color: black;
}

.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;
    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;
}

.yellow{
    background-color: #ffc107;
}

.green{
    background-color: #28a745;
}

.red{
    background-color: #dc3545;
}

.hover-btn{
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,0.9);
    transition: all 0.1s ease-in-out;
    z-index: 10;
    width: 100%;
    height: 87%;
}

.maintenance{
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    margin: -6px;
}

.maintenance p{
    position: relative;
    top: 40%;
    font-size: 13px;
}

.play-btn{
    font-size: 15px;
    text-decoration: none;
    color: white;
    text-align: center;
    align-items: center;
    /* width: 100%; */
    margin-top: 42%;
    padding: 8px;
    display: block;
    margin-left: 30px;
    margin-right: 30px;
    margin: 42% 30px 42% 30px;
    background: linear-gradient(rgb(247, 183, 13), rgb(195, 133, 16)), linear-gradient(35deg, rgb(250, 199, 94) 25%, rgb(254, 254, 252) 35%, rgb(255, 215, 162) 45%, rgb(255, 246, 224) 55%, rgb(250, 207, 177) 65%);
    color: #000;
    border-radius: 18px;
    transition: all .3s ease;;
}

.play-btn:hover{
    background: linear-gradient(to top,#fff095 0%,#b88416 88%);
}

.img-zoom{
    transition: all 0.45s ease-in-out;
}

.ygg-img{
    border: 5px solid #2F2F2F;
}

.hover-btn:hover{
    opacity: 100%;
}

.hover-btn:hover ~ .img-zoom{
    /* transform: scale(1.2); */
    position: relative;
}

.short{
    display: none;
}
.next-btn{
    /* display: none; */
    background: linear-gradient(to bottom,#242424 0%,#515151 46%,#242424 100%);
    width: 15%;
}

.mySlides{
    display: none;
}

.next-btn{
    background-color: #292a2b;
    border: none;
    color: #fff;
}

@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
    
}

@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
    
}

@media (min-width: 992px){
    .container{
        max-width: 960px;
    }
}

@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
    
}

@media (max-width: 992px) {
    .slot-sidebar-nav{
        flex-wrap: nowrap;
    }
    .slot-sidebar{
        float: none !important;
        width: 100% !important; 
        flex: none !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    .content{
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
    }
    .card{
        width: 33.3% !important;
    }
    .hover-btn{
        display: none;
    }
    .hover-btn:hover ~ .img-zoom{
        transform: scale(1);
        position: relative;
    }
    .btn-provider{
        text-align: center;
        display: block;
    }  
    .enter{
        display: block;
    }
    .btn-provider span{
        position: unset;
    }
    .btn-provider i{
        margin: 0;
    }
    .slot-sidebar-nav li{
        border-bottom: none;
    }
    .slot-sidebar-nav li a p{
        font-size: 13px;
    }
    .img-zoom{
        height: auto;
    }
    .slot-sidebar-nav li a img{
        height: 37.5px !important;
    }
    .maintenance p{
        font-size: 5px;
    }
}
@keyframes slide-in {
    0% {
        top: -100%;
    }
    100% {
        top: 50%;
    }
}
.link-container {
display: flex;
justify-content: center;
font-size: var(--x-large-font);
padding: 0;
width: 100%;
}
.link-container a {
width: 50%;
text-align: center;
padding: 15px 20px;
text-transform: uppercase;
color: #ffffff;
text-decoration: none;
}
.register-button {
    background-image: linear-gradient(315deg, #fbb034 0%, #ffdd00 74%);
    background-color: initial;
}
.login-button {
    background-image: linear-gradient(315deg, #000000 0%, #7f8c8d 74%);
    background-color: initial;
}
style attribute {
    --base-color: 48 100%;
    --primary-color: hsl(48 100% 50%);
    --g-primary-color: hsl(48 100% 47%);
    --primary-dark: hsl(48 100% 10%);
    --primary-accent: hsl(48 100% 20%);
    --primary-light: hsl(48 100% 25%);
}
.jam-waktu {
    justify-content: center;
    display: flex;
    font-size: 2em;
    padding-bottom: 20px;
}
.gradient .body {
    height: 10vh;
    background: #151515;
    display: grid;
    place-items: center;
    box-sizing: border-box;
}
@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
li,
ol,
ul {
    padding: 0;
    margin: 0
}

.bg-primary {
    background-color: #1266f1
}

.bg-success {
    background-color: #00b74a
}

.bg-info {
    background-color: #39c0ed
}

.bg-warning {
    background-color: #ffa900
}

.bg-danger {
    background-color: #f93154
}

.bg-light {
    background-color: #fbfbfb
}

.bg-dark {
    background-color: #262626
}

.h1,
h1 {
    font-size: 18pt
}

.h2,
h2 {
    font-size: 15pt
}

.h3,
h3 {
    font-size: 13pt
}

.h4,
h4 {
    font-size: 12pt
}

.h5,
h5 {
    font-size: 11pt
}

.h6,
h6 {
    font-size: 11pt
}

.p,
p,
span {
    font-size: 11pt
}

.text-small {
    font-size: 8pt
}

.text-thin {
    font-weight: 300
}

.text-regular {
    font-weight: 400
}

.text-semibold {
    font-weight: 500
}

.text-bold {
    font-weight: 700
}

.text-big {
    font-size: 36pt
}

.text-italic {
    font-style: italic
}

.text-center {
    text-align: center
}

.text-primary {
    color: #fff
}

a.text-primary:focus,
a.text-primary:hover,
a.text-primary:visited {
    color: #262626
}

.text-secondary {
    color: #b23cfd
}

a.text-secondary:focus,
a.text-secondary:hover,
a.text-secondary:visited {
    color: #b23cfd
}

.text-success {
    color: #00b74a
}

a.text-success:focus,
a.text-success:hover,
a.text-success:visited {
    color: #00b74a
}

.text-info {
    color: #39c0ed
}

a.text-info:focus,
a.text-info:hover,
a.text-info:visited {
    color: #39c0ed
}

.text-warning {
    color: #c69721
}

a.text-warning:focus,
a.text-warning:hover,
a.text-warning:visited {
    color: #c69721
}

.text-danger {
    color: #ff2f00
}

a.text-danger:focus,
a.text-danger:hover,
a.text-danger:visited {
    color: #ff2f00
}

.text-light {
    color: #fbfbfb
}

a.text-light:focus,
a.text-light:hover,
a.text-light:visited {
    color: #fbfbfb
}

.text-dark {
    color: rgb(0, 0, 0)
}

a.text-dark:focus,
a.text-dark:hover,
a.text-dark:visited {
    color: #262626
}

a,
a:hover,
a:visited {
    color: #fa0000;
    text-decoration: none
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: 10px
}

.p-2 {
    padding: 20px
}

.p-2 {
    padding: 30px
}

.pt-1 {
    padding-top: 10px
}

.pt-2 {
    padding-top: 20px
}

.pt-3 {
    padding-top: 30px
}

.pr-1 {
    padding-right: 10px
}

.pr-2 {
    padding-right: 20px
}

.pr-3 {
    padding-right: 30px
}

.pb-1 {
    padding-bottom: 10px
}

.pb-2 {
    padding-bottom: 20px
}

.pb-3 {
    padding-bottom: 30px
}

.pl-1 {
    padding-left: 10px
}

.pl-2 {
    padding-left: 20px
}

.pl-3 {
    padding-left: 30px
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px
}

.px-1 {
    padding-right: 10px;
    padding-left: 10px
}

.px-2 {
    padding-right: 20px;
    padding-left: 20px
}

.px-3 {
    padding-right: 30px;
    padding-left: 30px
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: 10px
}

.p-2 {
    padding: 20px
}

.p-2 {
    padding: 30px
}

.pt-1 {
    padding-top: 10px
}

.pt-2 {
    padding-top: 20px
}

.pt-3 {
    padding-top: 30px
}

.pr-1 {
    padding-right: 10px
}

.pr-2 {
    padding-right: 20px
}

.pr-3 {
    padding-right: 30px
}

.pb-1 {
    padding-bottom: 10px
}

.pb-2 {
    padding-bottom: 20px
}

.pb-3 {
    padding-bottom: 30px
}

.pl-1 {
    padding-left: 10px
}

.pl-2 {
    padding-left: 20px
}

.pl-3 {
    padding-left: 30px
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px
}

.py-2 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-3 {
    padding-top: 30px;
    padding-bottom: 30px
}

.px-1 {
    padding-right: 10px;
    padding-left: 10px
}

.px-2 {
    padding-right: 20px;
    padding-left: 20px
}

.px-3 {
    padding-right: 30px;
    padding-left: 30px
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: 10px
}

.m-2 {
    margin: 20px
}

.m-3 {
    margin: 30px
}

.mt-0 {
    margin-top: 0
}

.mt-1 {
    margin-top: 10px
}

.mt-2 {
    margin-top: 20px
}

.mt-3 {
    margin-top: 30px
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: 10px
}

.mr-2 {
    margin-right: 20px
}

.mr-3 {
    margin-right: 30px
}

.mb-0 {
    margin-bottom: 0
}

.mb-1 {
    margin-bottom: 10px
}

.mb-2 {
    margin-bottom: 20px
}

.mb-3 {
    margin-bottom: 30px
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: 10px
}

.ml-2 {
    margin-left: 20px
}

.ml-3 {
    margin-left: 30px
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px
}

.my-2 {
    margin-top: 20px;
    margin-bottom: 20px
}

.my-3 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mx-0 {
    margin-right: 0;
    margin-left: 0
}

.mx-1 {
    margin-right: 10px;
    margin-left: 10px
}

.mx-2 {
    margin-right: 20px;
    margin-left: 20px
}

.mx-3 {
    margin-right: 30px;
    margin-left: 30px
}

.justify-content-center {
    justify-content: center
}

.justify-content-left {
    justify-content: flex-start
}

.justify-content-right {
    justify-content: flex-end
}
.copyright {
    grid-area: copyright;
    text-align: center;
    color: #000000;
    align-self: center;
    letter-spacing: 1px;
    line-height: 1.5
}


.gradient {
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    letter-spacing: 2px;
    text-align: center;
    color: #151515;
    background-image: -webkit-linear-gradient(315deg, #045de9 0%, #09c6f9 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 10s infinite linear;
}
.container-global {
    max-width: 1000px;
    margin: 0 auto
}
.container-seo {
    background-color: rgba(255, 255, 255, 0.897);
    padding: 60px 10px
}

.container-seo p {
    color: #000000;
    line-height: 1.5;
}

.container-seo li {
    margin-left: 20px;
    padding-left: 10px;
    line-height: 1.5;
    margin-bottom: 10px
}

.bold li::marker {
    font-weight: 800
}

.semibold li::marker {
    font-weight: 700
}

.thin li::marker {
    font-weight: 400
}
@media (max-width:800px) {
    .container-seo {
        padding: 20px 10px
    }
    div {
        display: block;
    }
}