@font-face {
    font-family: 'Sriracha';
    src: url('../fonts/Sriracha-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: #000;
    color: #fff;
}

section {
    padding-top: 40px;
}

.container {
    max-width: 1200px;
    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;
}


header {
    background: #CC6114;
}

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


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

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

.logo a {
    color: #FFF;
    font-family: 'Sriracha';
    font-size: 32px;
    font-style: normal;
    line-height: 40px;
    font-style: italic;
}

.h5-search,
.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: #757575;
    font-family: 'Poppins';
    outline: none;
    font-weight: 500;
}

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

}

.search_btn {
    position: absolute;
    right: 0px;
    background: #F3A200;
    height: 100%;
    padding: 10px;
    border-radius: 0px 4px 4px 0px;
}


.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 input {
        padding-left: 5px;
    }

    .search_btn img {
        width: 15px;
    }

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

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

@media screen and (max-width: 768px) {


    .search-main {
        display: none;
    }

    .nav-links {
        display: none;
    }

    .navbar {
        padding: 10px 20px;
    }


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

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

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

}

@media (max-width:500px) {
    .burger {
        margin-right: 20px;
    }

}

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

.loading {
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

section img {
    background-color: #d9d9d9;
    object-fit: cover;
}

.m1 .m1-2 img,
.m1 .m1-2 img,
.m1 .m1-3 img,
.m1 .m1-4 img {
    width: 100%;
    height: 100%;
}

.icon {
    background-color: transparent;
    width: 32px;
    height: 32px;
}

.m1 .m1-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}



.m1 .m1-grid div,
.allcategory .grid .item,
.category-list .grid .c-1 {
    grid-column: span 1;
    grid-row: span 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.category-list .grid .c-1 {
    grid-row: span 2;
    grid-column: span 2;
}

.m1 .m1-grid .m1-2 .title p,
 .m3 .grid .m3-2 .title p,
.category-list .grid .c-22 .title p,
.dt-main .random .item .title p{
    text-align: center;
}

.m1 .m1-grid .m1-2 .title,
.m3 .grid .m3-2 .title,
.category-list .grid .c-22 .title {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.6);
    top: 0;
    width: 100%;
    height: 100%;
    padding: 16px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.5s all;
justify-content: center;
}

.m1 .m1-grid .m1-2:hover .title,
.m3 .grid .m3-2:hover .title,
.category-list .grid .c-22:hover .title {
    opacity: 1;
}

.m1 .m1-grid .m1-1 {
    grid-column: 1/3;
    grid-row: 1/3;
}

.m1 .m1-grid .m1-1 .images,
.m1 .m1-grid .m1-3 .images,
.category-list .grid .c-1 .images {
    width: 100%;
    height: 100%;
    display: block;
}

.m1 .m1-grid .m1-1 .title,
.m1 .m1-grid .m1-3 .title,
.m3 .grid .m3-1 .title,
.m3 .grid .m3-3 .title,
.category-list .grid .c-1 .title {
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    display: inline-block;
    padding: 16px;
    width: 100%;
    transition: 0.5s all;
    background: linear-gradient(108deg, #CC6114 17.56%, #CC8F14 100%);
}

.m1 .m1-grid .m1-1:hover .title p,
.m1 .m1-grid .m1-3:hover .title p,
.m3 .grid .m3-1:hover p,
.m3 .grid .m3-3:hover p,
.category-list .grid .c-1:hover p {
    -webkit-line-clamp: 2;
}

.m1 .m1-grid .m1-1 {
    grid-column: 1/3;
    grid-row: 1/3;
}

.m1 .m1-grid .m1-3 {
    grid-column: 5/7;
    grid-row: 1/3;
}

.m1 .m1-grid .m1-4,
.m1 .m1-grid .m1-5,
.dt .flex .dt-right .top .m1-5,
.allcategory .grid .item,
.dt .flex .dt-right .top .m1-4 {
    padding: 8px;
    background: linear-gradient(106deg, #CC6114 0%, #CC8F14 100%);
}

.m1 .m1-grid .m1-4 .images,
.dt .flex .dt-right .top .m1-4 .images,
.allcategory .grid .item .images {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.m1 .m1-grid .m1-4 .title,
.dt .flex .dt-right .top .m1-4 .title,
.allcategory .grid .item .title {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.allcategory .grid .item:nth-child(1) .title {
    background: rgba(0, 0, 0, 0);
}

.m1 .m1-grid .m1-4 .title p,
.dt .flex .dt-right .top .m1-4 .title p {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.m1 .m1-grid .m1-4 .icon,
.dt .flex .dt-right .top .m1-4 .icon .m1 .m1-grid .m1-5 .icon,
.dt .flex .dt-right .top .m1-5 .icon,
.allcategory .grid .item .icon {
    transition: 0.3s all;
    width: 32px;
    height: 32px;
}

.m1 .m1-grid .m1-4:hover p .icon,
.dt .flex .dt-right .top .m1-4:hover p .icon,
.m1 .m1-grid .m1-5:hover p .icon,
.dt .flex .dt-right .top .m1-5:hover p .icon,
.allcategory .grid .item:hover p .icon {
    width: 40px;
    height: 40px;
}

.m1 .m1-grid .m1-5 .title,
.dt .flex .dt-right .top .m1-5 .title {
    position: absolute;
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.m1 .m1-grid .m1-5 .title p,
.dt .flex .dt-right .top .m1-5 .title p,
.allcategory .grid .item .title p {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.heading {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Poppins;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
}

.m2 .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.m2 .grid .m2-1 {
    grid-column: 1/3;
    grid-row: 1/3;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(108deg, #CC6114 17.56%, #CC8F14 100%);
}

.m2 .grid .m2-2 {
    grid-column: span 1;
    grid-row: span 1;
    border-radius: 16px;
    transition: 0.5s all;
}

.m2 .grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.m2 .grid .m2-2:hover img {
    transform: scale(1.05);
}

.m2 .grid .m2-1 .title {
    padding: 8px 16px;
    display: inline-block;
}

.m2 .grid .m2-1 .title span {
    border-radius: 14px;
    background: #F3A200;
    padding: 2px 8px;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
    text-transform: capitalize;
}

.m2 .grid .m2-2 img {
    display: block;
    border-radius: 16px;
    margin-bottom: 6px;
}

.m3 .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.m3 .grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
}

.m3 .grid div {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.m3 .grid .m3-2 {
    grid-column: span 1;
    grid-row: span 1;
}

.m3 .grid .m3-1 {
    grid-column: 1/3;
    grid-row: 1/3;
}

.m3 .grid .m3-3 {
    grid-column: 5/7;
    grid-row: 1/3;
}

.m4 .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.m4 .grid div {
    grid-column: span 1;
    grid-row: span 1;
    transition: 0.5s all;
}

.m4 .grid div:hover img {
    transform: scale(1.05);
}

.m4 .grid div img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 6px;
    aspect-ratio: 1 / 1;
    display: block;
}

footer {
    margin-top: 100px;
    background: #CC6114;
    padding: 20px 0;
}

footer .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    justify-items: center;
}

footer .grid div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

footer .grid .share {
    display: flex;
    gap: 20px;
}

footer .grid .share a {
    background: #fff;
    border-radius: 50%;
    display: flex;
    padding: 5px;
}

.allcategory .grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.category-list .heading {
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-list .heading img {
    margin-right: 10px;
}

.category-list .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.category-list .grid .c-22 {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.category-list .grid .c-22 .images {
    width: 100%;
    height: 100%;
}

.category-list .grid .c-1:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/3;
}

.category-list .grid .c-1:nth-child(2) {
    grid-column: 5/7;
    grid-row: 1/3;
}

.category-list .grid .c-1:nth-child(3) {
    grid-column: 3/5;
    grid-row: 3/5;
}

.category-list .grid .c-1:nth-child(4) {
    grid-column: 1/3;
    grid-row: 5/7;
}

.dt .flex {
    display: flex;
    gap: 20px;
}

.dt .flex .dt-left {
    width: 65%;
}

.dt .flex .dt-right {
    width: 35%;
    margin-top: 94px;
}

.dt .title p {
    font-size: 22px;
    line-height: 30px;
}

.dt-header {
    display: flex;
    gap: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.dt-header p {
    cursor: pointer;
}

.dt-header .active {
    text-decoration: underline #F3F300;
    text-underline-offset: 8px;
}

.dt-main #content-1 .text {
    border-radius: 16px;
    background: #FFF;
    color: #000;
    padding: 0 0 20px;
    margin-bottom: 20px;
    position: relative;
    display: block;
}
.dt-main #content-1 .text .gameLink {
  display: flex;
      padding: 20px 20px 10px;
    align-items: center;
    flex-wrap: wrap;
}
.dt-main #content-1 .text .gameLink .dtcover{
width: 110px;
    height: 110px;
}
.dt-main #content-1 .text .gameLink .dttext{
  width: calc(100% - 110px);
    padding-left: 24px;
}



.dt-main #content-1 .text .title {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
        line-height: 34px;
    margin-bottom: 12px;
}

.dt-main #content-1 .text img {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 110px;
    height: 110px;
    border-radius: 16px;
}
.dt-main #content-1 .text span{
    grid-column: 2 / 7;
    grid-row: 2 / 3;
    border-radius: 100px;
    background: #F3A200;
    color: #fff;
    padding: 2px 20px;
    width: fit-content;
    height: fit-content;
}
.dt-main #content-1 .text .description{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    grid-column: 1/7;
        max-height: 100px;
    overflow: auto;
    word-wrap: break-word;
          padding: 0 20px 0px;
    margin-right: 20px;
}
.dt-main #content-1 .description::-webkit-scrollbar {
    background-color: #E7E7E7;
    width: 6px;
}

.dt-main #content-1 .description::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #F3A200
}

.dt-main .random {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.dt-main .random-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.dt-main .random .item {
    grid-column: span 1;
    grid-row: span 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.dt-main .random .item .images {
    width: 100%;
    height: 100%;
}

.dt-main .random-2 .item {
    grid-column: span 1;
    grid-row: span 1;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(108deg, #CC6114 17.56%, #CC8F14 100%);
}

.dt-main .random-2 .item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 0;
    display: block;
}

.dt-main .random-2 .item .title {

    padding: 12px;
    display: inline-block;
}

.dt-main .random-2 .item .title p {
    line-height: 22px;
    font-size: 16px;
}

.dt-main .random .item .title {
    position: absolute;
    background-color: rgb(0, 0, 0, 0.6);
    top: 0;
    width: 100%;
    height: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    opacity: 0;
    transition: 0.5s all;
}

.dt-main .random .item .title p {
    line-height: 22px;
    font-size: 16px;
}

.dt-main .random .item:hover .title {
    opacity: 1;
}

.dt-main #content-1 .playnow,
.dt-main #content-3 .playnow {
    margin-bottom: 20px;
    border-radius: 16px;
    display: flex;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: linear-gradient(108deg, #CC6114 17.56%, #CC8F14 100%);
}

.dt-main #content-1 .playnow img,
.dt-main #content-3 .playnow img {
    width: 130px;
    border-radius: 16px;
    height: 130px;

}

.dt-main #content-1 .playnow .title,
.dt-main #content-3 .playnow .title {
    color: #fff;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.dt-main #content-1 .playnow span,
.dt-main #content-3 .playnow span {
    display: block;
    flex: 0 0 140px;
    text-align: center;
    padding: 12px 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 200px;
    background: #F3A200;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    cursor: pointer;
}

.dt-main .palygame {
    margin-bottom: 20px;
    border-radius: 16px;
    border: 1px solid #CC6114;
    overflow: hidden;
    background: linear-gradient(108deg, #CC6114 17.56%, #CC8F14 100%);
}

.dt-main .palygame .palymain {
    position: relative;
    width: 100%;
    aspect-ratio: 1/0.83;
    height: calc(100% - 60px);
}

.dt-main .palygame .palybtn img {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -25%);
    border-radius: 24px;
}

.dt-main .palygame .palybtn .title {
    position: absolute;
    top: calc(30% + 150px);
    left: 50%;
    transform: translate(-50%, -25%);
    color: #FFF;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}


.dt-main .palygame .palybtn button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 10px 40px;
    width: max-content;
    border-radius: 100px;
    background: #F3A200;
    cursor: pointer;
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.10);
}

.dt-main .palygame .palybottom {
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 0 0 16px 16px;
}


.dt-main .palygame .botton-love {
    background-image: url(../images/like.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 27px;
    width: 100px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    width: auto;
}

.dt-main .palygame .botton-love.active {
    background-image: url(../images/loveactive.svg);
    background-repeat: no-repeat;
    background-size: 27px;
    background-position: 10px;
    width: 100px;
    height: 50px;
    cursor: pointer;
    width: auto;
}

.dt-main .palygame .botton-love span {
    color: #CC6114;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-left: 40px;
}

.dt-main .palygame .botton-full {
    background-image: url(../images/full.svg);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 24px;
    width: 60px;
    height: 50px;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.dt .flex .dt-right .top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.dt .flex .dt-right .top .m1-4,
.dt .flex .dt-right .top .m1-5 {
    grid-column: span 1;
    grid-row: span 1;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
}

.dt .flex .dt-right .top .m1-4 .title p,
.dt .flex .dt-right .top .m1-5 .title p {
    font-size: 14px;
    line-height: 20px;
}

.dt .flex .dt-right .bottom {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.dt .flex .dt-right .bottom .item {
    display: flex;
    gap: 16px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    overflow: hidden;
}

.dt .flex .dt-right .bottom .item .images {
    flex: 0 0 112px;
    aspect-ratio: 1/1;
    display: block;
}

.dt .flex .dt-right .bottom .item .images img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 16px 16px 16px 16px;

}

.dt .flex .dt-right .bottom .item .title {
    width: calc(100% - 112px);
    padding: 16px 10px 16px 0;

}

.dt .flex .dt-right .bottom .item .title p {
    color: #000;
    font-size: 16px;
    line-height: 22px;
}

.dt .flex .dt-right .bottom .item .title span {
    display: inline-block;
    background: #F3A200;
    border-radius: 24px 24px 24px 24px;
    padding: 2px 10px;
    font-size: 12px;
    line-height: 18px;
    text-transform: capitalize;
    margin-top: 15px;
}

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

.search-results .grid .s-1 {
    grid-column: span 1;
    grid-row: span 1;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(108deg, #CC6114 17.56%, #CC8F14 100%);
}

.search-results .grid .s-1 img {
    width: 100%;
    aspect-ratio: 1 / 0.8;
    display: block;
}

.search-results .grid .s-1 .title {
    padding: 8px 16px;
    display: inline-block;
}

.search-results .grid .s-1 .title span {
    border-radius: 14px;
    background: #F3A200;
    padding: 2px 8px;
    font-size: 14px;
    margin-top: 8px;
    display: inline-block;
    text-transform: capitalize;
}


@media (max-width:992px) {

    .dt .title p,
    .dt-main #content-1 .top p,
    .dt-main #content-1 .playnow .title,
    .dt-main #content-3 .playnow .title,
    .dt-main #content-1 .text .title {
        font-size: 18px;
        line-height: 26px;
    }

    .dt-main .random .item .title p,
    .dt .flex .dt-right .top .m1-4 .title p,
    .dt .flex .dt-right .top .m1-5 .title p,
    .dt-main .random-2 .item .title p,
    .m4 .grid p,
    .dt-main #content-1 .text .description {
        line-height: 18px;
        font-size: 12px;
    }
    .dt-main #content-1 .text span{
        font-size: 12px;
        line-height: 18px;
    }

    .dt-main #content-1 .bottom p {
        line-height: 18px;
        font-size: 12px;
        height: 76px;
    }

    .dt-main #content-1 .text,
    .dt-main .random,
    .dt-main #content-1 .playnow,
    .dt-main #content-3 .playnow,
    .dt .flex .dt-right .top,
    .dt-main .random-2 {
        margin-bottom: 12px;
    }

    .dt-main .random,
    .dt .flex .dt-right .top,
    .dt .flex .dt-right .bottom,
    .dt-main .random-2 {
        gap: 12px;
    }
    .dt-main #content-1 .text .description{
        max-height: 93px;
    }
}

@media (max-width:768px) {
    .category-list .grid {
        gap: 16px;
    }

    .m1 .m1-grid .m1-4 .title,
    .m1 .m1-grid .m1-4 .images,
    .m2 .grid .m2-2 img,
    .m2 .grid .m2-1,
    .allcategory .grid .item,
    .allcategory .grid .item .title,
    .allcategory .grid .item .images,
    .category-list .grid .c-1,
    .category-list .grid .c-22,
    .category-list .grid .c-22 .title {
        border-radius: 12px;
    }


    .allcategory .grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 16px;
    }

    .m1 .m1-grid,
    .m2 .grid,
    .m3 .grid,
    .m4 .grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .m1 .m1-grid .m1-3,
    .m3 .grid .m3-3 {
        grid-column: 3 / 5;
        grid-row: 1 / 3;
    }

    .m1 .m1-grid .m1-2:nth-child(4) {
        grid-column: 2 / 3;
        grid-row: 3 / 4;
    }

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

    .m1 .m1-grid .m1-2:nth-child(7) {
        grid-column: 4 / 5;
        grid-row: 3 / 4;
    }

    .m1 .m1-grid .m1-2:nth-child(8) {
        grid-column: 1 / 2;
        grid-row: 4 / 5;
    }

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

    footer .grid div:nth-child(2) {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    footer .grid .share {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    footer .grid div:nth-child(1) {
        grid-column: 1/3;
        grid-row: 2/3;
    }

    p,
    .m1 .m1-grid .m1-4 .title p,
    .m1 .m1-grid .m1-5 .title p,
    .allcategory .grid .item .title p {
        font-size: 12px;
        line-height: 16px;
    }

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

    .dt .flex {
        gap: 0;
    }

    .dt .flex .dt-left,
    .dt .flex .dt-right {
        width: 100%;

    }

    .dt .flex .dt-right {
        margin-top: 0px;
    }

    .dt .flex .dt-right .top {
        grid-template-columns: repeat(5, 1fr);
    }

    .dt .flex .dt-right .bottom {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-results .grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    .dt-main #content-1 .text{gap: 16px;}
    .dt-main #content-1 .text span {
        grid-column: 1 / 2;
        grid-row: 3 / 4;

    }
    .dt-main #content-1 .text .description{
        grid-column: 2 / 7;
        grid-row: 2 / 5;
    }
    .dt-main #content-1 .text .title{
        height: auto;
    }
.dt-main #content-1 .text img{height: 100px;    width: 100px;}
}

@media (max-width:550px) {

    .category-list .grid {
        gap: 12px;
    }

    .category-list .grid .c-1:nth-child(1) {
        grid-column: 1/4;
        grid-row: 1/3;
    }

    .category-list .grid .c-1:nth-child(2) {
        grid-column: 4/7;
        grid-row: 1/3;
    }

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

    .category-list .grid .c-1:nth-child(4) {
        grid-column: 4/7;
        grid-row: 3/5;
    }

    .allcategory .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .category-list .grid .c-22 {
        gap: 12px;
        grid-column: span 2;
        grid-row: span 2;
    }

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

    .burger img,
    .h5-search-menu img {
        width: 22px;
    }

    .navbar {
        padding: 8px 20px;
    }

    section {
        padding-top: 8px;
    }

    .m1 .m1-grid div {
        border-radius: 8px;
    }

    .m1 .m1-grid,
    .m3 .grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
    }

    .m1 .m1-grid .m1-1,
    .m3 .grid .m3-1 {
        grid-column: 1 / 4;
        grid-row: 1 / 3;
    }

    .m1 .m1-grid .m1-3,
    .m3 .grid .m3-3 {
        grid-column: 4 / 7;
        grid-row: 1 / 3;
    }

    .m1 .m1-grid div,
    .m3 .grid .m3-2 {
        grid-column: span 2;
        grid-row: span 1;
    }

    .m1 .m1-grid .m1-4:nth-child(3) {
        display: none;
    }

    .m1 .m1-grid .m1-2:nth-child(4) {
        grid-column: 1 / 3;
        grid-row: 3 / 4;
    }

    .m1 .m1-grid .m1-2:nth-child(6) {
        grid-column: 3 / 5;
        grid-row: 3 / 4;
    }

    .m1 .m1-grid .m1-2:nth-child(7) {
        grid-column: 5 / 7;
        grid-row: 3 / 4;
    }

    .m1 .m1-grid .m1-2:nth-child(8) {
        grid-column: 1 / 3;
        grid-row: 4 / 5;
    }

    .m1 .m1-grid .m1-1 .title,
    .m1 .m1-grid .m1-3 .title,
    .m3 .grid .m3-1 .title,
    .m3 .grid .m3-3 .title {
        padding: 8px;
    }


    .m2 .grid,
    .m4 .grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }

    .m1 .m1-grid .m1-4 .title,
    .m1 .m1-grid .m1-4 .images,
    .m2 .grid .m2-2 img,
    .m2 .grid .m2-1,
    .allcategory .grid .item,
    .allcategory .grid .item .title,
    .allcategory .grid .item .images,
    .category-list .grid .c-1 {
        border-radius: 8px;
    }

    .m2 .grid .m2-1 .title {
        padding: 5px 12px;
    }

    .m2 .grid .m2-2 img {
        margin-bottom: 4px;
    }

    .heading {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    footer .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    footer .grid div:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 3 / 4;
    }

    footer .grid div:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }

    footer .grid .share {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    footer {
        font-size: 14px;
        text-align: center;
    }

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

    .dt-header {
        margin-top: 12px;
    }

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

    .dt-main #content-1 .playnow,
    .dt-main #content-3 .playnow {
        gap: 12px;
    }

    .dt .title p,
    .dt .flex .dt-right .bottom .item .title p,
    .dt-main #content-1 .top p,
    .dt-main #content-1 .playnow .title,
    .dt-main #content-3 .playnow .title {
        font-size: 14px;
        line-height: 20px;
    }

    .dt-main .random,
    .dt .flex .dt-right .top {
        grid-template-columns: repeat(3, 1fr);
    }

    .dt .flex .dt-right .bottom {
        grid-template-columns: repeat(1, 1fr);
    }

    .dt-main #content-1 .playnow span,
    .dt-main #content-3 .playnow span {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 5px;
        flex: 0 0 80px;
    }

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



    .dt-main #content-1 .playnow,
    .dt-main #content-3 .playnow {
        padding: 12px;
    }

    .dt-main .random-2 .item .title {
        padding: 4px;
    }

    .dt-main .random .item .title,
    .m1 .m1-grid .m1-2 .title,
    .m3 .grid .m3-2 .title,
    .category-list .grid .c-22 .title {
        padding: 8px;
    }

    .dt-main .palygame .palybtn img {
        width: 100px;
        height: 100px;
        top: 15%;
        transform: translate(-50%, -15%);

    }

    .dt-main .palygame .palybtn .title {
        top: calc(15% + 110px);
        font-size: 16px;
        line-height: 20px;
        width: 100%;
    }

    .dt-main .palygame .palybtn button {
        top: calc(15% + 170px);
        font-size: 16px;
        list-style: none;
    }

    .dt-main .palygame .botton-love span {
        font-size: 14px;
        padding-left: 30px;
    }

    .dt-main .palygame .botton-love.active,
    .dt-main .palygame .botton-full,
    .dt-main .palygame .botton-love {
        background-size: 20px;
        height: 35px;
    }

    .dt-main .palygame .palybottom {
        height: 40px;
    }
  
  .dt-main #content-1 .text .gameLink .dttext{    padding-left: 8px;}

    .dt-main .palygame .palymain {
        height: calc(100% - 40px);
    aspect-ratio: 1 / 1.4;
    }

    .dt-main #content-1 .playnow img,
    .dt-main #content-3 .playnow img {
        width: 80px;
        border-radius: 16px;
        height: 80px;
    }

    .dt-main #content-1 .top {
        display: block;
    }

    .dt-main #content-1 .bottom {
        position: absolute;
        bottom: 18px;
        right: 12px;
        width: calc(100% - 135px);
    }

    .dt-main #content-1 .top span {
        left: 0;
        bottom: -30px;
        font-size: 12px;
        line-height: 14px;
        padding: 4px 12px;
    }

    .dt-main #content-1 .bottom p {
        padding-right: 10px;
        line-height: 16px;
        font-size: 12px;
        height: 82px;
    }

    .dt-main #content-1 .top p {
        position: absolute;
        width: calc(100% - 125px);
        top: 0px;
        right: 12px;

    }

    .m1 .m1-grid .m1-4,
    .m1 .m1-grid .m1-5,
    .dt .flex .dt-right .top .m1-5,
    .allcategory .grid .item,
    .dt .flex .dt-right .top .m1-4 {
        padding: 4px;
    }

    .m1 .m1-grid .m1-4 .title,
    .dt .flex .dt-right .top .m1-4 .title,
    .allcategory .grid .item .title {
        top: 4px;
        left: 4px;
        width: calc(100% - 8px);
        height: calc(100% - 8px);
    }

    .search-results .grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .search-results .grid .s-1 .title {
        padding: 4px 8px;
    }

    .search-results .grid .s-1 .title span {
        padding: 2px 6px;
        font-size: 12px;
        margin-top: 8px;
    }

    .search-results .grid .s-1 img {
        aspect-ratio: 1 / 0.6;

    }

    .dt-main #content-1 .text {
        gap: 12px;
    }
    .dt-main #content-1 .text img {
        grid-column: 1 / 2;
        grid-row: 1 / 5;
    }
.dt-main #content-1 .text span{        grid-row: 4 / 5;}
.dt-main #content-1 .text .title{        font-size: 14px;
        line-height: 20px;}

.search-results .heading{        font-size: 18px;}

}

@media (max-width:375px) {
    .dt-main .palygame .palybtn button {
        top: calc(15% + 155px);}
}
