* {
    font-family: sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #640000;
    background-size: cover;
}

h1 {
    text-align: center;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

.link-container {display:flex;justify-content:center;font-size:var(--x-large-font);padding:0;width:100%}

.link-container a{
        font-size: 20px;
        margin: 3px;
        width: 33%;
        text-align: center;
        padding: 10px 20px;
        text-transform: uppercase;
	}

.container {
	background-color: #bb0b0a;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:1200px;
	}
	
.titlepv{
	padding: 5px;
	background: #0092b1;
	margin: 10px;
	color:white;
	font-weight: bolder;
	font-size: 20px;
	text-align: center;
	border-style: double;
}

.login-button,.register-button{color:#fff;font-family:system-ui}

.register-button {
    background: linear-gradient(4deg, rgb(0 62 206) 0%, rgb(18 57 147) 66%);
    font-size: 14px;
    font-weight: 700;
    color: white;
}

.register-button:hover{
    background: linear-gradient(0deg, rgb(167 20 20) 0%, rgb(247 102 102) 100%);
    color: #fff;
}

.login-button {
    box-shadow: 0 0.7em 1.5em -0.5em #ffffff;
    background: linear-gradient(0deg, rgb(167 20 20) 0%, rgb(247 102 102) 100%);
    color: #fff;
    font-weight: 700;
}

.login-button:hover{
    background: linear-gradient(4deg, rgb(255 254 254) 0%, rgb(155 154 154) 66%);
    color: black
}

.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 {
    float: left;
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 10px;
    padding-left: 0;
    margin-top: 5px;
    background-color: #26292d;
}

.slot-sidebar-nav {
    background: #f30a0a;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.slot-sidebar-nav > li {
    border: 1px solid #ffffff;
    width: 100%;
    position: relative;
    display: block;
}

.slot-sidebar-nav > li > a {
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    padding: 7px 10px;
    display: block;
}

.slot-sidebar-nav > li > a:hover{
    color: #000;
    background: #00f55e;
}

.btn-provider i {
    margin-right: 5px;
}

.btn-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.enter {
    display: none;
}

.btn-provider span {
    position: absolute;
    transform: translateY(10px);
}

.pragma-logo {
    background-image: url(../img/Pragmaticplay.svg);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 20px;
}

.haba-logo {
    background-image: url(../img/habanero.svg);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 20px;
}

.pg-logo {
    background-image: url(../img/pg.svg);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 20px;
}

.micro-logo {
    background-image: url(../img/microgaming.svg);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 20px;
}

.gwk-logo {
    background-image: url(../img/gwk.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 20px;
}

.ttg-logo {
    background-image: url(../img/ttg.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 20px;
}

.idn-logo {
    background-image: url(../img/idnslot.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    height: 30px;
    width: 32px;
    background-size: 20px;
}

.site-description{
		color: white;
		text-align: justify;
		padding: 10px;
	}

.active {
    background-color: #0335aa;
}

.slot .content {
    float: right;
    width: 80%;
    padding: 0;
    flex: 0 0 80%;
    max-width: 80%;
}

.wrapper {
    width: 100%;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.card {
    float: left;
    width: 20%;
    background: transparent;
    border: none;
    text-align: center;
    position: relative;
}

.card-content {
    background: linear-gradient(4deg, rgb(3 53 170) 0%, rgb(59 88 157) 66%);
    margin: 4px;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    border: none;
    overflow: hidden;
    position: relative;
}

.card-content .subscript {
	position: relative;
	top: 0px;
	width: 100%;
}
.card-content .subscript .hot{
	position:absolute;
	background-size:cover;
	background-position: center center;
	top: 0;
	left: .5vw;
	width: 3vw;
	height: 3vw;
	-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('../img/luckycat1.gif');
	background-size:cover;
	background-position: center center;
	top: 0;
	right: -0.5vw;
	width: 3vw;
	height: 3vw;
	-webkit-filter: drop-shadow(0px 3px 1px var(--black));
	filter: drop-shadow(0px 3px 1px var(--black));
	z-index: 89;
}

.image{
	display: inline-block;	
    overflow: hidden;
	width: 100%;
}

.percent {
    height: 27px;
    display: flex;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    /* border-radius: .25rem; */
    position: relative;
    z-index: 1;
}

.percent p {
    z-index: 15;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    transform: translateY(14px);
    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{
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    background-color: rgba(0,0,0,.9);
    transition: all .1s ease-in-out;
    z-index: 10;
    width: 95%;
    height: 98%;
}

.play-btn{
    font-size: 20px;
    margin: auto;
    text-align: center;
    margin-top: 40%;
    width: 90%;
    padding: 10px;
    display: block;
    background: linear-gradient(0deg, rgba(20,167,62,1) 0%, rgba(102,247,113,1) 100%);
    color: #000;
    border-radius: 18px;
    transition: all .3s ease;
}

.play-btn:hover{
	background:linear-gradient(to top,#fff095 0%,#b88416 88%);
	}
	
.img-zoom {
    transition: all 0.45s ease-in-out;
    height: 210px;
}

.hover-btn:hover{opacity:100%}

.hover-btn:hover ~ .img-zoom {
    position: relative;
}

.next-btn {
    display: none;
    width: 30%;
}

.mySlides {
    display: none;
}

.next-btn {
    background-color: #000000;
    border: none;
    color: #fff;
}

@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) {
    .btn-logo{
        width: 100%;
    }
    
    .slot-sidebar-nav {
        flex-wrap: nowrap;
    }
    .slot-sidebar {
        background:#f3910a;
        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;
    }
    .card {
        width: 50% !important;
    }
    .hover-btn:hover {
        display:none;
    }

    .hover-btn:hover~.img-zoom{transform:scale(1);position:relative}
	
    body {
        background: #373737;
    }
    .btn-provider {
        text-align: center;
        display: block;
    }
    .slot-sidebar-nav > li > a {
        height: 70px;
    }
    .enter {
        display: block;
    }
    .btn-provider span {
        position: unset;
    }
    .btn-provider i {
        margin: 0;
    }
    .slot-sidebar-nav li {
        border-left: 0.2px solid #656565;
        border-right: 0.2px solid #656565;
        border-bottom: none;
        border-top: none;
    }
    .img-zoom {
        height: 180px;
    }
    .next-btn {
        display: block;
    }
    .res-bar {
        display: none;
    }
}

.slot-sidebar.res-bar {
    padding: 5px;
}

.jamgacorRange {
    font-weight: bold;
    background-image: linear-gradient(#ed0a0a, #000000);
    width: 100%;
    padding: 7px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 0.1px solid black;
}

.pola {
    font-weight: bold;
    background-image: linear-gradient(#ff0000, #470606);
    padding: 3.5px;
    padding-top: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 0.1px solid black;
    color: #fff;
}