:root {
  --border-1: #d8af11;
	--border-1: #b99612;
	--border-1: #b58b27;
	--primary-color: #ac0b0e;
  --primary-color-gradient-1: #010125;
  --primary-color-set: #fff;
  --tertiary-color: #f9c319;
  --tertiary-color-gradient-1:#f9c319;
  --tertiary-color-set: #000;
}

@font-face {
	font-family: BebasNeue;
	src: local('BebasNeue'), 
		url(../../../css/fonts/BebasNeue.woff2) format('woff2'), 
		url(../../../css/fonts/BebasNeue.woff) format('woff'), 
		url(../../../css/fonts/BebasNeue.ttf) format('truetype'), 
		url(../../../css/fonts/BebasNeue.eot) format('embedded-opentype')
}
@font-face {
	font-family: digital_sans_ef_medium;
	src: local('digital_sans_ef_medium'), 
		url(../../../css/fonts/digital_sans_ef_medium.woff2) format('woff2'), 
		url(../../../css/fonts/digital_sans_ef_medium.woff) format('woff'), 
		url(../../../css/fonts/digital_sans_ef_medium.ttf) format('truetype'), 
		url(../../../css/fonts/digital_sans_ef_medium.eot) format('embedded-opentype')
}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a,
body,
center,
div,
em,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
iframe,
img,
li,
menu,
nav,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

a,
a:active,
a:focus {
	outline: 0;
	text-decoration: none
}

a {
	color: #000
}

* {
	padding: 0;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin: 0 0 10px
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

.clear {
	clear: both
}

.text-center {
	text-align: center
}

.align-middle {
	vertical-align: middle
}

body {
	background-color: #000;
}

.container {
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto
}
.container img {
	max-width: 100%;
}

.marquee {
	font-family: digital_sans_ef_medium, BebasNeue, 'Trebuchet MS';
	background: radial-gradient(circle 214px at 46.5% 54.2%, #8a0408 0, #000 90%);
	color: white;
	padding: 5px 5px;
	border: 1px solid white;
	border: 1px solid var(--border-1);
	border-radius: 0px;
	max-width: 100%;
	text-align: center;
	background: #1b1b1b;
	border: 0px;
	font-size: 20px;
}
@media (max-width:768px) {
	.marquee {
		font-size: 4vw;
	}
}
@media (max-width:500px) {
	.marquee {
	}
}
@media (max-width:400px) {
	.marquee {
		font-size: 5vw;
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	touch-action: manipulation;
	cursor: pointer;
	text-align: center;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 5px;
	font: 400 22px BebasNeue;
	width: 100%;
	color: #000;
	letter-spacing: 1.1px
}

.btn-log {
	/*background: linear-gradient(to bottom, #fff 0, #8b92bc 100%);*/
	cursor: pointer;
	color: #fff;
	border: 1px solid #fff;
}

.btn-log:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}

.btn-daf {
	/*background: linear-gradient(to bottom, #ffe200 0, #a69514 100%);*/
	cursor: pointer;
	animation: blinking 1s infinite;
	transition: all .4s;
	border: 1px solid #ffe200;
	color: #ffe200;
}
.btn-daf:hover {
	background-color: #ffe200;
	color: #000;
}

@keyframes blinking {
	0% {
		border: 2px solid #fff
	}
	100% {
		border: 2px solid #d5be0d;
	}
}

.blink-me {
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

.anim {
	animation: blinkings 1s infinite
}

@keyframes blinkings {
	0% {
		border: 2px solid #fff;
		border: 2px solid var(--border-1);
	}
	100% {
		border: 2px solid #15ff00;
		border: 2px solid #22e406;
	}
}

@media (min-width:768px) {
	.container {
		
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1000px
	}
}

@media (min-width:768px) {
	.logocil {
		display: none
	}
	.logform {
		padding-top: 0.2rem;
	}
	.nopadding {
		padding: 0!important
	}
}

@media (max-width:768px) {
	.logo {
		display: none;
		max-width: 100%;
	}
	.navbar {
		position: fixed;
		min-height: 50px;
	}
	.content {
		padding-top: 0
	}
	.border-bt {
		border-bottom: 1px solid #dee2e6;
		border-top: 1px solid #dee2e6;
		padding: 5px 10px
	}
	.space {
		padding-top: 61px
	}
}
.logo img {
	max-width: 100%;
}

.navbar {
	background-color: #020202;
	right: 0;
	left: 0;
	z-index: 1030;
	width: 100%;
	float: left;
	padding: 5px
}

.bg-black {
	background-color: #020202
}

.slide {
	width: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0 0 3px 0 #fff;
	border: 1px solid var(--border-1);
	box-shadow: 0 0 3px 0 var(--border-1);

	border-radius: 0px;
	border: 0px;
	box-shadow: none;
}

.slide img {
	object-fit: contain
}

.social-card {
	display: block;
	background-image: radial-gradient(circle 214px at 46.5% 54.2%, #d00509, #000 90%);
	padding: 9px 12px;
	border-radius: 0px;
	font-weight: 700;
	font-family: digital_sans_ef_medium;
	color: #fff;
	font-size: 22px;
	transition: .2s all;
	position: relative;
	border: 1px solid var(--border-1);
	letter-spacing: 1.1px;
	box-shadow: 0 0 5px 0 var(--border-1);
	height: 74px;
}
.social-card img {
	object-fit: contain;
	margin-top: -3px;
}
@media (max-width: 991px) {
	.social-card {
		font-size: 16px;
	}
	.social-card img {
		width: 46px;
		height: 46px;
		margin-top: 4px;
	}
}
@media (max-width: 768px) {
	.social-card {
		font-size: 22px;
	}
}

.social-card:focus,
.social-card:hover {
	box-shadow: 0 0 5px 4px var(--border-1);
	color: #fff
}

.info {
	background-image: radial-gradient(circle 214px at 46.5% 54.2%, #d00509 0, #000 90%);
	color: #fff;
	font-family: BebasNeue;
	transition: .2s all;
	position: relative;
	border: 1px solid #fff;
	border: 1px solid var(--border-1);
	border-radius: 5px;
	letter-spacing: 1.1px;
	padding: 10px 10px 15px 10px;
	line-height: .99;
	box-shadow: 0 0 5px 0 #fff;
	box-shadow: 0 0 5px 0 var(--border-1);
	max-height: 320px;
	box-shadow: none;
	border: 0px;
	padding: 0px;
	background: none;
}

.info h3 {
	font-size: 26px;
	color: #fbff00;
	text-align: center;
	padding: 5px;
	background: #8a0408;
}

.info p {
	border-bottom: 1px solid #dee2e6;
	margin-bottom: 1rem;
	border-bottom: 0px;
	margin-bottom: 0px;
	padding: 8px;
	font-size: 1.25rem;
}
@media (max-width: 991px) {
	.info {
		min-height: 120px;
	}
	.info p {
		font-size: 0.9rem;
	}
}
@media (max-width: 768px) {
	.info {
		min-height: 120px;
	}
	.info p {
		font-size: 1.25rem !important;
	}
}
@media (max-width: 500px) {
	.info p {
		font-size: 1.2rem !important;
		padding: 5px;
	}
}

.info a {
	color: #fbff00;
}

.download a {
	border-radius: 1px;
	border: 1px solid var(--border-1);
	padding: 10px 0px 7px 7px;
}

.download img {
	max-width: 100%;
	object-fit: contain;
}

.daftar a {
	display: block;
}

.bottom {
	float: left;
	width: 100%
}

.another-keyword {
	position: absolute;
	z-index: 0;
}

.word {
	color: #fff;
	padding: 20px 30px;
	border-radius: 2px;
	border: 1px dashed #fff;
	border: 1px solid #808080;
	font-family: digital_sans_ef_medium;
	position: relative;
	z-index: 1;
}

.word h1 {
	font-size: 1.5em;
	color: #fff
}

.word h2 {
	font-size: 1.3em;
	color: #fff
}

.word h3 {
	font-size: 1.1em;
	color: #fff
}

.word p {
	font-size: 0.8em;
	text-align: justify;
	margin-bottom: 1rem;
	font-weight: normal;
	color: #c7c7c7;
}

.word a {
	color: #40d2ff
}

.word ul, .word ol {
	margin-left: 16px;
	margin-bottom: 10px;
}
.word ul li, .word ol li {
	text-align: left;
}

.last5 {
	padding: 5px;
	background-image: radial-gradient(circle 214px at 46.5% 54.2%, #c6d400 0, #000 90%);
	border-radius: 6px;
	width: 100%;
	font-family: BebasNeue;
	color: #fff;
	letter-spacing: 1.1px;
	box-shadow: 0 0 3px 3px #9497af, inset 0 0 2px 3px #f0ec19
}

.table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 auto
}

.table>
tbody>
tr>
td,
.table>
tbody>
tr>
th,
.table>
tfoot>
tr>
td,
.table>
tfoot>
tr>
th,
.table>
thead>
tr>
td,
.table>
thead>
tr>
th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>
tbody>
tr>
td {
	border-top: 1px solid #111824
}

.last5-title {
	color: #fff;
	font-weight: 800;
	font-size: 25px;
	margin-top: 0
}

.footer {
	text-decoration: none;
	color: #fff;
	font-family: BebasNeue;
}

.home-banner {
  max-height: 320px;
  overflow: hidden;
}
.home-banner .splide {
  visibility: visible;
}
.home-banner, .home-banner img {
  min-height: 320px;
}
.home-banner img {
  width: 100%;
}
.home-banner .splide__list {
  width: 100%;
}
/*handle Cumulative Layout Shift */
@media (max-width: 768px) {
  .home-banner, .home-banner img {
    min-height: 220px;
    max-height: 220px;
  }
}
@media (max-width: 380px) {
  .home-banner, .home-banner img {
    min-height: 180px;
    max-height: 180px;
  }
}
.home-banner .splide__arrows .splide__arrow {
  border-radius: 50%;
  background-color: var(--tertiary-color);
  color: var(--tertiary-color-set);
  fill: var(--tertiary-color-set);
  opacity: 1;
  width: 24px;
  height: 24px;
	font-size: 0.5em;
}
.home-banner .splide__arrows .splide__arrow:hover {
  background-color: var(--primary-color);
  color: var(--primary-color-set);
  fill: var(--primary-color-set);
}
.home-banner .splide__pagination .splide__pagination__page {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--tertiary-color);
  opacity: 0.3;
  margin: 4px;
}
.home-banner .splide__pagination .splide__pagination__page.is-active {
  transform: scale(1);
  opacity: 1;
}
.home-banner .splide__progress {
  position: absolute;
  bottom: 0x;
  width: 100%;
  bottom: 0px;
}
.home-banner .splide__progress__bar {
  background-color: var(--tertiary-color);
}
@media (max-width: 768px) {
  .home-banner .splide__arrows .splide__arrow {
    width: 24px;
    height: 24px;
    font-size: 9px;
  }
  .home-banner .splide__pagination .splide__pagination__page {
    width: 16px;
    height: 16px;
  }
}

.img-gift {
	animation-duration: 2s;
	animation-iteration-count: infinite;
	transform-origin: bottom;
}

.bounce-animation {
	animation-name: bounce-animation;
	animation-timing-function: ease;
}
@keyframes bounce-animation {
	0%   { transform: scale(1,1)    translateY(0); }
	10%  { transform: scale(1.2,.8) translateY(0); }
	30%  { transform: scale(.9,1.1) translateY(-20px); }
	50%  { transform: scale(1,1)    translateY(0); }
	57%  { transform: scale(1,1)    translateY(0); }
	64%  { transform: scale(1,1)    translateY(0); }
	100% { transform: scale(1,1)    translateY(0); }
}

.btn-alt {
	color: #000;
	color: #fff;
	background: #fff;
	background: #161616;
	background: radial-gradient(circle 184px at 46.5% 54.2%, #d00509, #000 90%);
	border: 1px solid #fff;
	border: 1px solid var(--border-1);
	text-transform: uppercase;
	padding: 3px 12px;
}
.btn-alt:focus {
	color: #000;
	background: #ffe200;
	border-color: #ffe200;
	box-shadow: 0 0 0 .25rem rgba(255, 251, 1, 1);
	box-shadow: none;
}
.btn-alt:hover {
	background: #ffe200;
	color: #000;
	border-color: #ffe200;
	box-shadow: 0 0 5px 4px var(--border-1);
}

.page-menu {
	color: #ffffff;
	font-family: BebasNeue;
	padding-top: 10px;
	font-size: 20px;
}
.page-menu a {
	color: #ffffff;
	text-decoration: underline;
	display: inline-block;
	width: auto;
	padding: 0 10px 0 10px;
}

table.slot-gacor, th, td { border: 1px solid green;}
.amt{
	border:5px solid;
}
	