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

body {
  margin: 0;
  /* background-image: url("../imgs/bg_snow.webp"); */
}

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: 0.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;
}

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

  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  8% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  12% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

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

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

  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  8% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  12% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }

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

.scale-anim:hover {
  -webkit-animation: scale 3000ms infinite;
  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%;
}

body {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  background-color: #f1ede9;
  background-color: var(--color-black);
  min-height: 100vh;
  color: var(--color-white);
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  outline: none;
  font-family: "Fredoka", sans-serif;
  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;
  font-family: "Fredoka", sans-serif;
}

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;
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
}

.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: 2;
  -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;
}

.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: 15px;
  gap: 15px;
  grid-template-columns: repeat(auto-fit, 125px);
  grid-template-rows: repeat(auto-fit, 125px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-item {
  position: relative;
  border-radius: 10px;
  border: 3px solid #fff;
  overflow: hidden;
  cursor: pointer;
  height: 119px;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.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: 220px;
}

.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*/
.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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 1.5rem;
  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;
  -webkit-box-shadow: inset var(--color-yellow);
  box-shadow: inset var(--color-yellow);
}

.navbg {
  background-color: #00000030;
  /* border-bottom: solid 2px #6c4e00; */
  border-bottom: solid 2px var(--color-yellow);
  border-radius: 10px;
}

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* @media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1312px;
  }
} */

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.home__desc .navbar-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-list {
  gap: 0.75rem;
}

.nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-warn {
  min-width: 85px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-black);
  border-radius: 1.5rem;
  /* background-color: #ffb800; */
  background-color: var(--color-yellow);
  -webkit-box-shadow: 0px 2px 11px rgba(255, 184, 0, 0.28), inset 3px -3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px rgba(255, 184, 0, 0.28), inset 3px -3px 1px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  white-space: nowrap;
  padding: 0 8px;
}

.btn-warn:hover {
  cursor: pointer;
  background-color: #00acf6;
}

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

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

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

.header__bar--navigation-list li {
  margin: 0 16px;
}

.mobile--header__nav-list {
  display: none;
}

.header__bar--navigation-list li a {
  padding: 8px 12px;
  color: var(--color-white);
  text-transform: capitalize;
  border-radius: var(--radius);
  -webkit-box-shadow: 0 0 0 3px rgb(255 255 255/35%);
  box-shadow: 0 0 0 3px rgb(255 255 255/35%);
  white-space: nowrap;
  display: inline-block;
}

.header_logo {
  font-weight: 600;
  font-size: 28px;
}

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

.y-color {
  color: var(--color-yellow);
}

.header__bar--navigation-list li a:hover {
  background-color: var(--bg-hover);
}

.header__bar--searchbox form {
  position: relative;
  border-radius: var(--large-radius);
  overflow: hidden;
}

.header__bar--searchbox-input {
  padding-right: 40px;
  text-indent: 16px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  min-width: 220px;
  background-color: var(--color-black-grey);
  box-sizing: border-box;
  color: #d9d9d9;
}

.mobile-list-game {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.header__nav--searchbox-input {
  padding-right: 40px;
  width: 100%;
  text-indent: 16px;
  height: 40px;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--color-black-grey);
  color: var(--color-white);
  box-sizing: border-box;
}

.mt-2 {
  margin-top: 2rem;
}

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

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

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

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

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

.header__bar--searchbox-submit {
  width: 33px;
  height: 33px;
  background-color: var(--color-yellow);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 5px;
  translate: 0% -50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 11px rgba(255, 184, 0, 0.28),
    inset 0px -3px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 11px rgba(255, 184, 0, 0.28),
    inset 0px -3px 1px rgba(0, 0, 0, 0.35);
}

.header__bar--searchbox-submit:hover {
  background-color: #00acf6;
}

.header__bar--searchbox-submit svg {
  fill: var(--color-black);
  width: 20px;
  height: 20px;
}

.header__bar--searchbox-submit:hover svg {
  fill: var(--bg-hover);
}

@media (min-width: 768px) {
  .mobile-extend-nav-close {
    display: none;
  }

  .mobile-extend-nav-close {
    display: none;
  }
}

.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 {
  z-index: 10;
}

.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-color: #000;
  -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%);
}

.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 .header__bar--searchbox-input {
  width: 100%;
  min-width: 100%;
}

.nav__mobile--grid {
  padding-top: 12px;
}

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

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

/*game item*/

.games-title {
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}

.games-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.games-item {
  text-align: center;
  width: calc(100% / 5);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0.5rem;
  padding: 0 12px;
}

.games-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.games-item-wrapper>img {
  border-radius: 1rem;
  aspect-ratio: 1/1;
  max-width: 100%;
  margin: 0 auto;
}

.games-item-wrapper>span {
  font-weight: 500;
  font-size: 20px;
  margin: 0.5rem 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .games-item {
    width: calc(100% / 4);
  }
}

@media (max-width: 768px) {
  .games-item {
    width: 50%;
  }
}

.game {
  padding: 16px 0;
}

.game__breadcum {
  font-size: 1rem;
  font-weight: 500;
  color: var(--color-yellow);
  margin: 1rem 0;
}

.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;
}

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

.grid__game--item img {
  background-color: var(--color-white);
  max-width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 1rem;
}

.grid__game--item-title {
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
}

.header__nav--navigation {
  display: none;
}

@media (min-width: 768px) {

  .header__nav--search-box,
  .header__nav--navigation {
    display: block;
  }

  .header__nav--search-box form {
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.mobile--header__nav-list {
  margin-top: 1rem;
}

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

.pagination {
  margin: 40px 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: 50px;
  min-height: 50px;
  cursor: pointer;
  /* -webkit-box-shadow: 0 0 0 3px rgb(64 193 63/100%);
  box-shadow: 0 0 0 3px rgb(64 193 63/100%); */
  -webkit-box-shadow: 0px 2px 11px rgba(255, 184, 0, 0.28), inset 3px -3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 11px rgba(255, 184, 0, 0.28), inset 3px -3px 1px rgba(0, 0, 0, 0.5);
  border-radius: var(--large-radius);
  font-weight: 600;
}

.next_page:hover {
  background-color: var(--color-yellow);
  color: var(--color-black);
}

.next_page.active_ {
  cursor: default;
  background-color: var(--color-yellow);
  color: var(--color-black);
}

.text__area {
  max-width: 820px;
  margin: 16px auto;
  border: 1px solid #dedede;
  border-radius: 30px;
  padding: 24px;
  background: var(--color-white);
  color: var(--color-black);
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px 1px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 12px 1px;
}

.game__detail table {
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.game__detail table td {
  padding: 4px 12px 4px 0;
  font-weight: 600;
}

.game__detail table td span {
  color: var(--color-yellow);
}

.game__detail table td a {
  font-weight: bold;
  color: #A48EFF;
  padding-right: 5px;
  text-transform: capitalize;
}

.game__detail table td a:hover {
  text-decoration: underline;
}

/*header_game*/

.bread-crumb-item {
  text-transform: capitalize;
  text-decoration: none !important;
  font-family: "Fredoka", sans-serif;
}

span.bread-crumb-item {
  color: #979797
}

.bread-crumb-item:after {
  content: "/";
  font-size: 10px;
  color: #b8b8b8;
  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;
  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: 0.5rem;
}

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

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

#averagerate {
  font-size: 1.25rem;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  /* background-color: var(--color-white);
  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-black);
}

.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: 4px;
  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__play--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 3rem;
}

.game__play-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  -webkit-transition: width 5s height 5s;
  -o-transition: width 5s height 5s;
  transition: width 5s height 5s;
}

.game__info {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid var(--color-yellow);
  margin-top: 1rem;
  padding: 1rem;
}

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

.resize-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.game__info-header>h2,.game__info-header>h1 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
}

.resize-btn-wrapper>span {
  padding: 1rem;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-yellow);
  -webkit-box-shadow: 1px -2px 1px inset var(--color-black-grey);
  box-shadow: 1px -2px 1px inset var(--color-black-grey);
}

.resize-btn-wrapper>span:hover {
  background-color: #00acf6;
  cursor: pointer;
}

.divider-y {
  width: 100%;
  margin: 1rem 0;
  height: 1px;
  background-color: var(--color-yellow);
}

.game__related {
  padding: 1rem;
  height: auto;
  width: 316px;
  border-radius: 14px;
  border: 1px solid var(--color-yellow);
}

.game__info>ul>li {
  display: block;
  margin: 1rem 0;
}

.game__info>ul>li>span, .game__detail svg {
  color: var(--color-yellow);
  font-weight: 500;
}

.game__detail svg path {
  fill: var(--color-yellow)
}

.game__info>ul>li>svg {
  margin-right: 0.5rem;
  vertical-align: middle;
}

.games-label {
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Fredoka", sans-serif;
}

.games-page-label {
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 0.5rem;
}

.games-label>img {
  width: auto;
  height: 100%;
}

.game__related-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 88px 10px 88px 10px 88px;
  grid-template-columns: 88px 88px 88px;
  row-gap: 10px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.game__related .grid__game--item {
  width: 88px;
  height: auto;
}

.game__related .grid__game--item .grid__game--item-title {
  font-size: 14px;
}

.game__suggest-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  min-width: 314px;
}

.tag-cate {
  text-transform: lowercase;
  text-decoration: none !important;
  padding: 0 8px;
  color:var(--color-black)!important;
}

.relate-game-box {
  margin: 24px 0;
}

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

.game_umaylike-title {
  margin: 1.5rem 0 1.5rem 0;
  font-weight: 600;
  text-align: left;
}

.game_umaylike-list {
  margin: 1rem 0;
  margin: 0 -0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game_umaylike-item {
  padding: 0 0.5rem;
  width: calc(100% / 6);
}

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

.game_umaylike-wrapper>img {
  margin: 0 auto;
  border-radius: 1rem;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}

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

.game_umaylike-wrapper>img:hover {
  cursor: pointer;
}

.game_umaylike-wrapper>span {
  margin: 0.25rem 0;
  width: 100%;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
}

.game__desc {
  border: 1px solid var(--color-yellow);
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 1rem;
}

.home__desc {
  position: relative;
  border: 1px solid var(--color-yellow);
  border-radius: 1rem;
  padding: 1rem;
  margin-top: 1rem;
}

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

.home__desc h1,
.home__desc h2,
.home__desc h3,
.home__desc h4,
.home__desc h5,
.home__desc ul,
.home__desc li,
.home__desc img,
.home__desc ol {
  margin: revert;
  font-weight: revert;
}

.home__desc-image {
  position: absolute;
  bottom: calc(100% - 56px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

.home__desc ul, .home__desc ol {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.home__desc li {
  list-style: disc;
}
.game__desc a{
	color:var(--color-yellow);
}
/* 
.game__desc>h1,
.game__desc>h2,
.game__desc>h3,
.game__desc>h4,
.game__desc>h5,
.game__desc>ul,
.game__desc>li,
.game__desc>img,
.game__desc>ol {
  margin: revert;
} */

.hidden {
  display: none !important;
}

.c>li {
  line-height: 2.5rem;
}

.no-border {
  border: none !important;
}

.game_trending {
  width: 100%;
  padding: 13px;
  border-radius: 1rem;
  border: 1px solid var(--color-yellow);
}

.game_trending-title {
  font-weight: 600;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  width: 100%;
  font-family: "Fredoka", sans-serif;
}

.game_trending-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game_trending-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  width: calc(100% / 6);
  margin-bottom: 0.5rem;
}

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

.game_trending-wrapper>img {
  margin: 0 auto;
  border-radius: 1rem;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.game_trending-wrapper>span {
  text-align: center;
  margin: 0.5rem 0;
  font-weight: 500;
  font-size: 1.25rem;
}

#iframehtml5 {
  border-radius: 1rem;
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
}

/*footer*/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link {
  display: inline-block;
  color: #f0ece7;
  padding: 0.5rem;
}

.contact_link {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem 0;
  text-align: center;
}

.contact_desc {
  margin-bottom: 2rem;
}

.contact_social {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_social>a {
  margin: 0 0.5rem;
}

.contact_desc>a {
  color: var(--color-yellow);
  margin-left: 4px;
}

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

#back-to-top {
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  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;
  line-height: 40px;
  border-radius: 25px;
  font-size: 30px;
  font-weight: 600;
  color: var(--color-yellow);
  background-color: var(--color-black);
  -webkit-box-shadow: 0 0 0 3px rgb(255 255 255/35%);
  box-shadow: 0 0 0 3px rgb(255 255 255/35%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  font-weight: bold;
}

#back-to-top:hover {
  color: #00acf6;
  -webkit-box-shadow: 0 0 0 3px rgb(255 202 44/60%);
  box-shadow: 0 0 0 3px rgb(255 202 44/60%);
}

.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: #000000;
  --color-black-grey: #2e2e2e;
  /* --color-yellow: #fe7430; */
  --color-yellow: #6fb3f7;
  --color-green: #01fd04;
  --color-white: #ffffff;
  --navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 52 52' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_di_1_6)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.196 11.196C11 13.395 11 16.929 11 24C11 31.071 11 34.6065 13.196 36.8025C15.395 39 18.929 39 26 39C33.071 39 36.6065 39 38.8025 36.8025C41 34.608 41 31.071 41 24C41 16.929 41 13.3935 38.8025 11.196C36.608 9 33.071 9 26 9C18.929 9 15.3935 9 13.196 11.196ZM26 25.5C26.3978 25.5 26.7794 25.342 27.0607 25.0607C27.342 24.7794 27.5 24.3978 27.5 24C27.5 23.6022 27.342 23.2206 27.0607 22.9393C26.7794 22.658 26.3978 22.5 26 22.5C25.6022 22.5 25.2206 22.658 24.9393 22.9393C24.658 23.2206 24.5 23.6022 24.5 24C24.5 24.3978 24.658 24.7794 24.9393 25.0607C25.2206 25.342 25.6022 25.5 26 25.5ZM21.5 24C21.5 24.3978 21.342 24.7794 21.0607 25.0607C20.7794 25.342 20.3978 25.5 20 25.5C19.6022 25.5 19.2206 25.342 18.9393 25.0607C18.658 24.7794 18.5 24.3978 18.5 24C18.5 23.6022 18.658 23.2206 18.9393 22.9393C19.2206 22.658 19.6022 22.5 20 22.5C20.3978 22.5 20.7794 22.658 21.0607 22.9393C21.342 23.2206 21.5 23.6022 21.5 24ZM32 25.5C32.3978 25.5 32.7794 25.342 33.0607 25.0607C33.342 24.7794 33.5 24.3978 33.5 24C33.5 23.6022 33.342 23.2206 33.0607 22.9393C32.7794 22.658 32.3978 22.5 32 22.5C31.6022 22.5 31.2206 22.658 30.9393 22.9393C30.658 23.2206 30.5 23.6022 30.5 24C30.5 24.3978 30.658 24.7794 30.9393 25.0607C31.2206 25.342 31.6022 25.5 32 25.5Z' fill='%23fe7430'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_di_1_6' x='0' y='0' width='52' height='52' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2'/%3E%3CfeGaussianBlur stdDeviation='5.5'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 1 0 0 0 0 0.72 0 0 0 0 0 0 0 0 0.28 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_1_6'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_1_6' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='-2'/%3E%3CfeGaussianBlur stdDeviation='0.5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect2_innerShadow_1_6'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
  --radius: 5px;
  --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 (max-width: 1200px) {
  .game__related {
    display: none;
    width: 100%;
  }
  .game__play--grid{
    /* flex-wrap: wrap; */
  }

  .game__suggest-col {
    display: none;
    /* width: 100%; */
  }
  /* .game__related-grid{
    grid-template-columns: repeat(auto-fill, 88px);
    grid-auto-flow: row dense;
    justify-content: center;
  } */
  
  .games-views-mobile {
    display: block;
  }

  #half-expand {
    display: none;
  }
}

.navbar-toggle-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-image: var(--navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

@media (max-width: 1024px) {

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

  .mobile--header__nav-list {
    display: block;
    padding: 0 1rem 1rem 1rem;
    margin-top: 0;
  }

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

  .header__bar--searchbox-mobile {
    display: block;
    padding: 0 16px 12px;
    border-bottom: 1px solid var(--color-white);
  }
}

/* Handle for media screen laptop */

@media (max-width: 1378px) {
  .container {
    /* padding: 0; */
  }

  .game_umaylike-item {
    width: 136px;
  }

  .game_umaylike-item>img {
    width: 120px;
    height: 120px;
  }
}

.mobile {
  display: none;
}

.header__nav--search-box {
  position: relative;
}

@media (max-width: 678px) {
  .game__suggest-col {
    display: none;
  }

  html,
  body {
    overflow: auto;
  }

  #iframehtml5 {
    min-height: 500px;
  }

  .games-page-label {
    font-size: 1.75rem;
  }

  .game__play--grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .game__desc>* {
    font-size: 14px;
  }

  .game__desc>h1 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0.5rem;
  }

  .mobile {
    display: block;
  }

  body {
    padding: 0 0.5rem;
  }

  .header_logo {
    font-size: 28px;
  }

  .header__nav--search-box {
    display: block;
    position: relative;
  }

  .mobile--header__nav-list {
    display: block;
    padding: 0 1rem 1rem 1rem;
    margin-top: 0;
  }

  .game_trending-item,
  .game_umaylike-item {
    padding: 0.5rem;
    width: calc(100% / 3);
  }

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

  .game_trending {
    padding: 0.25rem;
  }
}

@media (min-width: 678px) and (max-width: 1024px) {
  .game_trending-item {
    width: calc(100% / 4);
  }

  .game_umaylike-item {
    width: calc(100% / 6);
  }

  .mobile {
    display: block;
  }
}

@media (max-width:540px) {
  .game__info-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}