html,
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    position: relative;
    z-index: 99;
    scroll-behavior: smooth;
    color: #333;
}



.game-card {
    transition: all 0.3s ease;
}

.game-card:hover {
    transform: translateY(-10px);
}

.category-card {
    transition: all 0.3s ease;
}

.category-card:hover {
    transform: scale(1.05);
}

.carousel {
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.carousel-item {
    scroll-snap-align: start;
}

.back-to-top {
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

body::-webkit-scrollbar {
    display: none;
}


#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;
}

.game-text::-webkit-scrollbar,
.dt-text::-webkit-scrollbar {
    width: 6px;
    display: block;
}

.game-text::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 999px;
}

.dt-text::-webkit-scrollbar-thumb {
    background-color: var(--primary-color);
    border-radius: 999px;
}

.game-text::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 60%);
}

.dt-text::-webkit-scrollbar-track {
    background: #e5e7eb;
}

@media (min-width:768px) {
    .heading::after {
        left: 12px;
        width: calc(100% - 12px);
    }


}

@media (max-width:768px) {
    .game-text::-webkit-scrollbar {
        width: 4px;
    }
}

.star i.full {
    color: #F6CC22;
}

.star i {
    color: #E4E4E4;
}

.star i.partial {
    background: linear-gradient(to right, #F6CC22 var(--percent, 0%), #E4E4E4 var(--percent, 0%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.faq-section {
    /* padding: 20px; */
}

.faq-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.faq-item {
    /* margin-bottom: 16px; */
    border-top: 1px solid #E0E0E0;
    padding-bottom: 16px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.faq-answer {
    display: none;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.faq-item.active1 .faq-answer {
    display: block;
}

.faq-item.active1 .faq-toggle {
    transform: rotate(180deg);
}

.faq-number {
    margin-right: 16px;
    color: #333;
}

.faq-toggle {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    margin-left: 16px;

}

/* .show-more {
    text-align: center;
    margin-top: 20px;
    font-family: Poppins, Poppins;
    font-weight: 600;
    font-size: 16px;

    line-height: 24px;
    background: #F4F5F4;
    border-radius: 16px 16px 16px 16px;
    padding: 10px 0;
}

.show-more a {
    color: #4C3DCD;
}

.show-more:hover {
    background: #4C3DCD;

}

.show-more:hover a {
    color: #fff;
} */

.faq-question:hover {
    color: var(--text-color-2);
}

@media (max-width:768px) {
    .faq-question {
        font-size: 14px;
        font-weight: 600;
        line-height: 22px;
    }

    .faq-question {
        padding: 12px 0;
    }

    .faq-item {
        padding-bottom: 12px;
    }

    .faq-answer {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }
}


.dt-content table {
    width: 100% !important;
    overflow: auto !important;
    display: block !important;
}

.dt-content table tr {
    background-color: transparent !important;
}

.dt-content a {
    display: inline-block;
}

.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #333 !important;
    font-family: 'Poppins', sans-serif !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 0px !important;
    padding-left: 30px !important;
    font-family: 'Poppins', sans-serif !important;
}

.dt-content ul,
.dt-content ul li {
    list-style: disc;
}

.dt-content ol,
.dt-content ol li {
    list-style: decimal;
}

.dt-content img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 400px !important;
    height: auto !important;
    margin: auto;
    margin-bottom: 15px;
}

.dt-content strong,
.dt-content strong span {
    font-weight: 600 !important;
}
