div.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
div.preloader div.left-eye, div.preloader div.right-eye {
  width: 80px;
  height: 150px;
  border-radius: 50px;
  margin: 0 8px;
  position: relative;
  background-color: white;
  overflow: hidden;
  mask-image: radial-gradient(white, black);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  box-shadow: 0 0 0 2px #121212;
  transform: translateZ(0);
}
div.preloader div.left-eye .upper-eyelid,
div.preloader div.left-eye .bottom-eyelid, div.preloader div.right-eye .upper-eyelid,
div.preloader div.right-eye .bottom-eyelid {
  position: absolute;
  width: 120%;
  left: -10%;
  background-color: #121212;
  z-index: 2;
  border: 2px solid #121212;
  box-sizing: border-box;
}
div.preloader div.left-eye .upper-eyelid.upper-eyelid,
div.preloader div.left-eye .bottom-eyelid.upper-eyelid, div.preloader div.right-eye .upper-eyelid.upper-eyelid,
div.preloader div.right-eye .bottom-eyelid.upper-eyelid {
  height: 55%;
  top: -5%;
}
div.preloader div.left-eye .upper-eyelid.bottom-eyelid,
div.preloader div.left-eye .bottom-eyelid.bottom-eyelid, div.preloader div.right-eye .upper-eyelid.bottom-eyelid,
div.preloader div.right-eye .bottom-eyelid.bottom-eyelid {
  height: 55%;
  bottom: -5%;
}
div.preloader div.left-eye .eye-ball, div.preloader div.right-eye .eye-ball {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 1;
  background-color: #4609FF;
  border-radius: 50%;
}
div.preloader div.left-eye .eye-iris, div.preloader div.right-eye .eye-iris {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  z-index: 1;
  background-color: #000000;
  border-radius: 50%;
}
div.preloader div.circle {
  position: absolute;
  border: 2px solid #4609FF;
  background-color: #4609FF;
  border-radius: 50%;
  opacity: 0;
  animation: pulse 2s infinite;
}

main {
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #4609FF;
  opacity: 0;
  gap: 2rem;
}
main div.hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
main div.hero h1 {
  font-size: clamp(2.5rem, 8vw, 4rem);
  margin: 0;
  clip-path: inset(0);
  color: white;
  font-weight: normal;
  z-index: 9999;
  position: relative;
}
main div.hero h1 div {
  transition: text-shadow 0.15s ease, color 0.15s ease, scale 0.1s ease;
  cursor: pointer;
}
main div.hero h1 div:hover {
  text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
  color: #4609FF;
}
main div.hero h1 div:active {
  scale: 1.1;
}
main div.hero h2 {
  font-size: 1.25rem;
  margin: 0;
  clip-path: inset(0);
  font-weight: normal;
  z-index: 9999;
  position: relative;
}
main div.hero div.links {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  z-index: 9999;
  position: relative;
}
main div.hero div.links a {
  text-decoration: none;
  color: white;
  border: 2px solid white;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-size: 1.25rem;
  clip-path: inset(0);
  transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55), background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}
main div.hero div.links a:hover {
  background-color: white;
  color: #4609FF;
  transform: scale(1.1) rotate(-3deg);
  transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.25s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
main div.round-links {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
main div.round-links a.round-link {
  position: absolute;
  transform: translateY(-50%);
  width: 50rem;
  height: 50rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: auto;
}
main div.round-links a.round-link.projects-link {
  bottom: 0;
  left: 0;
  transform: translate(-40%, 40%);
  display: flex;
  background-color: var(--red);
}
main div.round-links a.round-link.projects-link span {
  position: absolute;
  right: 25%;
  top: 25%;
  font-size: clamp(1.5rem, 5vw, 2rem);
}
main div.round-links a.round-link.about-link {
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  background-color: var(--yellow);
  color: #121212;
}
main div.round-links a.round-link.about-link span {
  position: absolute;
  left: 25%;
  bottom: 25%;
  font-size: clamp(1.5rem, 5vw, 2rem);
}
main div.round-links a.round-link:hover.projects-link {
  background-color: white;
}
main div.round-links a.round-link:hover.projects-link span {
  color: var(--red);
}
main div.round-links a.round-link:hover.about-link {
  background-color: black;
}
main div.round-links a.round-link:hover.about-link span {
  color: var(--yellow);
}
main div.round-links a.round-link:active.projects-link {
  background-color: var(--red);
}
main div.round-links a.round-link:active.projects-link span {
  color: transparent;
}
main div.round-links a.round-link:active.about-link {
  background-color: var(--yellow);
}
main div.round-links a.round-link:active.about-link span {
  color: transparent;
}

@media (max-width: 600px) {
  main div.hero h1 {
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
  }
  main div.hero h2 {
    font-size: 1rem;
  }
  main div.hero div.links {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  main div.hero div.links a {
    font-size: 1rem;
    width: -moz-max-content;
    width: max-content;
    padding: 0.5rem 1rem;
  }
  main div.round-links a.round-link {
    width: 20rem;
    height: 20rem;
  }
  main div.round-links a.round-link.projects-link {
    bottom: 0;
    left: 0;
  }
  main div.round-links a.round-link.projects-link span {
    font-size: clamp(1rem, 6vw, 1.5rem);
  }
  main div.round-links a.round-link.about-link span {
    font-size: clamp(1rem, 6vw, 1.5rem);
  }
}/*# sourceMappingURL=home.css.map */