.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important
}


@font-face {
    font-family: "BalooThambi2";
    src: url("../fonts/BalooThambi2-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "BalooThambi2";
    src: url("../fonts/BalooThambi2-SemiBold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "BalooThambi2";
    src: url("../fonts/BalooThambi2-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

:root {
    --denim-blue: #010101;
    --green-7: #1095cb;
    --grey-2: #4e5969;
    --grey-3: #666C77;
    --grey-5: #bac9de;
    --grey-7: #eceef0;
    --grey-9: #f9fbff;
    --game-blue: #29234e;
    --game-links: #ff6700;
    --game-hover: #0ea3f1;
    --pure-white: #fff;
    --yellow: #ffd400;
    --maxPageWidth: 1144px;
    --maxGameWidth: 1031px;
    --cellSize: 100px;
    --cellSpacing: 16px;
    --navShadow: 0 6px 32px 0 rgba(0, 0, 0, 0.24);
    --bezier: cubic-bezier(0.25, 0.1, 0.25, 1);
    --gameInfoHeight: 64px;
    --borderRadius: 20px
}

html::-webkit-scrollbar {
    width: 5px;
    display: none;
}

html::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
    background-color: #5db4f2;
}

html::-webkit-scrollbar-track {
    border-radius: 10px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

*:before,
*:after {
    box-sizing: border-box;
}

img,
a {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none
}

img {
    max-width: 100%;
    height: auto
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

html {
    background: #071860;
    box-sizing: border-box;
    color: var(--grey-9);
    font-family: "BalooThambi2";
    font-size: 16px;
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0 !important;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    text-rendering: optimizeSpeed;
    font-family: "BalooThambi2";
}

img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

h1,
h2 {
    font-family: "BalooThambi2";
    font-size: 24px;
}

a {
    text-decoration: none;
    color: var(--game-links)
}

a:hover {
    text-decoration: underline;
}

.sticky {
    position: sticky !important;
    top: 16px !important
}

.Bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1
}

.app-root {
    width: 100%;
    height: 100%;
    max-width: var(--maxPageWidth);
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.De {
    grid-template-areas: "menu-spacer menu-spacer item-trending-0 item-trending-0 item-trending-0 item-trending-8 item-trending-8 item-trending-3 item-trending-3 .........." "item-trending-5 item-trending-5 item-trending-0 item-trending-0 item-trending-0 item-trending-8 item-trending-8 item-trending-3 item-trending-3 .........." "item-trending-5 item-trending-5 item-trending-0 item-trending-0 item-trending-0  item-trending-6 item-trending-6 item-trending-1 item-trending-1 item-trending-1" "item-trending-4 item-trending-4 item-trending-7 item-trending-7 .......... item-trending-6  item-trending-6 item-trending-1 item-trending-1 item-trending-1" "item-trending-4 item-trending-4 item-trending-7 item-trending-7 .......... .......... .......... item-trending-1 item-trending-1 item-trending-1" "item-trending-2 item-trending-2 item-trending-2 item-trending-9 item-trending-9 item-trending-10 item-trending-10 item-trending-11 item-trending-11 .........." "item-trending-2 item-trending-2 item-trending-2 item-trending-9 item-trending-9 item-trending-10 item-trending-10 item-trending-11 item-trending-11 .........." "item-trending-2 item-trending-2 item-trending-2 .......... .......... .......... .......... .......... .......... .........."
}

.oe {
    display: grid;
    grid-template-columns: repeat(10, var(--cellSize));
    grid-template-rows: repeat(auto-fill, var(--cellSize));
    grid-gap: var(--cellSpacing);
    grid-auto-flow: row dense;
    justify-content: center;
    padding: 0
}

.oe::before {
    content: "";
    display: block;
    grid-column-start: span 2
}

.me {
    position: relative;
    padding: 16px 0 0
}

.cSt {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: transform .6s var(--bezier);
    will-change: transform;
    overflow: hidden;
    box-shadow: 0 1px 2px hsl(0deg 0% 0%);
    border-radius: var(--borderRadius);
}

.gRL .cSt {
    width: 100px;
    height: 100px;
}

.cSt:hover {
    transform: scale(1.02) translateY(-4px);
    transition-duration: .3s
}

.cSt:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, .3),#00000094 40%);
    transition: opacity .3s var(--bezier);
    z-index: 21;
    pointer-events: none
}

.cSt:after {
    border-radius: var(--borderRadius)
}

.cSt:hover:after {
    opacity: 1
}

.cSt:hover .Pab {
    opacity: .96
}

.g0 {
    grid-area: item-trending-0;
    width: 100%;
    height: 100%;
}

.g1 {
    grid-column-end: span 2;
    grid-row-end: span 2;;
    width: 100%;
    height: 100%;
}

.g2 {
    grid-column-end: span 2;
    grid-row-end: span 2;;
    width: 100%;
    height: 100%;
}

.g3 {
    grid-area: item-trending-3;
    width: 100%;
    height: 100%;
}

.g4 {
    grid-area: item-trending-4;
    width: 100%;
    height: 100%;
}

.g5 {
    grid-area: item-trending-5;
    width: 100%;
    height: 100%;
}

.g6 {
    grid-area: item-trending-6;
    width: 100%;
    height: 100%;
}

.g7 {
    grid-area: item-trending-7;
    width: 100%;
    height: 100%;
}

.g8 {
    grid-area: item-trending-8;
    width: 100%;
    height: 100%;
}

.g9 {
    grid-area: item-trending-9;
    width: 100%;
    height: 100%;
}

.g10 {
    grid-area: item-trending-10;
    width: 100%;
    height: 100%;
}

.g11 {
    grid-area: item-trending-11;
    width: 100%;
    height: 100%;

}

.Gn {
    visibility: visible;
    pointer-events: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 6px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    z-index: 22;
    transition: transform .3s var(--bezier) .1s, opacity .3s var(--bezier) .1s;
    will-change: transform;
    width: 100%;
}

.cSt:not(:hover) .Gn {
    transform: translateY(8px);
    opacity: 0
}

.bVs {
    color: #fff;

}

.cSt:hover .Gn,
.cSt:hover .wpp-post-title {
    opacity: 1;
}

.Tf {
    display: flex;
    /* min-width: var(--cellSize); */
    /* min-height: var(--cellSize); */
    position: relative
}

.Tf .Gn,
.Tf .wpp-post-title {
    line-height: 1.2;
}

.Pa {
    width: 100%;
    height: 100%;
    border-radius: var(--borderRadius);
    transition: transform .6s var(--bezier);
    object-fit: cover;
}

.Pab {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5;
    border-radius: var(--borderRadius);
    box-shadow: 0 6px 12px 0 rgb(0 0 0/45%);
    pointer-events: none
}

.menu {
    width: calc(var(--cellSize) * 2 + var(--cellSpacing));
    height: 95px;
    position: fixed;
    max-width: inherit;
    top: 15px;
    background: #ff6700;
    box-shadow: var(--navShadow);
    overflow: hidden;
    border-radius: 24px;
    display: flex;
    z-index: 999;
    transition: width, height .25s ease;
    will-change: transform;
    opacity: 1;
    visibility: visible;
}

.menu.oPs .logo {
    display: none
}

.menu .logo {
    width: 100%;
    height: 100%;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    z-index: 1
}

.menu .logo a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    transition: transform .3s ease;
    will-change: transform
}

.menu .logo a:hover {
    transform: scale(1.05)
}

.gP .logo {
    width: 60%
}

.menu .logo svg, .menu .logo img {
    width: 120px;
    object-fit: cover;
}

.menu .nav-items {
    width: 90px;
    height: 100%;
}

.menu .nav-items ul {
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
    flex-direction: column;

}

.menu .nav-items ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 0 0 50%;
    height: 100%;
    cursor: pointer;
    padding: 6px 12px;
}

/*.menu .nav-items ul li::after {
    content: "";
    border-right: 2px solid var(--grey-7);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}*/

.menu .nav-items ul li:last-child::after {
    display: none
}


.menu .nav-items ul li img {
    width: 24px
}

.menu .nav-items ul li svg {
    width: 22px
}

.menu .nav-items ul li svg path {
    fill: var(--grey-3)
}

.nTp {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: var(--maxPageWidth);
    margin: 40px auto 0;
    gap: 24px;
    padding: 0
}

.nTp.mT {
    margin: 136px auto 0;
    max-height: calc(100vh - 181px)
}

.snTp {
    flex-direction: unset !important;
    align-items: unset !important
}

.osY {
    overflow-y: auto
}

.blocks {
    position: relative
}

.gTa {
    grid-template-areas: "head-spacer head-spacer head-spacer .......... .........." "item-trending-1 item-trending-1 item-trending-2 item-trending-2 .........." "item-trending-1 item-trending-1 item-trending-2 item-trending-2 .........." "item-trending-3 item-trending-3 item-trending-4 item-trending-4 .........." "item-trending-3 item-trending-3 item-trending-4 item-trending-4 .........."
}

.nGs {
    display: grid;
    grid-template-columns: repeat(5, var(--cellSize));
    grid-template-rows: repeat(auto-fill, var(--cellSize));
    grid-gap: var(--cellSpacing);
    grid-auto-flow: row dense;
    padding: 0
}

.nGs::before,
.cGs::before {
    content: "";
    display: block;
    grid-column-start: span 3
}

.cTa {
    grid-template-areas: " head-spacer     head-spacer     head-spacer     ..........      ..........      ..........      ..........      ..........      ..........      ..........      " " item-trending-1 item-trending-1 item-trending-2 item-trending-2 item-trending-3 item-trending-3 item-trending-4 item-trending-4 item-trending-5 item-trending-5 " " item-trending-1 item-trending-1 item-trending-2 item-trending-2 item-trending-3 item-trending-3 item-trending-4 item-trending-4 item-trending-5 item-trending-5 "
}

.cGs {
    display: grid;
    grid-template-columns: repeat(10, var(--cellSize));
    grid-template-rows: repeat(auto-fill, var(--cellSize));
    grid-gap: var(--cellSpacing);
    grid-auto-flow: row dense;
    padding: 0
}

.head-title {
    width: calc(var(--cellSize) * 3 + var(--cellSpacing) * 2);
    height: var(--cellSize);
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    background: hsla(0, 0%, 100%, .5);
    box-shadow: 0 6px 12px 0 rgb(0 0 0/24%);
    border-radius: var(--borderRadius)
}

.head-title h2 {
    font-size: 28px;
    color: var(--denim-blue);
    line-height: 20px;
    display: flex;
    align-items: baseline;
    text-align: center
}

.tGs {
    display: grid;
    grid-template-columns: repeat(10, var(--cellSize));
    grid-template-rows: repeat(auto-fill, var(--cellSize));
    grid-gap: var(--cellSpacing);
    grid-auto-flow: row dense;
    padding: 0
}

.tGs::before {
    content: "";
    display: block;
    grid-column-start: span 2
}

.tGs .head-title {
    width: calc(var(--cellSize) * 2 + var(--cellSpacing) * 1)
}

.tGrd {
    grid-template-areas: "head-spacer head-spacer head-spacer .......... .......... .......... .......... .......... .........." "........... ........... ........... .......... .......... .......... .......... .......... .........."
}

.about {
    width: 100%;
    position: relative;
    margin: 0 0 24px;
    padding: 18px 24px;
    background: #19286b;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.19);
    border: 3px solid #252b85;
    color: #fff;
    z-index: 10;
    border-radius: 16px;

}

.content-game {
    flex: 1;
    font-size: 16px;
}

.about .sTitle {
    font-size: 9px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    padding: 0
}

.about h1 {
    font-size: 36px;
    color: #ff6700;
}

.about h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 12px;
    color: #ff6700;
}

.about h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #ff6700;
}

.about p {
    font-size: 16px;
    margin-bottom: 12px;
}

.about ul:not([class]), .about ol:not([class]) {
    margin-bottom: 12px;
}

.about ul li:not([class]), .about ol li:not([class]) {
    margin-bottom: 6px;
    list-style: disc;
    font-size: 16px;
}

.about a:not([class]) {
    color: #ff6700;
    text-decoration: underline;
}

.about ul,
p,
h2,
h3,
ol {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

.about ul,
.about ol {
    padding-inline-start: 40px
}

.about .tags {
    padding-inline-start: 0;
    list-style: none;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap
}

.about .tags li {
    margin: 4px 4px 0 0;
    list-style: none;
}

.about .tags a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 6px 10px;
    border: 3px solid #252b85;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    transition: border-color .2s var(--bezier), color .2s var(--bezier);
    will-change: border-color, color;
    background: #ff6700;
}

.about .tags a:hover {
    text-decoration: none;
    border-color: #fede5c;
}

.about .tags .imgp {
    padding: 3px 10px 3px 3px
}

.about .tags a img {
    border-radius: 8px;
    margin-right: 3px;
    padding: 2px;
}

.about .tags p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1px
}

.ftVideo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--borderRadius);
    opacity: 0;
    z-index: 20;
    object-fit: cover
}

.csT {
    opacity: 0
}

.csT .ssb {
    pointer-events: none
}

.csT .search-tab {
    transform: translateX(calc(-100% - 32px))
}

.search-tab {
    background-color: var(--green-7);
    width: 35%;
    height: 100%;
    position: fixed;
    z-index: 1002;
    left: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 12px 16px 0 rgb(0 0 0/50%);
    padding: 53px 30px 0;
    transition: transform .25s;
    will-change: transform
}

.search-tab .input {
    display: flex;
    width: 93%;
    height: 64px;
    border-radius: 16px;
    box-shadow: var(--navShadow)
}

.search-tab .input .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 100%;
    flex-basis: 12.36%;
    border-right: solid 2px var(--grey-7);
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px
}

#mobile-back svg {
    padding: 0 6px 0 20px;
    width: 100%;
    height: 100%
}

.search-tab .input .searchin {
    flex-basis: 80%;
    appearance: none;
    outline: none;
    border: 0;
    font: 200 21px "BalooThambi2", sans-serif;
    color: var(--denim-blue);
    padding: 0 0 0 16px
}

.search-tab .input .searchin::placeholder {
    color: var(--grey-5)
}

.search-tab .input .actions {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 100%;
    flex-basis: 10%;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px
}

.search-tab .input .close-search {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    right: -32px;
    border: 0;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    box-shadow: 0 6px 12px 0 rgb(0 0 0/24%);
    transition: all .6s var(--bezier)
}

.search-tab .input .close-search:hover {
    transform: scale(1.02) translateY(-4px);
    transition-duration: .3s;
    box-shadow: 0 12px 12px 0 rgb(0 0 0/20%)
}

.close-search::before {
    font-family: icons;
    content: "\e900";
    font-size: 18px;
    display: block;
    transform: rotate(180deg);
    color: var(--grey-3)
}

.search-tab h2 {
    margin-top: 1.5em
}

.search-tab .gL {
    display: flex;
    flex-wrap: wrap
}

.search-tab .gL:first-child {
    margin-left: 0
}

.j {
    width: 94px;
    height: 94px;
    margin: 0 16px 16px 0
}

.jb {
    width: 293px;
    height: 293px;
    margin: 0;
    margin-bottom: 16px
}

.search-icon {
    color: #fff;
    display: block;
}

.menu-nav {
    color: #fff;
    display: block
}

.menu .nav-items ul li.menu-nav:hover::before, .menu .nav-items ul li.search-icon:hover::before {
    color: #ff6700;
}

.nav-item-link:hover {
    text-decoration: none;
}

.x-icon {
    display: none;
    color: #fff;
    cursor: pointer
}


.menu .input {
    display: none
}

.sbb.c {
    pointer-events: none;
    opacity: 0
}

.sbb {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 997;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .25s
}

.oPs {
    width: inherit;
    z-index: 9999;
    height: 64px;
    transition: all .4s
}

.rT .oPs {
    width: var(--maxPageWidth);
    max-width: var(--maxPageWidth);
    z-index: 9999;
    height: 64px;
    transition: all .4s
}

.menu.oPsw .input {
    width: 100%;
    height: 100%;
    display: flex;
    background: #ff6700;
}

.oPsw .input .icon {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 2px var(--grey-7);
    width: 159px
}

.oPsw .input .icon img {
}

.oPsw .input .searchin {
    flex-basis: 90%;
    font-family: "BalooThambi2";
    font-size: 23px;
    outline: none;
    border: 0;
    padding-left: 15px;
    color: var(--denim-blue)
}

.oPsw .input input::placeholder {
    color: var(--grey-5)
}

.oPsw .input .actions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px
}

.sM {
    position: sticky;
    visibility: hidden;
    width: 100%;
    background-color: #19286b;
    padding: 32px 30px;
    top: 74px;
    border-radius: 8px;
    transform: translateY(calc(-100% - 32px));
    display: flex;
    align-items: center;
    z-index: 998;
    will-change: transform
}

.sM.o {
    visibility: visible;
    transform: translateY(0);
    pointer-events: all;
    transition: all .3s ease;
    will-change: transform
}

.sT {
    position: fixed;
    top: 0;
    width: inherit;
    max-width: inherit;
    min-height: 100vh;
    height: 100%;
    clip-path: inset(80px -1px);
    z-index: 998;
    pointer-events: none
}
.post-template-default .sT{
    width: 80%;
}
.sgP.sT {
    clip-path: inset(56px -1px);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 24px; 
}

.sgP .sM {
    top: 54px
}

.sGF {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}


.sM .sc {
	max-height: 500px;
	overflow-y: scroll;
	    padding-bottom: 24px;
}

.sM .sc::-webkit-scrollbar{
	display: none
}
.sM .sc:first-child {
    flex: 1;
    align-self: flex-start
}

.oL {
    position: fixed;
    overflow-y: scroll;
    width: 100%
}

.fW {
    max-width: 100%;
    padding: 0 24px;
}

.rT {
    transition: all .2s ease
}

.dPe {
    pointer-events: none
}

.game {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    padding: 16px 0 0;
    gap: 12px;
}

.contanier {
    display: flex;
    flex-direction: column;
    order: -1;
    width: 100%;
}

.middleAd {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: calc(100% - var(--gameInfoHeight));
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 10
}

.mAd {
    width: 336px;
    height: 280px
}

.adinfo {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.count {
    color: #fff;
    padding: 10px
}

button.skip {
    height: 100%;
    width: 120px;
    display: none;
    border: 2px solid var(--grey-7);
    border-right: 0;
    font-size: 16px;
    background: 0 0;
    color: var(--grey-7);
    cursor: pointer;
    opacity: .7;
    transition: opacity .2s var(--bezier);
    will-change: opacity
}

button.skip:hover {
    opacity: 1
}

.progress {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: var(--grey-5)
}

.bar {
    width: 0%;
    height: 100%;
    background-color: var(--yellow)
}

.pbA {
    animation: bar 25s linear forwards
}

@keyframes bar {
    0% {
        width: 0%
    }
    100% {
        width: 100%
    }
}

.gameplay {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 16px auto;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 36%) 0px 4px 8px, rgb(255 255 255 / 63%) 0px 0px 2px;
}

.iframe,
.mobile_gameplay_iframe {
    background-color: #000;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    overflow: hidden
}

.fs {
    position: fixed !important;
    z-index: 999 !important;
    box-shadow: none !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100% !important
}

.gameInfo {
    background-color: #19286b;
    width: 100%;
    min-height: var(--gameInfoHeight);
    height: var(--gameInfoHeight);
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.ratting {
    margin-left: auto;
    margin-bottom: 16px;
}

.ratting h1 {
    margin-bottom: 12px;
}

.gameInfo .rating {
    width: auto !important;
}

.ratting.w img {
    margin-right: 0 !important;
    border-radius: 0 !important;
    box-shadow: unset !important;

}

.gameInfo .w {
    height: 100%;
    max-width: 390px;
    display: flex;
    align-items: center;
    padding: 12px;
    flex-flow: row wrap;
}

.gameInfo .w img {
    margin-right: 12px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0/24%)
}

.gameInfo .w h2 {
    font-size: 21px
}

.rating_this {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.wR {
    flex-direction: row-reverse !important;
    flex: none !important
}

.cB {
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    webkit-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center
}

.ficon {
    width: 25px;
    height: 25px;
    position: relative;
    margin-left: 12px;
    cursor: pointer
}

.ficon::before {
    content: '';
    font-size: 24px;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    color: var(--grey-3)
}


.oeS {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 100px);
    grid-template-rows: repeat(auto-fit, 100px);
    grid-auto-flow: dense;
    justify-content: center;
}

.DeS {
    grid-template-areas: "item-trending-1 item-trending-1" "item-trending-1 item-trending-1" "item-trending-2 item-trending-2" "item-trending-2 item-trending-2"
}

.oeR {
    display: grid;
    grid-template-columns: repeat(auto-fit, 100px);
    grid-template-rows: repeat(auto-fit, 100px);
    grid-gap: 10px;
    grid-auto-flow: dense;
    justify-content: center;
    padding: 0
}

.gRL {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, 100px);
    grid-template-rows: repeat(auto-fit, 100px);
    grid-auto-flow: dense;
    justify-content: center;
}

.gRL .Pa {
    width: 100px;
    height: 100px;
}

.DeR {
    grid-template-areas: ".......... .......... .......... .......... .......... .......... .......... .......... .........." ".......... .......... ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" ".......... .......... ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728"  ".......... .......... ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728"
}

.DeRAd {
    grid-template-areas: "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728"
}

.ads {
    position: relative;
    background: #cccccc1c;
}

.ads::after {
    content: 'Advertisement';
    font: 400 9px/2 "BalooThambi2", sans-serif;
    text-transform: uppercase;
    text-align: center;
    opacity: .7;
    height: 20px;
    letter-spacing: 1px;
    color: var(--grey-3);
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0
}

.ad728 {
    grid-area: ad-728;
    min-height: 90px;
}

.cAd {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%
}

.cAd .ads:first-child {
    margin-bottom: 57px
}

.s1o {
    order: -2
}

.s1 {
    width: 160px;
    margin-top: 100px
}

.s2 {
    width: 300px;
    margin-left: 16px;
}

.s3 {
    width: 100%
}

.s4 {
    width: 100%;
    max-width: var(--maxPageWidth);
    margin: 40px auto
}

.size1 {
    width: 160px;
    min-height: 600px
}

.size2 {
    width: 300px;
    min-height: 600px
}

.size3 {
    width: 300px;
    min-height: 250px
}

.size4 {
    width: 100%;
    min-height: 90px;
    margin-bottom: 0 !important
}

.size5 {
    width: 100%;
    min-height: 206px;
    margin-bottom: 0 !important
}

.p,
.p:after {
    position: fixed;
    right: 0;
    left: 0
}

.p {
    z-index: -1;
    top: 0;
    height: 100vh;
    transform: translateZ(0)
}

.r {
    top: -50vh;
    bottom: 0;
    overflow: hidden
}

.r {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0
}

.t,
.u {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0
}

.u {
    display: none;
    right: 0;
    left: auto
}

.r > * {
    transform: translateY(50vh)
}

.rsMP {
    margin: 0;
    padding: 0
}

.footer {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 12px;
}

.footer .list {
    width: 100%;
    height: 100%;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.footer .list li {
    margin-right: 12px;
}

.footer .list li:first-child a {
    margin: 0
}

.footer .list a {
    color: #fff;
    margin: 0 0 0 20px;
    padding: 0;
    white-space: pre;
    font-size: 18px;
}

.footer .list a:hover {
    color: #ff6700;
    text-decoration: none;
}

.TSP {
    align-items: center;
    grid-row-start: span 1;
    grid-column-start: span 2;
    background-color: #fff;
    will-change: transform
}

.TSP:hover {
    text-decoration: none;
    transform: scale(1.05) translate3d(0, -4px, 0);
    transition-duration: .3s
}

.Ti {
    border-radius: var(--borderRadius);
    width: var(--cellSize);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.tTx {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: calc(var(--cellSize) + var(--cellSpacing));
    justify-content: space-between;
    padding: 0 5px;
    color: var(--denim-blue);
    font: 700 12px/20px "BalooThambi2", sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

.tTx span {
    color: var(--grey-2)
}

.TSP .name {
    padding-right: 5px
}

.TSP.ta {
    display: flex
}

.wpcf7 label {
    font: 200 19px/24px "BalooThambi2", sans-serif
}

.wpcf7-form-control {
    font: 16px/24px "BalooThambi2", sans-serif;
    border-radius: 8px;
    border: 1px solid var(--grey-5);
    margin: 12px 0 0;
    height: 44px;
    padding: 0 15px;
    resize: vertical;
    appearance: none
}

.wpcf7-textarea {
    min-height: 200px;
    padding: 10px 15px;
    resize: none
}

.wpcf7-submit {
    background-color: var(--game-blue);
    border: 3px solid var(--game-blue);
    border-radius: 100px;
    position: relative;
    min-height: 50px;
    padding: 0 24px;
    color: #fff;
    font-family: "BalooThambi2";
    font-size: 19px;
    min-width: 135px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    cursor: pointer;
    transition: border, background-color .1s ease;
    appearance: none
}

.wpcf7-submit:hover {
    background-color: var(--game-hover);
    border: 3px solid var(--game-hover)
}

.wpcf7-not-valid-tip {
    font-size: 15px !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 0;
    border-radius: 8px;
    border: solid 2px var(--game-blue)
}

.breadcrumbs a,
.breadcrumb_last {
    font-size: 9px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0
}

.breadcrumbs span > ::after {
    content: "/";
    font-size: 8px;
    margin: 0 5px;
    display: inline-block
}

.breadcrumbs span:last-child::after {
    content: none
}

.wpp-post-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    z-index: 3;
    transition: transform .3s var(--bezier) .1s, opacity .3s var(--bezier) .1s;
    /* transform: translateY(8px); */
    opacity: 0;
    will-change: transform;
    z-index: 22;
    pointer-events: none;
    height: auto !important
}

.wpp_featured,
.wp-post-image {
    width: 100%;
    height: 100%;
    border-radius: var(--borderRadius);
    transition: transform .6s var(--bezier);
    object-fit: cover;
}

.cSt a {
    width: 100%;
    height: 100%
}

.ratings {
    width: 100%;
    height: 35px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.ratbg {
    padding: 0 8px;
    background: var(--grey-7);
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    color: var(--grey-3);
    text-transform: uppercase
}

.num {
    border-radius: 50%;
    min-width: 35px;
    font-size: 13px;
    height: 35px;
    margin: 0
}

.total {
    max-width: 70px;
    background: 0 0;
    line-height: 1.3
}

.share-btn {
    background-color: var(--grey-3);
    border: 0;
    outline: none;
    border-radius: 100px;
    position: relative;
    min-height: 34px;
    color: #fff;
    font-family: "BalooThambi2";
    font-size: 15px;
    min-width: 85px;
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
    padding: 7px;
    transition: background-color .2s var(--bezier)
}

.share-btn:hover {
    background-color: var(--game-blue)
}

.votes {
    display: flex;
    flex: .5;
    justify-content: flex-start;
    opacity: 0
}

.votes .fb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 50px;
    cursor: pointer
}

.votes .like.current .thumb,
.votes .like.current .vote_num,
.votes .dislike.current .thumb,
.votes .dislike.current .vote_num {
    color: var(--game-blue)
}

#like:hover .thumb,
#like:hover .vote_num,
#dislike:hover .vote_num,
#dislike:hover .thumb {
    color: var(--game-blue)
}

.like::after {
    content: '';
    background: var(--grey-7);
    display: block;
    width: 2px;
    height: 23px;
    position: absolute;
    right: -1.5px
}

.thumb {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--grey-3);
    transform: rotate(180deg);
    font-size: 18px;
    transition: color .1s ease-out
}

.vote_num {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 15px;
    flex-direction: column;
    justify-content: center;
    color: var(--grey-3);
    transition: color .1s ease-out;
    user-select: none
}

.vsH {
    visibility: hidden
}

.vsV {
    visibility: visible
}

.opH {
    opacity: 0
}

.shake {
    animation: shake 3s linear 2s infinite running
}

@keyframes shake {
    0% {
        transform: translate(0) rotate(0)
    }
    2% {
        transform: translate(1px, 1px) rotate(0deg)
    }
    4% {
        transform: translate(-1px, -2px) rotate(-1deg) scale(.996)
    }
    6% {
        transform: translate(-3px) rotate(1deg)
    }
    8% {
        transform: translate(3px, 2px) rotate(0deg) scale(.992)
    }
    12% {
        transform: translate(1px, -1px) rotate(1deg)
    }
    14% {
        transform: translate(-1px, 2px) rotate(-1deg) scale(1)
    }
    16% {
        transform: translate(-3px, 1px) rotate(0deg)
    }
    19% {
        transform: translate(3px, 1px) rotate(-1deg) scale(1.02)
    }
    21% {
        transform: translate(-1px, -1px) rotate(1deg)
    }
    23% {
        transform: translate(1px, 2px) rotate(0deg) scale(.995)
    }
    25% {
        transform: translate(1px, -2px) rotate(-1deg) scale(1)
    }
    28% {
        transform: translate(0) rotate(0)
    }
    100% {
        transform: translate(0) rotate(0)
    }
}

.game .yarpp-related-none {
    display: none
}

.game .contanier .yarpp-related-none {
    display: block
}

.yarpp-related {
    margin-bottom: 16px;
}

#Loading {
    animation-name: spinner;
    animation-duration: .4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    display: flex
}

@keyframes spinner {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(1turn)
    }
}

.sticky-footer {
    width: 100vw;
    background: hsla(0, 0%, 100%, .5);
    bottom: 0;
    padding-top: 2px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9999999
}

.sticky-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: 90px
}

.R {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: 0 4px 8px 0 rgb(0 0 0/24%);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    transition: border-color .2s ease-out, box-shadow .2s ease-out, transform .2s ease-out
}

.ne {
    position: absolute;
    right: 24px;
    top: 5px;
    width: 36px;
    height: 36px;
    background: #fff
}

.paginate {
    display: flex;
    max-width: var(--maxPageWidth);
    flex-flow: row wrap;
    justify-content: center;
    margin: 40px auto 0
}

.paginate .page-numbers {
    width: auto;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 13px;
    border-radius: 100px;
    color: #fff;
    background: #252b85;
    font-weight: 700;
    text-transform: uppercase;
    transition: border-color .2s var(--bezier), color .2s var(--bezier);
    will-change: border-color, color;
    font-size: 13px;
    line-height: 1px;
    margin: 0 4px;
    cursor: pointer
}

.paginate .page-numbers:hover {
    text-decoration: none;
    background: #ff6700
}

.paginate .current {
    text-decoration: none;
    background: #ff6700
}

.GnT {
    transition: none !important
}

.similar {
    position: absolute;
    width: 121px;
    height: calc(100% - var(--gameInfoHeight));
    background: hsla(0, 0%, 100%, .5);
    backdrop-filter: blur(3px);
    z-index: 5;
    display: none;
    opacity: 0;
    transition: transform .25s;
    will-change: transform
}

.sop {
    opacity: 1
}

.similar .collapse {
    width: 30px;
    height: 40px;
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    outline: none;
    border: 0;
    appearance: none;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 16px 32px rgb(0 0 0/24%);
    border-radius: 0 16px 16px 0;
    overflow: hidden
}

.similar .collapse:hover {
    background-color: var(--grey-7)
}

.similar .collapse::after {
    content: '\e900';
    color: var(--game-blue);
    font-size: 15px;
    display: flex;
    transform: rotate(180deg);
    transition: transform .25s;
    will-change: transform
}

.sClosed {
    transform: translateX(-121px)
}

.similar.sClosed .collapse::after {
    content: '\e900';
    color: var(--game-blue);
    font-size: 15px;
    display: flex;
    transform: rotate(0)
}

.similar .sgames {
    overflow-y: overlay;
    width: 100%;
    height: 100%;
    padding-top: 16px
}

.sgames::-webkit-scrollbar {
    width: 10px;
    background-color: transparent
}

.sgames::-webkit-scrollbar:hover {
    background-color: rgba(0, 0, 0, .09)
}

.sgames::-webkit-scrollbar-thumb:vertical {
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 100px;
    background-clip: padding-box;
    border: 2px solid transparent;
    min-height: 10px
}

.sgames::-webkit-scrollbar-thumb:vertical:active {
    background: rgba(0, 0, 0, .61);
    -webkit-border-radius: 100px
}

.similar .sgames .DeS {
    grid-template-areas: "item-trending-1" "item-trending-1" "item-trending-2" "item-trending-2";
    justify-content: center;
    margin-top: 0
}

.similar .sgames .oeS {
    grid-template-columns: repeat(1, var(--cellSize))
}

.similar .sgames .g1 {
    grid-area: unset
}

.mobile-leaderboard {
    width: 320px;
    max-width: 320px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: flex
}

.mlt {
    top: 0
}

.mlb {
    bottom: var(--gameInfoHeight)
}

.nGtG {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-between
}

.shag {
    width: calc(var(--cellSize) * 2 + var(--cellSpacing));
    height: 50px;
    position: fixed;
    max-width: inherit;
    bottom: 50px;
    background: var(--game-blue);
    box-shadow: var(--navShadow);
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    z-index: 999;
    transition: width, height .25s ease;
    will-change: transform;
    transform: translate(calc(var(--maxPageWidth) - calc(var(--cellSize) * 2 + var(--cellSpacing))));
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-family: "BalooThambi2";
    color: #fff;
    opacity: 0
}

#agLink {
    visibility: hidden
}

.hide {
    animation: hide .25s forwards
}

.show {
    animation: show .25s forwards
}

.mobile-link {
    display: flex;
    z-index: 999;
    width: 150px
}

@keyframes hide {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes show {
    0% {
        visibility: visible;
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.mobile_gameplay {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

@media (max-width: 1920px) {
    #mSM a:nth-of-type(1n+12) {
        /*display: none*/
    }

    #MostPlayed .g5 {
        grid-area: unset
    }
}

@media (min-width: 1840px) and (max-width: 1920px) {
    #rSM a:nth-of-type(1n+11) {
        /*display: none*/
    }
}

@media (min-width: 1540px) and (max-width: 1840px) {
    #rSM > a {
        display: flex
    }

    #rSM a:nth-of-type(1n+13) {
        /*display: none*/
    }
}

@media (max-width: 1840px) {
    #mSM > a {
        display: flex !important
    }

    #mSM a:nth-of-type(1n+18) {
        /*display: none !important*/
    }

    /* .gameplay { */
    /* max-width: 912px */
    /* } */
    /* .oeR { */
    /* display: grid; */
    /* grid-template-columns: repeat(8, var(--cellSize)); */
    /* grid-template-rows: repeat(2, var(--cellSize)) */
    /* }  */
    .DeR {
        grid-template-areas: ".......... .......... .......... .......... .......... .......... .......... .........." ".......... ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" ".......... ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" ".......... ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728"
    }
}

@media (max-width: 1660px) {
    #mSM a:nth-of-type(1n+15) {
        /* display: none !important */
    }

    /* .gameplay { */
    /* max-width: 796px */
    /* } */
    /* .oeR { */
    /* display: grid; */
    /* grid-template-columns: repeat(7, var(--cellSize)); */
    /* grid-template-rows: repeat(2, var(--cellSize)) */
    /* } */
    .DeR {
        grid-template-areas: ".......... .......... .......... .......... .......... .......... .........." "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728"
    }
}

@media (max-width: 1540px) {
    .oeS {
        display: grid;
        grid-template-columns: repeat(1, var(--cellSize))
    }

    .DeS {
        grid-template-areas: ".........." ".........." ".........." ".........." ".........." ".........."
    }

    #rSM .g1,
    #rSM .g2 {
        display: flex;
        min-width: var(--cellSize);
        min-height: var(--cellSize);
        position: relative;
        grid-area: unset
    }

    #rSM .g1 .Gn,
    #rSM .g2 .Gn {
        font-size: 12px !important;
        line-height: 15px !important
    }
}

@media (max-width: 1400px) {
    #rSM {
        display: none
    }

    .oeS {
        display: grid;
        grid-template-columns: repeat(7, var(--cellSize))
    }

    .DeS {
        margin-bottom: 16px;
        grid-template-areas: ".......... .......... .......... .......... .......... .......... .........." ".......... .......... .......... .......... .......... .......... .........."
    }

    .game .yarpp-related-widget {
        display: none
    }

    .game .contanier .yarpp-related-widget {
        display: block
    }

    .DeR {
        grid-template-areas: "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" ".......... .......... .......... .......... .......... .......... .........."
    }
}

@media (min-width: 1400px) and (max-width: 1540px) {
    #rSM a:nth-of-type(1n+10) {
        display: none
    }
}

@media (min-width: 1160px) and (max-width: 1400px) {
    #rSM > a {
        display: flex
    }

    #rSM a:nth-of-type(1n+15) {
        display: none
    }
}

@media (max-width: 1300px) {
    #rTop {
        display: none
    }

    .cAd.s2 {
        width: 100%
    }

    .size2 {
        width: 100%;
        min-height: 90px;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    #Tags > a {
        display: flex
    }

    #Tags a:nth-of-type(1n+10) {
        display: none
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #Tags > a {
        display: flex
    }

    #Tags a:nth-of-type(1n+11) {
        display: none
    }

    #NewGames > a {
        display: flex
    }

    #NewGames a:nth-of-type(1n+18) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .t0 {
        grid-area: tag-trending-0
    }

    .t0 .Ti {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .t0 .tTx {
        padding: 0 10px;
        font-size: 14px;
        max-width: calc(var(--cellSize) * 2 + var(--cellSpacing))
    }
}

@media (max-width: 1200px) {
    :root {
        --maxPageWidth: 1029px
    }

    .g12 {
        grid-area: item-trending-12
    }

    .g13 {
        grid-area: item-trending-13
    }

    .g14 {
        grid-area: item-trending-14
    }

    .oe {
        grid-template-columns: repeat(9, var(--cellSize))
    }

    .De {
        grid-template-areas: "menu-spacer     menu-spacer     item-trending-0 item-trending-0 item-trending-0 item-trending-8 item-trending-8 item-trending-3 item-trending-3" "item-trending-5 item-trending-5 item-trending-0 item-trending-0 item-trending-0 item-trending-8 item-trending-8 item-trending-3 item-trending-3" "item-trending-5 item-trending-5 item-trending-0 item-trending-0 item-trending-0 item-trending-6 item-trending-6 item-trending-1 item-trending-1" "item-trending-4 item-trending-4 item-trending-7 item-trending-7 ............... item-trending-6 item-trending-6 item-trending-1 item-trending-1" "item-trending-4 item-trending-4 item-trending-7 item-trending-7 ............... item-trending-10 item-trending-10 item-trending-11 item-trending-11" "item-trending-2 item-trending-2 item-trending-2 item-trending-9 item-trending-9 item-trending-10 item-trending-10 item-trending-11 item-trending-11" "item-trending-2 item-trending-2 item-trending-2 item-trending-9 item-trending-9   item-trending-13 item-trending-13 item-trending-14 item-trending-14" "item-trending-2 item-trending-2 item-trending-2 item-trending-12 item-trending-12 item-trending-13 item-trending-13 item-trending-14 item-trending-14" "............... ............... ............... ................ ................ ................ ................ ................ ................"
    }

    .ng {
        grid-template-columns: repeat(4, var(--cellSize));
        grid-template-areas: "head-spacer head-spacer head-spacer .......... " "item-trending-1 item-trending-1 item-trending-2 item-trending-2 " "item-trending-1 item-trending-1 item-trending-2 item-trending-2 " "item-trending-3 item-trending-3 item-trending-4 item-trending-4 " "item-trending-3 item-trending-3 item-trending-4 item-trending-4 "
    }

    .sM {
        padding: 50px 15px
    }

    .tGrd {
        grid-template-areas: " head-spacer head-spacer head-spacer          .......... .......... .......... .......... .......... " " tag-trending-0 tag-trending-0 tag-trending-0 .......... .......... .......... .......... .......... " " tag-trending-0 tag-trending-0 tag-trending-0 .......... .......... .......... .......... .......... "
    }

    .tGs {
        grid-template-columns: repeat(9, var(--cellSize))
    }

    .tGs .head-title {
        width: calc(var(--cellSize) * 3 + var(--cellSpacing) * 2)
    }

    .tGs::before {
        content: "";
        display: block;
        grid-column-start: span 3
    }

    .cGs {
        grid-template-columns: repeat(9, var(--cellSize))
    }

    .cTa .g5 {
        grid-area: unset
    }

    .cTa {
        grid-template-areas: " head-spacer     head-spacer     head-spacer     ..........      ..........      ..........      ..........      ..........      ..........       " " item-trending-1 item-trending-1 item-trending-2 item-trending-2 item-trending-3 item-trending-3 item-trending-4 item-trending-4 ..........       " " item-trending-1 item-trending-1 item-trending-2 item-trending-2 item-trending-3 item-trending-3 item-trending-4 item-trending-4 ..........       "
    }
}

.s1 {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .u {
        display: initial
    }
}

@media (max-width: 1160px) {
    #rSM a:nth-of-type(1n+13) {
        display: none
    }

    .fW {
        max-width: 100%
    }

    .gameplay {
        max-width: 681px
    }

    /* .oeR { */
    /* display: grid; */
    /* grid-template-columns: repeat(6, var(--cellSize)); */
    /* grid-template-rows: repeat(2, var(--cellSize)); */
    /* justify-content: normal */
    /* } */
    .DeR {
        grid-template-areas:"ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" ".......... .......... .......... .......... .......... .......... .........."
    }

    .oeS {
        display: grid;
        grid-template-columns: repeat(6, var(--cellSize));
        justify-content: normal
    }

    .DeS {
        margin-top: 15px;
        grid-template-areas: ".......... .......... .......... .......... .......... .........." ".......... .......... .......... .......... .......... .........."
    }

    .fW {
        flex-direction: column;
    }

    .fW .comment {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .s1 {
        display: none
    }

    .menu.gP {
        width: 40px;
        background: 0;
        left: 0;
    }

    .menu.oPsw {
        width: 100%;
    }

    .gP .logo {
        display: none;
    }

    .menu .nav-items ul li {
        border-radius: 0 10px 10px 0 !important;
        border-right: 1px solid #ff6700;
        width: 40px;
        height: 40px;
        background-color: #ff6700;
        flex: unset;
    }

    .menu .nav-items ul li:first-child {
        margin-bottom: 10px;
    }

    .post-template-default .menu {
        border-radius: unset;
    }
}

@media (min-width: 1025px) {
    .gP {
        width: 160px;
        top: 15px
    }

    #header .oPs {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 0 24px;
    }
    .post-template-default #header .oPs{
        width: 80%;
    }

}

@keyframes play {
    0%,
    70%,
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1)
    }
    90% {
        transform: translate3d(-50%, -50%, 0) scale(1.2)
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    :root {
        --maxPageWidth: 754px;
        --cellSize: 94px
    }

    #MostPlayed .g5 {
        grid-area: item-trending-5
    }

    #NewGames > a {
        display: flex
    }

    #NewGames a:nth-of-type(1n+19) {
        display: none
    }

    .g12,
    .g13,
    .g14 {
        grid-area: unset
    }

    .t1 {
        grid-area: tag-trending-1
    }

    .t1 .Ti {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .t1 .tTx {
        padding: 0 10px;
        font-size: 14px;
        max-width: calc(var(--cellSize) * 2 + var(--cellSpacing))
    }

    .oe {
        grid-template-columns: repeat(7, var(--cellSize))
    }

    .De {
        grid-template-areas: " menu-spacer     menu-spacer     item-trending-0 item-trending-0 item-trending-0   item-trending-1 item-trending-1 " " item-trending-3 item-trending-3 item-trending-0 item-trending-0 item-trending-0   item-trending-1 item-trending-1 " " item-trending-3 item-trending-3 item-trending-0 item-trending-0 item-trending-0   item-trending-6 item-trending-6 " " item-trending-4 item-trending-4 item-trending-5 item-trending-5 ............... item-trending-6 item-trending-6 " " item-trending-4 item-trending-4 item-trending-5 item-trending-5 ............... ................ ................ " " item-trending-8 item-trending-8 item-trending-2 item-trending-2 item-trending-2 item-trending-7 item-trending-7 " " item-trending-8 item-trending-8 item-trending-2 item-trending-2 item-trending-2 item-trending-7 item-trending-7 " " item-trending-9 item-trending-9 item-trending-2 item-trending-2 item-trending-2 ................ ................ " " item-trending-9 item-trending-9 item-trending-10 item-trending-10 item-trending-11 item-trending-11 ................ " " ............... ............... item-trending-10 item-trending-10 item-trending-11 item-trending-11 ................ "
    }

    .nGs {
        grid-template-columns: repeat(4, var(--cellSize))
    }

    .gTa {
        grid-template-areas: " .......... .......... .......... .......... " " item-trending-1 item-trending-1 item-trending-2 item-trending-2 " " item-trending-1 item-trending-1 item-trending-2 item-trending-2 " " item-trending-3 item-trending-3 item-trending-4 item-trending-4 " " item-trending-3 item-trending-3 item-trending-4 item-trending-4 " " item-trending-5 item-trending-5 .......... .......... " " item-trending-5 item-trending-5 .......... .......... "
    }

    .ng {
        grid-template-columns: repeat(3, var(--cellSize));
        grid-template-areas: "head-spacer head-spacer .......... " ".......... .......... .......... " ".......... .......... .......... " ".......... .......... .......... " ".......... .......... .......... "
    }

    .size4 {
        width: 100%;
        min-height: 90px;
        margin-bottom: 10px !important
    }

    .gaP {
        grid-area: game-name;
        position: relative
    }

    .mob-game-cont {
        grid-area: game-cont
    }

    .mob-game-cont::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent 18%, rgba(0, 0, 0, .4));
        transition: opacity .3s var(--bezier);
        z-index: 2;
        pointer-events: none;
        border-radius: 16px
    }

    .playbutton {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        background-color: #fff;
        color: var(--denim-blue);
        font-family: "BalooThambi2";
        font-weight: 200;
        font-size: 23px;
        text-align: center;
        border-radius: 100px;
        border: 0;
        outline: none;
        min-width: 112px;
        min-height: 69px;
        padding: 0 24px;
        z-index: 99;
        box-shadow: 0 6px 12px 0 rgb(0 0 0/24%);
        will-change: transform;
        animation: play 4s ease-in-out infinite both;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .playbutton::after {
        content: "\e900";
        font-size: 13px;
        margin-left: 5px;
        align-self: center;
        margin-top: 5px
    }

    .oeS {
        display: grid;
        grid-template-columns: repeat(7, var(--cellSize));
        grid-template-rows: repeat(auto-fill, var(--cellSize));
        grid-gap: var(--cellSpacing);
        grid-auto-flow: row dense;
        justify-content: center
    }

    .DeS {
        margin-top: 16px;
        grid-template-areas: "header header game-name game-name game-name       item-trending-1 item-trending-1" "game-cont game-cont game-cont game-cont game-cont item-trending-1 item-trending-1" "game-cont game-cont game-cont game-cont game-cont item-trending-2 item-trending-2" "game-cont game-cont game-cont game-cont game-cont item-trending-2 item-trending-2" "game-cont game-cont game-cont game-cont game-cont item-trending-3 item-trending-3" "game-cont game-cont game-cont game-cont game-cont item-trending-3 item-trending-3" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728"
    }

    .oeS::before {
        content: "";
        display: block;
        grid-column-start: span 2
    }

    .sM {
        padding: 50px 30px 25px;
        align-items: flex-start
    }

    .tGrd {
        grid-template-areas: " head-spacer head-spacer head-spacer          .......... .......... .......... .......... " " tag-trending-0 tag-trending-0 tag-trending-0 .......... .......... .......... .......... " " tag-trending-0 tag-trending-0 tag-trending-0 .......... .......... .......... .......... " " tag-trending-1 tag-trending-1 tag-trending-1 .......... .......... .......... .......... " " tag-trending-1 tag-trending-1 tag-trending-1 .......... .......... .......... .......... "
    }

    .tGs {
        grid-template-columns: repeat(7, var(--cellSize))
    }

    .cGs .g5 {
        grid-area: item-trending-5
    }

    .cGs {
        grid-template-columns: repeat(7, var(--cellSize))
    }

    .cTa {
        grid-template-areas: " head-spacer head-spacer head-spacer item-trending-2 item-trending-2 item-trending-3 item-trending-3  " " .......... .......... .......... item-trending-2 item-trending-2 item-trending-3 item-trending-3 " " item-trending-1 item-trending-1 item-trending-4 item-trending-4 item-trending-5 item-trending-5 .......... " " item-trending-1 item-trending-1 item-trending-4 item-trending-4 item-trending-5 item-trending-5 .......... "
    }

    .s1 {
        display: none
    }
}

@media (max-width: 767px) {
    .De,.DeR{
        grid-template-areas: none;
    }
    .g1,.g2,.g3,.g4,.g5,.g6,.g7,.g8,.g9,.g10,.g11,.g12,.g13{
        grid-column-end: unset;
        grid-row-end: unset;
        grid-area: unset;
    }
    .cAd{
        grid-column-end: span 4 !important;
        grid-row-end: span 2 !important;
        grid-area: unset;
    }
    .s2{
        margin-left: unset;
    }
    .oe {
        grid-template-columns: repeat(auto-fit, 100px);
        grid-template-rows: repeat(auto-fit, 100px);
        grid-auto-flow: dense;
        justify-content: center;
        grid-gap: 17px;
    }
    .oe::before{
        display: none;
    }
    .cSt{
        box-sizing: border-box;
    }
    .app-root{
        padding: 0 20px;
    }
    .gameInfo .w img{
        display: none !important;
    }
    .gameInfo .w:first-child{
        flex: 1;
    }
    .gameInfo .w h2{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (min-width: 320px) and (max-width: 500px) {
    :root {
        --maxPageWidth: 420px;
        --cellSize: 94px;
        --cellSpacing: 15px
    }
    .gameInfo .w img{
        display: none !important;
    }
    .oe {
        grid-template-columns: repeat(auto-fit, 100px);
        grid-template-rows: repeat(auto-fit, 100px);
        grid-auto-flow: dense;
        justify-content: center;
        grid-gap: 17px;
    }
    .nTp {
        flex-direction: column;
        align-items: center
    }

    .nGtG {
        justify-content: center;
        flex-direction: column;
        align-items: center
    }

    .size4 {
        width: 300px;
        height: 250px;
        margin-bottom: 10px !important
    }

    .g2,
    .g3,
    .g4,
    .g5,
    .g6,
    .g7,
    .g8,
    .g9,
    .g10,
    .g11,
    .g12,
    .g13,
    .g14 {
        grid-area: unset
    }

    .g2 .Gn,
    .g3 .Gn,
    .g4 .Gn,
    .g5 .Gn,
    .g6 .Gn,
    .g7 .Gn,
    .g8 .Gn,
    .g9 .Gn,
    .g10 .Gn,
    .g11 .Gn,
    .g12 .Gn,
    .g13 .Gn,
    .g14 .Gn {
        font-size: 12px !important;
        line-height: 15px !important
    }

    #NewGames > a {
        display: flex
    }

    #NewGames a:nth-of-type(1n+22) {
        display: none
    }

    #MostPlayed > a {
        display: flex
    }

    #MostPlayed a:nth-of-type(1n+10) {
        display: none
    }


   /* .De {
        grid-template-areas: " ............... ............... ............... " " ............... ............... ............... " " ............... ............... ............... " " ............... ............... ............... " " ............... ............... ............... " " ............... item-trending-1 item-trending-1 " " ............... item-trending-1 item-trending-1 "
    }

    .nGs {
        grid-template-columns: repeat(3, var(--cellSize))
    }*/

    .gTa {
        grid-template-areas: " head-spacer head-spacer head-spacer " " item-trending-1 item-trending-1 .......... " " item-trending-1 item-trending-1 .......... " " .......... .......... .......... "
    }

    .ng {
        grid-template-columns: repeat(3, var(--cellSize));
        grid-template-areas: " head-spacer head-spacer head-spacer" " .......... .......... .......... " " .......... .......... .......... " " .......... .......... .......... " " .......... .......... .......... "
    }

    .blocks:nth-child(2) {
        margin-top: 32px
    }

    .oeS .g2,
    .oeS .g3 {
        grid-area: unset
    }

    .oeS .head-title {
        width: calc(var(--cellSize) * 2 + var(--cellSpacing) * 1)
    }

    .oeS {
        display: grid;
        grid-template-columns: repeat(3, var(--cellSize));
        grid-template-rows: repeat(auto-fill, var(--cellSize));
        grid-gap: var(--cellSpacing);
        grid-auto-flow: row dense;
        justify-content: center
    }

    .DeS {
        margin-top: 16px;
        grid-template-areas: "header header  .........      " "game-name game-name  ........." "game-cont game-cont game-cont" "game-cont game-cont game-cont" "game-cont game-cont game-cont" "ad-728 ad-728 ad-728" "......... ......... ........." "item-trending-1 item-trending-1 ........." "item-trending-1 item-trending-1 ........."
    }

    .oeS::before {
        content: "";
        display: block;
        grid-column-start: span 2
    }

    .oe::before {
        display: none;
    }

    .gaP {
        grid-area: game-name;
        position: relative
    }

    .mob-game-cont {
        grid-area: game-cont
    }

    .mob-game-cont::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent 18%, rgba(0, 0, 0, .4));
        transition: opacity .3s var(--bezier);
        z-index: 2;
        pointer-events: none;
        border-radius: 16px
    }

    .playbutton {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        background-color: #fff;
        color: var(--denim-blue);
        font-family: "BalooThambi2";
        font-weight: 200;
        font-size: 20px;
        text-align: center;
        border-radius: 100px;
        border: 0;
        outline: none;
        min-width: 112px;
        min-height: 69px;
        padding: 0 24px;
        z-index: 99;
        box-shadow: 0 6px 12px 0 rgb(0 0 0/24%);
        will-change: transform;
        animation: play 4s ease-in-out infinite both;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap
    }

    .playbutton::after {

        margin-left: 5px;
        align-self: center;
        margin-top: 5px
    }

    .size2 {
        /* display:none; */
    }

    .DeR {
        grid-template-areas:none;
    }

    .sT {
        left: 0;
        width: 100%;
        max-width: 100%;
        clip-path: none
    }

    .oPs {
        width: 95%;
        max-width: 100%;
        align-items: center;
        justify-content: center;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        flex-direction: row;
        left: 0;
    }

    .sM {
        flex-direction: column;
        align-items: flex-start;
        overflow-y: scroll;
        border-radius: 0;
        height: 100%;
        padding: 80px 15px;
        max-height: 300px;
    }

    .oPsw .input .searchin {
        font-size: 19px
    }

    .oPsw .input .actions {
        width: 65px
    }

    .jb {
        max-width: 204px;
        max-height: 204px;
        margin: 0;
        margin-bottom: 16px
    }

    .search-icon::before {
        font-size: 20px
    }

    .menu.oPs .logo {
        display: none
    }

    .rAP {
        max-width: 100%
    }

    .trAP {
        transition: all .4s
    }

    .menu {
        transition: all .4s ease
    }

    .sM {
        transform: translateX(calc(-100% - 32px));
        transition: all .3s ease;
        will-change: transform
    }

    .sM.o {
        transform: translateX(0)
    }

    .priority {
        order: -1
    }

    .footer .list {
        justify-content: center;
    }

    .footer .list li a {
        margin: 0
    }

    .wpcf7-form-control {
        width: 100%
    }

    .head-title h2 {
        font-size: 24px
    }

    .TSP {
        grid-column-start: span 3
    }

    .tTx {
        max-width: 100%;
        padding: 0 10px
    }

    .tGs {
        grid-template-columns: repeat(3, var(--cellSize))
    }

    .tGrd {
        grid-template-areas: " head-spacer head-spacer head-spacer " " .......... .......... .......... " " .......... .......... .......... "
    }

    .cGs .g1,
    .cGs .g2,
    .cGs .g3,
    .cGs .g4,
    .cGs .g5 {
        grid-area: unset
    }

    .cGs {
        grid-template-columns: repeat(3, var(--cellSize))
    }

    .cTa {
        grid-template-areas: " head-spacer head-spacer head-spacer " " .......... .......... ..........    "
    }

    .size1, .s1 {
        width: 100%;
        min-height: 90px;
    }

    .DeR {
        grid-template-areas: unset;

    }
    .cAd.s3{
        display: none;
    }
}

.s99 {
    display: none
}

@media (width: 768px),
(width: 810px) {
    :root {
        --maxPageWidth: 743px;
        --cellSize: 92.5px
    }

    .gP {
        width: 121px;
        top: 29px
    }

    .menu .nav-items {
        width: 60px
    }

    .gP .search-icon::before {
        font-size: 20px
    }

    .s1 {
        display: none
    }

    .size99 {
        width: 610px;
        height: 280px
    }

    .s99 {
        display: flex;
        width: 100%;
        height: 280px;
        align-items: flex-end;
        margin-top: 0
    }

    .cAd .ads:first-child {
        margin-bottom: 25px
    }

    .game {
        flex-direction: column;
        padding: 16px 0 0
    }

    .gameplay {
        max-width: 100%
    }

    .cAd.s2 {
        /* display: none */
    }

    .oeS::before {
        display: none
    }

    .DeR {
        grid-template-areas: "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" "ad-728 ad-728 ad-728 ad-728 ad-728 ad-728 ad-728" ".......... .......... .......... .......... .......... .......... .........."
    }

    /* .oeR { */
    /* grid-template-columns: repeat(7, var(--cellSize)) */
    /* } */

}

@media (width: 810px) {
    .size1 {
        width: 650px;
        height: 90px
    }
}

.gameFromAd {
    order: -1;
    animation: tada 5s linear 5s 2 backwards
}

@keyframes tada {
    5% {
        -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg)
    }
    6%,
    8%,
    10%,
    12% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 10deg)
    }
    7%,
    9%,
    11% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -10deg)
    }
    13% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes bgslide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -200%;
    }
}

@keyframes bgslide {
    from {
        background-position-x: 0;
    }
    to {
        background-position-x: -200%;
    }
}

.wpp-widget-placeholder {
    margin: 0 auto;
    width: 60px;
    height: 3px;
    background: #dd3737;
    background: -webkit-gradient(linear, left top, right top, from(#dd3737), color-stop(10%, #571313), to(#dd3737));
    background: linear-gradient(90deg, #dd3737 0%, #571313 10%, #dd3737 100%);
    background-size: 200% auto;
    border-radius: 3px;
    -webkit-animation: bgslide 1s infinite linear;
    animation: bgslide 1s infinite linear;
}

.games-list {
    /*min-height: 100vh;*/
}

.comment {
    max-width: 420px;
    width: 100%;
}

.scroll-to-comment {
    font-size: 24px;
    margin-left: 12px;
    color: #fff;
}

.comment .box-comment {
    border-radius: var(--borderRadius);
}

#back-to-top {
    background-color: #ff6700;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    border: unset;
    outline: 0;
    z-index: 1000;
}

#back-to-top {
    color: #fff;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.mt-120 {
    margin-top: 120px;
}

.btn-new-game {
    grid-column: span 2;
    grid-row: span 1;
    width: unset;
    height: unset;
    padding: 24px 0;
    background: #ff6700;
    border-radius: var(--borderRadius);
}

@media (max-width: 500px) {
    #header .oPs {
        width: inherit;
        max-width: 100%;
    }

}

.sidebar {
    max-height: 100vh;
    height: 100%;
    max-width: 320px;
    width: 100%;
    background: #04052a;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 32px;
    display: flex;
    flex-direction: column;
    transform: translatex(-100%);
    transition: transform 0.4s ease-in-out;
    z-index: 1000; 
	overflow-x: hidden;
    overflow-y: scroll;
	height: 100vh;
	padding-bottom: 48px;
	 scrollbar-width: none;
    overscroll-behavior-y: contain;
}

.sidebar__menu {
    display: flex;
    flex-direction: column;
    flex: 0.5;
    justify-content: flex-start;
    font-size: 24px;
    margin-bottom: 48px;
     
   
}

.sidebar__menu::-webkit-scrollbar {
    display: none;
}

.sidebar__menu a:nth-child(1) {
    transition-delay: 0.05s;
}

.sidebar__menu a:nth-child(2) {
    transition-delay: 0.1s;
}

.sidebar__menu a:nth-child(3) {
    transition-delay: 0.15s;
}

.sidebar__menu a:nth-child(4) {
    transition-delay: 0.2s;
}

.sidebar__menu a:nth-child(5) {
    transition-delay: 0.25s;
}
.sidebar__menu a:nth-child(6) {
    transition-delay: 0.29s;
}
.sidebar__menu a:nth-child(7) {
    transition-delay: 0.34s;
}
.sidebar__menu a:nth-child(8) {
    transition-delay: 0.39s;
}
.sidebar__menu a:nth-child(9) {
    transition-delay: 0.44s;
}
.sidebar__menu a:nth-child(10) {
    transition-delay: 0.48s;
}
.sidebar__menu a:nth-child(11) {
    transition-delay: 0.52s;
}
.sidebar__menu a:nth-child(12) {
    transition-delay: 0.56s;
}
.sidebar__menu a:nth-child(13) {
    transition-delay: 0.59s;
}
.sidebar__menu a:nth-child(14) {
    transition-delay: 0.63s;
}
.sidebar__menu a:nth-child(15) {
    transition-delay: 0.67s;
}
.sidebar__menu a:nth-child(16) {
    transition-delay: 0.71s;
}
.sidebar__menu a:nth-child(17) {
    transition-delay: 0.74s;
}
.sidebar__menu a:nth-child(18) {
    transition-delay: 0.77s;
}
.sidebar__menu a:nth-child(19) {
    transition-delay: 0.8s;
}
.sidebar__menu a:nth-child(20) {
    transition-delay: 0.83s;
}
.sidebar__menu a:nth-child(21) {
    transition-delay: 0.86s;
}
.sidebar__menu a:nth-child(22) {
    transition-delay: 0.89s;
}
.sidebar__menu a:nth-child(23) {
    transition-delay: 0.92s;
}
.sidebar__menu a:nth-child(24) {
    transition-delay: 0.95s;
}
.sidebar__menu a:nth-child(25) {
    transition-delay: 0.98s;
}
.sidebar__menu a:nth-child(26) {
    transition-delay: 1s;
}
.sidebar__menu a {
    color: #fff;
    text-decoration: none;
    transform: translatex(-80%);
    transition: transform 0.4s ease-in-out;
}

.sidebar__menu a::before {
    content: "";
    height: 2px;
    background: #ff6700;
    width: 120px;
    position: absolute;
    bottom: -5px;
    left: 0;
    transform: translatex(-50%);
    opacity: 0;
    transition: transform 0.4s ease-in-out, opacity 0.4s linear;
}

.sidebar__menu a:hover::before {
    transform: translatex(0);
    opacity: 1;
}

.sidebar__close {
    position: absolute;
    top: 0;
    right: 4px;
    background: #19286b;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    box-shadow: 0 0 20px 20px rgb(0 0 0 / 3%);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translatex(-100%);
    cursor: pointer;
    transition: transform 0.4s ease-in-out 0.2s;
}

.sidebar__close::before, .sidebar__close::after {
    content: "";
    height: 2px;
    background: #fff;
    width: 24px;
    display: block;
    position: absolute;
}

.sidebar__close::after {
    transform: rotate(90deg);
}

.sidebar.checked {
    transform: translatex(0);
}

.sidebar.checked .sidebar__close {
    transform: translatex(0) rotate(45deg);
}

.sidebar.checked .sidebar__menu a {
    transform: translatex(0);
}

#sec1 h2 {
    color: #fff;
    margin: 12px 0;
}

.notFound {
    color: #fff;
    padding: 24px 0;
}

.notFound h2 {
    font-size: 24px;
    margin-bottom: 12px;
}

.notFound p {
    font-size: 16px;
}

.sc h2 {
    color: #fff;
}

.nav-mobile {
    position: fixed;
    z-index: 11;
    top: 18px;
    left: 0;
    font-size: 16px;
    cursor: pointer;
    background-color: #19286b;
    color: #fff;
    padding: 6px 8px;
    border: none;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    display: none;
}

#gtx-trans {
    display: none !important;
}

@media (max-width: 1024px) {
    .gP {
        width: 160px;
        top: 15px
    }

}

.menu_header_mobile {
    display: none;
}

@media (max-width: 767px) {
    #header .oPs {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        visibility: visible;
        opacity: 1;
    }

    .menu {
        visibility: hidden;
        opacity: 0;
    }

    .menu .logo, .menu .nav-items {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    .game {
        display: unset;
    }

    body {
        padding-top: 12px !important;
    }

    .menu_header_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .menu_header_mobile .open_menu, .menu_header_mobile .open_search {
        border: 0;
        outline: 0;
        background: 0;
        color: #fff;
        font-size: 32px;
        margin-right: 20px;
    }

    .menu_header_mobile .open_search {
        margin-left: auto;
    }

    .contanier {
        padding: 12px 0;
    }
}

.main-svg-sprite {
    display: none;
}

.svg-icon {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0
}

.svg-icon__link {
    border-radius: 3px;
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit
}

.btn-capsule {
    width: 36px;
    height: 36px;
    outline: 0;
    border: 1px solid transparent;
    border-radius: 8px;
    background: 0;
    color: #fff;
    margin-left: 6px;
}

.btn-capsule:hover {
    border-color: rgba(255, 255, 255, 0.29);
}

.sect__title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 24px;
}

.hr-border {
    height: 2px;
    background: #FF3814;
    box-shadow: 0 0 .75rem 0 #FF3814;
    width: 0;
    animation: border_anim 1s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-delay: 1s;
    flex: 0;
}

.hr-bot {
    height: 1px;
    padding: 0 10px;
    margin: 12px auto;
    background: #252b85;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.19);
}

@keyframes border_anim {
    0% {
        width: 0%;

    }
    100% {
        width: 100%;
        flex: 1;

    }
}

.ads_bottom {
    width: 100%;
    min-height: 90px;
    margin-bottom: 12px;
}

.more_games_url {
    display: flex;
    justify-content: center;
    margin: 12px 0;
}

.more-games {
    max-width: 200px;
    background: #ff6700;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 8px 12px;
}

.text-center {
    text-align: center;
}

.show_content {
    position: absolute;
    max-width: calc(100% - 48px);
    background: #19286b;
    width: 100%;
    bottom: 10px;
    display: flex;
    align-items: flex-end;
    z-index: 12;
}

.ShowMore_button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 0;
    background: 0 0;
    color: #ffffff;
    font-size: 16px;
    width: fit-content;
    font-family: inherit;
    cursor: pointer;
    gap: 8px;
    padding: 6px 0px;
}

.ShowMore_button:hover {
    background: transparent;
    color: inherit;
}

.rotating-border {
    content: "";
    width: max-content;
    background: linear-gradient(90deg, #b6b6b6 50%, transparent 50%), linear-gradient(90deg, #b6b6b6 50%, transparent 50%), linear-gradient(0deg, #b6b6b6 50%, transparent 50%), linear-gradient(0deg, #b6b6b6 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 0, 20px 3px, 0, 0;
    padding: 0 0 10px 0;
    animation: border-dance 4s infinite linear;
}

@keyframes border-dance {
    0% {
        background-position: 0 0, 100% 100%, 0 100%, 100% 0;
    }
    100% {
        background-position: 100% 0, 0 100%, 0 0, 100% 100%;
    }
}

.sect__header {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    padding: 0 24px;
}

.more-games:hover {
    background: #9b671a;
}

.photo .glow-wrap {
    overflow: hidden;
    border-radius: var(--borderRadius);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.photo .glow {
    display: block;
    position: absolute;
    z-index: 6;
    width: 40%;
    height: 200%;
    background: rgba(255, 255, 255, .2);
    top: 0;
    filter: blur(6px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow {
    transform: rotate(45deg) translate(450%, -50%);
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    margin: 0 0 8px;
}

.sidebar_title {
    font-size: 24px;
    color: #fff;
    margin: 12px 0 24px;
}

.more-games-grid {
    border-radius: var(--borderRadius);
    background: #ff6700;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.more-games-grid .bVs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.more-games-grid img.Pa {
    object-fit: contain;
    width: 24px;
}

.tag_grid {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: 100px;
    padding: 12px;
    color: #fff;
    border-radius: var(--borderRadius);
    background: #19286b;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 10px 0 rgba(0,0,0,.19);
    border: 3px solid #252b85;
}
.tag_grid:hover{
    color: #ff6700;
    text-decoration: none;
}
.grid-w-double {
    grid-column: auto / span 2;
    grid-row: auto / span 1
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 100px);
    grid-auto-flow: row dense;
    justify-content: center;
    grid-gap: 17px;
    margin: 17px 0;
}

@media screen and (max-width: 600px), screen and (max-height: 600px) and (orientation: landscape) {
    .grid-container {
        grid-gap: 14px;
        margin: 10px;
    }
}

.grid-2x2, .grid-h-double {
    grid-row: auto / span 2;
}
.grid-3x3 {
    grid-column: span 3;
    -ms-grid-row: span 3;
    grid-row: span 3;
}
.ads {
    background: #ffffff14;
    position: relative;
    padding: 8px;
    height: 100%;
}
.hot_bg {
    background: #FF3814;
    font-size: 20px;
    font-weight: bold;
}
.new_bg {
    background: #198754;
    font-size: 20px;
    font-weight: bold;
}

.popular_bg {
    background: #0d6efd;
    font-size: 20px;
    font-weight: bold;
}