@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: #af9800;
  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: #101d0b;
  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: #55af00;
}

.navbar-my ul li a:hover {
  color: #af9800;
}

.navbar-my ul li a.nav-last-link {
  padding: 16px 32px !important;
  background: #55af00;
}

.navbar-my ul li a.nav-last-link:hover{
  background: #af9800;
  color: #fff;
}

.hero {
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-inner {
  text-align: center;
}

.style-big {
  font-weight: 700;
  font-size: 58px;
  color: #55af00;
}

.style-gray {
  color: #878c91;
  font-weight: 500;
  font-size: 14px;
}

.style-gray a {
  text-decoration: none;
  color: #55af00;
}

.linkdi {
  display: inline-block;
  padding: 16px 36px;
  background: #55af00;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s;
}

.linkdi:hover {
  background: #af9800;
}

.game {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 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: #fff;
}

.style-black-big {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}

.fea-it {
  padding: 35px;
  background: #55af001f;
  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: #fff;
  margin-bottom: 15px;
}

.style-lil {
  font-weight: 600;
  font-size: 20px;
  color: #55af00;
}

.style-lil-lit {
  font-weight: 500;
  font-size: 14px;
  color: #55af00;
}

footer {
}

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: #07090e;
}

.cookie-disclaimer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;

  background-image: linear-gradient(#07090e8f, #07090e8f);
}

.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: #55af00;
}

.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: #55af00;
  transition: 0.2s;
}
.modal-links-2 a:hover {
  color: #af9800;
}
