html,
body {
    font-family: "Rubik", sans-serif;
    margin: 0;
    position: relative;
    z-index: 99;
    scroll-behavior: smooth;
    color: #333;
}


.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;
}

.new-games::-webkit-scrollbar {
    height: 8px;
    background: #E6E6E6;
    border-radius: 999px;
}

.new-games::-webkit-scrollbar-thumb {
    background-color: var(--bg-color-8);
    border-radius: 999px;
}

.game-text::-webkit-scrollbar {
    width: 6px;
    background: #E6E6E6;
    border-radius: 999px;
}

.game-text::-webkit-scrollbar-thumb {
    background-color: var(--bg-color-2);
    border-radius: 999px;
}
@media (max-width:768px) {}

.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;
}

.nav-items a:nth-of-type(1) i,
.name-items a:nth-of-type(1) i {
    background: var(--icon-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-items a:nth-of-type(2) i,
.name {
    background: var(--icon-gradient-3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-items a:nth-of-type(3) i,
.name-items a:nth-of-type(2) i {
    background: var(--icon-gradient-4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-items a:nth-of-type(4) i,
.name-items a:nth-of-type(3) i {
    background: var(--icon-gradient-5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-items a:nth-of-type(5) i,
.name-items a:nth-of-type(4) i {
    background: var(--icon-gradient-6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-items a:nth-of-type(6) i,
.name-items a:nth-of-type(5) i {
    background: var(--icon-gradient-7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.game-list-1 a:nth-of-type(1) div,
.game-list-1 a:nth-of-type(6) div {
    background: var(--bg-color-3);
}

.game-list-1 a:nth-of-type(2) div,
.game-list-1 a:nth-of-type(4) div {
    background: var(--bg-color-5);
}

.game-list-1 a:nth-of-type(3) div,
.game-list-1 a:nth-of-type(5) div {
    background: var(--bg-color-6);
}

.gradient-icon-1 {
    background: var(--icon-gradient-1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gradient-icon-2 {
    background: var(--icon-gradient-2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}