body {
  background: linear-gradient(135deg, #5B6BD7 10%, #2CAC81 80%);
}
.navbar-brand {
  width: 50%;
}
#banner {
  padding: 7px 0;
  background-color: rgb(86, 3, 3);
}
#banner .img {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}
#banner .img img {
  width: 19%;
}
#banner .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#banner .text p {
  margin: 0;
  color: #fff;
}
header {
  background-color: rgba(0, 0, 0, 0.5772456789);
}
header .navbar-brand img {
  width: 40%;
}
header a.nav-link {
  color: #fff;
  transition: 0.3s linear;
}
header a.nav-link:hover {
  color: #2BD297;
}
header .btn-custom {
  padding-top: 11px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: #2BD297;
  text-decoration: none;
  color: #fff;
}
header .navbar-nav li {
  margin-left: 12px;
}
#finsocfunh-second{
  background-image: url("../images/finsocfunh.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
}
#finsocfunh-second .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5772456789);
}
#finsocfunh-second .wrap h1 {
  font-size: 44px;
  color: #fff;
  text-align: center;
}
#finsocfunh-second .wrap span {
  color: #D2D2D2;
  text-align: center;
  display: block;
}
#finsocfunh-second .wrap p {
  margin-top: 12px;
  color: #D2D2D2;
  text-align: center;
}
#finsocfunh-second .wrap .buttons {
  margin-top: 24px;
  display: flex;
  justify-content: start;
}
#finsocfunh-second .wrap .buttons a {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #2BD297;
  margin-right: 24px;
  color: #fff;
}
#finsocfunh-second .img {
  box-shadow: 0px 3px 20px #2BD297;
}
#finsocfunh-second .img img {
  width: 100%;
}
#finsocfunh {
  background-image: url("../images/finsocfunh.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}
#finsocfunh .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5772456789);
}
#finsocfunh .wrap h1 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
#finsocfunh .wrap span {
  color: #D2D2D2;
  text-align: center;
  display: block;
}
#finsocfunh .wrap p {
  margin-top: 12px;
  color: #D2D2D2;
  text-align: center;
}
#finsocfunh .wrap .buttons {
  margin-top: 24px;
  display: flex;
  justify-content: start;
}
#finsocfunh .wrap .buttons a {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #2BD297;
  margin-right: 24px;
  color: #fff;
}
#finsocfunh .img {
  box-shadow: 0px 3px 20px #2BD297;
}
#finsocfunh .img img {
  width: 100%;
}
#about {
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.5772456789);
}
#about h1 {
  color: #fff;
  text-align: center;
}
#about .img img {
  width: 80%;
}
#about .text {
  margin-bottom: 12px;
}
#about .text h2 {
  color: #fff;
}
#about .text p {
  font-size: 18px;
  color: #D2D2D2;
}
#about .item {
  background-color: #fff;
  padding: 24px;
  height: 150px;
}
#about .item h2 {
  color: #fff;
}
#about .item p {
  color: #989898;
}
#why {
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.5772456789);
}
#why .item {
  background-image: url("../images/why.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 50px;
}
#why .item .layout {
  background-color: rgba(0, 0, 0, 0.5772456789);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 50px;
  border-radius: 50px;
}
#why .item .layout .headline {
  margin-bottom: 24px;
}
#why .item .layout h1 {
  text-align: center;
  color: #fff;
}
#why .item .layout p {
  text-align: center;
  color: #D2D2D2;
}
#features {
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.5882352941);
}
#features .headline .layout {
  width: 100%;
}
#features .headline .layout h1 {
  color: #fff;
  text-align: center;
}
#features .headline .layout p {
  text-align: center;
  color: #D2D2D2;
}
#features .item {
  padding: 12px;
  background-color: rgba(31, 32, 33, 0.5607843137);
}
#features .item .img {
  display: flex;
  justify-content: start;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 12px;
}
#features .item .img img {
  width: 100%;
  background-color: transparent;
}
#features .item .text {
  margin-top: 12px;
  height: 150px;
}
#features .item .text h4 {
  color: #fff;
  text-align: left;
}
#features .item .text p {
  color: #D2D2D2;
  text-align: left;
}
#game {
  padding: 12px 0;
  background-color: rgba(0, 0, 0, 0.5882352941);
}
#game .img {
  display: flex;
  justify-content: center;
}
#game .img img {
  width: 100%;
  border-radius: 12px;
}
#game .img img.small {
  width: 40%;
}
#game .item {
  background-color: rgba(27, 29, 27, 0.5294117647);
  padding: 12px;
}
#game .btn-play {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #2BD297;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
#game .text h2 {
  color: #2BD297;
}
#game .text p {
  color: #D2D2D2;
}
#disclaimer {
  background-color: rgba(0, 0, 0, 0.8235294118);
  padding: 48px 0;
}
#disclaimer a {
  margin: 24px 0;
  color: #2BD297;
  text-decoration: none;
}
#disclaimer a img {
  width: 100%;
}
#disclaimer .item {
  padding: 12px;
  background-color: #fff;
  border-radius: 12px;
}
#disclaimer .item h3 {
  color: #000;
}
#disclaimer .item p {
  color: #6d6c6c;
}
#disclaimer .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disclaimer .wrap .img {
  display: flex;
  justify-content: center;
}
#disclaimer .wrap .img img {
  width: 100%;
}
#disclaimer .wrap .headline h3 {
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
#disclaimer .wrap .headline p {
  color: #D2D2D2;
  text-align: center;
}
footer {
  background-color: rgba(0, 0, 0, 0.5882352941);
  padding-top: 24px;
  padding-bottom: 8px;
}
footer .wrap {
  display: flex;
  flex-direction: column;
}
footer .wrap .img a {
  display: flex;
  justify-content: center;
}
footer .wrap .img a img {
  width: 50%;
}
footer .wrap .img p {
  text-align: left;
}
footer .wrap p {
  color: #fff;
  margin: 0;
  font-size: 10px;
  margin-top: 8px;
}
footer .wrap p span {
  color: rgb(255, 150, 153);
}
footer .list {
  margin-top: 12px;
  display: flex;
  justify-content: center;
}
footer .list ul {
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  margin-left: 24px;
}
footer .list ul li {
  display: inline-block;
  margin: 0 12px;
}
footer .list ul li a.nav-link {
  color: #fff;
  transition: 0.2s linear;
  font-size: 12px;
}
footer .list ul li a.nav-link:hover {
  color: #2BD297;
}
footer .copy {
  color: #fff;
  text-align: center;
  font-size: 10px;
}
footer .copy a {
  color: #2BD297;
  text-decoration: none;
}
#privacy {
  padding: 24px 0;
   background-color: rgba(0, 0, 0, 0.5882352941);
}
#privacy h1,h2, h3,
#privacy h4 {
  color: #fff;
}
#privacy p,
#privacy li {
  color: #D2D2D2;
}
#privacy a {
  color: #2BD297;
  text-decoration: none;
}
#contact {
  padding: 48px 0;
  background-color: rgba(0, 0, 0, 0.5882352941);
}
#contact .item {
  padding: 12px;
  background-color: rgba(31, 32, 33, 0.5607843137);
}
#contact .item .img {
  display: flex;
  justify-content: center;
}
#contact .item .img img {
  width: 100px;
  height: 100px;
  background-color: transparent;
}
#contact .item .text {
  margin-top: 12px;
}
#contact .item .text h4 {
  color: #fff;
  text-align: center;
}
#contact .item .text p {
  color: #D2D2D2;
  text-align: center;
}
#contact .item .text p a {
  text-decoration: none;
  color: #2BD297;
}
#contact h1 {
  text-align: center;
  color: #fff;
}
#contact .form {
  display: flex;
  justify-content: center;
}
#contact .form form {
  width: 100%;
  margin: auto;
}
#contact .form form .form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
#contact .form form .form-group input {
  background-color: rgba(31, 32, 33, 0.5607843137);
  padding: 22px 24px;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  border-radius: 12px;
}
#contact .form form .form-group textarea {
  background-color: rgba(31, 32, 33, 0.5607843137);
  padding: 22px 24px;
  border: none;
  outline: none;
  width: 100%;
  color: #fff;
  border-radius: 12px;
}
#contact .form form button {
  margin-top: 24px;
  text-decoration: none;
  background-color: #2BD297;
  color: #fff;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
}
#contact .form form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#contact .form form .form-group label {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
#contact .form form .form-group label input[type="checkbox"] {
  margin-right: 10px;
  width: auto;
  cursor: pointer;
}
#contact .form form .form-group label span {
  user-select: none;
}
#contact .form form .form-group .error-message {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}
#contact .form #form-message {
  display: none;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 12px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}
#contact .contact-info-section {
  margin-top: 48px;
}
#contact .contact-note {
  padding: 20px 24px;
  background-color: rgba(31, 32, 33, 0.5607843137);
  border-radius: 12px;
  margin-bottom: 24px;
}
#contact .contact-note p {
  margin: 0;
  color: #D2D2D2;
  font-style: italic;
}
#contact .contact-note p strong {
  color: #fff;
}
#contact .contact-info-box {
  padding: 24px;
  background-color: rgba(31, 32, 33, 0.5607843137);
  border-radius: 12px;
  height: 100%;
}
#contact .contact-info-box h4 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
}
#contact .contact-info-box p {
  margin-bottom: 8px;
  color: #D2D2D2;
  font-size: 14px;
}
#contact .contact-info-box .contact-email {
  margin-bottom: 0;
  margin-top: 12px;
}
#contact .contact-info-box .contact-email a {
  color: #2BD297;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
#contact .contact-info-box .contact-email a:hover {
  text-decoration: underline;
}
#contact .contact-info-box.contact-general {
  border-left: 4px solid #2BD297;
}
#contact .contact-info-box.contact-collaboration {
  border-left: 4px solid #2BD297;
}
@media (max-width: 600px) {
  #finsocfunh .img {
    margin-top: 32px;
  }
  #about .img {
    margin-bottom: 24px;
  }
  #tips .item {
    margin-bottom: 12px;
  }
  #games .item {
    margin-bottom: 12px;
  }
  #disclaimer .item {
    margin-bottom: 12px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  #about .item {
    background-color: #fff;
    padding: 24px;
    height: 200px;
    margin-top: 12px;
  }
  #disclaimer .wrap .logos a {
    margin: 0 8px;
  }
  #disclaimer .wrap .logos a img {
    height: 25px;
  }
  footer .wrap .list ul li {
    text-align: center;
  }
  footer .wrap .img a img {
    width: 70%;
  }
  #contact .form form {
    width: 100%;
  }
  header .navbar-brand img {
    width: 100%;
  }
  #about .item {
    background-color: #fff;
    padding: 24px;
    height: 200px;
    margin-top: 12px;
  }
  #disclaimer .wrap .logos a {
    margin: 0 8px;
  }
  #disclaimer .wrap .logos a img {
    height: 25px;
  }
  footer .wrap .list ul li {
    text-align: center;
  }
  footer .wrap .img a img {
    width: 70%;
  }
  footer .wrap .img a {
    justify-content: center;
  }
  footer .wrap .img p {
    text-align: center;
  }
  #contact .form form {
    width: 100%;
  }
  footer .copy {
    text-align: center;
    margin-top: 12px;
  }
  footer .list ul {
    align-items: start;
  }
  .navbar-toggler {
    background-color: rgb(222, 225, 233);
  }
  footer .list {
    justify-content: center;
  }
  footer .list ul li a.nav-link {
    font-size: 14px;
    text-align: center;
  }
  #features .item {
    margin-bottom: 12px;
  }
  #how .item {
    margin-bottom: 12px;
  }
  #game .item .wrap {
    margin-bottom: 12px;
  }
  #game .item .btn-play {
    width: 100%;
    margin-top: 4px;
  }
  #why .item {
    margin-bottom: 12px;
  }
  #review .item {
    margin-bottom: 12px;
  }
  #contact .item {
    margin-bottom: 12px;
  }
  #why .item .layout {
    padding: 50px 4px;
  }
}
#ageGate.age-overlay {
  position: fixed;
  inset: 0;
  background: rgba(5, 9, 13, 0.899);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#ageGate .age-modal {
  background: radial-gradient(circle at top, #182635 0%, #0b1015 55%, #0b1015 100%);
  border: 1px solid #2BD297;
  border-top: 3px solid #2BD297;
  /* matches your red bar */
  border-radius: 18px;
  max-width: 460px;
  width: 92%;
  padding: 28px 28px 24px;
  text-align: center;
  color: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}
#ageGate .age-badge {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  background: linear-gradient(160deg, #b31721 0%, #fe9a3f 100%);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 35px rgba(179, 23, 33, 0.45);
}
#ageGate h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
#ageGate p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 24px;
}
.age-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-age {
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 12px;
  padding: 11px 20px;
  font-size: 14px;
  transition: 0.15s ease-in-out;
}
.btn-age.yes {
  background: #ffffff;
  color: #0b1015;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.13);
}
.btn-age.yes:hover {
  transform: translateY(-1px);
}
.btn-age.no {
  background: rgba(179, 23, 33, 0.16);
  border: 1px solid rgba(179, 23, 33, 0.5);
  color: #fff;
}
.btn-age.no:hover {
  background: rgba(179, 23, 33, 0.32);
}
@media (max-width: 520px) {
  #ageGate .age-modal {
    padding: 26px 18px 20px;
  }
  .age-actions {
    flex-direction: column;
  }
  .btn-age {
    width: 100%;
  }
}
.headline h1 {
  color: #fff;
  padding: 12px 32px;
  border: 1px solid #fff;
  border-radius: 20px;
  display: inline-block;
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */