@import url("https://fonts.googleapis.com/css2?family=Poppins: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: "Poppins", sans-serif;
}

.navbar-toggler {
  background-color: #fff;
}

.has-border {
  border-bottom: 1px solid #282828;
  border-top: 1px solid #282828;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul li a {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #6d6fff;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #6d6fff;
}

.hero {
  height: 50vh;
  background: #1a1c1f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.style-1 {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 42px;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 20px;
}

.style-2 {
  font-family: Poppins;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  color: #6d6fff;
  margin-bottom: 20px;
}

.style-3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  letter-spacing: 0%;
  color: #878c91;
  margin-bottom: 20px;
}

.linkim {
  display: inline-block;
  padding: 16px 32px;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  background: #6d6fff;
  border-radius: 70px;
  transition: 0.2s;
}

.linkim:hover {
  background: #5456be;
  color: #fff;
}

.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: 50vh;
  display: flex;
  align-items: end;
  padding: 40px;
  border: 2px solid #282828;
  border-radius: 12px;
}

.style-4 {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
}

.disc-inner {
  padding: 40px;
  border: 2px solid #282828;
  border-radius: 12px;
}
.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;
}

footer {
  background: #1a1c1f;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #6d6fff;
}

@media (max-width: 992px) {
  .game {
    padding: 20px;
  }

  .disc-inner {
    padding: 20px;
  }
}

@media (max-width: 768px) {
}

body {
  background: #16171a;
}
