@import url("https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap");

*:not(i) {
  font-family: "Arimo", sans-serif;
}

.container-2 {
  max-width: 1000px;
  margin: 0 auto;
}

.navbar-toggler {
  background: #ff3b3f;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand h2 {
  margin: 0;
  color: #ff3b3f;
}

.navbar-my ul li a {
  color: #000;
}

.navbar-my ul li a.active-self {
  color: #ff3b3f;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #ff3b3f;
}

.top-sect {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-sect {
  color: #fff;
  text-transform: uppercase;
}

.top-sect h2 {
  font-size: 50px;
  font-weight: 800;
}

.top-sect p {
  font-size: 18px;
}

.about-inner {
  background: #cbcbcc;
  border-radius: 20px;
}

.about-text {
  text-align: center;
  padding: 20px;
  background: #ff3b3f;
  border-radius: 10px;
}

.about-text p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

.play-game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/game.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-game .linkdi {
  font-size: 22px;
}

.linkdi {
  display: inline-block;
  background: #ff3b3f;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.linkdi:hover {
  background-color: #b52a2d;
}

.ab-it {
  background-color: #ff3b3f;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 20px;
}

.ab-it p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.about img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.rev-item {
  background: #ff3b3f;
  padding: 20px;
  border-radius: 10px;
}

.rev-item p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.why p {
  color: #fff;
  font-size: 25px;
}

.f-item {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.f-item h3 {
  text-transform: uppercase;
  font-size: 30px;
  color: #ff3b3f;
  font-weight: 700;
}

.bright-form .form-label {
  color: #1a1a1a; /* strong contrast dark */
  font-weight: 500;
}

/* Inputs */
.bright-form .form-control {
  background-color: #ffffff;
  border: 2px solid #00c2ff; /* sky blue border */
  color: #1a1a1a;
}
.bright-form .form-control:focus {
  border-color: #ff3b3f; /* coral red focus */
  box-shadow: 0 0 8px #ffb400;
}

/* Placeholders */
.bright-form .form-control::placeholder {
  color: #777777;
  opacity: 1;
}

/* Submit Button */
.btn-bright {
  background-color: #ff3b3f; /* coral red */
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 30px;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}
.btn-bright:hover {
  background-color: #ffb400; /* sunny yellow */
  color: #1a1a1a;
  box-shadow: 0 0 12px #ffb400;
}

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;
}

.gamer-form .form-label,
.gamer-form label {
  color: #ffffff !important;
  opacity: 1 !important;
}

/* Inputs */
.gamer-form .form-control {
  background-color: #1e0735; /* slightly lighter purple */
  border: 1px solid #ff3b3f; /* neon green border */
  color: #ffffff;
}
.gamer-form .form-control:focus {
  border-color: #8a2be2; /* electric purple */
  box-shadow: 0 0 12px #8a2be2;
  background-color: #250a42;
  color: #ffffff;
}

/* Placeholders white */
.gamer-form .form-control::placeholder {
  color: #ffffff !important;
  opacity: 0.7;
}

/* Neon Button */
.btn-gamer {
  background: linear-gradient(90deg, #ff3b3f, #8a2be2);
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}
.btn-gamer:hover {
  background: linear-gradient(90deg, #8a2be2, #ff3b3f);
  box-shadow: 0 0 20px #8a2be2, 0 0 20px #ff3b3f;
  color: #fff;
}

.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.yes-btn {
  background-color: green;
  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.yes-btn:hover {
  background: rgb(0, 95, 0);
}

.custom-modal a.no-btn {
  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.no-btn:hover {
  background: #6e0a17;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #f9fafc;
}
