div.content {
    height: auto;
    background-image: url(../img/main_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

div.title {
    background: rgba(225, 154, 61, 0.37);
}

div.title img {
    max-width: 3rem;
}

div.center-info {
    margin-top: 40vmax;
}

div.hot-game-banner {
    background-image: url(../img/hot_game_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

div.hot-game-banner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

div.hot-game-banner .swiper-slide img {
    width: 90%;
}

div.app-footer p {
    text-align: justify;
}

div.media-social {
    width: 4.5rem;
    bottom: 40%;
    right: 0.5rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

div.download-app img {
    width: 60%;
}

.btn-download {
    cursor: pointer;
}

.btn-download:active, .media-social a:active {
    opacity: 0.7;
}

.app-logo {
    width: 4rem;
}

.wid-40 {
    width: 40%;
}

.wid-90 {
    width: 90%;
}

@media screen and (max-width: 576px) and (max-height: 742px) {
    div.center-info {
        padding-top: 10vmax;
    }
}

@media screen and (min-width: 768px) {
    div.center-info {
        padding-top: 26vmax;
    }
    div.title img {
        max-width: 4rem;
    }
    div.title span {
        font-size: 2rem;
    }
    div.hot-game-banner .swiper-slide {
        padding: 2rem;
    }
    div.media-social {
        width: 6rem;
    }
}

@media screen and (min-width: 1200px) {
    body {
        background: rgb(2, 0, 40) !important;
    }
    div.content {
        width: 50%;
    }
    div.center-info {
        padding-top: 3vmax;
    }
    div.title span {
        font-size: 1.5rem;
    }
    div.media-social {
        width: 5rem;
        bottom: 20vw;
        right: 25vw;
    }
    div.download-app img {
        width: 35%;
    }
}
