body {
  background: #000;
}

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

#game .headline h1 {
  color: rgb(190, 3, 3);
  text-align: center;
}

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


#game .text h4 {
  color: rgb(190, 3, 3);
}

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

#game .text .btn-play {
  margin-top: 24px;
  text-decoration: none;
  background-color: rgb(190, 3, 3);
  color: #fff;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
}

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

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

header a.nav-link:hover {
  color: rgb(190, 3, 3);
}

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-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: 100px 0;
}

#hero .wrap h1 {
  font-size: 48px;
  color: rgb(190, 3, 3);
  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: rgb(190, 3, 3);
}

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

#why {
  padding: 48px 0;
}

#why .headline h1 {
  color: rgb(190, 3, 3);
  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 rgb(190, 3, 3);
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

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

#why .item .desc h4 {
  text-align: center;
  color: rgb(190, 3, 3);
}

#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: rgb(190, 3, 3);
  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 .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: rgb(190, 3, 3);
}

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

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

#privacy {
  padding: 24px 0;
}

#privacy h2 {
  color: rgb(190, 3, 3);
}

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

#contact {
  padding: 48px 0;
}

#contact h1 {
  text-align: center;
  color: rgb(190, 3, 3);
}

#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: rgb(190, 3, 3);
  color: #fff;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
}

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

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

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