*{
    margin: 0;
    padding: 0;
    max-width: 100%;
}
body {
    background: #090920;
    color: #fff;
    padding-bottom: 150px;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}
video{
    max-width: 100%;
    height: auto;
}
img {
    max-width: 100%;
    height: auto;
}

.star {
    text-align: center;
    margin-bottom: 30px;
}

.landing {
    width: 810px;
    max-width: 100%;
    margin: 0 auto;
}

.ladding_top {
    text-align: center;
    position: relative;
}

.button_wap {
    margin: -30px 0 35px 0;
    position: relative;
    z-index: 10;
}
.button_wap a{
    display: block;
}
.button_wap img{
    width: 250px;
    max-width: 80%;
}
.boxed {
    background-image: linear-gradient(to bottom, #1ed94f, #f2f047);
    padding: 3px;
    border-radius: 15px;
}
.boxed .box_text{
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-feature-settings: "salt" 2;
    text-transform: uppercase;
}
.boxed .box_text .icon{
    margin-right: 15px;
    width: 27px;
}
.text_inner {
    text-align: center;
    width: 100%;
    height: 100%;
    background: #090920;
    border-radius: inherit;
}

.text {
    padding-top: 0.1px;
}

.text > h2 {
    font-size: 30px;
}

.game_inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 0 15px 28px 15px;
}

.game_inner > a {
    margin: 10px;
}

.footer {
    position: fixed;
    max-width: 100%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    transition: opacity 0.7s ease-out;
    opacity: 0;
}
.footer.show{
    opacity: 1;
}
.footer-inner{
    background-image: linear-gradient(to bottom, #f2f047, #1ed94f);
    max-width: 810px;
    margin: 0 auto;
    padding: 2px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.wap-box{
    background-color: #00703e;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    justify-content: space-between;
}
.wap-box .icon{
    width: 140px;
}
.wap-box p{
    margin: 0;
}
.wap-box .text{
    width: calc(100% - 300px);
    padding-left: 10px;
    padding-top: 0;
}
.icon_footer {
    text-align: center;
}

.icon_footer > img {
    padding: 20px 0 5px 0;
}
.wap-box .button{
    width: 145px;
}

/* Hiệu Ứng bottom */
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.9) skew(1deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.9) skew(1deg);
        opacity: 1;
    }
}

/* hiệu ứng ảnh game  */
@-webkit-keyframes spaceboots {
    0% {
        -webkit-transform: translate(2px, 1px) rotate(0deg);
    }
    10% {
        -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        -webkit-transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        -webkit-transform: translate(0px, 2px) rotate(0deg);
    }
    40% {
        -webkit-transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        -webkit-transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        -webkit-transform: translate(2px, 1px) rotate(-1deg);
    }
    80% {
        -webkit-transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        -webkit-transform: translate(2px, 2px) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(1px, -2px) rotate(-1deg);
    }
}

.animation_img {
    -webkit-filter: grayscale(0);
    display: inline-block;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.animation_img:hover {
    -webkit-filter: grayscale(0)
}

.animation_img:hover,
.animation_img:focus {
    -webkit-animation-name: spaceboots;
    -webkit-animation-duration: .8s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear
}
.list-game{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.list-game  img{
    border-radius: 15px;
    width: 100%;
}
.list-game a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #fff;
}
.list-game a.more{
    background-color: #131313;
    display: none;
}
.box-inner {
    padding: 0 35px 35px 35px;
}
img[data-src]{
    opacity: 0;
}
img.image-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
.mt-3{
    margin-top: 30px;
}
.featured-games .item{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}
.featured-games .item:last-child{
    margin-bottom: 0;
}
.featured-games .item .icon{
    width: 120px;
    margin-right: 10px;
}
.featured-games .item .icon img{
    border-radius: 10px;
}
.featured-games .item .preview{
    width: calc(100% - 130px);
    border: 2px solid rgb(255, 255, 255);
    padding: 5px;
    border-radius: 10px;
}
.featured-games .item .preview img{
    border-radius: 10px;
    width: 100%;
    display: block;
}
@media (max-width: 1400px) {
    .landing{
        max-width: 570px;
    }
    .footer-inner{
        max-width: 540px;
    }

}
@media (max-width: 991px) {
    .landing-inner {
        padding: 0 15px;
    }
}
@media (max-width: 480px) {
    .list-game a.more{
        display: flex;
    }
    .landing,
    .footer-inner{
        max-width: 100%;
    }
    .button_wap img{
        width: 180px;
    }
    .button_wap {
        margin: -22px 0 25px 0;
    }
    .boxed{
        padding: 2px;
    }
    .list-game{
        gap: 15px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .box-inner {
        padding: 0 20px 20px 20px;
    }
    .wap-box .text{
        width: calc(100% - 100px);
        padding-left: 0;
        white-space: nowrap;
    }
    .wap-box{
        padding: 15px 10px;
    }
    .wap-box .button{
        width: 170px;
        padding-left: 10px;
    }
    .boxed .box_text {
        padding: 20px 0;
        font-size: 20px;
    }
    .footer{
        padding: 0 15px;
    }
    body{
        padding-bottom: 120px;
    }
    .featured-games .item .icon{
        width: 70px;
    }
    .featured-games .item .preview{
        width: calc(100% - 80px);
    }

}