* {
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
body {
  margin-top: 70px;
  color: #fff;
  background-color: #dcedf7;
}
header{
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #19abe6;
    width: 100%;
    height: 70px;
    border-radius: 0 0 25px 25px;
    position: fixed;
    top: 0;
    z-index: 99;
}
.pc-header{
    display: none;
}
.header-right{
    height: 100%;
}

.logo{
    height: 80px;
    width: 80px;
}

.logo img{
    width: 100%;
    height: 100%;
}

.header-logo__domains {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
  }

.menu__button{
    width: 35px;
    height: 35px;
    margin: 0 10px;
    line-height: 95px;
}

.menu__button img{
    width: 100%;
    height: 100%;
}

@media (min-width:1000px){
    header{
        justify-content: space-between;
    }
}

@media (max-width:999px){
    #header-title-a{
        flex: 1;
    }
}

main {
  max-width: 993px;
}
footer {
  padding: 0.5rem 0;
  font-size: 0.8rem;
  color: #fff;
  background-color: #19abe6;
  text-align: center;
}
.position-inherit {
  position: inherit !important;
}

.footer-copyright {
  display: inline-block;
  margin-top: 0.5rem;
}
.category-game__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 1rem 10px 0;
}
.category-game__info span {
  vertical-align: top;
  color: #19abe6;
  font-size: 1rem;
}
.category-name {
  color: #19abe6;
  text-transform: uppercase;
  margin: 0 0.75rem;
}
.category-more {
  height: 25px;
}
.category-games__list {
  display: flex;
  margin-bottom: 1rem;
  justify-content: start;
  flex-flow: wrap;
}
.category-games__item {
  box-sizing: border-box;
  padding: 0.4rem;
  flex: 0 0 25%;
  text-align: center;
}
.category-games__item a {
  display: inline-block;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 372px) {
  .category-games__item {
    flex: 0 0 33.3333%;
  }
}
@media only screen and (min-width: 601px) {
  .category-games__item {
    flex: 0 0 16.66667%;
  }
}
@media only screen and (min-width: 993px) {
  main {
    margin: 0 auto !important;
  }
  .other-game {
    margin: 0 auto;
  }
  .category-games__item {
    flex: 0 0 11.11111%;
  }
  .category-games__item a {
    width: 120px;
    height: 120px;
  }
}
.other-game {
  margin-top: 1.5rem;
  max-width: 993px;
}
.category-games__list img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  box-shadow: 4px 4px 12px 0 #0a94e480;
}
.menu__listName {
  font-size: 1.25rem;
  background-color: #1a1a1a;
}
.menu__listName {
  padding: 1rem;
  font-weight: 600;
  text-align: end;
}
.menu__list {
  z-index: 2;
  height: 100vh;
  max-width: 320px;
  position: absolute;
  top: 0;
  right: -200px;
  background-color: #19abe6;
  transition: right 0.5s;
}
.nav-list {
  margin-top: 1rem;
  color: #fff;
}
.menu-list__link {
  display: block;
  margin-top: 1rem;
  margin-left: 1rem;
  padding-right: 1rem;
  line-height: 46px;
  text-align: end;
  font-weight: 600;
}
.menu-list__link:hover {
  color: #ffcf00;
}
.hideBgHover {
  right: 0;
}
#background-hover {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.fixed {
  position: fixed;
}
.bottom {
  margin: 0.75rem auto;
  max-width: 1200px;
}
.bottom__desc {
  margin: 0 0.75rem;
  padding: 1rem 0;
  background-image: linear-gradient(0deg, #5dcfdd, #67b5f4);
  border-radius: 0.1875rem;
  box-shadow: 0 0.1875rem 0.5rem 0 rgb(31 31 31/40%);
}
.bottom__desc h3 {
  padding-bottom: 1rem;
  font-size: 1rem;
  text-align: center;
}
.bottom__desc p {
  padding: 0 0.8125rem;
}
.game-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top:10px;
}
.game-info p {
  color: #19abe6;
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  word-break: break-all;
}
.game-info__icon {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 2px solid #fff;
  border-radius: 0.625rem;
}
.game-info__icon img {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
}
.game-play__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin: 22px 0;
  padding: 0.5rem 1rem;
  border: 2px solid white;
  background-color: #ffcf00;
  border-radius: 0.625rem;
  font-weight: 600;
}
.game-play__button span {
  height: 22px;
}
.game-play__fill {
  position: relative;
  width: 40px;
}
@keyframes playAmt {
  0% {
    left: -50px;
  }
  to {
    left: -30px;
  }
}
.game-play__fill::before {
  position: absolute;
  left: -50px;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0.58125rem 1.04rem;
  width: 0;
  height: 0;
  animation: playAmt 0.3s infinite;
}
.game-play__title {
  margin-left: -36px;
}
.game-page {
  margin: 12px 1rem 0 1rem;
}
.game-desc {
  color: #3a5a95;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0.2rem 0.8rem;
  border-radius: 0.1875rem;
  margin-top: 1rem;
}
.game-desc h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
.game-desc p {
  font-size: 1rem;
}
.more-content {
  color: #3a5a95;
  padding: 0.8rem 2rem;
}
.more-content p {
  font-family: Trebuchet MS, sans-serif;
}
.more-content h3 {
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width:372px) and (max-width:600px){
  .category-games__item {
    flex: 0 0 33%;
  }
  .category-games__item a {
    display: inline-block;
    width: 100px;
    height: 100px;
  }  
}