/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 1180px) {
  .btn-gold > span {
    word-break: break-all;
  }
  .menu {
    position: fixed;
    right: -240px;
    top: 0;
    height: 100%;
    z-index: 1001;

    background: #3a0271;
    background: linear-gradient(
      155deg,
      rgba(58, 2, 113, 1) 0%,
      rgba(22, 0, 47, 1) 25%,
      rgba(6, 0, 1, 1) 35%,
      rgba(55, 1, 1, 1) 60%,
      rgba(118, 0, 0, 1) 100%
    );
    /* padding: 1rem; */
    width: 240px;
    transition: all 0.3s;
  }
  .menu.show {
    right: 0;
  }
  .menu li a {
    display: flex;
    padding: 0.5rem 2rem;
  }
  .footer-menu a > span,
  .btn-gold > span {
    font-size: 0.8rem !important;
    padding: 10px;
  }

  .logo {
    margin-top: -10px;
  }
  header .logo img {
    height: 55px;
  }
  .footer-menu a > span {
    padding: 5px;
  }
  .game-title {
    font-size: 0.7rem;
  }
  .card .card-body {
    padding: 1rem 1rem 3rem;
  }
  footer {
    padding-bottom: 80px;
  }
  .game-brand {
    font-size: 0.8rem;
  }
  .custom-menu-items > .item {
    padding: 3px;
  }
  .custom-menu-items > .item > .box {
    padding: 0.5rem;
  }
  .custom-menu-items > .item:first-child > .box {
    padding-left: 1rem;
  }
  .custom-menu-items > .item:last-child > .box {
    padding-right: 1rem;
  }
  .custom-menu-items > .item > .box > .image {
    height: 40px;
  }
  .banner::before {
    height: 3rem;
  }
  .games-box {
    height: 550px;
  }
  .games-items {
    grid-template-columns:
      minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr)
      minmax(0, 1fr);
  }
  .custom-menu-items {
    gap: 5px;
  }
}
@media screen and (max-width: 440px) {
  .promotion-list {
    grid-template-columns: auto;
  }
  .games-box {
    height: auto;
  }
  .games-items {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
  .custom-menu-items {
    width: 100%;
    /* gap: 0.5rem; */
    gap: 3px;
  }
  .article-item-link img {
    height: auto !important;
  }
}
@media screen and (max-width: 380px) {
  .footer-menu a > span,
  .btn-gold > span {
    font-size: 0.8rem !important;
    padding: 5px;
  }
  header .logo img {
    height: 50px;
  }
}
