: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: #131313;
    --text-first: #fafafa;
    --text-second: #0a0a0a;
    
    --first-color: #960303;
    --second-color: #d7ffca;
    --third-color: #c90606;
    --fourth-color: #c40a0a;
    --fifth-color: #9b0808;
    --g1: #960606;
    --g2: #a80a0a;

    --bg: #1a0000;
	--text: #fbf6f6;
	--neon-blue: #f10000;
	--neon-blue-light: #ff0000;
	--neon-pulse: #ffffff
 }

body {
    background: var(--bg-color);
    color: var(--text-first);
}

.logo img {
    width: 19rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.rtp-card {
    background: linear-gradient(0deg, #fa2121 0%, #e70808 100%);
    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;
}

.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 {
    position: absolute;
    top: 50%;  /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    z-index: 10;
    border: none;
    border-radius: 5px;
    padding: 0.3rem;
    width: 12rem;
    font-size: 0.6rem;
    font-weight: bold;
    text-transform: capitalize;
    max-width: 70%;
    border: 2px solid var(--first-color);
    background: linear-gradient(0deg, var(--g1) 0%, var(--g2) 100%);
    color: var(--text-first);
}

.btn-play:hover {
    background: linear-gradient(0deg, var(--g2) 0%, var(--g1) 100%);
}

.pola-wrapper {
    background: var(--text-second);
    padding: 0.9rem;
    width: 14rem;
    max-width: 100%;
    border-radius: 5px;
    position: relative;
}

.pola-wrapper h4 {
    font-size: 0.9rem;
}

.pola-wrapper h5 {
    font-size: 0.7rem;
}

.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: 9rem;
}

.table-pola tr td {
    text-align: center;
    font-size: 0.7rem;
}

.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: 50rem;
    max-width: 100%;
}

.slider {
    padding: 1rem;
}

.slider-img {
    width: 40rem;
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-wrapper {
    background: linear-gradient(0deg, var(--text-second) 0%, var(--text-second) 100%);
    height: 100%;
    border-bottom: 1px dashed var(--first-color);
}

.running-text {
    background: linear-gradient(0deg, #fa2121 0%, #e70808  100%);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    padding: 0.1rem;
}

.icon-prov {
    background: linear-gradient(0deg, #fa21215d 0%, #e7080800  100%);
    display: flex;
    justify-content: center;
    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: #fff;
    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(0deg, #fdb93c 0%, #faba31  100%);
    padding: 0.6rem;
    color: #000000;
    border: none;
    font-weight: bold;
    border-right: 1px solid #000000;
}

.btn-credit:hover {
    background: linear-gradient(0deg, var(--g2) 0%, var(--g1) 100%);
}

.button-85 {
    margin: 10px;
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 90px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}
  
  .button-85:before {
    content: "";
    background: linear-gradient(      45deg,      #ff0000,      #ff7300,      #fffb00,      #48ff00,      #00ffd5,      #002bff,      #7a00ff,      #ff00c8,      #ff0000    );
    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-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  
  @keyframes glowing-button-85 {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .button-85:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #222;
    left: 0;
    top: 0;
    border-radius: 90px;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    -ms-border-radius: 90px;
    -o-border-radius: 90px;
}

.nav-bottom {
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 11;
    overflow: hidden;
    width: 100%;
}

.card {
	position: relative;
	background: linear-gradient(180deg, rgba(255, 30, 30, 0.08), rgba(255, 30, 30, 0.03));
	border: 3px solid #ff1e1e99;
	border-radius: 18px;
	box-shadow: 0 0 30px #ff0101, inset 0 0 12px rgba(255, 0, 0, 0.2), 0 10px 50px rgba(0, 0, 0, 0.6);
	overflow: hidden;
	width: 100%;
	padding: 20px
}

.card:hover {
	box-shadow: 0 0 50px #ff0707cc, inset 0 0 20px #ff000066, 0 10px 60px rgba(0, 0, 0, 0.7);
	transform: scale(1.01)
}

.card::before {
	content: "";
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgb(255, 0, 0), transparent 70%);
	animation: neonWave 6s linear infinite;
	filter: blur(25px);
	z-index: 0
}

@keyframes neonWave {
	0% {
		transform: translateX(-50%) translateY(-50%) rotate(0deg)
	}

	100% {
		transform: translateX(-50%) translateY(-50%) rotate(360deg)
	}
}

.cta {
	display: flex;
	gap: 12px;
	width: 100%;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1
}

.item-nav-bottom {
    flex: 1 1 45%;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 14px 16px;
	border-radius: 12px;
	font-weight: 700;
	letter-spacing: .3px;
	border: 2px solid transparent;
	transition: all .25s ease;
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #000;
	z-index: 1
}

.item-nav-bottom::before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: conic-gradient(from 0deg, var(--neon-blue), var(--neon-blue-light), var(--neon-blue));
	border-radius: 14px;
	z-index: -1;
	filter: blur(8px);
	animation: rotateBorder 2.5s linear infinite
}

.item-nav-bottom::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #ff0000;
	border-radius: 10px;
	z-index: -1
}

.item-nav-bottom:hover {
    animation: glowPulse 1s infinite;
	transform: translateY(-2px)
}

.item-nav-bottom p {
    margin: 0;
    padding: 0;
    margin-bottom: 0;
}

@keyframes rotateBorder {
	to {
		transform: rotate(360deg)
	}
}

@keyframes glowPulse {
	0% {
		box-shadow: 0 0 30px var(--neon-blue), 0 0 60px var(--neon-blue-light)
	}

	50% {
		box-shadow: 0 0 60px var(--neon-blue-light), 0 0 120px var(--neon-pulse)
	}

	100% {
		box-shadow: 0 0 30px var(--neon-blue), 0 0 60px var(--neon-blue-light)
	}
}

.section-buttons {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%
}

.badge-container {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center
}

.badge {
	flex: 1 1 30%;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 10px 12px;
	border-radius: 10px;
	font-weight: 700;
	letter-spacing: .2px;
	border: 2px solid transparent;
	transition: all .25s ease;
	position: relative;
	overflow: hidden;
	color: #fff;
	background: #000;
	z-index: 1;
	font-size: 12px
}

.badge::before {
	content: "";
	position: absolute;
	top: -3px;
	left: -3px;
	right: -3px;
	bottom: -3px;
	background: conic-gradient(from 0deg, var(--neon-blue), var(--neon-blue-light), var(--neon-blue));
	border-radius: 12px;
	z-index: -1;
	filter: blur(8px);
	animation: rotateBorder 3s linear infinite
}

.badge::after {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #686868;
	border-radius: 8px;
	z-index: -1
}

.badge:hover {
	animation: glowPulse 1.2s infinite;
	transform: scale(1.05)
}


.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: #fff;
    /* 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;
    }
}