.more-game {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.more-game p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
.games-box {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.games-box li {
  width: 31.7%;
  border-radius: 12px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 8px;
  list-style: none;
  align-self: stretch;
  display: flex;
  cursor: pointer;
}
.games-box li > div {
  width: 100%;
}
.games-box li img {
  height: 100px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}
.games-box li h4 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
.games-box.gamezop {
  padding: 24px 12px;
  gap: 12px;

}
.games-box.gamezop li{
  width: 30.6%;
}
.game-play-sec {
  text-align: center;
  padding: 20px 20px;
}
.game-play-sec img {
  max-height: 280px;
  margin: auto;
  margin-bottom: 2rem;
}
.game-play-sec h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.4rem;
}

.game-play-sec h4 span {
  color: #fff000;
}
.game-play-sec button {
  font-size: 16px;
}
.mini-game-set {
  display: flex;
  align-items: center;
}
.gamebtn-close {
  /* background-color: #fff000; */
  border: none;
  outline: none;
  /* font-size: 20px; */
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 45px;
  right: 12px;
  border-radius: 50%;
  padding: 4px;
  height: 30px;
  width: 30px;
  z-index: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}
.align-games .gamebtn-close {
  right: 36px;
  bottom: 10px;
  top: auto;
  transform: rotate(90deg);
}
.gamebtn-close i {
  font-size: 28px;
}
.align-games {
  align-items: normal;
}
