@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;
}

.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: #e94560;
  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: #b9374c;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.top-disc {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  font-weight: 700;
}

.top-disc p {
  margin: 0;
  font-size: 20px;
}

.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;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
}

.hero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
}

.hero-inner h2 {
  font-size: 45px;
  color: #ffd700;
  margin-bottom: 20px;
  font-weight: 700;
}

.hero-inner p {
  color: #fff;
  font-size: 18px;
}

.main-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background: #dcbb00;
  padding: 10px 40px;
}
.about {
  background-color: #b22222;
}

.about img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.about h2 {
  font-size: 45px;
  color: #fff;
}

.about p {
  font-size: 18px;
  color: #fff;
}

.game {
  background-color: #228b22;
}

.game-in {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.game-in h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  text-transform: uppercase;
}

.game-in img {
  margin-bottom: 20px;
}

.why {
  background: #b22222;
}

.why-item {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.why-item img {
  width: 100px;
}

.contact-section {
  background-color: #0d0d0d;
}

.contact-card {
  background-color: #1a1a1a;
}

.form-title {
  color: #ffd700; /* Gold title */
}

.form-label {
  color: #ffffff;
  font-weight: 500;
}

.custom-input {
  background-color: #0d0d0d !important;
  color: #ffffff !important;
  border: 1px solid #333;
  border-radius: 12px;
}

.custom-input:focus {
  border-color: #ffd700;
  box-shadow: 0 0 8px #ffd700;
  outline: none;
}

.custom-input::placeholder {
  color: #fff;
}

.custom-btn {
  background: linear-gradient(90deg, #ffd700, #b22222);
  color: #0d0d0d;
  font-weight: bold;
  border: none;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background: linear-gradient(90deg, #b22222, #ffd700);
  color: #ffffff;
  box-shadow: 0 0 15px #ffd700;
}

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: #1a1a1a;
}
