@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");

*:not(i) {
  font-family: "Dosis", 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;
}

.container-self {
  max-width: 1450px;
  margin: 0 auto;
}

.container-self-2 {
  max-width: 1000px;
  margin: 0 auto;
}

.d-flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.style-1 {
  font-weight: 700;
}

.style-2 {
  color: #fff;
  font-size: 45px;
}

.style-3 {
  color: #fdf6ea;
}

.style-4 {
  color: #ffbd4c;
  font-size: 17px;
  font-weight: 600;
}

.style-5 {
  font-size: 40px;
  font-weight: 700;
  color: #ffbd4c;
}

.topper-disc {
  background-color: rgb(255, 187, 187);
}

.top-nav {
  position: sticky;
  top: 0;
  background: #fdf6ea;
  z-index: 999;
}

.linkim {
  display: inline-block;
  background-color: #ffbd4c;
  padding: 10px 40px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  transition: 0.2s ease;
}

.linkim:hover {
  background-color: #ba8935;
}

.hero {
  padding-top: 200px;
  padding-bottom: 200px;
  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;
}

.game img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.comp-info-item {
  padding: 30px;
  background-color: #ffffff90;
  border-radius: 12px;
}

.comp-info-item h3 {
  margin-bottom: 10px;
}

.comp-info-item a {
  color: #ffbd4c;
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
}

.bottom-disc {
  padding: 60px 30px;
  background-color: #ffffff90;
  border-radius: 12px;
}

footer {
  background-color: #ffffff90;
}

.ul-links {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

.ul-links li {
  list-style: none;
}

.ul-links li a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
  transition: 0.2s ease;
  font-weight: 600;
}

.ul-links li a:hover {
  color: #ffbd4c;
}

.form-control {
  background-color: #ffffff90;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.btn-self {
  background-color: #ffbd4c;
  padding: 10px 40px;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  transition: 0.2s ease;
}

.btn-self:hover {
  background-color: #ba8935;
  color: #fff;
}

.element-item {
  background-color: #ffffff90;
  padding: 25px;
  border-radius: 12px;
}

.element-item img {
  padding: 40px;
  background-color: #fdf6ea;
  margin-bottom: 15px;
  width: 200px;
}

.element-item p {
  margin: 0;
  flex-wrap: 700;
}

.element-item-1 {
  background-color: #ffffff90;
  padding: 25px;
  min-height: 150px;
  border-radius: 12px;
}

@media (max-width: 992px) {
  .style-1 {
    font-size: 15px;
    font-weight: 500;
  }
  .hero {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .top-nav a:last-child {
    font-size: 14px !important;
    padding: 10px 30px !important;
  }

  .top-nav img {
    width: 150px !important;
  }

  .bottom-nav a {
    font-size: 14px !important;
    padding: 10px 30px !important;
  }

  .bottom-nav img {
    width: 150px !important;
  }

  .game img {
    height: 300px;
  }
}

@media (max-width: 768px) {
}

body {
  background: #fdf6ea;
}
