@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap");

*:not(i) {
  font-family: "Arvo", serif;
}

.navbar-my {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #a20100;
  position: sticky;
  top: 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 5px 20px -1px rgba(0, 0, 0, 0.54);
  box-shadow: 0px 5px 20px -1px rgba(0, 0, 0, 0.54);
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #ffd700;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #ffd700;
}

.navbar-toggler {
  background-color: #ffd700;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: linear-gradient(rgba(162, 1, 0, 1), rgba(162, 1, 0, 0.5)),
    url(../images/hero.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.hero h4 {
  color: #ffd700;
}

.linkim-menim {
  display: inline-block;
  padding: 10px 35px;
  border: 2px solid #ffd700;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  border-radius: 8px;
  transition: 0.3s ease all;
}

.linkim-menim:hover {
  background: #ffd700;
  color: #000;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

.has-bg {
  background-color: #a20100;
  padding: 20px;
  border-radius: 12px;
}

.imgim {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgim-2 {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.game {
  background-color: #a20100;
}

.about h2 {
  font-size: 50px;
  color: #a20100;
}

@keyframes moveUpOnScroll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-4px);
  }
}

.why-item {
  padding: 30px;
  border: 3px solid #a20100;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.why-item:hover {
  transform: translateY(-10px);
  background-color: #a20100;
  color: #fff;
  border: 3px solid #ffd700;
}

.why-item img {
  width: 120px;
}

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: #ffd700;
}

footer p {
  color: #fff;
  text-align: center;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  padding: 20px;
  font-size: 1.1rem;
  color: #6c757d;
}
.form-control::placeholder {
  color: #8b949e;
  opacity: 1;
}
.btn-send {
  border: 2px solid #ffd700 !important;
  color: #000;
  border: none;
  border-radius: 6px;
  padding: 12px 50px;
  display: block;
  margin: 30px auto 0;
}
.btn-send:hover {
  background-color: #ffd700;
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
}

body {
}

.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: #a20100;
  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: #c70101;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
