.dt {
    padding: 24px 12px;
}

.dt .top a {
    width: 10%;
    display: block;
    padding: 6px;
}

.dt .top a img {
    aspect-ratio: 1/1;
    border-radius: 100px;
    background: #fff;
    fill: #FFF;
    filter: drop-shadow(0 1.034px 2.068px rgba(0, 0, 0, 0.25));
}

.dt .left.box-1 {
    width: 16.666%;
}

.dt .right {
    width: 83.334%;
    padding: 6px;
}

.dt .left.box-1 a {
    width: 100%;
}


.dt .right .box-2 {
    border-radius: 4px;
    background: #FFF;
    width: 100%;
    height: 100%;
    padding: 18px;
}

.dt .right .box-2 .g2 a.image-link::after {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 50%, rgba(0, 0, 0, 0.80) 100%);
}

.dt .right .box-2 .g2 a h2 {
    bottom: 14px;
    left: 10px;
    right: 10px;
}

.dt .right .box-2 .g2 a img {
    aspect-ratio: 1/1;
    border-radius: 4px;
}

.dt .right .box-2 .dtmain {
    padding: 6px;
}

.dt .right .box-2 .dtmain .flex {
    align-items: center;
}

.dt .right .box-2 .dtmain .cover,
.dt .right .box-2 .dtmain .cover img {
    width: 192px;
    height: 192px;
    display: block;
    padding: 0;
      object-fit: cover;
}

.dt .right .box-2 .dtmain .catename {
    padding: 0;
  width: 100% !important;
}

.dt .right .box-2 .dtmain h2 {
    color: #333;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 10px 0;
    /* 120% */
}

.dt .right .box-2 .dtmain .text {
    width: calc(100% - 192px);
    padding-left: 24px;
}

.dt .right .box-2 .dtmain .star {
    padding-bottom: 10px;
}

.dt .right .box-2 .dtmain .desc {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-height: 96px;
    overflow: auto;
    padding-right: 12px;
}

.dt .right .box-2 .dtmain .desc::-webkit-scrollbar {
    background-color: #E6E6E6;
    width: 6px;
}

.dt .right .box-2 .dtmain .desc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #FF8502;
}

.dt .right .box-2 .dtmain .play {
    display: block;
    width: 100% !important;
    padding: 24px 0
}

.dt .right .box-2 .dtmain .play p {
    border-radius: 100px;
    background: #F8F0E7;
    box-shadow: 4px 4px 0 0 #FF8502;
    color: #333;
    font-family: Nunito;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    padding: 12px 24px;
    text-align: center;
    width: 80%;
    margin: auto;
}

.catename {
    overflow: hidden;
    color: #FF8502;
    text-overflow: ellipsis;
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
}

.star img {
    opacity: 0.5;
}

.star img.full {
    opacity: 1;
}

.g1 a img {
    aspect-ratio: 1 / 0.73;
}
.dtmain.h5{
    display: none;
}
@media (max-width:992px) {
    .dt .left.box-1 {
        width: 25%;
    }

    .dt .right {
        width: 75%;
        padding: 12px;
    }

    .dt .right .box-2 .g2 a {
        width: 33.33%;
    }

    .dt .right .box-2 .g2 a img {
        aspect-ratio: 1 / 0.7;
    }

    .dt .right .box-2 .g2 a h2 {
        bottom: 18px;
        left: 12px;
        right: 12px;
    }


}

@media (max-width:768px) {
    .dt .top a {
        width: 14.258%;
    }

    .dt {
        padding: 12px 6px;
    }

    .dt .left.box-1 {
        width: 100%;
    }

    .dt .right {
        width: 100%;
        order: -1;
        padding: 6px;
    }

    .dt .right .box-2 {
        padding: 12px;
    }

    .dt .right .box-2 .g2 a {
        width: 25%;
    }

    .dt .right .box-2 .g2 a img {
        aspect-ratio: 1 / 1;
    }

    .dt .left.box-1 a {
        width: 25%;
    }

    .dt .left.box-1 {
        display: flex;
        flex-wrap: wrap;
    }

}

@media (max-width:550px) {
    .dt .top a {
        width: 25%;
    }

    .dt {
        padding: 6px 6px;
    }

    .dt .right .box-2 .dtmain .cover,
    .dt .right .box-2 .dtmain .cover img {
        width: 140px;
        height: 140px;
    }

    .dt .right .box-2 .dtmain .desc {
        display: none;
    }

    .dt .right .box-2 .dtmain .text {
        width: calc(100% - 140px);
        padding-left: 12px;
    }

    .dt .right .box-2 .dtmain h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .dt .right .box-2 {
        padding: 12px 6px;
    }

    .dt .right .box-2 {
        border-radius: 4px;
        background: #F8F8F8;
    }

    .dt .right .box-2 .dtmain .play {
        padding: 16px 0;
    }

    .dt .right .box-2 .dtmain .play p {
        width: 100%;
        font-size: 14px;
        line-height: 18px;
        padding: 8px 24px;
    }

    .dt .right .box-2 .g2 a {
        width: 33.33%;
    }

    .dt .right .box-2 .g2 a img {
        aspect-ratio: 1 / 0.8;
    }

    .dtmain.h5 {
        padding: 18px 0 0 !important;
    }

    .dtmain.h5 .text {
        width: 100% !important;
    }
    .dtmain.h5{
        display: block;
    }
    .dtmain.h5 .desc {
        display: block !important;
        font-size: 14px !important;
        line-height: 22px !important;
        max-height: 88px !important;
    }

    .dtmain.h5 .text .head {
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 20px;
        padding-bottom: 8px;
    }
    .dt .left.box-1 a{
        width: 33.33%;
    }
    .dt .left.box-1 a:last-child{
        display: none;
    }
    .dt .right .box-2 .g2 a.image-link::after {
        background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 30%, rgba(0, 0, 0, 0.90) 100%);
    }.dt .right .box-2 .g2 a h2 {
        bottom: 10px;}
}

@media (max-width: 350px) {
    .dt .left.box-1 a,
    .dt .right .box-2 .g2 a{
        width: 50%;
    }
    .dt .left.box-1 a:last-child{
        display: block;
    }
  .dt .right .box-2 .g2 a h2 {
        bottom: 14px;}
}