@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Work Sans", sans-serif;
}

.navbar-toggler {
  background: #ff007f;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #ff007f;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #ff007f;
}

.hero {
  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;
  height: 70vh;
  border-radius: 20px;
}

.hero-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-transform: uppercase;
}

.hero-cont h1 {
  color: #ff007f;
  font-size: 55px;
  font-weight: 700;
}

.hero-cont p {
  color: #fff;
  font-size: 22px;
}

.link-my {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background: #00c39f;
  padding: 10px 40px;
  border-radius: 8px;
  font-weight: 700;
  transition: 0.2s;
}

.link-my:hover {
  background: #00a889;
}

.about-inner {
  background: #00c39f;
  border-radius: 20px;
}

.about-text {
  text-align: center;
  padding: 20px;
  background: #ffd700;
  border-radius: 10px;
}

.about-text p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.play-game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/play.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 .link-my {
  font-size: 22px;
}

.container-2 {
  max-width: 1000px;
  margin: 0 auto;
}

.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: 35px;
  color: #ff007f;
  font-weight: 700;
}

.why p {
  color: #fff;
  margin: 0;
  font-size: 22px;
  color: #ffd700;
  font-weight: 700;
}

.rev-item {
  background: #ff007f;
  padding: 20px;
  border-radius: 10px;
}

.rev-item p {
  margin: 0;
  font-size: 20px;
}

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;
}

.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;
}

/* Force labels white */
.neon-form .form-label {
  color: #ffffff !important;
}

/* Neon Input Styles */
.neon-form .form-control {
  background-color: #141420;
  border: 1px solid #00ffd1;
  color: #ffffff;
}
.neon-form .form-control:focus {
  border-color: #ff007f;
  box-shadow: 0 0 10px #ff007f;
  background-color: #1a1a2e;
  color: #ffffff;
}

/* Neon Button */
.btn-neon {
  background: linear-gradient(90deg, #ff007f, #00ffd1);
  color: #0a0a0f;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  padding: 12px;
  transition: all 0.3s ease-in-out;
}
.btn-neon:hover {
  background: linear-gradient(90deg, #00ffd1, #ff007f);
  box-shadow: 0 0 20px #ff007f, 0 0 20px #00ffd1;
  color: #fff;
}

.neon-form .form-control::placeholder {
  color: #ffffff !important; /* pure white */
  opacity: 1 !important; /* prevents Bootstrap's faded look */
}

@media (max-width: 992px) {
  .hero {
    border-radius: 0;
  }

  .hero-cont h1 {
  font-size: 35px;
}
}

@media (max-width: 768px) {
}

body {
  background: #0a0a0f;
}
