@font-face {
    font-family: 'iCiel-Cadena';
    src: url('../fonts/iCiel-Cadena.ttf.woff') format('woff'),
        url('../fonts/iCiel-Cadena.ttf.svg#iCiel-Cadena') format('svg'),
        url('../fonts/iCiel-Cadena.ttf.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SF-Pro-Display-Medium.woff') format('woff'),
        url('../fonts/SF-Pro-Display-Medium.eot');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProText-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProText-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

.container {
    max-width: 1200px !important;
    padding: 0 !important;
    min-width: 1190px !important;
}

main.slots__page {
    background: #05071a;
}

.slots__bg__wrapper {
    background: url(../images/slots/slots-bg.webp) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
    padding: 20px 0 0 0;
}

.bg__content__wrapper {
    text-align: center;
    max-width: 400px;
    margin: auto;
    position: relative;
}

.bg__content__wrapper img.playthebest {
    padding-bottom: 15px;
    width: 100%;
}

.bg__content__wrapper .search__holder {
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 10;
}

.bg__content__wrapper .search__holder .searc__box {
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    background: #05071a;
    border-radius: 250px;
    border: 3px #faa51f solid;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bg__content__wrapper .search__holder .searc__box input {
    height: 45px;
    width: 99%;
    border-radius: 250px;
    background: rgb(255 255 255 / 0%);
    color: #fff;
    padding-left: 14px;
    border: 0;
    outline: none;
    padding-right: 47px;
}

.bg__content__wrapper .search__holder .searc__box img {
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
}

.bg__content__wrapper img.slots__spin {
    position: relative;
    top: -60px;
}

.gp__box {
    text-align: center;
    margin-top: 20px;
}

.gp__box img {
    width: 100%;
}

.gameprovider__wrapper {
    background: url(../images/slots/slots-container.webp) no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 114px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -58px;
}

.gameprovider__wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0;
    margin: 0 0 0 20px;
}

.gameprovider__wrapper ul li {
    list-style: none;
    width: 107px;
    height: 87px;
    text-align: center;
}

.gameprovider__wrapper ul li.active,
.gameprovider__wrapper ul li:hover {
    border-radius: 10px;
    background: linear-gradient(to bottom, #fa7c02 0%, #a20100 100%);
    padding: 1px;
}

.gameprovider__wrapper ul li.active a,
.gameprovider__wrapper ul li:hover a {
    height: 100%;
    display: block;
    background: #1b1e3c;
    border-radius: 10px;
}

.gameprovider__wrapper ul li img {
    width: 85px;
    height: 87px;
    filter: brightness(0) invert(1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: all .3s;
}

.gameprovider__wrapper ul li:hover img {
    filter: unset;
}

.gameprovider__wrapper ul li.active img {
    filter: unset;
}

.gameprovider__wrapper ul li.more__gp {
    background: #171e3f;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
    cursor: pointer;
    color: #515d90;
    padding-top: 15px;
}

.gameprovider__wrapper ul li.more__gp span {
    font-weight: 800;
    font-size: 50px;
    line-height: 0px;
}

.gameprovider__wrapper ul li.more__gp p {
    padding: 0;
    margin: 0;
    font-weight: 800;
    font-size: 10px;
    font-family: SF Pro Display;
}

.games__wrapper {
    position: relative;
    top: -75px;
}

.games__wrapper .games__slots {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    grid-gap: 15px;
}

.games__wrapper .games__slots figure {
    position: relative;
    width: 100%;
    margin-bottom: 0;
}

.games__wrapper .games__slots figure .game__thumbnail {
    width: 100%;
}

.games__wrapper .games__slots figure .game__thumbnail .game__frame {
    position: relative;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 301px;
}

.games__wrapper .games__slots figure .game__thumbnail .game__image {
    width: 79%;
    position: absolute;
    z-index: 0;
    left: 22px;
    top: 26px;
}

.games__wrapper .games__slots figure .game__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    font-family: SF Pro Display;
    font-weight: bold;
}

.games__wrapper .games__slots figure .game__btn a {
    background: url(../images/slots/play-demo-button.webp) 0 0 no-repeat;
    background-size: contain;
    width: 78px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
}

.games__wrapper .games__slots figure .game__btn a:hover {
    text-decoration: none;
}

.games__wrapper .games__slots figure .game__btn a.demo__btn {}

.games__wrapper .games__slots figure .game__btn a.play__btn {}

.games__wrapper .games__slots figure figcaption {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 6px;
    left: 28px;
    height: 50%;
    background: url(../images/slots/slots-hover-bg.webp) 0 0 no-repeat;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
    width: 173px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    -ms-transition: all .6s;
}

.games__wrapper .games__slots figure:hover figcaption {
    opacity: 1;
    visibility: visible;
}

.games__wrapper .games__slots figure figcaption .gameinfo__wrapper {
    position: relative;
}

.games__wrapper .games__slots figure figcaption .gameinfo__wrapper .gp__logo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.games__wrapper .games__slots figure figcaption .gameinfo__wrapper .gp__logo img {
    width: 100%;
    filter: brightness(0);
}

.games__wrapper .games__slots figure figcaption .gameinfo__wrapper p {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 54px;
    width: 148px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
    color: #000;
    font-weight: 800;
    font-size: 20px;
    font-family: iCiel-Cadena;
}

.games__wrapper .games__slots figure figcaption .gameinfo__wrapper span {
    background: linear-gradient(to bottom, #f57002 0%, #a80900 100%);
    position: absolute;
    top: 88px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    height: 28px;
    width: 112px;
    color: #fff;
    font-weight: 800;
    border-radius: 5px;
    border: 1px #e59f4a solid;
    font-size: 14px;
    text-transform: uppercase;
    font-family: iCiel-Cadena;
}

.paginaion__wrapper {
    position: relative;
    top: -20px;
    margin-bottom: 40px;
}

.paginaion__wrapper ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.paginaion__wrapper ul li {
    list-style: none;
}

.paginaion__wrapper ul li.prev__arrow {}

.paginaion__wrapper ul li.next__arrow {}

.paginaion__wrapper ul li.prev__arrow img,
.paginaion__wrapper ul li.next__arrow img {}

.paginaion__wrapper ul li.page__num {
    width: 15px;
    height: 15px;
    background: #c9c9c9;
    border-radius: 280px;
    cursor: pointer;
}

.paginaion__wrapper ul li.page__num.active {
    pointer-events: none;
}

.paginaion__wrapper ul li.page__num.active {
    background: linear-gradient(to bottom, #f57002 0%, #a80900 100%);
    width: 20px;
    height: 20px;
}

.paginaion__wrapper ul li.next__arrow img {
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.game__category__wrapper {
    position: relative;
    top: -97px;
}

.game__category__wrapper ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.game__category__wrapper ul li {
    list-style: none;
}

.game__category__wrapper ul li.active {
    position: relative;
}

.game__category__wrapper ul li.active:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
}

.game__category__wrapper ul li a {
    font-family: SF Pro Display;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.game__category__wrapper ul li a:hover {
    text-decoration: none;
}

.game__category__wrapper ul li a img {
    padding-right: 5px;
    width: 35px;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    -ms-transition: all .4s;
}

.game__category__wrapper ul li.active a img,
.game__category__wrapper ul li:hover a img {
    -webkit-filter: grayscale(0);
    filter: none;
}

.game__category__wrapper ul li a p {
    margin: 0;
    padding: 3px 0 0 0;
}

.games__wrapper #loader {
    display: none;
    justify-content: center;
    align-items: center;
    height: 617px;
    color: white;
    font-size: 18px;
}

.games__wrapper #nogame {
    display: none;
    justify-content: center;
    align-items: center;
    height: 617px;
    color: white;
    font-size: 18px;
}

#gameFilter li.active {
    pointer-events: none;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #faa51f transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.paginaion__wrapper.disabled {
    pointer-events: none;
    filter: grayscale(1);
    opacity: .8;
}

.next__arrow.disabled {
    cursor: not-allowed;
    pointer-events: none !important;
    filter: grayscale(1);
}

.prev__arrow.disabled {
    cursor: not-allowed;
    pointer-events: none !important;
    filter: grayscale(1);
}

#canvas {
    display: block;
    margin: auto;
    margin-top: -124px !important;
}
.games__wrapper .games__slots figure.table_games .game__btn a.demo__btn {
   display: none !important;
   opacity: 0;
   visibility: hidden;
}

/* HIDE SLOTS DEMO BUTTON */
figure.SMG_108HeroesWaterMargin .demo__btn,
figure.SMG_sharkPlatinum .demo__btn{
    display: none !important;
}