@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Hairline'), local('Montserrat-VariableFont_wght'), url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

* {
    position: relative;
    box-sizing: border-box;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 500;
}

h1{
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 700;
}

h2{
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
}

img {
    max-width: 100%;
    height: auto;
}

body{
    margin: 0;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #16151F;
    color: #fff;
    
}

body.menu-open{
    overflow-y: hidden;
}

section.hero{
    padding-top: 64px;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 12px;
    width: 100%;
}

header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #16151F;
    box-shadow: 0px -2px 20px #000;
}

.header-wrapper{
    height: 64px;
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper .logo-wrapper{
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 80px;
    font-size: 0;
}

.header-wrapper nav ul{
    display: flex;
    min-height: 60px;
    margin-right: auto;
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.header-wrapper nav ul a{
    padding-top: 5px;
    padding-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    height: 100%;
    border-bottom: 3px solid #16151F;
    text-decoration: none;
    margin-right: 15px;
}

.header-wrapper nav ul a:hover{
    color: #74DCD2;
    border-bottom: 3px solid #74DCD2;
}

.header-wrapper .header-buttons{
    display: flex;
    align-items: center;
}

.header-wrapper .header-login-link{
    margin-right: 20px;
}

.header-wrapper .header-login-link img{
    display: flex;
}

.header-wrapper .header-registration-link{
    text-transform: uppercase;
    padding: 22px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.burger{
    display: none;
}

.header-wrapper .navbar{
    display: flex;
    flex-basis: auto;
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.btn{
    display: inline-block;
    border-radius: 0;
    border: none;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-gradient{
    background: linear-gradient(270deg, #9D4EDD -1.03%, #5A8BC4 54.18%, #80FFDB 109.39%);
    color: #fff;
}

.btn-blue{
    background: #302D48;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: capitalize;
    color: #74DCD2;
    border: 1px solid #302D48;
}

.swiper-main{
    overflow: hidden;
}

.swiper-main .swiper-slide{
    position: relative;
}

.swiper-main .swiper-slide>img{
    width: 100%;
}

.swiper-main .content{
    position: absolute;
    z-index: 2;
    left: 150px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.swiper-main .content .text{
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 35%;
}

.swiper-main .content .text .title{
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.swiper-main .content .text .desc{
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.365217px;
    margin-bottom: 80px;
    display: block;
    margin-top: 10px;
}

.swiper-main .content .text a{
    background: linear-gradient(270deg, #9D4EDD -2.82%, #5A8BC4 211.25%, #80FFDB 425.32%);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 12px 35px;
    text-decoration: none;
}

.breadcrumbs{
    padding: 10px 0;
}

.aioseo-breadcrumbs a{
    font-weight: 700;
    color: #fff;
}

.aioseo-breadcrumbs .aioseo-breadcrumb-separator{
    font-family: monospace;
	margin: 0 3px;
}

.home-wrapper > .container{
    display: flex;
}

.home-wrapper .sidebar{
    width: 30%;
    min-width: 394px;
    margin-top: -36px;
    z-index: 99;
    padding-left: 25px;
}

.sidebar .sidebar-jackpot{
    padding: 25px;
    border-radius: 6px;
    background-color: #16151F;
    margin-bottom: 15px;
}

.sidebar-jackpot .sidebar-jackpot__title{
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sidebar-jackpot .sidebar-jackpot__value{
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
}

.sidebar-soft{
    padding: 25px;
    background: linear-gradient(99.35deg, rgba(49, 47, 66, 0.70012) 7.07%, #16151F 95.26%);
    border-radius: 3px;
    margin-bottom: 20px;
}

.sidebar-soft__title{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 65px;
}

.sidebar-soft__title::before{
    content: '';
    background: url(../img/gamepad.svg) no-repeat center center;
    background-size: contain;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-soft__list{
    display: flex;
    flex-wrap: wrap;
}

.sidebar-soft__item{
    padding: 10px;
    background: linear-gradient(99.35deg, rgba(49, 47, 66, 0.70012) 7.07%, #16151F 95.26%);
    border-radius: 3px;
    margin-bottom: 5px;
    width: 48%;
    margin-right: 5px;
}

.sidebar-soft__item-link{
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.sidebar-soft__item-logo{
    height: 25px;
    width: 45px;
    margin-right: 15px;
}

.sidebar-soft__item-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sidebar-soft__item-title{
    font-size: 12px;
}

.sidebar-soft__link-icon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-soft__link-icon:before{
    content: '';
    background: url(../img/chevron-right.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
}

.sidebar-jsoft{
    padding: 25px;
    background: linear-gradient(99.35deg, rgba(49, 47, 66, 0.70012) 7.07%, #16151F 95.26%);
    border-radius: 3px;
}

.sidebar-jsoft__title{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-left: 65px;
}

.sidebar-jsoft__title::before{
    content: '';
    background: url(../img/strawberry.svg) no-repeat center center;
    background-size: contain;
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-jsoft__list{
    display: flex;
    flex-wrap: wrap;
}

.sidebar-jsoft__item{
    padding: 10px;
    background: linear-gradient(99.35deg, rgba(49, 47, 66, 0.70012) 7.07%, #16151F 95.26%);
    border-radius: 3px;
    margin-bottom: 5px;
    width: 48%;
    margin-right: 5px;
}

.sidebar-jsoft__item-link{
    display: flex;
    flex-direction: column;
    color: #fff;
    text-decoration: none;
}

.sidebar-jsoft__item-title{
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: rgba(255, 255, 255, 0.602874);
    margin-bottom: 5px;
}

.sidebar-jsoft__link-icon{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar-jsoft__link-icon:before{
    content: '';
    background: url(../img/chevron-right.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
}

.slots-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 30px;
}

.slots-wrapper .slots-header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    width: 100%;
    padding: 0 5px;
}

.slots-wrapper .slots-header .slots-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding-left: 50px;
}

.slots-wrapper .slots-title::before{
    content: '';
    background: url(../img/shape.svg) no-repeat center center;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slots-header .slots-more__link{
    padding: 10px 25px;
}

.slots-wrapper .col{
    flex: 0 0 auto;
    width: 20%;
    padding: 5px;
    box-sizing: border-box;
}

.slots-wrapper .col .slot-item{
    transition: all 0.2s;
    border-radius: 6px;
}

.slot-item .slot-item__permalink{
    display: flex;
    color: #fff;
}

.slot-item .slot-item__content{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: rgba(20, 20, 30, 0.8);
    display: none;
}

.slot-item .slot-item__content .slot-item__title{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.slot-item .slot-item__content .slot-item__play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slot-item .slot-item__content .slot-item__play:before{
    content: '';
    background: url(../img/play.svg) no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    display: block;
}

.slot-item:hover .slot-item__content{
    display: block;
    border-radius: 6px;
}

.slot-item .slot-item__img{
    width: 100%;
    height: 100%;
    height: 136.97px;
    object-fit: cover;
    border-radius: 6px;
}

.slot-item:hover .slot-item__permalink{
    transform: scale(1.3);
    color: #fff;
    transition: all 0.2s;
    z-index: 1;

}

footer{
    padding-top: 50px;
}

footer .soft{
    background: #242232;
    padding: 30px 0;
}

footer .soft .soft-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

footer .soft .soft-items .soft-item{
    padding: 20px;
}

.footer-navbar {
    padding: 60px;
}

footer nav ul{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin: 0;
}

.footer-navbar ul li a{
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: -0.15px;
    color: #b9b8bb;
    margin-right: 15px;
}

.footer-copyright {
    background: #242232;
    text-align: center;
    padding: 24px 0;
}

table{
    border: 1px solid #eee;
    border-collapse: collapse;
}

table td{
    border: 1px solid #eee;
    padding: 5px 15px;
}

.testimonials-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.testimonials-item{
    padding: 20px;
    background-color: #242232;
    border-radius: 10px;
}

.testimonials-item .meta{
    font-weight: 700;
}

.testimonials-item .text{
    margin-bottom: 0;
}

.game-frame iframe{
    width: 100%;
    min-height: 500px;
}

.expert-review-faq-item__question{
    position: initial;
}

.expert-review-faq--style-style-4 .expert-review-faq-item__answer{
    padding: 20px 20px 20px;
}

#toc{
    width: auto;
    display: inline-block;
    background-color: #312d4b;
    border-radius: 10px;
    margin-top: 50px;
    padding: 10px 30px;
}

#toc ol{
    padding-left: 20px;
}

#toc ol li a{
    color: #fff;
}

.main-content p a{
    color: inherit;
    font-weight: 700;
}



@media(max-width: 1024px){

    section.hero{
        padding-top: 56px;
    }

    .container{
        padding: 0 24px;
    }

    header .menu-top-menu-container{
        display: none;
    }

    header .menu-top-menu-container.open{
        position: fixed;
        display: flex;
        top: 56px;
        left: 0;
        width: 100%;
        flex-direction: column;
        z-index: 999;
        background-color: #16151F;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    header .menu-top-menu-container ul{
        display: flex;
        flex-direction: column;
        margin-top: -80px;
    }

    .header-wrapper nav ul a{
        font-size: 24px;
        line-height: 44px;
        margin-right: 0px;
        border-bottom: none;
    }

    .header-wrapper{
        height: 56px;
    }

    .header-wrapper .logo-wrapper{
        padding-right: 20px;
    }

    .header-wrapper .header-registration-link{
        padding: 10px;
        font-size: 14px;
    }

    .header-wrapper .main-navigation{
        order: 2;
    }

    .header-wrapper .main-navigation .burger{
        display: flex;
    }

    .header-wrapper .main-navigation .burger .icon{
        display: inline-block;
    }

    .header-wrapper .main-navigation .burger span{
        width: 24px;
        height: 2px;
        background-color: #fff;
        display: block;
        transition: all .2s ease-in-out;
    }

    .header-wrapper .main-navigation .burger span + span{
        margin-top: 6px;
    }

    .home-wrapper > .container{
        flex-direction: column;
    }

    .slots-wrapper .col{
        width: 25%;
    }

    .home-wrapper .sidebar{
        width: 100%;
        margin-top: 30px;
        z-index: 99;
        padding-left: 0px;
    }

    .swiper-main .content > img{
        max-width: 200px;
    }

    .swiper-main .content .text{
        width: 80%;
        left: 30%;
    }

    .swiper-main .content .text .title{
        font-size: 30px;
        line-height: 36px;
    }

    .swiper-main .content .text .desc{
        margin-bottom: 30px;
    }

    .slots-wrapper{
        margin-left: -5px;
        margin-right: -5px;
    }
}

@media(max-width: 767px){

    h1{
        font-size: 1.8rem;
        line-height: 2rem;
    }

    h2{
        font-size: 1.6rem;
        line-height: 1.8rem;
    }

    .container{
        padding: 0 15px;
    }

    .swiper-main .swiper-slide>img{
        height: 250px;
        object-fit: cover;
    }

    .swiper-main .content{
        left: 0px;
        padding: 0 15px;
    }

    .swiper-main .content .text{
        width: 100%;
        left: 0;
        transform: translate(-0, -50%);
        padding: 0 15px;
    }

    .swiper-main .content .text .title{
        font-size: 24px;
        line-height: 30px;
    }

    .swiper-main .content .text .desc{
        font-size: 16px;
        line-height: 20px;
    }

    .slots-wrapper .col{
        width: 33.3%;
    }

    table td{
        padding: 5px 10px;
        font-size: 14px;
    }

    .sidebar .sidebar-jackpot{
        padding: 0;
    }

    .home-wrapper .sidebar{
        min-width: 100%;
    }

    .footer-navbar{
        padding: 20px;
    }

    #toc{
        padding: 10px 15px;
    }

    #toc ol{
        font-size: 14px;
        line-height: 18px;
    }

    #toc ol li + li{
        margin-top: 6px;
    }
}