.dt .box1 {
    width: 45%;
    padding: 12px;
    padding-right: 24px;
}

.dt .box1 .main {
    padding: 24px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 12px 0 rgba(0, 67, 178, 0.08);
}

.dt .box1 .catename {
    text-transform: capitalize;
    color: #333;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    width: 100%;
    display: block;
    /* 120% */
}

.dt .box1 .main .gameLink {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
}

.dt .box1 .main .gameLink .cover {
    width: 50%;
    margin: auto;
    aspect-ratio: 1/1;
    border-radius: 100%;
}

.dt .box1 .main .gameLink h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
}

.dt .box1 .main .gameLink .play {
    position: relative;
    margin-top: 12px;
    border-radius: 100px;
    background: linear-gradient(90deg, #F4D200 0%, #FD7803 100%);
}

.dt .box1 .main .gameLink .play p {
    text-align: center;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 12px;
    /* 120% */
}

.dt .box1 .main .gameLink .play i {
    border-radius: 100px;
    background: #F6CC22;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    padding: 8px;
    position: absolute;
    top: 4px;
    right: 4px;
}

.dt .box2 {
    width: 55%;
    padding: 12px;
    padding-left: 24px;
}

.dt .box2 .main {
    padding: 24px 12px 12px;
    border-radius: 12px;
    background: #F4F8FE;
}

.dt .box2 .main .heading {
    margin-left: 12px;
}

.dt .box2 .main a {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    padding: 12px;
    align-items: center;
}

.dt .box2 .main a .cover {
    width: 68px;
    height: 68px;
}

.dt .box2 .main a h2 {
    width: calc(100% - 68px);
    padding-left: 12px;

}

.dt .box3 {
    width: 100%;
    padding: 12px;
}

.dt .box3 .main {
    padding: 24px;
    border-radius: 12px;
    background: #FFFCF3;
}

.dt .box3 .main .heading {
    margin: 0 0 12px 0px;
}

.dt .box3 .main .text {
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    max-height: 96px;
    overflow-y: auto;
    padding-right: 24px;
}

.dt .box3 .main .text::-webkit-scrollbar {
    background-color: #E4E4E4;
    width: 6px;
}

.dt .box3 .main .text::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #F6CC22;
}



.dt .box2 .dt-play {
    width: 100%;
}

.play-game {
    aspect-ratio: 1 / 0.9;
    position: relative;
    border-radius: 24px;
    margin-bottom: 24px;
    margin-left: 60px;
    margin-right: 60px;
    background: #F4F5F6;
}

.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: 100%;
    border-radius: 24px 24px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
}

.play-game .top .top__shading .img-border {
    width: 176px;
    height: 176px;
    display: block;
    margin: 0 auto 24px;
    border-radius: 12px;
}


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

.play-game .top button {
    margin: auto;
    cursor: pointer;
    width: max-content;
    padding: 12px 144px;
    display: flex;
    justify-content: center;
    gap: 12px;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 120% */

    border-radius: 100px;
    border: 2px solid #0081E7;
    background: #008CFA;
    box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.40) inset;
}


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

.play-game .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 32px;
    border-radius: 0 0 21px 21px;
    background: linear-gradient(90deg, #F4D200 0%, #FD7803 100%);
}

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

@media (max-width:768px) {
    .dt {
        padding-top: 6px;
    }

    .dt .box1 {
        width: 100%;
        padding: 12px;
    }

    .dt .box1 .main .gameLink .cover {
        max-width: 210px;
    }

    .dt .box1 .main .gameLink .play {
        width: 60%;
        margin: 12px auto 0;
    }

    .dt .box2 {
        width: 100%;
        padding: 12px;
    }

    .dt .box2 .main a {
        width: 33.33%;
    }

    .dt .box2 .main a h2 {
        -webkit-line-clamp: 2;
    }

    .play-game {
        aspect-ratio: 1 / 1.1;
        margin-left: 12px;
        margin-right: 12px;
    }

}

@media (max-width:550px) {
    .dt {
        padding-top: 0px;
    }

    .dt .box1,
    .dt .box2,
    .dt .box3 {
        padding: 6px;
    }

    .dt .box1 .main {
        padding: 0;
    }

    .dt .box1 .catename {
        padding: 12px 24px 6px;
        font-size: 14px;
        line-height: 18px;
    }

    .dt .box1 .main .gameLink {
        padding: 6px 24px 12px;
    }

    .dt .box1 .main .gameLink .cover {
        max-width: 145px;
    }

    .dt .box1 .main .gameLink h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .dt .box1 .main .gameLink .play {
        width: 100%;
        margin: 0px
    }

    .dt .box1 .main .gameLink .play p {
        font-size: 16px;
        line-height: 20px;
        padding: 8px;
    }

    .dt .box1 .main .gameLink .play i {
        font-size: 22px;
        padding: 4px;
        top: 3px;
    }

    .dt .box2 {
        order: -1;
    }

    .dt .box2 .main {
        padding: 6px 6px;
    }

    .dt .box2 .main .heading {
        display: none;
    }

    .dt .box2 .main a {
        width: 25%;
        padding: 6px;
        display: block;
    }

    .dt .box2 .main a h2 {
        display: none;
    }

    .dt .box2 .main .heading {
        margin-left: 6px;
    }

    .dt .box2 .main a .cover {
        width: 100%;
        height: 100%;
        aspect-ratio: 1/1;
    }

    .dt .box3 .main {
        padding: 12px;
    }

    .dt .box3 .main .text {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        max-height: 80px;
        padding-right: 12px;
    }

    .play-game {
        aspect-ratio: 1 / 1.5;
        margin-bottom: 0px;
        margin-left: 6px;
        margin-right: 6px;
    }

    .play-game .top button {
        padding: 8px 0;
        width: calc(100% - 48px);
        font-size: 16px;
        line-height: 20px;
    }

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

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

    .play-game .bottom {
        height: 50px;
        padding: 0 16px;
    }

    .play-game .top .top__shading .img-border,
    .play-game .top .bg {
        width: 150px;
        height: 150px;
    }
  
  #gameIframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
}