@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "DIN Condensed";
    src: url("../fonts/DINCondensed-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Termina";
    src: url("../fonts/Termina-Regular.otf");
    font-weight: 400;
}


body {
    height: 100dvh;
    overflow-x: hidden;
    background: url("../images/main-bg.jpg") no-repeat center/cover;
}

.main-wrapper {
    height: 100dvh;
    width: 100%;
    font-size: 12px;
    position: relative;
    overflow: hidden;
    font-family: "Termina", sans-serif;
    align-items: center;
    padding: 0px 100px;
}

@media (max-width: 1679px) {
    .main-wrapper {
        font-size: 10px;
    }
}

@media (max-width: 1279px) {
    .main-wrapper {
        font-size: 9px;
    }
}

@media screen and (max-width: 1023px) and (max-height: 430px) {
    .main-wrapper {
        font-size: 4.5px;
    }
}

.main-wrapper.show-modal .modal {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=0);
}

.main-wrapper.show-result .slot-container__win-line {
    display: block;
    opacity: 1;
}

.logo {
    width: 30.875em;
    margin: 0;
    margin-top: 0;
    display: block;
    -webkit-animation: show_up 1 0.75s both ease;
    animation: show_up 1 0.75s both ease;
}

    .logo img {
        max-width: 100%;
    }

.main-content {
    position: relative;
    z-index: 50;
    width: 40%;
}

.slot-wrap {
    width: 77.5em;
    height: 51.375em;
    background: url(../images/slot_bg.png) no-repeat center/contain;
    margin: 0 auto;
    margin-top: 2.5em;
    padding-left: 2.5em;
    padding-right: 2.9em;
    padding-top: 4.25em;
    padding-bottom: 3.4375em;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.main-title {
    text-align: left;
    margin: 0;
    font-weight: normal;
    font-size: inherit;
    text-transform: uppercase;
    color: #FFE810;
    line-height: 1.2;
    margin-top: 3.125em;
}

    .main-title span {
        display: block;
    }

.main-title__text {
    font-size: 8.625em;
    color: #fff;
    -webkit-animation: show_up 1 0.75s both ease;
    animation: show_up 1 0.75s both ease;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    color: rgba(255, 232, 16, 1);
    font-weight: bold;
}

.main-title__prize {
    font-size: 3.2em;
    -webkit-animation: show_up 1 0.75s both ease;
    animation: show_up 1 0.75s both ease;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin-top: 15px;
    color: #fde74e;
    font-weight: 600;
    line-height: 150%;
}

span.main-title__prize_new {
    font-weight: 600;
    color: #fff;
    font-size: 3.675em;
}

.main-title__free-spin {
    font-size: 3.2em;
    -webkit-animation: show_up 1 0.75s both ease;
    animation: show_up 1 0.75s both ease;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    color: #fff;
    line-height: 150%;
}

.game-controls {
    text-align: center;
    margin-top: 7%;
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-btn {
    font-size: 3.2em;
    border: none;
    cursor: pointer;
    text-decoration: none;
    background: none;
    box-shadow: none;
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        transform: scale(1.02)
    }
}


.slot-logo img {
    width: 33em;
}

.slot-logo {
    text-align: center;
    margin-bottom: -13em;
    position: relative;
    z-index: 9;
}

.decor_item1 {
    position: absolute;
    left: -1vw;
    top: auto;
    bottom: -10vh;
    display: flex;
    align-items: center;
    z-index: 1;
}


.light1 img {
    max-height: 37vh;
}

.light1 {
    position: absolute;
    left: 6vw;
    top: 0;
    animation: light1 3s infinite both alternate ease-in-out;
}

.light2 {
    position: absolute;
    left: 0;
    top: 27%;
    z-index: 1;
    animation: light2 3s infinite both alternate ease-in-out;
}

    .light2 img {
        max-height: 42vh;
    }

.light3 {
    position: absolute;
    right: 9vw;
    top: 8vh;
    transform: rotate(-16.15deg);
    z-index: 0;
    animation: light3 3s infinite both alternate ease-in-out;
}

    .light3 img {
        max-height: 30vh;
    }

.light4 {
    position: absolute;
    right: 5vw;
    bottom: 0;
    transform: rotate(26.025deg);
    animation: light4 3s infinite both alternate ease-in-out;
}

    .light4 img {
        max-height: 45vh;
    }



@keyframes light1 {
    50% {
        transform: translate(10px, 10px);
    }
}

@keyframes light2 {
    50% {
        transform: translate(15px, 5px);
    }
}

@keyframes light3 {
    0% {
        transform: rotate(-16.15deg) translate(0px, 0px);
    }

    50% {
        transform: rotate(-16.15deg) translate(-10px, 10px);
    }

    100% {
        transform: rotate(-16.15deg) translate(0px, 0px);
    }
}

@keyframes light4 {
    0% {
        transform: rotate(26.025deg) translate(0px, 0px);
    }

    50% {
        transform: rotate(26.025deg) translate(-10px, 10px);
    }

    100% {
        transform: rotate(26.025deg) translate(0px, 0px);
    }
}


img.decor_item-image {
    max-height: 130vh;
    height: 115vh;
}

.my-btn--prize {
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 50px;
    margin-top: 25px;
    border-radius: 77px;
    background: #F8FF13;
    box-shadow: 0px 0px 11px 0px #F8FF13;
    color: #000;
    text-align: center;
    font-family: Termina;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
}

.my-btn[disabled] {
    -webkit-box-shadow: 0em 0.1904761905em 5.7142857143em #FFE810, inset -0.1428571429em -0.619047619em 1em rgba(0, 0, 0, 0.25);
    box-shadow: 0em 0.1904761905em 5.7142857143em #FFE810, inset -0.1428571429em -0.619047619em 1em rgba(0, 0, 0, 0.25);
}

.slot-container {
    width: 100%;
    height: 100%;
    border-radius: 1.875em;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.slot-container__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0em 0.312em;
    background-position: center top;
    background-repeat: repeat-y;
    height: 100%;
    background-size: 11.1875em;
}

.slot-container__item--1 {
    background-image: url("../images/slot_col_1.png");
}

.slot-container__item--2 {
    background-image: url("../images/slot_col_2.png");
}

.slot-container__item--3 {
    background-image: url("../images/slot_col_3.png");
}

.slot-container__item--4 {
    background-image: url("../images/slot_col_4.png");
}

.slot-container__item--5 {
    background-image: url("../images/slot_col_5.png");
}

.slot-container__item--6 {
    background-image: url("../images/slot_col_6.png");
}

.slot-container__win-line {
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 10.1875em;
    width: 100%;
    position: absolute;
    -webkit-box-shadow: 0em 0em 1.5625em 0em gold inset;
    box-shadow: 0em 0em 1.5625em 0em gold inset;
    margin-top: -3.4375em;
    display: none;
    opacity: 0;
    -webkit-animation: blinking 0.5s infinite ease alternate;
    animation: blinking 0.5s infinite ease alternate;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.modal {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.modal__img {
    width: 80em;
}

    .modal__img img {
        max-width: 100%;
    }

button#game-start img {
    max-width: 7em;
}

.top-wrapper-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3vh;
    margin-bottom: 5vh;
}

a.btn-sign {
    text-decoration: none;
    padding: 13px 25px;
    border-radius: 45px;
    background: #5e248f;
    box-shadow: 0px 0px 10px 0px #FFF;
    color: #FFF;
    text-align: center;
    font-family: Termina;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.decor_cloud {
    position: absolute;
    bottom: -43%;
    left: -17%;
}

    .decor_cloud img {
        -webkit-animation: cloud 6s infinite both alternate ease-in-out;
        animation: cloud 6s infinite both alternate ease-in-out;
    }

.decor_item2 {
    position: absolute;
    right: -3vw;
    bottom: 0;
    z-index: 2;
    -webkit-animation: fly_reverse 2s infinite both alternate ease-in-out;
    animation: fly_reverse 2s infinite both alternate ease-in-out;
}

    .decor_item2 img {
        max-height: 83vh;
    }

.my-btn[disabled] {
    display: none;
}

.decor_cloud img {
    max-width: 51vw;
}

.slot-content-wrapper {
    position: relative;
    left: 12vw;
    z-index: 1;
    top: 3vh;
}

.main-logo img {
    max-height: 65px;
}

.modal_toptitle {
    color: #FFF;
    text-shadow: 0px 0px 14px #000;
    font-family: Termina;
    font-size: 35px;
    font-style: normal;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.975px;
    margin-top: 15%;
}

.modal_title {
    color: #F8FF13;
    text-shadow: 0px 0px 14px #000;
    font-family: Termina;
    font-size: 89px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.8px;
    margin-top: 10px;
}

.modal_desc {
    max-width: 500px;
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 9px #000;
    font-family: Termina;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 5px;
}

.modal {
    max-width: 520px;
    text-align: center;
    margin-left: auto;
    align-items: center;
    left: auto;
    right: 0;
    flex-direction: column;
    justify-content: center;
    transition: all 1s ease-in-out;
}

.main-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    transform: translate(100vw, 0);
    opacity: 0;
    visibility: hidden;
    background: linear-gradient(288deg, #1c0233 20.73%, rgba(0, 0, 0, 0.00) 69.42%);
    left: 25%;
}

.main-wrapper.show-modal::before {
    transform: translate(0px, 0px);
    transition: all 0.6s ease-in-out;
    opacity: 1;
    visibility: visible;
}


.modal {
    background: url('../images/modal-bg.png?V2');
    overflow: visible !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 740px;
    padding: 0px 140px;
}












@media (max-width: 1690px) {
    .slot-container__win-line {
        top: 48.5%;
    }
}

@media (max-width: 1440px) {

    .main-wrapper {
        padding: 0px 50px;
        font-size: 9px;
    }

    .main-logo img {
        max-height: 65px;
    }

    img.decor_item-image {
        max-height: 120vh;
        height: 120vh;
    }

    a.btn-sign {
        font-size: 17px;
    }

    .main-title__text {
        font-size: 6.5em;
    }

    span.main-title__prize_new {
        font-size: 2.75em;
    }

    span.main-title__prize {
        font-size: 2.38em;
    }

    span.main-title__free-spin {
        font-size: 2.3em;
    }

    .modal_toptitle {
        font-size: 28px;
    }

    .modal_title {
        font-size: 70px;
        margin-top: 5px;
    }

    .modal_desc {
        font-size: 19px;
    }

    .my-btn--prize {
        margin-top: 20px;
        font-size: 18px;
        padding: 10px 40px;
    }

    .modal {
        max-width: 590px;
    }
}




@media (max-width: 1360px) {

    .light4 img {
        max-height: 38vh;
        max-width: 15vw;
    }

    .main-logo img {
        max-height: 60px;
    }

    a.btn-sign {
        font-size: 15px;
        padding: 12px 20px;
    }
}


@media (max-width: 1280px) {
    .main-wrapper {
        font-size: 7.6px;
    }

    button#game-start img {
        max-width: 19vw;
    }

    .slot-wrap {
        position: relative;
        z-index: 1;
    }
}


@media (max-width: 991px) {
    .main-wrapper {
        padding: 0px 20px;
    }

    .logo {
        width: 25em;
    }

    .main-title__text {
        font-size: 5em;
    }

    span.main-title__prize_new {
        font-size: 2.1em;
    }

    span.main-title__prize {
        font-size: 1.87em;
    }

    span.main-title__free-spin {
        font-size: 1.85em;
    }

    .my-btn {
        font-size: 2.3em;
    }
}


@media (max-width: 860px) {
    .main-wrapper {
        display: block;
    }

    img.decor_item-image {
        max-height: 100dvh;
    }

    .decor_item2 img {
        max-height: 70vh;
    }

    .decor_item2 {
        right: -9vw;
    }

    .decor_cloud {
        position: absolute;
        bottom: -22%;
    }

    .slot-content-wrapper {
        z-index: 4;
    }

    .decor_item1 {
        z-index: 9;
        left: -8%;
    }
}


@media (max-width: 560px) {

    .slot-content-wrapper {
        position: relative;
        left: auto;
        z-index: 5;
    }

    .main-wrapper {
        font-size: 1.3vw;
        padding: 0px;
    }

    .decor_cloud {
        bottom: -9%;
        left: -19%;
        z-index: 4;
    }

        .decor_cloud img {
            width: 140vw;
            max-width: 800px;
            max-height: 65vh;
        }

    .decor_item2 {
        z-index: 1;
        bottom: auto;
        top: 12%;
        right: 4%;
    }

    .main-logo img {
        max-height: 50px;
    }

    img.decor_item-image {
        max-width: 340px;
        width: 75vw;
        height: auto;
    }

    .decor_item1 {
        bottom: auto;
        top: 1%;
        right: 0;
        left: 0;
        z-index: 1;
        margin: auto;
        display: flex;
        justify-content: center;
    }

    .btn-row {
        display: none;
    }

    .top-wrapper-row {
        justify-content: center;
        margin-top: 5vh;
        margin-bottom: 17vh;
    }

    .decor_item2 img {
        max-width: 300px;
        width: 55vw;
    }

    button#game-start img {
        max-width: 33vw;
    }

    .modal_toptitle {
        font-size: 38px;
    }

    .modal_title {
        font-size: 85px;
    }

    .modal {
        right: 0;
        top: auto;
        bottom: 10vh;
        height: auto;
        left: 0;
        margin: auto;
        max-width: 100%;
    }

    .modal_desc {
        font-size: 22px;
        letter-spacing: 5px;
    }

        .modal_desc span {
            padding-left: 10px;
            padding-right: 10px;
        }

    .my-btn {
        font-size: 16px;
        padding: 10px 40px;
    }

    /*.main-wrapper:before {
  content: url(../images/modal_bg-mobile.png);
  transform: translate(0px, 100dvh);
  opacity: 0;
  visibility: hidden;
  top: auto;
  bottom: -5vh;
}*/

    .main-wrapper.show-modal:before {
        opacity: 1;
        visibility: visible;
    }

    .main-wrapper.show-modal::before {
        transform: translate(0px, 0px);
        transition: all 0.4s ease-in-out;
        opacity: 1;
        visibility: visible;
        object-fit: cover;
        width: 100%;
        content: "";
        background-image: url(../images/modal_bg-mobile.png);
        background-size: cover;
        background-position-y: bottom;
        height: 100%;
    }

    body {
        background-position-x: 22%;
    }

    .light1 {
        left: -21vw;
        top: -100%;
    }

    .light3 {
        top: -87%;
        right: -21%;
    }

    .light4, .light2 {
        display: none;
    }

    .modal_toptitle {
        font-size: 20px;
    }

    .modal_title {
        font-size: 50px;
    }

    .modal_desc {
        font-size: 14px;
    }

    .modal {
        background-size: 120%;
        bottom: 0;
        padding: 20%;
    }
}



@-webkit-keyframes blinking {
    0% {
        opacity: 0.2;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blinking {
    0% {
        opacity: 0.2;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes show_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1.25em);
        transform: translateY(1.25em);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes show_up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1.25em);
        transform: translateY(1.25em);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fly {
    0% {
        -webkit-transform: translateY(1.875em);
        transform: translateY(1.875em);
    }

    100% {
        -webkit-transform: translateY(-10, 16);
        transform: translateY(-10, 16);
    }
}

@keyframes fly {
    0% {
        -webkit-transform: translateY(1.875em);
        transform: translateY(1.875em);
    }

    100% {
        -webkit-transform: translateY(-10, 16);
        transform: translateY(-10, 16);
    }
}


@keyframes fly_reverse {
    0% {
        -webkit-transform: translateY(-10, 16);
        transform: translateY(-10, 16);
    }

    100% {
        -webkit-transform: translateY(1.875em);
        transform: translateY(1.875em);
    }
}


@keyframes cloud {
    0% {
        -webkit-transform: translateY(-10, 16);
        transform: translateY(-10, 16);
    }

    100% {
        -webkit-transform: translateY(1.875em);
        transform: translateY(1.875em);
    }
}

.modal {
    transform: scale(0);
}

.show-modal .modal {
    transform: scale(1);
}

.my-btn--prize:hover {
    background: #FFF;
    color: #5e248f;
    transition: all 0.4s ease-in-out;
}
