@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

* {
	font-family: 'Poppins', sans-serif;
	box-sizing: border-box;
}

body {
  background-color: #0a0a0a;
  background-image: none;
  color: #fff;
}

h1 {
	text-align: center;
	color: #fff;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.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: 2.5rem;
}

.slot {
	display: block;
}

.slot .slot-sidebar{
    padding: 0 10px;
    margin-top: 15px;
    background-color: transparent;
    float: none !important;
    width: 100% !important; 
    flex: none !important;
    max-width: 100% !important;
}

.btn-provider:hover{
    background-color: transparent;
}

.slot-sidebar-nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    margin-bottom: 20px;
    list-style: none;
    background: #0a0a0a;
    border: 1px solid #2f2e2e;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}

.slot-sidebar-nav > li {
    border: 1px solid #2f2e2e;
    border-radius: 12px;
    margin-bottom: 0;
    width: calc(25% - 10px);
    position: relative;
    display: block;
    padding: 8px;
    background: #141414;
    transition: all 0.3s ease;
}

.slot-sidebar-nav > li:hover {
    border-color: #8b5cf6;
    background: #1a1a1a;
    transform: translateX(5px);
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.2);
}

.slot-sidebar-nav > li > a{
    color: #8b5cf6;
    font-size: 13px;
    font-weight: 600;
    display: block;
    background-color: transparent;
    letter-spacing: 0.5px;
}

.btn-provider{
    text-align: center;
    display: block;
}   

.enter{
    display: none;
}

.btn-provider span{
    position: unset;
}   

.pragma-logo {
	background-image: url(../images/Pragmaticplay.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.haba-logo {
	background-image: url(../images/habanero.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.idn-logo {
	background-image: url(../assets/idnslot.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.cq9-logo {
	background-image: url(../images/cq9-2.png);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.pg-logo {
	background-image: url(../images/pg.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.micro-logo {
	background-image: url(../images/microgaming.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.isb-logo {
	background-image: url(../images/isoftbet.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ps-logo {
	background-image: url(../images/playstar.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.ttg-logo {
	background-image: url(../images/logo-ttg.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.sg-logo {
	background-image: url(../images/spadegaming.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.rt-logo {
	background-image: url(../images/redtiger.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.rtg-logo {
	background-image: url(../images/rtg.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.sp-logo {
	background-image: url(../assets/simpleplay.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.gmp-logo {
	background-image: url(../images/gameplay.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.net-logo {
	background-image: url(../assets/netent.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.mno-logo {
	background-image: url(../assets/mannaplay.svg);
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	height: 30px;
	width: 32px;
	background-size: 20px;
}

.active {
	background: linear-gradient(to right, #141414, #2a1147);
	color: #8b5cf6;
    border-color: #8b5cf6 !important;
    box-shadow: inset 4px 0 0 #8b5cf6;
}

.slot .content {
	float: none;
	width: 100%;
	padding: 0;
	flex: none;
	max-width: 100%;
	margin-top: 20px;
}

.wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background-color: #2f2e2e;
	border: 1px solid #2f2e2e;
	border-radius: 16px;
	box-shadow: 0 8px 30px rgba(0,0,0,0.6);
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 0;
	max-width: 1200px;
	margin: 0 auto;
}

.card {
	background: #141414;
	border: none;
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
}

.card-content {
	margin: 0;
	color: #fff;
	font-size: 12px;
	background: transparent;
	border: none;
	border-radius: 0;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease;
	box-shadow: none;
	height: 100%;
}

.card-content:hover {
	background: #1a1a1a;
	box-shadow: inset 0 0 30px rgba(139, 92, 246, 0.15);
}

.percent {
	height: 27px;
	display: flex;
	overflow: hidden;
	line-height: 0;
	font-size: 0.75rem;
	background-color: #222;
	border-top: 1px solid #2f2e2e;
	border-bottom: 1px solid #2f2e2e;
	position: relative;
	z-index: 1;
}

.percent p {
	z-index: 15;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 13px;
	font-weight: 700;
	transform: translateY(13px);
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.percent-bar {
	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-color: #8b5cf6;
	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;
	transition: width 0.6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	z-index: 10;
	width: 100%;
}

.yellow {
	background-color: #ffc107;
}

.green {
	background-color: #28a745;
}

.black {
	background-color: #dc3545;
}

.hover-btn {
	position: absolute;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.65);
	transition: all 0.45s ease-in-out;
	z-index: 10;
	width: 100%;
}

.play-btn {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	text-align: center;
	align-items: center;
	width: 80%;
	margin: 25% auto;
	padding: 10px;
	background: linear-gradient(to bottom, #8b5cf6, #5b21b6);
	font-weight: 700;
	border-radius: 25px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
	transition: all 0.3s ease;
}

.play-btn:hover {
	transform: scale(1.05);
	box-shadow: 0 6px 20px rgba(139, 92, 246, 0.6);
	background: linear-gradient(to bottom, #8b5cf6, #5b21b6);
	color: #fff;
}

.img-zoom {
	transition: all 0.45s ease-in-out;
	height: 125px !important;
	object-fit: cover;
}

.hover-btn:hover {
	opacity: 100%;
}

.hover-btn:hover ~ .img-zoom {
	transform: scale(1.2);
	position: relative;
}

.next-btn {
	display: none;
	width: 30%;
}

.mySlides {
	display: none;
}

.next-btn {
	background-color: #292a2b;
	border: none;
	color: #fff;
}

.jamgacor {
	background-image: linear-gradient(to bottom, #8b5cf6, #5b21b6);
	color: #fff;
	font-family: "Poppins", sans-serif !important;
	padding: 8px 3px;
	border-bottom: 1px solid #141414;
}

.jamgacor h5 {
	font-size: 1.1em;
	font-weight: 700;
	margin-bottom: 2px;
}

.progress {
	height: fit-content;
}

.pola {
	background-color: transparent;
	color: #fff;
	font-family: "Poppins", sans-serif !important;
	padding: 8px 3px;
}

.jam {
	margin-bottom: 0;
	padding: 0;
	color: #000;
	font-weight: bold;
}

.jam h5 {
	font-size: 1.3em;
	font-weight: bold;
}

.jamBg {
	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);
	transition: width 0.6s ease;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
	animation: progress-bar-stripes 1s linear infinite;
	background-size: 1rem 1rem;
}

@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) {
	.wrapper {
		grid-template-columns: repeat(3, 1fr);
		gap: 1px;
		border-radius: 12px;
	}
	.slot-sidebar-nav {
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 10px;
	}
	.slot-sidebar-nav::-webkit-scrollbar {
		height: 4px;
	}
	.slot-sidebar-nav::-webkit-scrollbar-thumb {
		background: #8b5cf6;
		border-radius: 4px;
	}
	.slot-sidebar {
		float: none !important;
		width: 100% !important;
		flex: none !important;
		max-width: 100% !important;
		padding-right: 0 !important;
	}
	.hover-btn:hover {
		opacity: 0;
	}

	.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: 1px solid #2f2e2e !important;
		margin: 0 5px;
		border-radius: 8px;
	}
	.img-zoom {
		height: auto;
	}
	.next-btn {
		display: block;
	}
	.res-bar {
		display: none;
	}
	.jamgacor > h5 {
		font-size: 1em;
	}
	.pola > p {
		font-size: 0.8em;
	}
}

@media (max-width: 576px) {
	.wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 1px;
		border-radius: 8px;
	}
	.pola > p {
		font-size: 0.75em !important;
	}
}

.tabs {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
      }
  
      .tab {
        cursor: pointer;
        display: inline-block;
        margin: 0 5px 10px;
        Margin-left: 20px;
   		Margin-right: 20px;
        padding: 10px;
        border-radius: 5px;
        background-color: transparent;
        border: none;
      }
  
      .tab:focus {
        border: none;
      }
  
      .img-icon-game {
        width: 50px;
        height: 50px;
        Margin-left: 20px;
   		Margin-right: 20px;
      }
  
      @media (max-width : 1024px) {
        .tabs {
          justify-content: flex-start;
        }
  
        .tab {
          width: calc(100% / 5);
          margin: 0 0 10px;
          padding: 5px;
        }
  
        .img-icon-game {
          width: 40px;
          height: 40px;
        }
      }
  
      .tab.active {
        background-color: #1B1B1B;
      }
  
      .tab-content {
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
      }
  
      .tab-content h3 {
        margin-top: 0;
        width: 100%;
        font-size: 1.1rem;
        font-weight: 258px;
      }

  
