@charset "utf-8";

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;
    font-family: Arial, Verdana, Sans-serif
}

h1, h2, h3 {
    font-size: 100%
}

ol, ul {
    list-style: none
}
.note-androids {
  height: 0.7rem;
  display: block;
  animation: tada 1.3s infinite;
}
@keyframes tada {
  from,
  to {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.7, 0.7, 0.7) rotate3d(0, 0, 1);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 0deg);
  }
}
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: #110130;
    font-size: .2rem;
    color: #fff;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    padding-bottom: .7rem;
    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;
    margin-top: -0.73rem;
    position: relative;
    z-index: 10;
    padding: 0px 0;
}

.button__wap img {
    width: auto;
}
#videoElm{
background: url("../images/bgt.jpg") no-repeat;
height:100%;
width:100%;
overflow: hidden;
background-size:cover;
}
.button__wap a {
    display: block;
    width: 100%;
    text-align: center;
}
.button__wap1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -0.75rem;
    position: relative;
    z-index: 100;
    padding: 0px 0;
}

.button__wap1 img {
    width: 3.3rem;
}

.button__wap1 a {
    display: block;
    width: 90%;
    text-align: center;
}
.landing-inner {
    padding: 0 0px;
}

.star {
    display: flex;
    justify-content: center;
    font-size: 0.3rem;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    margin-bottom: 30px;
}

.box {
    padding: 0px 0px;
    margin-bottom: 0.7rem;
}

.box1 {
    /*background-image: url("../images/bg.jpg");*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
}

.box2 {
    /*background-image: url("../images/khung2.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
}

.box-title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    background: -webkit-linear-gradient(#ffe254, #ffb50e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.game-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.box-design-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.box-design {
    padding: 0 15px;
}

.box-design-item .icon {
    margin-right: 10px;
}

.box-design-item:last-child {
    padding-bottom: 0;
}
.footbox {
  background: url("../images/banner.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: fixed;
  width: 100%;
  height: 1.93rem;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: 0 auto;
}
.footer {
	max-width: 720px;
	margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("../images/f-bg.jpg");
    background-size: contain;
    border-top: 1px solid rgba(255, 226, 84, .6);
    z-index: 100;
}

.footer h3 {
    text-transform: uppercase;
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 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 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 136px);
}

.footer-right .text span {
    font-size: 14px;
}

.side {
    position: fixed;
    bottom: 1.1rem;
    right: .1rem;
    z-index: 100;
}

.side > div {
    margin-bottom: 10px;
}

.side > div:last-child {
    margin-bottom: 0;
}
.box3 {
background-image: url(../images/bg.png?v=0.1);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-clip: content-box;
background-origin: border-box;
}
@media (max-width: 480px) {
	.footbox {
  bottom: -45px;
}
    .box {
           margin-bottom: 0.1rem;
    }

    .footer-inner .icon {
        width: 65px;
    }

    .footer-right {
        width: calc(100% - 65px);
    }

    .footer-inner {
        font-size: 14px;
    }

    .star {
        font-size: 16px;
    }

    .star img {
        width: 120px;
    }

    .star span {
        display: inline-block;
        margin-top: 5px;
    }

    .box1, .box2 {
       
    }

    .box-title {
        margin: 20px 0;
    }

    .box-design-item {
        margin-bottom: 20px;
    }

    .box-design {
        padding: 0;
    }

    .button__wap {
        /*margin-top: -.45rem;*/
    }
	.button__wap img {
    width: auto;
}
    .button__wap1 {
        margin-top: -.45rem;
    }
	.button__wap1 img {
    width: 1.8rem;
}
    .footer-right .text span {
        font-size: 11px;
    }

    .footer-inner .text h3 {
        font-size: 13px;
    }
    .button__wap{
        padding: 0;
    }
}