.wrapper-header {
  background: url("/funreelsplanet-img/funreelsplanet-bg-banner.webp") no-repeat;
  background-size: cover;
}
.wrapper-header .container div {
  padding: 80px 0 140px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.wrapper-header .container div .play-now {
  max-width: 420px;
}

.header-nav a {
  text-transform: uppercase;
}

.funreelsplanet-logo img {
  width: max-content;
}

.funreelsplanet-pyramid-spins {
  background: url("/funreelsplanet-img/funreelsplanet-bg-block.webp") no-repeat;
  background-size: cover;
  padding: 60px 0;
}

/*funreelsplanet-about-slot*/
.funreelsplanet-about-slot .wrapper {
  display: flex;
  gap: 20px;
}
.funreelsplanet-about-slot .wrapper div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.funreelsplanet-about-slot .wrapper div p {
  line-height: 20px;
}
.funreelsplanet-about-slot .wrapper img {
  border-radius: 10px;
}

/*disclaimer*/
.wrapper-header.other {
  background: url("/funreelsplanet-img/funreelsplanet-bg-banner-other.webp") no-repeat;
  background-size: cover;
}

.disclaimer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.disclaimer .container .disclaimer-item {
  padding: 20px;
  border-radius: 10px;
  background-color: #402F1B;
}

/*contact-us*/
.contact-us .wrapper {
  display: flex;
  gap: 20px;
}
.contact-us .wrapper form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
.contact-us .wrapper img {
  border-radius: 10px;
}

/*footer*/
footer {
  background-color: #060606;
}

/*# sourceMappingURL=funreelsplanet-main.css.map */
