body {
  background: #02122b;
}

#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: 50%;
}

#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 {
  width: 100%;
}

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

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


#game .text h4 {
  color: #6282f5;
}

#game .text p {
  color: #fff;
  margin-top: 12px;
}

#game .text .btn-play {
  margin-top: 24px;
  text-decoration: none;
  background-color: #6282f5;
  color: #fff;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
}

.btn-playdir{
    padding: 16px 36px;
    text-decoration: none;
    background-color: #fff;
    color: #000;
}

header .navbar-brand img {
  width: 220px;
}

.navbar-toggler{
  background: #fff;
}

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

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

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.5), rgba(0, 0, 0, 0.5) ), url("/assets/images/hero.jpeg");
  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: #6282f5;
  text-align: center;
}

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

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

#about {
  padding: 48px 0;
}

#about .img img {
  width: 100%;
  height: 300px;
}

#about .text h1 {
  color: #6282f5;
}

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

#why {
  padding: 48px 0;
}

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

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

#why .item .img {
  background-color: #fff;
  display: flex;
  justify-content: center;
  /* border-radius: 100%; */
  width: 150px;
  margin: auto;
}

#why .item .img img {
  border: 3px solid #6282f5;
  width: 150px;
  height: 150px;
  /* border-radius: 100%; */
}

#why .item .desc {
  margin-top: 12px;
}

#why .item .desc h4 {
  text-align: center;
  color: #6282f5;
}

#why .item .desc p {
  text-align: center;
  color: #fff;
}

#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: #6282f5;
  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: 100%;
  height: 36px;
}

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 .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: #6282f5;
}

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: 13px;
  margin-top: 8px;
}

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

#privacy {
  padding: 24px 0;
}

#privacy h2 {
  color: #6282f5;
}

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

#contact {
  padding: 48px 0;
}

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

#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: #6282f5;
  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;
}

.mbtn2 {
  background-color: #e94560;
  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;
}

.mbtn {
  background-color: green;
  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 h3 {
  color: #000;
  font-weight: bolder;
  font-size: 50px;
  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.why-wrap{
  padding: 4rem 0 5rem;
  background-image: linear-gradient( rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) ), url("../images/why-bg.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.why-title{
  color:#fff;
  font-weight:800;
  font-size: clamp(2rem, 3.5vw + .5rem, 3rem);
  letter-spacing:.5px;
}
.why-lead{
  color:#fff;
  max-width: 1000px;
}

.why-card{
  background:#fff;
  border:0;
  border-radius: 14px;
  box-shadow: 0 14px 35px rgba(20,29,40,.12);
}
.why-card .card-body{
  padding:2rem 2.25rem;
}
.why-h1{
  font-weight:800;
  margin-bottom:1rem;
}
.why-desc{
  color:#606b76;
  line-height:1.65;
  margin:0;
}

.frame{
  width: 110px;
  height: 50px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 0 auto;
}
.frame svg{opacity:.8}

@media (max-width:991.98px){
  .why-card + .why-card{ margin-top:2rem; }
  .frame{ margin-bottom:1rem; }
}

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

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

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