@import url('https://fonts.googleapis.com/css2?family=Tuffy:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root{
	--background: #00000000 url(https://i.ibb.co/JxfLbmk/LAKU-BG-NEW-01.webp) center center no-repeat;
	--mobilebg: #00000000 url(https://lkfilemedia.com/mobile/M-BG-LK_4.webp) center center;
	--buttonblue: linear-gradient(135deg, #CC8800 0%, #FFF600 30%, #ffee00 50%, #FFC900 70%, #bb8800 100%);
	--shadowhitam: #000 0px 0px 5px 3px;
	--textputih: #fff;
	--texthitam: #000;
	--buttongreen: linear-gradient(330deg, rgba(0, 225, 255, 1) 10%, rgba(0, 75, 165, 1) 50%, rgba(0, 75, 165, 1) 30%, rgba(0, 225, 255, 1) 100%, rgba(0, 75, 165, 1) 60%, rgba(0, 75, 165, 1) 70%, rgba(0, 75, 165, 1) 85%, rgba(0, 75, 165, 1) 100%);
	--bg-card: #ffe000;
	--bg-subcard:linear-gradient(180deg, #ffee00, #FFC900, #df9500);
}

* {
	font-family: "Tuffy", sans-serif;
  	font-weight: 500;
}
 
body {
	background: var(--background);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-color: #220135;
}

@media (max-width:628px){
	body{
		background: var(--mobilebg);
	}
}

.btn-body {
    margin: 0px 0px;
    position: relative;
    display: flex;
}

.btn-body .btn-items {
    margin: 10 5px;
    width: 100%;

}

a{
	text-decoration: none;
}

.btn-body .btn-items a {
    width: 100%;
    padding: 10px 5px;
    color: #fff;
    background: linear-gradient(to bottom,#1b00fb 0%,#000000 100%);
    border-radius: 50px;
    display: inline-block;
    text-align: center;
}

h1, h2, h3 {
	text-align: center;
	color: gold;
	line-height: 1em;
	margin-bottom: 1em;
	text-shadow: 2px 2px 3px #000;
}

.contain p, ul, li, ol {
	text-align: justify;
	color: #fff;
}

a {
	font-weight: 600;
	color: #fef135;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.adv {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

img {
	vertical-align: middle;
	border-style: none;
}

.title {
	display: flex;
	justify-content: center;
}

.title-text {
	color: white;
	font-size: 16px;
}

.link-container{
	display:flex;
	justify-content:center;
	font-size:var(--x-large-font);
	padding:10px;
	width:100%
}
    .link-container a{
		width:50%;
		text-align:center;
		padding:15px 20px;
		text-transform:uppercase
	}
    .login-button,.register-button{
		color:#fff;
		font-family:system-ui;
		border-radius:5px;
		margin:5px; 
	}
    .register-button{
		background: var(--buttongreen);
		box-shadow: var(--shadowhitam);
		background-size: 500% 500%;
		border-radius: 15px;
		animation: gradient 4.5s ease infinite;
	}

	@keyframes gradient {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}

    .register-button:hover{
		box-shadow:0 0 5px 3px #fff;
		color: #fff;
	}

    .login-button{
		background: var(--buttonblue);
		color: var(--texthitam);
		box-shadow: var(--shadowhitam);
		line-height: 20px;
		border-radius: 15px;
	}
    .login-button:hover{box-shadow:0 0 5px 3px #fff;color: #fff;}

table.rtplive{
	border-collapse: separate;
	border-spacing: 0.5vw;
	width: 100%;
	color: #fff;
	font-size: 1em;
	margin-bottom: 1vw;
}

.list-gacor{
	background: var(--buttonblue);
	box-shadow: var(--shadowhitam);
	padding: 8px;
	text-align: center;
	border: solid 1px #dfc37a;
	border-radius: 20px;
	font-weight: 600;
}

.slot {
	display: block;
}

.slot-sidebar{
	display: block;
	padding-right: 10px;
	padding-left: 0;
	background: #181400;
	float: none !important;
	width: 100% !important; 
	flex: none !important;
	max-width: 100% !important;
	padding-right: 0 !important;
	border-radius: 5px;
}
.long{
	text-decoration: none;
	margin-top: 10px;

}

.gameSearch .input-group-text, .gameSearch input {
	background: #bebebe;
	border: none;
  }

.short{
	display: none;
}

button:hover, button:focus {
	outline: none;
}

.btn-provider:hover{
	background: var(--buttonblue);
}

.btn-provider:hover img{
	filter:brightness(0%)
}

.slot-sidebar-nav{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: nowrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	
}

.slot-sidebar-nav > li {
	border-bottom: 1px solid #fff67b;
	width: 100%;
	position: relative;
	display: block;
	border-bottom: none;
	padding: 3px;
}

.slot-sidebar-nav > li > a{
	cursor:pointer;
	color: #fff;
	font-size: 13px;
	min-width: 25%;
	min-height: 42px;
	display: block;
	background-color: #000000b6;
	border-radius: 5px;
	border: solid 2px #fff67b9a
}

.btn-provider{
	text-align: center;
    display: block;
    text-decoration: none;
}   

.enter{
	display: none;
}

.btn-provider span{
	position: unset;
}

.active{
	background-color: #00000000;
}

.slot .content {
	float: right;
	width: 100%;
	padding: 0;
	flex: 0 0 80%;
	max-width: 80%;
}

.wrapper {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 2px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

#slider01{
	display: none;
}

.card {
	float: left;
	width: 100%;
	background: transparent;
	border: none;
	text-align: center;
	position: relative;
}

.card-content {
	background: var(--bg-card);
	margin: 5px;
	border-radius: 10px;
	padding: 10px;
	color: var(--texthitam);
	border: solid 2px #ffcb62;
	font-size: 12px;
	overflow: hidden;
	background: var(--buttonblue);
	box-shadow: var(--shadowhitam);
}

.card-content .subscript {
	position: relative;
	top: 0px;
	width: 100%;
}
.card-content .subscript .hot{
	position:absolute;
	background:url('../assets/img/hot.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	left: .3vw;
	width: 2.5vw;
	height: 2.5vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}

.card-content .subscript .top{
	position:absolute;
	background:url('../assets/img/top.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	right: .3vw;
	width: 2.5vw;
	height: 2.5vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}
.card-content p {
	margin: 0 0.5em;
	font-size: 9pt;
	font-weight: 600;
	text-align: center;
}

.percent {
	height: 25px;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: 0.70rem;
	background-color: #e9ecef;
	border-radius: 10px;
	border: solid 1px #000;
	position: relative;
	z-index: 1;
	margin-bottom: 3px;
}

.percent p {
	z-index: 15;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	transform: translateY(12.5px);
	color: black;
}

.percent-bar {
	/* background-color: #ffc107; */
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.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 0.6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	/* animation: ; */
	z-index: 10;
}

.yellow {
	background-color: #ffc107;
}

.green {
	background-color: #28a745;
}

.red {
	background-color: #dc3545;
}

.hover-btn {
	position: absolute;
	opacity: 0;
	transition: all 0.45s ease-in-out;
	z-index: 10;
	width: 90%;
}

.play-btn {
	font-size: 15px;
	border-radius: 10px;
	text-decoration: none;
	color: var(--texthitam);
	text-align: center;
	align-items: center;
	width: 70%;
	margin: 25% auto 25% 12%;
	padding: 8px;
	border: solid 1px #000;
	background-color: gold;
	background-image: var(--buttonblue);
}
.play-btn:hover{
	background-color: #00d126;
	background-image: var(--buttongreen);
	border: solid 1px #000;
	color: var(--textputih);
	font-weight: bold;
}
.image{
	border-radius: 10px;
	border: solid 1px #000;
	display: inline-block;	
    overflow: hidden;
	width: 100%;
}
.image img{
	min-width: 100%;
}
.img-zoom {
	transition: all 0.45s ease-in-out;
	height: 130px;
}

.hover-btn:hover {
	opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
	transform:scale(1.2);
    -ms-transform:scale(1.2); /* IE 9 */
    -moz-transform:scale(1.2); /* Firefox */
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -o-transform:scale(1.2);
	position: relative;
}

.next-btn {
	display: none;
	width: 30%;
}

.mySlides {
	display: none;
}

.next-btn {
	background-color: #2e0446;
	border: none;
	color: #fff;
}
.jamgacor {
	border-radius: 5px 5px 0 0;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 30%), inset 0 1px rgb(255 255 255 / 80%);
	font-family: "Poppins", sans-serif !important;
	width: 100%;
	padding-top: 6px;
	background: var(--buttongreen);
	border: 0.1px solid black;
}

p.namaGame{
	font-size: 0.9em;
	font-weight: 400;
	max-width: 100%;
	text-align: center;
}

.jamgacor h5 {
	font-size: 1.3em;
	font-weight: 600;
}

.progress {
	height: fit-content;
}

.pola {
	border-radius: 0 0 10px 10px;
    box-shadow: 1px 2px 5px rgb(0 0 0 / 30%), inset 0 1px rgb(255 255 255 / 80%);
	font-family: 'Noto Sans', sans-serif !important;
	padding: 5px 0.5px;
	border: 0.1px solid black;
	background: var(--buttongreen);
	color: #fff;
}

.jam {
	width: 100%;
	color: #fff;
	font-weight: bold;
}

.jam h5 {
	font-size: 1.3em;
	font-weight: bold;
}
.jamBg {
	width: 100%;
}

.artikel{
	padding: 1em;
	background: #00000075;
	color: rgb(255, 255, 255);
	margin-top: 1em;
	margin-bottom: 2em;;
	padding: 2vw;
    border: 2px solid #0073df;
	box-shadow: 0 0 0, 0 0 2px, 0 0 1em #0073df , 0 0 0.5em #bec800 , 0 0 0.1em #787e00 , 0 10px 3px #000;
	border-radius: 20px;
	font-family: "Poppins", sans-serif
}
.artikel h1,h2{
	text-align: center;
}
.artikel h3{
	text-align: left;
}
.artikel p{
	text-align: justify;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 992px) {
	.slot-sidebar-nav{
        flex-wrap: nowrap;
    }
    .slot-sidebar-nav::-webkit-scrollbar {
        height: 5px;
      }
    .slot-sidebar{
        float: none !important;
        width: 100% !important; 
        flex: none !important;
        max-width: 100% !important;
        padding-right: 0 !important;
    }
    .content{
        float: none !important;
        width: 100% !important;
        flex: none !important;
        max-width: 100% !important;
    }
    .wrapper{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1px;
	}

    .card{
        width: 100% !important;
    }
	.long {
		display: none;
	}
	.short{
		margin-top: 10px;
		display: block;
		font-size: 12pt;
	}
    .hover-btn{
        display: none;
    }
    .hover-btn:hover ~ .img-zoom{
        transform: scale(1);
        position: relative;
    }
    .btn-provider{
        text-align: center;
        display: block;
    }  
    .enter{
        display: block;
    }
    .btn-provider span{
        position: unset;
    }
    .btn-provider i{
        margin: 0;
    }
    .slot-sidebar-nav li{
        border-bottom: none;
    }
    .slot-sidebar-nav li a p{
        font-size: 5px;
    }
    .img-zoom{
        height: 90%;
    }
    .slot-sidebar-nav li a img{
        height: 16px !important;
    }
    .maintenance p{
        font-size: 5px;
    }
	.next-btn {
		display: block;
	}
	.res-bar {
		display: none;
	}
	.jamgacor > h6 {
		font-size: 1em;
		font-weight: 600;
	}
	.pola > span {
		font-size: 14px;
	}

	.card-content .subscript .hot{
		position:absolute;
		background:url('../assets/img/hot.gif');
		background-size:cover;
		background-position: center center;
		top: 0;
		left: .2vw;
		width: 7vw;
		height: 7vw;
		-webkit-filter: drop-shadow(0px 3px 1px var(--black));
		filter: drop-shadow(0px 3px 1px var(--black));
		z-index: 89;
	}
	
	.card-content .subscript .top{
		position:absolute;
		background:url('../assets/img/top.gif');
		background-size:cover;
		background-position: center center;
		top: 0;
		right: .2vw;
		width: 7vw;
		height: 7vw;
		-webkit-filter: drop-shadow(0px 3px 1px var(--black));
		filter: drop-shadow(0px 3px 1px var(--black));
		z-index: 89;
	}
}

@media (max-width: 576px) {
	.pola > span {
		font-size: 12px !important;
	}
	.card-content{
		padding: 3px;
	}
}
.fixed-footer {
    display:flex;
    justify-content:space-around;
    position:fixed;
    background: linear-gradient(to bottom, #000 0%, #000 50%, #000 100%);
    border-radius: 50px 50px 0px 0px;
	padding:10px;
    left:0;
    right:0;
    bottom:0;
    z-index:99;
	border-top: solid 2px orange !important; 
  }
  .fixed-footer a {
    flex-basis:calc((100% - 15px*6)/ 5);
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:12px
  }
  .fixed-footer .center {
    transform:scale(1.5) translateY(-5px);
    background:center no-repeat;
    background-size:contain;
    background-color:inherit;
    border-radius:50%
  }
  .fixed-footer img {
    margin-bottom:5px
  }
  .tada {
    -webkit-animation-name:tada;
    animation-name:tada;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
    animation-iteration-count:infinite
  }

  @-webkit-keyframes tada {
    0% {
      -webkit-transform:scale3d(1,1,1);
      transform:scale3d(1,1,1)
    }
    10%,20% {
      -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
      transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }
    30%,50%,70%,90% {
      -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
      transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }
    40%,60%,80% {
      -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
      transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
    100% {
      -webkit-transform:scale3d(1,1,1);
      transform:scale3d(1,1,1)
    }
  }
  @keyframes tada {
    0% {
      -webkit-transform:scale3d(1,1,1);
      transform:scale3d(1,1,1)
    }
    10%,20% {
      -webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
      transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }
    30%,50%,70%,90% {
      -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
      transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }
    40%,60%,80% {
      -webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
      transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
    100% {
      -webkit-transform:scale3d(1,1,1);
      transform:scale3d(1,1,1)
    }
  }
