@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayMedium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayThin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display;
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasdisplayroman;
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --jorja-smith-pink: #ec86d0;
  --jorjapink: #ec86d0;
}

.section {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logotext {
  z-index: 3;
  filter: none;
  mix-blend-mode: normal;
  width: 88%;
  max-width: 256px;
  margin-top: 16px;
  position: fixed;
}

.socials {
  z-index: 100;
  filter: brightness(200%) invert() contrast(200%);
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.social-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: .8;
  cursor: pointer;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 0 10px 10px;
  transition: all .2s;
  display: block;
}

.social-link:hover {
  transform: scale(1.3);
}

.icon {
  margin-left: 0;
}

.icon.shop {
  width: 16px;
}

.ctas {
  z-index: 3;
  mix-blend-mode: normal;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.text-block {
  filter: none;
  color: #f2f2f2;
  text-align: center;
  mix-blend-mode: normal;
  max-width: 52ch;
  margin-bottom: 12px;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.button {
  background-color: var(--jorja-smith-pink);
  color: #fff;
  text-align: center;
  min-width: 128px;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #000;
}

.cta-buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.products {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  mix-blend-mode: normal;
  flex-flow: wrap;
  place-content: center;
  align-items: flex-start;
  width: 90%;
  height: 66%;
  margin: auto;
  padding: 24px;
  display: flex;
  position: relative;
  inset: auto;
}

.product-section {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 88px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.product {
  color: #000;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 28%;
  font-family: Neue Haas Display, Arial, sans-serif;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.videos-popup-button {
  color: #fff;
  cursor: pointer;
  max-width: none;
  max-height: 88px;
  font-family: Rubik Spray Paint, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .2s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.videos-popup-button:hover {
  filter: drop-shadow(0 0 3px #000) blur(1px);
  text-decoration: none;
}

.tour-popup-button {
  color: #fff;
  cursor: pointer;
  margin-top: auto;
  font-family: Rubik Spray Paint, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .2s;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tour-popup-button:hover {
  filter: drop-shadow(0 0 3px #000) blur(1px);
  text-decoration: none;
}

.text-block-3 {
  background-color: var(--jorja-smith-pink);
  color: #fff;
  cursor: pointer;
  padding: 12px;
  transition: all .2s;
}

.text-block-3:hover {
  filter: hue-rotate(24deg);
  color: #fff;
  background-color: #000;
}

.videos-popup-button-copy {
  color: #000;
  cursor: pointer;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: underline;
  position: absolute;
  inset: 0% 0% auto auto;
}

.videos-popup-button-copy:hover {
  text-decoration: none;
}

.merch-link {
  color: #fff;
  cursor: pointer;
  font-family: Rubik Spray Paint, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.merch-link:hover {
  filter: drop-shadow(0 0 3px #000) blur(1px);
  text-decoration: none;
}

.sign-up-link {
  color: #fff;
  cursor: pointer;
  font-family: Rubik Spray Paint, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: underline;
  transition: all .2s;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sign-up-link:hover {
  filter: drop-shadow(0 0 3px #000) blur(1px);
  text-decoration: none;
}

.nav-contents {
  z-index: 5;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  filter: invert();
  mix-blend-mode: hard-light;
  flex-flow: wrap;
  place-content: center space-between;
  align-items: center;
  width: 80%;
  height: 55%;
  margin: auto;
  padding: 24px;
  display: flex;
  position: relative;
  inset: auto;
}

.image, .image-2, .image-3 {
  max-height: 88px;
}

.section-2 {
  z-index: 99;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.loading-overlay {
  z-index: 101;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-text {
  color: var(--jorja-smith-pink);
  text-align: center;
  margin: 0;
  font-family: Neue Haas Display, Arial, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
}

.loading-text-wrapper {
  padding: 12px;
  overflow: hidden;
}

.percentage-loader-wrapper {
  text-align: center;
  padding: 6px;
  position: relative;
  overflow: hidden;
}

.percent-loader-number {
  color: var(--jorja-smith-pink);
  font-family: Neue Haas Display, Arial, sans-serif;
}

.percentage-bar {
  width: 100%;
  max-width: 256px;
  height: 2px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
}

.percentage-bar-inner {
  background-color: var(--jorja-smith-pink);
  width: 100%;
  height: 100%;
  transition: all .2s;
  position: absolute;
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .text-block {
    max-width: 48ch;
  }
}

@media screen and (max-width: 767px) {
  .logotext {
    margin-top: 48px;
  }

  .socials {
    flex-flow: row;
    padding-top: 12px;
    position: relative;
    inset: auto 0% 0%;
  }

  .products {
    flex-flow: column;
    width: 80%;
    height: auto;
    position: relative;
    inset: 0%;
  }

  .product-section {
    flex-flow: column;
    height: auto;
    min-height: 100vh;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .product {
    max-width: none;
  }

  .videos-popup-button {
    max-height: 64px;
    font-size: 20px;
  }

  .tour-popup-button, .merch-link, .sign-up-link {
    font-size: 20px;
  }

  .nav-contents {
    flex-flow: column;
    width: 80%;
    height: 50%;
    position: absolute;
    inset: 0%;
  }

  .image, .image-2, .image-3 {
    max-height: 64px;
  }
}

@media screen and (max-width: 479px) {
  .code-embed {
    font-size: 16px;
  }

  .logotext {
    max-width: 216px;
    position: absolute;
  }

  .socials {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .text-block {
    max-width: 80vw;
    font-size: 1.1rem;
  }

  .products {
    height: auto;
    position: relative;
  }

  .product-section {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .videos-popup-button {
    max-height: 56px;
    font-size: 14px;
  }

  .tour-popup-button, .merch-link, .sign-up-link {
    font-size: 16px;
  }

  .nav-contents {
    width: 88%;
    height: 50%;
    position: absolute;
  }

  .image, .image-2, .image-3 {
    max-height: 56px;
  }
}


@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display';
  src: url('../fonts/NeueHaasDisplayBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasdisplayroman';
  src: url('../fonts/NeueHaasDisplayRoman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}