@font-face {
    font-family: 'Spicy Rice';
    src: url('../fonts/SpicyRice-Regular.ttf') format('truetype');
    font-style: normal;
}


@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


html,
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    margin: 0;
    background: #FFEBD2;
    color: #fff;
    background-image: url(../images/bg.png);
    background-size: 60%;
    background-repeat: repeat;
    background-position: center 150px;
}

section {
    padding-top: 40px;
}

.container {
    max-width: 1300px;
    margin: auto;
    padding: 0 15px;
    width: 100%;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

*,
::after,
::before {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

a h2:hover {
    color: #333 !important;
    text-decoration: underline;
    text-decoration-color: #333;
    text-underline-offset: 2px;
}

h2,
p {
    margin: 0
}

p {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.align-items-center {
    align-items: center;
}

.back-to-top {
    border: none;
    position: fixed;
    bottom: 160px;
    right: 65px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    padding: 0px;
}

.back-to-top img {
    width: 40px;
    vertical-align: bottom;
}


.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    padding: 10px 20px;
    max-width: 1500px;
    margin: auto;
    flex-wrap: nowrap;
}

.home-right {
    display: flex;
    align-items: center;
    gap: 40px;
}


.nav-links {
    display: flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
    padding-left: 10px;
    gap: 20px;
}

.nav-links li {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.nav-links li a {
    color: #fff;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    white-space: nowrap;
    text-transform: capitalize;
}

.nav-links li a:hover {
    color: #F3F300;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.nav-links li a img {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    vertical-align: super;
}

.nav-links .search-btn {
    border-radius: 40px 0px 30px 40px;
    background: #FD5444;
    padding: 5px 20px;
}

.nav-links .search-btn a {
    line-height: 1;
}

.nav-links .search-btn img {
    width: 20px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    background-color: #333;
    margin: 2px;
}

.navbar .home {
    padding: 8px 24px;
    border-radius: 100px;
    border: 1.5px solid #FFF;
    background: linear-gradient(180deg, #F4F44E 0%, #F06363 70%, #EF4242 100%);
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}

.navbar .home img {
    width: 20px;
}

.logo a {
    color: #F45E3C;
    font-family: 'Spicy Rice';
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
}

.h5-search,
.home.h5-search-menu {
    display: none;
}

.search-main {
    width: 268px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

.search {
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
}

.search input {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 0px solid #D4D4D4;
    background: #FFFFFF;
    padding-left: 16px;
    color: #C78633;
    font-family: 'Poppins';
    outline: none;
    font-weight: 500;
    border-radius: 100px;
    font-size: 16px;
    line-height: 45px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(240, 120, 80, 0.24);
}

.search input::placeholder {
    width: 100%;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    color: #C78633;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0;

}

.search_btn {
    position: absolute;
    right: 4px;
    top: 4px;
    height: calc(100% - 8px);
    padding: 8px 0;
    border-radius: 0px 4px 4px 0px;
    border-radius: 100px;
    background: linear-gradient(180deg, #F4F44E 0%, #F06363 70%, #E63F3F 100%);
}

.search_btn a {
    padding: 8px 20px;
}


.h5-search-main {
    width: 90%;
    position: relative;
    margin-left: auto;
    margin-right: 8px;
}

.h5-search {
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
}

.h5-search input {
    width: 100%;
    height: 40px;
    border: 2px solid #000;
    background: #FFFFFF;
    border-radius: 8px;
    padding-left: 16px;
    color: #999999;
    font-family: 'Poppins';
    padding-left: 20px;
}

.h5-search_btn {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translate(0, -50%);
}

.h5-search input::placeholder {
    color: #757575;
    font-feature-settings: 'liga' off;
    font-family: 'Poppins';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.h5-search::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid black;
    /* 设置为边框颜色 */
}

.h5-search::after {
    content: "";
    position: absolute;
    top: -5px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

@media (max-width:1200px) {
    .nav-links li {
        margin-right: 10px;
    }

    .nav-links li a {
        font-size: 12px;
    }

    .navbar {
        padding: 0 12px;
    }

    .nav-links li a img {
        width: 14px;
        height: 14px;
    }

    .search-main {
        width: 200px;
    }
}

@media (max-width:1100px) {
    .logo a {
        font-size: 22px;
        line-height: 30px;
    }

    .search_btn img {
        width: 15px;
    }

    .search input,
    .search input::placeholder {
        font-size: 14px;
    }

    .nav-links {
        gap: 6px;
    }
}

@media (max-width:992px) {
    .home-right {
        gap: 24px;
    }

    .navbar .home a {
        font-size: 16px;
        line-height: 26px;
    }

    .navbar .home img {
        width: 18px;
    }

    .search input {
        height: 40px;
    }

    .navbar .home {
        padding: 6px 20px;
    }
}

@media screen and (max-width: 768px) {
    .navbar .home span {
        display: none;
    }

    .nav-links {
        display: none;
    }

    .navbar {
        padding: 10px 20px;
    }

    .home-right {
        gap: 16px;
    }

    .search-main {
        width: 180px;
    }

    .burger {
        display: flex;
        margin-left: auto;
        margin-right: 28px;
    }

    .burger img,
    .home.h5-search-menu img {
        width: 25px;
        display: block;
    }



}

@media (max-width:550px) {
    .search-main {
        display: none;
    }

    .home.h5-search-menu {
        display: block;
    }

    .burger {
        margin-right: 20px;
    }

    .navbar {
        padding: 10px 10px;
    }

    .navbar .home img {
        width: 16px;
    }

    .home-right {
        gap: 12px;
    }
}

#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 10%;
    width: 60px;
    height: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #E6E6E6;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
}


section img {
    background-color: #d9d9d9;
    object-fit: cover;
    width: 100%;
    display: block;
}


.game-main .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    /* grid-auto-rows: 1fr; */
}

.cate-litem {
    display: flex;
    align-items: center;
}

.cate-litem img {
    width: 100%;
    aspect-ratio: 1/1;
}

.cate-litem div {
    position: relative;
}

.cate-litem div::before {
    content: '';
    position: absolute;
    opacity: 0.1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(../images/cate-item-bg.png);
    background-size: cover;
}

.cate-litem div img,
.cate-litem div p {
    z-index: 99;
}

.cate-litem div:hover p {
    text-decoration: underline;
}

.cate-litem:nth-child(1) div,
.cate-litem:nth-child(4) div {
    border-radius: 12px;
    background-color: #FFA04D;
}

.cate-litem:nth-child(2) div,
.cate-litem:nth-child(5) div {
    border-radius: 12px;
    background-color: #FF884C;
}

.cate-litem:nth-child(3) div,
.cate-litem:nth-child(6) div {
    border-radius: 12px;
    background-color: #FF6C4C;
}

.game-main .grid a {
    padding: 6px;
    display: block;
    grid-column: span 1;
    grid-row: span 1;
}

.game-main .grid img {
    border-radius: 12px;
    aspect-ratio: 1/1;
    /* height: 100%;*/
}

.game-main .grid .cate-litem {
    grid-column: 1/4;
}

.cate-litem div {
    display: flex;
    align-items: center;
    width: 100%;
    align-items: center;
}

.cate-litem div img {
    flex: 0 0 30.33%;
    width: 30.33%
}

.cate-litem div p {
    flex: 0 0 69.66%;
    padding-left: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.4px;
}

.game-main .grid .cate-litem:nth-child(1) {
    grid-row: 1/2;
}

.game-main .grid .cate-litem:nth-child(2) {
    grid-row: 2/3;
}

.game-main .grid .cate-litem:nth-child(3) {
    grid-row: 3/4;
}

.game-main .grid .cate-litem:nth-child(4) {
    grid-row: 4/5;
}

.game-main .grid .cate-litem:nth-child(5) {
    grid-row: 5/6;
}

.game-main .grid .cate-litem:nth-child(6) {
    grid-row: 6/7;
}

.game-main .grid .small {
    grid-column: span 1;
    grid-row: span 1;
}

.game-main .grid .big {
    grid-column: span 2;
    grid-row: span 2;
}

.small,
.big {
    position: relative;
    display: flex;
}

.small p,
.big p,
.game-main .grid .new-games .list a p {
    display: none;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    word-break: break-all;
}

.small p,
.game-main .grid .new-games .list a p {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    z-index: 9999;
    padding: 6px 6px 0;
}

.big p {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    padding: 12px 12px 0;
    z-index: 9999;

}

.small:hover p,
.big:hover p,
.game-main .grid .new-games .list a:hover p {
    display: -webkit-box;
}

.big:hover::after,
.small:hover::after,
.game-main .grid .new-games .list a:hover::after {
    position: absolute;
    content: '';
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    /* aspect-ratio: 1/1;*/
    top: 6px;
    left: 6px;
    background: rgba(0, 0, 0, 0.50);
    z-index: 999;
    border-radius: 12px;
}

.cate-list .big:hover::after {
    height: auto;
    aspect-ratio: 1 / 1;
}

.game-main .grid .new-games {
    grid-column: 9/13;
    grid-row: 3/5;
}

.game-main .grid .big:nth-last-of-type(1) {
    grid-column: 4/6;
    grid-row: 1/3;
}

.game-main .grid .big:nth-last-of-type(2) {
    grid-column: 10/12;
    grid-row: 1/3;
}

.game-main .grid .big:nth-last-of-type(3) {
    grid-column: 7/9;
    grid-row: 2/4;
}

.game-main .grid .big:nth-last-of-type(4) {
    grid-column: 4/6;
    grid-row: 3/5;
}

.game-main .grid .big:nth-last-of-type(5) {
    grid-column: 6/8;
    grid-row: 4/6;
}

.game-main .grid .big:nth-last-of-type(6) {
    grid-column: 9/11;
    grid-row: 5/7;
}

.game-main .grid .big:nth-last-of-type(7) {
    grid-column: 3/5;
    grid-row: 9/11;
}

.game-main .grid .big:nth-last-of-type(8) {
    grid-column: 7/9;
    grid-row: 9/11;
}

.game-main .grid .big:nth-last-of-type(9) {
    grid-column: 5/7;
    grid-row: 9/11;
}

.game-main .grid .big:nth-last-of-type(10) {
    grid-column: 9/11;
    grid-row: 10/12;
}

.game-main .grid .big:nth-last-of-type(11) {
    grid-column: 2/4;
    grid-row: 11/13;
}

.game-main .grid .new-games {
    margin: 6px;
    border-radius: 12px;
    background: #FFF;
    padding: 18px;
    position: relative;
}

.game-main .grid .new-games p:nth-child(1) {
    color: #B3B3B3;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 6px;
}

.game-main .grid .new-games p:nth-child(2) {
    color: #993800;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.4px;
    padding-left: 6px;
}

.game-main .grid .new-games .list {
    display: flex;
    overflow: hidden;
    padding-top: 12px;
}

.game-main .grid .new-games .list a {
    flex: 0 0 100px;
    position: relative;
}

.game-main .grid .new-games .list a p {
    color: #fff;
}

.game-main .grid .new-games .btn {
    position: absolute;
    top: 45px;
    right: 10px;
}

.game-main .grid .new-games button {
    width: 30px;
    height: 15px;
    border: none;
    background-color: transparent;
    /* cursor: pointer; */
}

.game-main .grid .new-games .left-button {
    background-image: url(../images/left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.game-main .grid .new-games .right-button {
    background-image: url(../images/right-active.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.about {
    padding-bottom: 48px;
}

.about .text {
    border-radius: 24px;
    background: #FFDDBF;
    padding: 48px;
}

.about .text p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 12px;
}

.about .text p.h {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 24px;
}

footer {
    background: #FFDCAF;
    padding: 10px 0;
}

footer .flex {
    display: flex;
    align-items: center;
}

footer .flex .share,
footer .flex .tp {
    flex: 1;
}

footer .flex .copy {
    flex: 1.5;
}

footer .share {
    display: flex;
    gap: 20px;
    align-items: center;
}

footer .share a {
    display: flex;
    padding: 6px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #F4F44E 0%, #F06363 70%, #E63F3F 100%);
    stroke-width: 1px;
    stroke: #FFEBD2;
}

footer a,
footer p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

footer .flex .tp a {
    padding: 0 10px;
}

.cate-rec .grid,
.cate-list .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.cate-rec .grid .cate-litem {
    grid-column: span 3;
    grid-row: span 1;
}

.cate-rec .grid .small,
.cate-list .grid .small {
    grid-column: span 1;
    grid-row: span 1;
}

.cate-list .grid .big {
    grid-column: span 2;
    grid-row: span 2;
}

.cate-rec .grid a,
.cate-list .grid a {
    padding: 6px;
    display: block;
}

.cate-rec .grid img,
.cate-list .grid img {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
}

.cate-list .catename {
    display: flex;
    grid-column: span 2;
    grid-row: span 1;
    aspect-ratio: 1/0.46;
    margin: 6px;
    border-radius: 12px;
    background: #FFA04D;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    align-items: center;
    justify-content: center;
}



/*  */
/*  */

.dt .new-games,
.classic-games,
.trending-games,
.most-games,
.you-games {
    padding: 12px 0px 12px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(240, 120, 80, 0.24);
}

.dt .new-games .heading,
.classic-games .heading,
.trending-games .heading,
.most-games .heading,
.you-games .heading {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    grid-column: span 2;
    grid-row: span 1;
    margin-bottom: 6px;
}

.most-games .heading,
.you-games .heading {
    grid-column: span 3;
    grid-row: span 1;
}

.dt .grid .small {
    grid-column: span 1;
    grid-row: span 1;
}

.dt .grid a {
    padding: 6px;
}

.dt .grid img {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
}


.dt .new-games {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex: 1;
}

.classic-games {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex: 1;
}

.trending-games {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex: 1;
}

.most-games {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.you-games {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.dt .new-games a:nth-child(2n+1),
.classic-games a:nth-child(2n+1),
.trending-games a:nth-child(2n+1) {
    padding-right: 12px;
}

.dt .new-games a:nth-child(2n+2),
.classic-games a:nth-child(2n+2),
.trending-games a:nth-child(2n+2) {
    padding-left: 12px;
}

.dt .new-games a:nth-child(2n+1):hover::after {
    width: calc(100% - 18px);
    height: calc(100% - 12px);
    /* aspect-ratio: 1/1; */
    /* height: 100%; */
    top: 6px;
    left: 6px;
}

.classic-games a:nth-child(2n+1):hover::after,
.trending-games a:nth-child(2n+1):hover::after {
    width: calc(100% - 18px);
    /* height: calc(100% - 12px); */
    aspect-ratio: 1/1;
    /* height: 100%; */
    top: 6px;
    left: 6px;
}

.dt .new-games a:nth-child(2n+2):hover::after {
    width: calc(100% - 18px);
    height: calc(100% - 12px);
    /* aspect-ratio: 1/1; */
    top: 6px;
    left: 12px;
}

.classic-games a:nth-child(2n+2):hover::after,
.trending-games a:nth-child(2n+2):hover::after {
    width: calc(100% - 18px);
    /* height: calc(100% - 12px); */
    aspect-ratio: 1/1;
    top: 6px;
    left: 12px;
}

.most-games a:nth-child(3n),
.you-games a:nth-child(3n) {
    padding: 6px 9px;
}

.most-games a:nth-child(3n):hover::after {
    width: calc(100% - 18px);
    height: calc(100% - 12px);
    /* aspect-ratio: 1/1; */
    left: 9px;
}

.you-games a:nth-child(3n):hover::after {
    width: calc(100% - 18px);
    aspect-ratio: 1/1;
    left: 9px;
}

.most-games a:nth-child(3n-1),
.you-games a:nth-child(3n-1) {
    padding-left: 12px;
}

.most-games a:nth-child(3n-1):hover::after {
    width: calc(100% - 18px);
    height: calc(100% - 12px);
    /* aspect-ratio: 1/1; */
    top: 6px;
    left: 12px;
}

.you-games a:nth-child(3n-1):hover::after {
    width: calc(100% - 18px);
    /* height: calc(100% - 18px); */
    aspect-ratio: 1/1;
    top: 6px;
    left: 12px;
}

.most-games a:nth-child(3n+1),
.you-games a:nth-child(3n+1) {
    padding-right: 12px;
}

.most-games a:nth-child(3n+1):hover::after {
    width: calc(100% - 18px);
    height: calc(100% - 12px);
    /* aspect-ratio: 1/1; */
    top: 6px;
    left: 6px;
}

.you-games a:nth-child(3n+1):hover::after {
    width: calc(100% - 18px);
    /* height: calc(100% - 18px); */
    aspect-ratio: 1/1;
    top: 6px;
    left: 6px;
}

.dt .game-desc {
    padding: 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(137, 68, 0, 0.11);
}

.dt .game-desc .flex {
    display: flex;
    flex-wrap: wrap;
}

.dt .game-desc .flex .images {
    flex: 0 0 100px;
    aspect-ratio: 1/1;
}

.dt .game-desc .flex .title {
    padding-left: 24px;
    flex: 0 0 calc(100% - 124px);
}

.dt .game-desc .flex .title h2 {
    color: #000;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.dt .game-desc .flex .title span {
    color: #F45E3C;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 16.82px;
    border: 1.5px solid #F45E3C;
    padding: 4px 24px;
    display: inline-flex;
}

.dt .game-desc .flex .text {
    flex: 0 0 100%;
    margin-top: 12px;
}

.dt .game-desc .flex .text p {
    color: #333;
}

.dt .game-desc .flex .text p.morebtn {
    margin-top: 12px;
    color: #F45E3C;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}


.dt .moregame-1 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}

.dt .play {
    background: linear-gradient(130deg, #FBEDC0 4.33%, #FFA980 52.74%, #F77B62 95.67%);
    background-image: url(../images/playbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
    position: relative;
    min-height: 500px;
    background-position: center;
}

.dt .moregame-2 {
    grid-column: 1/13;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.dt .moregame-2 .big {
    grid-column: span 2;
    grid-row: span 2;
}

.dt .moregame-2 .big:nth-child(1) {
    grid-column: 5/7;
    grid-row: 1/3;
}

.dt .moregame-2 .big:nth-child(2) {
    grid-column: 9/11;
    grid-row: 2/4;
}

.dt .moregame-2 .big:nth-child(3) {
    grid-column: 2/4;
    grid-row: 4/6;
}

.dt .new-games p,
.classic-games p,
.trending-games p,
.most-games p,
.you-games p {
    top: 14px;
    transform: translate(0, 0);
}

.play .palymain {
    position: relative;
    width: 100%;
    height: calc(100% - 50px);
    display: flex;
    justify-content: center;
}

#gameIframe {
    width: 100%;
    height: 100%;
    max-width: 50%;
}

.play .palybtn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.play .palybtn img {
    background-color: transparent;
    width: 18px;
    height: 20px;
    border-radius: 0;
}

.play .palybtn button {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
    color: #CA0000;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 20px;
    padding: 10px 20px;
    width: max-content;
    border-radius: 8px;
    background: linear-gradient(94deg, #F6E5D3 0%, #FFF 100%);
    box-shadow: 2px 2px 4px 0px #F05952;
    cursor: pointer;
    border: none;
}

.play .palybottom {
    position: absolute;
    bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 0 0 16px 16px;
    padding: 0 30px;
    background: #FFF;
    width: 100%;
    justify-content: space-between;
}

.play .palybottom p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    /* 150% */
}

.botton-full {
    background-image: url(../images/full.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 24px;
    flex: 0 0 40px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

/*  */
/*  */
.dt .grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
}

.dt .grid .left {
    grid-column: 1/3;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.dt .grid .main {
    grid-column: 3/10;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.dt .grid .right {
    grid-column: 10/13;
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.search-results .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.search-results .grid .big img {
    aspect-ratio: 1/1;
    border-radius: 12px;
}

.search-results .grid .big {
    padding: 6px;
    border-radius: 12px;
}

.sear-heading {
    margin-top: 12px;
    margin-bottom: 12px;
}

.sear-heading p {
    color: #794A0B;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

@media (max-width:1200px) {

    .dt .grid,
    .dt .grid .left,
    .dt .grid .main,
    .dt .grid .right {
        gap: 8px;
    }




}

@media (max-width:1100px) {
    .dt .moregame-1 {
        grid-template-columns: repeat(6, 1fr);
    }

    .dt .game-desc {
        padding: 20px;
    }

    .dt .grid a {
        padding: 4px;
    }

    .dt .big:hover::after,
    .dt .small:hover::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
    }

    .most-games a:nth-child(3n-1),
    .you-games a:nth-child(3n-1),
    .dt .new-games a:nth-child(2n+2),
    .classic-games a:nth-child(2n+2),
    .trending-games a:nth-child(2n+2) {
        padding-left: 6px;
    }

    .most-games a:nth-child(3n+1),
    .you-games a:nth-child(3n+1),
    .dt .new-games a:nth-child(2n+1),
    .classic-games a:nth-child(2n+1),
    .trending-games a:nth-child(2n+1) {
        padding-right: 6px;
    }

    .classic-games a:nth-child(2n+2):hover::after,
    .trending-games a:nth-child(2n+2):hover::after,
    .dt .new-games a:nth-child(2n+2):hover::after {
        width: calc(100% - 10px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
    }

    .classic-games a:nth-child(2n+1):hover::after,
    .trending-games a:nth-child(2n+1):hover::after,
    .dt .new-games a:nth-child(2n+1):hover::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
    }

    .you-games a:nth-child(3n):hover::after,
    .most-games a:nth-child(3n):hover::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        left: 4px;
        top: 4px;
    }

    .you-games a:nth-child(3n+1):hover::after,
    .most-games a:nth-child(3n+1):hover::after {
        width: calc(100% - 10px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
    }

    .you-games a:nth-child(3n-1):hover::after,
    .most-games a:nth-child(3n-1):hover::after {
        width: calc(100% - 10px);
        height: calc(100% - 8px);
        /* aspect-ratio: 1 / 1; */
        top: 4px;
        left: 6px;
    }

    .game-main .grid .cate-litem div p {
        font-size: 14px;
        line-height: 24px;
        padding-left: 6px;
    }

    .game-main .grid a,
    .cate-rec .grid a,
    .cate-list .grid a {
        padding: 4px;
    }

    .cate-list .catename {
        font-size: 14px;
        margin: 4px;
    }

    .game-main .grid .big:hover::after,
    .game-main .grid .small:hover::after,
    .game-main .grid .new-games .list a:hover::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
    }

    .game-main .grid .new-games {
        margin: 4px;
        padding: 8px;
    }

    .game-main .grid .new-games .list {
        padding-top: 4px;
    }

    .game-main .grid .new-games .btn {
        top: 30px;
    }

    .game-main .grid .big p {
        font-size: 18px;
        line-height: 24px;
    }

    .game-main .grid .new-games p:nth-child(2) {
        font-size: 18px;
        line-height: 24px;
    }

    .container {
        padding: 0px 10px;
    }
}

@media (max-width:992px) {

    .dt .grid,
    .dt .moregame-2 {
        grid-template-columns: repeat(8, 1fr);
    }

    .dt .grid .right,
    .dt .moregame-2 {
        grid-column: 1 / 9;
    }

    .dt .grid .main {
        grid-column: 3 / 9;
    }

    .most-games,
    .you-games {
        flex: 4;
    }

    .dt .grid .right {
        flex-direction: row;
    }

    .dt .moregame-2 .big:nth-child(1) {
        grid-column: 3 / 5;
        grid-row: 1 / 3;
    }

    .dt .moregame-2 .big:nth-child(2) {
        grid-column: 6 / 8;
        grid-row: 2 / 4;
    }


    .game-main .grid,
    .cate-rec .grid,
    .cate-list .grid {
        grid-template-columns: repeat(7, 1fr);
        grid-auto-flow: dense
    }

    .game-main .grid .new-games {
        grid-column: 4 / 8;
        grid-row: 11 / 13;
    }

    .game-main .grid .big:nth-last-of-type(1) {
        grid-column: 4 / 6;
        grid-row: 1 / 3;
    }

    .game-main .grid .big:nth-last-of-type(2) {
        grid-column: 4 / 6;
        grid-row: 3 / 5;
    }

    .game-main .grid .big:nth-last-of-type(3) {
        grid-column: 6/ 8;
        grid-row: 4 / 6;
    }

    .game-main .grid .big:nth-last-of-type(4) {
        grid-column: 3 / 5;
        grid-row: 9 / 11;
    }

    .game-main .grid .big:nth-last-of-type(5) {
        grid-column: 6 / 8;
        grid-row: 9 / 11;
    }

    .game-main .grid .big:nth-last-of-type(6) {
        grid-column: 1 / 3;
        grid-row: 11 / 13;
    }

    .game-main .grid .big:nth-last-of-type(7) {
        grid-column: 2 / 4;
        grid-row: 14 / 16;
    }

    .game-main .grid .big:nth-last-of-type(8) {
        grid-column: 5 / 7;
        grid-row: 14 / 16;
    }

    .game-main .grid .big:nth-last-of-type(9) {
        grid-column: 3 / 5;
        grid-row: 16 / 18;
    }

    .game-main .grid .big:nth-last-of-type(10) {
        grid-column: 5 / 7;
        grid-row: 18 / 20;
    }

    .game-main .grid .big:nth-last-of-type(11) {
        grid-column: 2 / 4;
        grid-row: 19 / 21;
    }

    .game-main .grid .new-games {
        padding: 10px;
    }

    .game-main .grid .new-games .list {
        padding-top: 6px;
    }

    .game-main .grid .new-games p:nth-child(2) {
        font-size: 18px;
        line-height: 22px;
    }

    .game-main .grid .new-games .list a {
        flex: 0 0 90px;
    }

    footer .share {
        gap: 10px;
    }

    section {
        padding-top: 20px;
    }

    .cate-list .grid .big:nth-child(4) {
        grid-column: 1/3;
        grid-row: 3/5;
    }

    footer .flex .share {
        flex: 0 0 50%;
        justify-content: flex-end;
        padding-right: 10px;
    }

    footer .flex .tp {
        flex: 0 0 50%;
        order: -1;
    }

    footer .flex .copy {
        flex: 0 0 100%;
    }

    footer .flex .copy p {
        text-align: center;
    }

    footer .flex {
        flex-wrap: wrap;
        row-gap: 20px;
    }
}

@media (max-width:768px) {
    .search-results .grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .dt .grid .main {
        grid-column: 1 / 9;
        order: -1;
    }

    .dt .moregame-1 {
        grid-template-columns: repeat(4, 1fr);
    }

    .dt .grid .left {
        grid-column: 1 / 9;
        flex-direction: row;
    }

    .dt .new-games,
    .classic-games,
    .trending-games {
        flex: 2;
    }

    .dt .game-desc .flex .title h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .dt .game-desc .flex .text p {
        font-size: 16px;
        line-height: 22px;
    }

    .dt .moregame-2 {
        grid-template-columns: repeat(7, 1fr);
    }

    .game-main .grid .new-games {
        padding: 10px;
    }

    .game-main .grid .new-games .list {
        padding-top: 8px;
    }

    .game-main .grid .new-games p:nth-child(1) {
        margin-bottom: 0px;
    }



    .about .text {
        padding: 28px;
    }

    .navbar {
        padding: 6px 10px;
    }

    .container {
        padding: 0px 6px;
    }
}

@media (max-width: 500px) {
    .search-results .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dt .game-desc {
        padding: 16px;
    }

    .dt .game-desc .flex .images {
        flex: 0 0 80px;
    }

    .dt .game-desc .flex .title {
        padding-left: 10px;
        flex: 0 0 calc(100% - 90px);
    }

    .dt .game-desc .flex .title h2 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 4px;
        margin-bottom: 0px;
    }

    .dt .game-desc .flex .title span {
        font-size: 12px;
        line-height: 14px;
        padding: 4px 12px;
    }

    .dt .game-desc .flex .text p {
        font-size: 12px;
        line-height: 16px;
    }

    .dt .game-desc .flex .text {
        margin-top: 8px;
    }

    .dt .game-desc .flex .text p.morebtn {
        margin-top: 8px;
        font-size: 12px;
        line-height: 14px;
    }

    section {
        padding-top: 10px;
    }

    .play .palybottom {
        padding: 0 16px;
    }

    .play .palybottom p {
        font-size: 12px;
        line-height: 20px;
    }

    .dt .new-games .heading,
    .classic-games .heading,
    .trending-games .heading,
    .most-games .heading,
    .you-games .heading {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .dt .new-games,
    .classic-games,
    .trending-games,
    .most-games,
    .you-games {
        padding: 4px 0px 6px;
    }

    .dt .new-games,
    .classic-games {
        flex: 0 0 calc(50% - 8px);
    }

    .trending-games {
        flex: 0 0 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .dt .grid .left,
    .dt .grid .right {
        flex-wrap: wrap;
    }

    .trending-games .heading {
        grid-column: span 3;
    }

    .most-games,
    .you-games {
        flex: 0 0 100%;
    }

    .trending-games a:nth-child(3n-1) {
        padding-left: 6px;
    }

    .trending-games a:nth-child(3n) {
        padding: 4px;
    }

    .trending-games a:nth-child(3n+1) {
        padding-right: 6px;
        padding-left: 4px;
    }

    .dt .new-games p,
    .classic-games p,
    .trending-games p,
    .most-games p,
    .you-games p {
        top: 50%;
        transform: translate(0, -50%);
    }

    .small p,
    .game-main .grid .new-games .list a p {
        font-size: 12px;
        line-height: 16px;
    }

    .dt .moregame-2 {
        grid-template-columns: repeat(4, 1fr);
    }

    .dt .moregame-2 .big:nth-child(2) {
        grid-column: 1 / 3;
        grid-row: 3 / 5;
    }

    .dt .moregame-2 .big:nth-child(3) {
        grid-column: 3 / 5;
        grid-row: 5 / 7;
    }

    .big p {
        font-size: 16px;
        line-height: 20px;
    }


    .game-main .grid,
    .cate-rec .grid,
    .cate-list .grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .game-main .grid .cate-litem:nth-child(1),
    .game-main .grid .cate-litem:nth-child(2),
    .game-main .grid .cate-litem:nth-child(3),
    .game-main .grid .cate-litem:nth-child(4),
    .game-main .grid .cate-litem:nth-child(5),
    .game-main .grid .cate-litem:nth-child(6) {
        grid-row: span 1;
        grid-column: span 2
    }

    .game-main .grid .big:nth-last-of-type(1) {
        grid-column: 1 / 3;
        grid-row: 1 / 3;
    }

    .game-main .grid .big:nth-last-of-type(2) {
        grid-column: 3 / 5;
        grid-row: 2 / 4;
    }

    .game-main .grid .big:nth-last-of-type(3) {
        grid-column: 1 / 3;
        grid-row: 4 / 6;
    }

    .game-main .grid .big:nth-last-of-type(4) {
        grid-column: 3 / 5;
        grid-row: 5 / 7;
    }

    .game-main .grid .big:nth-last-of-type(5) {
        grid-column: 3 / 5;
        grid-row: 9 / 11;
    }

    .game-main .grid .big:nth-last-of-type(6) {
        grid-column: 1 / 3;
        grid-row: 10 / 12;
    }

    .game-main .grid .big:nth-last-of-type(7) {
        grid-column: 3 / 5;
        grid-row: 14 / 16;
    }

    .game-main .grid .big:nth-last-of-type(8) {
        grid-column: 2 / 4;
        grid-row: 18 / 20;
    }

    .game-main .grid .big:nth-last-of-type(9) {
        grid-column: 1 / 3;
        grid-row: 22 / 24;
    }

    .game-main .grid .big:nth-last-of-type(10) {
        grid-column: 2 / 4;
        grid-row: 26 / 28;
    }

    .game-main .grid .big:nth-last-of-type(11) {
        grid-column: 1 / 3;
        grid-row: 30 / 32;
    }

    .game-main .grid .new-games {
        grid-column: 1 / 5;
        grid-row: 12 / 14;
    }

    .game-main .grid .cate-litem:nth-child(1) {
        order: 301;
    }

    .game-main .grid .cate-litem:nth-child(2) {
        order: 302;
    }

    .game-main .grid .cate-litem:nth-child(3) {
        order: 303;
    }

    .game-main .grid .cate-litem:nth-child(4) {
        order: 304;
    }

    .game-main .grid .cate-litem:nth-child(5) {
        order: 305;
    }

    .game-main .grid .cate-litem:nth-child(6) {
        order: 306;
    }

    .game-main .grid .cate-litem div p {
        padding: 20px;
        text-align: center;
    }

    .game-main .grid .cate-litem img {
        display: none;
    }

    .home-right {
        gap: 8px;
    }

    .about .text {
        padding: 12px;
    }

    .about .text p {
        margin-bottom: 8px;
    }

    footer .flex .tp,
    footer .flex .share {
        flex: 0 0 100%;
        justify-content: center;
        text-align: center;
    }

    footer .flex {
        row-gap: 8px;
    }

    .cate-list .grid .big:nth-child(3) {
        grid-column: 3 / 5;
        grid-row: 3 / 5;
    }

    .cate-list .grid .big:nth-child(4) {
        grid-column: 3 / 5;
        grid-row: 5 / 7;
    }

    .cate-list .grid .big:nth-child(5) {
        grid-column: 1 / 3;
        grid-row: 5 / 7;
    }

    .cate-list .grid .big:nth-child(6) {
        grid-column: 1 / 3;
        grid-row: 7 / 9;
    }

    .cate-rec .grid .cate-litem {
        grid-column: span 2;
        grid-row: span 1;
    }

    .cate-rec .grid .cate-litem div {
        aspect-ratio: 1/0.46;
    }

    .cate-rec .grid .cate-litem img {
        display: none;
    }

    .cate-litem div p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        padding-left: 0;
    }

    .back-to-top {
        bottom: 140px;
        right: 40px;
    }

    .cate-litem div,
    .cate-list .catename,
    .game-main .grid .new-games,
    .game-main .grid img,
    .cate-rec .grid img,
    .cate-list .grid img,
    .about .text {
        border-radius: 8px !important;
    }

    .game-main .grid .new-games p:nth-child(1) {
        font-size: 12px;
        line-height: 20px;
    }

    .game-main .grid .new-games p:nth-child(2) {
        font-size: 16px;
        line-height: 22px;
    }

    .game-main .grid .new-games .list a {
        flex: 0 0 85px;
    }

    .about .text p {
        font-size: 13px;
        line-height: 18px;
    }

    .about .text p.h {
        font-size: 16px;
        line-height: 20px;
    }

    .back-to-top img {
        width: 34px;
    }

    #gameIframe {
        max-width: 100%;
    }

    .big:hover::after,
    .small:hover::after,
    .game-main .grid .new-games .list a:hover::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        /* aspect-ratio: 1 / 1; */
        top: 4px;
        left: 4px;
    }
}

@media (max-width:375px) {
    .navbar .home {
        padding: 6px 14px;
    }
}


.game-main .grid,
.cate-rec .grid,
.cate-list .grid,
.dt .moregame-2,
.cate-rec .grid {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}


@media (max-width: 1230px) {
    .game-main .grid {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

@media (max-width: 1100px) {
    .game-main .grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
}

@media (max-width: 768px) {

    .game-main .grid,
    .cate-rec .grid,
    .cate-list .grid,
    .dt .moregame-2,
    .cate-rec .grid {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

}

@media (max-width: 650px) {

    .game-main .grid,
    .cate-rec .grid,
    .cate-list .grid,
    .dt .moregame-2,
    .cate-rec .grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
}

@media (max-width: 580px) {
    .game-main .grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}

@media (max-width: 425px) {
    .game-main .grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
}

@media (max-width: 340px) {
    .game-main .grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}

@media (max-width: 580px) {

    .cate-rec .grid,
    .cate-list .grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}

@media (max-width: 450px) {

    .cate-rec .grid,
    .cate-list .grid {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

@media (max-width: 375px) {

    .cate-rec .grid,
    .cate-list .grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
}

@media (max-width: 340px) {

    .cate-rec .grid,
    .cate-list .grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}



@media (max-width: 580px) {
    .dt .moregame-2 {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}

@media (max-width: 450px) {
    .dt .moregame-2 {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

@media (max-width: 375px) {
    .dt .moregame-2 {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
}

@media (max-width: 340px) {
    .dt .moregame-2 {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}


@media (max-width: 580px) {

    .game-main .grid,
    .cate-rec .grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}

@media (max-width: 450px) {

    .game-main .grid,
    .cate-rec .grid {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
}

@media (max-width: 375px) {

    .game-main .grid,
    .cate-rec .grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    }
}

@media (max-width: 340px) {

    .game-main .grid,
    .cate-rec .grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}

.h5game {
    display: none;
}

@media (max-width:768px) {

    .dt .moregame-1,
    .dt .play,
    .dt .new-games,
    .dt .moregame-2,
    .most-games,
    .game-desc {
        display: none;
    }

    .h5game {
        display: block;
    }

    .dt .game-desc .flex .title {
        flex: 0 0 100%;
        padding-left: 0
    }

    .dt .game-desc .flex .title h2 {
        margin-bottom: 0px;
        margin-top: 4px;
    }

    .dt .grid {
        gap: 8px;
    }

    .trending-games,
    .you-games,
.classic-games{
        padding: 4px 0px 6px;
    }

    .dt .game-desc {
        padding: 8px;
    }

    .you-games {
        grid-template-columns: repeat(6, 1fr);
    }

    .you-games .heading {
        grid-column: span 6;
    }

    .dt .grid a {
        padding: 4px !important;
    }

    .dt .grid a.h5-play {
        border-radius: 12px;
        padding: 0 !important;
    }

    .h5-play-main {
        padding: 16px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .h5-play-main::after{
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(16px);
        z-index: 0;
        border-radius: 12px;
    }

    .h5-play-main .top{
        display: flex;
        align-items: center;
        margin-bottom: 16px;
        z-index: 99;
        position: relative;

    }

    .h5-play-main .top img{
        display: block;
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .h5-play-main .top h2{
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .h5-play-main .top h2:hover{
        color: #fff !important;
        text-decoration-color: #fff;
    }

    .h5-play-main .top span{
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
    }

    .h5-play-main .btn {
        z-index: 99;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: #CA0000;
        padding: 8px;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        border-radius: 5.747px;
        background: linear-gradient(94deg, #F6E5D3 0%, #FFF 100%);
        box-shadow: 1px 1px 2.874px 0px rgba(240, 89, 82, 0.28);
    }

    .h5-play-main .btn img {
        background: transparent;
        width: 18px;
        height: 18px;
        border-radius: 0;
        object-fit: contain;
    }

.trending-games a:hover::after,
.you-games a:hover::after{
        width: calc(100% - 8px) !important;
        height: calc(100% - 8px) !important;
        top: 4px !important;
        left: 4px !important;
}

    .trending-games {
        flex: 0 0 calc(50% - 4px);
        grid-template-columns: repeat(3, 1fr);
    }
.trending-games .heading{
grid-column: span 3;
}
    .dt .grid .left{
        flex-wrap: wrap;
    }

    .classic-games{
    flex: 0 0 calc(50% - 4px);
    grid-template-columns: repeat(3, 1fr);
}
.classic-games .heading{
grid-column: span 3;
}


}
@media (max-width:550px) {
    .classic-games{
        display: none;
}
    .trending-games {
        flex: 0 0 100%;}

  .you-games {
        grid-template-columns: repeat(4, 1fr);
    }

    .you-games .heading {
        grid-column: span 4;
    }




}