@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Montserrat", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #39ff14;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #39ff14;
}

.hero {
  background: #1212128d;
  border-radius: 20px;
}

.hero h2 {
  color: #39ff14;
  font-size: 45px;
  font-weight: 700;
}

.hero p {
  font-size: 18px;
  color: #fff;
}

.video-section {
  position: relative;
  height: 80vh;
  overflow: hidden;
  color: white;
}
.video-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #121212a5;
  padding: 40px;
  border-radius: 20px;
}

.content h1 {
  font-size: 45px;
  font-weight: 800;
  color: #39ff14;
}

.game-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background-color: #6a0dad;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 800;
  transition: 0.3s;
}

.game-link:hover {
  background-color: #39ff14;
  color: #000;
}

.about h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
}

.about p {
  color: #fff;
  font-size: 17px;
}

.about img {
  width: 100%;
  object-fit: cover;
  height: 500px;
}

.why-us {
  border-radius: 20px;
}

.why-us p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.why-us h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
}

.bg-dark {
  background-color: #1c0025 !important;
}

.accordion-button {
  background-color: #2e003e; /* Dark Purple */
  color: #e0e0e0;
  border: none;
  font-size: 25px;
}
.accordion-button:not(.collapsed) {
  background-color: #6a0dad; /* Purple Accent */
  color: #39ff14; /* Neon Green */
}
.accordion-body {
  background-color: #1a1a1a;
  color: #e0e0e0;
}
.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(57, 255, 20, 0.4);
}

.disc p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.brd h2 {
  color: #ffff;
  font-size: 45px;
  font-weight: 800;
  text-align: center;
  margin: 0;
}

.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 */

.navbar-toggler {
  background-color: #39ff14;
}

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;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #2e003e;
}
.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;
}
