@import url("https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap");

*:not(i) {
  font-family: "Zalando Sans SemiExpanded", sans-serif;
}

.ul-links {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.ul-links li {
  list-style: none;
}

.ul-links li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

.ul-links li a:hover {
  color: #22aaff;
}

.ul-links li a.active-self {
  color: #22aaff;
  font-weight: 600;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero h1 {
  color: #fff;
}

.hero p {
  color: #fff;
}

strong {
  color: #22aaff;
}

.my-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 40px;
  background-color: #22aaff;
  transition: 0.3s ease all;
}

.my-link:hover {
  background-color: #156190;
}

.bg-self {
  background: #0b1f3c;
}

.game-img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.bottom-disc {
  background: #0b1f3c;
  backdrop-filter: blur(15px);
}

.about-in {
  background-color: #22aaff;
  padding: 20px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
}

.game-in {
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  min-height: 550px;
}

footer {
  background: #000;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #22aaff;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #071325;
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000f8, #000000f8);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal a {
  background-color: #22aaff;
  text-align: center !important;
  color: #fff;
  transition: 0.2s;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.custom-modal a:hover {
  background: #156190;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  padding: 20px;
  font-size: 1.1rem;
  color: #6c757d;
}
.form-control::placeholder {
  color: #8b949e;
  opacity: 1;
}

