@font-face {
  font-family: feixen-sans;
  src: url(../fonts/StudioFeixenSans-Regular.woff);
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: feixen-serif;
  src: url(../fonts/StudioFeixenSerif-Regular.woff);
  font-weight: bold;
  font-display: swap;
}
html, body {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: feixen-sans;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #b2b0ad #fff;
}

a {
  color: inherit;
}

p {
  font-size: 22px;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: black;
  z-index: 20;
  display: flex;
}

.loader {
  margin: auto;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.show {
  display: none;
}

#home-section {
  background: #b7898c;
  width: 100%;
  position: sticky;
  height: 100vh;
  top: 0;
}
#home-section video {
  width: 100%;
  height: 100vh;
  object-fit: contain;
}

.home-wrapper {
  position: relative;
  z-index: 2;
}

.init-screen {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 200vh;
}
.init-screen img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  object-fit: cover;
}

.black-panel {
  background-color: #7090C9;
  color: #1E4680;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.black-panel .panel-header {
  font-family: feixen-serif;
  text-transform: uppercase;
  padding-top: 4vw;
  padding-bottom: 4vw;
  max-width: 768px;
  min-width: 300px;
  width: 90%;
  font-size: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.black-panel .panel-content {
  padding-left: 6.5vw;
  padding-right: 6.5vw;
  padding-bottom: 8vw;
  text-align: center;
}

#intro-section {
  height: 100vh;
  background: #DDD9D5;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-top: -100vh;
}
#intro-section .intro-text {
  position: relative;
  margin: auto;
  width: 29%;
}
#intro-section .intro-text p {
  margin: 0;
  text-align: center;
}
#intro-section .intro-text h3 {
  text-align: center;
  font-size: 38px;
  font-weight: normal;
}

#intro-img-section {
  height: 100vh;
  background: #DDD9D5;
  display: flex;
  flex-direction: column;
}
#intro-img-section img {
  width: 50%;
  height: auto;
  margin: auto;
}

#book-section {
  position: relative;
  min-height: 100vh;
  background: #002F2D;
  color: #699380;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
}

.fixed-book {
  position: fixed;
  z-index: 3;
  top: 40px;
  right: 40px;
}
.fixed-book a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 22px;
  padding: 0 38px;
  height: 80px;
  background-color: #DDD9D5;
  border-radius: 50px;
  text-decoration: none;
  color: #17171D;
  transition: all 0.3s;
}
.fixed-book a:hover {
  background-color: #17171D;
  color: #DDD9D5;
}

.fixed-logo {
  position: fixed;
  top: 60px;
  z-index: 2;
  width: 100%;
  display: flex;
}
.fixed-logo img {
  margin: auto;
}

.book-wrapper {
  padding-top: 8vh;
  display: flex;
  flex-direction: row;
}
.book-wrapper .book-intro {
  width: 70%;
  margin-right: auto;
}

.sep-img-wrapper img {
  width: 100%;
  height: auto;
}

.btn {
  padding: 0px 30px;
  border: 1px solid #699380;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  cursor: pointer;
  font-family: feixen-serif;
  text-decoration: none;
}
.btn:hover {
  background: #699380;
  color: #002F2D;
}

.book-big-text {
  text-align: center;
  font-family: feixen-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  padding-bottom: 8vh;
}
.footer-wrapper img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8vh;
  max-width: 50%;
}

.footer-links {
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 50px;
}
.footer-links .footer-link {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 320px) {
  #book-section {
    padding-left: calc(20px + 122 * (100vw - 320px) / 1600);
    padding-right: calc(20px + 122 * (100vw - 320px) / 1600);
  }

  .black-panel {
    font-size: calc(40px + 20 * (100vw - 320px) / 1600);
  }

  .book-big-text {
    font-size: calc(40px + 50 * (100vw - 320px) / 1600);
  }

  .book-intro {
    font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  }

  .book-big-text {
    margin-bottom: 8vh;
    margin-top: 8vh;
  }
}
@media (min-width: 1360px) {
  .black-panel .panel-content {
    padding-left: 13vw;
    padding-right: 13vw;
  }
}
@media (max-width: 991px) {
  .footer-links a {
    font-size: 20px;
  }
  .footer-links span {
    font-size: 16px;
  }

  .show {
    display: block;
  }

  .hide {
    display: none;
  }

  .order-2 {
    order: 2;
  }

  #book-section {
    padding-bottom: 100px;
  }

  .footer-links {
    flex-direction: column;
  }
  .footer-links .footer-link {
    margin: 25px 0;
  }

  .init-screen img {
    position: sticky;
  }

  .fixed-logo {
    position: fixed;
    z-index: 1;
  }

  .fixed-book {
    left: 0;
    right: inherit;
    width: 100%;
    position: fixed;
    top: unset;
    bottom: 0;
  }
  .fixed-book a {
    padding: 0;
    width: 100%;
    background-color: #17171D;
    backdrop-filter: blur(0px);
    border-radius: 0;
    color: #DDD9D5;
    text-align: center;
  }

  .init-screen {
    min-height: auto;
  }

  .sep-img-wrapper img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: 2;
  }

  .black-panel {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding-top: 15vh;
  }
  .black-panel .panel-header {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .black-panel .panel-content {
    margin-top: auto;
    margin-bottom: auto;
  }

  #home-section {
    height: auto;
  }
  #home-section video {
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }

  .home-wrapper {
    height: auto;
  }

  #intro-section {
    margin-top: 0;
    height: auto;
  }
  #intro-section .intro-text {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 20px;
  }

  #intro-img-section {
    height: auto;
  }
  #intro-img-section img {
    width: calc(100% - 40px);
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .book-wrapper {
    flex-direction: column;
  }
  .book-wrapper .book-intro {
    width: 100%;
    margin-left: auto;
    order: -1;
    margin-bottom: 8vh;
  }

  .btn {
    margin: auto;
  }
}

/*# sourceMappingURL=style-nines.css.map */
