@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_10/fonts/Poppins-Regular.woff2) format("woff2");
    font-display: block
}

@font-face {
    font-family: Rubik-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_10/fonts/Poppins-SemiBold.woff2) format("woff2");
    font-display: block
}

@font-face {
    font-family: Josefin Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_10/fonts/JosefinSans-VariableFont_wght.woff2) format("woff2");
    font-display: block
}

@font-face {
    font-family: Plus Jakarta Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_10/fonts/PlusJakartaSans-VariableFont_wght.woff2) format("woff2");
    font-display: block
}

@font-face {
    font-family: Fredoka;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_10/fonts/Fredoka-Font.woff2) format("woff2");
    font-display: block
}

@font-face {
    font-family: DIN Alternate;
    font-style: normal;
    font-weight: 400;
    src: url(/css/game_10/fonts/DINAlternate-Bold.woff2) format("woff2");
    font-display: block
}

blockquote, body, button, dd, dl, dt, fieldset, h1, h2, h3, h4, h5, h6, hr, input, lengend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

article, canvas, footer, header, nav, section {
    display: block
}

body, button, input, select, small, textarea {
    font: 12px/1.5 Source Han Sans SC-Regular, tahoma, helvetica, arial, "\5b8b\4f53", sans-serif;
    outline: none
}

h1, h2, h3 {
    font-weight: 400
}

h4, h5, h6 {
    font-size: 100%
}

address, cite, dfn, em, var {
    font-style: normal
}

small {
    font-size: 12px
}

ol, ul {
    list-style: none
}

a, a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    color: #000
}

abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help
}

q:after, q:before {
    content: ""
}

legend {
    color: #000
}

fieldset, img {
    border: none
}

button, input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

hr {
    border: none;
    height: 1px
}

* {
    box-sizing: border-box
}

body, html {
    background: var(--bg_color) fixed;
    min-height: 100%
}

body .pc-max-width, html .pc-max-width {
    max-width: 1200px;
    margin: 0 auto
}

body .hide-one, html .hide-one {
    -webkit-line-clamp: 1
}

body .hide-one, body .hide-two, html .hide-one, html .hide-two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:bold;
}

body .hide-two, html .hide-two {
    -webkit-line-clamp: 2
}

body[data-system=mobile] ::-webkit-scrollbar {
    display: none
}

.ads-area {
    position: relative;
    border-radius: 12px;
    background: var(--ads-bg)
}

.ads-area .ads-area-title {
    font-size: 10px;
    color: var(--ads-color);
    text-align: center;
    position: absolute;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    opacity: .5
}

#ads-tag-fixed {
    background: var(--ads-bg) !important
}

@media screen and (max-width: 768px) {
    body {
        background-image: none
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes play {
    0% {
        transform: scale(.9) translateX(0)
    }

    to {
        transform: scale(1) translateX(0)
    }
}

.index-main-area {
    margin-bottom: 64px !important
}

.index-main-area .index-top-container .container-top {
    margin: 24px 0;
    display: flex;
    gap: 41px;
    align-items: start
}

.index-main-area .index-top-container .container-top .top-right {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: start
}

.index-main-area .index-top-container .container-bottom {
    display: flex;
    padding: 12px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: var(--index-rectangle-area);
    gap: 16px
}

.index-main-area .index-new-game-area .new-game-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px
}

.index-main-area .index-category-area .category-inner {
    display: flex;
    align-items: center;
    gap: 16px
}

.index-main-area .index-second-category-game .game-area {
    display: flex;
    align-items: center;
    -moz-column-gap: 14.6px;
    column-gap: 14.6px;
    row-gap: 24px;
    flex-wrap: wrap
}

.index-main-area .index-second-category-game .game-area .small-rectangle-card {
    width: 24%;
}

.index-main-area .index-walkthrough-area .inner-area {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-top: 5px
}

.header-warper {
    transition: all .5s ease-in-out;
    background: #bcc3f8;
}

.header-warper .header-max-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: .5rem 0;
}

.header-warper .header-box {
    display: flex;
    align-items: center;
    /*height: 100px*/
}

.header-logo {
    height: 100%;
    padding-right: 32px
}

.header-logo .logo-link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-logo .logo-link img {
    width: 180px;
    height: 60px
}

.header-categories {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    padding-bottom: 5px;
    margin-bottom: -9px;
    max-width: 853px;
    overflow-x: auto
}

.header-categories .header-category-item {
    color: var(--top_font_color);
    font-family: Josefin Sans;
    font-size: 16px;
    padding: 10px 16px;
    font-weight: 500;
    line-height: normal;
    border-radius: 27px;
    background: rgba(0, 0, 0, .2);
    transition: all .1s ease-in-out;
    white-space: nowrap
}

.header-categories .header-category-item:hover {
    background-color: var(--category-hover-bg)
}

.header-categories::-webkit-scrollbar {
    height: 4px
}

.header-categories::-webkit-scrollbar-thumb {
    background: var(--theme-color)
}

.header-categories::-webkit-scrollbar-track {
    background: #fff
}

.header-search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 6px;
    /*height: 100px;*/
    /*width: 100px*/
}

.header-search .header-search-inner {
    padding: 15px 10px 15px 62px
}

.header-search .header-search-inner.active {
    padding: 36px;
    background-color: var(--search-bg);
    z-index:100;
}

.search-area {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 100;
    width: 380px;
    background-color: var(--search-bg);
    padding: 10px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .25)
}

.search-area .search-input-area {
    display: flex;
    width: 360px;
    padding: 6px 6px 6px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    border: 2px solid var(--input-color);
    background: #fff;
    box-shadow: 1px 1px 0 0 var(--input-color)
}

.search-area .search-input-area .input-k {
    border: none;
    width: 80%;
    height: 40px;
    font-size: 18px
}

.search-area .search-input-area .input-k::-moz-placeholder {
    color: rgba(190, 175, 175, .53);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize
}

.search-area .search-input-area .input-k::placeholder {
    color: rgba(190, 175, 175, .53);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize
}

.search-area .to-search-img {
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-family: DIN Alternate;
    color: var(--go-color);
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    padding: 10px;
    border-radius: 2px;
    background: var(--go-bg);
    box-shadow: 3px 2px 7px 0 rgba(0, 0, 0, .25)
}

.search-area .you-may-like-area {
    position: relative
}

.search-area .you-may-like-area .title {
    color: rgba(0, 0, 0, .5);
    font-family: DIN Alternate;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 12px 0
}

.search-area .you-may-like-area .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.search-area .you-may-like-area .desc {
    opacity: 1;
    position: absolute;
    bottom: -18px;
    right: -10px;
    width: 404px;
    height: 8px;
    background: var(--search-desc-color)
}

.search-area .search-result .result-title {
    padding-top: 12px;
    color: rgba(0, 0, 0, .5);
    font-family: DIN Alternate;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.search-area .search-result .result-list {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-height: 217px;
    overflow-y: auto
}

.search-area .search-result .result-list::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

.search-area .search-result .result-list::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 14px
}

.search-area .search-result .result-list::-webkit-scrollbar-thumb {
    background-color: #ababab;
    border-radius: 5px;
    border: 1px solid #fff
}

.search-area .search-none-result {
    display: flex;
    padding: 66px 56px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px
}

.search-area .search-none-result .void-title {
    color: #7e510f;
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize
}

.search-area .search-none-result .void-text {
    color: #c88621;
    font-family: Poppins;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize
}

.search-area a.square-game-card {
    width: 122px;
    height: 104px;
    overflow: hidden;
    border-radius: 6.943px;
    border: 1.736px solid #fff
}

.search-area a.square-game-card .game-img {
    width: 122px;
    height: 104px
}

.search-area a.square-game-card .game-name {
    display: none
}

.content-bg {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 2;
    background: #00000047;
}

.square-game-card {
    display: block
}

.square-game-card .square-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px
}

.square-game-card .square-card-inner .game-img {
    width: 158px;
    height: 158px;
    border-radius: 12px;
    overflow: hidden
}

.square-game-card .square-card-inner .game-img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-in-out
}
.square-game-card .square-card-inner .game-img-1 img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-in-out
}

.square-game-card .square-card-inner .game-name {
    color: var(--font_color);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    max-width:158px;
}

.square-game-card .square-card-inner .game-name span {
    /*width: 134px*/
}

.square-game-card:hover img {
    transform: scale(1.1)
}

body[data-system=mobile] .square-game-card:hover img {
    transform: scale(1) !important
}

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999
}

.loading[data-jump-page=true] {
    position: fixed
}

.loading[data-jump-page=true] .loading-inner {
    width: 75px;
    height: 45px
}

.loading[data-jump-page=true] .loading-inner:after, .loading[data-jump-page=true] .loading-inner:before {
    width: 30px;
    height: 30px
}

.loading .loading-bg {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0
}

.loading .loading-inner {
    width: 50px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: calc(50% - 25px);
    perspective: 200px;
    z-index: 1
}

.loading .loading-inner:after, .loading .loading-inner:before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: "";
    animation: jumping .5s infinite alternate;
    background: transparent
}

.loading .loading-inner:before {
    left: 0
}

.loading .loading-inner:after {
    right: 0;
    animation-delay: .15s
}

@keyframes jumping {
    0% {
        transform: scale(1) translateY(0) rotateX(0deg);
        box-shadow: 0 0 0 transparent
    }

    to {
        transform: scale(1.2) translateY(-25px) rotateX(45deg);
        background: var(--theme-color);
        box-shadow: 0 25px 40px var(--theme-color)
    }
}

.small-game-area {
    height: 136px;
    background-color: #8d84e3;
}

.small-game-area .game-area-inner {
    display: flex;
    justify-content: space-around;
    padding: 24px 0;
    gap: 12px
}

.small-game-area .game-area-inner .left-area {
    display: flex;
    align-items: center;
    gap: 12px
}

.small-game-area .game-area-inner .exchange-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100px;
    height: 88px;
    border-radius: 12px;
    background: #fff;
    padding: 15px 9px;
    cursor: pointer
}

.small-game-area .game-area-inner .exchange-area img {
    width: 42px;
    height: 42px
}

.small-game-area .game-area-inner .exchange-area span {
    color: var(--header-bg);
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: normal
}

.small-game-card {
    width: 88px;
    height: 88px;
    display: block
}

.small-game-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px;
    transition: all .1s ease-in-out
}

.small-game-card img:hover {
    transform: scale(1.105);
    transform-origin: bottom center;
    box-shadow: 0 4px 8.6px 0 rgba(0, 0, 0, .3)
}

.rotate-game-card {
    display: block;
    width: 334px;
    height: 334px;
    position: relative
}

.rotate-game-card .rotate-bg {
    position: absolute;
    bottom: 0;
    z-index: 0;
    width:100%;
    height:100%;
    transform: rotate(4.729deg);
    border-radius: 31px;
    background: #8d84e3;
}

.rotate-game-card .top-desc {
    position: absolute;
    top: -26px;
    z-index: 2
}

.rotate-game-card .rotate-card-inner {
    /*width: 334px;*/
    /*height: 334px*/
}

.rotate-game-card .rotate-card-inner .inner-border {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    /*width: 334px;*/
    /*height: 334px;*/
    border-radius: 31px;
    border: 7px solid #000;
    background: var(--bg_color);
    min-height:334px;
}

.rotate-game-card .rotate-card-inner .inner-border .img-manage {
    /*width: 269px;*/
    /*height: 269px;*/
    border-radius: 22px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 1rem;
}

.rotate-game-card .rotate-card-inner .inner-border .img-manage img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .3s ease-in-out
}

.rotate-game-card:hover .rotate-card-inner .inner-border img {
    transform: scale(1.1)
}

.small-rectangle-card {
    width:32%;
    height: 102px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(236, 241, 246, 0), #ecf1f6)
}

.small-rectangle-card .rectangle-card-inner {
    display: flex;
    align-items: center;
    gap: 10px
}

.small-rectangle-card .rectangle-card-inner .right {
    display: flex;
    /*width: 145px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    font-family: Josefin Sans;
    line-height: normal
}

.small-rectangle-card .rectangle-card-inner .right .right-name {
    color: var(--font_color);
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5rem;
    max-width: 100%;
    overflow: hidden;
    text-transform: capitalize
}

.small-rectangle-card .rectangle-card-inner .right .right-category {
    color: rgba(0, 0, 0, .36);
    font-size: 16px;
    font-weight: 500
}

.small-rectangle-card .rectangle-card-inner .manage-img {
    width: 102px;
    height: 102px;
    border-radius: 12px 0 0 12px;
    overflow: hidden
}

.small-rectangle-card .rectangle-card-inner .manage-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-in-out
}

.small-rectangle-card:hover img {
    transform: scale(1.1)
}

body[data-system=mobile] .small-rectangle-card {
    width: 100%
}

body[data-system=mobile] .small-rectangle-card .rectangle-card-inner .right {
    width: 62%
}

body[data-system=mobile] .small-rectangle-card:hover img {
    transform: scale(1)
}

.big-rectangle-card {
    /*height: 268px;*/
    display: flex;
    /*width: 380px;*/
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width:100%;
}

.big-rectangle-card .icon-video, .big-rectangle-card .rectangle-top-area {
    width: 100%;
    height: 181px;
    border-radius: 12px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover
}

.big-rectangle-card .icon-video img, .big-rectangle-card .rectangle-top-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-in-out
}

.big-rectangle-card .rectangle-bottom-area {
    display: flex;
    align-items: center;
    gap: 12px
}

.big-rectangle-card .rectangle-bottom-area .rectangle-bottom-left-area {
    border-radius: 12px;
    width: 71px;
    height: 71px;
    overflow: hidden
}

.big-rectangle-card .rectangle-bottom-area .rectangle-bottom-left-area img {
    width: 100%;
    height: 100%;
    transition: all .2s ease-in-out
}

.big-rectangle-card .rectangle-bottom-area .rectangle-bottom-right-area {
    display: flex;
    width: 240px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px
}

.big-rectangle-card .rectangle-bottom-area .rectangle-bottom-right-area .game-name-area {
    color: var(--font_color);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize
}

.big-rectangle-card .rectangle-bottom-area .rectangle-bottom-right-area .categoty-area {
    max-width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #878787;
    font-family: Plus Jakarta Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize
}

.big-rectangle-card .rectangle-bottom-area .rectangle-bottom-right-area .categoty-area span {
    padding: 1px 3px;
    border-radius: 3px;
    background: var(--rectangle-category-bg);
    white-space: nowrap
}

.big-rectangle-card:hover img {
    transform: scale(1.1)
}

body[data-system=mobile] .big-rectangle-card:hover img {
    transform: scale(1)
}

.games-title {
    display: flex;
    max-width: 1200px;
    margin: 15px 0;
    justify-content: space-between;
    align-items: center
}

.games-title .desc-and-title {
    display: flex;
    align-items: center;
    gap: 4px
}

.games-title .desc-and-title .title {
    color: var(--font_color);
    font-family: Josefin Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.games-title .desc-and-title .decoration {
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: 50%
}

.games-title .enter-link {
    color: rgba(0, 0, 0, .28);
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    cursor: pointer
}

body[data-system=mobile] .games-title {
    display: flex;
    align-items: center;
    gap: 4px;
    width: calc(100% - 40px);
    margin: 10px 20px
}

body[data-system=mobile] .games-title .title {
    color: var(--font_color);
    font-family: Josefin Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.category-card {
    position: relative;
    /*width: 288px;*/
    /*height: 337px;*/
    width: 33%;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    padding: 8px 8px 18px;
}

.category-card p {
    /*width: 272px;*/
    /*height: 272px;*/
    border-radius: 10px;
    overflow: hidden
}

.category-card p img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    transition: all .2s ease-in-out
}

.category-card h3 {
    color: var(--top_font_color);
    font-family: Josefin Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding: 5px;
    text-align: center
}

.category-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: -1;
    background-size: cover;
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent 103.85%)
}

.category-card:hover img {
    transform: scale(1.1)
}

.category-card:hover:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent 103.85%)
}

body[data-system=mobile] .category-card:hover img {
    transform: scale(1) !important
}

body[data-system=mobile] .category-card {
    width: calc(50vw - 25px);
    height: 203px
}

body[data-system=mobile] .category-card p {
    width: 100%;
    height: 85%
}

body[data-system=mobile] .category-card .hide-one {
    font-size: 14px
}

body[data-system=mobile] .category-card h3 {
    font-size: 14px;
    line-height: 2.5rem;
    padding: 5px 19px
}

body[data-system=mobile] .category-card:hover img {
    transform: scale(1)
}

body[data-system=mobile] .category-card:hover:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, .4), transparent 103.85%)
}

.hover-transform {
    transform: scale(1.05) translateY(-.05%);
    transition-duration: .3s
}

.walk-through-card {
    width: 267px;
    height: 200px
}

.walk-through-card:hover > p:after {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    content: " ";
    border-radius: 50%;
    border-top-color: #fff;
    z-index: 1;
    animation: load 1.1s linear infinite
}

.walk-through-card:hover > p video {
    display: block
}

.walk-through-card:hover .walk-through-card-icon {
    display: none
}

.walk-through-card > p {
    width: 100%;
    height: 100%
}

.walk-through-card > p video {
    display: none;
    width: 100%;
    height: 118% !important;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.walk-through-card > h3 {
    height: 0;
    white-space: nowrap
}

@keyframes load {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.walk-through-card {
    display: block;
    cursor: pointer;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
    transform: scale(1) translateY(-4px);
    transition-duration: .3s;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0
}

.walk-through-card > p {
    overflow: hidden;
    border-radius: 12px
}

.walk-through-card > p img {
    width: 100%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover
}

.walk-through-card > p .duration {
    width: auto;
    position: absolute;
    bottom: 8px;
    right: 8px;
    border-radius: 4px;
    text-align: center;
    line-height: 16px;
    background-color: rgba(0, 0, 0, .8);
    opacity: .8;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: .5rem;
}

.walk-through-card > p .walk-through-card-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    color: var(--font_color);
    transform: translate(-50%, -50%)
}

.walk-through-card > h3 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 16px;
    line-height: 44px;
    font-size: 12px;
    color: #0e2b4d;
    font-weight: 600;
    opacity: .8;
    overflow: hidden;
    font-family: Source Han Sans SC
}

.pc-squre-inner {
    align-items: flex-start;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.pc-squre-inner, .rectangle-pc-inner {
    display: flex;
    row-gap: 24px;
    flex-wrap: wrap
}

.rectangle-pc-inner {
    align-items: center;
    -moz-column-gap: 14.6px;
    column-gap: 14.6px
}

.rectangle-pc-inner .small-rectangle-card {
    width:24%;
}

:root {
    --theme-color: #ffc144;
    --top_font_color: #fff;
    --font_color: #000;
    --ads-color: hsla(0, 0%, 100%, 0.4);
    --header-bg: #bcc3f8;
    --category-bg: rgba(0, 0, 0, 0.2);
    --category-hover-bg: rgba(0, 0, 0, 0.5);
    --bg_color: #fff;
    --ads-bg: rgba(0, 0, 0, 0.14901960784313725);
    --search-bg: #ffa928;
    --input-color: #e8740a;
    --search-desc-color: #dc8605;
    --go-color: #2083de;
    --go-bg: #ffee54;
    --index-rectangle-area: #edf2f6;
    --rectangle-category-bg: #fff;
    --mobile-input-color: #e8740a;
    --mobile-search-desc-color: #dc8605;
    --mobile-go-color: #2083de;
    --mobile-go-bg: #ffee54
}

.footer-warper {
    height: 92px;
    z-index: 10;
    position: sticky;
    transition: all .5s ease-in-out;
    background: var(--header-bg);
    color: var(--top_font_color);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 1px;
    padding:.5rem;
}

.footer-warper .footer-box {
    height: 100%
}

.footer-warper .footer-box, .footer-warper .footer-box .footer-link-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer-warper .footer-box .footer-link-list .footer-link-item {
    color: var(--top_font_color);
    margin: 0 24px
}

.footer-warper .footer-box .footer-link-list .footer-link-item:last-child {
    margin-right: 0
}

.footer-warper .footer-box .footer-link-list .footer-link-icon {
    width: 5px;
    height: 5px
}


@media screen and (max-width: 1200px) {
    .new-game-inner{
        overflow: auto;
    }
}


@media screen and (max-width: 568px) {
    .container-bottom{
        display:none!important;
    }

    .small-game-area{
        display:none!important;
    }

    .game-main-area .game-card-area .card-top .img-and-title .game-img{
        width:auto!important;
        height:auto!important;
    }

    .game-main-area .game-card-area{
        padding: 1rem!important;
    }

    .game-main-area .game-card-area .card-top .img-and-title{
        display: block!important;
    }

    .game-main-area .game-card-area .card-top .img-and-title .title-and-category{
        gap: 10px!important;
    }

    .mobile-play-btn{
        display:block!important;
    }
    .pc-play-btn{
        display:none!important;
    }

}

@media screen and (min-width: 568px) {

    .mobile-play-btn{
        display:none!important;
    }

    .pc-play-btn{
        display:block!important;
    }

}

@media screen and (min-width: 748px) and (max-width: 1110px) {
    .index-main-area .index-second-category-game .game-area .small-rectangle-card{
        width:32%!important;
    }
}

@media screen and (min-width: 748px) {
    .mb-search-content{
        display:none!important;
    }

    .mobile-search{
        display:none;
    }
}

@media screen and (max-width: 748px) {

    .search-content{
        display:none!important;
    }
    .content-bg{
        display:none!important;
    }
    .search-area{
        display:none!important;
    }

    .index-main-area .index-second-category-game .game-area .small-rectangle-card{
        /*width:48%!important;*/
    }

    .container-top{
        display:block!important;
    }

    .rotate-game-card{
        width:100%!important;
        height:100%!important;
    }

    .category-inner{
        display: grid!important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .category-card{
        width:100% !important
    }

    .small-rectangle-card{
        width:100%!important;
    }

    .top-left{
        margin-bottom: 2rem;
        padding: 1rem;
    }

    .footer-box{
        display:block!important;
    }

    .footer-copyright{
        text-align: center;
        padding: 1rem 0;
    }

    .footer-warper .footer-box .footer-link-list .footer-link-item {
        margin: 0;
    }

    body .pc-max-width, html .pc-max-width{
        padding: 0 1rem;
    }

    .footer-warper{
        height:auto!important;
    }

    .header-categories{
        display:none!important;
    }

    .header-warper .header-box{
        justify-content: space-between;
        padding: .5rem 1rem!important;
    }
}


@media screen and (max-width: 568px) {
    .square-game-card .square-card-inner .game-img{
        width:100% !important;
        height:100%!important;
    }

    .pc-squre-inner a{
        width:48%;
    }
}

.square-game-card .square-card-inner .game-img-1{
    width: 158px;
    height: 158px;
    border-radius: 12px;
    overflow: hidden;
}

.mobile-search-warp {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    transition: all .3s ease-in-out;
    transform: translateX(100%);
    z-index: 200;
    background-color: var(--header-bg);
    padding: 15px;
    height: 100%;
    overflow-y: auto;
    color:#fff;
}

.mobile-search-warp.active{
    transform: translateX(0);
}

.mobile-search-warp .search-top-area {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mobile-search-warp .search-top-area .search-input-area {
    border-radius: 12px;
    background: hsla(0, 0%, 100%, .15);
    display: flex;
    width: 100%;
    height: 50px;
    padding: 16px;
    align-items: center;
    gap: 8px;
}


.mobile-search-warp .search-top-area .search-input-area input.m-input {
    color: var(--top_font_color);
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

.mobile-search-warp .category-area {
    max-width: 100%;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
    margin: 16px 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 2rem;
    border-bottom: 2px dashed #b3afaf;
}

.popular-games{
    padding-bottom: 2rem;
    border-bottom: 2px dashed #b3afaf;
}

.mobile-search-warp .category-area .category-item {
    white-space: nowrap;
    color: var(--top_font_color);
    font-family: Poppins;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    text-transform: capitalize;
    padding: 10px 16px;
    border-radius: 36px;
    background: rgba(0, 0, 0, .3);
}

.mobile-search-warp .popular-games .popular-title {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
    color:#fff;
}

.mobile-search-warp .popular-games .popular-inner-games {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
    margin: 16px 0;
}

.search-square-game-card {
    display: block;
    position: relative;
    width: calc(25vw - 17px);
    height: calc(25vw - 17px);
}

.search-square-game-card .square-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.search-square-game-card .square-card-inner .game-img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.search-square-game-card .square-card-inner .game-img img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all .2s ease-in-out;
}

.search-square-game-card .square-card-inner .game-name {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    color: var(--top_font_color);
    font-family: Poppins;
    font-size: 11px;
    font-weight: 400;
    line-height: 15.789px;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .76) 80.81%);
}

.search-square-game-card .square-card-inner .game-name span {
    margin: 0 2.5vw;
}

.ab-list{
    align-items: center;
    display: flex;
    margin-top: 2rem;
    justify-content: center;
}

.ab-item{
    font-weight:bold;
    color: #fff !important;
    font-size: 16px;
    margin: auto .5rem;
}

.back_to_top {
    position: fixed;
    right: 2rem;
    bottom: 4rem;
    z-index: 1000;
    height: 3rem;
    width: 3rem;
    box-shadow: 0 0 28px #0000009c;
    cursor: pointer;
    display: flex;
    /*background: linear-gradient(270deg, rgb(190 130 225) 0%, rgb(194 137 229) 100%);*/
    background: #8d84e3;
    border-radius: 40px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: large;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.back_to_top img {
    width: 65%;
    height: 65%;
}





body .pc-max-width, html .pc-max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.game-main-area .game-card-area {
    /*height: 397px;*/
    border-radius: 36px;
    background: #f2f1f7;
    margin-top: 24px;
    padding: 36px 13px 36px 36px;
}

.game-main-area .game-card-area .card-top .img-and-title {
    display: flex;
    align-items: center;
    gap: 24px;
}

.game-main-area .game-card-area .card-top .img-and-title .game-img {
    width: 180px;
    height: 180px;
    border-radius: 30px;
    overflow: hidden;
}

.game-main-area .game-card-area .card-top .img-and-title .game-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.game-main-area .game-card-area .card-top .img-and-title .title-and-category {
    display: flex;
    gap: 81px;
    flex-direction: column;
}

.game-main-area .game-card-area .card-top .img-and-title .title-and-category .title {
    color: #333040;
    font-family: Fredoka;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.game-main-area .game-card-area .card-top .img-and-title .title-and-category .category {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.game-main-area .game-card-area .card-top .img-and-title .title-and-category .category .category-item {
    color: #8b8b8b;
    font-family: Fredoka;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    padding: 4px 15px;
    border-radius: 17px;
    background: #e2e2e6;
}

.game-main-area .game-card-area .card-bottom {
    margin-top: 27px;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.game-main-area .game-card-area .card-bottom .description {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.game-main-area .game-card-area .card-bottom .description-inner {
    font-family: Fredoka;
    font-size: 16px;
    line-height: 22px;
    overflow-y: auto;
    padding-right: 20px;
    max-height: 88px;
    margin-bottom:1rem;
}

.play-buttom-area {
    cursor: pointer;
    width: 70%;
    border-radius: 42px;
    background-color: #8d84e3;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 24px auto;
    color: var(--top_font_color);
    font-family: Fredoka;
    font-size: 28px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    animation: play .8s linear infinite alternate;
    padding: 1rem;
}