body {
  background: rgb(53, 95, 79);
}

.navbar-brand {
  width: 50%;
}

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

#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;
}

header .navbar-brand img {
  width: 40%;
}

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

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

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: fff;
}

#about .btn-custom {
 padding: 16px 36px;
  text-decoration: none;
  background-color: #fff;
  margin-right: 24px;
  color: #000;
}

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

#hero-about {
  background-image: url("/assets/images/hero.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}

#hero {
  background-image: 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: 150px 0;
  background-color: rgba(0, 0, 0, 0.7843137255);
}

#hero .wrap h1 {
  font-size: 54px;
  color: #fff;
  text-align: left;
}

#hero .wrap span {
  color: #fff;
  text-align: left;
  display: block;
}

#hero .wrap p {
  margin-top: 12px;
  color: #fff;
  text-align: left;
}

#hero .wrap .buttons {
  margin-top: 24px;
  display: flex;
}

#hero .wrap .buttons a {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #fff;
  margin-right: 24px;
  color: #000;
}

#hero .img img {
  width: 100%;
}

#about {
  padding: 48px 0;
}

#about h1 {
  color: #fff;
}

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

#about .text p {
  font-size: 16px;
  color: #fff;
}

#about .item {
  background-color: #fff;
  padding: 24px;
  height: 150px;
}

#about .item h2 {
  color: #fff;
}

#about .item p {
  color: #989898;
}

#game {
  padding: 48px 0;
}

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

#game .headline p {
  color: rgb(181, 183, 184);
  text-align: center;
}

#game .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#game .item .img img {
  width: 100%;
}

#game .item .btn-play {
  padding: 16px 36px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  display: inline-block;
  text-align: center;
}

#why {
  padding: 48px 0;
}

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

#why .headline p {
  color: rgb(181, 183, 184);
  text-align: center;
}

#why .item {
  background-color: #fff;
  display: flex;
  padding: 12px;
}

#why .item .img {
  display: flex;
  justify-content: center;
  width: 23%;
  height: 120px;
}

#why .item .img img {
  width: 100%;
}

#why .item .desc {
  padding: 12px;
}

#why .item .desc h4 {
  text-align: left;
  color: #000;
}

#why .item .desc p {
  text-align: left;
  color: rgb(181, 183, 184);
}

#how {
  padding: 48px 0;
}

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

#how .headline p {
  color: rgb(181, 183, 184);
  text-align: center;
}

#how .item {
  padding: 12px;
}

#how .item .img {
  display: flex;
  justify-content: center;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 100%;
}

#how .item .img img {
  width: 100%;
  border-radius: 100%;
}

#how .item .desc {
  margin-top: 12px;
  height: 120px;
}

#how .item .desc h2 {
  text-align: center;
  color: #fff;
}

#how .item .desc p {
  text-align: center;
  color: rgb(181, 183, 184);
}

#faq .headline h1,
#faq .headline p {
  text-align: center;
}

#review {
  padding: 48px 0;
}

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

#review .headline p {
  color: rgb(181, 183, 184);
  text-align: center;
}

#review .item {
  background-color: #fff;
  padding: 12px;
}

#review .item .desc {
  margin-top: 12px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#review .item .desc h4 {
  text-align: center;
  color: #000;
}

#review .item .desc p {
  text-align: center;
  color: rgb(181, 183, 184);
}

#disclaimer {
  background-color: #000;
  background: rgb(31, 49, 98);
  padding: 48px 0;
}

#disclaimer a {
  margin: 24px 0;
}

#disclaimer a img {
  width: 70%;
  height: 35px;
}

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

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

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

#disclaimer .wrap .headline h3 {
  color: #fff;
  text-align: left;
}

#disclaimer .wrap .headline p {
  color: #d5d4d4;
  text-align: left;
}

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

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

footer .wrap .img a {
  display: flex;
}

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;
}

footer .list ul {
  padding-inline-start: 0;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}

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

footer .copy {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

#privacy {
  padding: 24px 0;
}

#privacy h2 {
  color: #fff;
}

#privacy h3,
#privacy h4,
#privacy p,
#privacy li {
  color: rgb(181, 183, 184);
}

#contact {
  padding: 48px 0;
}

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

#contact p {
  text-align: center;
  color: rgb(181, 183, 184);
}

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

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

#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: #fff;
  color: #000;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
}

@media (max-width: 600px) {
  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;
  }

  footer .list ul {
    align-items: center;
  }

  .navbar-toggler {
    background-color: rgb(222, 225, 233);
  }

  #disclaimer a img {
    height: 30px;
    width: 80%;
  }

  #why .item .img {
    height: auto;
    width: 100%;
  }


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


  footer .copy {
      font-size: 12px;
  }


  footer .list ul li a.nav-link{
    font-size: 14px;
    text-align: center;
  }
}

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