body, h1, h2, h3, p, dl, dd, ol, ul, th, td, form, fieldset, input, button, textarea {
    margin: 0;
    padding: 0
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, a, textarea, input, button, span, em, strong, img, div {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    outline: none;
}

html {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    background: #f4f4f4;
}

h1, h2, h3 {
    font-size: 100%
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: inherit
}

fieldset, img {
    border: 0
}

cite, em, s, i, b {
    font-style: normal
}

input, button, textarea, select {
    font-size: 100%;
    border: medium none;
}

body, input, button, textarea, select, option {
    font-size: normal;
}

a, input, textarea {
    text-decoration: none;
    outline: 0
}

li, img, label, input {
    vertical-align: middle
}

var {
    font-style: normal
}

ins {
    text-decoration: none
}

body {
    font-size: .2rem;
    color: #3c3c3c
}

textarea {
    resize: none
}

a {
    color: #3c3c3c;
}

.mlr20 {
    margin: auto .2rem
}

.m20 {
    margin: .2rem 0
}

.m30 {
    margin: .3rem 0
}

.mt20 {
    margin-top: .2rem
}

.mb20 {
    margin-bottom: .2rem
}

.mt40 {
    margin-top: .4rem
}

.mb40 {
    margin-bottom: .4rem
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

html {
    font-size: 100px;
}

body {
    background-color: #1d1330;
    font-size: .2rem;
    color: #fff;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 1.8rem;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    width: 100%;
    height: auto;
}

.landing {
    max-width: 720px;
    margin: 0 auto;
}

.button__wap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 40px 0;
    position: relative;
    z-index: 10;
}

.button__wap img {
    width: auto;
}

.button__wap a {
    display: block;
    width: 80%;
    text-align: center;
}

.landing-inner {
    padding: 0 15px;
}

.star {
    display: flex;
    justify-content: center;
    font-size: 0.3rem;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 30px;
}
.box {
    padding: 30px 50px;
    margin-bottom: 50px;
    background-image: url("../images/line-bg.png");
    position: relative;
    border-radius: 10px;
}
.box:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    padding: 2px;
    background:linear-gradient(45deg, #ffe748, #b5731f,#ffdb48,#d68824);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.box .box__inner{
    position: relative;
    z-index: 2;
}

.box-title {
    text-transform: uppercase;
    text-align: center;
    font-size:30px;
    background: -webkit-linear-gradient(#ffb331, #ffe683,#ffc231);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    font-weight: bold;
    text-shadow: 0px 7px 20px rgba(111, 0, 0, 0.41);
}

.game-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.game-icons img{
    width: 100%;
}

.box-design-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.box-design {
    padding: 0 15px;
}

.box-design-item .icon {
    width: 120px;
}
.box-design-item .preview{
    width: calc(100% - 120px);
    padding-left: 10px;
}
.box-design-item .preview img{
    border: 2px solid #fff;
    border-radius: 10px;
}
.box-design-item:last-child {
    margin-bottom: 0;
}
.box2{
    margin-bottom: 0;
}
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 2px solid rgba(255,226,84,.6);
    background-color: #0c0629;
    z-index: 100;
}

.footer h3 {
    text-transform: uppercase;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px 15px 10px;
    white-space: nowrap;
    font-size: 28px;
    max-width: 680px;
    margin: 0 auto;
}

.footer-inner .icon {
    padding-right: 5px;
    width: 136px;

}

.footer-inner .icon img {
    display: block;
}

.footer__button__wap {
    padding-left: 5px;
}

.footer-right {
    width: calc(100% - 136px);
    text-align: right;
}

.footer-right .text span {
    font-size: 14px;
}
.slogan{
    text-transform: uppercase;
    font-weight: bold;
    background: -webkit-linear-gradient(#ffb331, #ffe683,#ffc231);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.footer-right a{
    display: block;
    margin-bottom: 5px;
}
.footer-right img{
    width: 200px;
}
.side {
    position: fixed;
    bottom: 1.3rem;
    right: .1rem;
    z-index: 100;
}

.side > div {
    margin-bottom: 10px;
}

.side > div:last-child {
    margin-bottom: 0;
}
.footer-download-button{
}
.landing-top{
    position: relative;
    width: 720px;
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}
.support-buttons{
    position: absolute;
    top: 45%;
    left: 8%;
    transform: translateY(-50%);
}
.support-buttons a{
    display: block;
    width: 180px;
}
.support-buttons .telegram{
    margin-top: 10px;
}
@keyframes zoom-in-zoom-out {
    0% {
        transform:scale(1, 1)
    }
    50% {
        transform:scale(0.9, 0.9)
    }
    100% {
        transform:scale(1, 1)
    }
}
@keyframes lightAnimation {
    0% {
        filter:brightness(1)
    }
    50% {
        filter:brightness(1.3)
    }
    to {
        filter:brightness(1)
    }
}
@-webkit-keyframes lightAnimation {
    0% {
        filter:brightness(1)
    }
    50% {
        filter:brightness(1.3)
    }
    to {
        filter:brightness(1)
    }
}
@media (max-width: 510px) {
    .box {
        padding: 30px 20px;
    }
    .footer-inner .icon{
        width: 75px;
    }
    .footer-right {
        width: calc(100% - 75px);
    }
    .footer-right img {
        width: 140px;
    }
    .slogan {
        font-size: 14px;
    }
    .box-design-item{
        margin-bottom: 20px;
    }
    .box-design-item .icon {
        width: 65px;
    }
    .box-design-item .preview {
        width: calc(100% - 65px);
    }
    body {
        padding-bottom: 1.5rem;
    }
    .box-title{
        font-size: 24px;
    }
    .button__wap a{
        width: 55%;
    }
    .support-buttons a{
        width: 100px;
    }
}


