@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");

*:not(i) {
  font-family: "Josefin Sans", sans-serif;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-toggler {
  background: #fff;
}

.navbar-my ul li {
  margin-left: 30px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #5cd4ac;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #5cd4ac;
}

.banner {
  background: #5cd4ac;
  padding-top: 100px;
  padding-bottom: 100px;
}

.banner h1 {
  color: #fff;
  font-weight: 800;
  font-size: 45px;
}

.banner h1 span {
  color: #e68a4b;
}

.banner p {
  color: #fff;
  font-size: 18px;
}

.main-link {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  background: #e68a4b;
  padding: 10px 40px;
  font-size: 18px;
  border-radius: 10px;
  transition: 0.2s ease;
}

.main-link:hover {
  background: #b06737;
}

.about h2 {
  color: #fff;
  font-size: 40px;
}

.about p {
  color: #fff;
}

.game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/game.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game .main-link {
  font-size: 26px;
}

.why-us {
  background: #e68a4b;
}

.why-us h2 {
  color: #fff;
  font-size: 40px;
}

.why-us p {
  color: #fff;
}

footer {
  color: #fff !important;
}
footer ul li a {
  text-decoration: none;
  font-size: 18px;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #5cd4ac !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 */

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

.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;
}
