@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;
}

.top-disc {
  background: #00c3ff;
  padding: 20px 0;
}

.navbar-toggler {
  background: #fff;
}

.top-disc p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.navbar-my {
  background: #1b36ff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar-my ul {
  align-items: center;
}

.navbar-my ul li a {
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  display: inline-block !important;
  margin-left: 20px;
}

.navbar-my ul li a.active-self {
  color: #00c3ff;
}

.navbar-my ul li a:hover {
  color: #00c3ff;
}

.navbar-my ul li a.nav-last-link {
  padding: 16px 32px !important;
  background: #00c3ff;
}

.hero {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.4)
    ),
    url(../images/hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-inner {
  text-align: center;
}

.style-big {
  font-weight: 700;
  font-size: 58px;
  color: #1b36ff;
}

.style-gray {
  color: #878c91;
  font-weight: 500;
  font-size: 14px;
}

.style-gray a {
  text-decoration: none;
  color: #1b36ff;
}

.linkdi {
  display: inline-block;
  padding: 16px 36px;
  background: #1b36ff;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}

.linkdi:hover {
  background: #00c3ff;
}

.game {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    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;
}

.style-black {
  font-weight: 600;
  font-size: 22px;
  color: #080a10;
}

.style-black-big {
  font-weight: 600;
  font-size: 32px;
  color: #080a10;
}

.fea-it {
  padding: 35px;
  background: #ffffff;
  backdrop-filter: blur(54px);
  border-radius: 12px;
  min-height: 190px;
}

.sect-name {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.sect-name h2 {
  font-weight: 600;
  font-size: 35px;
  color: #080a10;
  margin-bottom: 15px;
}

.style-lil {
  font-weight: 600;
  font-size: 20px;
  color: #1b36ff;
}

.style-lil-lit {
  font-weight: 500;
  font-size: 14px;
  color: #1b36ff;
}

footer {
  background: #1b36ff;
}

footer ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer ul li {
  list-style: none;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}

footer p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 992px) {
  .navbar-my ul {
    align-items: start;
  }
}

@media (max-width: 768px) {
}

body {
  background-color: #ececec;
}

.cookie-disclaimer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#0a1146b4, #0a1146b4);
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  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: #1b36ff;
}

.acc-link:hover {
  background: #00c3ff;
}

.dec-link {
  background: #ececec;
  color: #080a10;
}

.dec-link:hover {
  background: #d6dee5;
}

.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: #1b36ff;
  transition: 0.2s;
}
.modal-links-2 a:hover {
  color: #00c3ff;
}
