﻿* {
    margin: 0;
    padding: 0;
    outline: none;
}
div[data-category="JetX3"] #help{
    width: 105%;
}
#help {
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    left: -12px;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: calc(100% - 30px);
    scrollbar-width: none;
}

.container {
    width: 1215px;
    height: 748px;
    margin: 0 auto;
    position: relative;
}
#help.tablet .container{
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    display: flex;
    justify-content: center;
}
#help.tablet {
    display: flex;
    justify-content: center;
    left: 0;
}
#help.tablet .help-slider{
    width: 1215px;
}
div[data-category="Keno"] #help.tablet .help-slider{
    width: auto;
}
.help-border {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 3;
    scrollbar-width: none;
}

.menu-popup-content .help-slider {
    height: auto !important;
    left: auto;
    overflow: hidden !important;
    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 10px;
    text-align: center;
    z-index: 2;
    box-sizing: border-box;
    padding: 0 20px;
    background: transparent;
}
.menu-popup-content #help .help-slider{
    height: auto;
}
.menu-popup-content #help .help-outer,
.menu-popup-content #help .help-slider,
.menu-popup-content #help .container{
    background: transparent !important;
}
#help button.slick-arrow{
    display: none !important;
}
@media (orientation : portrait){
    .container {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
}
@media screen and (max-width:1000px) and (orientation:landscape){
    .container {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
    }
}
.help-slider div {
    color: #fff;
}

.slick-dots {
    bottom: 50px;
}

.slick-dots li button {
    background: #0000003d;
    border-radius: 50%;
    border: 1px solid #fff;
}

li.slick-active {
    background: #ffca00;
    border-radius: 50%;
}

.slick-dots li button:before {
    content: '';
}

.slick-prev,
.slick-next {
    top: unset;
    bottom: 5%;
    width: 58px;
    height: 65px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slick-prev {
    left: -57px;
}

.slick-next {
    right: -57px;
}

div.close-help {
    position: absolute;
    width: 56px;
    height: 64px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    top: 40px;
    right: 55px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    /*transition: 0.1s;*/
    z-index: 9;
    display: none;
}

.section-1 .image {
    width: 80%;
    height: 105px;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 10%;
}

.section-1 title-red {
    width: 50%;
    margin-left: 25%;
    height: 50px;
    display: block;
    margin-top: 135px;
    font-weight: bold;
}

.section-1 text-write {
    width: 70%;
    margin-left: 15%;
    height: auto;
    display: block;
}

div.info-game {
    padding-top: 60px;
    /*Change 90px to 60*/
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.info-row div.info-image {
    width: 100%;
    height: 180px;
    background-repeat: no-repeat;
    transform: scale(0.9);
    background-position: center;
}

.section-3 .image {
    width: 80%;
    height: 105px;
    margin-top: 90px;
    margin-bottom: 135px;
    margin-left: 10%;
}


/* .section-3 span {
    width: 90%;
    margin-left: 5%;
    height: 235px;
    display: block;
    background: green;
} */

.section-4 .wrapper {
    margin: 60px 55px;
}

.section-5 .wrapper {
    margin: 40px 55px;
}

div.small-row {
    width: calc(50% - 20px);
    height: 360px;
    margin: 10px;
    float: left;
    margin-bottom: 100px;
}

div.small-row .image {
    width: 100%;
    height: auto;
}

div.big-row span {
    background: green;
    display: inline-block;
}


/* section 1 title red size 18px, color rgb(255, 72, 72) */

title-red {
    font-size: 18px;
    font-family: "Intro Black Caps";
    color: rgb(255, 72, 72);
    text-transform: uppercase;
    line-height: 0.613;
    text-align: center;
    -moz-transform: matrix( 1.12219561609456, 0, 0, 1.12219561609456, 0, 0);
    -webkit-transform: matrix( 1.12219561609456, 0, 0, 1.12219561609456, 0, 0);
    -ms-transform: matrix( 1.12219561609456, 0, 0, 1.12219561609456, 0, 0);
}


/*  */

.info-number {
    position: relative;
    display: flex;
    justify-content: space-around;
    width: 105px;
    margin: 0 auto;
    font-size: 20px;
    font-family: "Intro";
    text-transform: uppercase;
    line-height: 1.7;
}

.currency-COP .info-number {
    font-size: 16px;
}


.info-number.symbol {
    width: 185px;
    display: block;
    font-family: "Intro";
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.info-number.symbol h1 {
    color: rgb(254, 254, 254);
    font-size: 20px;
    font-weight: normal;
}

.info-number.symbol plus {
    color: #fdb514;
}

.info-number.symbol h2 {
    color: #fdb514;
    font-size: 20px;
    font-weight: normal;
}

.info-number-left p {
    color: rgb(253, 181, 20);
}

.info-number-left:after {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% - 17px);
    width: 1px;
    background: #c06a00;
    left: 39px;
    top: 9px;
}

.info-number-right {
    text-align: left;
}

div.info-game {
    padding-top: 60px;
    /*Change 90px to 60*/
    width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

div.info-row {
    width: 16.666666%;
    height: 220px;
    margin-bottom: 50px;
    /*Change 30px to 50*/
}

div.info-row div.info-image {
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    transform: scale(0.9);
    background-position: center;
}

.section-5 .title {
    margin-top: 120px;
}

.section-6 .title {
    margin-top: 200px;
}

.d-flex {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
}

text-white {
    display: block;
    color: #fff;
}

text-gold {
    display: inline-block;
    color: #fdb514;
}

text-title {
    color: #ff4848;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

text-red {
    display: block;
    color: #ff4848;
}



.SlotsVRMobile .currency,
.SlotsVR .currency {
    font-family: 'VegasInfinite' !important;
}
