.modal-button {
  display: none !important;
}
.modal-button {
  background-color: transparent !important;
  border: none !important;
}

.modal-button:hover {
  background-color: transparent !important;
}

.modal-content {
  background-color: black !important;
}

.modal-header {
  border-bottom: none !important;
}

.btn-close {
  color: white !important;
}

ul.mobile-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
}

ul.mobile-menu li {
  margin: 1rem 0;
}

ul.mobile-menu li a {
  color: white;
  font-size: 2.5rem;
  text-decoration: none;
}

ul.mobile-menu li a:hover {
  color: #2f36f3;
  transition: 0.5s;
}

@media screen and (max-width: 960px) {
  .modal-button {
    display: inline-block !important;
  }
  footer > div {
    margin-left: 5px;
  }

  .investors-image {
    margin: 1rem;
  }

  .games-3 {
    border-right: none !important;
  }

  .games-4 {
    border-left: none !important;
  }
  .games-5 {
    border-right: none !important;
  }

  .games-6 {
    border-left: none !important;
  }

  .contact {
    padding-top: 4rem;
  }

  .contact-area,
  .game-area {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .investors-area {
    flex-direction: column;
  }

  .investors-image {
    margin-top: 2rem;
  }
  .hero__title {
    font-size: 8rem;
  }
}
