: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: #08080c;
    --text-first: #fff8e7;
    --text-second: #140a0a;
    --first-color: #ffd700;
    --second-color: #c41e3a;
    --third-color: #8b0000;
    --fourth-color: #e6a800;
    --fifth-color: #ffdf4d;
    --g1: #ffd700;
    --g2: #c41e3a;
}

body {
    background: var(--bg-color);
    color: var(--text-first);
}

.logo img {
    width: auto;
    max-width: min(19rem, 100%);
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.rtp-card {
    background: linear-gradient(165deg, rgba(14, 10, 6, 0.96) 0%, rgba(28, 18, 8, 0.94) 45%, rgba(16, 11, 5, 0.96) 100%);
    border: 1px solid rgba(212, 175, 55, 0.42);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 215, 0, 0.07);
    padding: 0.7rem;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 0.7rem;
    position: relative;
    z-index: 1;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.rtp-card:hover {
    border-color: rgba(255, 215, 0, 0.65);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.6), 0 0 16px rgba(212, 175, 55, 0.18);
}

.rtp-card-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    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: 6px;
    background: rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(212, 175, 55, 0.2);
}

.place-img-rtp:hover {
    cursor: pointer;
}

.btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border: none;
    border-radius: 6px;
    padding: 0.35rem 0.5rem;
    width: 12rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: capitalize;
    max-width: 70%;
    border: 1px solid rgba(255, 215, 0, 0.55);
    background: linear-gradient(180deg, #f0d060 0%, #c9a227 45%, #8b6914 100%);
    color: #1a0f00;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.btn-play:hover {
    background: linear-gradient(180deg, #ffe082 0%, #d4af37 50%, #a67c00 100%);
}

.pola-wrapper {
    background: rgba(6, 5, 4, 0.9);
    padding: 0.75rem;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    border-radius: 6px;
    position: relative;
    border: 1px solid rgba(212, 175, 55, 0.32);
    color: #f5e6c8;
}

.pola-wrapper h4 {
    font-size: 0.9rem;
    color: #ffd700;
}

.pola-wrapper h5 {
    font-size: 0.7rem;
    color: #e8d5a3;
}

.pola-wrapper h4 i, .pola-wrapper h5 i {
    color: var(--first-color);
}

.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.7rem;
    color: #e8d5a3;
    border-color: rgba(212, 175, 55, 0.12);
    padding: 0.25rem 0.15rem;
}

.top-game, .hot-game {
    background-repeat: no-repeat !important;
    position: absolute;
    width: 3rem;
    top: 0rem;
    z-index: 2;
    height: 2.9rem;
    left: 0.4rem;
}

.top-game {
    background: url('../images/top.gif');
}

.hot-game {
    background: url('../images/hot.gif');
}

.icon-providers {
    position: absolute;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 2rem;
    top: 0.5rem;
    right: 0.5rem;
}

.icon-providers img {
    width: 1.7rem;
}

.slider, .swiper {
    width: 100%;
    max-width: 100%;
}

.slider {
    padding: 1rem;
}

.slider-img {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper {
    background: rgba(8, 6, 4, 0.88);
    height: auto;
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
}

.running-text {
    background: linear-gradient(90deg, #1a1208 0%, #2a1a0a 50%, #1a1208 100%);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #ffd700;
    padding: 0.35rem 0.5rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.4);
    letter-spacing: 0.04em;
}

.icon-prov {
    background: linear-gradient(180deg, rgba(18, 12, 6, 0.95) 0%, rgba(8, 5, 3, 0.98) 100%);
    display: flex;
    justify-content: center;
    position: relative;
    overflow: auto;
    max-width: 100%;
    border-top: 1px solid rgba(212, 175, 55, 0.35);
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
}

.icon-card-bg {
    cursor: pointer;
    padding: 0.1rem !important;
    color: #ffd700;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.icon-card-bg:hover {
    background: rgba(212, 175, 55, 0.12);
}

.icon-card-bg p {
    font-size: 0.73rem;
    font-weight: 700;
    color: #e8d5a3;
    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;
}

.btn-credit {
    background: linear-gradient(180deg, #3d2e0a 0%, #2a1f06 45%, #1a1404 100%);
    padding: 0.7rem;
    color: #f0d878;
    border: none;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-top: 1px solid rgba(212, 175, 55, 0.35);
    border-bottom: 1px solid rgba(212, 175, 55, 0.35);
    border-right: 1px solid rgba(212, 175, 55, 0.2);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.btn-credit:hover {
    background: linear-gradient(180deg, #5c4510 0%, #3d2e0a 50%, #2a1f06 100%);
    color: #ffe082;
    box-shadow: inset 0 0 18px rgba(212, 175, 55, 0.12);
}

.row.g-0 .col:last-child .btn-credit {
    background: linear-gradient(180deg, #8b6914 0%, #6b4f0a 50%, #4a3606 100%);
    color: #fff8e7;
}

.row.g-0 .col:last-child .btn-credit:hover {
    background: linear-gradient(180deg, #a67c00 0%, #8b6914 50%, #6b4f0a 100%);
    color: #ffffff;
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    background: rgba(6, 4, 2, 0.96);
    border-top: 1px solid rgba(212, 175, 55, 0.45);
    box-shadow: 0 -6px 24px rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
}

.item-nav-bottom {
    background: transparent;
    color: #b8a078;
    font-weight: 600;
    text-align: center;
    font-size: 0.75rem;
    padding: 0.4rem 0.2rem;
    border-right: 1px solid rgba(212, 175, 55, 0.12);
    transition: color 0.2s ease, background 0.2s ease;
}

.item-nav-bottom i {
    display: block;
    font-size: 1.15rem;
    color: #d4af37;
    margin-bottom: 0.15rem;
}

.item-nav-bottom:hover {
    background: rgba(212, 175, 55, 0.1);
    color: #ffd700;
    cursor: pointer;
}

.item-nav-bottom:hover i {
    color: #ffe082;
}

.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: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(212, 175, 55, 0.28);
    position: relative;
    z-index: 1;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
}

.percent p{
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    top: -15px;
    font-weight: bold;
    transform: translateY(14px);
    color: #ffd700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.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: linear-gradient(90deg, #b8860b 0%, #daa520 100%);
}

.great{
    background: linear-gradient(90deg, #1e6b3a 0%, #2d9a58 100%);
}

.bad{
    background: linear-gradient(90deg, #8b2020 0%, #c0392b 100%);
}

.content-home {
    padding: 1.25rem;
    margin-bottom: 4rem;
    background: rgba(10, 8, 5, 0.92);
    color: #f5e6c8;
    border: 1px solid rgba(212, 175, 55, 0.28);
    border-radius: 8px;
}

.content-home h1,
.content-home h2 {
    color: #ffd700;
}

.content-home a {
    color: #f0c040;
}

.content-home a:hover {
    color: #ffe082;
}

/* Container */
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px !important;
    }
}