body {
    padding: 0;
    margin: 0;
    font-family: 'M PLUS 1p', sans-serif;
}

/* main grid for all page start */

.center {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; 

}

/*    header */
.header {
    background: #0f131e;
    color: #fff;

}

.header .center {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 56px;
}

.logo {
    display: flex;
}

.logo svg {
    width: 170px;
}

.header__cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 340px;
}

.languages {
    position: absolute;
    right: 0px;
    display: flex;
}
.header__cta__text{
     font-size: 20px;
    color: rgb(184, 184, 184);
    text-decoration: underline;
    line-height: 1.2;
    text-align: left;

}

.header__cta__btn{

    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 26px;
    text-align: center;

    background-color: rgb(243, 102, 82);

    width: 105px;
    height: 26px;


}
.main-screen__btn div{
 background-color: #4fd098;
    border: 2px solid #000;
     box-shadow: inset 2px 2px 2px #000;
    height: 80px;
    line-height: 80px;
    text-align: center;
    box-shadow: inset 0px -3px 2px 3px #2f896b;
    border-radius: 66px;
    cursor: pointer;
    transition: 0.5s;

}
.main-screen__btn{
    border: 3px solid #fff;
    box-shadow:  2px 2px 2px #000;
    width: 400px;
    height: 84px;
    border-radius: 66px;
    margin-left: calc(50% - 300px);
}
.main-screen__btn div:hover{
    background-color: #5af1ec;
}


.logo__text{
    font-size: 20px;
    margin-left: 10px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;

}

/*main-screen*/
.main-screen {
    background-image: url("https://dbf9dxyym5r97.cloudfront.net/img/main_background.png");
    width: 100%;
    height: 664px;
    position: relative;
    background-position: top center;
    background-size: cover;
}

.main-screen__text {
    padding: 15px 20px;

    min-height: 410px;
    width: 100%;
    margin-left: 10px;
    display: flex;
    flex-flow: column nowrap;
    background: url("https://dbf9dxyym5r97.cloudfront.net/img/main_text_background.png");
    background-repeat: no-repeat;
    background-position: top left;
}
.main-screen__text_wrap{
    display: grid;
    grid-template-columns: 305px 1fr;
    text-transform: uppercase;
    align-items: center;
    margin-top: 16px;
}


.girl {
    position: absolute;
    right: -88px;
    top:0px;
    z-index: 1;
}
.arrow{
    position: relative;
    z-index: 2;
    margin-left: auto;
}
.main-screen .center{
    max-width: 1000px;
    padding: 10px;
    position: relative;
   width: calc(100% - 20px);

}

.main-screen__text_white {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.36;
    color: #d1d9fc;
    letter-spacing: -3px;
 

    text-shadow: -3px -3px 0 transparent,
    3px -3px 0 transparent,
    -3px 3px 0 transparent,
    3px 3px 0 transparent,
    -1px 1px 0 #333366,
    -2px 2px 0 #333366,
    -3px 3px 0 #333366,
    -4px 4px 0 #333366,
    -5px 5px 0 #333366;
    filter: drop-shadow(2px 4px #000);
}


.main-screen__text_orange {
   
    line-height: 1.1;
    font-weight: 600;
    font-size: 130px;
    letter-spacing: -12px;
    background: -webkit-linear-gradient(#dd8e48, #c53966);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /*    text-shadow: -3px -3px 0 #222, 3px -3px 0 #222, -3px 3px 0 #222, 3px 3px 0 #222, 4px 4px 0 #fff, 5px 5px 0 #fff, 6px 6px 0 #fff, 7px 7px 0 #fff;*/

    position: relative;
    z-index: 1;
    filter: drop-shadow(2px 4px #000);
}

.main-screen__text_orange .t2{


    /*position: absolute;*/
    text-shadow: -3px -3px 0 transparent,
    3px -3px 0 transparent,
    -3px 3px 0 transparent,
    3px 3px 0 transparent,
    -1px 1px 0 #8a052a,
    -2px 2px 0 #8a052a,
    -3px 3px 0 #8a052a,
    -4px 4px 0 #8a052a,
    -5px 5px 0 #8a052a;


    z-index: 0;
}
.main-screen__text_orange .t1{
    position: absolute;
    z-index: 2;

    background: -webkit-linear-gradient(#dd8e48, #c53966);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

.main-screen__text_last{

}


.main-screen__text_last {
   font-weight: bold;
    font-size: 52px;
    letter-spacing: -5px;
    line-height: 1;
    background: -webkit-linear-gradient(#6df2f8, #dd3398);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /*    text-shadow: -3px -3px 0 #222, 3px -3px 0 #222, -3px 3px 0 #222, 3px 3px 0 #222, 4px 4px 0 #fff, 5px 5px 0 #fff, 6px 6px 0 #fff, 7px 7px 0 #fff;*/

    position: relative;
    z-index: 1;
    filter: drop-shadow(2px 4px #000);
}

.main-screen__text_last .t2{


    /*position: absolute;*/
    text-shadow: -3px -3px 0 transparent,
    3px -3px 0 transparent,
    -3px 3px 0 transparent,
    3px 3px 0 transparent,
    -1px 1px 0 #44364e,
    -2px 2px 0 #44364e,
    -3px 3px 0 #44364e,
    -4px 4px 0 #44364e,
    -5px 5px 0 #44364e;


    z-index: 0;
}
.main-screen__text_last .t1{
    position: absolute;
    z-index: 2;

    background: -webkit-linear-gradient(#6df2f8, #dd3398);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


}

.main-screen__additional-info__text {
    font-size: 30px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
    letter-spacing: -2.5px;
    text-align: left;
    display: flex;
    display: flex;
    flex-flow: column nowrap;

}
.main-screen__additional-info__text span:last-child{
    font-size: 40px;
    letter-spacing: -1.5px;
}

.main-screen__additional-info{
    display: flex;
    flex-flow: row nowrap;
    margin-top: 17px;
}
.arrow svg{
    width: 91px;
    height: 91px;
    filter: brightness(100);
    cursor: pointer;
}


/* footer*/
.footer__safe_text svg{
    width: 50px;
    margin-right: 15px;
}

.footer{
    background: #333333;
    padding-bottom: 80px;
    border-top:1px solid #999999;
}
.footer_game{
     padding-bottom: 0px;
}
.footer_black{
    background: #000;
    padding-top: 30px;
    padding-bottom: 80px;
}

.footer .center{
    max-width: 1000px;
}

.footer__safe {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #999;
}
.copyright__img {
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.copyright__img svg:first-child{
    width: 120px;
}
.copyright__img svg:last-child{
    width: 41px;
}

.footer__safe_text {
    font-size: 24px;
    color: rgb(184, 184, 184);
    line-height: 1.2;
    text-align: left;
    display: flex;
    align-items: center;

}
.fotter_head {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    padding: 40px 0;
}

.terms{
    font-size: 18px;
    color: rgb(0, 153, 255);
    text-decoration: underline;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;

}
.logos{
    padding: 40px 0;
    border-bottom: 1px solid #999;
    margin-bottom: 40px;
}

.logos img{
    display: block;
    margin: 0 auto;
}
.n2 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    padding-bottom: 18px;
    border-bottom: 1px solid #999;
    margin-bottom: 18px;
}
.footer_n2{
    
    border-bottom: 0px solid #999;
     padding-bottom: 0px;
      padding-top: 0px;
}
.footer_copyright{
        margin-top: 30px;
        padding-top: 30px;
    border-top: 1px solid #999;
}
.footer_black{
    background: 
}

.disclaimer__text{
    font-size: 18px;
    color: rgb(184, 184, 184);
    line-height: 1.2;
    text-align: left;

}


.copyright__text{
    font-size: 18px;
    color: rgb(184, 184, 184);
    line-height: 1.2;
    text-align: left;
    max-width: 532px;
    margin-right: 30px;
    display: none;
}

.copyright__text a{
    color: rgb(0, 153, 255);
}
.copyright{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 55px;
}


.logos img:hover, .footer__safe_text:hover{
    filter: brightness(100);
}


/* demos start */

.demos{
    background: #000;
    padding: 40px 0;
}

.grid-4{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    
        max-width: 1212px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.demo{
    width: 202px;
    height: 234px;
    background-repeat: no-repeat;
    background-image: url("/image/main_back_new1.png");
    background-size: 1202px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
}
.demolink:hover:before{
    content: attr(data-en);
    position: absolute;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;
    z-index: 2;
        width: 202px;
    margin: 43px auto 0;
}
 .after{
    display: none;
 }
.demolink:hover > .after{
    display: block;
    position: absolute;
    font-size: 16px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    z-index: 2;
    margin: -98px auto 0;
    width: 202px;
}

.demolink:hover > .demo:before{
    content:"";
    position: absolute;
   width: 202px;
    height: 234px;
    background: rgba(0,0,0,0.8);
    z-index: 1;
}

.demolink:hover > .demo:after {
    content:var(--demo-btn);
    position: absolute;
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 45px;
    text-align: center;
    z-index: 2;

    border-radius: 10px;
    background-color: rgb(37, 172, 91);
    width: 169px;
    height: 45px;
    right: 0px;
    left: 0px;
    margin: 87px auto 0;



}

.demo2{
    background-position: -202px 0px;
}
.demo3{
    background-position: -404px 0px;
}
.demo4{
    background-position: -606px 0px;
}
.demo5{
    background-position: -808px -0px;
}
.demo6{
    background-position: -1016px -0px;
}
.demo7{
    background-position: -202px -234px;
}
.demo8{
    background-position: -404px -234px;
}
.demo9{
    background-position: -606px -234px;
}
.demo10{
    background-position: -202px -234px;
}
.demo11{
    background-position: -808px -234px;
}
.demo12{
    background-position: -1016px -234px;
}
/*.demo13{
    background-position: 0px -510px;
}
.demo14{
    background-position: -295px -510px;
}
.demo15{
    background-position: -590px -510px;
}
.demo16{
    background-position: -885px -510px;
}
*/
.demo__description{
    font-size: 40px;
    color: rgb(184, 184, 184);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-top: 40px;

}

#game_container{
    height: 75vh;
    border-width: 0;
    padding: 0;
    display: block;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;

}

a {
    text-decoration: none;
}
.languages{
    margin-right: 10px;
    cursor: pointer;
}
.languages svg{
    width: 26px;
    height: 26px;
    margin-right: 10px;
}

/* main grid for all page end */

.only-mob{
    display: none;
}

.nonce{
    filter: blur(4px);
}
.nonce:hover{
    filter: blur(0px);
}
.demo.nonce:hover:after{
    content:"Register and play"
}

.disclaimer_soc svg{
    width: 50px;
}
.disclaimer_soc{
    display: flex;
    width: 300px;
    justify-content: space-between;
    margin: 0 auto 55px;
    
}
.soc_t{
    color:#fff;
    text-align: center;
    display: flex;
    justify-content: center;
    justify-items:center;
    line-height: 1.2;
    font-size: 18px;
}
.soc_t .terms{
    margin-bottom: 0px;
}


/* social sidebar */
.social_sidebar {
    background-color: rgb(247, 77, 7);
    position: fixed;
    right: 0;
    top:30vh;
    width: 43px;
    height: 184px;

    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    z-index: 2;
    display: none;

}
.social_sidebar svg{
    width: 26px;
}

.line_qr img{
    position: absolute;



    top: 500px;
    opacity: 0 ;
    z-index: 0;
    right: -250px;
     
}
.line_qr:after{
    content: "";
    position: absolute;
    background-color: #fff;
    width: 20px;
    height: 20px;

    top: 603px;
    transform: rotate(
            135deg
    ) skew(
            10deg
            ,
            10deg
    );
    right: -30px;

    transition: 0.3s;
}

.social_sidebar__line:hover .line_qr img{
    opacity: 1 ;
    z-index: 0;
    right: 60px;
    top: -31px;
}
.social_sidebar__line:hover .line_qr:after{
    right: 51px;
    top: 103px;
}
.modal_shadow{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.8);
    z-index: 6;
    width: 100%;
    height: 100vh;
    display: none;
}

.modal{
    display: none;
    max-width: calc(490px - 140px);
    width: 100%;

    position: fixed;
    top: 20vh;  
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-color: #ffffff;
    z-index: 6;
    border-radius: 34px;
    border: 4px solid #d23c69;
    padding: 35px 70px;

}
.modal_close svg{
    width: 50px;
}
.modal_close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modal_h1 {
    font-size: 30px;
     color: rgb(0, 0, 0);
    line-height: 1;
    text-align: center;

}

.modal_p {
    font-size: 22px;
   color: rgb(0, 0, 0);
    line-height: 1.364;
    text-align: center;
    margin: 40px auto 30px;
}


.modal_btn {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 61px;
    text-align: center;
    border-radius: 30px;
    background-color: rgb(37, 172, 91);
    width: 300px;
    height: 61px;
    margin: 0 auto 30px;

}

.modal_disc{
    font-size: 18px;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    text-align: center;
}


.modal_terms{
    font-size: 18px;
    color: #0099ff;
    line-height: 1.2;
    text-align: center;
}

.footer-grid{
   display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
    justify-content: space-between;
    padding: 28px 0px;
    align-items: center;
}

.footer-grid-btn{
 
  font-size: 22px;
 
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.004);
   
}


.footer-grid-text{
     font-size: 24px;
  
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: left;
 

}



div.main-screen {
    height: calc(75vh + 28px);
    
}
div.main-page{
    height: 664px;
}


@media (max-width: 1400px){

    .center{
        max-width: 1100px;
    }

}


@media (max-width: 1300px){

    .center{
        max-width: 1000px;
    }

}


@media (max-width: 1200px){
    .center{
        max-width: 842px;
    }

    .main-screen{
        overflow: hidden;
    }
    .grid-4 {
        grid-template-columns: repeat(3, 1fr);
        justify-content: center;
        justify-items: center;
    }

}



@media (max-width: 1024px){
    .main-screen__text{
        background-image: url(https://dbf9dxyym5r97.cloudfront.net/img/main_text_background_m.png?v1);

        min-height: 210px;
        padding: 10px 15px;
        width: calc(100% - 30px);
        margin: 0px auto;
        background-position: top center;


    }
    .main-screen__text_wrap{
        grid-template-columns: 120px 1fr;
    }
    .main-screen__text_white {
        font-weight: bold;
        font-size: 25px;}
    .main-screen__text_orange{
        font-size: 57px;
        letter-spacing: -3px;
        width: 105%;
    }
    .main-screen__text_last{
        font-size: 24px;
        line-height: 1.3;
    }

    .main-screen{
        background-image: url("https://dbf9dxyym5r97.cloudfront.net/img/main_background_m.png");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 370px;
        overflow: visible;
        height: 540px;
        background-color: #000;
    }
    .girl{
        display: none;
    }
    .main-screen .center{
        max-width: 347px;
        padding-top: 54px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .arrow{
        display: none;
    }
    .main-screen__additional-info{
        margin-top: 124px;
    }

    .main-screen__additional-info__text {
        font-size: 20px;
        color: rgb(255, 255, 255);
        line-height: 1.5;
        text-align: left;


    }
    .main-screen__additional-info__text span:last-child{
        font-size: 25px;
        text-align: center;
    }
    .only-mob{
        display: block;
    }
    .header__cta{
        display: none;

    }
    .logo__text{
        position: absolute;
        top: 68px;
        left: 0;
        z-index: 3;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .header .center{
        max-width: 335px;

    }
    .languages {
        margin-right: 0px;
        position: relative;
    }
    .grid-4{
        grid-template-columns: 1fr;
    }
    .main-screen__additional-info {
        justify-content: center;
        justify-items: center;
    }
    .demo__description{
        font-size: 20px;
    }
    .main-screen{
        background-size: auto;
        height: calc(75vh + 28px)!important;
    }
    .main-page{
        height: 370px!important;
    }

    .footer{
        padding: 0px 20px 80px;
    }
    .logos{
        display: none;
    }
    .fotter_head {
        font-size: 25px;
    }
    .footer__safe_text {
        font-size: 20px;
    }
    .footer__safe{
        grid-row-gap: 22px;
        padding-bottom:40px;
        margin-bottom: 35px;
            flex-flow: column;
    justify-content: center;
    
    align-items: baseline;

    }
    .n2{
        text-align: center;
    }
    .copyright__text{
        display: none;

    }
    .copyright{
        justify-content: center;
    }
    .copyright__img{
        margin-top: 30px;
    }
    .modal{
        width: 90%;
        padding: 35px 10px;
        top: 40px;
    }
    .modal_close svg {
        width: 30px;
    }
    .main-screen__btn div{
        height: 69px;
        line-height: 69px;
            height: 59px;
    line-height: 59px;
    }
    .main-screen__btn {
         width: 310px;
        height: 73px;
            height: 62px;
        margin: 0px auto;
    }
    .main-screen__additional-info{
        margin-top: 48px;
    }
    .footer-grid{
        grid-template-columns: 1fr;
        grid-gap: 10px;
    }
    .footer_copyright{
        flex-flow: column!important;
        padding: 30px 10px 0px;
        align-items: center;
    }
    .logo__text{
            top: 60px;
    }
    .footer-grid-text{
            font-size: 18px;
            margin-top: -10px;
            letter-spacing: -1px;
            z-index: 11;
    }
    .demos{
          padding: 130px 0;
    }
}

@media (max-width: 450px){
    .grid-4{
        zoom:0.8;
    }
}

<!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
    panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:"Arial Unicode MS";
    panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
{font-family:"\@Arial Unicode MS";
    panose-1:2 11 6 4 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
    line-height:115%;
    font-size:11.0pt;
    font-family:"Arial",sans-serif;}
h1
{margin-top:20.0pt;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:0in;
    line-height:115%;
    page-break-after:avoid;
    font-size:20.0pt;
    font-family:"Arial",sans-serif;
    font-weight:normal;}
h2
{margin-top:.25in;
    margin-right:0in;
    margin-bottom:6.0pt;
    margin-left:0in;
    line-height:115%;
    page-break-after:avoid;
    font-size:16.0pt;
    font-family:"Arial",sans-serif;
    font-weight:normal;}
h3
{margin-top:16.0pt;
    margin-right:0in;
    margin-bottom:4.0pt;
    margin-left:0in;
    line-height:115%;
    page-break-after:avoid;
    font-size:14.0pt;
    font-family:"Arial",sans-serif;
    color:#434343;
    font-weight:normal;}
.MsoChpDefault
{font-family:"Arial",sans-serif;}
.MsoPapDefault
{line-height:115%;}
@page WordSection1
{size:595.45pt 841.7pt;
    margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    color:rgb(184, 184, 184);
    page:WordSection1;

}
div.WordSection1 img {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

-->