:root {
    --body: #121212;
    --footer-bg: #181818;
    --header-bg: #121212;
    --green: linear-gradient(45deg, #2D68FF, #2D68FF);
    --sidebar-bg: var(--coin-bg);
    --rating-text: #ffffff;
    --coin-bg: #272626;
    --plus-bg: #ffffff;
    --black-color: #ffffff;
    --subtile-color: #ADB7BE;
    --white-color: #000000;
    --poppin-font: 'Poppins', serif;
    --boder-color: #2C2C2C;
}

@font-face {
    font-family: 'Material Icons Extended';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/EdVNePUJq2T8.woff2) format('woff2');
}

.material-icons-extended {
    font-family: 'Material Icons Extended';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: 'Google Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/V4wYLSwxzi31.woff2) format('woff2');
}

.google-material-icons {
    font-family: 'Google Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

body {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    max-width: 400px;
    width: 100%;
    margin: 0 auto !important;
    position: static;
    z-index: 0;
    background-image: url(../images/grid_Frame.svg);
    background-color: var(--body);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

main {
    background-color: var(--body);
    font-family: var(--poppin-font);
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    line-height: 1;
    border-left: 1px solid var(--boder-color);
    border-right: 1px solid var(--boder-color);
    max-width: 400px;
    width: 100%;
    margin: 0 auto !important;
    position: relative;
    z-index: 0;
}

.bg-top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50%;
    left: 0;
    background: linear-gradient(180deg, var(--body), rgba(30, 31, 34, 0));
}

.bg-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 50%;
    background: linear-gradient(0deg, var(--body), rgba(30, 31, 34, 0));
}

.toast-container {
    position: fixed;
    top: 60px;
    padding: 0px 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    max-width: 400px;
    width: 100%;
}

.toast-container .correct {
    width: 18px;
    height: 18px;
}

@media(max-width:500px) {
    .toast-container {
        min-width: 100%;
    }
}

.toast {
    background-color: #fff;
    color: #000;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    animation: fadeInOut 5s ease forwards;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(20px);
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    color: inherit;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

input,
textarea {
    background: none;
    border: 0;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: normal;
}

.header-class {
    background-color: var(--body);
    position: fixed;
    top: 0;
    transition: box-shadow 0.2s ease-in-out;
    width: 100%;
    max-width: 398px;
    z-index: 3;
}

.QKrU5e {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}


.oPjgQb {
    align-items: center;
    display: flex;
    height: 56px;
    width: 100%;
}

.oc9n0c {
    margin: 0 18px;
    width: 100%;
}

.VfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd {
    position: relative;
    overflow: visible;
}

.PeWVCc {
    width: 48px;
    height: 48px;
    padding-left: 4px;
    padding: 0;
    font-size: 32px;
}

.yHy1rc {
    z-index: 0;
}

.VfPpkd-Bz112c-LgbsSe {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
}

.VfPpkd-Bz112c-LgbsSe {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    border: none;
    outline: none;
    background-color: transparent;
    fill: currentColor;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    z-index: 0;
    overflow: visible;
}

.VfPpkd-Bz112c-LgbsSe {
    /* font-size: 24px; */
    width: 48px;
    height: 48px;
}

.search-button {
    padding-left: 15px;
}

button {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    min-height: 40px;
    min-width: 40px;
    text-transform: none;
}

button {
    box-sizing: initial;
    -webkit-font-smoothing: inherit;
    align-items: normal;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

.PeWVCc svg,
.PeWVCc img {
    width: 44px;
    height: 44px;
}

.content-img {
    max-width: 500px;
    width: 100%;
    height: 100%;
}

.YWi3ub {
    max-width: 1296px;
    margin: 0 auto;
    min-height: 56px;
    position: relative;
    width: calc(100% - 48px);
}

.active-icon {
    display: none;
}

.WrEZCd {
    border-radius: 100%;
    height: 32px;
    width: 32px;
}

.sidebar.open {
    left: 10px;
    display: block;
}

.sidebar {
    display: none;
    position: absolute;
    top: 56px;
    width: 300px;
    background-color: var(--header-bg);
    border: 1px solid var(--boder-color);
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    color: var(--black-color);
    transform-origin: right top;
    border-radius: 8px;
    margin-top: 4px;
}

.Ll1HQd:nth-child(n) {
    color: var(--black-color);
    font-family: var(--poppin-font);
    line-height: 1.25rem;
    font-size: 0.875rem;
    letter-spacing: 0.0178571429em;
    font-weight: 500;
    font-weight: 400;
}

.P2Hi5d,
.mkMxfe,
.OBi8lb,
.P9QRxe,
.vqjb4e,
.y8Rdrf,
.DMZ54e {
    margin: 0;
    padding: 8px 0;
    list-style-type: none;
}

:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b {
    cursor: pointer;
}

.VfPpkd-StrnGf-rymPhb-ibnC6b {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 0;
    padding-left: 16px;
    padding-right: 16px;
    height: 48px;
}

.VfPpkd-StrnGf-rymPhb-ibnC6b a {
    display: flex;
    align-items: center;
}


.Ll1HQd:nth-child(n) .VfPpkd-StrnGf-rymPhb-f7MjDc {
    color: var(--black-color);
}

.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc {
    display: inline-flex;
}

.VfPpkd-StrnGf-rymPhb-f7MjDc {
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    fill: currentColor;
    object-fit: cover;
    margin-left: 0;
    margin-top: 6px;
    margin-right: 32px;

    width: 24px;
    height: 24px;
}

.VfPpkd-StrnGf-rymPhb-f7MjDc {
    background-color: transparent;
}

.jDawJf {
    margin-left: 18px;
}

.VfPpkd-StrnGf-rymPhb-b9t22c {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.coin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 7px;
    margin: auto 0;
    cursor: pointer;
    height: 100%;
    font-size: 12px;
    background-color: var(--coin-bg);
    border: 1px solid transparent;
    padding: 7px 8px;
    border-radius: 20px;
}

.coin-icon {
    width: 14px;
    height: 14px;
}

.coin-number {
    color: var(--black-color);
}

.coin-add {
    background-color: var(--plus-bg);
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: var(--green);
}

.r9optf:not(:disabled) {
    color: var(--black-color);
}

.redeem-button {
    margin: auto 0;
}

.redeem-button span {
    display: flex;
    gap: 2px;
    align-items: center;
    padding: 3px 10px 2px;
    color: var(--black-color);
    font-size: 12px;
    border: 1px solid transparent;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}

.redeem-button span video {
    margin-bottom: 5px;
}


.bottom-header {
    background-color: var(--white-color);
    border-top: 1px solid var(--boder-color);
    bottom: 0;
    display: flex;
    height: 56px;
    justify-content: center;
    position: fixed;
    max-width: 398px;
    width: 100%;
    z-index: 10;
}

.yyaGpb {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 24px;
}

.uEz1ib.active {
    background: var(--green);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.Y4jiDf {
    color: var(--black-color);
    fill: var(--black-color);
    stop-color: var(--black-color);
}

.uEz1ib {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 112px;
    min-width: 45px;
}

.svg-icon {
    cursor: pointer;
    transition: fill 0.3s;
}

.jb05Ib svg {
    width: 24px;
    height: 24px;
}

.uEz1ib.active .jb05Ib svg path {
    fill: url(style.css#active-gradient);
}

.WL3b7c {
    font-family: var(--poppin-font);
    line-height: 1.25rem;
    font-size: 14px;
    display: none !important;
    letter-spacing: 0.0178571429em;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_div {
    position: relative;
    min-height: 100%;
    overflow-y: hidden;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    z-index: 1;
}

.glB9Ve {
    padding-top: 56px;
}

.T4LgNb {
    min-height: 100%;
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    height: auto;
}

.kFwPee {
    backface-visibility: hidden;
    min-height: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.bewvKb {
    position: relative;
}

.rE4BKe {
    gap: 4px;
}

.ULeU3b {
    flex-shrink: 0;
    scroll-snap-align: start;
    padding-right: 4px;
}

.category {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cat-div {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
}

.cat-span {
    display: inline-flex;
    flex-shrink: 0;
    width: 120px;
    height: 60px;
}

.cat-img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.cat-div p {
    font-size: 14px;
    display: none;
    color: var(--black-color);
    width: 100%;
    padding-top: 2px;
    text-align: center;
    font-weight: 600;
    line-height: 1.5rem;
    font-family: var(--poppin-font);
}

.aoJE7e::-webkit-scrollbar {
    display: none;
}

body ::-webkit-scrollbar {
    height: 0;
    width: 0;
}

::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar-thumb {
    background: none;
}

.N4FjMb {
    padding-top: 20px;
}

.UBeTzd {
    display: block;
    margin-bottom: 10px;
}

.new-release {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2px;
}

.oVnAB {
    margin-left: 24px;
    margin-right: 24px;
}

.kcen6d:not(:disabled) {
    color: var(--black-color);
}

.kMqehf:not(:disabled) {
    color: var(--black-color);
}

.zuJxTd {
    --gap-width: 8px;
}

.ftgkle {
    --gap-width: 6px;
}

.YMlj6b {
    overflow: visible;
}

.b0ZfVe {
    display: flex;
    gap: var(--gap-width);
    padding: calc(var(--gap-width) / 2) 0;
    padding-left: 18px;
    -webkit-scroll-snap-type: unset;
    scroll-snap-type: unset;
}

.aoJE7e {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-scroll-snap-type: x mandatory;
    scroll-snap-type: unset;
    padding-left: 24px;
    padding-top: 6px;
}

.neq64b {
    padding-left: calc(var(--gap-width) / 2);
    margin-right: calc(var(--gap-width) / 2* -1);
}

.lock-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.game-item {
    position: relative;
    cursor: pointer;
}

.game-item[data-locked="true"] .game-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 2;
}

.game-item[data-locked="false"] .game-overlay {
    display: none;
}


.QafiQ {
    --gap-width: 12px;
    --icon-bottom-margin: 8px;
    width: 100%;
    height: 100%;
    font-family: var(--poppin-font);
    border: 0;
    display: inline-flex;
    flex: 1;
}

.VfPpkd-EScbFb-JIbuQc:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}

.VfPpkd-EScbFb-JIbuQc:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.VfPpkd-EScbFb-JIbuQc {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform, opacity;
}

.VfPpkd-EScbFb-JIbuQc {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    outline: none;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
}

.Si6A0c {
    position: relative;
    left: 0;
    top: 0;
    width: 175px;
    height: 100%;
    outline: none;
}

.etjhNc {
    border-radius: 8px;
    border-width: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.free-img {
    background: var(--coin-bg);
}

.bg-two {
    padding-top: 5px;
}

.content-wrapper {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    padding: 0px 24px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--coin-bg);
}

.explore {
    font-size: 12px;
    font-weight: 500;
    background: var(--green);
    border-radius: 100px;
    color: white;
    width: 100%;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.free-game,
.free-game2 {
    padding: 6px 24px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}

.item {
    text-align: center;
    font-weight: bold;
}

.item a {
    position: relative;
}

.item a img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.item a span {
    position: absolute;
    right: 3px;
    z-index: 10;
    padding: 5px;
    margin-top: 4px;
    backdrop-filter: blur(10px);
    background: #00000094;
    border-radius: 100px;

}

.item a span img {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}

.game-modal-content {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
}

.close-btn {
    color: #2D68FF;
    margin-left: 6px;
    font-weight: 600;
    width: 9px;
}

.close-div {
    align-items: center;
    background: #fff;
    border-radius: 0 16px 16px 0;
    box-shadow: var(--shadow-mid);
    display: flex;
    height: 46px;
    overflow: hidden;
    position: fixed;
    top: 0;
    transform: translateY(var(--mobileNavDragY, 24px));
    width: 62px;
    z-index: 101;
}

.close-div img {
    width: 24px;
    height: 24px;
    margin-left: 8px;
}

.close-section {
    display: flex;
    align-items: center;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.game-iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 800px) {
    .game-modal.force-landscape .game-modal-content {
        transform: rotate(-90deg);
        transform-origin: center center;
        width: 100vh;
        overflow: hidden;
    }

    .game-modal.force-landscape .game-iframe {
        width: 100vh;
        height: 100vw;
    }

    .game-modal.force-landscape {
        overflow: hidden;
    }
}

.game-btn {
    margin: 0px 24px;
    padding-top: 10px;
}

.game-btn .g-bt {
    background: var(--green);
    display: flex;
    border-radius: 100px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.game-btn .g-bt svg {
    width: 16px;
    height: 8px;
    margin-left: 10px;
}

.game-btn .g-bt span {
    padding-left: 10px;
    font-weight: 500;
    color: white;
    font-family: var(--poppin-font);
}


.kMqehf {
    font-family: var(--poppin-font);
    line-height: 1rem;
    font-size: 0.75rem;
    letter-spacing: 0.025em;
    font-weight: 400;
}

.kcen6d {
    font-family: var(--poppin-font);
    line-height: 1.75rem;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
}

.bg-third {
    padding: 13px 0px;
}

.play-div {
    position: relative;
    width: 115px;
    height: 115px;
    overflow: hidden;
}


@media(max-width:500px) {

    .header-class,
    .bottom-header {
        min-width: 100%;
        width: 100%;
        max-width: 500px;
        left: 0;
    }

    .search-header,
    .search-input {
        min-width: 100%;
    }

    .Si6A0c {
        width: 100%;
    }

    .play-div {
        width: 140px;
        height: 100%;
    }

    body {
        min-width: 100%;
        width: 100%;
    }


    .sharePopup {
        max-width: 500px;
        width: 100%;
    }

    .dzkqwc .game-img {
        min-width: 100%;
    }

    main {
        min-width: 100% !important;
        width: 100% !important;
        border-left: none !important;
        border-right: none !important;
    }
}


.bottom-bottom {
    background: var(--green);
    font-weight: 500;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    width: 100%;
    padding: 10px;
    color: white;
}

.win-div {
    display: inline-flex;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
}

.win-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay-div {
    position: absolute;
    border-radius: 8px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.overlay-section {
    text-align: center;
    color: white;
}

.overlay-section.top {
    font-size: 10px;
    font-weight: 600;
    padding: 7px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay-top-text img {
    margin: 0px 2px;
}

.overlay-section.top img {
    width: 14px;
    height: 14px;
}

.overlay-section.play-info img {
    width: 20px;
    height: 20px;
}

.overlay-top-text {
    display: flex;
    align-items: center;
    font-size: 12px;
    background-color: #00000094;
    padding: 4px 6px;
    border-radius: 100px;
}

#countdown-timer {
    background-color: #00000094;
    padding: 8px 10px;
    border-radius: 100px;
    margin-top: 10px;
}

.play-info {
    background-color: #00000094;
    border-radius: 100px;
    display: flex;
    padding: 4px;
    align-items: center;
    justify-content: center;
}

.overlay-section.bottom .bottom-top {
    margin: 0 auto;
    max-width: fit-content;
    align-items: center;
    justify-content: center;
    padding: 6px;
    position: absolute;
    display: flex;
    inset: 0;

    font-size: 10px;

}

.yhtbu {
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 50px;
}

.srvBL {
    border-bottom: 1px solid var(--boder-color);
    margin-bottom: 36px;
    padding-top: 36px;
    width: 100%;
}

.yhtbu .foot-sec span {
    color: var(--black-color);
}

.foot-sec p {
    color: var(--subtile-color);
}

.bottom-reward {
    position: fixed;
    border-radius: 100px;
    bottom: 70px;
    right: max(50% - 200px, 0px);
    z-index: 10;
}

.reward-bg {
    position: fixed;
    bottom: 70px;
    right: max(calc((100% - 500px) / 2 - -20px), 10px);
    width: 100px;
    height: 100px;
}

.reward-bg img {
    position: fixed;
    bottom: 70px;
    width: 100px;
    height: 100px;
    right: max(calc((100% - 500px) / 2 - -20px), 10px);
}

.bottom-reward .reward-circle {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}


.bottom-reward #close-btn {
    position: absolute;
    right: -13px;
    transform: translate(-50%, -50%);
    width: 20px;
    height: auto;
    z-index: 1;
    top: 5px;
}

.reward-circle img {
    position: absolute;
    width: 120px;
    height: 120px;
    bottom: 10px;
    left: -10px;

}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background-color: rgb(0 0 0 / 74%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup {
    padding: 20px;
    max-width: 90%;
    width: 400px;
    text-align: center;
    margin: 300px auto;
    position: relative;
}

.popup-button {
    background: var(--green);
    display: flex;
    border-radius: 100px;
    color: white;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
    margin: 0px auto 40px;
    font-size: 15px;

}

.popup-button span {
    color: white;
}

.popup-button:disabled {
    cursor: not-allowed;
    background: #373952;
}

.popup-button:not(:disabled) {
    opacity: 1;
}

.shooting-cat {
    display: block;
    padding: 10px 0px;
}

.all-game {
    padding: 10px 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

.cat-game {
    position: relative;
    height: 100%;
}

.item a p {
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #00000094;
    color: white;
    padding: 4px 8px;
    border-radius: 100px;
    font-weight: 400;
    position: absolute;
    bottom: 10px;
    text-align: left;
    left: 5px;
    width: 195px;
    max-width: fit-content;
}

.choose-game {
    display: flex;
    padding: 40px;
    padding-bottom: 5px;
    gap: 10px;
    color: var(--black-color);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.choose-game h1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.choose-game span {
    text-align: center;
    line-height: 18px;
    font-size: 14px;
}

.choose-game span img {
    margin: 0px 5px;
}

.choose-game a {
    border: 1px solid #2D68FF;
    padding: 10px 20px;
    border-radius: 100px;
    color: #2D68FF;
}

.favorites h1 {
    color: var(--black-color);
    padding: 10px 18px;
    font-size: 16px;
    font-weight: 600;
}

.search-grid {
    padding: 0px 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    row-gap: 16px;
}

.favorites {
    flex-direction: column;
}

.favourite-game-card {
    position: relative;
    min-width: 100px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.favourite-game-card .game-title {
    position: relative;
}

.favourite-game-card .game-title img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.favourite-game-card .game-title p {
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #00000094;
    color: white;
    padding: 4px 8px;
    border-radius: 100px;
    position: absolute;
    bottom: 8px;
    text-align: left;
    left: 4px;
    width: 185px;
    max-width: fit-content;
}

.favourite-game-card .favorite-icon,
.game-title .favorite-icon {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    backdrop-filter: blur(10px);
    background: #00000094;
    border-radius: 100px;
}

.favourite-game-card .favorite-icon img,
.game-title .favorite-icon img {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-btnn {
    width: 100%;
    cursor: pointer;
    background: var(--green);
    display: flex;
    padding: 10px;
    margin-top: 5px;
    border-radius: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.play-btnn span {
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.cat-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: sticky;
    top: 0;
    z-index: 11;
    background-color: var(--body);
    justify-content: center;
    padding: 5px 18px;
}

.search-title {
    display: flex;
    margin-top: 5px;
    width: 100%;
    position: relative;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
}

.search-title a {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
}

.search-title a svg {
    width: 18px;
    height: 18px;
}

.search-title span {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
}

.game-card {
    min-width: 100px;
    border-radius: 8px;
    text-align: center;
    height: fit-content;
    cursor: pointer;
}

.game-card .game-title {
    position: relative;
    height: 100%;
}

.game-card img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.game-card .game-title p {
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #00000094;
    padding: 4px 8px;
    border-radius: 100px;
    position: absolute;
    bottom: 8px;
    color: white;
    text-align: left;
    left: 4px;
    width: 185px;
    max-width: fit-content;
}

.game-card p {
    display: none;
}

.search-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: sticky;
    max-width: 398px;
    margin-left: 1px;
    top: 0;
    z-index: 11;
    background-color: var(--body);
    height: 100px;
    justify-content: center;
    padding: 0px 18px;
}

.search-title {
    display: flex;
    width: 100%;
    position: relative;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
}

.search-title a {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
}

.search-title span {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
}

.search-bar {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

.search-input {
    padding: 10px;
    border: 1px solid #a1a1a1;
    border-radius: 8px;
    width: 100%;
    border-color: var(--coin-bg);
    background-color: var(--search-bg);
    max-width: 400px;
    color: var(--black-color);
}

.search-main {
    position: relative;
    z-index: 10;
    height: 100%;
}

.category-slide {
    padding: 0 0px 10px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
}

.category-slide .free-category {
    border: 1px solid transparent;
    background-color: var(--coin-bg);
    border-radius: 100px;
}

.free-category {
    gap: 0 !important;
    display: flex;
    align-items: center;
    padding: 6px 10px;
}

.free-category a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: var(--poppin-font);
    color: var(--black-color);
    width: max-content;
}

.free-category a img {
    width: 16px;
    height: 16px;
    padding-right: 2px;
}

.search-slider {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding-left: 24px;
    padding-right: 5px;
    padding-top: 6px;
}

.sub-search {
    display: flex;
    align-items: center;
    padding: 0px 18px;
}

.search-tag {
    display: flex;
    width: 100%;
    position: relative;
    padding: 10px 0px;
    justify-content: end;
    align-items: center;
}

.search-tag a {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
}

.search-tag a svg {
    width: 18px;
    height: 18px;
}

.search-container {
    cursor: pointer;
}

#game-description .description-full {
    display: none;
}

#game-description.show .description-full {
    display: inline;
}

#game-description.show .description-preview {
    display: none;
}

.tU8Y5c:not(:disabled) {
    color: var(--black-color);
}

.hnnXjf {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    width: 100%;
}

.dzkqwc .game-img {
    width: 100%;
    max-width: 400px;
}

.dzkqwc div img {
    width: 100%;
    height: 250px;
}

.YWi3ub {
    max-width: 1296px;
    margin: 0 auto;
    min-height: 56px;
    position: relative;
    width: calc(100% - 48px);
}

.RhBWnf {
    align-items: flex-start;
    display: flex;
}

.RhBWnf .rh {
    width: 100%;
}

.Fd93Bb {
    font-family: var(--poppin-font);
    line-height: 2rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    font-weight: 400;
    font-weight: 500;
    align-items: flex-end;
    display: flex;
    overflow-wrap: anywhere;
    width: 100%;
    word-break: keep-all;
}

.ynrBgc h1 {
    display: flex;
    align-items: center;
    gap: 8px;
}

.AfwdI {
    unicode-bidi: plaintext;
    font-size: 16px;
    font-weight: 600;
}

.tv4jIf {
    margin-top: 2px;
}

.auoIOc {
    color: var(--black-color);
    fill: var(--black-color);
    stop-color: var(--black-color);
}

.Vbfug {
    font-family: var(--poppin-font);
    line-height: 1.5rem;
    font-size: 20px;
    letter-spacing: 0.00625em;
    font-weight: 600;
}

.ua-sec {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.ua-sec .ua {
    font-size: 12px;
    border-radius: 2px;
    padding: 2px;
    color: var(--subtile-color);
}

ol {
    list-style-type: none;
    padding-left: 5px;
    display: flex;
    align-items: center;
    border: 0;
    list-style: none;

}

ol li {
    position: relative;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 10px;
    color: var(--subtile-color);
}

ol li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: var(--coin-bg);
    border-radius: 50%;
}

.play-btn {
    width: 100%;
    cursor: pointer;
    background: var(--green);
    margin-top: 15px;
    min-height: 40px;
    display: flex;
    border-radius: 100px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.play-btn span {
    color: white;
    font-size: 14px;
    font-weight: 600;
}

.game-desc {
    line-height: 17px;
    margin-top: 10px !important;
    font-size: 12px;
    color: var(--subtile-color);
    max-width: 1296px;
    margin: 0 auto;
    min-height: 56px;
    position: relative;
    width: calc(100% - 48px);
}

.VxpoF {
    font-size: 14px;
    width: 100%;
}

.hidden {
    opacity: 0;
    pointer-events: none;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.modal-content {
    background: var(--coin-bg);
    padding: 20px;
    color: var(--black-color);
    position: relative;
    border-radius: 8px;
    width: 100%;
    overflow: auto;
    margin: 0px 10px;
    height: auto;
    max-height: 300px;
    max-width: 400px;
    text-align: center;
}

.close-btnn {
    position: absolute;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.modal-content h2 {
    font-size: 24px;
    text-align: left;
    padding: 10px 0px;
    font-weight: 600;
}

.modal-content p {
    text-align: start;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

.game-desc ul {
    margin-top: 20px;
}

.game-desc ul li {
    display: flex;
    align-items: center;
}

.game-desc ul li span {
    font-weight: 600;
}

.kk2r5b {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.OBVQ7 {
    display: grid;
    width: 100%;
    text-align: center;
    gap: 10px;
    z-index: 1;
    align-items: center;
}

.OBVQ7 span {
    background-color: var(--coin-bg);
    padding: 10px 0px;
    border-radius: 100px;
    gap: 5px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.OBVQ7 span img {
    width: 18px;
    height: 18px;
}

.nRgZne {
    margin-top: 10px;
}

.Vj78Oe,
.KUSTKe,
.qwPPwf,
.Atcj9b,
.IwTLXb {
    height: 100%;
}

.B5GQxf {
    border-width: 0;
    border-radius: 8px;
    cursor: pointer;
    min-width: 92px;
}

.HcyOxe {
    container-type: inline-size;
    container-name: section-wrapper;
    padding-top: 20px;
    width: 100%;
}

.SfzRHd {
    color: var(--rating-text);
    fill: var(--rating-text);
    stop-color: var(--rating-text);
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0.0142857143em;
    line-height: 1.25rem;
    font-family: var(--poppin-font);
}

.Jwxk6d {
    display: grid;
    flex-grow: 1;
    grid-template-columns: 1fr;
}

.HJV0ef h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.P4w39d {
    display: flex;
}

.Te9Tpc {
    column-gap: 10px;
    display: grid;
    flex-grow: 1;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
}

.rating-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nRgZne span {
    font-size: 14px;
    font-weight: 500;
}

.rating {
    font-size: 48px !important;
    font-weight: 600 !important;
    padding-bottom: 20px;
}

.rating-number p {
    font-size: 18px;
    font-weight: 500;
}

.rating-overview {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.rating-bars {
    width: 100%;
}

.rating-bar {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
}

.rating-bar .stars {
    width: 60px;
    text-align: right;
    font-size: 18px;
    overflow: hidden;
    width: 100%;
    color: var(--subtile-color);
}

.bar {
    width: 100%;
    height: 6px;
    background-color: var(--coin-bg);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.bar .filled {
    height: 100%;
    background: var(--green);
    position: absolute;
    top: 0;
    left: 0;
}

.total-ratings {
    font-size: 14px;
    color: var(--subtile-color);
    font-weight: 500;
}

.tap-to-rate {
    display: flex;
    padding: 10px 0px;
    justify-content: space-between;
}

.tap-to-rate p {
    color: var(--black-color);
    font-size: 18px;
    font-weight: 600;
}

.tap-to-rate .stars {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.tap-to-rate .star {
    font-size: 28px;
    cursor: pointer;
    color: #c7cace;
    transition: transform 0.2s;
}

.modal.show {
    opacity: 1;
    pointer-events: all;
}

#sharePopup {
    position: fixed;
    top: 0;
    font-family: var(--poppin-font);
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000080;
    padding: 20px;
    text-align: center;
    z-index: 1;
}

.about-game {
    cursor: pointer;
}

.popup-content {
    background: white;
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

.popup-content h3 {
    font-size: 22px;
    font-weight: 600;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 1000;
    pointer-events: none;
}

.popup-data {
    position: relative;
    height: auto;
    border: 1px solid var(--coin-bg);
    color: #fff;
    border-radius: 5px;
    margin: 0 auto 20px;
    width: 100%;
    max-width: 600px;
    padding: 10px;
    position: absolute;
    pointer-events: auto;
    z-index: 1001;

}

.swiper-container {
    width: 100%;
    height: 100%;


}

swiper-slide {
    width: fit-content;
    text-align: center;
    font-size: 18px;
    margin-right: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spopup {
    align-items: center;
    text-align: center;
}

.close-popup {
    outline: none;
    background-color: #ffffff;
    border: 1px solid #000;
    border-radius: 20%;
    color: #000;
    cursor: pointer;
    font-family: arial;
    font-size: 25px;
    font-weight: 700;
    min-height: 30px;
    line-height: 25px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
    min-width: 30px;
    z-index: 1003;
}


.social-icons {
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}

.social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.social-icons .facebook {
    background: rgb(45, 100, 188);
}

.social-icons .twitter {
    background: black;
}

.social-icons .whatsapp {
    background: rgb(88, 190, 85);
    ;
}

.social-icons .linkdin {
    background: rgb(45, 100, 188);
}

.social-icons a svg {
    display: inline-block;
    fill: currentcolor;
    color: white;
    width: 28px;
    height: 28px;
}

.copy-btn {
    display: flex;
    margin-bottom: 8px;
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
}

.copy-text {
    margin: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#copyUrlBtn {
    height: 34px;
    display: flex;
    align-items: center;
    position: absolute;
    right: calc(8px * 2);
    z-index: 1;
    background: var(--green);
    color: white;
    padding: 0px 12px;
    border-radius: 100px;
    cursor: pointer;
}

.copyUrl {
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
    font-family: var(--poppin-font);
    border: 1px solid var(--boder-color);
    border-radius: 8px;
    padding-left: calc(8px * 2);
    padding-right: 96px;
    position: relative;
}

.copyInput {
    width: 100%;
    height: 30px;
    border: none;
    background: transparent;
    outline: none;
    color: inherit;
    font-size: 16px;
    text-align: center;
}

#closePopup {
    height: 34px;
    position: absolute;
    top: -10px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: var(--green);
    color: white;
    padding: 0px 12px;
    width: 34px;
    border-radius: 100px;
    cursor: pointer;
}


@media (prefers-color-scheme: dark) {


    .OBVQ7 {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media screen and (min-width: 600px) {
    .kk2r5b {
        align-items: center;
        flex-direction: row;
    }

    .kk2r5b .OBVQ7 {
        margin: 0;
        padding-left: 16px;
    }
}

.install-banner {
    padding: 5px 24px;
    cursor: pointer;
}

.install-banner img {
    max-width: 100%;
    width: 100%;
    height: 100%;

}

@media(max-width:500px) {
    .install-banner img {
        min-width: 100%;
    }
}
