@import url("https://fonts.googleapis.com/css2?family=Righteous&display=swap");

*:not(i) {
  font-family: "Righteous", sans-serif;
}

.navbar-my {
  padding-top: 18px;
  padding-bottom: 18px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #6b0f1a;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #f9a03f;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #f9a03f;
}

.navbar-toggler {
  background: #fff;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 800;
}

.hero p {
  color: #fff;
}

.linkim {
  display: inline-block;
  text-decoration: none;
  padding: 10px 40px;
  background: #f9a03f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: 0.3s ease;
}

.linkim:hover {
  background-color: #ac6d29;
  color: #fff;
}

.img-mine {
  padding: 20px;
  background: rgba(139, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.game-item {
  background: rgba(139, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 580px;
}

.game-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
}

.game-item img {
  margin-bottom: 10px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.sect-n {
  max-width: 800px;
  margin: 0 auto;
}

.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: #9f1726;
  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: #6b0f1a;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.why-item {
  background: rgba(139, 0, 0, 0.35);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 30px;
  min-height: 200px;
}

.img-mine-2 {
  padding: 10px;
  background: #ffff;
}

.bg-dark-2 {
  background-color: #000000d5;
}

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;
  text-align: center;
}

@media (max-width: 992px) {
  .game-item {
    min-height: 0;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #6b0f1a;
}
