@import url("https://fonts.googleapis.com/css2?family=Science+Gothic:wght@100..900&display=swap");

*:not(i) {
  font-family: "Science Gothic", sans-serif;
}

.container-2 {
  max-width: 80%;
  margin: 0 auto;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #0f0f0fc3;
}

.nav-link:focus {
  color: #fff !important;
}

.navbar-my ul li a {
  color: #fff;
}

.navbar-my ul li a.active-self {
  color: #0e71ea;
  font-weight: 600;
}

.navbar-my ul li a:hover {
  color: #0e71ea;
}

.nav-link.dropdown-toggle.show {
  color: #0e71ea !important;
}

.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;
}

.flex-self {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.hero {
  padding-top: 150px;
  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;
}

.hero {
  color: #fff;
}

.hero h4 {
  color: #a9a9a9;
  text-transform: uppercase;
}

.numbers {
  margin-top: -50px;
}

.inner-num {
  padding: 20px;
  background-color: #0f0f0f;
  box-shadow: 0 0 40px #0e71ea84;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  border-radius: 16px;
}

.num-item {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: start;
}

.num-item img {
  max-width: 80px;
}

.num-item h4 {
  font-size: 20px;
}

.num-item p {
  font-size: 15px;
  color: #0e71ea;
}

.num-item {
  color: #fff;
}

.about img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.imgim {
  box-shadow: 0 0 40px #0e71ea84;
  border-radius: 16px;
}

i {
  color: #0e71ea;
  text-shadow: 0 0 40px #0e71ea84;
}

.game-item {
  border-radius: 16px;
  border: 1px solid #0e71ea3c;
  box-shadow: 0 0 30px #0e71ea84;
  transition: all 0.3s ease;
}

.game-item:hover {
  transform: translateY(-7px);
}

.game-item img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.why-item {
  padding: 20px;
  border-radius: 16px;
  border: 1px solid #0e71ea3c;
  box-shadow: 0 0 30px #0e71ea84;
  transition: all 0.3s ease;
  color: #fff;
  border-bottom: 6px solid #0e71ea;
  height: 100%;
}

.why-item:hover {
  transform: translateY(-7px);
}

.game-bottom {
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10pxr;
}

.game-bottom h5 {
  color: #fff;
  font-size: 17px;
}

.game-bottom a {
  text-decoration: none;
  color: #fff !important;
  display: inline-block;
}

.faq img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.accordion-item {
  margin-bottom: 20px !important;
  border-radius: 0px !important;
}

.bottom-disc {
  background: #000;
  backdrop-filter: blur(15px);
}

.contact-box {
  max-width: 700px;
  margin: 60px auto;
  background: #29292971;
  padding: 40px;
  border-radius: 12px;
}

.form-control {
  padding: 14px 18px;
  font-size: 16px;
  border-radius: 6px;
}

textarea.form-control {
  height: 160px;
}

.btn-custom {
  background: #0e71ea;
  color: #fff;
  font-size: 16px;
  padding: 14px;
  width: 100%;
  border-radius: 8px;
}

.btn-custom:hover {
  background: #0c61c9;
  color: #fff;
}

.bg-self{
  background-color: #084084;
}

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: #0e71ea;
}

footer p {
  color: #fff;
  text-align: center;
}

@media (max-width: 992px) {
  .container-2 {
    max-width: 100%;
  }
  .inner-num {
    justify-content: center;
  }
  .numbers {
    margin-top: -100px;
  }
  .about img {
    height: 400px;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #0f0f0f;
}

.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: #7b90ff;
  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: #5e6ec0;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}
