@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

*:not(i) {
  font-family: "Oswald", sans-serif;
}

.top-disc {
  background: #d72638;
  text-align: center;
  font-weight: 800;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #ffd700;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #ffd700;
}

.navbar-brand h2 {
  color: #ffd700;
  font-weight: 800;
}

.hero {
  background-image: linear-gradient(
      rgba(11, 14, 26, 0.7),
      rgba(11, 14, 26, 0.7)
    ),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
}

.hero h1 {
  color: #ffd700;
  font-weight: 800;
  font-size: 55px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero p {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.link-main {
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background: #d72638;
  padding: 10px 40px;
  transition: 0.2s;
}

.link-main:hover {
  background: #9f1d2a;
}

.hero-in {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  height: 100%;
}

.about {
  background: #1b2333;
  color: #fff;
}

.about h2 {
  font-size: 40px;
}

.about p {
  margin: 0;
  font-size: 20px;
}

.feat-item {
  background: #d72638;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
}

.feat-item p {
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

.game-bg {
  background-image: linear-gradient(
      rgba(11, 14, 26, 0.7),
      rgba(11, 14, 26, 0.7)
    ),
    url(../images/game-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-inner {
  background: #1b2333;
}

.why-item {
  background: #d72638;
  padding: 15px;
  color: #fff;
}

.why-item p {
  margin: 0;
}

.accordion-button {
  font-size: 25px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #d72638;
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-item {
  border-radius: 8px;
  overflow: hidden;
}

.disc-inn {
  padding: 40px;
  background: #d72638;
  color: #fff;
  border-radius: 20px;
}

.disc-inn h2 {
  font-size: 45px;
  font-weight: 800;
}

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;
}

footer p {
  color: #fff;
  margin: 0;
  margin-top: 40px;
  text-align: center;
}

.field {
  background: #2a2f36;
  border: 0;
} /* input bg on dark */
.field::placeholder {
  color: #adb5bd;
} /* readable placeholder */
.field:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.08);
}
textarea.field {
  border-radius: 2rem;
} /* chunky radius like the mock */

@media (max-width: 992px) {
  .hero h1 {
    font-size: 45px;
  }
}

@media (max-width: 768px) {
}

body {
  background: #0b0e1a;
}

.container-self {
  max-width: 800px;
  margin: 0 auto;
}

.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: #a3091e;
  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: #6e0a17;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
