body {
  background: linear-gradient(90deg, #07090E 0%, #210F1B 100%);
  background-image: url('/assets/images/bg.png');
  background-size: cover;
}

#banner {
  background: linear-gradient(270deg, #B874CF 3.83%, #7E1A6D 98.27%);
  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(184, 116, 207, 1);
}

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

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

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

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

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

#hero .wrap h1 {
  font-size: 64px;
  background: -webkit-linear-gradient(90deg, rgba(184, 116, 207, 1) 0%, #9FF7B4 49.04%, #D748AC 100%);
  -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(184, 116, 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;
}

#game {
  padding: 24px 0;
}

#game .headline h1 {
  text-align: center;
  color: #fff;
}

#game .headline p {
  text-align: center;
  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: rgba(184, 116, 207, 1);
}

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

#game .wrap {
  border-radius: 12px;
  height: 100%;
  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(184, 116, 207, 1);
}

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

#game .wrap .layout .desc .btn-play {
  background-color: rgba(184, 116, 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 {
  text-align: center;
  color: #fff;
}

#about .headline p {
  text-align: center;
  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.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: rgba(184, 116, 207, 1);
}

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

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

#why {
  padding: 24px 0;
}

#why .headline h1 {
  text-align: center;
  color: #fff;
}

#why .headline p {
  text-align: center;
  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.0392156863);
  border-radius: 12px;
  transition: 0.2s linear;
  max-height: 170px;
  height: 170px;
  min-height: 170px;
}

#why .text h3 {
  color: rgba(184, 116, 207, 1);
}

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

#disclaimer .wrap .circle p {
  background-color: rgba(184, 116, 207, 1);
  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 .headline {
  color: rgba(184, 116, 207, 1);
}

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

#disclaimer .wrap ul {
  padding-inline-start: 0;
}

#disclaimer .wrap ul li {
  color: rgb(135, 140, 145);
}

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(184, 116, 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(184, 116, 207, 1);
}

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


.cookie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(7, 9, 14, 0.9882352941) 0%, #210F1B 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(184, 116, 207, 1);
}

.btn.accept:hover {
  background: rgb(254, 123, 127);
}

.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 */