* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: thin;
  background-color: var(--bg-primary);
  overflow: hidden;
}

:root {
  --accent: rgb(81, 35, 247);
  /* --accent-secondary: #00d4aa; */
  --accent-secondary: #9169ca;
  --border: #333333;
  --background-2: #09090b;
  border-color: #e5e7eb;
  --background-3: #232b34;
  --contrast: #fff;
  --size: 4rem;
  --speed: 0.25;
  --blur: 4;
  --ease-in: linear(
    0 0%,
    0.0039 6.25%,
    0.0156 12.5%,
    0.0352 18.75%,
    0.0625 25%,
    0.0977 31.25%,
    0.1407 37.5%,
    0.1914 43.74%,
    0.2499 49.99%,
    0.3164 56.25%,
    0.3906 62.5%,
    0.5625 75%,
    0.7656 87.5%,
    1 100%
  );
  --ease: ease;
  --nav: "nav";
}

[data-theme="light"] {
  --bg-primary: #e6e6e6;
  --bg-secondary: #909090;
  --text-primary: #0a0a0a;
  --text-secondary: #303030;
  --accent: white;
  --accent-secondary: #00d4aa;
  --border: #e0e0e0;
  --particle-color: #969696;

  --theme-opposite: #09090b;
}

[data-theme="dark"] {
  --bg-primary: #09090b;
  --bg-secondary: #444444;
  --text-primary: #f1f1f1;
  --text-secondary: #909090;
  --accent: black;
  --accent-secondary: #00d4aa;
  --border: #e0e0e0;
  /* --theme-border: #0a0a0a; */
  --theme-opposite: #e6e6e6;
  --particle-color: #969696;
}

#follower {
  position: absolute;
  /* z-index: 0; */
  width: 50px;
  height: 50px;
  background: #d2bcf1;
  border-radius: 50%;
  pointer-events: none;
  /* top: -50%; */
  /* So it doesn't block mouse events */
  transition: transform 0.05s linear;
  /* filter: blur(2px) */
}

.blur-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
  overflow: clip;
  min-width: none;
  filter: blur(100px);
}

.hero-blur-bg {
  position: absolute;
  /* right: 10px; */
  border-radius: 9999px;
  /* --tw-blur: blur(48px); */
  --tw-blur: blur(0px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
  background: radial-gradient(
    ellipse closest-side at center,
    /* var(--accent),
    #9169ca80 var(--accent-secondary) */ #83dd9e,
    #3166b480
  );

  /* --tw-rotate: -20deg; */
}

.blur-1 {
  width: 1192px;
  height: 718px;
  left: 311px;
  top: -525px;
  opacity: 0.4;
  /* rotate: 20deg; */
  --tw-rotate: -20deg;

  transform: rotate(var(--tw-rotate));
}

.blur-2 {
  width: 1192px;
  height: 318px;
  left: 400px;
  top: 45px;
  opacity: 0.6;
  /* rotate: -32deg; */
  --tw-rotate: -32deg;

  transform: rotate(var(--tw-rotate));
}
.blur-3 {
  width: 1362px;
  height: 803px;
  left: 523px;
  top: -450px;
  opacity: 0.6;
  /* rotate: 40deg; */
  --tw-rotate: 26deg;
  transform: rotate(var(--tw-rotate));
}
.blur-4 {
  width: 1662px;
  height: 920px;
  left: 1071px;
  top: -339px;
  opacity: 0.35;
  /* rotate: -32deg; */
  --tw-rotate: -32deg;
  transform: rotate(var(--tw-rotate));
}

.container {
  min-height: 100vh;
  padding: 0;
  max-width: 100vw;
  overflow: clip;
  margin: 0 auto;
  --tw-bg-opacity: 1;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

#blurring {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: rgba(10, 10, 10, 0.1);
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--accent);
}

.theme-toggle {
  background: none;
  border: 1px solid var(--theme-opposite);
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
  border-radius: 50px;
  filter: grayscale(1);
  background: var(--bg-primary);

  width: calc(var(--size)/1.5) !important;
    height: calc(var(--size)/1.5) !important;
    font-size: calc(var(--size) / 4) !important;
    border: 0.1rem solid var(--background-3);
    border-radius: calc(var(--size) * 0.2);
}

/* .theme-toggle:hover {
  border-color: var(--theme-opposite);
  color: var(--accent);
  transform: scale(1.05);
  background: var(--theme-opposite);
} */

.fullscreen-hero {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.contact-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  bottom: 2rem;
  left: 50%;
  color: white;
  transform: rotate(0) rotateY(0.05turn) rotateX(-0.1turn);
}

.hero-content {
  z-index: 2;
  width: 80vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  
  a {
    text-decoration: none;
    color: var(--text-primary);
  }
}
.contact-icon {
    position: relative;
    width: var(--size);
    height: var(--size);
    font-size: calc(var(--size) / 2);
    border: 0.1rem solid var(--background-3);
    border-radius: calc(var(--size) * 0.2);

    box-shadow: 0.15rem 0.15rem 0 0 var(--background-3),
      0.3rem 0.3rem 0 0 var(--background-3),
      0.45rem 0.45rem 0 0 var(--background-3),
      0.6rem 0.6rem 0 0 var(--background-3);
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-icon:hover {
    cursor: pointer;
    transform: translate(0.33rem) translateY(0.33rem);
    box-shadow: 0.15rem 0.15rem 0 0 var(--background-3),
      0.3rem 0.3rem 0 0 var(--background-3),
      0.45rem 0.45rem 0 0 var(--background-3),
      0.5rem 0.5rem 0 0 var(--background-3);
  }


.hero-name {
  font-size: clamp(5rem, 10vw, 7rem);
  font-weight: 100;
  background: linear-gradient(90deg, var(--bg-primary), var(--bg-secondary));
  background-clip: text;
  span {
    filter: contrast(0.7);
    display: block;
  }
}

.hero-role {
  font-size: clamp(0.5rem, 2vw, 2rem);
  color: var(--text-secondary);
  font-weight: 300;
  letter-spacing: 2px;
  font-style: italic; /* text-transform: italics; */

  /* opacity: 0.8; */
  padding-bottom: 40px;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--accent);
  font-size: 1.5rem;
  animation: bounce 2s infinite;
}

@keyframes float-particle {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100vh) rotate(360deg);
    opacity: 0;
  }
}

.floating-particle {
  position: absolute;
  width: 6px;
  height: 6px;
  top: -2%;
  background: #969696;
  border-radius: 50%;
  animation: float-particle 8s linear infinite;
}

[data-theme="dark"] .floating-particle {
  background: var(--particle-color);
}

[data-theme="dark"] .container {
  background: var(--bg-primary);
}

[data-theme="dark"] .hero-name {
  color: var(--text-primary);
}
.hero-blur-bg-container {
  position: absolute;
  top: 0;
  right: 0;
  transition: right 0.3s ease;

  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  /* .hero-blur-bg {
    left: 361px;
  } */
  .hero-blur-bg-container {
    right: 361px;
    transition: right 0.3s ease;
  }
}

@media (max-width: 768px) {
  .hero-blur-bg-container {
    right: 600px;
    transition: right 0.3s ease;
  }
}
@media (max-width: 640px) {
  .hero-blur-bg-container {
    right: 801px;
    transition: right 0.3s ease;
  }
}
