body {
  background: #2E0249;
}

#banner {
  padding: 8px 0;
  background-color: rgb(97, 1, 1);
}

#banner .img {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
}

#banner .img img {
  width: 20%;
}

#banner .text {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner .text p {
  margin: 0;
  color: #fff;
}

#game {
  padding: 48px 0;
}

#game .img img {
  display: block;
  margin: auto;
  width: 70%;
}

#game .btn-play {
  margin-top: 24px;
  text-decoration: none;
  background-color: #F806CC;
  color: #fff;
  padding: 10px 30px;
  font-size: 16px;
  display: inline-block;
}

header .navbar-brand img {
  width: 30%;
  height: 100%;
}

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

header a.nav-link:hover {
  color: #F806CC;
}

header .btn-custom {
  padding-top: 12px;
  padding-right: 20px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-radius: 4px;
  background-color: rgb(255, 150, 153);
  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;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6)),
    url("/assets/images/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

#hero .wrap h1 {
  font-size: 48px;
  color: #F806CC;
  text-align: center;
}

#hero .wrap span {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

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

.info-pill{
    background:#6420AA;           
    border-radius:20px;           
    padding:20px 26px;
    box-shadow:0 10px 18px rgba(0,0,0,.10),
               0 2px 3px rgba(0,0,0,.06);
  }

  /* .pill-avatar{
    width:58px; height:58px; border-radius:50%;
    background:#ffffff;
    box-shadow: 0 0 0 10px rgba(255,255,255,.35) inset; 
  } */

  .pill-title{
    font-weight:800;
    color:#22252b;
  }
  .pill-desc{
    font-size:.9rem;
    color:#666a72;
  }

  @media (max-width: 575.98px){
    .pill-avatar{ width:52px;height:52px; }
    .info-pill{ padding:16px 20px; }
  }

#about {
  padding: 48px 0;
}

#about .aboutum{
  background-color: #6420AA;
  border-radius: 20px;
}

#about .img img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
}

#about .text h1 {
  color: #F806CC;
}

#about .text p {
  margin-top: 18px;
  color: #fff;
  font-size: 20px;
}


  .why-card{
    background:#6420AA;
    border-radius:.5rem;
    padding:.9rem 1rem;
    margin-bottom: 150px;
    box-shadow:0 .25rem .9rem rgba(0,0,0,.08);
  }

  .why-text{
    line-height:1.25;
    font-weight:600;
    color:#1f2532;
    font-size:0.95rem;
  }

  .why-hero{
    display: flex;
    justify-content: center;
  }

  @media (max-width: 991.98px){
    .why-thumb{ outline:8px solid #f4f5f8; }
    .why-text{ font-size:.95rem; }
  }

#disclaimer {
  padding: 48px 0;
  background-color: #000;
}

#disclaimer .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#disclaimer .wrap .img {
  display: flex;
  justify-content: center;
}

#disclaimer .wrap .img img {
  width: 30%;
}

#disclaimer .wrap .headline h3 {
  color: #F806CC;
  text-align: center;
}

#disclaimer .wrap .headline p {
  color: #fff;
  text-align: center;
}

#disclaimer .wrap .logos {
  display: flex;
}

#disclaimer .wrap .logos a {
  margin: 0 24px;
}

#disclaimer .wrap .logos a img {
  width: 120%;
}

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

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

footer .wrap .img a {
  display: flex;
  justify-content: center;
}

footer .wrap .img a img {
  width: 30%;
}

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;
  font-size: 12px;
}

footer .wrap .list ul li a.nav-link:hover {
  color: #F806CC;
}

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: #fff;
  margin: 0;
  font-size: 12px;
  margin-top: 8px;
  text-align: center;
}

footer .wrap p span {
  color: rgb(255, 150, 153);
}

#privacy {
  padding: 24px 0;
}

#privacy h2 {
  color: #F806CC;
}

#privacy h3,
#privacy h4,
#privacy p,
#privacy li {
  color: #fff;
}

#contact {
  padding: 48px 0;
}

#contact h1 {
  text-align: center;
  color: #F806CC;
}

#contact p {
  text-align: center;
  color: #fff;
}

#contact .form {
  display: flex;
  justify-content: center;
}

#contact .form form {
  width: 70%;
  margin: auto;
}

#contact .form form .form-group {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

#contact .form form .form-group input {
  background-color: #fff;
  padding: 22px 24px;
  border: none;
  outline: none;
  width: 48%;
}

#contact .form form .form-group textarea {
  background-color: #fff;
  padding: 22px 24px;
  border: none;
  outline: none;
  width: 100%;
}

#contact .form form button {
  margin-top: 24px;
  text-decoration: none;
  background-color: #F806CC;
  color: #fff;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
}

.age-disclaimer-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-image: linear-gradient(#000000f8, #000000f8);
  background-size: 400px;
}

.custom-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  max-width: 600px;
  width: 95%;
  border-radius: 10px;
  background-position: center;
  background-size: 700px;
  background-position: top;
  background-size: 300px;
  box-shadow: 0px 0px 40px 0px #ffffff61;
  background-repeat: repeat no-repeat;
}

.custom-modal a {
  background-color: #F806CC;
  text-align: center !important;
  color: #fff;
  transition: 0.2s;
  margin-bottom: 1px;
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.custom-modal a:hover {
  background: #5e6ec0;
}

.custom-modal h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

@media (max-width: 600px) {
  #contact .form form {
    width: 100%;
  }

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

  .navbar-brand {
    width: 70%;
  }
}
