html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

/* Thiet lap quang cao*/
.ads {
    width: 100%;
}

.ads-margin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.ads-left {
    display: none;
    position: absolute;
    top: 155px;
    left: 0;
    text-align: left;
    height: 600px;
}

.ads-right {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
    text-align: right;
}

.ads-content {
    height: 600px;
}

.ads-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.ads-title {
    display: block;
    text-align: center;
    background: 0 0;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #b3b3b3;
    opacity: .6
}

.horizontal-title {
    text-align: left !important
}

.ads, .ads-left, .ads-right {
    z-index: 100;
}

@media (min-width: 1340px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 160px;
    }
}

@media (min-width: 1880px) {
    .ads-left {
        display: block;
    }

    .ads-right {
        display: block;
    }

    .ads-content {
        width: 300px;
        ;
    }
}

#expand {
    cursor: pointer !important;
}

.force_full_screen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
    top: 0px !important;
    border: 0px !important;
    left: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    5% {
        transform: scale(1.05);
    }

    8% {
        transform: scale(0.95);
    }

    12% {
        transform: scale(1.02);
    }

    18% {
        transform: scale(1);
    }
}

.scale-anim:hover {
    animation: scale 3000ms infinite;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Kanit, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    /* background-color: var(--color-purple); */
    min-height: 100vh;
    color: var(--color-white);
    text-rendering: optimizeSpeed;
	background: url(../imgs/fnaf-2-min.webp) 0 0 repeat-y var(--color-purple);
	/* background-size: cover; */
}

a {
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    outline: none;
    color: inherit
}

i {
    cursor: pointer;
    margin: 0 !important;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

table {
    border-collapse: collapse;
}

table th,
table td {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
}

input,
select,
textarea,
button {
    background-color: transparent;
    font-size: 16px;
    color: #333;
    outline: none;
}

button {
    -webkit-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    -o-transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border-color 0.2s ease 0s;
}

input, button {
    border: 0;
}

p {
    margin-bottom: 16px;
}

.container {
    position: relative;
    max-width: 1184px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}

.row {
    width: 100%;
}

.font-bold {
    font-weight: bold;
}

.d-block {
    display: block;
}

.d-inline {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.d-r-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d-c-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sp {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.bz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.p-r {
    position: relative;
}

.bg-fff {
    background-color: #fff;
}

.absolute {
    position: absolute;
    top: 50%;
}

.text-overflow {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.m-r {
    margin-right: 10px;
}

.m-t {
    margin: 10px 0;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gif {
    width: 100%;
    text-align: center;
}

#loading_img {
    width: 50px;
    height: 50px;
    background-color: transparent !important;
}

.hidden {
    display: none;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.font-fff {
    color: #fff;
}

.al {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.center-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-clayover {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px;
    gap: 25px;
    grid-template-columns: repeat(auto-fit, 142px);
    grid-template-rows: repeat(auto-fit, 142px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-flow: row dense;
}


.span-2x1 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.span-2x2 {
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    height: 309px;
}

.span-3x3 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
    height: 340px;
}

.clear {
    clear: both;
}

/*menu*/
header,
.nav__mobile--close {
    /* background: var(--color-purple-gradient); */
}

header {
    color: var(--color-black)
}

.nav__mobile--close {
    -webkit-box-sizing: unset;
    box-sizing: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 16px;
}


.header__bar,
.nav__mobile--close {
    height: 75px;
}

.header__bar {
    padding: 4px 0;
}

.header__bar--logo {
    font-size: 30px;
}

.header__bar--navigation-list {
    white-space: nowrap;
    height: 100%;
}

.header__bar--navigation-list li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.header__bar--navigation-list li a {
    font-weight: 700;
    line-height: 1rem;
    min-height: 2rem;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 0;
    position: relative;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color-orange);
    font-weight: 700;
}

.header__bar--navigation-list li a img, .header__bar--navigation-list li a svg {
    margin-bottom: 10px;
}

.header__bar--navigation-list li a:hover {
    color: var(--color-pink)
}

.header__bar--searchbox {
    position: absolute;
    right: 0;
    top: 0;
    /* top:calc(100% + 5px); */
    z-index: 10;
    border-radius: var(--large-radius);
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.header__bar--searchbox form {
    position: relative;
}

.header__bar--searchbox-input {
    padding-right: 44px;
    text-indent: 16px;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    min-width: 220px;
    background-color: var(--color-purple);
    color: var(--color-white);
    box-sizing: border-box;
    border-radius: 10px;
}

.header__bar--searchbox-input::placeholder {
    color: #ffffff80;
}

.header__bar--searchbox-input:focus::placeholder, .header__bar--searchbox-input:focus {
    color: #fff;
}

.header__bar--searchbox-submit {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.header__bar--searchbox-submit svg {
    fill: #ffffff80;
    width: 28px;
    height: 28px;
}

#my-games {
    padding: 12px 25px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    color: var(--color-orange);
    border: 2px solid var(--color-orange);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 10px;
    font-weight: bold;
}

#my-games:hover {
    color: var(--color-white);
    border-color: var(--color-white);
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background-color: rgba(30, 30, 30, 0.3);
    display: none;
}

.nav__mobile {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100vh;
    /* -webkit-box-shadow: 7px 10px 99px -6px rgba(0, 0, 0, 0.49);
    box-shadow: 7px 10px 99px -6px rgba(0, 0, 0, 0.49); */
    /* background: var(--color-purple-gradient); */
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
	background-color: rgb(0 0 0 / 50%);
}

.header__bar--open,
.close-nav {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

.header__bar--open svg,
.close-nav svg {
    width: 48px;
    height: 48px;
    fill: var(--color-white);
}

.header__bar--open {
    display: none;
}

.header__bar--searchbox-mobile {
    position: relative;
    margin: 12px 1rem;
}

.header__bar--searchbox-mobile .header__bar--searchbox-input {
    width: 100%;
    min-width: 100%;
}

.nav__mobile--grid ul li {
    display: block;
}

.nav__mobile--grid ul li a {
    padding: 12px 16px;
    display: block;
    border-top: 1px solid var(--color-white);
    color: var(--color-white)
}

.nav__mobile--grid ul li:last-child a {
    border-bottom: 1px solid var(--color-white);
}

.heading-h2 {
    line-height: 1;
    margin-bottom: 1.25rem;
    text-align: left;
    font-weight: bold;
    color: var(--color-purple)
}

/*game item*/

.game {

    padding: 30px 0;
    /* background-color: rgba(4, 4, 4, .8); */
    position: relative;
	min-height:calc(100vh - 166px)
}

.game::after {
    /* content: ""; */
    position: absolute;
    z-index: -1;
    inset: 0;
    background: url(../imgs/pattern.webp) 0 0 no-repeat;
}

.grid__game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.grid__game--item {
    border-radius: var(--radius);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    background: #fea1aa;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .32);
    box-shadow: 0 0 16px rgba(0, 0, 0, .32);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 142px;
    height: 142px;
    /* overflow: hidden; */
}

.span-2x2 .grid__game--item {
    width: 309px;
    height: 309px;
}

.grid__game--item img {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 140px, rgba(0, 0, 0, 0.5) 100%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border-radius: var(--radius);
}

.grid__game--item-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 800;
    color: var(--color-white);
    padding: 10px 5px 5px;
    display: flex;
    align-items: flex-end;
    box-shadow: rgba(0, 0, 0, .4) 0 -5px 15px 5px;
    background: rgba(0, 0, 0, .4);
    justify-content: center;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 2;
}
.grid__game--item-title .text-overflow{
	-webkit-line-clamp: 2;
}
.grid__game--item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(60, 30, 78, 0.5)), color-stop(50%, rgba(60, 30, 78, 0.7)), to(rgba(60, 30, 78, 0.5)));
    background: linear-gradient(90deg, rgba(60, 30, 78, 0.5) 0%, rgba(60, 30, 78, 0.7) 50%, rgba(60, 30, 78, 0.5) 100%);
    opacity: 0;
    z-index: 1;
    border-radius: 20px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    border-radius: 10px;
}

.grid__game--item:hover .grid__game--item-title {
    margin-bottom: 20px;
    background: transparent;
    box-shadow: unset;
}

.grid__game--item:hover::after {
    opacity: 1;
}

.pagination {
    margin: 24px 0;
}

.s_paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.next_page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 6px;
    min-width: 44px;
    min-height: 44px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 3px rgb(255 255 255/35%);
    box-shadow: 0 0 0 3px rgb(255 255 255/35%);
    border-radius: var(--large-radius);
    font-weight: 600;
}

.next_page:hover {
    background-color: var(--color-pink);
    color: var(--color-white);
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
}

.next_page.active_ {
    cursor: default;
    background-color: var(--color-pink);
    color: var(--color-white);
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
}

.content__box {
    background: -webkit-gradient(linear, left top, right top, from(rgb(71, 38, 79)), to(rgba(85, 44, 119, 0.4)));
    background: linear-gradient(90deg, rgb(71, 38, 79) 0%, rgb(85, 44, 119) 40%);
    border-radius: 20px;
    padding: 15px 20px;
    font-weight: 200;
}

.text__area {
    color: var(--color-white);
    width: 100%;

}

.text__area ol,
.text__area ul {
    padding-left: 40px;
}

.text__area li {
    list-style: disc;
}

.text__area a {
    text-decoration: underline;
}

.text__area h1,
.text__area h2 {
    text-transform: capitalize;
    font-weight: 600;
}

.text__area h3,
.text__area h4 {
    font-weight: 500;
}

.text__area h1,
.text__area h2,
.text__area h3,
.text__area h4,
.text__area h5,
.text__area h6 {
    /* font-weight: 600; */
    margin: revert;
}

.text__area img {
    max-width: 100%;
    height: auto;
}

/*header_game*/

.bread-crumb-item {
    text-transform: capitalize;
    text-decoration: none !important;
}

.bread-crumb-item:after {
    content: '/';
    font-size: 10px;
    margin: 0 5px;
}

.bread-after:after {
    content: "";
}

#append-rate {
    margin-left: 14px;
}

#rating .text-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    white-space: nowrap;
}

#rating .rating-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
}

#default-demo {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    /* margin-right: 15px;
    margin-left: 15px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#rate-avg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
}

#default-demo img {
    width: 20px;
}

#countrate, .rating-num.gorgeous {
    display: none;
}

#averagerate {
    font-size: 16px;
    color: var(--color-white);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
    font-weight: 600;
}

.header-game {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background-color: #000;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

.box-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-header h1 {
    font-size: 22px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 2;
    margin-left: 10px;
    margin-right: 10px;
}

.header-game-extend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header-game-extend>span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    padding: 14px;
    cursor: pointer;
    position: relative;
}

.header-game-extend>span>svg {
    width: 20px;
    height: 20px;
    fill: var(--color-white);
}

.header-game-extend>span::before {
    position: absolute;
    content: attr(data-title);
    text-align: center;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 14px;
    border-radius: var(--radius);
    padding: 0 3px 0 2px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 13px;
    z-index: 2;
    white-space: nowrap;
    padding: 8px;
    display: none
}

.header-game-extend>span:hover::before {
    display: block
}

.exit-fullscreen {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 100000;
    padding: 8px;
    background-color: rgba(0, 0, 0, 0.65);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.clipboard-share {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 45px;
}

.hide-zindex {
    z-index: -20;
    visibility: hidden;
}

.close-sharing-box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.65);
    display: none;
}

.inline-sharing-box h3 {
    margin-bottom: 10px;
    color: var(--color-black);
}

/*game play*/
.game__title--bar {
    margin-bottom: 1rem;
}

.overwrite-breadcumb {
    color: rgba(255, 255, 255, .5);
    font-weight: 300;
    margin-bottom: 1rem;
}

.game__title--heading {
    font-weight: 700;
    padding-left: 30px;
    position: relative;
    margin: 0 0 1rem;
    line-height: 1;
}

.game__title--heading::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background-color: #f89f5b;
}

#add-my-games {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f89f5b;
    text-decoration: none;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    height: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap;
    cursor: pointer;
}

#add-my-games:hover {
    background-color: #f3af7a;
}

#my-games.add--fav {
    background-color: var(--color-orange);
    color: var(--color-white)
}

.game__play--grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    /* background-color: #1c1c1c; */
    border-radius: 10px;
}

.game__related {
    min-width: 250px;
    text-align: center;
}

.game__related--inner {
    padding-left:15px;
}

.game__related--nobackground {
    background: unset;
}

.grid__relate--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -5px;
}

.grid__game--item--mini {
    width: 65px;
    height: 65px;
    padding: 5px;
    box-sizing: content-box;
    position: relative;
}

.grid__game--item--mini .grid__game--item-title {
    font-size: 13px;
}

.grid__game--item--mini:nth-child(9), .grid__game--item--mini:nth-child(10) {
    margin-bottom: 0;
}

.grid__game--item--mini img {
    border-radius: 10px;
}

.grid__game--item--mini-title {
    position: absolute;
    z-index: 10;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1.2;
    background-color: var(--color-pink);
    white-space: nowrap;
    color: #fff;
    opacity: 0;
    padding: 6px 10px 5px;
    border-radius: 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    visibility: hidden;
    font-size: 13px;
}

.grid__game--item--mini-title::after {
    content: "";
    position: absolute;
    background-color: var(--color-pink);
    left: 50%;
    -webkit-transform: rotate(45deg) translateX(-50%);
    transform: rotate(45deg) translateX(-50%);
    bottom: -6px;
    width: 10px;
    height: 10px;
    z-index: -1;
}

.grid__game--item--mini:hover .grid__game--item--mini-title {
    opacity: 1;
    visibility: visible;
}

.tag-cate {
    background-color: var(--color-orange);
    padding: 5px 10px;
    color: #000 !important;
    display: inline-block;
    margin: 6px 12px 6px 0;
    text-transform: lowercase;
    text-decoration: none !important;
    border-radius: 10px;
}

.relate-game-box {
    margin: 2.5rem 0;
}

.heading__content {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.title-karmatic {
    font-weight: bold;
    font-size: 24px;
    color: var(--color-black)
}

.views-all-link {
    margin-left: auto;
    position: relative;
    min-height: initial;
    color: #fff;
    z-index: 0;
    background: #5bd0fe;
    border-color: #fff;
    border: 1px solid;
    padding: 4px 15px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    border-radius: var(--radius);
    white-space: nowrap;
}

.views-all-link:hover {
    background-color: #8edffe;
}

.games-views-mobile {
    display: none;
}

.image-preload {
    position: absolute;
    bottom: 0;
    left: -9999px;
    z-index: -999;
}

.games__content {
    padding: 40px 0;
    background: #e0eff4;
    -webkit-box-shadow: 0 0 16px rgba(255, 229, 142, .25);
    box-shadow: 0 0 16px rgba(255, 229, 142, .25);
}

.games__content--night {
    background: center / cover no-repeat url(../imgs/pattern.png) #b4bbce;
}

/*footer*/
footer {
    /* background: #47264f; */
    /* background: -webkit-gradient(linear, left top, right top, from(rgb(71, 38, 79)), to(rgb(85, 44, 119))); */
    /* background: linear-gradient(90deg, rgb(71, 38, 79) 0%, rgb(85, 44, 119) 100%); */
    color: var(--color-white);
    padding: 1rem 0;
    text-align: center;
    border-top: 3px solid var(--color-blue);
}

.link {
    display: inline-block;
    padding: 1rem;
}

.link:hover {
    text-decoration: underline;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: var(--radius);
    font-size: 20px;
    font-weight: 600;
    color: var(--color-white);
    background-color: var(--color-black);
    -webkit-box-shadow: 0 0 0 3px var(--color-purple);
    box-shadow: 0 0 0 3px var(--color-purple);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
}

#back-to-top:hover {
    color: #fff;
}

.iframe-box {
    width: 100%;
    max-width: 1024px;
    /* padding: 15px; */
}

.throw-ads-970x90, .throw-ads-160x600, .throw-ads-768x90, .throw-ads-728x90 {
    display: none;
}

.throw-ads-responsive {
    text-align: center;
    margin-bottom: 16px;
}

.throw-ads-160x600 {
    min-width: 160px;
}

.throw-ads-160x600-left {
    margin-right: 16px;
}

.throw-ads-160x600-right {
    margin-left: 16px;
}

:root {
    --color-black: #000;
    --color-green: #01fd04;
    --color-white: #ffffff;
    --color-blue: #6ebbd0;
    --color-pink: #e53f71;
    --color-purple: #653780;
    --color-purple-gradient: linear-gradient(90deg, rgb(71, 38, 79) 0%, rgb(85, 44, 119) 100%);
    --color-link: #3366ff;
    --color-orange: #f89f5b;
    --radius: 10px;
    --large-radius: 30px;
    --font-size-larger: 20px;
    --font-size-normal: 16px;
    --font-size-small: 14px;
    --bg-hover: #282828;
}

@media (min-width:1025px) {
    .nav__mobile {
        -webkit-transform: translate(100%) !important;
        -ms-transform: translate(100%) !important;
        transform: translate(100%) !important;
    }

    .overlay {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .game__related {
        width: 240px;
        min-width: 240px;
    }
}

@media (max-width:1179px) {
    .game__play .game__related {
        display: none;
    }

    .games-views-mobile {
        display: block;
    }

    .heading__content {
        justify-content: center;
    }

    .games__content .game__play--grid {
        flex-wrap: wrap;
    }

    .game__related--nobackground {
        margin: 20px 0 0 0;
    }

    .no-col {
        width: 50% !important;
    }
}


@media (max-width:1024px) {
    .container {
        padding: 0 10px;
    }





    .header__bar--searchbox-mobile {
        display: block;
    }

    .text__area {
        padding: 20px 10px;
    }
}

@media (max-width:640px) {
    .no-col {
        width: 100% !important;
    }

    .header__bar--open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .header__bar--navigation, .search__bar {
        display: none;
    }

    .game__title--bar {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}