:root {
  --ddr-w: 167px;
  --ddr-h: 126px;
  --ddr-w: 170px;
  --ddr-h: 100px;
}
* {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: inherit;
}

a,
li {
  color: inherit;
  text-decoration: none;
  list-style: none;
}

body {
  color: #fff;
  margin: 0;
  font-size: 0.875rem;
  font-family: Nunito, verdana, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  background: #1d1834;
}
button {
  outline: 0;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: background 0.1s linear, border-color 0.1s linear,
    color 0.1s linear;
}
.icofavmen {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
abbr,
acronym,
address,
article,
aside,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
samp,
section,
small,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.m1 {
  justify-content: space-between;
  align-items: center;
  height: 65px;
  background: #141124;
  font-family: baloo thambi, Arial, Helvetica, sans-serif;
  display: flex;
  width: 100%;
  top: 0;
  z-index: 99999;
  position: fixed;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
#main-container {
  transition: margin-left 0.7s;
  padding: 0;
  margin-top: 15px;
}

.m-left {
  display: flex;
}
.m1 .logo {
  width: 130px;
  padding-left: 17px;
}
.search-container {
  width: 500px;
}
.modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  display: none;
}
form {
  display: block;
  margin-top: 0em;
  unicode-bidi: isolate;
}
.search-box .input-container {
  position: relative;
  width: 96%;
}
.search-box input {
  font-family: Nunito, Arial, sans-serif;
  font-weight: 800;
  line-height: 1.43;
  background: #36224f;
  width: 100%;
  border-radius: 25px;
  padding: 10px;
  margin-top: 2px;
  border: 0;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 60px;
}
.search-box button {
  color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: 0;
  justify-content: center;
  align-items: center;
  border: 0;
  position: absolute;
  top: 7px;
  right: 8px;
  cursor: pointer;
  font-size: large;
}
.fa-search {
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
}
.clear-button {
  position: absolute;
  display: none;
  top: 12px;
  right: 55px;
}
.close-button {
  background-color: #fff;
  color: #000;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}

.m-right {
  display: flex;
}
.my-games {
  font-family: baloo thambi, cursive;
  background-color: Transparent;
  color: #fff;
  font-size: 19px;
  fill: #01ffff;
  margin-right: 7px;
}

.sidebar {
  padding-top: 65px;
  width: 60px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #141124;
  transition: width 0.5s ease;
  z-index: 1000;
  border-right: 1px solid #403573;
  font-family: baloo thambi, Arial, Helvetica, sans-serif;
}
@media (max-width: 768px) {
  .sidebar {
    padding-top: 65px;
  }

  #main-container {
    margin-top: 15px;
  }
}
.sidebar:hover {
  width: 230px;
  overflow-y: auto;
}
.list-games {
  width: 215px;
  margin-right: 15px;
}
.list-games ul {
  margin-bottom: 15px;
}
.sidebar ul li {
  position: relative;
}
.list-games li {
  list-style-type: none;
  font-size: 13px;
  padding-bottom: 5px;
  padding-left: 8px;
  display: flex;
}
.amod::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 7px;
  height: 30px;
  background-color: #adff00;
  z-index: -1;
}
.list-games a {
  padding: 3px;
  width: 100%;
  display: flex;
  bkit-align-items: center;
  align-items: center;
}
.list-games span {
  padding-left: 20px;
}
.divider {
  width: 27px;
  border-bottom: 1px solid #403573;
  margin-bottom: 10px;
  margin-left: 15px;
}

.footer {
  background-color: #141124;
  color: #f3f2f9;
  padding: 30px 0 20px;
  border-top: 1px solid #403573;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 20px;
}

.footer-info {
  flex: 1;
  min-width: 250px;
}

.footer-desc {
  color: #a099cf;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.footer-links {
  flex: 1;
  min-width: 150px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links li {
  margin-bottom: 5px;
}

.footer-links a {
  color: #a099cf;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 14px;
}

.footer-links a:hover {
  color: #6a4cff;
}

.footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-copyright {
  font-size: 14px;
  color: #a099cf;
  margin: 0;
}

.footer-legal {
  font-size: 14px;
}

.footer-legal a {
  color: #a099cf;
  text-decoration: none;
  margin: 0 5px;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #6a4cff;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }

  .footer-links ul {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.cdisplay {
  transition: margin-left 0.7s;
}
.top-games-carousel {
  position: relative;
  background: #29234b;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 5px;
  margin-top: 5px;
  border-bottom: 2px solid #501f78;
}
.image-group {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.top-games-grid {
  display: grid;
  grid-template-columns: repeat(2, 220px);
  grid-template-rows: repeat(2, 125px);
  gap: 9px;
  margin: 12px;
}
.top-games-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.top-games-item img {
  width: 100%;
  height: 100%;
}
.lodr2 {
  animation: shimmer infinite 2s linear;
  background: #2f1838;
  background: radial-gradient(
    circle,
    rgba(47, 24, 56, 1) 0,
    rgba(29, 24, 52, 1) 100%
  );
  background-size: 1000px 100%;
}
.top-games-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  text-align: center;
  opacity: 0;
  font-family: baloo thambi, cursive;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  overflow: hidden;
  font-size: 13px;
  font-weight: 200;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  text-transform: uppercase;
  z-index: 1;
}
.top-games-item:hover .top-games-title {
  opacity: 1 !important;
}
.large-image-container {
  width: 420px;
  height: 260px;
  flex-shrink: 0;
}

.right-arrowTOP {
  right: 0;
  padding-top: 30px;
  text-align: center;
}
.arrowTOP {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  height: 92%;
  width: 60px;
  cursor: pointer;
  opacity: 0;
  font-size: 130px;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.top-games-carousel:hover .arrowTOP {
  opacity: 1;
}

.left-arrowTOP:hover .right-arrowTOP:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 1920px) and (min-width: 1750px) {
  .games-container {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (max-width: 1750px) and (min-width: 1550px) {
  .games-container {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (max-width: 1550px) and (min-width: 1250px) {
  .games-container {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1250px) and (min-width: 1060px) {
  .games-container {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1060px) and (min-width: 880px) {
  .games-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 880px) and (min-width: 720px) {
  .games-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ribbon_box {
  position: relative;
  z-index: 100;
}
.ribbon_e,
.ribbon_h,
.ribbon_t,
.ribbon_u {
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.ribbon_e {
  z-index: 20;
  position: absolute;
  top: 15px;
  left: -6px;
  width: 59px;
  height: 51px;
  background: url(../../../images/theme/game-zgombis/newPink02.svg) no-repeat
    center center / cover;
  transform: scale(0.7);
  transform-origin: top left;
}
.ribbon_u {
  z-index: 20;
  position: absolute;
  top: 15px;
  left: -10px;
  width: 125px;
  height: 72px;
  background: url(../../../images/theme/game-zgombis/updated02.svg) no-repeat
    center center / cover;
  transform: scale(0.6);
  transform-origin: top left;
}
.ribbon_h {
  z-index: 20;
  position: absolute;
  top: 15px;
  left: -8px;
  width: 59px;
  height: 51px;
  background: url(../../../images/theme/game-zgombis/hot02.svg) no-repeat
    center center / cover;
  transform: scale(0.7);
  transform-origin: top left;
}

.game {
  position: relative;
  width: 100%;
  max-width: 180px;
  aspect-ratio: 250 / 150;
  border-radius: 9px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lodr2 {
  animation: shimmer infinite 2s linear;
  background: #2f1838;
  background: radial-gradient(
    circle,
    rgba(47, 24, 56, 1) 0,
    rgba(29, 24, 52, 1) 100%
  );
  background-size: 1000px 100%;
}
.game img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img {
  font-size: 0;
}
.game .title-game {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  text-align: center;
  opacity: 0;
  font-family: baloo thambi, cursive;
  color: #fff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
    1px 1px 0 #000;
  overflow: hidden;
  font-size: 13px;
  font-weight: 200;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  text-align: center;
  text-transform: uppercase;
}
.game:hover .title-game {
  opacity: 1;
}
.cat-carousel-container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.cat-left-arrow {
  text-align: center;
  left: 0;
  padding-bottom: 20px;
}
.cat-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  width: 60px;
  cursor: pointer;
  opacity: 0;
  font-size: 110px;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.cat-scrollable {
  display: flex;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
  gap: 0;
  box-sizing: border-box;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.cat-carousel-item {
  padding-top: 20px;
}
.c_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
}
.purple {
  background: #400b6a;
  background: linear-gradient(
    0,
    rgba(64, 11, 106, 1) 0,
    rgba(174, 49, 227, 1) 100%
  );
}
.c_color {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r_img {
  overflow: hidden;
  border-radius: 0 0 48% 48%;
}
.c_ti {
  text-transform: uppercase;
  width: 118px;
  overflow: hidden;
  position: relative;
  display: block;
  font-weight: 700;
  line-height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
  text-align: left;
  font-size: 12px;
  text-align: center;
}
.cat-right-arrow {
  right: 0;
  text-align: center;
  padding-bottom: 20px;
}
.cat-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  width: 60px;
  cursor: pointer;
  opacity: 0;
  font-size: 110px;
  transition: opacity 0.3s ease;
  z-index: 3;
}
.cat-left-arrow:hover,
.cat-right-arrow:hover {
  background-color: #000;
}

.content-wrapper {
  display: flex;
  background: #141124;
  align-items: flex-start;
  color: #fff;
  gap: 20px;
  padding: 15px;
}
.content-image {
  width: 400px;
  height: auto;
}
.series_carousel_wrapper {
  font-family: baloo thambi, cursive;
  padding-left: 15px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.text-container {
  max-height: 600px;
}
.btn-h {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.btn-lg {
  text-transform: capitalize;
  height: 3rem !important;
  padding: 0.75rem 1.25rem !important;
  font-size: 1.7em;
  font-weight: 800;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.2s;
}
.btn {
  font-family: Nunito, Arial, sans-serif;
  height: 2.5rem;
  line-height: 1.5rem;
  padding: 0.5rem 8rem;
  border-radius: 1.5rem;
  white-space: nowrap;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  border: 0;
  cursor: pointer;
  outline: 0;
  text-decoration: none !important;
  color: var(--color-dark) !important;
}
.s-blue {
  background-color: #21f0e2;
  box-shadow: 0 0 0.75rem 0 #21f0e2;
}

.s-blue {
  transition: box-shadow 0.2s ease, color 0.2s ease;
}
.txt h1 {
  font-family: baloo thambi, Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}
.expanded::after {
  background: 0;
  height: 1px;
}

.mobile-search-icon {
  display: none;
  position: relative;
  background: none;
  border: none;
  color: var(--color-dark);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 101;
}

.mobile-menu-icon {
  display: none;
  position: relative;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 101;
  margin-right: 10px;
}

.mobile-menu-icon svg {
  stroke: #fff;
}

@media (max-width: 768px) {
  .mobile-search-icon {
    display: block;
  }

  #main-container {
    margin-left: 0;
    transition: none;
  }

  .m1 {
    padding: 0 20px;
  }

  .m1 .logo {
    padding-left: 0;
  }
  .icofavmen {
    width: 33px;
    height: 33px;
    margin-right: 16px;
  }

  .mobile-search-icon svg {
    width: 33px;
    height: 33px;
  }

  .search-box input {
    font-size: 18px;
    padding: 24px 40px;
    padding-right: 140px;
    height: auto;
  }

  .search-box button {
    top: 20px;
    right: 16px;
  }

  .fa-search {
    width: 33px;
    height: 33px;
    background-size: 33px 33px;
  }

  .my-games {
    font-size: 0;
    margin-right: 0;
    padding: 24px;
  }

  .my-games span {
    display: none;
  }

  .icofavmen {
    margin-right: 0;
  }

  .game-plug-cont h1 {
    font-size: 48px;
  }

  .game-plug-cont h2 {
    font-size: 28px;
  }

  .rate {
    font-size: 32px;
  }

  .game-title {
    font-size: 28px;
    line-height: 1.4;
  }

  .footer-links a {
    font-size: 32px;
  }

  .footer-copyright,
  .footer-legal {
    font-size: 18px;
  }

  .arrowTOP {
    font-size: 160px;
    width: 160px;
    display: none;
  }

  .sidebar span {
    font-size: 32px;
  }

  .series_carousel_wrapper h2 {
    font-size: 3rem;
  }

  .sidebar-close {
    width: 96px;
    height: 96px;
    font-size: 48px;
  }

  .search-close-btn {
    font-size: 4rem;
    padding: 1.5rem;
  }

  .search-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
  }

  .search-container.active {
    display: block;
  }

  .search-container.active {
    display: block;
  }

  .search-container.active + .m-right .mobile-search-icon,
  .search-container.active + .m-right .mobile-menu-icon {
    display: none !important;
  }

  body.search-active .mobile-search-icon,
  body.search-active .mobile-menu-icon {
    display: none !important;
  }

  .search-container .search-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: white;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.1);
  }

  .search-close-btn {
    display: block;
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: none;
    font-size: 3rem;
    cursor: pointer;
    color: #666;
    z-index: 101;
    padding: 1rem;
  }

  .search-close-btn:hover {
    color: #333;
  }
}

.content-image {
  min-width: 300px;
  max-width: 100%;
  height: auto;
}

.content-wrapper > div:last-child {
  flex: 1;
  min-width: 300px;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

* {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .content-image,
  .content-wrapper > div:last-child {
    min-width: 100%;
    width: 100%;
  }

  .text-container {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }

  .text-container h1 {
    font-size: 5.2rem;
    word-break: break-word;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  .text-container h1 {
    font-size: 2.6rem;
  }
}

.scrollable {
  width: 100%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding-bottom: 15px;
  margin-bottom: -15px;
}

.scrollable::-webkit-scrollbar {
  display: none;
}

@media (max-width: 768px) {
  .scrollable {
    position: relative;
  }

  .scrollable::after {
    position: absolute;
    bottom: 5px;
    right: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 12px;
    pointer-events: none;
    animation: scrollHint 2s ease-in-out infinite;
  }

  @keyframes scrollHint {
    0%,
    100% {
      opacity: 0.7;
    }
    50% {
      opacity: 1;
    }
  }
}

.hero-banner {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(to bottom, #2a2a2a, #130b29),
    url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><rect width="100" height="100" fill="%23241a4a"/></svg>');
  background-size: cover;
  border-radius: var(--radius-md);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 15px;
}
.banner-content {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 10px 15px;
  border-radius: var(--radius-sm);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-only-carousel {
  display: none;
}
@media (max-width: 768px) {
  .mobile-only-carousel {
    display: block;
  }
}

.carousel-track {
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.slide-card {
  flex: 0 0 85vw;
  max-width: 380px;
  aspect-ratio: 16/9;
  border-radius: 16px;
  position: relative;
  scroll-snap-align: center;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slide-info {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: rgba(20, 15, 40, 0.85);
  backdrop-filter: blur(4px);
  align-items: center;
  padding: 0 5px;
  gap: 12px;
}

.game-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
}

.text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.game-title {
  font-size: 16px;
  font-weight: 900;
  color: var(--text-white);
  margin: 0 0 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.game-cat {
  font-size: 12px;
  color: var(--text-gray);
  margin: 0;
}

.play-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--accent-purple);
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(139, 61, 255, 0.4);
  cursor: pointer;
}

.play-icon {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid white;
  margin-left: 3px;
}

.dots-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 15px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.dot.active {
  background-color: var(--text-white);
  transform: scale(1.1);
}

.games-carousel {
  position: relative;
  overflow: hidden;
}

.games-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  user-select: none;
}

.games-left-arrow {
  left: 0;
}

.games-right-arrow {
  right: 0;
}

.games-container {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  margin: 10px;
}

.games-container::-webkit-scrollbar {
  display: none;
}

.games-container > div {
  flex: 0 0 auto;
  width: 200px;
  scroll-snap-align: start;
}

.game {
  display: block;
  text-decoration: none;
  color: white;
}

.game img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
}

.title-game {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-section {
  padding: 0 15px;
}

.category-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #42dbca;
}

.about-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #42dbca;
}

.about-subtitle {
  color: #42dbca;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
}

.about-paragraph {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: left;
}

.about-list {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  padding-left: 20px;
}

.about-list-item {
  margin-bottom: 12px;
  list-style-type: disc;
}

.about-list-item strong {
  color: #42dbca;
  font-weight: 600;
}

@media (max-width: 768px) {
  .about-paragraph {
    font-size: 14px;
    line-height: 1.4;
    padding: 0 5px;
    margin-bottom: 10px;
    text-align: left;
  }

  .about-title {
    font-size: 24px;
  }

  .about-subtitle {
    font-size: 18px;
  }

  .about-list {
    font-size: 14px;
    padding-left: 15px;
  }

  .about-list-item {
    margin-bottom: 10px;
  }
}

.cookie-container {
  max-width: 1000px;
  margin: 80px auto 0px auto;
  padding: 40px 20px;
  background: #1d1834;
  min-height: 100vh;
}
.cookie-header {
  text-align: center;
  margin-bottom: 40px;
}
.cookie-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #01ffff;
  margin-bottom: 10px;
}
.cookie-header p {
  font-size: 1.1rem;
  color: #b8b3d0;
}
.cookie-section {
  margin-bottom: 40px;
}
.cookie-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #01ffff;
  margin-bottom: 20px;
  border-bottom: 2px solid #01ffff;
  padding-bottom: 10px;
}
.cookie-section h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffe000;
  margin: 20px 0 10px;
}
.cookie-section p,
.cookie-section li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #e0e0e0;
}
.cookie-section ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.cookie-section li {
  margin-bottom: 10px;
}
.cookie-type {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #ffe000;
}
.cookie-type strong {
  color: #ffe000;
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

.privacy-container {
  max-width: 1000px;
  margin: 80px auto 0px auto;
  padding: 40px 20px;
  background: #1d1834;
  min-height: 100vh;
}
.privacy-header {
  text-align: center;
  margin-bottom: 40px;
}
.privacy-header h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #01ffff;
  margin-bottom: 10px;
}
.privacy-header p {
  font-size: 1.1rem;
  color: #b8b3d0;
}
.privacy-section {
  margin-bottom: 40px;
}
.privacy-section h2 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #01ffff;
  margin-bottom: 20px;
  border-bottom: 2px solid #01ffff;
  padding-bottom: 10px;
}
.privacy-section h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #ffe000;
  margin: 20px 0 10px;
}
.privacy-section p,
.privacy-section li {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #e0e0e0;
}
.privacy-section ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.privacy-section li {
  margin-bottom: 10px;
}
.privacy-type {
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 3px solid #ffe000;
}
.privacy-type strong {
  color: #ffe000;
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.highlight {
  color: #01ffff;
  font-weight: 600;
}
.back-to-home {
  display: inline-block;
  background: #01ffff;
  color: #1d1834;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 30px;
  transition: all 0.3s ease;
  text-align: center;
  border: none;
  cursor: pointer;
}
.back-to-home:hover {
  background: #42dbca;
}

@media (max-width: 768px) {
  .cookie-container,
  .privacy-container {
    padding: 20px 15px;
  }
  .cookie-header h1,
  .privacy-header h1 {
    font-size: 2rem;
  }
  .cookie-section,
  .privacy-section {
    margin-bottom: 30px;
  }
  .cookie-section h2,
  .privacy-section h2 {
    font-size: 1.5rem;
  }
  .cookie-section h3,
  .privacy-section h3 {
    font-size: 1.2rem;
  }
  .cookie-section p,
  .cookie-section li,
  .privacy-section p,
  .privacy-section li {
    font-size: 0.95rem;
  }
  .cookie-type,
  .privacy-type {
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .cookie-section ul,
  .privacy-section ul {
    margin-left: 20px;
  }
  .back-to-home {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  .cookie-container,
  .privacy-container {
    padding: 15px 10px;
  }
  .cookie-header h1,
  .privacy-header h1 {
    font-size: 1.8rem;
  }
  .cookie-header p,
  .privacy-header p {
    font-size: 1rem;
  }
  .cookie-section,
  .privacy-section {
    margin-bottom: 25px;
  }
  .cookie-section h2,
  .privacy-section h2 {
    font-size: 1.4rem;
    padding-bottom: 8px;
  }
  .cookie-section h3,
  .privacy-section h3 {
    font-size: 1.1rem;
    margin: 15px 0 8px;
  }
  .cookie-section p,
  .cookie-section li,
  .privacy-section p,
  .privacy-section li {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .cookie-type,
  .privacy-type {
    padding-left: 8px;
    margin-bottom: 12px;
  }
  .cookie-type strong,
  .privacy-type strong {
    font-size: 1rem;
  }
  .cookie-section ul,
  .privacy-section ul {
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .cookie-section li,
  .privacy-section li {
    margin-bottom: 8px;
  }
  .back-to-home {
    padding: 8px 20px;
    font-size: 0.9rem;
    width: 100%;
    box-sizing: border-box;
  }
}

.ad-banner {
  width: 100%;
  text-align: center;
  background-color: #333;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 15px;
}
.ad-banner img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.isheight-ad-banner {
  height: 300px;
}
