@font-face {
  font-family: "Zyzol";
  src: url("/scss/Zyzol-Wyd3n.woff");
}
* {
  cursor: url("/img/customc.png"), auto;
}

body {
  background-color: #FCF8F7;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.curtain {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #D1806C;
}

.text-primary {
  color: #D1806C;
}

.text-secondary {
  color: #D29A4D;
}

.text-grey {
  color: #7D837F;
}

.text-pink {
  color: #EFBAA6;
}

.text-white {
  color: #FCF8F7;
}

.curtain-r {
  display: flex;
  font-family: Zyzol;
  font-size: 100px;
  color: #FCF8F7;
  font-size: 200px !important;
  display: flex;
  justify-content: center;
  margin-top: calc((100vh - 295px) / 2);
}
@media (max-width: 680px) {
  .curtain-r {
    font-size: 70px;
  }
}
@media (max-width: 440px) {
  .curtain-r {
    font-size: 55px;
  }
}

.welcome-header, .content-header, .content-subheader {
  font-family: Catamaran;
  font-weight: 100;
  font-size: 2em;
}
@media (max-width: 680px) {
  .welcome-header, .content-header, .content-subheader {
    font-size: 1.5em;
  }
}

button {
  font-family: Catamaran;
  font-weight: 100;
  font-size: 2em;
  font-size: 20px;
}
@media (max-width: 680px) {
  button {
    font-size: 1.5em;
  }
}
@media (max-width: 680px) {
  button {
    font-size: 17px;
  }
}

.welcome-header {
  margin-bottom: 0;
  margin-top: calc((100vh - 300px) / 2);
  margin-left: calc((100vw - 568px) / 2);
}
@media (max-width: 680px) {
  .welcome-header {
    margin-left: calc((100vw - 402px) / 2);
  }
}
@media (max-width: 440px) {
  .welcome-header {
    margin-left: calc((100vw - 319px) / 2);
  }
}

.text-colorful-welcome {
  display: flex;
  font-family: Zyzol;
  font-size: 100px;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: center;
  line-height: 100px;
  opacity: 0;
}
@media (max-width: 680px) {
  .text-colorful-welcome {
    font-size: 70px;
  }
}
@media (max-width: 440px) {
  .text-colorful-welcome {
    font-size: 55px;
  }
}
@media (max-width: 680px) {
  .text-colorful-welcome {
    line-height: 70px;
  }
}
@media (max-width: 440px) {
  .text-colorful-welcome {
    line-height: 55px;
  }
}

.text-colorful {
  display: flex;
  font-family: Zyzol;
  font-size: 100px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 100px;
}
@media (max-width: 680px) {
  .text-colorful {
    font-size: 70px;
  }
}
@media (max-width: 440px) {
  .text-colorful {
    font-size: 55px;
  }
}
@media (max-width: 680px) {
  .text-colorful {
    line-height: 70px;
  }
}
@media (max-width: 440px) {
  .text-colorful {
    line-height: 55px;
  }
}

.open-content-button {
  margin-top: 80px;
  margin-left: calc((100vw - 188.7px) / 2);
  padding: 7px 40px;
  border: none;
  background-color: #D1806C;
  color: #FCF8F7;
  transition: background-color 0.5s, color 0.5s, transform 0.5s;
}
.open-content-button:hover, .open-content-button:active {
  background-color: #EFBAA6;
  color: #D1806C;
  transform: scale(1.05);
}
@media (max-width: 535px) {
  .open-content-button:hover, .open-content-button:active {
    transform: scale(1);
  }
}

.welcome-img {
  position: absolute;
  bottom: 70px;
  right: 100px;
  width: 250px;
  transition: transform 0.5s;
}
.welcome-img:hover, .welcome-img:active {
  transform: scale(1.05);
}
@media (max-width: 955px) {
  .welcome-img {
    width: 200px;
  }
}
@media (max-width: 680px) {
  .welcome-img {
    width: 200px;
    bottom: 40px;
    right: 50px;
  }
}
@media (max-width: 535px) {
  .welcome-img {
    width: 190px;
    bottom: 20px;
    right: 35px;
  }
}

.content-img {
  position: absolute;
  bottom: 70px;
  right: 100px;
  width: 200px;
  transition: transform 0.5s;
}
.content-img:hover, .content-img:active {
  transform: scale(1.05);
}
@media (max-width: 955px) {
  .content-img {
    width: 170px;
    right: 70px;
  }
}
@media (max-width: 680px) {
  .content-img {
    width: 150px;
    bottom: 70px;
    right: 50px;
  }
}
@media (max-width: 535px) {
  .content-img {
    width: 130px;
    bottom: 70px;
    right: 35px;
  }
}
@media (max-width: 535px) and (max-device-height: 600px) {
  .content-img {
    display: none;
  }
}

.content-container {
  margin: 0px 250px;
  margin-top: calc((100vh - 620px) / 2);
}
@media (max-width: 955px) {
  .content-container {
    margin: 0px 50px;
    margin-top: calc((100vh - 620px) / 2);
  }
}
@media (max-width: 535px) and (max-device-height: 680px) {
  .content-container {
    margin: 0px 50px;
    margin-top: 80px;
  }
}
@media (max-width: 535px) and (max-device-height: 600px) {
  .content-container {
    margin-top: 40px;
  }
}

.content-1 {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 70px;
}
@media (max-width: 535px) and (max-device-height: 680px) {
  .content-1 {
    margin-bottom: 30px;
  }
}

.content-subheader {
  display: flex;
  font-size: 25px;
  line-height: 25px;
  margin-top: 33px;
  margin-right: 33px;
}
@media (max-width: 955px) {
  .content-subheader {
    font-size: 22px;
    margin-top: 34px;
  }
}
@media (max-width: 680px) {
  .content-subheader {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 535px) {
  .content-subheader {
    font-size: 19px;
    margin-top: 13px;
    margin-right: 25px;
  }
}

.content-header {
  font-size: 60px;
  line-height: 90px;
  padding-right: 250px;
}
@media (max-width: 1460px) {
  .content-header {
    padding-right: 0px;
  }
}
@media (max-width: 955px) {
  .content-header {
    font-size: 50px;
    line-height: 75px;
  }
}
@media (max-width: 680px) {
  .content-header {
    font-size: 45px;
    line-height: 68px;
  }
}
@media (max-width: 535px) {
  .content-header {
    font-size: 40px;
    line-height: 60px;
  }
}

.play-music-button {
  position: absolute;
  font-size: 20px;
  top: 75px;
  right: 100px;
  border: 0;
  background-color: transparent;
  color: #7D837F;
  transition: color 0.5s, transform 0.5s;
}
.play-music-button .fa-music {
  margin-right: 14px;
}
.play-music-button:hover, .play-music-button:active {
  color: #D1806C;
  transform: scale(1.05);
}
@media (max-width: 955px) {
  .play-music-button {
    right: 70px;
    top: 50px;
    font-size: 18px;
  }
}
@media (max-width: 680px) {
  .play-music-button {
    right: 50px;
    top: 32px;
  }
}
@media (max-width: 535px) {
  .play-music-button {
    display: none;
    right: 35px;
    font-size: 15px;
  }
}

.play-music-button-small {
  display: none;
  position: absolute;
  font-size: 20px;
  top: 32px;
  right: 35px;
  border: 0;
  background-color: transparent;
  color: #7D837F;
  transition: color 0.5s;
}
.play-music-button-small:hover, .play-music-button-small:active {
  color: #D1806C;
}
@media (max-width: 535px) {
  .play-music-button-small {
    display: block;
  }
}

.show-page-info-button {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  font-size: 15px;
  border: none;
  background-color: transparent;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
@media (max-width: 535px) {
  .show-page-info-button {
    font-size: 10px;
  }
}

.hidden {
  display: none;
}/*# sourceMappingURL=main.css.map */