@import url('fonts.css');
.menu-counter {
    background: url(cashback-widget.png?v=1) -25px top;
}
body {
    font-family: 'Dexa Pro', serif;
    background: #010216 url(bg/main.jpg?v=3) center top no-repeat;
}
.btn {
    font-family: 'Dexa Pro Expanded', sans-serif;
    font-size: 14px;
    padding: 10px 20px 8px 20px;
}
.carousel-item {
    background-size: cover;
}
.carousel .title {
    font-weight: 400;
    font-size: 32px;
}
.page-subtitle {
    font-family: 'Metal-Variable', serif;
    font-size: 24px;
}
.page-subtitle strong {
    font-weight: 400;
    text-transform: uppercase;
}
.carousel .title {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 40px;
    font-family: 'Metal-Variable', serif;
    font-size: 44px;
}
@media (max-width: 992px){
    .carousel-caption {
        padding: 20px 10px !important;
    }
    .carousel .title {
        font-size: 24px !important;
    }
    ul.navbar-nav.mr-auto {
        border-radius: 25px;
        margin-top: 20px;
    }
}
.carousel .title.subtitle {
    margin-top: 25px;
    text-transform: none;
    font-weight: 400;
    color: #889bbc !important;
    line-height: 20px;
    font-size: 18px;
    font-family: 'Dexa Pro', serif;
}
.page-levels p {
    font-size: 22px;
    font-family: 'Dexa Pro', sans-serif;
    max-width: 800px;
    font-weight: 200 !important;
    margin: 0 auto;
}
.modal-content {
    border-radius: 20px;
}
.demo_btn {
    padding: 4px 10px 5px 10px;
    font-weight: 400;
}
.video {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
    background-color: #000000;
    pointer-events: none;
}
@media (max-width: 1000px){
    .video {
        left: -100px;
    }
}
.carousel-caption {
    padding: 50px 20px;
}
.carousel .carousel-indicators li.active::before {
    background: #FFFFFF;
}
/* User slider */
.man-and-girl {
    position: absolute;
    width: 470px;
    height: 100%;
    bottom: 15px;
    right: 50px;
    z-index: 2;
}
.man-and-girl .man {
    position: absolute;
    height: 325px;
    width: 294px;
    bottom: -15px;
    background: url(slider/user_man.png?v=1) no-repeat top left;
    background-size: contain;
    z-index: 2;
}
.smoke {
    background: url(slider/user_man_1.gif) no-repeat top center;
    background-size: 240px 100px;
    position: absolute;
    height: 100px;
    width: 60px;
    bottom: 108px;
    right: 432px;
    mix-blend-mode: lighten !important;
}
.man-and-girl .girl {
    position: absolute;
    height: 325px;
    z-index: 1;
    width: 255px;
    left: 255px;
    bottom: -15px;
    background: url(slider/user_girl.png?v=1) no-repeat top left;
    background-size: contain;
}
.veer {
    position: absolute;
    background: url(slider/user_girl_1.png?v=1) no-repeat top left;
    background-size: contain;
    width: 90px;
    height: 145px;
    transform-origin: 31px 176.635px 0px;
    -webkit-transform-origin: 31px 176.635px 0px;
    -moz-transform-origin: 31px 176.635px 0px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: translate3d(1px, 0, 0) rotateZ( 2deg);
    -webkit-transform: translate3d(1px, 0, 0) rotateZ( 2deg);
    -moz-transform: translate3d(1px, 0, 0) rotateZ(2deg);
    right: 148px;
    bottom: -5px;
}
.veer {
    animation: veer 2s linear 0s infinite normal forwards;
    -webkit-animation: veer 2s linear 0s infinite normal forwards;
    -moz-animation: veer 2s linear 0s infinite normal forwards;
}
@keyframes veer {
    0% {
        transform: translate3d(1px, 0, 0) rotateZ(2deg);
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(2deg);
        -moz-transform: translate3d(1px, 0, 0) rotateZ(2deg);
        transform-origin: 31px 176.635px 0px;
        -webkit-transform-origin: 31px 176.635px 0px;
        -moz-transform-origin: 31px 176.635px 0px;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
    }
    50% {
        transform: translate3d(1px, 0, 0) rotateZ(-2deg);
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(-2deg);
        -moz-transform: translate3d(1px, 0, 0) rotateZ(-2deg);
        transform-origin: 31px 176.635px 0px;
        -webkit-transform-origin: 31px 176.635px 0px;
        -moz-transform-origin: 31px 176.635px 0px;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
        -moz-animation-timing-function: ease-in-out;
    }
    100% {
        transform: translate3d(1px, 0, 0) rotateZ(2deg);
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(2deg);
        -moz-transform: translate3d(1px, 0, 0) rotateZ(2deg);
        transform-origin: 31px 176.635px 0px;
        -webkit-transform-origin: 31px 176.635px 0px;
        -moz-transform-origin: 31px 176.635px 0px;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes veer {
    0% {
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -webkit-transform-origin: 31px 176.635px 0px;
        -webkit-animation-timing-function: ease-in-out;
    }
    50% {
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(-10deg);
        -webkit-transform-origin: 31px 176.635px 0px;
        -webkit-animation-timing-function: ease-in-out;
    }
    100% {
        -webkit-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -webkit-transform-origin: 31px 176.635px 0px;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes veer {
    0% {
        -moz-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -moz-transform-origin: 31px 176.635px 0px;
        -moz-animation-timing-function: ease-in-out;
    }
    50% {
        -moz-transform: translate3d(1px, 0, 0) rotateZ(-10deg);
        -moz-transform-origin: 31px 176.635px 0px;
        -moz-animation-timing-function: ease-in-out;
    }
    100% {
        -moz-transform: translate3d(1px, 0, 0) rotateZ(4deg);
        -moz-transform-origin: 31px 176.635px 0px;
        -moz-animation-timing-function: linear;
    }

}
/* PROMOS */
.promos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    grid-gap: 1rem;
    justify-content: center;
}
@media (max-width: 740px){
    .promos {
        display: block;
    }
}
.promo {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 230px;
    box-shadow: none;
    max-width: 370px;
    margin: 0 auto 20px;
}
.promo:hover {
    box-shadow: none;
}
.promo .counter {
    position: absolute;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    top: auto;
    left: 0;
    width: 100%;
    bottom: 80px;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
    display: block;
}
@media (max-width: 1000px){
    .promo .counter {
    }
}
.promo .type {
    position: absolute;
    z-index: 2;
    background: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 5px 10px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    width: max-content;
    font-weight: 600;
    color: #000;
}
.promo span.number {
    color: rgb(255 255 255 / 48%);
    margin-right: 7px;
    text-align: center;
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    line-height: 34px;
    padding: 5px 0;
    width: 50px;
    overflow: hidden;
    height: 60px;
    background: #00000054;
}
.promo span.number:nth-child(4){
    margin-right: 0;
}
.promo span.number .count {
    position: relative;
    font-family: 'Metal-Variable', serif;
    color: #ffffff;
    display: block;
    font-size: 30px;
    line-height: 26px;
    margin-top: 0px;
    font-weight: 200;
}
.promo .counter .number:last-child .count:after {
    display: none;
}
.promo .img {
    height: 240px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.promo:hover {
    cursor: pointer;
}
.promo:hover .img {
    opacity: 0.8;
}
.promo .title {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: center;
    top: 50% !important;
    font-family: 'Metal-Variable', serif;
    text-transform: uppercase;
    line-height: 32px;
    left: 50%;
    transform: translateX(-50%) translateY(calc(-50% - 45px));
    text-shadow: 0 1px 3px #00000033;
    font-size: 30px;
}
.show-more-tournament-games {
    background: #071d2a;
    color: #fff;
    border-radius: 10px;
    line-height: 42px;
    cursor: pointer;
    padding: 5px 10px;
    margin-bottom: 8px;
    position: relative;
}
.show-more-tournament-games:hover {
    color: #fff;
}
.promo .title.tournament {
    position: absolute;
    z-index: 2;
    color: #fff;
    top: 20px;
    transform: none;
    left: 20px;
    width: 100%;
    font-size: 32px;
    font-weight: 900;
}
.promo span.prize {
    display: block;
    font-weight: 400;
}
.promo.promo-ended {
    opacity: .5;
    filter: grayscale(1);
}
.tournament-info .box{
    padding: 20px 30px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
    color: #fff;
}
.tournament-info table {
    width: 100%;
}

.tournament-info table th{
    font-weight: 200;
    font-size:14px;
}
.tournament-info table td,.tournament-info table th{
    min-width: 50px;
    padding: 5px 10px;
}
.tournament-info table tr:nth-child(odd) td{
    background-color: rgb(22 33 51);
}
.tournament-info img {
    width: 70px;
    height: 50px;
    border-radius: 10px;
    margin-right: 10px;
}
.tournament-info tr td:nth-child(3){
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    max-width: 140px;
    white-space: nowrap;
}
table .metd td {
    color: #ffffff;
    background-color: #2599db    !important;
}
.tournament-table {
    background: #192539 !important;
    color: #fff !important;
    border-radius: 10px !important;
    text-align: center;
    overflow: hidden;
    padding: 0 !important;
}
.tournament-table .title {
    color: #ffffff !important;
    font-family: 'Metal-Variable', sans-serif;
    font-weight: 400;
    background-color: #201870 !important;
    padding: 10px 20px 20px 20px;
    margin-bottom: 10px;
    font-size: 24px;
    text-transform: uppercase;
}
.title.subtitle {
    font-size: 18px;
    line-height: 24px;
    text-shadow: none;
    color: #fff !important;
}

a.btn.mt-2.mb-4.show-more-tournament-games.d-block {
    color: #fff;
}

.tournament-info td a {
    color: #2599db;
}
tr.metd a {
    color: #FFFFFF;
}
body.scrolled .download-header nav{
    background-color: #030430;
}
.page-lottery .body {
    background-image: url(bg/lottery.jpg);
    background-color: #040110;
    background-size: 100%;
    background-repeat: no-repeat;
}
.page-tournaments .body {
    background-image: url(bg/tournaments.jpg);
    background-size: 100%;
    background-color: #040110;
    background-repeat: no-repeat;
}
.games-search .games-container {
    background-image: url(bg/game.jpg);
    background-size: cover;
    background-color: #040110;
    background-repeat: no-repeat;
}
.page-lottery .counter {
    width: max-content;
}