@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-my ul li a.active-self {
  color: #e71f40;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #e71f40;
}

.bg-self {
  background-color: #e71f40;
  color: #fff;
}

.top-sect {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/hero-bg.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.game-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px;
  height: 50vh;
  display: flex;
  align-items: end;
  justify-content: start;
  border-radius: 12px;
}

.top-sect h1 {
  color: #fff;
  font-weight: 800;
}

.top-sect h4 {
  color: #fff;
}

.top-sect p {
  color: #ccd4db;
}

.gm-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #e71f40;
  padding: 10px 40px;
  transition: 0.2s ease;
}

.gm-link:hover {
  background: #ad1730;
}

.my-img {
  padding: 20px;
  background-color: #e71f40;
}

.why-item {
  min-height: 350px;
  padding: 30px;
  border-radius: 10px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.why-item:hover {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); /* deeper shadow on hover */
  transform: translateY(-4px);
}

.bottom-disc {
  background: #17181a;
}

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;
}

.form-control {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
}
.form-label {
  color: #7d828b;
}

.btn-self {
  color: #fff;
  background: #e71f40;
  padding: 10px 40px;
  transition: 0.2s ease;
  margin: 0;
}

.btn-self:hover {
  background: #ad1730;
  color: #fff;
}
@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: #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;
}

