.banner-label {
    font-size: 24px;
    margin-bottom: 5rem;
    font-family: var(--sans-font);
}
.banner-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 2rem;
}
.banner-desc {
    margin-bottom: 5rem;
}

.banner-button {
    padding: 1rem 2rem;
    background-color: #5f3be5 ;
    outline: none;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

.ar-title {
    font-size: 40px;
    font-weight: 700;
    font-family: var(--sans-font);
}
@media (max-width: 1399.98px) {
    .banner-title {
        font-size: 36px;
    }
    .banner-label,
    .banner-desc {
        margin-bottom: 4rem;
    }
    .banner-button {
        padding: 10px 25px;
    }
}
@media (max-width: 1280.98px) {
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1024.98px) {
    .banner-title {
        font-size: 26px;
    }
    .banner-label {
        font-size: 20px;
    }
    .banner-label,
    .banner-desc {
        margin-bottom: 3rem;
    }
    .banner-desc {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .banner-label,
    .banner-desc {
        margin-bottom: 2rem;
    }
    .ar-title {
        font-size: 26px;
    }
}
@media (max-width: 767.98px) {
}
@media (max-width: 575.98px) {
}
@media (max-width: 414.98px) {
    .banner-desc p {
        display: inline;
    }
}

/* global */
.w-brand-eon {
    width: 230px;
    margin-bottom: 10px;
}
.w-brand-png {
    width: 200px;
    margin-bottom: 15px;
}
#ar-games-banner {
    width: 100vw;
    min-height: 100vh;
    background-color: black;
    padding-top: 96px;
    position: relative;
    z-index: 3;
    margin-top: 8px;
}
#ar-games-banner img {
    width: 75%;
}
#ar-games-banner .row > div:first-child {
    padding-top: 44px;
}
#ar-games-banner h4 img {
    width: 60px;
    margin-left: 1rem;
}

.ar-games-desc {
    margin-bottom: 5rem;
}

#ar-games-banner button {
    background-color: #5f3be5;
}

#ar-games-platform {
    background-color: black;
    padding: 4rem 0;
}

#ar-games-platform h4 {
    color: #2cf2ff;
    margin-bottom: 4rem;
}
.ar-games-platform .title {
    font-size: 24px;
}

/* ar-games-popular */
#ar-games-popular ul {
    list-style: disc;
}
#ar-games-popular h5 span {
    position: absolute;
    top: -122px;
    left: -87px;
    z-index: -1;
}
#ar-games-popular h5 {
    text-transform: uppercase;
}
.ar-games-popular-item {
    margin-top: 10rem;
    margin-bottom: 28rem;
}
.ar-games-popular-item h5 span {
    font-size: 220px;
    color: transparent;
    -webkit-text-stroke: 2px #0cf0ff;
    font-weight: bold;
}
.ar-games-popular-item-slick-1 .slider .item div {
    width: 90%;
}
.ar-games-popular-item-slick-2 .slider .item div {
    width: 90%;
    margin-left: auto;
}
.ar-games-popular-item .row > div:first-child > div {
    height: 100%;
    width: 95%;
    margin-left: auto;
}
.ar-games-popular-item a {
    background-color: black;
    display: inline-block;
    margin-top: 2rem;
}
.ar-games-popular-item a:hover {
    color: white;
}
.ar-games-popular-item-2 {
    background-color: black;
}
.ar-games-popular-item-2 a {
    background-color: #2cf2ff;
    color: black;
    display: inline-block;
}
.ar-games-popular-item-2 > div {
    transform: translateY(-50%);
}
.ar-games-popular-item-2 .title-video {
    position: absolute;
    top: -12px;
    left: 0;
    transform: translateY(-100%);
}
.ar-games-popular-item-2 .item-video {
    position: relative;
    display: inline-block;
}
.ar-games-popular-item-2 .item-video .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 3;
}
.ar-games-popular-item-2 .item-video video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
    z-index: -1;
    height: 100%;
}
.ar-games-popular-item-slick-2 h5 span {
    left: auto !important;
    right: 0;
}

@media (max-width: 1399.98px) {
    #ar-games-banner img {
        width: 94%;
    }
}
@media (max-width: 1199.98px) {
    #ar-games-banner img {
        width: 100%;
    }
    .ar-games-popular-item button {
        padding: 1rem 1.6rem;
    }
    .ar-games-popular-item .row > div:first-child > div {
        width: 100%;
    }
    .ar-games-popular-item-slick-1 .slider .item div {
        width: 95%;
    }
}

@media (max-width: 1024.98px) {
    .ar-games-popular-item .banner-button {
        padding: 10px 12px;
    }
}
@media (max-width: 991.98px) {
    #ar-games-banner {
        padding-top: 0;
        min-height: 100%;
        padding-bottom: 80px;
    }
    #ar-games-banner .row > div:first-child {
        padding-top: 15px;
    }
    .ar-games-banner-mobile {
        background: url("/images/ar-game-banner.png");
        height: 415px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin-bottom: 1.5rem;
    }
    #ar-games-platform h4 {
        margin-bottom: 4rem;
    }
    .ar-games-popular-item {
        margin-top: 8rem;
        margin-bottom: 20rem;
    }

    .ar-games-popular-item .row > div:first-child > div {
        justify-content: start !important;
        width: 100%;
    }
    .ar-games-popular-item .child-element > div:first-child {
        margin-bottom: 2rem !important;
    }

    .ar-games-popular-item-slick-1 .slider .item,
    .ar-games-popular-item-slick-2 .slider .item {
        width: 520px;
    }
    .ar-games-popular-item-slick-1 .slider .item div {
        width: 90%;
    }
    .ar-games-popular-item-2 .title-video {
        font-size: 22px;
    }
}
@media (max-width: 767.98px) {
    #ar-games-popular h4 {
        font-size: 24px;
    }
    .ar-games-popular-item {
        margin-top: 4rem;
        margin-bottom: 22rem;
    }
    #ar-games-popular h5 span {
        top: -70px;
    }
    .ar-games-popular-item-slick-2 h5 span {
        left: -87px !important;
        right: auto;
    }
}
@media (max-width: 575.98px) {
    #ar-games-banner {
        padding-bottom: 52px;
    }
    #ar-games-platform h4 {
        margin-bottom: 3rem;
    }
    .ar-games-popular-item {
        margin-bottom: 18rem;
    }

    .ar-games-popular-item-2 .item-video .play-video {
        width: 100px;
    }
    #ar-games-popular h4 {
        font-size: 20px;
    }

    #ar-games-popular h5 span {
        left: auto !important;
        right: 0;
    }
}
@media (max-width: 414.98px) {
    .ar-games-banner-mobile {
        height: 330px;
    }

    #ar-games-popular h4 {
        font-size: 18px;
    }
    #ar-games-popular h5 span {
        font-size: 180px;
        left: -60px;
        top: 0;
    }
    .ar-games-popular-item-slick-2 h5 span {
        left: -60px !important;
        right: auto;
    }
    .ar-games-popular-item .child-element > div:first-child {
        margin-bottom: 0.5rem !important;
    }
    .ar-games-popular-item {
        margin-bottom: 15rem;
    }
    .ar-games-popular-item a {
        margin-top: 0.5rem;
    }
    .ar-games-popular-item-slick-2 .slider .item,
    .ar-games-popular-item-slick-1 .slider .item {
        width: 400px;
    }
    .ar-games-popular-item h5 {
        line-height: 22px;
        margin-bottom: 1rem !important;
    }
    .ar-games-popular-item h5 b {
        font-size: 22px;
    }
}
