@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;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.navbar-toggler {
  background: #fff;
}

.top-disc {
  background: #d99a7e;
}

.top-disc h2 {
  font-size: 26px;
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #d99a7e;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #d99a7e;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
}

.has-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/bg.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.her-in {
  max-width: 900px;
  margin: 0 auto;
}

.text-1 {
  font-size: 45px;
  color: #fff;
}

.text-2 {
  letter-spacing: 2px;
  line-height: 1.8em;
  color: #fff;
}

.linkimdi {
  display: inline-block;
  background: #d99a7e;
  padding: 10px 40px;
  text-decoration: none;
  color: #fff;
}

img {
  border-radius: 12px;
}

.game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/game-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  border-radius: 12px;
  padding: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-it {
  background: #d99a7e;
  padding: 20px;
  border-radius: 12px;
}

.disc {
  background: #d99a7e;
}

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;
}

.contact-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #b87357; /* Warm Bronze */
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 15px rgba(217, 154, 126, 0.3); /* Rose Gold glow */
}

.form-control {
  background: transparent;
  border: 1px solid #b87357; /* Warm Bronze */
  color: #ffffff; /* White */
}

.form-control:focus {
  background: transparent;
  border-color: #d99a7e; /* Rose Gold */
  box-shadow: 0 0 8px #d99a7e;
  color: #ffffff; /* White */
}

.form-control::placeholder {
  color: #b8b8b8; /* Warm Gray */
}

.btn-custom {
  background: #d99a7e; /* Rose Gold */
  border: none;
  color: #ffffff; /* White */
  transition: 0.3s;
}

.btn-custom:hover {
  background: #b87357; /* Warm Bronze */
}

.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;
}


@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #0d0d0d;
}
