.dt-top .container {
    padding: 0 6px;
}

.dt-top {
    padding: 12px 0;
}

.dt-top a {
    padding: 6px;
    width: 12.5%;
}

.dt-top a img {
    aspect-ratio: 1/1;
}

.checker {
    height: 131px;
    margin-bottom: 0;
    border-bottom: 12px solid #F27318;
}
.g3 a .text .star span {
    color: #F27318;
  font-size: 16px;
}
.g2 .left {
    width: 100%;
}

.g2 .left .topgame {
    margin-bottom: 0;
}

.g2 .left a {
    width: 16.66%;
}

.g2 {
    padding-bottom: 48px;
}

.g3 {
    background: transparent;
}

.g3 .container {
    padding: 0 12px;
}

.g3 a img {
    width: 172px;
    height: 172px;
    border-radius: 24px;
    position: relative;
}

.g3 a .text {
    height: 172px;
    border: none;
    padding: 0;
    margin: 0 24px;
    width: calc(100% - 280px);
}

.g3 a .palybtn {
    border: none;
}

.g3 a .text .catename i {
    font-size: 14px;
    padding-left: 8px;
}

.g3 .gametext {
    margin-top: 24px;
}

.g3 .gametext .heading {
    padding-left: 0;
    color: #681712;
}

.g3 .gametext .desc {
    padding-right: 16px;
    max-height: 96px;
    overflow: auto;
    line-height: 24px;
    font-size: 16px;
}

.g3 .gametext .desc::-webkit-scrollbar {
    background-color: #e9ecef;
    width: 6px;
}

.g3 .gametext .desc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #FB872E;
}



.play-game {
    width: 100%;
    aspect-ratio: 1/0.8;
    position: relative;
    border-radius: 24px;
    margin-top: 20px;
    margin-bottom: 00px;
    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: 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: 0px 12px 0;
    position: relative;
}


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

.play-game .top .palybtn {
    cursor: pointer;
    padding: 45px;
    color: #FFF;
    border-radius: 50%;
    background: linear-gradient(180deg, #FCBB39 0%, #F95E04 90%, #FF8A41 100%);
    border: none;
    /* 120% */
    width: 120px;
    height: 120px;
    line-height: 30px;
    font-size: 35px;
}

.play-game .top .palybtn i {
    font-weight: 700;
    line-height: 30px;
    font-size: 35px;
}

.play-game .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 32px;
    background: #F27318;
    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;
}

.dt-deta .catename {
    color: #F27318;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: block;
    text-align: end;
}
.dt-deta .catename i{    padding-left: 6px;}
@media (max-width:768px) {
    .dt-top a {
        width: 20%;
    }

    .g3 {
        padding: 24px 0;
    }

    .g2 .left a {
        width: 25%;
    }
    .play-game{
        aspect-ratio: 1/1.2;
    }
}

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

    .dt-top a {
        width: 25%;
        padding: 4px;
    }

    .checker {
        height: 71px;
        margin-bottom: 0;
        border-bottom: 8px solid #F27318;
    }

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

    .g3 a img {
        width: 130px;
        height: 130px;
        border-radius: 8px;
    }

    .g3 {
        padding: 0px 0 16px;
    }

    .g3 a .palybtn {
        position: absolute;
        left: 49px;
        top: 61px;
    }

    .g3 a .text {
        height: 130px;
        margin: 0 0 0 16px;
        width: calc(100% - 146px);
    }

    .g3 a {
        padding: 12px 0;
        position: relative;
    }

    .g3 a .text .catename i {
        font-size: 10px;
        padding-left: 8px;
    }

    .g3 a .text h2 {
        -webkit-line-clamp: 2;
    }

    .g3 .gametext {
        margin-top: 0;
    }

    .g3 a img::after {
        position: absolute;
        content: '';
        background-color: #0003;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .g3 .gametext .desc {
        padding-right: 16px;
        max-height: 80px;
        overflow: auto;
        line-height: 20px;
        font-size: 14px;
    }

    .g2 .left a {
        width: 33.33%;
    }
    .play-game{
        aspect-ratio: 1/1.4;margin-top: 12px;
    }
    .play-game .bottom{
        padding: 0 24px;
    }
      .g3 a .text .star i {
        font-size: 16px;
    }
  .g3 a .text .star span {
    color: #F27318;
  font-size: 14px;
}
      .g3 a .text .catename {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
      .g3 a .text h2 {
        -webkit-line-clamp: 3;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }
  #gameIframe {
    max-width: 100%;
}
  .dt-deta .catename {
    color: #F27318;
    font-family: Nunito;
    font-size: 16px;}
  .dt-deta .catename i{    padding-left: 6px;font-size: 12px;}
  .play-game .bottom p {
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    color: #FFF;
}
  .play-game .top .palybtn {
        cursor: pointer;
    padding: 35px;
    color: #FFF;
    border-radius: 50%;
    background: linear-gradient(180deg, #FCBB39 0%, #F95E04 90%, #FF8A41 100%);
    border: none;
    width: 100px;
    height: 100px;
    line-height: 38px;
    font-size: 30px;
}
}