body {
  background: linear-gradient(90deg, #07090E 0%, #101521 100%);
}

.yellow {
  color: rgba(60, 253, 251, 1);
}






/* 
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.0392156863);
*/

#banner {
  background-color: rgba(60, 253, 251, 1);

  padding: 8px 0;
}

#banner p {
  margin: 0;
  color: #000;
}

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(60, 253, 251, 1);
}

header .btn-custom {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: rgba(60, 253, 251, 1);
  text-decoration: none;
  color: #000;
  outline: none;
  border: none;

}





header .navbar-nav {
  margin-left: 30%;
}

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

#hero {
  padding: 48px 0;
  border-bottom: 1px solid rgb(40, 40, 40);
}


#hero .wrap {
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hero .wrap h1 {
  font-size: 32px;
  color: rgba(60, 253, 251, 1);

}

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


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

#hero .text p {
  color: rgba(135, 140, 145, 1);
}

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

#hero .btn-start {
  background-color: rgba(60, 253, 251, 1);
  padding: 12px 20px;
  text-decoration: none;
  color: rgb(16, 21, 33);
  display: inline-block;
  margin: 12px 0;
  border-radius: 4px;
  width: 215px;
  text-align: center;
}


#hero .btn-learn {
  padding: 12px 20px;
  text-decoration: none;
  background: rgba(241, 241, 241, 0.12);
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  margin-left: 8px;
  width: 215px;
  text-align: center;
}


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

#game {
  padding: 24px 0;
}

#game .headline h1 {
  color: rgba(60, 253, 251, 1);
}

#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.0392156863);
  border-radius: 12px;
}

#game .item .text h4 {
  color: #fff;
}

#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;
  background-repeat: no-repeat;
}



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

#game .wrap .layout .desc h4 {
  color: #fff;
}

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

#game .wrap .layout .desc .btn-play {
  background-color: rgba(60, 253, 251, 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;
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.0392156863);
  border-radius: 12px;
  transition: 0.2s linear;
  max-height: 200px;
  height: 200px;
  min-height: 200px;
  border: 1px solid rgba(241, 241, 241, 0.0392156863);
}

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

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

#about .text p:first-of-type {
  color: rgba(60, 253, 251, 1);
}

#about .text:hover {
  border: 1px solid #fff;
}

/* age */





#safety {
  padding: 24px 0;
}

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


#safety .headline .circle p {
  width: 70px;
  height: 70px;
  background-color: rgba(60, 253, 251, 1);
  color: rgba(16, 21, 33, 1);
  border: 10px solid rgba(2, 105, 103, 0.556);
  font-size: 18px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

#safety .headline p {
  color: rgb(135, 140, 145);
  margin: 0;
  font-size: 12px;
  width: 60%;
  margin: auto;
}

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

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

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


#safety .text:hover {
  border: 1px solid #fff;
}



#age {
  margin: 24px 0;
}

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

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

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

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

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



/* age */

#why {
  margin-top: 12px;
}


#why .headline h1 {
  color: #fff;

}


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

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

#why .text h3 {
  color: rgba(60, 253, 251, 1);
}

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






#virtual {
  margin-top: 12px;
}

#virtual .headline h1 {
  color: #fff;

}


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

#virtual .text {
  padding: 32px;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.0392156863);
  border-radius: 12px;
  transition: 0.2s linear;
}

#virtual .text h2 {
  color: rgba(60, 253, 251, 1);
}

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

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


/*  responsible */

#responsible {
  margin-bottom: 24px;
}





#responsible .text {
  padding: 32px;
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.0392156863);
  border-radius: 12px;
  transition: 0.2s linear;
}

#responsible .text h2 {
  color: rgba(117, 35, 36, 1);
}

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

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

/* Responsible */

#contact .wrap {
  -webkit-backdrop-filter: blur(54px);
  backdrop-filter: blur(54px);
  background-color: rgba(241, 241, 241, 0.0392156863);
  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(60, 253, 251, 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.0392156863);
  padding: 32px;
  border-radius: 12px;
}

#disclaimer .wrap .circle p {
  background-color: #fff;
  border: 10px solid rgba(47, 1, 34, 0.93);
  color: #000;
  font-size: 24px;
  border-radius: 100%;
  width: 71px;
  height: 71px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 16px;
}


#disclaimer .wrap h3.headline {
  color: rgba(60, 253, 251, 1);
}

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

#disclaimer .wrap p {
  color: rgba(135, 140, 145, 1);
}

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(60, 253, 251, 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(60, 253, 251, 1);
}

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


.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #07090E 0%, #101521 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(60, 253, 251, 1);
}

.btn.accept:hover {
  background: rgb(1, 140, 138);
}

.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.0392156863);
  padding: 32px;
  border-radius: 12px;
}

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

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

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



#game h1{
  color: rgba(60, 253, 251, 1);
  font-size: 36px;
}


#game p{
  color: rgb(135, 140, 145);
  font-size: 16px;
  text-align: center;
}

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

  #hero .wrap .btn-wrap{
    width: 100%;
  }


  #hero .wrap .btn-wrap a{
    width: 100%;
  }



  #hero .btn-learn {
    margin-left: 0;
  }

  #why .text {
    margin-bottom: 12px;
  }

  #safety .text {
    margin-bottom: 12px;
    max-height: 150px;
    height: 150px;
    min-height: 150px;
  }

  
}