
/** HOW TO PLAY **/
#how-to-play {
  background-color: var(--navy);
  max-width: 100vw;
  padding-bottom: 10px;
  min-height: 600px;
  position: relative;
}

#how-to-play__container {
  padding: 150px 0 120px;
  position: relative;
}

#how-to-play__heading {
  position: relative;
  margin-bottom: 240px;
}

#how-to-play__heading img {
  position: absolute;
  left: -34px;
}

.how-to-play__text {
  color: white;
  max-width: 50%;
}

.how-to-play__text h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 21px;
}

.how-to-play__text p {
  font-size: 24px;
  line-height: 29px;
}

.how-to-play__images {
  position: relative;
}

.how-to-play__sticker {
  position: absolute;
  top: -50px;
}

.how-to-play__screenshot {
  width: 100%;
  height: auto;
}

.how-to-play__left {
  margin: 0 0 100px 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.how-to-play__left .how-to-play__sticker {
  left: -90px;
}

.how-to-play__left .how-to-play__screenshot {
  right: -10px;
  border-bottom-left-radius: 10px;
}

.how-to-play__right {
  margin: 0 10% 100px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.how-to-play__right .how-to-play__sticker {
  right: -90px;
}

.how-to-play__right .how-to-play__screenshot {
  left: -10px;
  border-bottom-right-radius: 10px;
}

#how-to-play__mobile {
  display: none;
}

@media only screen and (max-width: 1100px) {
  #how-to-play__container {
    padding: 120px 0 80px;
  }

  .how-to-play__screenshot {
    width: 300px;
    height: auto;
  }

  .how-to-play__sticker {
    max-width: 200px;
    max-height: 150px;
  }

  .how-to-play__left .how-to-play__sticker {
    left: -70px;
  }

  .how-to-play__right .how-to-play__sticker {
    right: -70px;
  }

  .how-to-play__text h2 {
    font-size: 25px;
  }

  .how-to-play__text p {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 750px) {
  #how-to-play__container {
    padding: 50px 0 0;
  }

  #how-to-play__heading {
    width: 250px;
    margin-bottom: 120px;
  }

  #how-to-play__heading img {
    width: 100%;
    left: -20px;
  }

  .how-to-play__left {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 0 100px 0;
  }

  .how-to-play__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 100px 0;
  }

  .how-to-play__images {
    margin-bottom: 30px;
    text-align: center;
  }

  .how-to-play__text {
    width: 75%;
    max-width: 300px;
  }

  .how-to-play__screenshot {
    width: 280px;
    height: auto;
    border-radius: 3px;
    position: relative;
    left: 0;
    right: 0;
  }

  .how-to-play__sticker {
    z-index: 1;
    max-width: 160px;
    max-height: 100px;
    top: -40px;
  }

  .how-to-play__text h2 {
    font-size: 20px;
  }

  .how-to-play__text p {
    font-size: 16px;
    line-height: 19px;
  }

  .how-to-play__left .how-to-play__sticker {
    left: -30px;
  }

  .how-to-play__right .how-to-play__sticker {
    right: -30px;
  }
}

/** PRIVACY **/
#privacy {
  width: 100vw;
  background-color: var(--white);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#privacy__text {
  width: 80%;
  color: #FB4C10;
  padding: 80px 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#privacy__sticker {
  width: 66px;
  height: 60px;
  margin-right: 60px;
}

#privacy__text p {
  font-size: 20px;
  line-height: 29px;
  font-weight: 500;
  letter-spacing: 0.065em;
}

#privacy__text p a {
  color: #FB4C10;
}

#privacy__text p a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 700px) {
  #privacy {
    max-width: 100%;
    background-color: var(--white);
    color: #FB4C10;
    padding: 50px 0;
    position: relative;
  }

  #privacy__text {
    padding: 0;
  }

  #privacy__sticker {
    width: 66px;
    height: 60px;
    margin-right: 30px;
  }

  #privacy p {
    font-size: 11px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 auto;
    padding-top: 7px;
  }

  #privacy p > a {
    color: #FB4C10;
  }

  #privacy p > a:hover {
    text-decoration: none;
  }
}

/** START GAME **/
#start-game {
  max-width: 100vw;
  background-color: var(--light-pink);
  position: relative;
  color: var(--white);
  min-height: 100vh;
}

#start-game__cta {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

#start-game p {
  color: var(--navy);
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin: 205px 0 95px;
  max-width: 660px;
}

/* #start-game button {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.03em;
  font-weight: 500;
  background-color: var(--pink);
  color: white;
  border-radius: 3px;
  padding: 16px 20px 16px 32px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
} */

/* #start-game__arrow {
  display: inline-block;
  background: url('/assets/ui_elements/arrowRight.svg') no-repeat;
  width: 36px;
  height: 19px;
  margin-left: 30px;
} */

#start-game button:hover {
  opacity: 0.8;
}

#start-game__stickers-left {
  width: 484px;
  height: auto;
  position: absolute;
  top: 0;
  left: -180px;
}

#start-game__stickers-right {
  width: auto;
  height: 250px;
  position: absolute;
  bottom: -15px;
  right: -25px;
}

#start-game__stickers-mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  #start-game__stickers-left {
    width: 365px
  }

  #start-game__cta {
    width: 80%;
  }

  #start-game p {
    font-size: 20px;
    line-height: 24px;
    margin: 115px 0 30px;
  }

  #start-game__stickers-right {
    display: none;
  }

  #start-game__stickers-mobile {
    display: block;
    position: absolute;
    bottom: 20px;
    right: -50px;
  }
}
