main{
  padding-top: 80px;
}
/* Section titles */
.KJgbvvE {
  text-align: center;
  font-size: 28px;
  margin: 50px 0 30px;
  font-weight: normal;
}

/* Popular Games Carousel */
.NISiICg.FwvxZBGU {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}

.DLVY {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.jPcD {
  flex: 0 0 auto;
  width: 32%;
  margin-right: 2%;
  box-sizing: border-box;
}

.jPcD:last-child {
  margin-right: 0;
}

.jPcD a {
  text-decoration: none;
  color: inherit; /*  */
}

.eEkuk {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}

.eEkuk:hover {
  transform: translateY(-5px);
}

.eEkuk img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.yJFtJM {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.MnFDW {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 10px;
}

.MnFDW img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.rnLTy {
  color: white;
  font-size: 1em;
}

.carousel-nav {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #555;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-dot.active {
  background-color: #ff8c00;
}

/*  */
.nKQlW {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  color: white;
  font-size: 24px;
  user-select: none;
  transition: background-color 0.3s ease;
}

.nKQlW:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.YJqHCeD {
  left: 10px;
}

.JLwZKSI {
  right: 10px;
}

/* Free Games Section */
.bClTopk {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  padding-bottom: 50px;
}

.bClTopk a {
  text-decoration: none;
}

.WwcOomWO {
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.WwcOomWO:hover {
  transform: translateY(-5px);
}

.WwcOomWO img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.njfYObqxNX {
  margin: 10px 0;
  color: white;
  text-align: center;
}

.WwcOomWO a {
  text-decoration: none;
  color: inherit; /*  */
}

.PNvpRpl {
  background-color: #ff8c00;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  margin-top: 5px;
  transition: background-color 0.3s ease;
}

.PNvpRpl:hover {
  background-color: #e67e00;
}

/*  */
.bzQgr {
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 15px;
}

.bzQgr a {
  text-decoration: none;
  color: inherit; /*  */
}

.OCQHO {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.OCQHO img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
    aspect-ratio: 1 / 1;
  object-fit: cover;
}

.sOhMTnkp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: white;
  font-weight: bold;
  text-align: center;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.OCQHO:hover {
  transform: scale(1.05);
  box-shadow: 0 0 15px rgba(255, 140, 0, 0.5);
  z-index: 1;
}

.OCQHO:hover .sOhMTnkp {
  transform: translateY(0);
}

/*  */
@media (max-width: 1200px) {
  .bzQgr {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, auto);
  }

  .wkWCGYo {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .jPcD {
    width: 48%;
    margin-right: 4%;
  }
  .jPcD:nth-child(2n) {
    /* margin-right: 0; */
  }

  .bClTopk {
    grid-template-columns: repeat(2, 1fr);
  }

  .bzQgr {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
  }
}

@media (max-width: 768px) {
  .eEkuk {
    width: 100%;
  }

  .bClTopk {
    grid-template-columns: 1fr;
  }

  .bzQgr {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(6, auto);
  }

  .jPcD {
    width: 100%;
    margin-right: 15px;
  }
  .jPcD:last-child {
  }
  .nKQlW {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .YJqHCeD {
    left: 5px;
  }
  .JLwZKSI {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .bzQgr {
    grid-template-columns: 1fr;
  }
}

/*  */
.eEkuk,
.WwcOomWO {
  border-radius: 18px;
}

@media (max-width: 600px) {
  /* Free Games */
  .bClTopk {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .WwcOomWO {
    width: 95%;
    margin: 0 auto;
  }
  .PNvpRpl {
    display: block;
    margin: 10px auto 0 auto;
    width: 80%;
    font-size: 18px;
    padding: 12px 0;
  }
  /* All Games grid */
  .bzQgr {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .OCQHO {
    width: 95%;
    margin: 0 auto;
  }
  .sOhMTnkp {
    text-align: center;
  }
}

.carousel-game-title {
  margin-top: 10px;
  font-size: 1em;
  color: #ffffff;
}

/* ， */
@media (max-width: 768px) {
  .jPcD {
    min-width: 80%;
  }
}
