@import url('https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap');

:root {
    --smaller-font: 0.7rem;
    --small-font: 0.87rem;
    --normal-font: 1rem;
    --medium-font: 1.1rem;
    --large-font: 1.7rem;
    --x-large-font: 2rem;
    --bg-color: #061e61;
    --text-first: #fafafa;
    --text-second: #fafafa;
    --first-color: #000000;
    --second-color: #000000;
    --third-color: #7e0000;
    --fourth-color: #790000;
    --fifth-color: #dc3545;
    --sixth-color: #000000;
    --g1: rgba(0,0,0,.5);
    --g2: #0066ff ;
 }

body {
    background: url('/assets/bg-presiden.webp');
    background-size: cover;
    background-attachment: fixed;
    font-family: "Play", sans-serif;
    font-style: normal;
    color: var(--text-first);
}
body > .container {
    background: #00000085;
    border-left: 1px solid #bbb46b;
    border-right: 1px solid #bbb46b;
    backdrop-filter: blur(5px);
}

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.9rem;
    padding-bottom: 1rem;
}


.rtp-card {
    background: linear-gradient(0deg, #212010 0%, #a19a55 100%);
    border: 1px solid #bbb46b;
    padding: 0.7rem;
    text-align: center;
    width: 24rem;
    max-width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.rtp-card-img {
    max-width: 100%;
    width: 29rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
}

.place-img-rtp {
    width: 100%;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    justify-items: center;
    border-radius: 5px;
    box-shadow: 1px 0px 4px 2px #131313 inset;
}

.place-img-rtp:hover {
    cursor: pointer;
}

.btn-play {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    padding: 5px 1rem;
    margin: 10px;
    font-size: .6rem;
    font-weight: bold;
    color: #fff;
    background-image: linear-gradient(to bottom right, #ff0000, #ff6a00);
    border: none;
    border-radius: 5px;
    box-shadow: 0px 4px 0px #0072ff;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn-play:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 0px #0072ff;
}

.pola-wrapper {
    background: var(--sixth-color);
    padding: 0.9rem;
    width: 100%;
    max-width: 100%;
    border-radius: 5px;
}

.pola-wrapper h4 {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
}

.pola-wrapper h5 {
    font-size: 0.7rem;
}

.pola-wrapper h4 i, .pola-wrapper h5 i {
    color: var(--g2);
}

.jam-wrapper {
    background: #131313;
    border-radius: 50%;
    padding: 0.6rem;
}

.table-pola {
    max-width: 100%;
    width: 100%;
}

.table-pola tr td {
    text-align: center;
    font-size: 0.6rem;
}

.icon-providers {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
    height: 2rem;
    top: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(to bottom right, #00ff4e, #387500);
    border-bottom-left-radius: 10px;
}

.icon-providers img {
    width: 1.7rem;
    filter: brightness(2);
}

.slider, .swiper {
    width: 100%;
    max-width: 100%;
}

.slider-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper {
    height: 100%;
}

.running-text {
    background: #413e24;
    border: 1px solid #bbb46b;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--text-second);
    margin-bottom: 10px;
    border-radius: 5px;
    display: inline-flex;
    width: 100%;
}
.running-text marquee {
    padding: .45rem;
}
.icon-prov {
    background: linear-gradient(0deg, #212010 0%, #a19a55 100%);
    display: flex;
    position: relative;
    overflow: auto !important;
}

.icon-card-bg {
    cursor: pointer;
    padding: 0.1rem !important;
    color: var(--text-second);
}

.icon-card-bg p {
    font-size: 0.73rem;
    font-weight: 700;
    color: var(--text-second);
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
}

.img-prov {
display: block;
margin-right: auto;
margin-left: auto;
}

.item-prov {
    padding: 0 0.5rem;
}
button {
    border: 0;
}
.btn-login {
    background: linear-gradient(0deg, #bf0202 0%, #ff0000 100%);
    border: 1px solid #ff2828;
    padding: 0.6rem;
    color: #ffffff;
    font-weight: bold;
}


.btn-daftar {           
    background: linear-gradient(0deg, #4abf02 0%, #9dff00 100%);
    border: 1px solid #b5ff3d;
    padding: 0.6rem;
    color: #ffffff;
    font-weight: bold;
}

.btn-partner {
    background: linear-gradient(0deg, rgb(255, 106, 0) 0%, #ffc400 100%);
    border: 1px solid #ffd448;
    padding: 0.6rem;
    color: #ffffff;
    font-weight: bold;
}


.nav-bottom {
    border-top: 1px solid #c9bf5f;
    background: linear-gradient(0deg, #212010 0%, #a19a55 100%);
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
}

.item-nav-bottom {
    color: var(--text-second);
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
    padding: .6rem 0;
}

.item-nav-bottom:hover {
    background: linear-gradient(0deg, #231901 0%, #ff5200 100%);
    cursor: pointer;
}

.item-nav-bottom p {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

.btn-up {
  display: none;
  position: fixed;
  bottom: 3.8rem;
  right: 0;
  z-index: 99;
  font-size: 0.9rem;
}

/* Percentage */
.percent{
    height: 19px;
    margin-top: 10px !important;
    display: flex;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.percent p{
    z-index: 15;    
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: -15px;
    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 2s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    /* animation: ; */
    z-index: 10;
}

.good{
    background-color: #ffc107;
}

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

.bad{
    background-color: #dc3545;
}

.content-home {
    padding: 1rem;
    margin-bottom: 4rem;
    background: var(--text-first);
    color: var(--text-second);
}

/* Container */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px !important;
    }
}