@font-face {
    font-family: 'Halvar Breit XBd';
    src:
        url('font/HalvarBreit-XBd.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Druk Cyr';
    src:
        url('/font/DrukCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Druk Cyr';
    src:
        url('/font/DrukCyr-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Druk Cyr';
    src:
        url('/font/DrukCyr-HeavyItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Druk Cyr';
    src:
        url('/font/DrukCyr-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Druk Cyr';
    src:
        url('/font/DrukCyr-SuperItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Druk Cyr';
    src:
        url('/font/DrukCyr-Super.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Druk Cyr';
    src:
        url('/font/DrukCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Druk Cyr';
    src:
        url('/font/DrukCyr-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
}

body {
    width: 100%;
    background-image: url('img/main-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;    
    -ms-user-select: none;     
    user-select: none;   
}

.center-button {
    display: inline-block;
    line-height: 0;
}

.center-button img {
    display: block;
    pointer-events: auto;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
}

.center-button img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer {
    background: -webkit-linear-gradient(180deg, rgba(66, 45, 19, 0) 0%, #351D00 100%);
    background: linear-gradient(180deg, rgba(66, 45, 19, 0) 0%, #351D00 100%);
    padding-bottom: 50px;
}

.ring-3 {
    display: none;
}

.ring-4 {
    display: none;
}

.hg-1 {
    background-image: url('img/bg-header.png');
    background-repeat: no-repeat;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    background-position:center;
    position: relative;
}

.hg-2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.hero-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.logos-container {
    margin-left: 20%;
    margin-right: 20%;
}

.scatter-container{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -220px;
}

.hero-text-container {
    margin-top: -100px;
    position: relative; 
    display: -webkit-flex; 
    display: flex; 
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

.hero-text {
    text-align: center;
    font-family: 'Druk Cyr', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 90px;
    background-image: -webkit-linear-gradient(to right, #FFEAA3, #FFC005);
    background-image: linear-gradient(to right, #FFEAA3, #FFC005);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; 
    padding: 20px;
    margin: 0;
    z-index: 2; 
}

.down-text {
    text-align: center;
    font-family: 'Druk Cyr', sans-serif;
    font-weight: bold;
    font-style: italic;
    font-size: 90px;
    background-image: -webkit-linear-gradient(to right, #fa4903, #BD4818);
    background-image: linear-gradient(to right, #fa4903, #BD4818);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 
        -2px -2px 0 #fa4903,
        -1px -1px 0 #f26d2e,
         0px  0px 0 #ea902e,
         1px  1px 0 rgba(189, 72, 24, 0.7),
         2px  2px 0 rgba(189, 72, 24, 0.7); 
    position: absolute;
    top: 28px; 
    left: 0px; 
    z-index: 1; 
    width: 100%; 
}

.button-section{
    position: relative;
    z-index: 3; 
    height: 450px;
}

.button-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 112%;
    background-image: url('img/smoke-down.png');
    background-size: cover; 
    z-index: 2;
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
}

.items {
    width: 100%;
    height: 450px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
}

.center-button{
    position: absolute;
    top: 30px;
    z-index: 6;
}

.left-img { 
    position: relative;
    top: 20px;
    scale: 0.3;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.right-img{
    position: relative;
    scale: 0.3;
    top: -5px;
}

.zeus-container{
    display: block;
    position: relative;
    margin-top: -300px;
    z-index: 3;
}

.down-clouds {
    position: relative;
    z-index: 3;
    height: 450px;
    width: 2212px;
    margin-top: -877px;
}

.down-clouds::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 112%;
    background-image: url('img/smoke-1.png');
    background-size: cover; 
    z-index: 4; 
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-transform-origin: center; 
    transform-origin: center; 
}

.slot-video{
    display: block;
    position: relative;
    z-index: 6;
    border-radius: 50px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); 
    margin-top: -700px;
    background: transparent;
}

.play-button{
    position: absolute; 
    top: 280px; 
    left: 50%; 
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%); 
    padding: 50px 50px;
    background: -webkit-linear-gradient(90deg, #FFEAA3 0%, #FFC005 100%);
    background: linear-gradient(90deg, #FFEAA3 0%, #FFC005 100%);
    color: white;
    border: 1.5px solid;
    border-image-source: -webkit-radial-gradient(18.07% 36.43% at 97.81% 76.43%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
    -webkit-radial-gradient(12.23% 37.86% at 91.97% 2.14%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
    -webkit-radial-gradient(72.45% 84.98% at 7.3% 94.29%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%),
    -webkit-radial-gradient(11.68% 53.57% at 91.42% 93.57%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
    -webkit-radial-gradient(18.07% 21.19% at 97.81% 22.86%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    border-image-source: radial-gradient(18.07% 36.43% at 97.81% 76.43%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(12.23% 37.86% at 91.97% 2.14%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(72.45% 84.98% at 7.3% 94.29%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(11.68% 53.57% at 91.42% 93.57%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%),
    radial-gradient(18.07% 21.19% at 97.81% 22.86%, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 999px;
    gap: 10px;
    cursor: pointer;
    z-index: 10;
}

.end-button{
    cursor: pointer;
    position: absolute;
    top: 100px;
    left: 450px;
    z-index: 100;
}

.end-image{
    position: absolute;
    top: -150px; 
    left: 50%; 
    -webkit-transform: translate(-50%, -50%);  
    transform: translate(-50%, -50%);  
    display: none;
    z-index: 10;
}

.bonus-container{
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 620px;
    background-image: url('img/bonus-container.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.wrapper-hidden {
    overflow: hidden;
    max-height: 584px;
    -webkit-clip-path: inset(0px 0px 30px 0px);
    clip-path: inset(0px 0px 30px 0px);
}

.dec-1 {
    position: relative;
    max-width: 300px;
    top: -350px;
    left: 940px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.dec-2 {
    position: relative;
    max-width: 250px;
    top: 20px;
    right: 250px;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.dec-3 {
    position: relative;
    max-width: 300px;
    margin-top: 320px;
    margin-right: 300px;
    left: -80px;
    -webkit-transform: scale(1.2) rotate(20deg);
    transform: scale(1.2) rotate(20deg);
}

.button-2{
    position: relative;
    top: -120px;
    right: 320px;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s;
    z-index: 100;
}

.button-2:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.review-container{
    position: relative;
    width: 100%;
    height: 550px;
}

.review{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
}

.footer {
    position: relative;
    margin: 170px auto 0;
    max-width: 2212px;
    width: 100%; 
}

.g-1 {
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 100px;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}

.left-section{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.social-container{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    scale: 1.2;
}

.logo-2{
    margin-bottom: 10px;
}

.icons{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.icons > img{
    cursor: pointer;
}

.links{
    padding-left: 70px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.links > a{
    padding-bottom: 25px;
    cursor: pointer;
    font-family: 'Halvar Breit XBd';
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    text-decoration: none;
    color: white;
}

.right-section-text {
    width: 28px;
    height: 30px;
    color: white;
    padding: 28px; 
    border-radius: 20%;
    font-family: 'Halvar Breit XBd';
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    background-color: rgba(255, 255, 255, 0.5); 
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px); 
}

.bonus-container-2 {
    display: none;
    position: relative;
    width: 100%;
    min-height: 500px; 
    background-image: url('img/bonus-container-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    overflow: visible;
}

.wrapper-hidden-2 {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}

.button-3 {
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 280px;
    width: 100%;
    z-index: 9;
    margin-top: 0;
}

.dec-4 {
    position: absolute;
    bottom: 10%;
    left: 20%;
    max-width: 150px;
    width: 100%;
    z-index: 10;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.dec-5 {
    position: absolute;
    bottom: 10%;
    right: 20%;
    max-width: 120px;
    width: 100%;
    z-index: 10;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}

@media screen and (max-width: 768px) {
    .video-container{
        transform: scale(1.1);
    }

    .wrapper-hidden-2{
        clip-path: none !important;
        -webkit-clip-path: none !important;
        overflow: hidden;
        display: block;
        margin-top: -25px;
    }

    .bonus-container-2 {
        min-height: 450px;
    }
    
    .button-3 {
        max-width: 200px;
        bottom: 0px;
    }
    
    .dec-4 {
        margin-left: -120px;
        max-width: 120px;
        left: 50%;
        bottom: 0px;
    }
    
    .dec-5 {
        position: absolute;
        margin-right: -120px;
        max-width: 100px;
        right: 0px;
        bottom: 0px;
    }
}

@media screen and (max-width: 480px) {

    .wrapper-hidden-2{
        clip-path: none !important;
        -webkit-clip-path: none !important;
        overflow: hidden;
        display: block;
        margin-top: -25px;
    }

    .bonus-container-2 {
        min-height: 350px;
    }
    
    .button-3 {
        max-width: 220px;
    }
    
    .dec-4, .dec-5 {
        position: absolute;
    }
}

@media screen and (min-width: 3780px) {
    .down-clouds {
            margin-top: -880px;
    }
}

@media screen and (max-width: 1280px) {
    .hero-text, .down-text {
        font-size: 70px;
    }
    
    body {
        background-size: cover;
        background-position: center;
        height: auto;
        min-height: 100vh;
    }
    
    .play-button{
        position: absolute; 
        top: 200px; 
        left: 50%; 
    }

    .end-button{
        position: absolute;
        margin-top: -45px;
    }

    .bonus-container {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: -200px;
    }

    .review-container {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin-top: -100px;
    }

    .scatter-container{
        margin-right: 430px;
    }

    .logos-container {
        padding-left: 100px;
        margin-right: 100px;
    }

    .logo-container{
        margin-left: 5%;
    }

    .zeus-container{
        -webkit-transform: scale(0.8 );
        transform: scale(0.8 );
        top: -130px;
    }

    .slot-video {
        -webkit-transform: scale(0.45);
        transform: scale(0.45);
        margin-top: -800px;
    }

    .button-2 {
        padding-bottom: 100px;
        left: -320px;
    }

    .g-1 {
        margin-bottom: 30px;
    }
    .dec-1, .dec-2, .dec-3 {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .dec-1 {
        padding-bottom: 50px;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    .dec-3 {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-text, .down-text {
        font-size: 60px;
    }

    body {
        background-size: cover;
        background-position: center;
        height: auto;
        min-height: 100vh;
    }

    .bonus-container {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: -200px;
    }

    .review-container {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: -100px;
    }

    .scatter-container{
        margin-right: 430px;
    }

    /* .logo-container {
        padding-left: 100px;
    } */

    .logos-container {
        padding-left: 100px;
        margin-right: 100px;
    }

    .logo-container{
        transform: scale(0.7);
        margin-top: -40px;
        margin-left: -60px;
    }

    .zeus-container{
        -webkit-transform: scale(0.8 );
        transform: scale(0.8 );
        top: -130px;
    }

    .slot-video {
        -webkit-transform: scale(0.45);
        transform: scale(0.45);
        margin-top: -800px;
    }

    .button-2 {
        padding-bottom: 100px;
        left: -320px;
    }

    .g-1 {
        margin-bottom: 30px;
    }
    .dec-1, .dec-2, .dec-3 {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .dec-1 {
        padding-bottom: 50px;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    .dec-3 {
        padding-top: 50px;
    }
}

@media screen and (max-width: 420px) {
    .hero-text-container{
        transform: scale(0.85);
    }

    .center-button{
        transform: scale(0.87);
    }

    .hero-text, .down-text {
        font-size: 22px !important;
    }
    
    .video-container{
        margin-top: -500px;
        padding-bottom: 200px;
        top: -500px;
        -webkit-transform: scale(0.65);
        transform: scale(0.65);
    }

    .play-button{
        transform-origin: center;
        margin-top: -20px;
    }

    .end-button{
        position: absolute;
        margin-top: -50px;
        margin-left: -20px;
    }

    .right-section-text {
        font-size: 16px;
        padding: 16px;
    }

    .links > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 635px){
    .logo-container{
        margin-left: 100px;
    }
}

@media screen and (max-width: 768px) {
    .logos-container{
        padding-left: 300px;
    }

    body {
        background-size: cover;
        background-position: center;
        height: auto;
        min-height: 400vh;
    }

    .button-section {
        margin-top: -100px;
    }

    .hg-1 {
        background-image: none;
    }
    
    .right-img, .left-img {
        display: none !important;
    }
    
    .review {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .button-section::before {
        background: none;
    }

    .down-clouds {
        display: none;
        background-image: none;
    }
    
    .review-item {
        margin-bottom: 5px;
    }
    
    .review-container {
        margin-top: 0px;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    
    .footer {
        background: -webkit-linear-gradient(180deg, rgba(66, 45, 19, 0) 0%, #351D00 85%);
        background: linear-gradient(180deg, rgba(66, 45, 19, 0) 0%, #351D00 85%);
        padding-bottom: 50px;
    }
    .review-item img {
        width: 100%;
        max-width: 600px;
        height: auto;
    }
    
    .dec-1, .dec-2, .dec-3 {
        display: none !important;
    }
    
    .button-2 {
        left: auto !important;
        right: auto !important;
        margin-top: 0 !important;
        position: relative !important;
        display: block;
        margin: 0 auto;
    }

    .hero-text-container {
        top: -90px;
    }
    
    .hero-text, .down-text {
        font-size: 45px !important;
    }
    
    .logos-container {
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .bonus-container-2 {
        z-index: 5;
        margin-top: -360px;
        display: block;
        width: 100%;
        height: 700px;
        background-image: url(./img/bonus-container-2.png);
        background-position: center;
        background-repeat: no-repeat;
        overflow: visible;
    }

    .wrapper-hidden-2 {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        -webkit-clip-path: inset(0px 770px 23px 790px);
        clip-path: inset(0px 770px 23px 790px);
    }

    .button-3 {
        margin-top: 350px;
        position: absolute;
        top: 60px;
        left: 50.5%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 330px;
    }

    .dec-4 {
        position: absolute;
        top: 530px;
        left: 38%;
        max-width: 250px;
        z-index: 5;
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    .dec-5 {
        position: absolute;
        top: 530px;
        right: 39%;
        max-width: 200px;
        z-index: 5;
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    
    .video-container{
         z-index: 100;
    }

    .slot-video {
        -webkit-transform: scale(1) !important;
        transform: scale(1.1) !important;
    }
    
    .play-button{
        transform-origin: center;
        top: -580px;
    }

    .end-button{
        top: -270px;
        left: 80px;
        position: absolute;
        z-index: 101;
    }

    .g-1 {
        position: relative;
        padding-top: 800px;
        top: 170px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    
    .left-section {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 20px;
    }
    
    .links {
        padding-left: 0 !important;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .social-container {
        margin-bottom: 20px;
    }
    
    .zeus-container {
        margin-top: -300px !important;
    }

    .ring-3 {
        display: block;
        position: absolute;
        max-width: 320px;
        margin-bottom: 170px;
        z-index: 1;
        margin-right: 200px;
    }

    .ring-4 {
        display: block;
        position: absolute;
        max-width: 300px;
        margin-left: 420px;
        margin-bottom: 120px; 
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        z-index: 1;
    }

    .scatter-container {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        position: relative;
        width: -webkit-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: fit-content;
        margin-left: 70px;
        margin-top: 2px;
    }
    .scatter-logo {
        position: relative;
        z-index: 2;
        margin-left: 100px;
    }
    
    .hero-text-container {
        margin-top: -50px !important;
    }

    .bonus-container {
        display: none;
    }
}
