@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

*:not(i) {
  font-family: "Montserrat", sans-serif;
}

.navbar-my {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0e0e0e;
  position: sticky;
  top: 0;
  z-index: 999;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  font-size: 20px;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #ddcf37;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #ddcf37;
}

.contact-box {
  background: rgba(255, 255, 255, 0.05);
  padding: 40px;
  border-radius: 8px;
  max-width: 700px;
  margin: auto;
  color: #ddcf37;
  box-shadow: 0 0 25px rgba(221, 207, 55, 0.3);
}

label {
  color: #fff;
  font-weight: 500;
}
.form-control::placeholder {
  color: #ffffff;
  opacity: 0.9;
}

.form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ddcf37;
  color: #fff;
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ddcf37;
  box-shadow: 0 0 8px #ddcf37;
  color: #fff;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../images/hero.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.mainim {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  padding: 10px 40px;
  background-color: #ddcf37;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 0 8px rgba(221, 207, 55, 0.7), 0 0 18px rgba(221, 207, 55, 0.5);
  transition: 0.3s ease all;
}

.mainim:hover {
  box-shadow: 0 0 14px rgba(221, 207, 55, 0.85),
    0 0 26px rgba(221, 207, 55, 0.55);
  background-color: #e5d739;
}

.container-2 {
  max-width: 1000px;
  margin: 0 auto;
}

.disc-inner {
  padding: 40px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  border: 2px solid #ddcf3796;
  transition: 0.3s ease all;
}

.disc-inner:hover {
  box-shadow: 0 0 8px rgba(221, 207, 55, 0.7), 0 0 18px rgba(221, 207, 55, 0.5);
  transform: translateY(-7px);
}

.itemim {
  padding: 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  border: 2px solid #ddcf3796;
  transition: 0.3s ease all;
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.itemim:hover {
  box-shadow: 0 0 8px rgba(221, 207, 55, 0.7), 0 0 18px rgba(221, 207, 55, 0.5);
  transform: translateY(-7px);
}

.game-imgim {
  max-width: 80%;
  border-radius: 12px;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

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;
  transition: 0.2s;
}

footer ul li a:hover {
  color: #ddcf37;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
  .game-imgim {
    max-width: 100%;
    border-radius: 12px;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #0f0f03;
}

.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: #e5d739;
  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: #ddcf37;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
