.login-btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 24px;
  background-color: #460000;
  color: #fff;
  font-size: 16px;
}

body {
  background-color: #e7e7e7;
}

header {
  padding: 24px 0;
  background-color: #460000;
}
header a.navbar-brand {
  width: 10%;
  color: #fff;
}
header a.nav-link {
  color: #fff;
}
header a.nav-link:hover {
  color: #525252;
}

#hero {
  background-image: url("/assets/images/hero.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#hero .img {
  background-color: rgba(0, 0, 0, 0.4823529412);
  width: 100%;
  padding: 72px 0;
}
#hero .text h1 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
}
#hero .text p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

#hero-game {
  background-image: url("/assets/images/hero-game.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
}
#hero-game .img {
  background-color: rgba(0, 0, 0, 0.4823529412);
  width: 100%;
  padding: 72px 0;
  height: 100%;
}
#hero-game .text h1 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
}
#hero-game .text p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

#hero-contact {
  background-image: url("/assets/images/hero-contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 40vh;
}
#hero-contact .img {
  background-color: rgba(0, 0, 0, 0.4823529412);
  width: 100%;
  padding: 72px 0;
  height: 100%;
}
#hero-contact .text h1 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 36px;
}
#hero-contact .text p {
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
}

#about,
#about-game {
  padding: 48px 0;
  background-color: #fff;
}
#about h1,
#about-game h1 {
  font-size: 36px;
}
#about .text p,
#about-game .text p {
  font-size: 14px;
  margin-bottom: 24px;
}
#about .text a,
#about-game .text a {
  letter-spacing: 2px;
}
#about .img img,
#about-game .img img {
  width: 100%;
}

#about-game {
  background-color: #460000;
}
#about-game p, #about-game h1 {
  color: #fff;
}

#game {
  padding: 48px 0;
  background-color: #fff;
  border-top: 10px solid #460000;
  border-bottom: 10px solid #460000;
}
#game .img {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#game .img img {
  width: 100%;
}
#game .img a {
  margin-top: 12px;
  text-align: center;
}
#game .text {
  padding: 12px;
  background-color: #3338A0;
}
#game .text p {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

#popular {
  margin: 24px 0;
  padding: 24px 0;
  background-color: #fff;
}
#popular h1 {
  font-size: 36px;
}
#popular .img {
  width: 100%;
  position: relative;
  background-image: url("/assets/images/popular1.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: end;
}
#popular .img .text {
  padding: 12px;
  background-color: rgba(0, 0, 0, 0.5843137255);
  width: 100%;
}
#popular .img .text h3,
#popular .img .text p {
  color: #fff;
}
#popular .img-wrap img {
  width: 100%;
}

#games {
  margin-top: 24px;
  padding: 24px 0;
  background-color: #fff;
}
#games h1 {
  font-size: 36px;
}
#games .item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#games .item .img {
  height: 200px;
}
#games .item .img img {
  width: 100%;
  height: 100%;
}
#games .item a {
  margin-top: 24px;
  text-align: center;
}

#why {
  padding: 24px 0;
  background-color: #fff;
}
#why h1 {
  font-size: 36px;
}
#why .img img {
  width: 100%;
}
#why .text h3 {
  font-weight: bold;
}
#why .text p {
  font-size: 13px;
}

#review {
  margin-top: 24px;
  padding: 24px 0;
  background-color: #fff;
}
#review h1 {
  font-size: 36px;
}
#review .item h3 {
  margin-bottom: 4px;
}

#disclaimer {
  padding: 24px 0;
  background-color: #460000;
}
#disclaimer h1 {
  font-size: 36px;
  color: #fff;
}
#disclaimer p {
  color: #fff;
}
#disclaimer .img {
  display: flex;
  justify-content: center;
}
#disclaimer .img img {
  width: 40%;
}

footer {
  padding: 12px 0;
  background-color: #fff;
}
footer img {
  width: 60%;
}
footer p {
  margin: 0;
}
footer ul {
  padding-inline-start: 0;
  text-align: center;
}
footer ul li {
  display: inline-block;
  list-style-type: none;
  padding: 4px 16px;
}
footer ul li a {
  text-decoration: none;
  display: inline-block;
  color: #460000;
  font-size: 13px;
  transition: 0.1s linear;
}
footer ul li a:hover {
  color: #000;
}

#form {
  padding: 24px 0;
  background-color: #fff;
}
#form .form-group {
  margin-bottom: 24px;
}
#form .form-group input,
#form .form-group textarea {
  padding: 12px;
  width: 100%;
  background-color: transparent;
  color: #3338A0;
  font-size: 14px;
  border: 0.4px solid #3338A0;
}
#form button {
  width: 100%;
  text-align: center;
  border: none;
  outline: none;
}/*# sourceMappingURL=style.css.map */