@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');
:root {
    --black: #222222;
    --buram: #bf9700;
	--gradient-prediksi: linear-gradient(rgba(61, 56, 28, 1) 0%, rgba(133, 122, 45, 1) 60%, rgba(255, 249, 24, 1) 100%);
	--gradient-game: linear-gradient(rgba(255, 249, 24, 1) 0%, rgba(191, 151, 0, 1) 100%);
	--gradient-red: linear-gradient(rgba(255, 200, 0, 1) 0%, rgba(105, 76, 1, 1) 100%);
	--gradient-gold: linear-gradient(rgba(255, 34, 3, 1) 0%, rgba(113, 0, 0, 1) 100%);
	--gradient-green: linear-gradient(rgba(7, 143, 0, 1) 0%, rgba(10, 198, 0, 1) 100%);
	--gradient-red_hover: linear-gradient(rgba(105, 76, 1, 1) 0%, rgba(255, 200, 0, 1) 100%);
	--gradient-gold_hover: linear-gradient(rgba(113, 0, 0, 1) 0%, rgba(255, 34, 3, 1) 100%);
	--gradient-green_hover: linear-gradient(rgba(10, 198, 0, 1) 0%, rgba(7, 143, 0, 1) 100%);
}
::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #bf9700;
}
::-webkit-scrollbar{
	border-radius: 100px;
	width: 7.5px;
	background-color: #bf9700;
}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
	background-color: #fff918;
}
::-webkit-scrollbar-thumb:hover {background: #ffffff;}
::-moz-selection {color: #eee; background: #bf9700;}
::selection {color: #eee; background: #bf9700;}
* {font-family: 'Poppins', sans-serif;}
html, body {
	background-color: #28244d;
	font-family: 'Poppins', sans-serif;
}
a{color:#ff2323;}
a:hover{color:#d40000;text-decoration:none;}
header{display: block;position: relative;}
header .logo{width:100%;max-width:200px;height: auto;}
body{
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	margin-bottom:10vh;
}
p {
    font-size: 16px;
}
.blockquote-footer{color:#b9b9b9;}
footer {
	display: block;
	position: relative;
	background:#bf9700;
	margin-bottom: -15px;
	margin-top: 20px;
}
footer span{
	font-size:12px;
	font-weight:300;
}
footer a{color:#ffffff;}
footer a:hover{color:#ff2323;text-decoration:none;}
.btn-group-justified {display: flex;}
.btn-group-justified .btn {flex-grow: 1;}
.bg-buram{background:var(--buram);}
.bg-gradient-game{background:var(--gradient-game);}
.bg-gradient-red{background:var(--gradient-red); }
.bg-gradient-red:hover{background:var(--gradient-red_hover);}
.bg-gradient-gold{background:var(--gradient-gold);}
.bg-gradient-gold:hover{background:var(--gradient-gold_hover);}
.bg-gradient-green{background:var(--gradient-green);}
.bg-gradient-green:hover{background:var(--gradient-green_hover);}
.bg-gradient-prediksi{background:var(--gradient-prediksi);}

.container{
	max-width:1024px;
	color:var(--white);
}
marquee{
	border-top-left-radius:calc(.5rem - 1px) !important;
	border-top-right-radius:calc(.5rem - 1px) !important;
}
.banner_partner img{
	display:block;
	width:100%;
	max-width: 986px;
	border: 1px solid rgb(88, 88, 88);
	margin-bottom: 2px;
}
.progress {
	height: 1.8em;
	border-radius: 20px;
}
.progress p{
	position:absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	width: auto; height: auto;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #222;
	z-index: 15;
}
.yellow { background-color: var(--yellow); }
.green { background-color: var(--green); }
.red { background-color: var(--red); }
#xpola{position:relative;}
#xpola:before{
	content: 'POLA';
	position:relative;
	display:block;
	vertical-align: -50%;
	margin:-18px 0px 0px 0px;
	padding:5px;
	left:0px;
	width:100%;
	background: #101010;
	border-radius: 0 0 50% 50%;
	box-shadow: 0px 1px 0px #000;
	font-size:1.2vw;
	transform: scale(.5);
}
#xpola span{display:block; font-size:1.2vw;}
.badge-jumlah{
	color: #111111;
	background-color: #fff918;
	margin-top:-5px;
}
.card-game{background:var(--gradient-game);}
.card-game .card-body{
	border-radius: calc(.5rem - 1px) !important;
	box-shadow:         inset 0 0 15px var(--black);
	-moz-box-shadow:    inset 0 0 15px var(--black);
	-webkit-box-shadow: inset 0 0 15px var(--black);
}
.card-description .card-body p {
	font-size: 16px;
}
.card-img, .card-img-top{
	position: relative;
	width:100%;
	margin: auto;
	display: block;
	max-height: 22vh;
	transition: transform .3s;
	z-index:-1;
	background:var(--gradient-prediksi);
}
.card-body{
	margin: 5px;
	color: #fff;
	font-size: 12px;
	border: none;
	overflow: hidden;
	position: relative;
	justify-content: center;
}
.card-body .subscript {
	position: relative;
	top: 0px;
	width: 100%;
}
.card-body .subscript .hot{
	position:absolute;
	background:url('../img/hot.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	left: .5vw;
	width: 3vw;
	height: 3vw;
	-webkit-filter: drop-shadow(0px 1px 1px var(--black));
	filter: drop-shadow(0px 1px 1px var(--black));
}
.card-body .subscript .top{
	position:absolute;
	background:url('../img/top.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	right: .5vw;
	width: 3vw;
	height: 3vw;
	-webkit-filter: drop-shadow(0px 1px 1px var(--black));
	filter: drop-shadow(0px 1px 1px var(--black));
}
.tab-content>.active{
	border-top-left-radius:calc(.5rem - 1px) !important;
	border-top-right-radius:calc(.5rem - 1px) !important;
}
.hover-btn {
	position: absolute;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.1s ease-in-out;
	z-index: 10;
	padding:10px;
	width: 100%;
	height: 100%;
	border-radius: calc(.5rem - 1px) !important;
}
.hover-btn:hover{opacity: 100%;cursor:pointer;}
.hover-btn:hover ~ .img-zoom{position: relative;}
.card-game:hover .card-img-top{transform: scale(1.3);}
.play-btn{
	color: #fff;
	font-size: 15px;
	font-weight:700;
	text-decoration: none !important;
	text-align:center;
	text-align: center;
	align-items: center;
	padding: 8px;
	display: block;
	margin-top: 22%;
	border-radius: 18px;
	background: var(--gradient-gold);
	transition: all .3s ease;;
}
.play-btn:hover{color:#ddd;background: var(--gradient-gold_hover);}
ul.navbar-grid{
	display:flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	align-items: center;			
	left:0;
	right:0;
	padding: 0;
	list-style: none;
	margin-bottom:0;
}
ul.navbar-grid li{width:100%;}
.quick-footer {
	overflow-x: hidden;
	left: 0px;
	bottom: 0px;
	width: 100%;
	position: fixed;
	z-index: 11;
	padding-bottom: 1px;
	background: linear-gradient(rgba(51, 51, 51, 1) 0%, rgba(22,22,22, .9) 40%, rgba(0,0,0,1) 100%);
}
.quick-footer-navbar a {color: #fff918;background-color: transparent; background: var(--gradient-gold); border-right: 1px solid rgba(113, 0, 0, 1); line-height:2.5; padding:10px 0px 0px 0px;}
.quick-footer-navbar a:hover {color: #ffffff; background: var(--gradient-gold_hover);}
.quick-footer-navbar a.active {color: #111111;background: linear-gradient(rgba(255, 249, 24, 1) 0%, rgba(255, 240, 34, .9) 40%, rgba(161, 127, 0, 1) 100%);}
.quick-footer-navbar li .grid-btn {
	font-size: 11px;
	display: block;
	margin: 0;
	border-right-width: 1px;
}
.grid-btn-icon-top {padding: 5px 0 0;}
.grid-btn {
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none !important;
	text-overflow: initial;
	font-family: inherit;
	text-shadow: none !important;
	box-shadow: none !important;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.grid-btn i {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
	font-size:20px;
}
.game-front-menu {margin:0 auto;}
.game-front-wrapper{background-color:var(--buram);padding:0 20px;border-bottom-left-radius:calc(.5rem - 1px) !important;border-bottom-right-radius:calc(.5rem - 1px) !important;}
.game-group-front{height:100%;margin-bottom:0}
.game-group-front .owl-stage-outer{padding:20px 0}
.owl-carousel .owl-stage{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
}
.game-group-front .owl-item.active:first-child{margin-left:-9px}
.game-group-front .owl-nav{position:absolute;width:100%;top:0;margin-top:0 !important;height:100%;font-size:3rem;font-weight:bold;z-index:-1}
.game-group-front .owl-nav button{margin:0 !important;width:40px;background:transparent !important}
.game-group-front .owl-nav button.owl-prev{float:left;height:100%;margin-left:-20px !important}
.game-group-front .owl-nav button.owl-next{float:right;height:100%;margin-right:-20px !important}
.game-group-front .owl-nav [class*='owl-']:hover{background:transparent}
.game-group-front .nav-link {
	height:auto;
	margin:0 auto;
	width:100%;
	display:block;
	position:relative;
	text-align: center;
	color: #000;
	text-decoration:none;
}
.game-group-front .nav-link>img {
	display:block;
	width:100%;
	max-width: 150px;
	height: auto;
	max-height:150px;
	transition: transform .3s ease-in-out;	
	border-radius: 10px;
	border: 1px solid #ffca00;
	background: #ddd;
	padding: 5px 10px;
	margin: auto;
	box-shadow: inset 0 0 10px #0d0d0d;
}
.game-group-front .nav-link:hover img{
	transform: scale(1.1);
}
.animate-charcter {
	text-transform: uppercase;
	background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #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;
	display: inline-block;
	font-size: 24px;
}
@keyframes textclip {100% {background-position: 200% center;}}
@media (max-width: 767px){
	header .logo{width:50vw !important;}
	.game-group-front .nav-link{padding:0px; width:95%;}
	.play-btn{display:none;}
	.card-game .card-body{margin: 0;}
	.card-body .subscript .hot{
		left: .5vw;
		width: 5vw;
		height: 5vw;
	}
	.card-body .subscript .top{
		right: .5vw;
		width: 5vw;
		height: 5vw;
	}
	.progress {
		height: 1.2em;
		border-radius: 10px;
	}
	.progress p{
		line-height:18px;
		font-size:12px;
	}
	#jamgacor, #xpola span{font-size:2vw;}
	#xpola:before{font-size:4vw;margin:-11px 0px 0px 0px;}
	.search-box{
		height: 40px !important;
	}
	.search-box.active .search-btn{
		right:1% !important;
	}
	.search-box .search-btn{
		font-size:15px !important;
		line-height:30px !important;
		height:30px !important;
		width:30px !important;
		right:45% !important;
	}
	.search-box input{font-size:14px !important;}
}

/* Search form */
.search-box{
	position:relative;
	height:45px;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}
.search-box.active{
	width: 100%;
	background:transparent;
}
.search-box.active input{opacity:1;}
.search-box input{
	height:100%; width:100%;
	background:#fff; border:none;
	font-size:18px;
	border-radius: 50px;
	padding: 0 10px 0 15px;
	outline:none;
	opacity:0;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
}
.search-box .search-btn{
	position: absolute;
	height:40px; width:40px;
	background: #fff918;
	color:#222;
	top:50%; right:0;
	transform: translateY(-50%);
	line-height:45px;
	text-align:center;
	border-radius:50%;
	font-size:20px;
	cursor:pointer;
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55 );
	z-index:2;
}
.search-box.active .search-btn{
	height:35px; width:35px;
	background: #be2f2f; color:#fff;
	right:5px;
	line-height:40px;
	font-size:17px;
}
@media (max-width: 22em) {
	#xpola:before{font-size:3vw; margin:-10px 0px 0px 0px;}
}
@media (min-width: 34em) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	#xpola:before{font-size:3vw;}
}
@media (min-width: 48em) {
	.card-columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	#xpola:before{font-size:2vw;margin:-12px 0px 0px 0px;}
}
@media (min-width: 62em) {
	.card-columns {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	#xpola span{font-size:.9vw;}
	#xpola:before{font-size:1.6vw;margin:-18px 0px 0px 0px;}
}

.loading-overlay {
	position:fixed;
	display:none;
	width:100%; height:100%;
	top:0; left:0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9;
}
.loading-overlay img {
	position:relative;
	top: 50%;
	transform: translateY(-50%);
}
.page-item.active .page-link{
	background-color: #bf9700;
	border-color: #d40000;
}

a.nav-link.active {
	color: #ffffff;
}