body {
  margin: 0;
  padding: 0;
  overscroll-behavior: none;
  font-family: "Playfair Display SC", serif;
  color: #fff;
  background: #000000;
  scroll-behavior: smooth;
  overflow: hidden;
  cursor: none;
}

.loader-roll {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.loader-roll div {
  animation: loader-roll 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.loader-roll div:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #464646;
  margin: -4px 0 0 -4px;
}

.loader-roll div:nth-child(1) {
  animation-delay: -0.036s;
}

.loader-roll div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.loader-roll div:nth-child(2) {
  animation-delay: -0.072s;
}

.loader-roll div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.loader-roll div:nth-child(3) {
  animation-delay: -0.108s;
}

.loader-roll div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.loader-roll div:nth-child(4) {
  animation-delay: -0.144s;
}

.loader-roll div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.loader-roll div:nth-child(5) {
  animation-delay: -0.18s;
}

.loader-roll div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.loader-roll div:nth-child(6) {
  animation-delay: -0.216s;
}

.loader-roll div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.loader-roll div:nth-child(7) {
  animation-delay: -0.252s;
}

.loader-roll div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.loader-roll div:nth-child(8) {
  animation-delay: -0.288s;
}

.loader-roll div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes loader-roll {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loading-text-intro {
  z-index: 3;
  position: absolute;
  width: 100vw;
  height: 100%;
  font-family: 'Josefin Sans', sans-serif;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 100;
  color: #f9f0ec;
  background: radial-gradient(circle at center center, #131313 0, #090909 58%);
}

#loading-text-intro.ended {
  transform: translateY(200%);
}

nav {
  width: 100%;
  padding: 1rem;
  position: fixed;
  z-index: 2;
}

span {
  display: inline-block;
  pointer-events: none;
  transition: transform 0.1s linear;
}

.cursor {
  pointer-events: none;
  position: fixed;
  top: 10px;
  left: 10px;
  padding: 10px;
  background-color: #909090ef;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  mix-blend-mode: difference;
  transition: transform 0.8s ease, opacity 0.6s ease;
  z-index: 2;
}

.a {
  display: inline-block;
  color: #fff;
  padding: 1rem;
  margin-right: 0.3rem;
  letter-spacing: 0.4em;
  font-size: 1.3em;
  transition: all 0.3s ease, color 0.3s ease;
}

nav.header .a:hover {
  cursor: pointer;
  color: rgb(175, 175, 175);
  transform: scale(1.1);
}

nav.header .a:hover ~ .cursor {
  transform: translate(-50%, -50%) scale(5);
  opacity: 0.1;
}

.dg.ac {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 2 !important;
}

#canvas-container-hero {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  background: #000;
  background: radial-gradient(circle at center center, #171717 0, #050505 58%);
}

#canvas-container-goddesses {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  outline: none;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: #232323;
  margin: 0;
  padding: 0;
  pointer-events: all;
  overflow: hidden;
}

#canvas-container-euphre {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: -50%;
  outline: none;
  z-index: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  pointer-events: all;
  overflow: hidden;
  background: #151515;
  background: radial-gradient(circle at center center, #171717 0, #050505 58%);
}

.section {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 1;
  width: 65%;
  height: 100vh;
  pointer-events: none;
}

.header {
  position: absolute;
  top: -2em;
  left: 0;
  color: #fff;
  font-size: 0.8em;
  width: 100%;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  z-index: 2;
  opacity: 0;
  transition: all 1.9s ease-in-out;
  padding: 0;
  margin: 0;
}

.header.ended {
  top: 3em;
  opacity: 1;
}

.header span {
  padding: 0 3.25em;
  letter-spacing: 0.4em;
  position: relative;
}

.header span .active:after,
.hero {
  position: absolute;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}

.header span .active:after {
  content: '';
  bottom: -10px;
  width: 20px;
  height: 2px;
  background: #fff;
}

.hero {
  pointer-events: none;
  font-size: 3.4em;
  letter-spacing: 0.5em;
  text-align: center;
  width: 100%;
  display: flex;
  height: 114vh;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 50%);
}

.hero h2 {
  font-size: 1em;
  font-weight: 100;
  letter-spacing: 0.25em;
  font-style: italic;
  margin: 35px;
}

.hero h1 {
  margin: 10px 0;
  font-weight: 100;
  letter-spacing: 0.4em;
}

.hero h1:after {
  content: '';
  position: absolute;
  margin-top: 125px;
  left: calc(50% - 25px);
  width: 50px;
  height: 3px;
  background: #ffffff70;
}

.hero p {
  font-size: 16px;
  letter-spacing: 0px;
  font-family: "Artifika", serif;
  width: 780px;
  line-height: 28px;
  font-weight: lighter;
  margin-top: 70px;
  margin-bottom: 200px;
  color: #c9c9c996;
  opacity: 0;
  transition: all 3.9s ease-in-out;
}

.hero p.ended {
  opacity: 1;
}

.goddesses {
  pointer-events: all;
  font-size: 2em;
  width: 100%;
  display: flex;
  height: 100vh;
  background: #141414;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.goddesses-container {
  pointer-events: all;
  width: 100%;
  display: flex;
  height: 100vh;
  margin: 0;
  padding: 0 10%;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  background: radial-gradient(
    circle at 90% center,
    rgba(5, 5, 5, 0) 30%,
    #141414 70%
  );
}

.goddesses-container ul {
  list-style: none;
  display: inline-flex;
  padding: 0px;
  margin: 0px 0px 30px 60px;
  font-family: 'DM Serif Display', serif;
  color: #ffffff1c;
  z-index: 2;
}

.goddesses-container ul > li.active:after {
  content: '';
  top: 20px;
  width: 50px;
  height: 2px;
  background: #fff;
  position: relative;
  left: 0px;
  display: block;
}

.goddesses-container ul > li {
  padding-right: 20px;
  transition: all 0.8s ease-out;
}

.goddesses-container ul > li:hover {
  color: whitesmoke;
  pointer-events: all;
  cursor: pointer;
}

.goddesses-container ul > li:hover ~ nav.header.ended.cursor {
  transform: translate(-50%, -50%) scale(5);
  opacity: 1;
}

.goddesses-container ul > li.active {
  color: whitesmoke;
}

.goddesses-container p {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 28px;
  width: 30%;
  color: #6a6a6a;
  margin-left: 60px;
  height: 200px;
}

.making {
  pointer-events: all;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #000000;
  z-index: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.making-container {
  width: 50%;
  margin-left: 52%;
  z-index: 2;
}

.making-container h1 {
  font-size: 5vw;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: whitesmoke;
  margin: 20px 0;
  padding: 0;
}

.making-container hr {
  width: 10%;
  height: 3px;
  margin: 0;
  background-color: whitesmoke;
  border: none;
}

.making-container p {
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 100;
  line-height: 28px;
  height: 180px;
  width: 60%;
  margin-top: 1.5rem;
  color: #ffffff70;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 100%;
  opacity: 1;
  font-family: sans-serif;
  font-size: 11px;
  transition: all 0.8s ease-out 1.1s;
  bottom: 0;
  color: #d7d7d7;
  font-weight: 100;
  opacity: 0.2;
  text-align: center;
}

.footer a {
  text-decoration: none;
  pointer-events: auto;
  color: #d7d7d7;
}

@media only screen and (max-width: 660px) {
  .cursor {
    display: none;
  }

  #canvas-container-euphre {
    left: 0;
  }

  .a {
    padding: 10px;
    margin-right: 0rem;
    letter-spacing: 0.3em;
  }

  .footer {
    margin-bottom: 20px;
  }

  .header span {
    padding: 0 1em;
  }

  .header {
    font-size: 0.6em;
  }

  .main-section .product-display h3 {
    width: 260px;
    font-size: 42px;
    margin-left: 30px;
    line-height: 45px;
  }

  .hero h1 {
    margin: 10px 0;
    font-weight: 100;
    letter-spacing: 0.2em;
    font-size: 13vw;
  }

  .hero p {
    width: 85%;
    line-height: 22px;
  }

  .goddesses-container {
    padding: 0;
    justify-content: flex-end;
  }

  .goddesses-container ul {
    margin: 0px 0px 30px 30px;
    width: 80%;
  }

  .goddesses-container ul > li {
    padding-right: 20px;
    transition: all 0.8s ease-out;
    font-size: 20px;
  }

  .goddesses-container p {
    width: 85%;
    margin-left: 30px;
    line-height: 21px;
    margin-bottom: 40px;
  }

  .making-container {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }

  .making-container h1 {
    margin: 20px 28px;
  }

  .making-container hr {
    margin: 0 28px;
  }

  .making-container p {
    width: 85%;
    margin-left: 28px;
    line-height: 21px;
    margin-bottom: 40px;
  }
}

