
html[zontal-theme="dark"] {
    --zon-body-bg-color: #131740;
    --zon-body-bg: #0d102d;
    --zon-common-text-color: #dcdcdc;
    --zon-theme-color: #ff3814;
    --zon-div-color: #999;
    --zon-muted-color: #777;
    --zon-more-button-bg-color: #222;
    --zon-search-bg-color: rgb(255 255 255 / 8%);
    --zon-search-hover-color: #333;
    --zon-gmeta-bg-color: #222;
    --zon-border-color: #5266b0;
    --zon-overlay-bg-color: #000000af;
    --zon-cursor-color: #ff7b00;
    --zon-toggler-bg-color: #222;
    --zon-icon-color: #fff;
    --zon-dark-logo: block;
    --zon-light-logo: none;
    --zon-sidebar-shadow: 0px 0px 40px 0px #000;
    --zon-card-shadow: 0px 3px 10px #303f7696;
    --zon-blog-social-button-bg-hover-color: #222;
    --zon-comment-input-b-color: #222;
}

html[zontal-theme="light"] {
    --zon-body-bg-color: linear-gradient(to top, #006fc1, #001556 100%, #001556 75%, #001858 75%);;
    --zon-common-text-color: #fff;
    --zon-theme-color: #00175a;
    --zon-div-color: #999;
    --zon-muted-color: #777;
    --zon-more-button-bg-color: #f9d005;
    --zon-search-bg-color: #4b80c9;
    --zon-search-hover-color: #dcdcdc81;
    --zon-gmeta-bg-color: #dcdcdc81;
    --zon-border-color: #dbdada5c;
    --zon-overlay-bg-color: #000000c5;
    --zon-cursor-color: #ff7b00;
    --zon-toggler-bg-color: #dcdcdc;
    --zon-icon-color: #111;
    --zon-dark-logo: none;
    --zon-light-logo: block;
    --zon-sidebar-shadow: 0px 0px 40px 0px #111;
    --zon-card-shadow: 0px 3px 10px #0000000A;
    --zon-blog-social-button-bg-hover-color: #dcdcdc;
    --zon-comment-input-b-color: #dcdcdc;
    --zon-text-button-color:#00175a;
}

/*@font-face {*/
/*    font-family: "Fredoka";*/
/*    src: url("/css/game_15/fonts/Fredoka-Medium.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "Fredoka";*/
/*    src: url("/css/game_15/fonts/Fredoka-Regular.ttf") format("truetype");*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: "Fredoka";*/
/*    src: url("/css/game_15/fonts/Fredoka-SemiBold.ttf") format("truetype");*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/











.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}


.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}



.cursor, .cursor2 {
    pointer-events: none;
    z-index: 9999999999999
}

.cursor, .zontal-sidebar {
    position: fixed;
    top: 0;
    left: 0
}

.dropdown-menu ul li a, body {
    color: var(--zon-common-text-color)
}

.Pagination button, .z-container, .zontal-sidebar-body .list {
    box-sizing: border-box
}

.dropdown-menu ul li a, .game-details .text-sm {
    text-transform: capitalize
}

body {
    background: var(--zon-body-bg-color);
    /*-webkit-font-smoothing: antialiased*/
    /*line-height: inherit*/
    /*display:flex;*/

}

* {
    scroll-behavior: smooth
}

.cursor {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid var(--zon-cursor-color);
    transition: .2s ease-out;
    transform: translate(calc(-50% + 15px), -50%)
}

.cursor2 {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: var(--zon-cursor-color);
    opacity: .3;
    position: fixed;
    transform: translate(-50%, -50%);
    transition: width .3s, height .3s, opacity .3s
}

.game-card, .game-card a {
    transition: .4s
}

.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .5
}

.text-muted {
    color: var(--zon-muted-color)
}

.link-hover, .search-bar {
    background: var(--zon-theme-color)
}

.zontal-sidebar-head {
    padding: 0 15px;
    display: none
}

.line-clamp-1, .line-clamp-2, .line-clamp-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-weight:bold;
}

.zontal-sidebar {
    width: 260px;
    /*height: 100vh;*/
    height: 100%;
    box-shadow: 2px 0 12px 3px #00000014;
    padding: 10px;
    /*overflow: scroll;*/
    z-index: 999
}

.zontal-sidebar::-webkit-scrollbar {
    display: none
}

.game-card path, .search-bar path, .zontal-sidebar .burger-menu path, .zontal-sidebar-body .game-list path, .zontal-sidebar-body .list path {
    stroke: var(--zon-common-text-color)
}

.zontal-sidebar-body .list a {
    transition: .4s;
    padding: 6px 10px
}

.sb-divider {
    padding: 0 15px;
    color: var(--zon-div-color);
    letter-spacing: 1px
}

.line-clamp-1 {
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1
}

.line-clamp-2 {
    overflow: hidden;
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3
}

.navbar-menu, .pagination ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal
}

.z-container {
    margin: 0 auto;
    width: 100%
}

.zontal-start {
    padding: .25rem 2.75rem 0 calc(260px + 2.75rem);
    overflow: hidden;
    /*min-height: 100vh;*/
    height:auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.zontal-sidebar-body .game-list svg {
    height: 29px;
    width: 29px
}

.zontal-sidebar-body .game-list a {
    padding: 2px 10px
}

.swiper-pagination-bullet {
    border: 1px solid #1da1f2
}

.swiper-pagination-bullet-active {
    background: #1da1f2
}

embed, img:not([draggable]), object, video {
    max-width: 100%;
    height: auto
}

.game-card {
    position: relative;
    width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 8%)
}

.cat-item:hover, .game-card:hover {
    transform: translateY(10px)
}

.game-card:hover .game-details {
    visibility: visible
}

.game-card:hover img {
    border-color: var(--zon-theme-color)
}

.dropdown-content a:hover, .game-card a.text-md:hover {
    color: var(--zon-theme-color)
}

.game-card a.text-xs:hover, .liked {
    background: var(--zon-theme-color);
    color: #fff
}

.game-card img {
    overflow: hidden;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: var(--zon-card-shadow);
    border: 1px solid var(--zon-border-color);
    width: 190px;
    height:190px;
}

.game-card .game-details {
    padding: 6px
}

.game-card .game-meta {
    white-space: nowrap
}

.scroll-none::-webkit-scrollbar {
    display: none
}

@media screen and (max-width: 2220px) {
    .zontal-sidebar {
        width: 70px;
        background: var(--zon-theme-color) !important
    }

    .zontal-sidebar-head, .zontal-sidebar.active .icon-label, .zontal-sidebar.active .sb-divider, .zontal-sidebar.active .text {
        display: block
    }

    .zontal-sidebar-footer {
        display: none !important
    }

    .zontal-sidebar .icon-label, .zontal-sidebar .logo, .zontal-sidebar .more-button, .zontal-sidebar .sb-divider, .zontal-sidebar .text {
        display: none
    }

    .zontal-sidebar hr {
        display: block !important
    }

    .zontal-sidebar.active {
        position: fixed;
        left: 0;
        top: 0;
        width: 260px;
        box-shadow: var(--zon-sidebar-shadow)
    }

    .zontal-sidebar.active .zontal-sidebar-footer {
        display: flex !important
    }

    .zontal-sidebar.active .more-button {
        display: flex;
        z-index: 999
    }

    .zontal-sidebar.active .logo {
        display: block;
        max-width: 200px;
        max-height: 40px;
        object-fit: contain
    }

    .zontal-sidebar.active .overlay {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 0 !important
    }

    .zontal-start {
        padding: .25rem 2.75rem 0 calc(70px + 2.75rem)
    }
}

.Pagination button, .dropdown-menu {
    background: var(--zon-body-bg-color)
}

@media screen and (max-width: 1102px) {
    .zontal-sidebar {
        display: none
    }

    header .bm-sm {
        display: block !important
    }

    .zontal-sidebar.active {
        display: block
    }

    .zontal-start {
        padding: .25rem .5rem 0
    }
}

@media screen and (max-width: 614px) {
    .search-bar {
        width: 100% !important
    }
}

@media screen and (max-width: 707px) {
    .profile .text {
        display: none
    }
}

@media screen and (max-width: 444px) {
    .theme-changer {
        display: none !important
    }
}

@media screen and (max-width: 344px) {
    .profile {
        width: 3rem !important
    }
}

.d-none, .main-svg-sprite, .title_game_right, .zontal-sidebar.close .icon-label, .zontal-sidebar.close .logo, .zontal-sidebar.close .more-button, .zontal-sidebar.close .sb-divider, .zontal-sidebar.close .text, header .bm-sm {
    display: none
}

.zontal-sidebar .burger-menu {
    cursor: pointer
}

.zontal-sidebar .burger-menu:active {
    background: var(--zon-muted-color)
}

.zontal-sidebar {
    transition: width .3s;
    border-right: 1px solid var(--zon-border-color)
}

.profile:hover .dropdown-menu {
    right: 0;
    opacity: 1;
    visibility: visible
}

.dropdown-menu {
    position: absolute;
    right: 40px;
    opacity: 0;
    padding: 5px;
    top: 40px;
    width: 160px;
    z-index: 999999;
    border-radius: 5px;
    visibility: hidden;
    transition: .2s
}

.dropdown-menu ul li a {
    display: block;
    padding: 7px 6px;
    font-size: 14px
}

.left-pagination {
    left: 0;
    margin-left: 10px;
    pointer-events: all
}

.m-slider-container:hover .pagination-container, .wrapper svg.active-icon {
    top: 50%;
    opacity: 1;
    visibility: visible
}

.left-pagination button {
    margin-left: 20px
}

.right-pagination button {
    margin-right: 20px
}

.right-pagination {
    right: 0;
    pointer-events: all;
    margin-right: 10px
}

.pagination-container, .wrapper svg {
    pointer-events: none;
    visibility: hidden
}

.pagination-container {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 60%;
    transform: translateY(-50%);
    z-index: 99;
    left: 0;
    transition: .5s;
    opacity: 0
}

.heading, .page-heading, .wrapper, .zontal-nav {
    position: relative
}

.Pagination button {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #111;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: 0
}

.Pagination button.swiper-button-disabled {
    opacity: .5
}

.pag-cur {
    height: 30px !important;
    width: 30px !important;
    background: var(--zon-cursor-color) !important
}

.zontal-sidebar-body a {
    position: relative;
    z-index: 1
}

.zontal-sidebar-body a::before {
    content: '';
    position: absolute;
    height: 100%;
    right: 0;
    transition: .6s;
    width: 100%;
    background-image: linear-gradient(to left, transparent 1%, var(--zon-theme-color) 100%, transparent);
    border-right: 1px solid var(--zon-theme-color);
    opacity: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: -1
}

.zontal-sidebar-body a.active-page:before, .zontal-sidebar-body a:hover:before {
    opacity: 1
}

.burger-menu, .burger-menu-sm, .zontal-sidebar-body a.active-page span, .zontal-sidebar-body a:hover span {
    color: #fff
}

.game-action-buttons, .view-more a {
    color: var(--zon-common-text-color)
}

.wrapper input:checked ~ svg path, .zontal-sidebar-body a.active-page svg path, .zontal-sidebar-body a:hover svg path {
    stroke: #fff
}

.zontal-sidebar-body a.active-page p, .zontal-sidebar-body a:hover p {
    color: #fff !important
}

.zontal-sidebar .category-list a {
    padding: 2px 15px;
    margin-top: 10px
}

.liked path, .more-button:hover path, .zontal-sidebar .category-list a:hover svg path {
    stroke: #fff !important
}

.more-button {
    transition: .2s;
    margin-top: 20px
}

.more-button:hover {
    background: var(--zon-theme-color) !important;
    color: #fff
}

.list-cursor-effect {
    width: 100px;
    height: 40px;
    border-radius: 4px;
    opacity: 0
}

.wrapper, .wrapper input {
    height: 39px;
    border-radius: 50%
}

.wrapper {
    width: 59px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wrapper input {
    width: 39px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: var(--zon-toggler-bg-color);
    cursor: pointer
}

.wrapper input:checked {
    background: #ff4500
}

.pagination span.current, .tags a:hover, .view-more a {
    background: var(--zon-more-button-bg-color)
}

.wrapper svg {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    transition: .3s;
    opacity: 0
}

.wrapper svg path {
    stroke: var(--zon-icon-color)
}

.zontal-sidebar.close {
    width: 70px;
    background: var(--zon-body-bg-color) !important;
    z-index: 99
}

.zontal-sidebar.close .zontal-sidebar-footer {
    display: none !important
}

.zontal-sidebar.close hr {
    display: block !important
}

.heading::before, .page-heading::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    border-radius: 10px;
    height: 4px;
    background: var(--zon-common-text-color)
}

@media screen and (max-width: 640px) {
    .rounded-lg .game-card {
        width: 100% !important
    }
}

.game-action-buttons {
    transition: .1s;
    background: var(--zon-search-bg-color)
}

.game-action-buttons:hover {
    transition: .1s;
    background: var(--zon-theme-color) !important;
    color: #fff
}

.game-action-buttons:hover path {
    transition: .1s;
    stroke: #fff !important
}

.main-gameplay {
    width: 100%;
    overflow: hidden;
    flex: 1
}

.game-frame .content .game-iframe {
    width: 100%
}

.sidebar {
    width: calc((11.875rem * 3) + 32px)
}

@media screen and (max-width: 670px) {
    .game-meta-container {
        flex-direction: column;
        align-items: center
    }
}

.share-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: var(--zon-overlay-bg-color)
}

.bg-blog-banner, .bg-blog-banner img {
    object-fit: cover;
    z-index: -1;
    position: absolute
}

.share-modal .modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 500px;
    background: var(--zon-body-bg-color);
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 300px;
    border-radius: 20px;
    box-shadow: var(--zon-sidebar-shadow);
    padding: 60px
}

.bg-blog-banner img, .bg-blog-banner::before, .search-bar .clicker {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

.action-button button, .cat-item, .game-section {
    box-shadow: var(--zon-card-shadow)
}

.ads img, .cat-item .cat-img img {
    border-radius: 10px
}

.bg-blog-banner {
    left: 0;
    height: 40vh;
    overflow: hidden;
    width: 100%
}

.bg-blog-banner::before {
    content: '';
    position: absolute;
    background: linear-gradient(#000000e5, #000000e5)
}

.blog-container {
    max-width: 900px;
    margin: auto;
    z-index: 999
}

@media screen and (max-width: 577px) {
    .blog-meta-details {
        flex-direction: column
    }

    .bg-blog-banner {
        height: 60vh
    }
}

@media screen and (max-width: 512px) {
    .search-bar {
        position: static !important
    }

    .live-search {
        width: 100% !important
    }
}

.search-bar .clicker {
    display: none;
    position: fixed
}

@media screen and (max-width: 452px) {
    .pagination-container {
        display: flex !important;
        top: 50%;
        opacity: 1;
        visibility: visible;
        z-index: 1
    }
}

.dis-cat {
    display: flex;
    align-items: center;
    gap: 8px
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    vertical-align: top;
    /*fill: inherit;*/
    width: inherit;
    height: inherit
}

.btn-controller {
    background: 0;
    color: #777
}

.button-close, .game-section, .main-gameplay .game-meta-container {
    background: var(--zon-theme-color) !important
}

.btn-controller .svg-icon {
    width: 20px;
    height: 24px
}

.games-play .page-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.view-more {
    padding-top: 20px;
    display: flex;
    align-items: center;
    font-weight: 700;
    justify-content: center
}

.game-meta, .tags a {
    align-items: center;
    display: flex
}

.view-more a {
    padding: 10px 20px;
    border-radius: 6px;
    max-width: 200px;
    width: 100%;
    transition: transform .2s linear;
    text-align: center
}

.view-more a:hover {
    transform: translateY(3px)
}

.sidebar .game-card, .silders-category .game-card, .silders-hot .game-card, .silders-popular .game-card {
    padding: 0
}

.main-gameplay .game-meta-container {
    border-radius: 16px;
    border: 1px solid var(--zon-border-color);
    box-shadow: var(--zon-card-shadow);
    margin: 24px 0 0
}

.pd-20 {
    padding-bottom: 20px
}

.mb-12 {
    margin-bottom: 12px
}

.game-section {
    border: 1px solid var(--zon-border-color);
    padding: 24px;
    border-radius: 16px
}

.game-meta {
    justify-content: center;
    gap: 5px
}

.game-meta img {
    border-radius: 3px
}

.live-search-input:focus, .single-description {
    color: #000
}

.single-description h3:not([class]) {
    color: var(--zon-more-button-bg-color);
    font-size: 22px;
    font-weight: 600;
    text-align: start;
    margin: 0 0 12px
}

.privacy-content p:not([class]), .single-description p:not([class]) {
    line-height: 1.8;
    color: var(--zon-common-text-color);
    margin: 0 0 12px
}

.privacy-content a:not([class]), .single-description a:not([class]) {
    color: var(--zon-more-button-bg-color);
    text-decoration: underline
}

.privacy-content a:not([class]):hover, .single-description a:not([class]):hover {
    text-underline-offset: 4px
}

.privacy-content h1:not([class]), .single-description h2:not([class]) {
    font-size: 22px;
    margin: 0 0 12px;
    text-transform: uppercase;
    color: var(--zon-more-button-bg-color);
    font-weight: 700
}

.single-description img:not([class]) {
    margin: 8px auto
}

.privacy-content h3:not([class]), .privacy-content h4:not([class]), .single-description h4:not([class]) {
    font-size: 18px;
    margin: 0 0 12px;
    color: var(--zon-more-button-bg-color);
    font-weight: 700
}

.single-description ol:not([class]), .single-description ul:not([class]) {
    padding-left: 24px;
    margin: 0 0 12px
}

.privacy-content ul:not([class]) li, .single-description ol:not([class]) li, .single-description ul:not([class]) li {
    color: var(--zon-common-text-color);
    margin: 0 0 12px;
    list-style: disc
}

.tags {
    display: flex;
    flex-wrap: wrap
}

.tags a {
    color: var(--zon-common-text-color);
    justify-content: center;
    border: 1px solid var(--zon-border-color);
    border-radius: .3125rem;
    text-decoration: none;
    padding: .25rem .5rem;
    margin: 0 .25rem .5rem;
    gap: 4px
}

.pagination li, .pagination ul {
    padding: 0;
    list-style: none
}

.tags a:hover {
    border-color: var(--zon-border-color);
    color: #fff
}

.tags a span {
    font-size: 14px
}

.game-card .game-details {
    visibility: hidden;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 8px
}

.game-card .game-details:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    box-shadow: 0 -20px 20px 20px rgb(0 0 0 / 54%);
    bottom: -15px;
    left: 0;
    z-index: 1
}

.game-card .game-details .game-details-link, .game-card .game-details .games-details-link {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: calc(100% - 20px);
    padding: 10px 0
}

.game-card .game-details .game-details-link a, .game-card .game-details .games-details-link {
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.game-details .text-xs {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px
}

.cat-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 10px;
    transition: .3s ease-in-out;
    border-radius: 8px;
    margin-right: 10px;
    border: 1px solid var(--zon-border-color)
}

.grid-games-new, .grid_side {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(120px, 1fr))
}

.overflow-x-scroll {
    overflow-x: hidden
}

.grid-games-new {
    gap: 10px
}

@media (max-width: 1680px) {
    .grid_side {
        display: grid;
        grid-template-columns:repeat(3, 130px);
        display: grid;
        grid-template-columns:repeat(2, 130px)
    }

    .grid_side .game-card:nth-child(n+10) {
        display: none
    }
}

@media (max-width: 1200px) {
    .grid_side {
        display: grid;
        grid-template-columns:repeat(auto-fill, minmax(130px, 1fr))
    }
}

.grid-games-new .game-card {
    width: 100%;
}

.pagination {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: 700
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row wrap;
    margin: 20px 0;
    gap: 3px
}

.navbar-menu a, .pagination a, .pagination span {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none
}

.pagination span.current {
    color: #fff
}

.pagination li a {
    padding: 0 2px
}

.pagination a, .pagination span {
    font-weight: 500;
    z-index: 0;
    padding: 0 5px;
    font-size: 1rem;
    text-align: center;
    color: var(--zon-common-text-color);
    min-width: 38px;
    height: 38px;
    line-height: 38px;
    opacity: 1;
    margin: 0 3px;
    border-radius: 8px;
    background: var(--zon-search-bg-color);
    cursor: pointer
}

.heading h1, .view_more {
    font-weight: 700
}

.pl-pb-8 {
    padding-left: 8px;
    padding-bottom: 8px
}

.button-close {
    position: fixed;
    left: 259px;
    top: -67px;
    width: 40px;
    height: 40px;
    z-index: 100;
    border-radius: 0 10px 10px 0;
    border: 1px solid var(--zon-border-color);
    border-left: unset;
    transition: top .3s linear
}

.button-close .btn-close .svg-icon {
    width: 15px;
    height: 15px
}

.container-footer {
    border-top: 1px solid var(--zon-border-color);
    padding: 20px 0;
    margin-top: auto;
    width: 100%
}

.box-privacy, .page-content {
    margin-top: 20px
}

#footer {
    max-width: 1600px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-footer {
    display: flex;
    align-items: center;
    gap: 12px
}

.box-privacy .z-container {
    padding: 20px
}

.box-privacy .privacy-content ul {
    padding-left: 24px
}

.burger-menu {
    background: 0 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.load-page, .loading {
    width: 100%;
    height: 100%
}

.burger-menu .svg-icon, .burger-menu-sm .svg-icon {
    width: 20px;
    height: 20px
}

@media screen and (max-width: 800px) {
    .register-button {
        display: none !important
    }

    .logo-footer {
        display: none
    }

    .menu-footer {
        flex-flow: row wrap;
        justify-content: center
    }

    #footer {
        justify-content: center
    }
}

.game-details-link {
    max-width: 150px
}

.btn_up {
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: var(--zon-more-button-bg-color);
    color: #fff;
    border-radius: 7px;
    padding: 8px;
    z-index: 10
}

.page-content {
    padding: 20px
}

.mx-14 {
    margin: 0 -14px
}

.games-details-link {
    flex: 1;
    overflow: hidden
}

.visible-hidden {
    visibility: hidden
}

.load-page {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    display: none
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center
}

.loader {
    width: 45px;
    aspect-ratio: 1;
    background: linear-gradient(#0000 calc(1 * 100% / 6), #fff 0 calc(3 * 100% / 6), #0000 0) left bottom, linear-gradient(#0000 calc(2 * 100% / 6), #fff 0 calc(4 * 100% / 6), #0000 0) center bottom, linear-gradient(#0000 calc(3 * 100% / 6), #fff 0 calc(5 * 100% / 6), #0000 0) right bottom;
    background-size: 20% 600%;
    background-repeat: no-repeat;
    animation: 1s linear infinite l3
}

.header {
    padding-right: .5rem;
    padding-left: .5rem;
    border: 1px solid var(--zon-border-color);
    background-image: linear-gradient(to top, #006fc1, #013e99 0, #013e99 56%, #013e99 59%)
}

.logo-header {
    max-width: 100px
}

.logo-header img {
    max-height: 40px;
    object-fit: contain
}

@keyframes l3 {
    100% {
        background-position: left top, center top, right top
    }
}

.game-Box img {
    width: 55px;
    height: 100%
}

.info-game__container {
    display: flex;
    align-items: flex-start;
    gap: 24px
}

.comment-area {
    width: 420px
}

.info-game__group {
    flex: 1
}

.ads_grid3x3 {
    grid-column: span 3;
    /*-ms-grid-row: span 3;*/
    grid-row: span 3
}

@media (max-width: 105em) {
    .game-play-container .grid_side .rounded-lg:nth-child(-n+3) {
        display: none
    }

    .sidebar {
        width: fit-content
    }

    .ads_grid3x3 {
        grid-column: span 2;
        grid-row: span 2
    }
}

@media screen and (max-width: 1380px) {
    .game-play-container .grid_side .rounded-lg:nth-child(-n+6) {
        display: none
    }
}

@media screen and (max-width: 1200px) {
    .game-play-container .grid_side .rounded-lg:nth-child(-n+6) {
        display: block
    }

    .info-game__container .comment-area {
        width: 350px
    }

    .game-play-container {
        flex-direction: column
    }

    .game-play-container .sidebar {
        width: 100% !important
    }
}

@media screen and (max-width: 1024px) {
    .grid_side {
        grid-template-columns:repeat(auto-fill, minmax(130px, 1fr))
    }

    .info-game__container {
        flex-direction: column
    }

    .info-game__container .comment-area, .info-game__container .info-game__group {
        width: 100%
    }

    .game-play-container .sidebar {
        width: 100% !important
    }
}

.action-button {
    display: flex;
    align-items: center;
    gap: 6px
}

.action-button button {
    background: 0 0;
    outline: 0;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid var(--zon-border-color);
    padding: 6px 8px
}

.action-button button .svg-icon {
    width: 18px;
    height: 18px
}

.action-button button.swiper-button-disabled {
    opacity: .4
}

.blur {
    background-color: rgba(0, 0, 0, .7);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    display: none
}

.category_slider .swiper-slide, .silders-category .swiper-slide, .silders-hot .swiper-slide, .silders-popular .swiper-slide {
    width: fit-content !important
}

.view_more {
    color: var(--zon-more-button-bg-color);
    font-size: 14px
}

.view_more:hover {
    text-decoration: underline
}

@media (max-width: 992px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-block {
        display: block !important
    }
}

.navbar-menu {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.navbar-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.navbar-menu a {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.navbar-menu li::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 1px;
    background: rgba(255, 255, 255, .4);
    right: 0;
    top: 50%;
    margin-top: -6px
}

.dropbtn, li.menu-item a {
    color: var(--zon-common-text-color);
    text-align: center;
    padding: 6px 12px;
    text-decoration: none;
    width: 100%
}

.dropbtn .svg-icon {
    width: 15px;
    height: 15px;
    vertical-align: middle
}

li.dropdown {
    display: inline-block;
    position: relative
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--zon-theme-color);
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 999
}

.banner-row, .dropdown:hover .dropdown-content {
    display: block
}

.dropdown-content a {
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    display: block;
    text-align: left
}

li.menu-item a:hover {
    color: #fcd226
}

.text_visible > * {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    line-height: 0 !important
}

.search__submit {
    color: var(--zon-search-bg-color)
}

.banner-row {
    margin: 12px auto;
    max-width: 1200px;
    width: 100%;
    padding: 8px;
    background: #0000002e
}










code, html, kbd, pre, samp {
    font-family: Fredoka, sans-serif
}

a, hr {
    color: inherit
}

progress, sub, sup {
    vertical-align: baseline
}

blockquote, body, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, menu, ol, p, pre, ul {
    margin: 0
}

fieldset, legend, menu, ol, ul {
    padding: 0
}

.bg-blue-400, .bg-blue-500, .bg-blue-800, .bg-red-600 {
    --tw-bg-opacity: 1
}

*, ::after, ::before {
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

::after, ::before {
    --tw-content: ''
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-feature-settings: normal
}

hr {
    height: 0;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

code, kbd, pre, samp {
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

menu, ol, ul {
    list-style: none
}

textarea {
    resize: vertical
}

input::placeholder, textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

.cursor-pointer, [role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio, canvas, embed, iframe, img, object, svg, video {
    display: block;
    /*vertical-align: middle*/
}

img, video {
    max-width: 100%;
    height: auto
}

.hidden, [hidden] {
    display: none
}

/*::-webkit-backdrop {*/
/*    --tw-border-spacing-x: 0;*/
/*    --tw-border-spacing-y: 0;*/
/*    --tw-translate-x: 0;*/
/*    --tw-translate-y: 0;*/
/*    --tw-rotate: 0;*/
/*    --tw-skew-x: 0;*/
/*    --tw-skew-y: 0;*/
/*    --tw-scale-x: 1;*/
/*    --tw-scale-y: 1;*/
/*    --tw-scroll-snap-strictness: proximity;*/
/*    --tw-ring-offset-width: 0px;*/
/*    --tw-ring-offset-color: #fff;*/
/*    --tw-ring-color: rgb(59 130 246 / 0.5);*/
/*    --tw-ring-offset-shadow: 0 0 #0000;*/
/*    --tw-ring-shadow: 0 0 #0000;*/
/*    --tw-shadow: 0 0 #0000;*/
/*    --tw-shadow-colored: 0 0 #0000*/
/*}*/

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.top-0 {
    top: 0
}

.top-10 {
    top: 2.5rem
}

.left-0 {
    left: 0
}

.z-50 {
    z-index: 50
}

.z-40 {
    z-index: 40
}

.mt-4 {
    margin-top: 1rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-2 {
    margin-top: .5rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.block {
    display: block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.h-7 {
    height: 1.75rem
}

.h-14 {
    height: 3.5rem
}

.h-full {
    height: 100%
}

.h-10 {
    height: 2.5rem
}

.h-4 {
    height: 1rem
}

.h-12 {
    height: 3rem
}

.min-h-\[fit\] {
    /*min-height: fit*/
}

.w-full {
    width: 100%
}

.w-7 {
    width: 1.75rem
}

.w-96 {
    width: 24rem
}

.w-14 {
    width: 3.5rem
}

.w-fit {
    /*width: -moz-fit-content;*/
    width: fit-content
}

.w-10 {
    width: 2.5rem
}

.w-4 {
    width: 1rem
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.animate-spin {
    animation: 1s linear infinite spin
}

.select-none {
    -webkit-user-select: none;
    user-select: none
}

.grid-cols-1 {
    grid-template-columns:repeat(1, minmax(0, 1fr))
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-5 {
    gap: 1.25rem
}

.gap-4 {
    gap: 1rem
}

.gap-2 {
    gap: .5rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-3 {
    gap: .75rem
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded-md {
    border-radius: .375rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-xl {
    border-radius: .75rem
}

.rounded-lg {
    border-radius: .5rem
}

.border-\[6px\] {
    border-width: 6px
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-4 {
    border-width: 4px
}

.border-\[var\(--zon-muted-color\)\] {
    border-color: var(--zon-muted-color)
}

.border-\[transparent\], .border-transparent {
    border-color: transparent
}

.border-\[var\(--zon-theme-color\)\], .hover\:border-\[var\(--zon-theme-color\)\]:hover {
    border-color: var(--zon-theme-color)
}

.border-\[var\(--zon-comment-input-b-color\)\] {
    border-color: var(--zon-comment-input-b-color)
}

.border-l-\[var\(--zon-theme-color\)\] {
    border-left-color: var(--zon-theme-color)
}

.bg-transparent {
    background-color: transparent
}

.bg-\[var\(--zon-body-bg-color\)\] {
    background-color: var(--zon-theme-color)
}

.bg-blue-800 {
    background-color: rgb(30 64 175 / var(--tw-bg-opacity))
}

.bg-blue-400 {
    background-color: rgb(96 165 250 / var(--tw-bg-opacity))
}

.bg-red-600 {
    background-color: rgb(220 38 38 / var(--tw-bg-opacity))
}

.bg-blue-500 {
    background-color: rgb(59 130 246 / var(--tw-bg-opacity))
}

.bg-\[var\(--zon-theme-color\)\] {
    background-color: var(--zon-theme-color)
}

.bg-\[var\(--zon-gmeta-bg-color\)\] {
    background-color: var(--zon-gmeta-bg-color)
}

.p-6 {
    padding: 1.5rem
}

.p-4 {
    padding: 1rem
}

.p-2 {
    padding: .5rem
}

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

.py-1\.5 {
    padding-top: .375rem;
    padding-bottom: .375rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-0\.5 {
    padding-top: .125rem;
    padding-bottom: .125rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-\[10px\] {
    font-size: 10px
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

.hover\:text-white:hover, .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-\[var\(--zon-common-text-color\)\] {
    color: var(--zon-common-text-color)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    /*box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)*/
}

.outline-none {
    outline: transparent solid 2px;
    outline-offset: 2px
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.duration-300 {
    transition-duration: .3s
}

.hover\:border-blue-500:hover {
    --tw-border-opacity: 1;
    border-color: rgb(59 130 246 / var(--tw-border-opacity))
}

.hover\:bg-\[var\(--zon-search-hover-color\)\]:hover {
    background-color: var(--zon-common-text-color)
}

.hover\:bg-\[var\(--zon-theme-color\)\]:hover {
    background-color: var(--zon-theme-color)
}

.hover\:bg-\[var\(--zon-blog-social-button-bg-hover-color\)\]:hover {
    background-color: var(--zon-blog-social-button-bg-hover-color)
}

.focus\:outline-\[var\(--zon-theme-color\)\]:focus {
    outline-color: var(--zon-theme-color)
}

@media (min-width: 350px) {
    .cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 540px) {
    .grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }

    .grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns:repeat(3, minmax(0, 1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .md\:grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }

    .md\:grid-cols-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr))
    }

    .md\:grid-cols-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr))
    }

    .md\:grid-cols-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr))
    }

    .md\:grid-cols-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr))
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .lg\:grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }

    .lg\:grid-cols-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr))
    }

    .lg\:grid-cols-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr))
    }

    .lg\:grid-cols-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr))
    }

    .lg\:grid-cols-9 {
        grid-template-columns:repeat(9, minmax(0, 1fr))
    }
}

@media (min-width: 1280px) {
    .xl\:grid-cols-4 {
        grid-template-columns:repeat(4, minmax(0, 1fr))
    }

    .xl\:grid-cols-5 {
        grid-template-columns:repeat(5, minmax(0, 1fr))
    }

    .xl\:grid-cols-6 {
        grid-template-columns:repeat(6, minmax(0, 1fr))
    }

    .xl\:grid-cols-7 {
        grid-template-columns:repeat(7, minmax(0, 1fr))
    }

    .xl\:grid-cols-8 {
        grid-template-columns:repeat(8, minmax(0, 1fr))
    }

    .xl\:grid-cols-2 {
        grid-template-columns:repeat(2, minmax(0, 1fr))
    }
}



.latest-game{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display:flex;
    display: -ms-flexbox;
    box-sizing: content-box;
}

.right-10{
    margin-right:10px;
}

.width-100{
    width: fit-content;
}

@media screen and (max-width: 568px) {
    .latest-game{
        display: grid!important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .right-10{
        margin-right: 0!important;
    }

    .width-100{
        width:100%!important;
    }

    .new-img img{
        max-width:125px!important;
        max-height:125px!important;
    }
}

.cat-img{
    max-width: 45px;
    max-height: 45px;
}

.new-img img{
    /*max-width:125px;*/
    /*max-height:125px;*/
    width:125px;
    height:125px;
}







.game_area_frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    background: #0a0a0a;
    border-radius: 20px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 5px 13px -2px #00000038;
}

.game-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.game-preview-bgi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-position: center;
    background-size: cover;
    filter: blur(6px);
}

.game-preview__content {
    position: relative;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.game-preview__logo img {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 1rem 0 #fff;
    box-shadow: 0 0 1rem 0 #fff;
    min-width: 200px;
    max-width: 250px;
}

.game-preview__title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 20px auto;
    background: linear-gradient(90deg, rgba(30, 87, 153, 0) 0, rgba(0, 0, 0, .3) 50%, rgba(125, 185, 232, 0));
    width: 100%;
    text-align: center;
    padding: 14px;
    font-family: inherit;
}

.play-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.play-btn__ctrl {
    overflow: hidden;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 1rem 0 #fff;
    background: #FF3814;
    font-weight: 700;
    color: #fff;
    height: 50px;
    font-size: 22px;
    padding: 0 32px;
    border-radius: 16px;
    border: 0;
    margin: 0;
    cursor: pointer;
    -webkit-overflow-scrolling: touch;
    transition: box-shadow ease .15s, background-color ease .15s, transform ease .1s, opacity ease .1s;
}


.game-frame, .game-frame iframe {
    width: 100%;
}


body.isMobile .game-preview__logo {
    display: none;
}

body.isMobile .game_area_frame {
    min-height: 320px;
    height: 100% !important
}

.game-preview__content a{
    text-align:center;
}

.game-preview__logo img{
    margin:auto;
}


@media screen and (max-width: 568px) {
    .game_area_frame{
        min-height: 250px!important;
        height: 100% !important;
    }

    .game-preview__logo img{
        max-width: 100px!important;
        min-width:100px!important;
    }

    .game-preview__title{
        margin: 0!important;
    }
}

.pri-ul{
    list-style: disc;
    padding-left: 2rem;
    color: #fff;
    margin-bottom: 1rem;
}