@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

*:not(i) {
  font-family: "Nunito", sans-serif;
}

.navbar-self {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-toggler {
  background: #fff;
}

.navbar-self ul li {
  margin: 5px 0 5px 20px;
}

.navbar-self ul li a {
  color: #fff;
  display: inline-block;
}

.navbar-self ul li a.active-self {
  color: #a8c92e;
  font-weight: 600;
}

.navbar-self ul li a:hover {
  color: #a8c92e;
}

.navbar-self ul li a.nav-last {
  background-color: #7e9822;
  color: #fff;
  border-radius: 30px;
  padding: 5px 20px !important;
}

.navbar-self ul li a.nav-last:hover {
  background-color: #000;
}

.hero-new {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #0e1d36;
  color: #fff;
}

.hero-new h1 {
  font-size: 55px;
  color: #a8c92e;
  margin-bottom: 10px;
}

.hero-new p {
  font-size: 17px;
  margin-bottom: 50px;
}

.link-sty {
  display: inline-block;
  background-color: #7e9822;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  transition: 0.2s;
}

.link-sty:hover {
  background: #000;
}

.about {
  color: #fff;
}

.about h2 {
  margin-bottom: 20px;
  font-size: 50px;
}

.sect-name h2 {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 50px;
}

.game-item img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 20px;
}

.game-item a {
  display: block;
  text-align: center;
}

.why-us h2 {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
}

.why-us p {
  color: #fff;
}

.why-choose-item {
  background: #7e9822;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}

.disc-inner {
  background: #7e9822;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.disc-inner img {
  width: 120px;
  margin-bottom: 20px;
}

.disc-inner h2 {
  font-size: 45px;
  font-weight: 800;
}

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-inner {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.add-inner {
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.contact-form {
  max-width: 700px;
  margin: 60px auto;
  padding: 40px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
}
.contact-form h2 {
  font-weight: 600;
  color: #2d0a38;
  margin-bottom: 30px;
  text-align: center;
}
.btn-orange {
  background-color: #7e9822;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  border: none;
}
.btn-orange:hover {
  background-color: #a8c92e;
  color: #fff;
}

#loginModal h5 {
  font-size: 35px;
  text-align: center;
  display: block;
}

#loginModal button {
  background-color: #7e9822;
  border: none;
}

#signupModal h5 {
  font-size: 35px;
  text-align: center;
  display: block;
}

#signupModal button {
  background-color: #7e9822;
  border: none;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background: #0f2f4e;
}

.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;
}

.field {
  background: #2a2f36;
  border: 0;
} /* input bg on dark */
.field::placeholder {
  color: #adb5bd;
} /* readable placeholder */
.field:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.08);
}
textarea.field {
  border-radius: 2rem;
} /* chunky radius like the mock */
