@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*:not(i) {
  font-family: "Barlow Condensed", sans-serif;
}

.navbar-toggler {
  background: #d95b30;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-brand h2 {
  margin: 0;
  color: #d95b30;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #d95b30;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #d95b30;
}

.top-sect {
  padding-top: 150px;
  padding-bottom: 150px;
  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;
}

.linkdi {
  display: inline-block;
  background: #d95b30;
  padding: 10px 40px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}

.linkdi:hover {
  background-color: #a04426;
}

.ab-it {
  background-color: #d95b30;
  color: #fff;
  padding: 10px 40px;
  margin-bottom: 20px;
}

.ab-it p {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.video-section {
  position: relative;
  height: 70vh;
  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.6);
  z-index: 1;
}
.content {
  position: relative;
  z-index: 2;
}
.why p {
  color: #fff;
  font-size: 25px;
}

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 #d95b30; /* 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, #d95b30, #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, #d95b30);
  box-shadow: 0 0 20px #8a2be2, 0 0 20px #d95b30;
  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(#000000fd, #000000fd);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #120023;
  padding: 20px;
  max-width: 400px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  background-repeat: repeat no-repeat;
  border: 8px solid #d95b30;
}

.custom-modal a.yes-btn {
  background-color: #d95b30;
  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: #a04426;
}


.custom-modal h3 {
  color: #d95b30;
  font-weight: bolder;
  font-size: 50px;
  margin-top: 30px !important;
}

.custom-modal h4{
  color: #fff;
  margin-bottom: 30px;
}


@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #120023;
}
