@charset "utf-8";

:root {
    --fontBody: "Proxima Nova", "Open Sans", "Gill Sans MT", "Gill Sans", "Noto Sans Arabic", Arial, sans-serif;
    --fontTorus: "Torus", "Noto Sans Arabic", sans-serif;
    --bezier: cubic-bezier(.25, .1, .25, 1);
    --cellSize: 94px;
    --cellSpacing: 16px;
    --maxPageWidth: 1860px;
    --shadow-angle: 2px 2px 1px 0px #5d6b8408, 2px 2px 1px 0px #5d6b8417, 1px 1px 3px 1px #5d6b8426;
    --shadow-close: 0px 2px 4px 2px #5d6b8414, 0px 8px 3px 0px #5d6b8408, 0px 4px 3px 0px #5d6b8417, 0px 2px 2px 0px #5d6b8426, 0px 0px 1px 0px #5d6b842e;
    --shadow-mid: 0px 2px 12px 4px #5d6b8414, 0px 23px 9px 0px #5d6b8408, 0px 13px 8px 0px #5d6b8417, 0px 6px 6px 0px #5d6b8426, 0px 1px 3px 0px #5d6b842e;
    --shadow-hover: 0px 2px 12px 4px #5d6b8414, 0px 31px 12px 0px #5d6b8414, 0px 17px 10px 0px #5d6b8417, 0px 8px 8px 0px #5d6b8426, 0px 2px 4px 0px #5d6b842e;
    --shadow-far: 0px 2px 12px 4px #5d6b8414, 0px 60px 24px 0px #5d6b8417, 0px 34px 20px 0px #5d6b8417, 0px 15px 15px 0px #5d6b8426, 0px 4px 8px 0px #5d6b842e;
    --blue-5: #0074e0;
    --blue-3: #054a91;
    --denim-blue: #002b50;
    --green-1: #15c8d1;
    --green-2: #17d7d8;
    --green-3: #18e9da;
    --green-4: #17f1d8;
    --green-5: #3cf7dc;
    --green-6: #4dffe1;
    --green-7: #83ffe7;
    --green-8: #a4ffee;
    --grey-3: #5d6b84;
    --grey-5: #bac9de;
    --grey-7: #f0f5fc;
    --grey-9: #f9fbff;
    --pink-1: #ff7690;
    --pink-2: #ff8aa6;
    --pink-3: #ff99b1;
    --pink-4: #ffa4ba;
    --pink-5: #ffa9be;
    --pink-6: #ffaec5;
    --pink-7: #ffc2d6;
    --pink-8: #ffc9dd;
    --poki-blue: #009cff;
    --pure-white: #fff;
    --purple-1: #c977e8;
    --purple-2: #d490f2;
    --purple-3: #da9ef3;
    --purple-4: #dca7f2;
    --purple-5: #e0aef5;
    --purple-6: #e1b5f7;
    --purple-7: #eac0fc;
    --purple-8: #ebccff;
    --yellow-1: #ff9e00;
    --yellow-2: #ffaf00;
    --yellow-3: #ffc500;
    --yellow-4: #ffd100;
    --yellow-5: #ffdc00;
    --yellow-6: #ffe200;
    --yellow-7: #fbe756;
    --yellow-8: #ffed85
}

html {
    color: #000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Droid Sans", tahoma, arial, sans-serif;
}

input,
select,
textarea {
    font-size: 100%;
}

fieldset,
img {
    border: 0;
    display: block;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
    font-family: Oswald, sans-serif;
}

q:after,
q:before {
    content: "";
}

a {
    color: #009cff;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

a,
ins {
    text-decoration: none;
    outline: 0;
}

.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1;
}

body .fn-hide {
    display: none;
}

.fn-left,
.fn-right {
    display: inline;
}

.fn-left {
    float: left;
}

.fn-right {
    float: right;
}

.fn-webkit-adjust {
    -webkit-text-size-adjust: none;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.bgs {
    background: #fff;
    border-radius: 5px;
}

* {
    box-sizing: border-box;
}

body {
    background: #b39bf9;
    background-attachment: fixed;
}

#header {
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    height: 77px;
    position: fixed;
    top: 0;
    z-index: 999999999;
    right: 0;
    left: 0;
}

.fix-top {
    position: fixed;
    z-index: 9999;
}

.h-head {
    height: 70px;
}

.head-inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}

.logo a {
    width: 163px;
    height: 70px;
    background: no-repeat;
    display: block;
    position: relative;
    background-size: 103px;
    background-position: center;
}

.head-inner .other-btn {
    display: flex;
    align-items: center;
}

.menu {
    margin: 0 0 0 20px;
}

.gamemonetize-container {
    min-height: 80svh;
}

.menu-btn {
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #EFEFEF;
    border-radius: 8px;
    margin-left: 20px;
    padding: 0 16px;
    font-weight: 600;
    color: #212121;
}

a.menu-btn {
    text-decoration: none;
}

.menu-btn:hover {
    color: #009cff;
}

.new-games i.new {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-size: cover;
}

.menu-btn .more {
    font-weight: 400;
    margin-top: -2px;
}

.menu-btn i.arrow-down {
    width: 12px;
    height: 24px;
    margin-left: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}


.menu-btn i.blog {
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
}


.new-games .more span {
    font-size: 10px;
}

.new-games-pop-up {
    position: absolute;
    top: 100%;
    transform: translateY(8px);
    left: 0;
    width: 180px;
    background: #fff;
    padding: 8px 0px;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.new-games-pop-up a {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 16px;
    align-items: center;
    padding: 8px 16px;
    color: #717171;
    text-decoration: none;
}

.new-games-pop-up a:hover {
    background: #f5f5f5;
    color: #009cff;
}

.menu-mobile {
    display: none;
}

.menu-mobile i {
    font-size: 32px;
}

.new-games-pop-up-mobile {
    display: none;
}

.head-inner .search-form {
    position: static;
    top: 100%;
    box-sizing: border-box;
    padding: 0;
    display: block;
}

.right-btn-mobile {
    display: none;
}

.right-btn-mobile .search-btn {
    width: 20px;
    height: 20px;
    background-size: cover;
    
}

.menu-ul {
    display: flex;
    align-items: center;
}

.menu-ul li {
    float: left;
    position: relative;
    margin: 0 10px 0 0;
}

.menu-ul li .tooltip {
    position: absolute;
    bottom: -44px;
    left: 5px;
    z-index: 2;
}

.tooltip .arrow {
    position: absolute;
    left: 50px;
    top: -7px;
    width: 14px;
    height: 9px;
    background: url(/images/tag.png) no-repeat;
    background-position: -342px -32px;
}

.featip {
    width: 140px;
}

.tip-txt {
    background: #009cff;
    border: 1px solid #fff;
    border-radius: 5px;
    line-height: 33px;
    font-size: 13px;
    font-family: Oswald, sans-serif;
    text-align: center;
    color: #fff;
    padding: 0 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.menu-ul li a {
    padding: 7px 22px 9px;
    color: #484848;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin: 0 20px;
}

.menu-ul li a.active,
.menu-ul li a:hover {
    color: #009cff;
    text-decoration: none;
}

.menu-ul li a span {
    display: block;
    margin: 0 auto;
}

.menu-ul li i {
    display: block;
    height: 40px;
    margin: 0 auto;
    background: url(/images/tag.png) no-repeat;
}

.menu-ul li i.new {
    width: 59px;
    background-position: 0 0;
}

.menu-ul li i.best {
    width: 51px;
    background-position: -60px 0;
}

.menu-ul li i.featur {
    width: 43px;
    background-position: -159px 0;
}

.menu-ul li i.recent {
    width: 37px;
    background-position: -203px 0;
}

.menu-ul li i.blog {
    width: 37px;
    background-position: -9px -47px;
}

.menu-ul li i.cate {
    width: 43px;
    background-position: -114px 0;
}

.menu-ul li i.search {
    width: 41px;
    background-position: -244px 0;
}

.cate-list {
    position: absolute;
    top: 70px;
    right: 20px;
    background: #fff;
    width: 180px;
    z-index: 2;
}

.menu-ul li li {
    float: none;
    margin: 0;
}

.menu-ul li li a {
    font-family: "Droid Sans", sans-serif;
    text-transform: none;
    font-size: 14px;
    padding: 5px 10px;
    text-align: left;
    color: #043856 !important;
    margin: 0;
    cursor: pointer;
}

.menu-ul li li a:hover {
    background: #009cff;
    color: #fff !important;
}

.menu-ul li li a:hover span {
    color: #fff !important;
}

.menu-ul li li a span {
    margin: 0 0 0 5px;
    color: #009cff;
    display: inline;
}

.search-form {
    width: 100%;
    position: relative;
    display: block !important;
}

.search-form form {
    flex: 1;
    height: 64px;
    display: flex;
    align-items: stretch;
    position: relative;
}

.search-form .txt {
    flex: 1;
    background-color: #EFEFEF;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0 16px 0 80px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 2px #5d6b8414,
        0px 8px 3px 0px #5d6b8408,
        0px 4px 3px 0px #5d6b8417,
        0px 2px 2px 0px #5d6b8426,
        0px 0px 1px 0px #5d6b842e;
}

.search-form .txt:focus {
    outline: 0;
}

.search-form .btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background-color: transparent;
    border: 0;
    background-size: cover;
}

.search-form .poki-circle-logo {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
}

.search-form .divider {
    width: 1px;
    height: 100%;
    background: #ccc;
    left: 64px;
    position: absolute;
}

.content {
    margin: auto;
    padding: 0 40px;
    min-height: 100svh;
}

.content h1 {
    height: 0;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;
}

#content {
    margin: 20px auto;
    position: relative;
}

.post {
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 10px;
    aspect-ratio: 1/1;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 12px 4px #5d6b8414,
        0px 23px 9px 0px #5d6b8408,
        0px 13px 8px 0px #5d6b8417,
        0px 6px 6px 0px #5d6b8426,
        0px 1px 3px 0px #5d6b842e;
}

.post:hover {
    transform: scale(1.02);
    transition: ease-in 0.2s;
    z-index: 2;
}

.post img {
    width: 100%;
    aspect-ratio: 1/1;
    min-height: 94px;
    object-fit: cover;
}

.post .post-name {
    position: absolute;
    text-align: center;
    bottom: 0px;
    width: 100%;
    line-height: 1.25;
    overflow: hidden;
    display: none;
    border-radius: 0 0 15px 15px;
    font-family: "Droid Sans", sans-serif;
    font-weight: 700;
    box-sizing: border-box;
}

.flex-similar-games .post .post-name {
    bottom: -6px;
    left: 2px;
}

.post a:hover .post-name {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 40%, rgba(1, 1, 1, 0) 100%);
    display: block;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 8px;
}

.post:nth-child(3) {
    grid-area: ip0;
    font-size: 13px;
}

.post:nth-child(4) {
    grid-area: ip2;
    font-size: 13px;
}

.post:nth-child(5) {
    grid-area: ip3;
    font-size: 13px;
}

.post:nth-child(6) {
    grid-area: ip4;
    font-size: 13px;
}

.post:nth-child(7) {
    grid-area: ip1;
    font-size: 13px;
}

.post:nth-child(8) {
    grid-area: ip5;
    font-size: 13px;
}

.post:nth-child(9) {
    grid-area: ip6;
    font-size: 13px;
}

.post:nth-child(10) {
    grid-area: ip7;
    font-size: 13px;
}

.post:nth-child(11) {
    grid-area: ip8;
    font-size: 13px;
}

.post:nth-child(12) {
    grid-area: ip9;
    font-size: 13px;
}

.post:nth-child(13) {
    grid-area: ip10;
    font-size: 13px;
}

.post:nth-child(14) {
    grid-area: ip11;
    font-size: 13px;
}

.post:nth-child(15) {
    grid-area: ip12;
    font-size: 13px;
}

/* .post:nth-child(16) {
    grid-area: ip13;
    font-size: 13px;
}

.post:nth-child(17) {
    grid-area: ip14;
    font-size: 13px;
}

.post:nth-child(18) {
    grid-area: ip15;
    font-size: 13px;
}

.post:nth-child(19) {
    grid-area: ip16;
    font-size: 13px;
}

.post:nth-child(20) {
    grid-area: ip17;
    font-size: 13px;
}

.post:nth-child(21) {
    grid-area: ip18;
    font-size: 13px;
} */

.ad-desc-left {
    float: left;
    width: 18px;
    padding: 3px 0 0;
    position: absolute;
    top: 92px;
    left: 7px;
}

.ad-desc-right {
    float: right;
    width: 18px;
    padding: 3px 0 0;
    position: absolute;
    top: 92px;
    right: 2px;
}

.ad-desc-left img,
.ad-desc-right img {
    width: 10px !important;
    height: 81px !important;
    border-radius: inherit;
}

.post-trick span {
    display: block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: arial;
    margin: 3px auto;
    text-align: center;
}

.fix {
    position: fixed;
    bottom: 0;
}

#footer {
    width: 100%;
    background: #fff;
    margin: 40px 0 0;
    /* display: none !important; */
}

.foot-inner {
    margin: 0 auto;
    padding: 0 80px;
    color: #009cff;
}

.link-b2 {
    margin: 0 auto;
    text-align: center;
}

.ad728 {
    height: 90px;
    float: right;
}

#games-thumb,
#topad {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    min-width: 750px;
}

#topad {
    margin-top: 28px;
    margin-bottom: 5px;
}

.adbox {
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
}

.adtitle {
    display: none;
    float: left;
    width: 20px;
    padding: 3px 0 0;
}

.f-game {
    width: 180px;
    float: right;
}

.f-game li {
    width: 180px;
    height: 90px;
    float: left;
}

.f-game li img {
    width: 100%;
    height: 100%;
}

.s-list {
    width: 100%;
    overflow: hidden;
    height: 55px;
    margin: 5px 0 0 10px;
}

.s-list li {
    width: 50px;
    height: 50px;
    float: left;
    margin: 0 8px 0 0;
}

.s-list li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#game-col {
    margin: 20px auto;
    width: 90%;
    max-width: 1280px;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
}

.ad160 {
    width: 160px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.ad300 {
    text-align: center;
    color: #fff;
}

.game-right {
    color: #fff;
}

.game-left {
    color: #fff;
}

.relategames {
    width: 120px;
    text-align: center;
}

.game-left {
    display: none;
}

.s-list li div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.game-title {
    font-size: 21px !important;
    margin-bottom: -11px;
    display: block;
}

.game-info {
    width: 100%;
    position: relative;
    flex: 1;
}

.gametitle {
    height: 35px;
    border-bottom: 1px dotted #fff;
    margin: 0 0 13px;
}

.gametitle .l-link {
    float: left;
    width: 68px;
}

.gametitle .l-link a {
    float: left;
    width: 25px;
    height: 25px;
    background: url(/images/tag.png) no-repeat;
    margin-top: 5px;
}

.gametitle .l-link a.home {
    background-position: -331px -85px;
    margin-right: 8px;
}

.gametitle .l-link a.back {
    background-position: -306px -85px;
    margin-right: 10px;
}

.gametitle .gamename {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}

.gamename .flag {
    display: inline-block;
    width: 19px;
    height: 27px;
    background-position: -287px 0;
    margin: 0 8px 0 0;
    vertical-align: -10px;
}

#gameFull,
#gameReplay,
.flag {
    display: inline-block;
    background: url(/images/tag.png) no-repeat;
}

#gameFull {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-position: -307px 0;
}

#gameReplay {
    width: 17px;
    height: 17px;
    background-position: -327px 0;
}

#game-bottom {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    grid-column: 1/-1;
    margin: 0 auto;
    box-shadow: var(--shadow-mid);
    border-radius: 0mmmm;
}

.tags-walkthrough-container {
    grid-column: 1/-1;
    display: flex;
    margin-bottom: 40px;
}

.game-walkthrough {
    flex: 1;
    background: #fff;
    border-radius: 0;
    padding: 20px;
    box-shadow: var(--shadow-mid);
}

.game-walkthrough p {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 8px;
}

.game-dec {
    width: 660px;
}

.game-dec .thumb {
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    margin: 0 0 10px;
}

.game-dec .thumb img {
    width: 100%;
    height: 100%;
}

.game-dec .tags {
    margin: 10px 0 0;
}

.game-dec .thumb .tags {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 190px;
}

.game-dec .tags a {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    background: #fff;
    border: 1px solid #479de5;
    border-radius: 5px;
    color: #fff;
    margin: 0 8px 10px 0;
}

.game-dec .tags a:hover {
    background: #043856;
    border: 1px solid #fff;
    color: #000;
    text-decoration: none;
}

.game-dec .description {
    float: right;
    width: 440px;
    color: white;
}

.ahout-also {
    border-radius: 5px 5px 0 0;
}

.ahout-also .game-dec {
    width: 360px;
    margin-left: 10px;
    font-size: 15px;
    color: #fff;
}

.ahout-also .game-dec .description {
    float: none;
    width: auto;
    margin-left: 210px;
    min-height: 200px;
}

.ahout-also .game-dec .tags a {
    border: none;
    background: 0 0;
    padding: 0 3px;
    margin: 0;
    height: 20px;
    line-height: 20px;
}

.game-dec .description a {
    color: #009cff;
}

.ahout-also .game-dec .description a {
    color: #fff;
}

.pl {
    font-size: 13px;
    font-weight: 400;
    font-family: Oswald, sans-serif;
    line-height: 180%;
}

.embedcode {
    width: 408px;
    height: 35px;
    background: #fff;
    border: 1px solid #fff;
    max-width: 408px;
    text-align: left;
}

p.d-text {
    clear: both;
}

.d-text a, .d-text a:visited, .d-text a:active, .d-text a:hover {
    color: #009cff;
    text-decoration: underline;
    font-weight: bold;
}

.game-video {
    width: 728px;
    margin: 20px auto 0;
}

.video-title {
    font-size: 18px;
    font-family: Oswald, sans-serif;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 14px;
    position: relative;
}

.video-box {
    padding: 14px 0;
    min-height: 400px;
}

.video-title a {
    position: absolute;
    top: 0;
    right: 10px;
    color: #333;
}

.pageAds .video-title a {
    color: #fff;
}

#Boxshadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1111;
}

#Close {
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#Gameinner {
    width: 980px;
    margin: 0 auto;
    padding: 10px;
    min-height: 330px;
    position: relative;
    border-radius: 5px;
    padding-top: 40px;
    margin-top: 35px;
}

#Gameinner .ad160 {
    padding: 0;
}

.gamemasnory {
    max-width: 960px;
    margin: 0 auto 0 30px;
}

#Gameinner .gamemasnory {
    max-width: 820px;
    margin: 0 auto 0 15px;
}

#Gameinner a {
    cursor: pointer;
}

.game-also {
    width: 820px;
}

.game-also .adv728 {
    padding: 0 10px 10px;
}

.also-title {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}

.partners {
    padding: 0 6px 16px;
}

.single {
    float: left;
    border-bottom: 1px dotted #0164bf;
    border-right: 1px dotted #0164bf;
    padding: 15px 0;
}

.single:nth-child(even) {
    border-right: 0;
    padding-left: 15px;
}

.single p a {
    color: #043856;
    margin: 0 5px 0 0;
}

.rside {
    border-right: 0;
    padding-left: 15px;
}

.mainpic {
    width: 115px;
}

.mainpic img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.info {
    width: 360px;
    color: #fff;
}

.info .pl a {
    font-size: 18px;
    color: #fff;
}

.info .itext {
    line-height: 16px;
}

.info span {
    color: #043856;
    margin: 0 0 0 5px;
}

.tag {
    padding: 10px 20px;
    float: left;
    width: 282px;
    margin: 0 0 10px;
}

.tagpic {
    width: 85px;
}

.tagpic img {
    width: 70px;
    height: 70px;
    border-radius: 5px;
}

.taginfo {
    padding: 10px 0 0;
}

.taginfo .pl {
    font-size: 18px;
    color: #212121;
}

.taginfo .num {
    color: #212121;
}

.taglink:hover .tag {
    background: #009cff;
    border-radius: 10px;
}

.taglink:hover p {
    color: #fff;
}

.bottomtext {
    width: 100%;
    box-sizing: border-box;
}


#Pages {
    width: 960px;
    margin: 15px auto 0;
    padding: 20px;
    margin-bottom: 70px;
}

.privacy-t,
p.big-t {
    font-size: 28px;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
}

p.big-t {
    font-size: 20px;
    text-align: left;
}

#Pages dl {
    margin: 15px 0;
}

#Pages dt {
    font-size: 18px;
    color: #043856;
}

#Pages dd {
    line-height: 25px;
}

.nofound {
    width: 600px;
    margin: 120px auto;
    min-height: 200px;
    background: no-repeat;
    font-size: 17px;
    font-family: Oswald, sans-serif;
}

.nofound-main {
    background:center top no-repeat;
    margin-left: 240px;
    padding-top: 135px;
    text-align: center;
}

.nofound-main a {
    color: #043856;
    text-decoration: underline;
}

.best_icon,
.featured_icon,
.new_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    top: -2px;
    left: -2px;
}


#loader_container {
    margin-top: 15px;
}

#loader_container {
    width: 670px;
    height: 485px;
}

.game-zoom {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    height: 64px;
    background-color: white;
    box-shadow: var(--shadow-mid);
}

.game-zoom .game-image {
        width: 55px;
        height: 55px;
        display: block;
        position: relative;
		background: no-repeat;
        background-size: 55px;
        background-position: center;
        margin-right: 8px;
        border-radius: 8px;
}

.game-zoom .game-zoom-info {
    display: flex;
    align-items: center;
}

.game-zoom > div {
    display: flex;
    align-items: center;
}

.game-zoom > div > p {
    margin-right: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
}

.game-zoom .game-zoom-btn {
    background-color: #99F;
    padding: 8px;
    padding-bottom: 2px;
}

.game-left, .game-right {
    display: flex;
    position: absolute;
    height: 100%;
    max-height: 100%;
}

.game-left {
    right: 100%;
    margin-right: 16px;
}

.game-right {
    top: 0;
    left: 100%;
    margin-left: 16px;
}

.relategames {
    background-color: white;
    height: 100%;
    max-height: 100%;
    padding: 8px;
    border-radius: 8px;
    box-sizing: border-box;
}

.relategames .post-name {
    line-height: 125%;
    margin-top: 4px;
    color: #009cff;
    text-decoration: none;
}
@media screen and (min-width: 1281px) {

    .game-left .ad160 {
        margin: 0 15px 0 0;
    }

    #game-col {
        width: 100%;
    }

    #loader_container {
        width: 710px;
        height: 536px;
    }

    .relategames.bgs {
        background: 0 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    #game-col {
        width: 1250px;
    }

    #loader_container {
        width: 610px;
    }

    .game-left .ad160 {
        margin: 0 15px 0 0;
    }

    .relategames.bgs {
        background: 0 0;
    }
}

.gameinfo {
    margin: 20px auto 0;
    padding: 20px;
    width: 900px;
    background-color: #043856;
    border-radius: 20px;
}

.gameinfo a {
    color: #ffc;
}

.gameinfo .ad160 {
    width: 160px;
    padding: 0;
    color: #fff;
}

.gameinfo .ad300 {
    width: 300px;
}

.gameinfo .gameinfo-main {
    width: 730px;
    color: #ffc;
    font-size: 16px;
    line-height: 28px;
}

.gameinfo-dec {
    width: 410px;
    margin-left: 20px;
}

.gameinfo-main-f {
    margin: 10px 0;
}

.gameinfo-main-f .thumb {
    text-align: center;
    width: 300px;
}

.gameinfo-main-f .thumb img {
    width: 200px;
    height: 200px;
    display: inline-block;
    border-radius: 10px;
}

.gameinfo-main-f .ad300 {
    margin-right: 80px;
}

.gameinfo-masnory {
    width: 960px;
    margin: 20px auto;
}

.gameinfo-masnory .gamemasnory {
    margin: 0 auto 0 10px;
    width: 960px;
}

.pageAds {
    width: 990px;
    margin: 30px auto 60px;
    color: #fff;
    background: #043856;
}

.pageAds h3 {
    font-size: 12px;
    font-family: "Droid Sans", tahoma, arial, sans-serif;
}

.pageAds h3.sg {
    padding: 20px 0 0 10px;
    font-size: 16px;
}

.pageAds .gamemasnory {
    width: 960px;
    margin-left: 18px;
}

.page-box {
    background: #043856;
    margin: 0;
    padding: 20px 12px 0;
}

.games-t {
    width: 250px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.games-t ul {
    width: 260px;
    margin: -5px 0 0;
}

.games-t ul li {
    float: left;
    margin: 0 10px 10px 0;
}

.games-t ul li img {
    width: 120px;
    height: 120px;
}

.page-game-banner {
    width: 990px;
    margin: 20px auto -10px;
    padding: 0 0 0 14px;
}

.page-game-banner li {
    float: left;
    width: 180px;
    height: 90px;
    margin: 0 18px 0 0;
}

.page-game-text {
    font-size: 14px;
    width: 325px;
    overflow: hidden;
    margin: 0 0 0 25px;
}

.page-game-des {
    width: 290px;
    font-size: 14px;
}

.page-game-des strong {
    color: #000;
    font-size: 16px;
}

.text-col {
    height: 255px;
    overflow: hidden;
}

.text-col .des {
    height: 250px;
    overflow-y: scroll;
}

.tipbottom {
    font-size: 14px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    background: #3990e1;
    color: #fff;
    text-transform: uppercase;
}

.tipbottomplay {
    width: 150px;
    margin: 5px auto 0;
    height: 25px;
    line-height: 25px;
    background: #609;
}

.tipbottomplay a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.ad300 {
    margin: 0;
    text-align: center;
}

.page-game-img {
    width: 250px;
    text-align: center;
    margin: 0 38px 0 60px;
}

.page-game-img p {
    overflow: hidden;
}

.page-game-img p.g-link {
    padding: 6px 0;
    border-radius: 10px;
    background: #3fc0f2;
    line-height: 1.5;
    width: 135px;
    height: auto;
    margin: 0 auto;
}

.page-game-img img {
    width: 250px;
    height: 250px;
}

.page-game-img p.g-link a {
    color: #fff;
    font-size: 24px;
}

.adtit {
    color: #666;
    font-size: 10px;
}

.page-game-text p {
    margin: 0 0 10px;
}

.page-game-text p strong {
    color: #000;
    font-size: 16px;
}

.page-game-text p a {
    color: #fff;
}

.page-game-text .pt {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    height: 30px;
    overflow: hidden;
}

.page-game-text .pt a {
    color: #fff;
}

.page-game-text .tag {
    margin: 0 0 10px;
    padding: 0;
}

.page-game-text .des {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-game {
    padding: 10px;
    background: #043856;
    margin: 0 0 10px;
}

.page-game li {
    float: left;
    margin: 0 7px 0 9px;
}

.page-game li img {
    width: 136px;
    height: 136px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.rads {
    padding: 10px;
    background: #043856;
    height: 90px;
    width: 760px;
    margin: 0 auto;
}

.rads .adtit {
    width: 80px;
    transform: rotate(-90deg);
    transform-origin: 45px 45px 0;
    letter-spacing: 1px;
}

.rads .ad728 {
    margin: -18px 0 0 28px;
}

.pageAds .embedcode {
    height: 80px;
    width: 100%;
    border: 0;
    background: #043856;
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px;
}

.ad728list {
    width: 100%;
    grid-column: 5 / 12;
    grid-row: 7;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ads300-container {
    width: 100%;
    grid-column: 15 / span 3;
    grid-row: 6 / 9;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 314px;
    overflow: hidden;
    border-radius: 15px;
}

.pageAds .game-video {
    width: 800px;
}

.walkthrough-link {
    position: fixed;
    z-index: 9999;
}

.left-top {
    left: 8%;
    top: 220px;
}

.left-bottom {
    left: 8%;
    bottom: 0;
}

.right-top {
    right: 8%;
    top: 100px;
}

.right-bottom {
    right: 8%;
    bottom: 0;
}

#cookieconsent {
    display: block !important;
    position: fixed;
    right: 10px;
    bottom: 33px;
    width: 342px;
    padding: 15px;
    background: #383b75;
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
    z-index: 9999;
}

#cookieconsent span a {
    color: #aee8ff;
    text-decoration: underline;
}

.copyright {
    display: block;
    text-align: center;
    color: #6e7582;
    font-size: 12px;
}

.copyright a:focus,
.copyright a:hover {
    color: #337ab7;
}

.blog-list-content {
    display: flex;
    margin-bottom: 20px;
    text-decoration: none !important;
    color: #010101;
}

.blog-list-image {
    display: block;
    width: 200px;
    height: 150px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.blog-list-description {
    width: 80%;
    margin-left: 20px;
}

.blog-list-title {
    font-size: 23px;
    font-weight: bold;
    max-width: 700px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-list-title:hover,
.blog-list-more:hover {
    text-decoration: underline;
}

.blog-list-date {
    font-size: 11px;
}

.blog-list-post {
    font-size: 14px;
    max-width: 700px;
    height: 50px;
    overflow: hidden;
}

.blog-list-more {
    font-size: 13px;
    display: block;
    font-weight: bold;
    margin-top: 3px;
    font-style: italic;
    color: #009cff;
}

.blog-big {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.blog-post-title {
    font-size: 37px;
    margin-top: 35px;
    margin-bottom: 10px;
    text-align: center;
}

.blog-post-date {
    font-size: 15px !important;
    font-style: italic;
    text-align: center;
}

.blog-post-post {
    padding: 20px;
    font-size: 15px;
}

.blog-post-bottom {
    margin-bottom: 50px;
}

.blog-load-more {
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    color: #009cff;
}

.blog-load-more:hover {
    text-decoration: underline;
}

.game-item-video {
    width: 105%;
    height: 105%;
    position: absolute;
    z-index: 2;
    top: -5px;
    left: -3px;
    overflow: hidden;
    border-radius: 10px;
}

.page-title {
    color: #010101;
    text-align: center;
    max-width: 860px;
    position: relative;
    margin: 20px auto 0;
}

.page-title h1 {
    height: auto;
    text-indent: 0%;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
    line-height: 125%;
    margin-bottom: 20px;
}

.game-list-grid-container {
    position: relative;
    margin: auto;
    box-sizing: border-box;
    display: grid;
    max-width: 1854px;
    grid-template-columns: repeat(17, 94px);
    grid-template-rows: repeat(auto-fill, 94px);
    grid-auto-flow: row dense;
    grid-gap: 16px;
    grid-template-areas: "...  ...  ip0  ip0  ip0  ...  ...  ...  ...  ...  ...  ...  ...  ip7  ip7  ip8  ip8"
        "...  ...  ip0  ip0  ip0  ip4  ip4  ip5  ip5  ip2  ip2  ip2  ...  ip7  ip7  ip8  ip8"
        "...  ...  ip0  ip0  ip0  ip4  ip4  ip5  ip5  ip2  ip2  ip2  ip6  ip6  ip3  ip3  ip3"
        "ip9  ip9  ip10 ip10 ip11 ip11 ip1  ip1  ip1  ip2  ip2  ip2  ip6  ip6  ip3  ip3  ip3"
        "ip9  ip9  ip10 ip10 ip11 ip11 ip1  ip1  ip1  ip12 ip12 ip13 ip13 ...  ip3  ip3  ip3"
        "...  ip14 ip14 ip15 ip15 ...  ip1  ip1  ip1  ip12 ip12 ip13 ip13 ip16 ip16 ip17 ip17"
        "...  ip14 ip14 ip15 ip15 ...  ip18 ip18 ip19 ip19 ip20 ip20 ...  ip16 ip16 ip17 ip17"
        "...  ...  ...  ...  ...  ...  ip18 ip18 ip19 ip19 ip20 ip20 ...  ...  ...  ...  ... "
        "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ... "
        "ip22 ip22 ...  ...  ...  ...  ...  ...  ...  ...  ip21 ip21 ip21 ...  ...  ...  ... "
        "ip22 ip22 ...  ...  ...  ...  ip24 ip24 ...  ...  ip21 ip21 ip21 ...  ...  ...  ... "
        "...  ...  ip23 ip23 ...  ...  ip24 ip24 ...  ...  ip21 ip21 ip21 ...  ...  ...  ... "
        "...  ...  ip23 ip23 ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ip25 ip25"
        "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ip25 ip25";
}

.game-list-grid-container.categories-tags-list-grid {
    margin-top: 16px;
}

.categories-tags-list-grid a {
    padding: 12px;
    grid-column: span 2;
    display: flex;
    align-items: center;
    background: white;
    width: 100%;
    height: 94px;
    box-sizing: border-box;
    font-size: 12px;
    border-radius: 15px;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none;
    color: #002b50;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px 2px 12px 4px #5d6b8414, 0px 23px 9px 0px #5d6b8408, 0px 13px 8px 0px #5d6b8417, 0px 6px 6px 0px #5d6b8426, 0px 1px 3px 0px #5d6b842e;
}

.categories-tags-list-grid a:hover {
    transform: scale(1.02);
    transition: ease-in 0.2s;
    z-index: 2;
}

.categories-tags-list-grid a img {
    border-radius: 8px;
    margin-right: 12px;
    flex-shrink: 0;
    height: 100%;
    aspect-ratio: 1/1;
}

.categories-tags-list-grid .special-page-link-container {
    grid-column: span 2;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.categories-tags-list-grid .special-page-link-container a {
    flex: 1;
}

.categories-tags-list-grid .special-page-link-container a i {
    font-size: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}

.bottomtext {
    max-width: 1854px;
    box-shadow: 0px 2px 12px 4px #5d6b8414,
        0px 23px 9px 0px #5d6b8408,
        0px 13px 8px 0px #5d6b8417,
        0px 6px 6px 0px #5d6b8426,
        0px 1px 3px 0px #5d6b842e;
}

.home-search-container {
    display: flex;
    justify-content: center;
    background-color: white;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 2px 12px 4px #5d6b8414,
        0px 23px 9px 0px #5d6b8408,
        0px 13px 8px 0px #5d6b8417,
        0px 6px 6px 0px #5d6b8426,
        0px 1px 3px 0px #5d6b842e;
    position: fixed;
    top: 38px;
    width: 94px;
    height: 50px;
    z-index: 20;
}

.home-search-container.blog-page {
    left: 40px;
    top: 32px;
}

.home-search-container .logo-home {
    background-image: url("/images/qs-logo.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 1000px;
    background-size: 80px;
}

.home-search-container .logo-home:hover {
    transform: scale(1.1);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

.home-search-container .home-search {
    flex: 1;
    width: 100%;
    border-top: solid 2px #f0f5fc;
    display: flex;
    align-items: stretch;
}

.home-search-container .home-search a, .home-search-container .home-search div {
    display: flex;
    align-items: center;
    font-size: 16px;
    flex: 1;
    justify-content: center;
    text-decoration: none;
    color: #009cff;
}

.home-search-container .home-search a:first-child {
    border-right: solid 2px #f0f5fc;
}

.home-search-container .home-search a:hover, .home-search-container .home-search div:hover {
    background-color: #f0f5fc;
}

#search-left {
    position: fixed;
    display: none;
    height: 100svh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    z-index: 9999;
}

#search-left .search-container {
    position: relative;
    width: 688px;
    max-width: 100%;
    height: 100%;
    background: #97ffff;
    padding: 32px 20px 0;
    display: flex;
    flex-direction: column;
}

#search-left #search-left-close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #5d6b84;
    position: absolute;
    top: 32px;
    right: -32px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 2px 12px 4px #5d6b8414,
        0px 23px 9px 0px #5d6b8408,
        0px 13px 8px 0px #5d6b8417,
        0px 6px 6px 0px #5d6b8426,
        0px 1px 3px 0px #5d6b842e;
}

#search-left #search-left-close:hover {
    transform: translateY(-2px);
    transition: ease-in 0.2s;
}

#search-left .search-container .search-form {
    padding-right: 32px;
}

#search-left .search-container .search-form #clear-search {
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    color: #5d6b84;
    width: 36px;
    height: 36px;
    background-color: #bac9de;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

#search-left .search-container .tag-list {
    display: flex;
    align-items: center;
}

#search-left .search-container .tag-list a {
    position: relative;
    display: flex;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 4px 2px #5d6b8414,
        0px 8px 3px 0px #5d6b8408,
        0px 4px 3px 0px #5d6b8417,
        0px 2px 2px 0px #5d6b8426,
        0px 0px 1px 0px #5d6b842e;
    color: #002b50;
    font-size: 1em;
    font-weight: 700;
    height: 36px;
    margin: 0 10px 10px 0;
    padding: 8px 20px;
    white-space: nowrap;
    text-transform: uppercase;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    -webkit-user-drag: none;
}

#search-left .search-container .tag-list a:hover {
    background: #009cff;
    color: #fff;
}

#search-left .search-container .tag-list a img {
    display: none;
}

#search-left .search-container .tag-container {
    position: relative;
    margin: 24px 0 10px;
}

#search-left .search-container .tag-container::after {
    content: "";
    height: 72px;
    pointer-events: none;
    position: absolute;
    top: 0;
    background: linear-gradient(270deg, #97ffff 20%, #83ffe700 50%);
    right: 0;
    width: 120px;
}

.tag-list.active {
    cursor: grabbing;
    cursor: -webkit-grabbing;
}

.tag-list {
    cursor: grab;
    cursor: -webkit-grab;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.tag-list::-webkit-scrollbar {
    display: none;
}

#search-left .search-container p.title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 16px;
}

#search-left .search-container .games-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}

#search-left .search-container .games-list .post {
    width: 94px;
}

#search-left .search-container .games-list .post .post-name {
    font-size: 12px;
}

#search-left .search-container .games-list.played-games .post {
    position: relative;
}

#search-left .search-container .games-list.played-games .post::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 28px;
    height: 28px;
    background-color: white;
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 4px;
    border-radius: 0 16px 16px 0;
}

#search-left .search-results.games-list {
    position: relative;
    margin-top: 20px;
    max-height: 100%;
    align-items: start;
    overflow-y: auto;
    display: none;
}

#search-left .search-results.games-list::before {
    content: '';
    background: linear-gradient(#97ffff 20%, #83ffe700 90%);
    height: 20px;
    left: 0;
    top: 0px;
    position: sticky;
    width: 100%;
    z-index: 2;
    margin-bottom: -20px;
}

#search-left .search-results::-webkit-scrollbar {
    display: none;
}

.title-box {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow-mid);
    display: flex;
    font-size: 21px;
    gap: 4px;
    justify-content: center;
    padding: 10px 16px;
    line-clamp: 2;
    color: var(--denim-blue);
    font: 700 20px / 24px var(--fontTorus);
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    grid-column: span 4;
}

.taglink {
    display: flex;
    align-items: center;
    background-color: white;
    grid-column: span 2;
    border-radius: 16px;
    box-shadow: var(--shadow-mid);
    transition: transform .6s var(--bezier),
        box-shadow .3s var(--bezier);
    overflow: hidden;
    height: 94px;
    padding: 12px;
    text-decoration: none !important;
}

.taglink:hover {
    box-shadow: var(--shadow-hover);
    transform: scale(1.04) translateY(-4px);
    transition-duration: .3s;
}

.taglink img {
    height: 72px;
    width: 72px;
    object-fit: cover;
    border-radius: 12px;
    margin-right: 8px;
}

.taglink .taginfo {
    padding: 0;
}

.taglink .taginfo .name {
    -webkit-font-smoothing: antialiased;
    color: var(--denim-blue);
    font: 700 12px / 20px var(--fontBody);
    letter-spacing: 1px;
    padding: 0 8px;
    text-transform: uppercase;
}

.blog-post-image {
    width: 100%;
    max-width: 800px;
    position: relative;
    margin: auto;
    border-radius: 10px;
}

.close-fullscreen {
    position: fixed;
    top: 20px;
    left: 0;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    background-color: white;
    box-shadow: var(--shadow-mid);
    z-index: 9999;
    color: var(--poki-blue);
    border-radius: 0 10px 10px 0;
    display: none;

}

.close-fullscreen img {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

@media screen and (orientation: landscape) and (max-width: 960px) {
    .content {
        padding: 0;
    }

    .logo {
        margin: 0 auto;
        text-align: center;
        position: relative;
        left: 50%;
        margin-left: -78px;
    }

    .menu {
        display: none;
    }

    .head-inner {
        width: 100%;
    }

    .post {
        width: 175px;
        height: 137px;
    }

    .post img {
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        border-radius: 10px;
    }

    #game-bottom,
    #games-thumb,
    #topad,
    .fn-right,
    .gametitle {
        display: none !important;
    }

    #game-col {
        width: 100%;
    }

    .game-info {
        width: 100%;
    }

    .post .post-name {
        bottom: -4px;
    }

    #loader_container {
        width: 100%;
        height: 100%;
    }

    .head-inner {
        width: 100%;
    }

    /*  */
    body {
        overflow-x: hidden;
    }
    
    .tags-list-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

#footer {
    position: relative;
}

#footer::before {
    background: #fff;
    bottom: 100%;
    clip-path: polygon(0 100%, 50% 0, 60% 100%, 100% 0, 100% 100%);
    content: "";
    height: 16px;
    left: 0;
    margin-bottom: -1px;
    position: absolute;
    right: 0;
}

.foot-inner > * {
    flex-grow: 1;
    flex: 1;
}

.foot-inner {
    padding: 20px 80px;
    display: flex;
    justify-content: space-between;
}

.logo-home-footer {
    background-repeat: no-repeat;
    background-position: center;
    width: 72px;
    height: 60px;
    background-size: 64px;
}

.footer-links {
    display: grid;
    flex-grow: 1;
    font-size: 16px;
    gap: 16px;
    grid-template-columns: auto auto;
    justify-content: normal;
    justify-items: flex-start;
    margin: 0 24px 0 16px;
    width: auto;
}

.footer-links > * {
    background: none;
    border: none;
    color: var(--grey-3);
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    padding: 6px;
    text-align: center;
    -webkit-text-decoration: underline;
    text-decoration: underline;
    white-space: pre;
}

@media (min-width: 1321px) and (max-width: 1540px) {
    .game-list-grid-container {
        max-width: 1304px;
        grid-template-columns: repeat(12, 94px);
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip3  ip3  ip4  ip4  ip5  ip5  ..."
            "ip2  ip2  ip0  ip0  ip0  ip3  ip3  ip4  ip4  ip5  ip5  ..."
            "ip2  ip2  ip0  ip0  ip0  ip1  ip1  ip1  ...  ip6  ip6  ..."
            "...  ...  ...  ...  ...  ip1  ip1  ip1  ...  ip6  ip6  ..."
            "...  ip7  ip7  ip8  ip8  ip1  ip1  ip1  ...  ip9  ip9  ..."
            "...  ip7  ip7  ip8  ip8  ...  ...  ...  ...  ip9  ip9  ..."
            "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ..."
            "...  ...  ...  ...  ...  ...  ...  ip10 ip10 ...  ...  ..."
            "ip11 ip11 ...  ...  ...  ...  ...  ip10 ip10 ...  ...  ..."
            "ip11 ip11 ip12 ip12 ...  ...  ...  ...  ...  ...  ...  ..."
            "...  ...  ip12 ip12 ...  ...  ...  ...  ...  ...  ...  ..."
            "...  ...  ...  ...  ...  ...  ip13 ip13 ...  ...  ...  ..."
            "...  ...  ...  ...  ...  ...  ip13 ip13 ...  ...  ...  ..."
            "...  ip14 ip14 ...  ...  ...  ...  ...  ...  ...  ...  ..."
            "...  ip14 ip14 ...  ...  ...  ...  ...  ...  ip15 ip15 ..."
            "...  ...  ...  ...  ...  ...  ...  ...  ...  ip15 ip15 ...";
    }

    .bottomtext {
        max-width: 1304px;
    }

    .ad728list {
        grid-column: 3 / 10;
    }

    .ads300-container {
        grid-column: 10 / span 3;
        grid-row: 8 / span 3;
    }
}

@media (min-width: 960px) and (max-width: 1320px) {
    .game-list-grid-container {
        max-width: 1194px;
        grid-template-columns: repeat(11, 94px);
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip3  ip3  ip4  ip4  ip5  ip5"
            "ip2  ip2  ip0  ip0  ip0  ip3  ip3  ip4  ip4  ip5  ip5"
            "ip2  ip2  ip0  ip0  ip0  ip1  ip1  ip1  ...  ip6  ip6"
            "...  ...  ...  ...  ...  ip1  ip1  ip1  ...  ip6  ip6"
            "...  ip7  ip7  ip8  ip8  ip1  ip1  ip1  ...  ip9  ip9"
            "...  ip7  ip7  ip8  ip8  ...  ...  ...  ...  ip9  ip9"
            "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ..."
            "...  ...  ...  ...  ...  ...  ip10 ip10 ip10 ...  ..."
            "ip11 ip11 ...  ...  ...  ...  ip10 ip10 ip10 ...  ..."
            "ip11 ip11 ip12 ip12 ...  ...  ip10 ip10 ip10 ...  ..."
            "...  ...  ip12 ip12 ...  ...  ...  ...  ...  ...  ..."
            "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ..."
            "...  ...  ...  ip13 ip13 ip13 ...  ...  ...  ...  ..."
            "...  ...  ...  ip13 ip13 ip13 ...  ip14 ip14 ...  ..."
            "...  ...  ...  ip13 ip13 ip13 ...  ip14 ip14 ...  ..."
            "...  ...  ...  ...  ...  ...  ...  ...  ...  ...  ..."
            "...  ip15 ip15 ...  ...  ...  ...  ...  ...  ip16 ip16"
            "...  ip15 ip15 ip17 ip17 ...  ...  ...  ...  ip16 ip16"
            "...  ...  ...  ip17 ip17 ...  ...  ...  ...  ...  ...";
    }

    .bottomtext {
        max-width: 1194px;
    }

    .ad728list {
        grid-column: 1 / 8;
        grid-row: 20;
    }

    .ads300-container {
        grid-column: 7 / span 3;
        grid-row: 8 / span 3;
    }

    .post:nth-child(15) {
        display: none;
    }
}

@media (min-width: 990px) and (max-width: 1210px) {
    .game-list-grid-container {
        max-width: 974px;
        grid-template-columns: repeat(9, 94px);
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip3  ip3  ip4  ip4"
            "ip2  ip2  ip0  ip0  ip0  ip3  ip3  ip4  ip4"
            "ip2  ip2  ip0  ip0  ip0  ip1  ip1  ip1  ..."
            "...  ...  ...  ip6  ip6  ip1  ip1  ip1  ..."
            "...  ip5  ip5  ip6  ip6  ip1  ip1  ip1  ..."
            "...  ip5  ip5  ip8  ip8  ...  ip9  ip9  ..."
            "...  ip7  ip7  ip8  ip8  ...  ip9  ip9  ..."
            "...  ip7  ip7  ...  ...  ...  ...  ...  ..."
            "...  ...  ip10 ip10 ip10 ...  ip13 ip13 ..."
            "...  ...  ip10 ip10 ip10 ...  ip13 ip13 ..."
            "...  ...  ip10 ip10 ip10 ...  ...  ...  ..."
            "ip14 ip14 ...  ...  ...  ...  ...  ...  ..."
            "ip14 ip14 ...  ...  ...  ...  ip11 ip11 ip11"
            "...  ...  ...  ...  ...  ...  ip11 ip11 ip11"
            "...  ip15 ip15 ...  ...  ...  ip11 ip11 ip11"
            "...  ip15 ip15 ...  ...  ...  ...  ...  ..."
            "...  ...  ...  ...  ...  ...  ...  ...  ..."
            "...  ...  ...  ...  ip12 ip12 ip12 ...  ..."
            "...  ...  ...  ...  ip12 ip12 ip12 ...  ..."
            "...  ip16 ip16 ...  ip12 ip12 ip12 ...  ..."
            "...  ip16 ip16 ip17 ip17 ...  ...  ...  ..."
            "...  ...  ...  ip17 ip17 ...  ...  ...  ..."
            "...  ...  ...  ...  ...  ...  ...  ip18 ip18"
            "...  ...  ...  ...  ...  ...  ...  ip18 ip18";
    }

    .bottomtext {
        max-width: 974px;
    }

    .ad728list {
        grid-column: 1 / 8;
        grid-row: 16;
    }

    .ads300-container {
        grid-column: 7 / span 3;
        grid-row: 8 / span 3;
    }
}

@media (min-width: 600px) and (max-width: 990px) {
    .foot-inner {
        flex-direction: column;
        align-items: center;
    }

    .game-list-grid-container {
        max-width: 754px;
        grid-template-columns: repeat(7, 94px);
        grid-template-areas: "...  ...  ip0  ip0  ip0  ip1  ip1"
            "...  ...  ip0  ip0  ip0  ip1  ip1"
            "ip2  ip2  ip0  ip0  ip0  ...  ..."
            "ip2  ip2  ...  ip3  ip3  ...  ..."
            "...  ...  ...  ip3  ip3  ip4  ip4"
            "...  ...  ...  ...  ...  ip4  ip4"
            "ip5  ip5  ip5  ...  ...  ...  ..."
            "ip5  ip5  ip5  ...  ip6  ip6  ..."
            "ip5  ip5  ip5  ...  ip6  ip6  ..."
            "...  ...  ip7  ip7  ...  ...  ..."
            "...  ...  ip7  ip7  ...  ...  ..."
            "...  ...  ...  ip8  ip8  ip8  ..."
            "...  ...  ...  ip8  ip8  ip8  ..."
            "ip9  ip9  ...  ip8  ip8  ip8  ..."
            "ip9  ip9  ...  ...  ...  ip10 ip10"
            "...  ...  ...  ...  ...  ip10 ip10"
            "ip11 ip11 ip11 ...  ip13 ip13 ..."
            "ip11 ip11 ip11 ...  ip13 ip13 ..."
            "ip11 ip11 ip11 ...  ...  ...  ..."
            "...  ...  ip14 ip14 ...  ...  ..."
            "...  ...  ip14 ip14 ip12 ip12 ip12"
            "...  ...  ...  ...  ip12 ip12 ip12"
            "...  ...  ...  ...  ip12 ip12 ip12"
            "ip15 ip15 ...  ...  ...  ...  ..."
            "ip15 ip15 ...  ...  ...  ...  ..."
            "...  ...  ip16 ip16 ...  ...  ..."
            "...  ...  ip16 ip16 ...  ...  ..."
            "...  ...  ...  ip17 ip17 ...  ..."
            "...  ip18 ip18 ip17 ip17 ...  ..."
            "...  ip18 ip18 ...  ...  ip19 ip19"
            "...  ...  ...  ...  ...  ip19 ip19";
    }

    .bottomtext {
        max-width: 754px;
    }

    .ad728list {
        grid-column: 1 / 8;
        grid-row: 20;
    }

    .ads300-container {
        grid-column: 5 / span 3;
        grid-row: 17 / span 3;
    }
}

@media screen and (max-width: 600px) {
    .content {
        padding: 0;
    }

    .post-trick {
        display: none;
    }

    body {
        overflow-x: hidden;
    }

    #header {
        max-width: 100vw;
        min-width: 10vw;
        height: 64px;
    }

    .menu {
        display: none;
    }

    .logo a {
        width: 120px;
        height: 64px;
        background-size: 80px;
    }

    .head-inner {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .head-inner>* {
        flex: 1;
        flex-shrink: 0;
    }

    .menu-mobile {
        display: block;
        position: relative;
        color: #999;
    }

    .menu-mobile i {
        font-size: 32px;
    }

    .new-games-pop-up-mobile {
        position: fixed;
        z-index: 9999;
        box-sizing: border-box;
        width: 100vw;
        margin-top: -8px;
        background: #fff;
        padding: 8px 0px;
        display: flex;
        flex-direction: column;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .new-games-pop-up-mobile.static-position {
        position: relative;
    }

    .new-games-pop-up-mobile .new-games-btns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 0 16px 16px;
        box-sizing: border-box;
        border-bottom: solid 1px #f5f5f5;
    }

    .new-games-pop-up-mobile .new-games-btns a {
        display: grid;
        grid-template-columns: 24px 1fr;
        gap: 16px;
        align-items: center;
        padding: 8px 16px;
        color: #717171;
        text-decoration: none;
        border-radius: 5px;
    }

    .new-games-pop-up-mobile .new-games-btns a:hover {
        background: #f5f5f5;
        color: #009cff;
    }

    .head-inner .search-form {
        position: absolute;
        top: 100%;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        box-sizing: border-box;
        background: #fff;
        padding: 16px 20px;
        display: none;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .new-games-pop-up-mobile .home-categories {
        padding: 20px 32px 16px;
        border-bottom: solid 1px #f5f5f5;
    }

    .new-games-pop-up-mobile .home-categories li {
        padding: 8px 12px;
        margin: 0 6px 8px 0;
    }

    .new-games-pop-up-mobile .home-tags {
        padding: 20px 36px 20px;
    }

    .new-games-pop-up-mobile .home-tags a {
        padding: 8px 12px;
        margin: 0 6px 8px 0;
    }

    .head-inner .other-btn {
        display: none;
    }

    .right-btn-mobile {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .right-btn-mobile .search-btn {
        width: 20px;
        height: 20px;
        background-size: cover;
    }

    .right-btn-mobile .blog-link-mobile>div {
        display: none;
    }

    .right-btn-mobile .blog-link-mobile i.blog {
        margin-right: 0;
    }

    #game-bottom,
    #games-thumb,
    #topad,
    .fn-right,
    .gametitle {
        /* display: none !important; */
        width: 100%;
    }

    #topad {
        display: none !important;
    }

    .ad728 {
        width: 100%;
    }

    #game-col {
        width: 100%;
        margin: 0;
    }

    .game-info {
        width: 100%;
    }

    .post .post-name {
        bottom: -4px;
    }

    #loader_container {
        width: 100%;
        height: 100%;
    }

    .head-inner {
        width: 100%;
    }

    body {
        overflow-x: hidden;
    }

    .home-categories-tags-container {
        display: none;
    }

    .tags-walkthrough-container {
        flex-direction: column;
    }

    .tags-walkthrough-container .game-tags {
        margin-left: 0;
        margin-top: 20px;
        flex: 1;
        width: auto;
    }

    #BackTop {
        display: none !important;
    }

    .home-categories li:last-child {
        display: none;
        background-color: #d3d3d3;
    }

    .home-tags a:last-child {
        display: none;
        background-color: #d3d3d3;
    }

    .splide-container {
        display: none;
    }

    .tags-list-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-section-top img {
        width: 64px;
        height: 64px;
        border-radius: 12px;
        flex-shrink: 0;
        margin-right: 20px;
        margin-top: 8px;
    }

    .category-section-top h1 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 8px;
    }

    .category-section-top #header-desc {
        font-size: 14px;
    }

    .game-zoom {
        display: none;
    }

    #Gameinner {
        max-width: 90vw;
        box-sizing: border-box;
    }

    .blog-list-content {
        flex-direction: column;
    }

    .blog-list-image {
        width: 100%;
    }
    
    .blog-list-description {
        width: 100%;
        margin: 20px 0;
    }

    .blog-list-post {
        height: 64px;
    }

    .categories-page-container {
        display: grid;
        max-width: 100vw;
    }

    .categories-page-container a {
        width: 100%;
    }

    .bottomtext {
        box-sizing: border-box;
    }

    .page-title {
        padding: 0 16px;
        box-sizing: border-box;
    }

    .game-list-grid-container {
        max-width: 314px;
        justify-content: start;
        grid-template-columns: repeat(3, 94px);
        grid-template-areas: "... ip0 ip0"
            "... ip0 ip0"
            "... ... ..."
            "ip1 ip1 ..."
            "ip1 ip1 ..."
            "... ... ..."
            "... ip2 ip2"
            "... ip2 ip2"
            "... ... ..."
            "ip3 ip3 ..."
            "ip3 ip3 ..."
            "... ... ...";
    }

    .bottomtext {
        max-width: 90vw;
    }

    #search-left .search-container .search-form {
        padding-right: 0;
    }

    #search-left #search-left-close {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: var(--poki-blue);
        position: absolute;
        top: 58px;
        left: 32px;
        right: auto;
        width: auto;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        z-index: 9999;
    }

    .search-form .txt {
        background-color: white;
    }

    .search-form .poki-circle-logo {
        left: 28px;
        width: 24px;
        height: 24px;
    }

    #tag-and-games-contaner {
        overflow-y: auto;
        scrollbar-width: none;
    }

    #tag-and-games-contaner::-webkit-scrollbar {
        display: none;
    }

    .foot-inner {
        flex-direction: column;
        align-items: center;
        padding: 20px 16px;
        gap: 16px;
    }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        justify-content: center;
        margin: 0 0 24px;
        width: 100%;
    }
    
    .categories-tags-list-grid .special-page-link-container, .categories-tags-list-grid a {
        grid-column: span 3;
    }

    .ad728list {
        display: none;
    }

    .ads300-container {
        display: none;
    }

    .home-search-container.blog-page {
        left: 20px;
    }

    .taglink {
        grid-column: span 3;
    }
}

.sidebar {
            width: 40px;
            height: 100vh;
            position: fixed;
            top: 0;
            display: flex;
            transition: visibility 0s, all 0.15s ease-in-out;
            content-visibility: auto;
            background: #fff;
            z-index: 999999999;
            flex-direction: column;
            cursor: pointer;
            padding-top: 10px;
            padding-bottom: 30px;
            overflow: auto;
            overflow-x: hidden;
            overflow-anchor: none;
            scrollbar-width: none;
            font-family: Oswald, sans-serif;
        }

        .sidebar:hover {
            width: 220px;
            scrollbar-width: thin;
            scrollbar-color: #0b9bca;
        }

        .sidebar::-webkit-scrollbar {
            width: 0;
            height: 0;
        }

        .sidebar:hover::-webkit-scrollbar {
            width: 3px;
            height: 3px;
            background: rgba(0, 0, 0, 0);
        }

        .sidebar::-webkit-scrollbar-thumb {
            border-radius: 30px;
        }

        .sidebar:hover::-webkit-scrollbar-thumb {
            background: #AAADBE;
            border-radius: 30px;
        }

        .sidebar:hover::-webkit-scrollbar-corner {
            background: rgba(0, 0, 0, 0);
        }

        .sidebar+.wrapper {
            margin-left: 40px;
        }

        .sidebar-item:not(.no-hover):hover {
            border-left-color: #E92224 !important;
        }

        .sidebar-item.no-link {
            pointer-events: none;
        }

        .sidebar-item.logo-title:hover {
            border-left-color: #E92224 !important;
            cursor: default;
        }

        .sidebar-item {
            display: flex;
            color: white !important;
            text-decoration: none !important;
            border-left-width: 6px !important;
            border-left-style: solid !important;
            border-left-color: transparent !important;
        }

        .sidebar-item.active {
            color: #0b9bca !important;
        }

        .sidebar-item:hover .sidebar-item-icon {
            opacity: .7;
        }

        .sidebar-item:not(.no-hover):hover .sidebar-item-title {
            transition: visibility 0s, all 0.15s ease-in-out;
            margin-left: 5px;
        }

        .sidebar-item.logo-title:hover .sidebar-item-title {
            transition: visibility 0s, all 0.15s ease-in-out;
            margin-left: 0 !important;
        }

        .sidebar-item .search input {
            width: 100px;
            background: #fff;
            border: 0;
            height: 30px;
            padding: 0 10px;
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.35) inset;
            border-radius: 5px;
        }

        .sidebar-item .search button {
            width: 30px;
            line-height: 30px;
            color: #fff;
            font-size: 14px;
            font-family: Oswald sans-serif;
            background: #043856;
            border-radius: 5px;
            border: 0;
            cursor: pointer;
        }

        .sidebar-item-icon {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            display: flex;
            font-size: 2rem;
            /* padding: 0 19px; */
            /* margin-left: -5px; */
            /* width: 40px; */
            max-width: 45px;
            min-width: 45px;
            height: 40px;
        }

        .sidebar-item-icon i {
            /* margin: 0 !important; */
            color: #66667E;
        }

        .sidebar-item-title {
            white-space: nowrap;
            font-weight: bold;
            align-self: center;
            color: #66667E;
            letter-spacing: 1px;
            font-size: 1.4em !important;
        }

        .sidebar .separator {
            width: 100%;
            margin-right: 5px;
            padding: 0;
            opacity: 0.4;
            border: none;
            height: 2px;
            color: #cacaca;
            background-color: #cacaca;
            border-radius: 5%;

        }
		
		.backToTop { width:60px;height:50px;position:fixed;bottom:180px;right:5px;display:none;background:url(/images/backtotop.png);cursor:pointer;z-index:999;}
		.ads{background:hsla(0,0%,100%,.5);position:relative}.ads::after{content:'Advertisement';font:400 8px/2 Arial,sans-serif;text-transform:uppercase;text-align:center;opacity:.7;height:20px;letter-spacing:1px;color:#000;width:100%;position:absolute;bottom:-20px;left:0}
		.size1{width:160px;height:600px}
		.size3{width:300px;height:250px}
		.ad728{grid-area:ad-728}.cAd{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.cAd .ads:first-child{margin-bottom:57px}.s3{width:100%}