/* Alignments
--------------------------------------------- */

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #dddddd;
    border-collapse: collapse;
}

table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}

table td {
    border: 1px solid #dddddd;
    padding: 5px;
}
@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Hairline'), local('Montserrat-Hairline'), url('../fonts/montserrat/montserrathairline.woff2') format('woff2'), url('../fonts/montserrat/montserrathairline.woff') format('woff'), url('../fonts/montserrat/montserrathairline.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Light'), local('Montserrat-Light'), url('../fonts/montserrat/montserratlight.woff2') format('woff2'), url('../fonts/montserrat/montserratlight.woff') format('woff'), url('../fonts/montserrat/montserratlight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat'), local('Montserrat-Regular'), url('../fonts/montserrat/montserrat.woff2') format('woff2'), url('../fonts/montserrat/montserrat.woff') format('woff'), url('../fonts/montserrat/montserrat.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat/montserratbold.woff2') format('woff2'), url('../fonts/montserrat/montserratbold.woff') format('woff'), url('../fonts/montserrat/montserratbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/montserrat/montserratblack.woff2') format('woff2'), url('../fonts/montserrat/montserratblack.woff') format('woff'), url('../fonts/montserrat/montserratblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

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

body {
    background-color: #16151F;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

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

.container {
    max-width: 1440px;
}

.btn {
    border-radius: 0;
    border: none;
}

.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;
}

.btn-blue:hover {
    border: 1px solid #74DCD2;
    color: #74DCD2;
}

.navbar {
    background-color: #16151F;
    padding: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
    padding-right: 80px;
    font-size: 0;
}

.navbar-toggler-icon svg {
    fill: #fff;
    width: 35px;
    height: 35px;
}

.navbar-nav {
    min-height: 60px;
}

.navbar-nav a {
    padding-top: 0;
    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;
}

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

.navbar-auth {
    display: flex;
    align-items: center;
}

.auth-login {
    margin-right: 20px;
}

.auth-login__link:before {
    content: '';
    background: url(../img/icons/login.svg) no-repeat center center;
    background-size: cover;
    width: 31px;
    height: 31px;
    display: block;
}

.auth-reg__link {
    text-transform: uppercase;
    padding: 22px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.main-wrapper {
    display: flex;
}

.main {
    width: 100%;
}

.main-bg {
    background-image: url(../img/bg/page-bg.png);
    background-size: cover;
    background-repeat: repeat;
}

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

.carousel-item__text {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    width: 35%;
}

.carousel-item__title {
    font-weight: 600;
    font-size: 38px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.carousel-item__subtitle {
    font-weight: 300;
    font-size: 21px;
    line-height: 26px;
    letter-spacing: 0.365217px;
    margin-bottom: 80px;
}

.carousel-btn {
    background: linear-gradient( 270deg, #9D4EDD -2.82%, #5A8BC4 211.25%, #80FFDB 425.32%);
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    padding: 10px 35px;
}

.carousel-item__image img {
    width: 100%;
}

.breadcrumbs {
    padding: 15px 0;
}

.breadcrumbs a {
    color: #fff;
}

.content {
    font-weight: 300;
}

.slots-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

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

.slots-title::before {
    content: '';
    background: url(../img/icons/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-more__link {
    padding: 10px 25px;
}

.slots-items .col {
    padding: 5px;
}

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

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

.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:hover .slot-item__permalink {
    transform: scale(1.3);
    color: #fff;
    transition: all 0.2s;
    z-index: 1;
    border-radius: 6px;
}

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

.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__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

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

.slot-item__soft {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    color: #74DCD2;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

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

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

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

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

.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-block__toggler {
    display: block;
    position: absolute;
    right: 25px;
    top: 0;
}

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

.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/icons/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-link:hover {
    color: #74dcd2;
}

.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/icons/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/icons/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-link:hover {
    color: #74dcd2;
}

.sidebar-jsoft__item-logo {
    width: 45px;
    margin-right: 15px;
}

.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/icons/chevron-right.svg) no-repeat center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: block;
}

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

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

.soft-item {
    padding: 20px;
}

.footer-navbar {
    padding: 60px;
}

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

.footer-navbar ul li a:hover {
    color: #74DCD2;
}

.footer-copyright {
    background: #242232;
}

.single-slot__iframe-wrapper {
    width: 100%;
    height: 500px;
    margin: 55px 0;
}

.single-slot__iframe {
    height: 100%;
    width: 100%;
}

.related-slots__title {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.related-slots .slot-item__img {
    height: 175px;
}