:root {
  --gif-texture: url("../src/img/noise.gif");
}

body {
  font: 100% Helvetica, sans-serif;
  color: #ffffff;
  background-color: #171719;
  margin: 0;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.875rem;
  background-color: #A0A2D7;
}

::-webkit-scrollbar-track {
  display: block;
}

::-webkit-scrollbar-thumb {
  background: #171719;
  border: solid 3px #A0A2D7;
  border-radius: 1rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #000;
}

::selection {
  background: white;
  color: #2929EE;
}

.container {
  max-width: 890px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

canvas.smokey {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: plus-lighter;
  opacity: 1;
  background-color: #ffffff;
  z-index: 1;
}
canvas.smokey:active {
  pointer-events: none;
}

.h-01 {
  color: rgba(255, 255, 255, 0);
  height: 0px;
  width: 0px;
  font-size: 0.01px;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.pixel-avatar {
  z-index: 1;
  position: relative;
  height: 300px;
  width: 300px;
  background: url("../src/img/steps/10.jpg");
  background-size: cover !important;
  display: block;
  image-rendering: pixelated;
  transition: background 0.25s ease-out;
  animation: pixelimage-reverse 0.25s forwards ease-out;
}
.pixel-avatar::after {
  display: block;
  width: 100%;
  image-rendering: pixelated;
  height: 100%;
  content: "";
  background: url("../src/img/facebrush.png");
  background-size: cover;
}

.pixel-avatar:hover {
  animation: pixelimage 0.25s forwards;
  background: url("../src/img/steps/5.jpg");
}

.alt-container {
  padding: 3rem;
  width: calc(100vw - 6rem);
  height: calc(100vh - 6rem);
  z-index: 1;
  display: flex;
  overflow: hidden;
}
.alt-container .grid {
  background-color: transparent;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin: auto;
  max-width: 1280px;
}
.alt-container .grid .sq {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  backdrop-filter: blur(5px);
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.3137254902);
  padding: 2rem;
  position: relative;
  overflow: hidden;
  color: #fff;
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 1rem;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1), inset 0 0 1rem rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.alt-container .grid .sq h2 {
  font-family: "ppneuemachina";
  font-weight: 700;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 125%;
  margin: 0;
}
.alt-container .grid .sq h3 {
  font-family: "ppneuemachina";
  font-weight: 700;
  font-weight: 500;
  margin-bottom: 1rem;
  margin: 0;
}
.alt-container .grid .sq h4 {
  font-family: "ppneuemachina";
  font-weight: 700;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.alt-container .grid .sq p {
  font-family: "inter";
  font-weight: 400;
}
.alt-container .grid .sq p.description {
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 150%;
  margin: 0;
  margin-top: 1rem;
}
.alt-container .grid .sq .pixel-avatar {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.alt-container .grid .sq .mini {
  margin-bottom: 0.25rem 0;
}
.alt-container .grid .sq .milan-it {
  display: flex;
  gap: 0.5rem;
}
.alt-container .grid .sq .milan-it p {
  margin: 0;
}
.alt-container .grid .sq .links {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  margin-top: 1rem;
}
.alt-container .grid .sq .links .links-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.alt-container .grid .sq .links .links-row h4 {
  margin: 0;
}
.alt-container .grid .sq .links .links-row a {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  text-decoration: none;
  width: auto;
}
.alt-container .grid .sq .links .links-row a:hover span {
  color: #171719;
  box-shadow: 0 2px 0 0 #171719;
  transition: all 0.25s ease-out;
}
.alt-container .grid .sq .links .links-row a:hover svg path {
  fill: #171719;
  transition: all 0.25s ease-out;
}
.alt-container .grid .sq .links .links-row a span {
  font-family: "inter";
  font-weight: 400;
  color: #efefef;
  font-weight: 400;
  box-shadow: 0 1px 0 0 #efefef;
  letter-spacing: 1px;
  transition: all 0.25s ease-out;
}
.alt-container .grid .sq .links .links-row a svg {
  width: 1.5rem;
}
.alt-container .grid .sq .links .links-row a svg path {
  fill: #efefef;
  transition: all 0.25s ease-out;
}
.alt-container .grid .sq.ar-1 {
  grid-area: 1/1/3/3;
  padding: 2rem;
}
.alt-container .grid .sq.ar-2 {
  grid-area: 1/3/2/4;
}
.alt-container .grid .sq.ar-3 {
  grid-area: 2/3/3/4;
}
.alt-container .grid .sq.ar-4 {
  grid-area: 1/4/3/6;
  background: rgba(0, 0, 0, 0.6);
  mix-blend-mode: multiply;
}
.alt-container .grid .sq.ar-5 {
  grid-area: 3/1/4/3;
  padding: 0;
}
.alt-container .grid .sq.ar-6 {
  grid-area: 3/3/4/5;
  aspect-ratio: initial;
}
.alt-container .grid .sq.ar-7 {
  grid-area: 3/5/4/6;
  aspect-ratio: unset;
  height: auto;
}
.alt-container .grid .sq.ar-8 {
  grid-area: 4/1/5/3;
  aspect-ratio: 2/1;
  padding: 0;
}
.alt-container .grid .sq.figma-profile {
  background-color: #000;
}
.alt-container .grid .sq.figma-profile a {
  text-decoration: none;
}
.alt-container .grid .sq.figma-profile img {
  position: absolute;
  top: 24px;
  left: 24px;
  opacity: 0.25;
}
.alt-container .grid .sq.figma-profile p {
  color: white;
  text-decoration: none;
  position: absolute;
  font-weight: 300;
  left: 1.5rem;
  bottom: 1.5rem;
  right: 1.5rem;
  margin: 0;
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}
.alt-container .grid .sq.figma-profile p .special {
  color: #2929EE;
  font-weight: 600;
  transition: all ease-out 0.25s;
}
.alt-container .grid .sq.figma-profile button {
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background-color: #2929EE;
  border: none;
  color: #fff;
  font-family: "inter";
  font-weight: 400;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  letter-spacing: 1px;
  transition: all ease-out 0.25s;
}
.alt-container .grid .sq.figma-profile:hover p .special {
  color: #7E7EF4;
}
.alt-container .grid .sq.figma-profile:hover button {
  background-color: #7E7EF4;
}

a {
  height: 100%;
  width: 100%;
}
a .background-image {
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: fill;
  left: 0;
  -webkit-user-drag: none;
  transition: 0.25s ease-in-out;
}
a .background-image:hover {
  scale: 1.02;
}

.name-pixel {
  width: 100%;
  height: auto;
}
.name-pixel .name-pixel-component {
  transition: 1.5s ease-in-out;
  fill: #fff;
}
.name-pixel .name-pixel-component:hover {
  transition: 0s;
  fill: #ffc3a4;
}

.tools-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem;
  margin-top: 1rem;
}
.tools-grid .tool {
  flex: 1;
  position: relative;
  width: fit-content;
  flex-grow: inherit;
}
.tools-grid .tool:hover img {
  transform: scale(1.1);
}
.tools-grid .tool:hover p {
  opacity: 1;
  transform: translateY(-1.7rem) translateX(-50%);
}
.tools-grid .tool img {
  height: 2rem;
  border-radius: 25%;
  transition: all 0.5s ease-in-out;
}
.tools-grid .tool p {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transform: translateY(-1.3rem) translateX(-50%);
  margin: 0 auto;
  font-size: 12px;
  background-color: #000;
  padding: 2px 6px;
  width: max-content;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease-in-out;
}

.bg .vanta-canvas {
  min-height: 100%;
  min-width: 100%;
}

.white-overlay {
  position: fixed; /* Fixes the overlay to the viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transition: background-color 1s ease, box-shadow 1s ease;
  opacity: 1;
  box-shadow: inset 0 0 10rem 10rem white;
  z-index: 999;
}
.white-overlay.loaded {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: inset 0 0 0rem 0rem rgba(255, 255, 255, 0);
  pointer-events: none;
}

@keyframes blur {
  0% {
    filter: blur(0px);
  }
  20% {
    filter: blur(4px);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes pixelimage {
  0% {
    background: url("../src/img/steps/10.jpg");
  }
  20% {
    background: url("../src/img/steps/9.jpg");
  }
  40% {
    background: url("../src/img/steps/8.jpg");
  }
  50% {
    background: url("../src/img/steps/7.jpg");
  }
  60% {
    background: url("../src/img/steps/6.jpg");
  }
  100% {
    background: url("../src/img/steps/5.jpg");
  }
}
@keyframes pixelimage-reverse {
  0% {
    background: url("../src/img/steps/5.jpg");
  }
  20% {
    background: url("../src/img/steps/6.jpg");
  }
  40% {
    background: url("../src/img/steps/7.jpg");
  }
  50% {
    background: url("../src/img/steps/8.jpg");
  }
  60% {
    background: url("../src/img/steps/9.jpg");
  }
  100% {
    background: url("../src/img/steps/10.jpg");
  }
}
@keyframes pixelnamecomponent {
  0% {
    fill: blue;
  }
  20% {
    fill: blue;
  }
  100% {
    fill: black;
  }
}
.marquee-container {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  background: white;
  margin: 0.5rem;
  margin-bottom: 0;
  padding: 2rem 0;
  border-radius: 2rem;
}
.marquee-container .marquee {
  overflow: hidden; /* Hide the scrollbar */
  display: flex;
  cursor: default;
  pointer-events: none;
}
.marquee-container .marquee .word-container {
  display: flex;
  gap: 1rem;
  padding: 0;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.marquee-container .marquee .word-container img {
  height: 5vw;
  min-height: 3rem;
  max-height: 10rem;
}
.marquee-container .marquee .word-container img:last-of-type {
  margin-right: 1rem;
}

.alt .marquee-container {
  flex: 1;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  background: transparent;
  padding: 0;
  margin: 0;
}
.alt .marquee-container .marquee {
  overflow: hidden; /* Hide the scrollbar */
  display: flex;
  height: 100%;
  cursor: default;
  pointer-events: none;
}
.alt .marquee-container .marquee .word-container {
  display: flex;
  height: 100%;
  gap: 1rem;
  padding: 0;
  align-items: center;
  white-space: nowrap;
  text-transform: uppercase;
}
.alt .marquee-container .marquee .word-container img {
  height: 100%;
  filter: invert(100%);
  min-height: 6rem;
  max-height: 15vh;
}
.alt .marquee-container .marquee .word-container img:last-of-type {
  margin-right: 1rem;
}

* {
  cursor: none;
}

.cursor-dot {
  --size: 14px;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: width 0.15s, height 0.15s, background-color 0.3s;
  transition-timing-function: ease-out;
  backdrop-filter: invert(100%);
  box-shadow: inset 0 0 0 0px;
}

.cursor-dot.active {
  --size: 48px;
  background: transparent;
}

@media (hover: none) {
  .cursor {
    display: none !important;
  }
}
@font-face {
  font-family: "ppneuemachina";
  src: url("../src/font/PPNeueMachina-Regular.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ppneuemachina";
  src: url("../src/font/PPNeueMachina-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ppneuemachina";
  src: url("../src/font/PPNeueMachina-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ppneuemachina";
  src: url("../src/font/PPNeueMachina-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "inter";
  src: url("../src/font/Inter-Variable.ttf") format("ttf-variations");
  font-weight: 1 999;
  font-style: normal;
}
.switch-faces {
  background-color: #F8F7F3;
  position: relative;
  min-height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: rgb(207, 100, 92);
  background: linear-gradient(275deg, rgb(207, 100, 92) 0%, rgb(217, 53, 46) 100%);
}
.switch-faces .line {
  position: absolute;
  width: 100%;
  border: 1px dashed rgba(255, 255, 255, 0.2);
  mix-blend-mode: overlay;
}
.switch-faces:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
  background: linear-gradient(275deg, white, rgba(208, 93, 86, 0) 15%, rgba(216, 60, 53, 0) 85%, white);
}
.switch-faces:hover img {
  animation: none;
  transform: none;
}
.switch-faces .image-container {
  width: 100%;
  height: 100%;
  margin: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
.switch-faces .main {
  width: 100%;
  position: relative;
}
.switch-faces #tuft, .switch-faces #face {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
  z-index: 2;
}
.switch-faces #face {
  z-index: 0;
}
.switch-faces .carousel.car-cell {
  height: 100%;
  width: auto;
}
.switch-faces .carousel-cell, .switch-faces .carousel-cell img {
  height: 100%;
}
.switch-faces .flickity-slider {
  height: fit-content;
}
.switch-faces .carousel-cell img {
  width: 240px;
  height: auto;
  margin: 0 1rem;
}
.switch-faces .carousel-cell {
  height: min-content;
  display: flex;
}
.switch-faces #hair, .switch-faces #eyes, .switch-faces #mouth {
  z-index: 1;
}
.switch-faces .tooltip {
  pointer-events: none;
  opacity: 0.8;
  display: flex;
  position: absolute;
  top: 0;
  color: rgba(255, 255, 255, 0.5019607843);
  font-family: "ppneuemachina";
  font-weight: 700;
  font-size: 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: max-content;
  mix-blend-mode: overlay;
}
.switch-faces .tooltip img {
  height: 6vw;
  width: 6vw;
  max-width: 3rem;
  max-height: 3rem;
  min-width: 1rem;
  min-height: 1rem;
}
@media screen and (max-width: 1279px) {
  .switch-faces .carousel-cell img {
    width: 280px;
  }
  .switch-faces .main > .car-cell {
    height: auto !important;
  }
}
@media screen and (max-width: 539px) {
  .switch-faces .carousel-cell img {
    width: 170px;
  }
}

h1 {
  font-size: 2rem;
}
@media screen and (min-width: 360px) {
  h1 {
    font-size: calc(2rem + 24 * (100vw - 360px) / 530);
  }
}
@media screen and (min-width: 890px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  font-size: 1rem;
}
@media screen and (min-width: 360px) {
  h2 {
    font-size: calc(16px + 24 * (100vw - 360px) / 530);
  }
}
@media screen and (min-width: 890px) {
  h2 {
    font-size: 2.5rem;
  }
}

p {
  font-size: 0.75rem;
  line-height: 150%;
}
@media screen and (min-width: 360px) {
  p {
    font-size: calc(12px + 4 * (100vw - 360px) / 530);
  }
}
@media screen and (min-width: 890px) {
  p {
    font-size: 1rem;
  }
}

h3 {
  font-size: 1rem;
}
@media screen and (min-width: 360px) {
  h3 {
    font-size: calc(16px + 8 * (100vw - 360px) / 530);
  }
}
@media screen and (min-width: 890px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 0.625rem;
}
@media screen and (min-width: 360px) {
  h4 {
    font-size: calc(10px + 2 * (100vw - 360px) / 530);
  }
}
@media screen and (min-width: 890px) {
  h4 {
    font-size: 0.75rem;
  }
}

.links-row a span {
  font-size: 0.75rem;
}
@media screen and (min-width: 360px) {
  .links-row a span {
    font-size: calc(12px + 2 * (100vw - 360px) / 530);
  }
}
@media screen and (min-width: 890px) {
  .links-row a span {
    font-size: 0.875rem;
  }
}

.mini {
  font-size: 0.5rem;
}
@media screen and (min-width: 360px) {
  .mini {
    font-size: calc(8px + 4 * (100vw - 360px) / 530);
  }
}
@media screen and (min-width: 890px) {
  .mini {
    font-size: 0.75rem;
  }
}

.tooltip {
  font-size: 2rem;
}
@media screen and (min-width: 360px) {
  .tooltip {
    font-size: calc(32px + 48 * (100vw - 360px) / 530);
  }
}
@media screen and (min-width: 890px) {
  .tooltip {
    font-size: 5rem;
  }
}

@media screen and (max-width: 680px) {
  .grid-hero .cell.x-1 {
    aspect-ratio: initial;
  }
  .grid-hero .cell.x-2 {
    aspect-ratio: 6/4;
  }
  .grid-hero .cell.introduction {
    flex-direction: column;
  }
  .grid-hero .cell.introduction .description {
    margin: 1.5rem;
    margin-top: 0;
  }
  .grid-hero .cell .text {
    left: 1rem;
    bottom: 1rem;
  }
  .grid-hero .cell .text .icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .grid-hero .cell:not(footer):hover .image-container > .text {
    font-size: inherit;
  }
  .grid-hero .cell:not(footer):hover .image-container > img {
    transform: scale(1.05);
  }
  .grid-hero footer.cell {
    flex-direction: column;
  }
}
@media screen and (max-width: 1299px) {
  body {
    overflow: visible;
    overflow-x: hidden;
  }
  .alt-container {
    width: calc(100vw - 3rem);
    height: calc(100vh - 3rem);
    padding: 1.5rem;
    overflow: unset;
  }
  .alt-container .grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 780px;
    margin-top: 0;
    gap: 1rem;
  }
  .alt-container .grid .sq {
    padding: 1rem;
  }
  .alt-container .grid .sq h3 {
    margin-bottom: 0;
  }
  .alt-container .grid .sq .links .links-row a svg {
    width: 1.25rem;
  }
  .alt-container .grid .sq.ar-1 {
    grid-area: 1/1/3/3;
    padding: 1rem;
  }
  .alt-container .grid .sq.ar-2 {
    grid-area: 1/3/2/4;
  }
  .alt-container .grid .sq.ar-3 {
    grid-area: 2/3/3/4;
  }
  .alt-container .grid .sq.ar-4 {
    grid-area: 4/1/4/4;
    aspect-ratio: unset;
  }
  .alt-container .grid .sq.ar-5 {
    grid-area: 5/1/5/4;
    aspect-ratio: 3/2;
  }
  .alt-container .grid .sq.ar-6 {
    grid-area: 3/1/4/4;
  }
  .alt-container .grid .sq.ar-7 {
    grid-area: 6/1/6/4;
    aspect-ratio: unset;
  }
  .alt-container .grid .sq.ar-8 {
    grid-area: 7/1/7/4;
    margin-bottom: 3rem;
    aspect-ratio: unset;
  }
  .alt-container .grid .sq.figma-profile p {
    position: relative;
    margin: 8rem 0 0;
    display: block;
    left: 0;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  .switch-faces {
    padding: 1rem 0;
  }
  .alt-container .grid .sq .links {
    gap: 0.75rem;
  }
  .alt-container .grid .sq .links .links-row a svg {
    width: 1rem;
  }
}

/*# sourceMappingURL=styles.css.map */
