@charset "utf-8";

* {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: serif;
}

html,
body {
    width: 100%;
    margin: 0;
    font-family: pala, sans-serif;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    color: rgb(51, 51, 51);
}

a {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 16px;
    margin-top: 0px;
    min-height: 250px;
    width: 300px;
    margin: auto;
}

.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.fav {
    width: 160px;
    height: 100%;
}

.fav .rootbg {
    display: inline-block;
    width: 160px;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bgi {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/loading.e29b847.gif);
}

.title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap; 
    overflow-x: auto;  
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin: 20px auto 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 20px;
    padding: 10px 20px;
    white-space: nowrap;
}

header {
    position: relative;
    width: 100%;
    color: #fff;
}

.header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    padding-right: 30px;
    border-radius: 0 0 0 30px;
}

.header-left {
    padding-left: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 0 0 30px 0;
    color: #6b6b6b;
}

.about-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 20px;
}

.about-box div {
    height: 40px;
    line-height: 40px;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 14px;
}

.about-list {
    position: absolute;
    top: 30px;
    right: 0;
    height: auto;
    width: auto;
    background-color: #353535;
    z-index: 999;
    display: none;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    padding: 5px;
    border-radius: 10px;
    padding: 20px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.about-list .play-item {
    height: 40px;
    line-height: 40px;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    font-size: 14px;
    color: #fff;
}

.about-list .play-item:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.search-container .search-box {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-color: #45cc94;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.menu-search-box {
    display: none;
}

.menu-search-box .search-box {
    position: absolute;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: absolute;
    width: 80%;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 60%;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    background-color: #45cc94;
    margin: 10px auto;
    border-radius: 5px;
    z-index: 999;
}

.search-cancel {
    position: absolute;
    top: 15%;
    right: 10%;
    width: 40px;
    aspect-ratio: 1;
    background-image: url(../../images/close-white.27d0d87.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    display: none;
}

.search-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    padding: 5px;
    height: 90%;
    width: 80px;
    border-radius: 20px;
}

.search-btn {
    width: 25px;
    aspect-ratio: 1;
    background-image: url(../../images/search-white.918887c.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.myInput {
    color: #000;
    height: 36px;
    width: 100%;
    outline: 0;
    font-size: 1rem;
    border: 0;
    display: inline-block;
    margin: 2px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff;
    text-indent: 5px;
}

#search-suggestions {
    position: absolute;
    width: 92%;
    top: 39px;
    left: 4%;
    max-height: 250px;
    overflow-y: auto;
    background-color: rgb(252, 252, 252);
    border: 0 1px 1px 1px solid #e6e6e69e;
    z-index: 1;
    border-radius: 0 0 10px 10px;
}

#search-suggestions div {
    padding: 6px 12px;
    cursor: pointer;
}

#search-suggestions div:hover {
    background-color: #555555b5;
}

.aside-menu,
.search-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.35066ad.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.search-menu {
    display: block;
    background-size: 60%;
    background-image: url(../../images/search.3df42a6.png);
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 998;
    display: none;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.sidebar {
    width: 30%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.copyright,
.awebsite {
    font-size: 14px;
    color: #666;
}

.page-footer {
    background-color: #fff;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
}

.footer-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
       -moz-box-flex: 0;
            flex: 0 0 70%;
}

.footer-left .fav {
    height: 60px;
}

.footer-logo {
    width: 120px;
    height: auto;
    margin-bottom: 10px;
}

.footer-left p {
    color: #333;
    line-height: 1.6;
}

.footer-right h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.game-list {
    list-style: none;
    padding: 0;
}

.game-list li {
    margin-bottom: 8px;
    color: #666;
}

.footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
}

.footer-bottom h3 {
    font-size: 18px;
    margin-right: 20px;
    color: #333;
}

.footer-nav a {
    color: #666;
    text-decoration: none;
    margin-right: 15px;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-bottom p {
    margin-left: auto;
    color: #666;
}

.main {
    width: 80%;
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    margin: 10px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 10px;
    padding-bottom: 10px;
}

.main-container {
    width: 70%;
}

.game-card {
    display: inline-block;
    margin: 5px;
    padding: 8px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: Arial, sans-serif;
    cursor: pointer;
    box-sizing: border-box;
}

.game-icon-wrap {
    margin-bottom: 4px;
}

.game-icon {
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.game-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    overflow: hidden;
    font-size: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.game-name {
    margin-bottom: 2px;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info-and-btn {
    overflow: hidden;
}

.game-card--type1 {
    text-align: center;
    padding: 3px;
}

.game-card--type1 .game-icon {
    width: 100%;
    aspect-ratio: 1;
}

.game-card--type1 .info-and-btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.info-img {
    display: none;
    min-width: 60px;
    aspect-ratio: 1;
    border-radius: 4px;
    margin-right: 6px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.star-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    margin-top: 2px;
}

.star-text {
    color: gold;
    margin-right: 4px;
}

.rating-value {
    font-size: 12px;
}

.game-btn {
    background-color: #e74c3c;
    color: #fff;
    border: none;
    padding: 4px 10px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    margin-left: auto;
}

@media screen and (max-width:1200px) {
    .main {
        width: 98%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }
}

@media screen and (max-width:900px) {
    .main-container {
        width: 98%;
    }

    .header-box .header-menu {
        display: none;
    }

    .aside-menu {
        display: block;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 60%;
        height: 100vh;
        background: #fff;
        -webkit-transition: left 0.3s ease;
        transition: left 0.3s ease;
        z-index: 999;
        overflow: scroll;
    }

    .desc-text .desc-game-name {
        font-size: 16px;
    }

    .footer-content,
    .footer-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }
}

@media screen and (max-width:480px) {
    .game-card--type1 .game-icon {
        aspect-ratio:unset;
    }
    .aside,
    .search-box {
        width: 90%;
    }

    .sidebar {
        width: 90%;
    }

    .game-icon {
       min-height: 80px;
    }
    

}
.main-game-box {
  background-color: #fff;
}

.game-list-box1,
.game-list-box2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(100% / 8), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 8), 1fr));
  gap: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 15px;
  padding: 0 10px;
}

.game-list-box1 .info-score-box,
.game-list-box2 .info-score-box,
.game-list-box6 .info-score-box {
  display: none;
}

.common-card {
  padding: 0;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  overflow: hidden;
}

.common-card .game-card-img {
  position: relative;
  min-height: 90px;
  aspect-ratio: 2;
  object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.common-card .info-and-btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  padding: 5px;
}

.common-card .game-name {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.common-card .info-score-box {
  width: 30px;
  font-size: 20px;
  font-weight: 800;
}

.common-card .game-intro {
  text-wrap: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.game-list-box3,
.game-list-box4,
.game-list-box5 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 15px;
  grid-auto-flow: row;
  padding-bottom: 20px;
}

.game-list-box3 .common-card .info-and-btn .game-intro,
.game-list-box3 .info-score-box,
.game-list-box4 .common-card .info-and-btn .game-intro,
.game-list-box5 .common-card .info-and-btn .game-intro,
.download-btn,
.game-list-box8 .info-score-box,
.game-list-box8 .game-intro {
  display: none;
}

.game-list-box4 .game-card-img,
.game-list-box5 .game-card-img,
.game-list-box7 .game-card-img,
.game-list-box8 .game-card-img {
  width: 100px;
  aspect-ratio: 1;
}

.game-list-box4 .info-score-box,
.game-list-box5 .info-score-box,
.game-list-box7 .info-score-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  width: 100%;
  color: #ee892e;
  font-size: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.game-list-box4 .star-text,
.game-list-box5 .star-text,
.game-list-box7 .star-text {
  width: 20px;
  aspect-ratio: 1;
  background-image: url(../../images/star-icon.0700f60.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  height: auto;
  aspect-ratio: 2;
}

.carousel-item {
  min-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item .download-btn {
  display: block;
}

.carousel-item .game-card-img {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel-item .game-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.carousel-item .game-name {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
  margin: 0 10px;
}

.carousel-item .download-btn {
  background-color: #45cc94;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  color: #fff;
  border: none;
  width: 35px;
  aspect-ratio: 1;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.prev-btn {
  left: 10px;
  background-image: url(../../images/left.b268f24.png);
}

.next-btn {
  right: 10px;
  background-image: url(../../images/right.461a1a3.png);
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  gap: 8px;
}

.indicator {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.indicator.active {
  background-color: #fff;
}

.search-container {
  padding: 20px 10px;
  background-color: #fff;
}

.search-container h3 {
  margin: 10px;
}

.search-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  padding: 0 10px;
}

.trending-search-item {
  padding: 5px;
  background-color: #e9f1f4;
  font-size: 12px;
}

.game-list-box6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(100% / 4), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 4), 1fr));
  gap: 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 15px;
  padding: 0 10px;
}

.game-list-box7,
.game-list-box8 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(100% / 1), 1fr));
  grid-template-columns: repeat(auto-fill, minmax(calc(100% / 1), 1fr));
  gap: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 15px;
  padding: 0 20px;
  position: relative;
}

.game-list-box7 {
  padding-top: 110px;

}

.game-list-box7-first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
  aspect-ratio: 2;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
}

.game-list-box7 .common-card {
  z-index: 1;
}

.game-list-box7 .game-category {
  display: none;
}

.game-list-box7 .info-and-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.game-list-box7 .game-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.game-list-box7 .info-score-box {
  width: auto;
}

.game-list-box7 .game-name {
  margin: 0;
}

.game-list-box8 .common-card {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.game-list-box8 .download-btn {
  display: block;
  margin: 5px;
  padding: 5px 10px;
  background-color: #e1e9eb;
}

@media screen and (max-width:900px) {
  .game-list-box2 {
    grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(100% / 6), 1fr));
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 6), 1fr))
  }

  .game-list-box3 {
    grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(100% / 2), 1fr));
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 2), 1fr))
  }
}

@media screen and (max-width:480px) {
  .game-list-box4 .game-card-img,
  .game-list-box5 .game-card-img,
  .game-list-box7 .game-card-img,
  .game-list-box8 .game-card-img {
    width: 80px;
  }

  .game-list-box1,
  .game-list-box2 {
    grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(100% / 3), 1fr));
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 3), 1fr))
  }

  .game-list-box3,
  .game-list-box4,
  .game-list-box5 {
    grid-template-columns: repeat(auto-fill, minmax(-webkit-calc(100% / 1), 1fr));
    grid-template-columns: repeat(auto-fill, minmax(calc(100% / 1), 1fr))
  }
  .carousel-item {
    height: 220px;
  }
}
