.page .games {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.page .games .title {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 10px;
}
.page .games .title svg {}
.page .games .games-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.page .games .games-list .game {
    display: flex;
    flex-direction: column;
    width: calc((100% - 80px) / 5);
    gap: 15px;
    cursor: pointer;
}

.game .maintenance {position: absolute;background: rgb(0, 0, 0, 0.8);display: flex;justify-content: center;align-items: center;text-transform: uppercase;flex-direction: column;gap: 20px;font-weight: 500;}
.game .maintenance svg {
    opacity: 0.8;
}

@keyframes game-image-animation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}


.page .games .games-list .game:nth-child(0) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 0ms;}
.page .games .games-list .game:nth-child(1) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 250ms;}
.page .games .games-list .game:nth-child(2) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 500ms;}
.page .games .games-list .game:nth-child(3) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 750ms;}
.page .games .games-list .game:nth-child(4) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 1000ms;}
.page .games .games-list .game:nth-child(5) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 0ms;}
.page .games .games-list .game:nth-child(6) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 250ms;}
.page .games .games-list .game:nth-child(7) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 500ms;}
.page .games .games-list .game:nth-child(8) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 750ms;}
.page .games .games-list .game:nth-child(9) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 1000ms;}
.page .games .games-list .game:nth-child(10) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 0ms;}
.page .games .games-list .game:nth-child(11) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 250ms;}
.page .games .games-list .game:nth-child(12) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 500ms;}
.page .games .games-list .game:nth-child(13) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 750ms;}
.page .games .games-list .game:nth-child(14) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 1000ms;}
.page .games .games-list .game:nth-child(15) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 0ms;}
.page .games .games-list .game:nth-child(16) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 250ms;}
.page .games .games-list .game:nth-child(17) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 500ms;}
.page .games .games-list .game:nth-child(18) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 750ms;}
.page .games .games-list .game:nth-child(19) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 1000ms;}
.page .games .games-list .game:nth-child(21) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 0ms;}
.page .games .games-list .game:nth-child(22) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 250ms;}
.page .games .games-list .game:nth-child(23) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 500ms;}
.page .games .games-list .game:nth-child(24) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 750ms;}
.page .games .games-list .game:nth-child(25) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 1000ms;}
.page .games .games-list .game:nth-child(26) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 0ms;}
.page .games .games-list .game:nth-child(27) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 250ms;}
.page .games .games-list .game:nth-child(28) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 500ms;}
.page .games .games-list .game:nth-child(29) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 750ms;}
.page .games .games-list .game:nth-child(30) .image img {animation: game-image-animation 5s linear infinite; -webkit-animation: game-image-animation 5s linear infinite; -moz-animation: game-image-animation 5s linear infinite; -o-animation: game-image-animation 5s linear infinite; animation-delay: 1000ms;}

.game .maintenance {
    width: calc((1400px - 80px) / 5);
    height: calc(((1400px - 80px) / 5.4));
    border-radius: 24px;
}

.page .games .games-list .game .image {
    border-radius: 24px;
    overflow: hidden;
}

.page .games .games-list .game .image, .page .games .games-list .game .image img {
    border-radius: 24px;
    width: calc((1400px - 80px) / 5);
    height: calc(((1400px - 80px) / 5.4));
}

.page .games .games-list .game .details {
    display: flex;
    gap: 5px;
    flex-direction: column;
    width: 100%;
}
.page .games .games-list .game .details .name {
    display: flex;
    gap: 10px;
}
.page .games .games-list .game .details .name .text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}
.page .games .games-list .game .details .name .tags {
    display: flex;
    gap: 5px;
}
.page .games .games-list .game .details .name .tags .new {
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: linear-gradient(97.97deg, #4FACFE 0.49%, #4FACFE 36.66%, #71BDFF 50.41%, #6BBAFF 52.96%, #4FACFE 64.67%, #4FACFE 102.37%);
    background-size: 500%;
    animation: 10s shine linear infinite;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}
.page .games .games-list .game .details .name .tags .hot {
    display: flex;
    padding: 3px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: linear-gradient(94deg, #FE4F52 1%, #FE4F52 36%, #FF7189 51%, #FE4F52 64%, #FE4F52 100%);
    background-size: 500%;
    animation: 10s shine linear infinite;
    animation-delay: 3s;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
}
.page .games .games-list .game .details .descriptions {
    color: #4F546A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.page .games .games-list .game.new-arrive {
    opacity: 0.5;
}

.page .games .games-list .game.new-arrive.with-image {
    opacity: 1;
}
.page .games .games-list .game.new-arrive.with-image .image:nth-child(1) {
    background: rgba(0, 0, 0, 1);
    opacity: 0.7;
}
.page .games .games-list .game.new-arrive.with-image .image:nth-child(2) {
    position: absolute;
}

.page .games .games-list .game.new-arrive .image {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
}

.page .games .games-list .game.available-game:hover .image img {
    animation: unset !important;
    /* background-size: 105%; */
    transition: all 300ms;
    transform: scale(1.05);
}

@media(max-width: 1440px) {
    .page .games .games-list .game {
        width: calc((100% - 60px) / 4);
    }
    
    .page .games .games-list .game .image img, .page .games .games-list .game .image, .game .maintenance {
        width: calc((100vw - 80px - 40px) / 4);
        height: calc(((100vw - 80px - 40px) / 5));
    }
}

@media(max-width: 900px) {
    .page .games .games-list .game {
        width: calc((100% - 40px) / 3);
        gap: 10px !important;
    }

    .page .games .games-list .game .text {
        font-size: 16px !important;
    }

    .page .games .games-list .game .descriptions {
        font-size: 12px !important;
    }

    .page .games .games-list .game .details {
        gap: 0px !important;
    }
    
    .page .games .games-list .game .image img, .page .games .games-list .game .image, .game .maintenance {
        width: calc((100vw - 40px - 40px) / 3);
        height: calc(((100vw - 40px - 40px) / 3.3));
        border-radius: 14px;
    }
}

@media(max-width: 800px) {
    .page .games .games-list .game {
        width: calc((100vw - 30px - 40px) / 3);
        gap: 10px !important;
    }

    .page .games .games-list .game .text {
        font-size: 16px !important;
    }

    .page .games .games-list .game .descriptions {
        font-size: 12px !important;
    }

    .page .games .games-list .game .details {
        gap: 0px !important;
    }
    
    .page .games .games-list .game .image img, .page .games .games-list .game .image, .game .maintenance {
        width: calc((100vw - 30px - 40px) / 3);
        height: calc((100vw - 30px - 40px) / 3.3);
        border-radius: 14px;
    }
}

@media(max-width: 600px) {
    .page .games .games-list {
        /* gap: 10px; */
    }

    .page .games .games-list .game {
        width: calc((100% - 20px) / 2);
    }
    
    .page .games .games-list .game .image img, .page .games .games-list .game .image, .game .maintenance {
        width: calc((100vw - 20px - 30px) / 2);
        height: calc(((100vw - 20px - 30px) / 2.2));
        border-radius: 14px;
    }
}