html,
body {
    font-family: 'Nunito', sans-serif;
    margin: 0;
    background: #F5F5DC;
    color: #333;
    position: relative;
    z-index: 99;
}

body::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bg.png);
    background-repeat: repeat;
    background-position: top;
    background-size: 100%;
    z-index: -1;
    opacity: 0.1;
}

@font-face {
    font-family: 'Nunito';
    src: url('../fonts/Nunito-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

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

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

.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;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
p {
    margin: 0%;
    padding: 0;
}

h2 {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
}

header {
    background: #7EB011;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
}

.logo a {
    font-family: 'Nunito';
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    padding: 15px 20px;
    display: block;
    color: #FFF;
}

.nav-links {
    width: auto;
    display: flex;
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
}

.nav-links::-webkit-scrollbar {
    height: 4px;
}

.nav-links::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #e9ecef;
}

.nav-links li {
    position: relative;
}

.nav-links li::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #FBD700;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.nav-links li a {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Nunito';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
    padding: 15px 24px 15px 16px;
    display: block;
}

.nav-links li a:hover {
    color: #FBD700;
}

.nav-links li.nav-sear::after {
    display: none;
}

.nav-sear {
    margin: 0 20px;
    padding: 6px 24px;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FBD700;
    box-shadow: 2px 2px 0 0 #000;
}

.nav-sear i {
    color: #7100CC;
}

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

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

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

.back-to-top img {
    width: 30px;
    display: block;
}


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


section {
    padding: 20px 0;
}

.cover {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    background: #D9D9D9;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.heading {
    color: #F5F5DC;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    margin-left: 12px;
    margin-bottom: 12px;
    width: max-content;
    padding: 8px 24px;
  text-transform: capitalize;
    /* 120% */
}

.g1 .home-top-bg img {
    width: auto;
    margin: auto;
    margin-bottom: 20px;
    max-height: 250px;
    display: block;
    max-width: 100%;
}

.heading.green {
    border-radius: 12px;
    border: 1px solid #000;
    background: #7EB011;
    box-shadow: 4px -4px 0 0 #000;
    margin-top: 6px;
}

.g1 .flex a {
    width: 25%;
    padding: 12px;
}

.g1 .flex a .item {
    border-radius: 12px;
    border: 2px solid #000;
    background: #FFF;
    box-shadow: 4px 4px 0 0 #000;
    padding: 12px;
}

.g1 .flex a .item img {
    aspect-ratio: 1/0.85;
    margin-bottom: 12px;
}

.g2 .box {
    border-radius: 12px;
    border: 2px solid #000;
    background: #7100CC;
    box-shadow: 8px -8px 0 0 #000;
    margin: 0px 16px 0 12px;
    padding: 30px;
}

.heading.yellow {
    border-radius: 12px;
    border: 1px solid #000;
    background: #FBD700;
    box-shadow: 4px -4px 0 0 #000;
    color: #7100CC;
    margin-top: 6px;
}

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

.g2 .grid a {
    display: block;
    padding: 12px;
    grid-row: span 1;
    grid-column: span 1;
    position: relative;
}

/* .g2 .grid a .item{
    border-radius: 12px;
   background: rgba(0, 0, 0, 0.50);
    position: relative;
} */

.g2 .grid a .item img {
    aspect-ratio: 1/1;
    border: 4px solid #FFF;
}

.g2 .grid a .item .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24px;
    right: 24px;
    opacity: 0;
    z-index: 999;
}

.g2 .grid a:hover .text {
    opacity: 1;
}

.g2 .grid a:hover::after {
    position: absolute;
    content: '';
    width: calc(100% - 32px);
    height: calc(100% - 32px);
    border-radius: 12px;
    top: 16px;
    left: 16px;
    background: rgba(0, 0, 0, 0.50);
}

.g2 .grid a .item .text h2 {
    color: #fff;
    margin-bottom: 12px;
}

.playbtn {
    border-radius: 12px;
    border: 1px solid #000;
    background: #7EB011;
    box-shadow: 2px 2px 0 0 #000;
    color: #F5F5DC;
    font-family: Nunito;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 18px;
    text-align: center;
    padding: 4px 0;
    /* 128.571% */
}

.g2 .grid a:nth-child(1) {
    grid-row: span 2;
    grid-column: span 2;
}

.g2 .grid a:nth-child(1) .playbtn {
    padding: 8px 0;
    width: 60%;
    margin: auto;
}

.g3 .playbtn {
    border-radius: 12px;
    border: 1px solid #000;
    background: #7100CC;
    box-shadow: 4px 4px 0 0 #000;
}

.g3 a {
    display: block;
    padding: 12px;
    width: 20%;
}

.g3 a img {
    aspect-ratio: 1/1;
    border-radius: 50%;
}

.g3 a h2 {
    margin: 12px 0;
}


footer {
    background: #7EB011;
    padding: 20px 0;
}

footer .share {
    width: 50%;
    display: flex;
    justify-content: center;
}

footer .share a {
    border-radius: 8px;
    border: 1px solid #000;
    background: #FBD700;
    box-shadow: 2px 2px 0 0 #000;
    padding: 0 12px;
    margin: 0 12px;
    display: flex;
}

footer .share i {
    color: #7100CC;
    font-size: 24px;
}

footer .pt {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .pt a {
    padding: 0 24px;
    color: #FFF;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    position: relative;
    /* 125% */
}

footer .pt a::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #FBD700;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

footer .pb {
    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-top: 24px;
    /* 125% */
}

.g4 {
    padding-bottom: 80px;
}

.g4 a {
    display: block;
    width: 14.2%;
    padding: 12px;
}

.g4 a img {
    aspect-ratio: 1/1;
    border: 4px solid #FFF;
}

.dt-g4 a {
    width: 16.6%;
}

.dt-g4 a h2 {
    margin-top: 8px;
}

.dt-deta,
.dt-game {
    width: 100%;
}

.dt-game a {
    display: block;
    padding: 12px;
    width: 16.66%;
    position: relative;
}

.dt-game a .item {
    background: url(../images/dt-game-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 18px 0px 0px 0px;
    position: relative;
}

.dt-game a img {
    aspect-ratio: 1/1;
    position: relative;
    padding: 12px 14px 12px 12px;
    background: transparent;
    z-index: 0;
}

.dt-game a .title {
    position: absolute;
    top: calc(50% + 12px);
    transform: translateY(-50%);
    left: 18px;
    right: 18px;
    opacity: 0;
    z-index: 999;
}

.dt-game a .title h2 {
    color: #FFF;

}

.dt-game a:hover .item::after {
    position: absolute;
    content: '';
    width: calc(100% - 26px);
    height: calc(100% - 42px);
    border-radius: 12px;
    top: 30px;
    left: 12px;
    background: rgba(0, 0, 0, 0.50);
    z-index: 0;
}

.dt-game a:hover .title {
    opacity: 1;
}

.dt-deta .catename {
    width: 100%;
    display: block;
    padding: 0 12px;
}

.dt-deta .catename .heading {
    margin-left: auto;
    margin-bottom: 0;
}

.dt-deta .gameLink{
    display: block;
    width: 100%;
    padding: 48px 48px 0px 48px;
}

.dt-deta .box .text{
    padding: 0 48px 48px 48px;}

.dt-deta .box {
    border-radius: 24px;
    border: 4px solid #000;
    background: #7EB011;
    box-shadow: 6px 6px 0 0 #6300B3;
    padding: 0px;
  margin: 20px 0;
}

.dt-deta .box .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 16px;
}

.dt-deta .box .top img {
    width: 150px;
    height: 150px;
    border: 4px solid #FBD700;
}

.dt-deta .box .top .title {
    width: calc(100% - 150px);
    padding-left: 24px;
}

.dt-deta .box .top .title h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 120% */
}

.dt-deta .box .top .title .star {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 12px 0;
}

.dt-deta .box .top .title .star i {
    color: #FBD700;
    font-size: 20px;
}

.dt-deta .box .top .title .star .icon-collection-unselected {
        font-size: 18px;
    line-height: 20px;
}

.dt-deta .box .top .palybtn {
    border-radius: 12px;
    border: 1px solid #000;
    background: #FBD700;
    box-shadow: 4px 4px 0 0 #6300B3;
    color: #7100CC;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    width: max-content;
    padding: 8px 48px;
}

.dt-deta .box .text p:nth-child(1) {
    padding-bottom: 4px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    /* 125% */
}

.dt-deta .box .text p:nth-child(2) {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 150% */
    max-height: 96px;
    overflow-y: auto;
    padding-right: 15px;
}

.dt-deta .box .text p:nth-child(2)::-webkit-scrollbar {
    width: 6px;
    background: #F5F5DC;
    border-radius: 5px;

}

.dt-deta .box .text p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #FBD700;
}



.play-game {
    width: 100%;
    aspect-ratio: 1/0.8;
    position: relative;
    border-radius: 24px;
    border: 4px solid #000;
    background: #F5F5DC;
    box-shadow: 8px 8px 0 0 #6300B3;
    margin-top: 20px;
    margin-bottom: 20px;
}

.play-game .bg-game1 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 350px;    z-index: 1;
}

.play-game .bg-game2 {
    position: absolute;
    bottom: 60px;
    right: 0;
    max-width: 250px; z-index: 1;
}

.play-game .top {
    height: calc(100% - 60px);
    border-radius: 24px 24px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.play-game .top .top__shading {
    width: auto;
    border-radius: 24px 24px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

#gameIframe {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 50%;
    top: 0px;
     z-index: 9;
}

.playmain .dt-deta {
    padding: 0 12px;
}


.play-game .top .bg {
    width: 164px;
    height: 164px;
    background: #D9D9D9;
    border-radius: 12px;
    border: 4px solid #FBD700;
    background: #D9D9D9;
    margin: 0 auto 20px;
}

.play-game .top button {
    cursor: pointer;
    width: max-content;
    padding: 8px 48px;
    z-index: 99;
    display: flex;
    gap: 12px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #FBD700;
    box-shadow: 4px 4px 0 0 #6300B3;
    color: #7100CC;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;

    /* 120% */
}

.play-game .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 32px;
    background: #7EB011;
    border-radius: 0 0 21px 21px;
}

.play-game .bottom p {
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: #FFF;
}

.play-game .bottom .botton-full {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.play-game .bottom .botton-full i {
    color: #fff;
    font-size: 24px;
}

.searmain {
    padding-bottom: 20px;
}

.search {
    width: 100%;
    position: relative;
    padding: 0 12px;
    margin-bottom: 30px;
}

.search input {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FFF;
    box-shadow: 4px 4px 0 0 #000;
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0 10px 24px;
    outline: none;
}

.search input::placeholder {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.search_btn {
    position: absolute;
    right: 12px;
    top: 0;

}

.search_btn a {
    display: block;
    width: auto !important;
    height: auto;
    border-radius: 12px;
    border: 1px solid #000;
    background: #FBD700;
    box-shadow: 2px 2px 0 0 #000;
    padding: 8px 24px !important;
}

.search_btn a i {
    color: #7100CC;
}

@media (max-width:768px) {
    .play-game {
        aspect-ratio: 1/1;
    }

    #gameIframe {
        max-width: 60%;
    }

    .playmain .dt-deta {
        margin-top: 0 !important;
    }

    .play-game .bg-game1 {
        max-width: 200px;
    }

    .play-game .bg-game2 {
        max-width: 150px;
    }

    .play-game .top .bg {
        width: 130px;
        height: 130px;
    }

    .play-game .bottom p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width:550px) {
    .play-game {
        aspect-ratio: 1 / 1.4;
        margin-top: 8px;
        margin-bottom: 10px;
        border-radius: 16px;
        border: 2px solid #000;
        background: #F5F5DC;
        box-shadow: 4px 4px 0 0 #6300B3;
    }

    .playmain .dt-deta {
        padding: 0 4px;
    }

    .dt-deta .catename .heading {
        font-size: 14px;
        line-height: 16px;
        padding: 4px 20px;
    }

    .dt-deta .catename .heading i {
        font-size: 12px;
    }

    .play-game .top .bg {
        width: 100px;
        height: 100px;
    }

    .play-game .top button {
        font-size: 16px;
        line-height: 20px;
    }

    .play-game .bg-game1 {
        max-width: 160px;
    }

    .play-game .bg-game2 {
        max-width: 120px;
    }

    .play-game .bottom {
        height: 45px;
        padding: 0px 16px;
        border-radius: 0 0 12px 12px;
    }

    .play-game .top {
        height: calc(100% - 45px);
    }

    .play-game .bottom p {
        font-size: 14px;
        line-height: 16px;
    }

    .play-game .bottom .botton-full i {
        font-size: 20px;
    }

    .search {
        padding: 0 4px;
        margin-bottom: 16px;
    }

    .search input {
        font-size: 14px;
        line-height: 18px;
        padding: 6px 0 6px 24px;
        box-shadow: 2px 2px 0 0 #000;
        border-radius: 8px;
    }

    .search input::placeholder {
        font-size: 14px;
        line-height: 18px;
    }

    .search_btn {
        right: 4px;
    }

    .search_btn a {
        border-radius: 8px;
        padding: 4px 20px !important;
    }
    .searmain {
        padding-bottom: 6px;
    }
}


@media (max-width: 550px) {
    #gameIframe {
        max-width: 100%;
        border-radius: 16px;
        border-radius: 14px 14px 0 0;
    }
}

@media (max-width:1100px) {
    .nav-links {
        width: 100%;
        order: 2;
        justify-content: center;
        overflow-x: auto;
        margin: 0 0 10px;
    }

    .logo {
        width: calc(100% - 120px);
    }

    .logo a {
        font-size: 24px;
        width: 100%;
        line-height: 30px;
        padding: 6px 20px;
    }

    .nav-sear {
        padding: 4px 24px
    }

    .nav-links li a {
        padding: 5px 24px 5px 16px;
    }

    .g1 .home-top-bg img {
        max-height: 200px;
    }

}

@media (max-width:768px) {
    .nav-links {
        margin: 0 10px 5px;
        padding-bottom: 0;
        justify-content: inherit;
    }

    .nav-links li a {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        padding: 5px 20px 5px 16px;
    }

    .logo a {
        padding: 5px 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .nav-sear {
        padding: 2px 20px;
        margin: 0 10px;
    }

    .g1 .home-top-bg img {
        max-height: 170px;
    }

    .g1 .flex a {
        width: 33.33%;
    }

    .g2 .box {
        padding: 16px;
    }

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

    .g3 a {
        width: 25%;
    }

    footer .share {
        width: 100%;
    }

    footer .pt {
        width: 100%;
        order: -1;
        padding-bottom: 10px;
    }

    footer .pb {
        padding-top: 10px;
    }

    .heading {
        font-size: 18px;
        line-height: 22px;
        padding: 6px 20px;
        margin-bottom: 6px;
    }

    .g1 .flex a .item {
        padding: 8px;
    }

    .g1 .flex a .item img {
        margin-bottom: 8px;
    }

    section {
        padding: 12px 0;
    }

    .g3 a h2 {
        margin: 8px 0;
    }

    footer .pb,
    footer .pt a {
        font-size: 12px;
        line-height: 18px;
    }

    footer .share a {
        padding: 0px 8px;
        margin: 0 8px;
    }

    .g4 a {
        width: 20%;
    }

    .dt-g4 a {
        width: 25%;
    }

    .dt-game {
        order: -2;
    }

    .dt-game .heading {
        display: none;
    }

    .dt-game a {
        width: 25%;
    }

    .dt-deta {
        margin-top: -45px;
    }

    .dt-deta .catename {
        width: max-content;
        margin-left: auto;
    }

    .dt-deta .box {
        padding: 0px;
      margin: 20px 12px;
    }

    .dt-deta .dt-desc {
        padding: 0;
    }



}

@media (max-width:550px) {
    .nav-links li a {
        font-size: 12px;
        line-height: 16px;
        padding: 4px 20px 2px 16px;
    }

    .nav-links {
        margin: 0 10px 3px;
    }

    .logo a {
        font-size: 20px;
        line-height: 24px;
    }

    .nav-sear {
        border-radius: 8px;
        padding: 2px 16px;
    }

    .nav-links::-webkit-scrollbar {
        height: 2px;
    }

    .logo {
        width: calc(100% - 100px);
    }

    section {
        padding: 6px 0;
    }

    .g1 .home-top-bg img {
        max-height: 150px;
        margin-bottom: 15px;
    }

    .heading {
        font-size: 16px;
        line-height: 18px;
        border-radius: 8px !important;
        margin-left: 4px;
    }

    .heading.green {
        box-shadow: 2px -2px 0 0 #000;
    }

    .g1 .flex a {
        padding: 4px;
    }

    .g1 .flex a .item {
        padding: 6px;
        border-radius: 8px;
        box-shadow: 2px 2px 0 0 #000;
        border: 1px solid #000;
    }

    .cover {
        border-radius: 8px;
    }

    .container {
        padding: 0 4px;
    }

    .g1 .flex a .item img {
        margin-bottom: 4px;
    }

    h2 {
        font-size: 12px;
        line-height: 16px;
    }

    .g2 .box {
        margin: 0px 6px 0 4px;
        border-radius: 12px;
        border: 1px solid #000;
        box-shadow: 4px -4px 0 0 #000;
        padding: 12px 4px;
    }

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

    .heading.yellow {
        border: 1px solid #000;
        box-shadow: 2px -2px 0 0 #000;
    }

    .g2 .grid a .item img {
        border: 2px solid #FFF;
    }

    .g2 .grid a:hover::after {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        top: 4px;
        left: 4px;
        border-radius: 8px;
    }

    .g2 .grid a .item .text {
        left: 8px;
        right: 8px;
    }

    .playbtn {
        font-size: 12px;
        line-height: 14px;
        border-radius: 8px;
        padding: 2px 0;
    }

    .g2 .grid a:nth-child(1) .playbtn {
        padding: 6px 0;
        width: 80%;
    }

    .g2 .grid a .item .text h2 {
        margin-bottom: 4px;
    }

    .g3 a {
        width: 33.33%;
        padding: 4px;
    }

    .g3 a h2 {
        margin: 4px 0;
    }

    .g3 .playbtn {
        border-radius: 8px;
        box-shadow: 2px 2px 0 0 #000;
        padding: 6px 0;
    }

    .back-to-top {
        right: 25px;
    }

    .g4 a {
        width: 25%;
        padding: 4px;
    }

    .g4 a img {
        border: 2px solid #FFF;
    }

    .dt-g4 a {
        width: 33.33%;
    }

    .dt-g4 a h2 {
        margin-top: 4px;
    }

    .dt-game a {
        padding: 0 4px;
    }

    .dt-game a img {
        padding: 4px 8px 8px 6px;
    }

    .dt-game a:hover .item::after {
        width: calc(100% - 12px);
        left: 6px;
        height: calc(100% - 30px);
        top: 22px;
        border-radius: 8px;
    }

    .dt-game a .title {
        left: 12px;
        right: 12px;
    }

    .dt-deta .dt-desc {
        padding: 10px 4px 5px;
    }

    .dt-deta .box {
        padding: 0px;
        border-radius: 8px;
        border: 1px solid #000;
        background: #7EB011;
        box-shadow: 2px 2px 0 0 #6300B3;
      margin: 6px 4px 6px 4px;
    }
  .dt-deta .box .text {
    padding: 0 12px 12px 12px;
}
  .dt-deta .gameLink {
    padding: 12px 12px 0px 12px;
}

    .dt-deta .box .top .title h2 {
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 20px;
    }

    .dt-deta .box .top img {
        width: 110px;
        height: 110px;
        border: 2px solid #FBD700;
    }

    .dt-deta .box .top .title {
        width: calc(100% - 110px);
        padding-left: 12px;
    }

    .dt-deta .box .top .title .star {
        margin: 6px 0;
    }

    .dt-deta .box .top .palybtn {
        font-size: 14px;
        line-height: 18px;
    }

    .dt-deta .box .text p:nth-child(1),
    .dt-deta .box .text p:nth-child(2) {
        font-size: 12px;
        line-height: 16px;
    }

    .dt-deta {
        margin-top: -36px;
    }

  body::after{background-size: 250%;}
}