@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

*:not(i) {
  font-family: "Inter", sans-serif;
}

.cookie-disclaimer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;

  background-image: linear-gradient(#07090e9a, #07090e9a);
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
  padding: 32px;
  padding-bottom: 22px;
  max-width: 650px;
  width: 95%;
  border-radius: 12px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  background-repeat: repeat no-repeat;
}

.modal-links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 16px;
}

.modal-links a {
  width: 50%;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  display: inline-block;
  padding: 16px;
  text-align: center;
  border-radius: 4px;
  transition: 0.2s;
}

.acc-link {
  color: #fff;
  background: #0186CF;
}

.acc-link:hover {
  background: #000;
}

.dec-link {
  background: #f1f1f10a;
  color: #fff;
}

.dec-link:hover {
  background: #000;
}

.modal-links-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.modal-links-2 a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  color: #0186CF;
  transition: 0.2s;
}
.modal-links-2 a:hover {
  color: #af9800;
}

.top-disc {
  background: #0186cf;
  padding: 20px 0;
}

.top-disc p {
  color: #fff;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.navbar-toggler {
  background: #fff;
}

.navbar-my {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #070a0f;
}

.navbar-my ul {
  align-items: center;
}

.navbar-my ul li {
  margin-left: 30px;
}

.navbar-my ul li a {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  display: inline-block !important;
}

.navbar-my ul li a.active-self {
  color: #c54140;
}

.navbar-my ul li a:hover {
  color: #c54140;
}

.link-last {
  font-weight: 400;
  font-size: 14px;
  padding: 16px 36px !important;
  background: #f1f1f11f;
  display: inline-block !important;
  color: #fff;
  text-decoration: none;
  transition: 0.2s !important;
}

.link-last:hover {
  background-color: #c54140;
  color: #fff !important;
}

.hero {
  background-image: linear-gradient(
      90deg,
      rgba(7, 9, 14, 0.8),
      rgba(16, 21, 33, 0.8)
    ),
    url(../images/Monkey.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 110px;
}

.hero {
  display: flex;
  justify-content: center;
  align-items: center;
}

.white-style {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
}

.blue-style {
  font-weight: 500;
  font-size: 14px;
  color: #0186cf;
}

.style-gray {
  font-weight: 500;
  font-size: 14px;
  color: #878c91;
}

.white-style-2 {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
}

.hero-item {
  backdrop-filter: blur(54px);
  background: #f1f1f10a;
  padding: 32px;
  border-radius: 12px;
  min-height: 200px;
  transition: 0.2s;
}

.hero-item:hover {
  background: #f1f1f103;
}

.section-inner {
  backdrop-filter: blur(54px);
  background: #f1f1f10a;
  padding: 32px;
  border-radius: 12px;
}

.sect-in-1 {
  background: #f1f1f10a;
  backdrop-filter: blur(54px);
  padding: 30px;
  border-radius: 12px;
}

.sect-in-2 {
  padding: 30px;
  border-radius: 12px;
  background: #0186cf1f;
  border: 1px solid #0186cf;
  backdrop-filter: blur(54px);
}

.sect-in-3 {
  padding: 30px;
  border-radius: 12px;
  background: #702a2f1f;
  border: 1px solid #702a2f;
  backdrop-filter: blur(54px);
}

.game {
  background-image: url(../images/game.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 60vh;
  border-radius: 16px;
  padding: 35px;
  display: flex;
  align-items: end;
  justify-content: start;
  backdrop-filter: blur(10px);
}

.form-control {
  background-color: rgba(255, 255, 255, 0.08);
  border: none;
  color: #fff;
  border-radius: 4px; /* sharp corners */
  padding: 16px;
}

.form-control:focus {
  background-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  box-shadow: none;
  border: 1px solid #0186cf;
}

.form-control::placeholder {
  color: #fff;
  opacity: 1;
}

.btn-custom {
  background-color: #0186cf;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 16px 20px !important;
  display: inline-block;
}

.btn-custom:hover {
  background-color: #0186cf;
}

.form-container {
  width: 100%;
  max-width: 500px;
}

footer {
}

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;
  font-size: 14px;
  font-weight: 400px;
}

footer p {
  color: #fff;
  margin: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400px;
}

@media (max-width: 992px) {
  .hero {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
}

body {
  background: linear-gradient(90deg, #07090e 0%, #101521 100%);
}
