@import url("https://fonts.googleapis.com/css2?family=SUSE+Mono:ital,wght@0,100..800;1,100..800&display=swap");

*:not(i) {
  font-family: "SUSE Mono", 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 p {
  margin: 0;
  color: #ffff;
}

.img-bg {
  padding: 6px;
  border-radius: 50%;
  background: #ceffbd;
}

.ul-links ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.ul-links ul li {
  list-style: none;
}

.ul-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}

.ul-links ul li a.active-my {
  color: #b128c9;
}

.ul-links ul li a:hover {
  color: #b128c9;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.her-cont {
  color: #fff;
}

.her-cont h1 {
  font-weight: 700;
  font-size: 42px;
}

.her-cont p {
  color: #8b959f;
}

.link-main {
  background: #b128c9;
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  transition: 0.2s ease;
}

.link-main:hover {
  background-color: #871d99;
}

.has-style {
  color: #8b959f;
}

.about {
  max-width: 800px;
  margin: 0 auto;
}

.about-2 img {
  height: 300px;
  width: 300px;
  object-fit: cover;
}

.element-item {
  background-color: #ceffbd;
  padding: 25px;
  min-height: 570px;
}

.element-item img {
  padding: 20px;
  background-color: #0e1c09;
  margin-bottom: 15px;
}

.element-item p {
  margin: 0;
  flex-wrap: 700;
}

.element-item-1 {
  background-color: #ceffbd;
  padding: 25px;
  min-height: 230px;
}

.element-item-1 img {
  padding: 20px;
  background-color: #dee1e9;
  margin-bottom: 15px;
}

.element-item-1 p {
  margin: 0;
  flex-wrap: 700;
}

.game-sect img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.contact-form {
  border-radius: 8px;
}
.form-control {
  border-radius: 0;
  box-shadow: none;
  height: 60px;
  background-color: #ceffbd;

}

.form-control-1 {
  height: 200px;
  background-color: #ceffbd;
}

.form-control::placeholder {
  color: #000;
}

.btn-custom {
  background-color: #b128c9;
  color: #fff;
  border: none;
  padding: 15px 40px;
  border-radius: 4px;
}
.btn-custom:hover {
  background-color: #871d99;
  color: #fff;
}

footer {
  background: #000;
}

footer p {
  color: #fff;
  margin: 0;
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
  background-color: #0e1c09;
}
