body {
  background: linear-gradient(90deg, #0A0F19 0%, #090E18 100%);
  /* background-image: url('/assets/images/bg.png'); */
  background-size: cover;
}

#banner {

  background: rgba(1, 134, 207, 1);
  padding: 8px 0;
}

#banner p {
  margin: 0;
}



header {
  border-bottom: 1px solid rgb(40, 40, 40);
}

header a.nav-link {
  color: #fff;
  transition: 0.2s linear;
}

header a.nav-link:hover {
  color: rgba(1, 134, 207, 1);
}

header .btn-custom {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: rgba(1, 134, 207, 1);
  text-decoration: none;
  color: rgb(16, 21, 33);
}


header .navbar-nav li {
  margin-left: 12px;
}

#hero {
  padding: 48px 0;
}

#hero .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

#hero .wrap h1 {
  font-size: 64px;
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

#hero .wrap span {
  color: rgb(135, 140, 145);
  font-size: 12px;
  text-align: center;
}

#hero .wrap .btn-start {
  background-color: rgba(1, 134, 207, 1);
  padding: 12px 20px;
  text-decoration: none;
  color: rgb(16, 21, 33);
  margin: 12px 0;
  display: inline-block;
  border-radius: 4px;
}

#hero .wrap p {
  color: #fff;
}


#hero .text {
  padding: 32px;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.04);
  border-radius: 12px;
  transition: 0.2s linear;
  max-height: 170px;
  height: 170px;
  min-height: 170px;
  border: 1px solid rgba(241, 241, 241, 0.04);
}


#hero .text h3 {
  color: #fff
}

#hero .text p {
  color: #878C91;
  margin-top: 12px;
}

#game {
  padding: 24px 0;
}

#game .headline h1 {
  color: #fff;
}

#game .headline p {
  color: rgb(135, 140, 145);
  margin: 0;
  font-size: 12px;
}

#game .item {
  padding: 32px;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.04);
  border-radius: 12px;
}

#game .item .text h4 {
  color: rgba(1, 134, 207, 1);
}

#game .item .text p {
  color: #878C91;
  margin-top: 12px;
}

#game .wrap {
  border-radius: 12px;
  height: 500px;
  background-image: url("/assets/images/game.png");
  background-position: center;
  background-size: cover;
}

#game .wrap .layout {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 100%;
  background-color: rgba(11, 11, 11, 0.5529411765);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding: 32px;
}

#game .wrap .layout .desc h4 {
  color: rgba(1, 134, 207, 1);
}

#game .wrap .layout .desc p {
  color: #878C91;
  margin-top: 12px;
}

#game .wrap .layout .desc .btn-play {
  background-color: rgba(1, 134, 207, 1);
  padding: 12px 20px;
  text-decoration: none;
  color: rgb(16, 21, 33);
  margin: 12px 0;
  display: inline-block;
  border-radius: 4px;
}

#about {
  padding: 24px 0;
}

#about .headline h1 {
  color: #fff;
}

#about .headline p {
  color: rgb(135, 140, 145);
  margin: 0;
  font-size: 12px;
}

#about .text {
  padding: 32px;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.04);
  border-radius: 12px;
  transition: 0.2s linear;
  max-height: 170px;
  height: 170px;
  min-height: 170px;
  border: 1px solid rgba(241, 241, 241, 0.04);
}

#about .text h3 {
  color: #fff
}

#about .text p {
  color: #878C91;
  margin-top: 12px;
}

#about .text:hover {
  border: 1px solid rgba(1, 134, 207, 1);
}

#why {
  padding: 24px 0;
}

#why .headline h1 {
  color: #fff;
}

#why .headline p {
  color: rgb(135, 140, 145);
  margin: 0;
  font-size: 12px;
}

#why .text {
  padding: 32px;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.04);
  border-radius: 12px;
  transition: 0.2s linear;
  max-height: 250px;
  height: 250px;
  min-height: 250px;
}

#why .text h3 {
  color: #fff;
}

#why .text p {
  color: #878C91;
  margin-top: 12px;
}

#why .text h2 {
  color: #fff;
}

#contact .wrap {
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.04);
  padding: 32px;
  border-radius: 12px;
}

#contact .wrap h1 {
  color: #fff;
}

#contact .wrap h4 {
  font-weight: 400;
  color: #fff;
}

#contact .wrap p {
  color: #878C91;
}

#contact .wrap .form .form-group {
  margin-top: 24px;
}

#contact .wrap .form .form-group input,
#contact .wrap .form .form-group textarea {
  background-color: rgba(241, 241, 241, 0.1215686275);
  padding: 16px 20px;
  border-radius: 4px;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
}

#contact .wrap .form .form-group input::-moz-placeholder,
#contact .wrap .form .form-group textarea::-moz-placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

#contact .wrap .form .form-group input::placeholder,
#contact .wrap .form .form-group textarea::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 100;
}

#contact .wrap .form button {
  background-color: rgba(1, 134, 207, 1);
  padding: 16px 32px;
  border: none;
  outline: none;
  color: rgb(16, 21, 33);
  margin: 12px 0;
  display: inline-block;
  border-radius: 4px;
}

#contact .wrap .contact-group p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}

#contact .wrap .contact-group span {
  color: #878C91;
  font-size: 12px;
}

#disclaimer {
  margin-top: 48px;
}

#disclaimer .wrap {
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.04);
  padding: 32px;
  border-radius: 12px;
}


#disclaimer .wrap .headline {
  color: rgba(1, 134, 207, 1);
}

#disclaimer .wrap .headline-r {
  color: rgb(150, 210, 255);
}


#disclaimer .wrap p {
  color: #fff;
}

#faq {
  margin-top: 48px;
}


#faq .headline h1 {
  color: #fff;
}

#faq .headline p{
  color: #878C91;
}




footer {
  padding-top: 24px;
  padding-bottom: 8px;
}

footer .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .wrap .list {
  margin-top: 12px;
}

footer .wrap .list ul {
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
}

footer .wrap .list ul li {
  display: inline-block;
  margin: 0 12px;
}

footer .wrap .list ul li a.nav-link {
  color: #fff;
  transition: 0.2s linear;
}

footer .wrap .list ul li a.nav-link:hover {
  color: rgba(1, 134, 207, 1);
}

footer .wrap .list:last-of-type {
  border-top: 1px solid rgb(40, 40, 40);
  border-bottom: 1px solid rgb(40, 40, 40);
}

footer .wrap p {
  color: rgb(241, 241, 241);
  margin: 0;
  font-size: 10px;
  margin-top: 8px;
}

footer .wrap p span {
  color: rgba(1, 134, 207, 1);
}

/* Content Box */
/* Buttons */
/* Links */


.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #0A0F19 0%, #090E18 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.cookie-content {
  background: rgba(241, 241, 241, 0.04);
  color: #fff;
  padding: 2rem;
  border-radius: 10px;
  max-width: 550px;
  width: 100%;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.4);
}

.cookie-content h2 {
  margin-bottom: 0.8rem;
  font-size: 32px;
  font-weight: bold;
}

.cookie-content p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 1.2rem;
  color: rgb(135, 140, 145);
}

.cookie-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

.cookie-actions .btn {
  border: none;
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 0.95rem;
  cursor: pointer;
  transition: 0.2s;
  width: 100%;
  color: rgb(8, 10, 16);
}

.btn.accept {
  background: rgba(1, 134, 207, 1);
}

.btn.accept:hover {
  background: rgb(52, 174, 239);
}

.btn.decline {
  background: #333;
  color: #ddd;
}

.btn.decline:hover {
  background: #444;
}

.cookie-links {
  text-align: center;
}

.cookie-links a {
  color: #8fff8f;
  font-size: 0.85rem;
  text-decoration: none;
  margin: 0 0.3rem;
}

.cookie-links a:hover {
  text-decoration: underline;
}

#privacy {
  padding: 24px 0;
}

#privacy .wrap {
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.04);
  padding: 24px;
  border-radius: 12px;
}

#privacy .wrap h2 {
  color: #fff;
}

#privacy .wrap h4,
#privacy .wrap p,
#privacy .wrap li {
  color: rgb(135, 140, 145);
}




.accordion-button {
  font-size: 16px !important;
  padding: 20px;
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.04) !important;
  border-radius: 12px;
}

.accordion-button:not(.collapsed) {
  /* background-color: #D72638; */
  color: #fff;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
}

.accordion-item {
  backdrop-filter: blur(54px);
  background: rgba(241, 241, 241, 0.04) !important;
  border-radius: 12px;
}




@media (max-width:600px) {

  #hero .wrap h1 {
    font-size: 24px;
  }

}

/*# sourceMappingURL=style.css.map */


@media (max-width:600px){
  #hero .text,
  #why .text,
  #about .text{
    margin-bottom: 12px;
  }
}