body {
  background: #343b4c;
}

#banner {
  padding: 7px 0;
  background-color: #ffb6b6;
}

#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: #ff837f;
  text-align: center;
}

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

#game .text h4 {
  color: #ff837f;
}

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

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

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

.navbar-toggler {
  background: #fff;
}

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

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

header .btn-custom {
  padding: 12px 20px;
  border-radius: 4px;
  background-color: #ffcdcd;
  text-decoration: none;
  color: #101521;
}

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

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

#hero {
  padding: 25px 0;
  background-image: url("../images/herofifunclap.png");
  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: 80px 0;
}

#hero .wrap h1 {
  font-size: 56px;
  color: #000000;
  text-align: center;
}

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

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

/* About */
#about {
  padding: 48px 0;
}

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

#about .text h1 {
  color: #ff837f;
}

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

/* Why */
#why {
  padding: 48px 0;
}

#why .headline h1 {
  color: #ff837f;
  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 #ff837f;
  width: 150px;
  height: 150px;
  border-radius: 100%;
}

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

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

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

#disclaimer {
  padding: 48px 0;
  background-color: #222;
}

#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: #ff837f;
  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: 14px;
}

footer .wrap .list ul li a.nav-link:hover {
  color: #ff837f;
}

footer .wrap .list:last-of-type {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
}

footer .wrap p {
  color: #fff;
  margin: 0;
  font-size: 14px;
  margin-top: 8px;
}

footer .wrap p span {
  color: #ffcdcd;
}

/* Privacy */
#privacy {
  padding: 24px 0;
}

#privacy h2 {
  color: #ff837f;
}

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

#contact {
  padding: 48px 0;
}

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

#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,
#contact .form form .form-group textarea {
  background-color: #fff;
  padding: 22px 24px;
  border: none;
  outline: none;
}

#contact .form form button {
  margin-top: 24px;
  text-decoration: none;
  background-color: #ff837f;
  color: #fff;
  padding: 12px 36px;
  border: none;
  outline: none;
  font-size: 16px;
  display: inline-block;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 600px;
}

.popup h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.popup p {
    margin-bottom: 20px;
	font-size: 1.5rem;
}

.popup button {
    padding: 10px 20px;
    font-size: 1rem;
    margin: 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

#confirm-age {
    background-color: #4CAF50;
    color: white;
}
