body,
html {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  background-color: black;
  color: white;
  overflow: hidden;
}

.container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(4px);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.logo-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.logo {
  width: 3.5rem;
  height: 3.5rem;
  background-image: url("https://hebbkx1anhila5yf.public.blob.vercel-storage.com/Untitled-LOGO-nhrj7F2cWDWtcbtJ3lznTsLSs5vvUV.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.animated-logo {
  animation: pulse 2s infinite ease-in-out, spin 10s infinite linear;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.logo-text {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 0.5rem;
}

.social-links {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-links li {
  margin-left: 1rem;
}

.social-links a {
  color: white;
  transition: color 0.3s ease, transform 0.3s ease;
}

.social-links a:hover {
  color: #cccccc;
  transform: scale(1.2);
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 0 1rem;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 1rem;
  text-align: center;
}

.subtitle {
  font-size: calc(1rem + 1vw);
  color: #cccccc;
  margin-top: 1rem;
  transition: color 0.3s ease, transform 0.3s ease;
}

.interactive-text:hover {
  color: #ff9100;
  transform: scale(1.05);
}

#main-logo {
  width: 8rem;
  height: 8rem;
  margin: 0 auto;
}

#background-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.animated {
  animation: pulse 2s infinite ease-in-out;
}

.glitch-text {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 1rem;
  position: relative;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.glitch-text__content {
  display: block;
  position: relative;
  white-space: nowrap;
}

.glitch-text__content::before,
.glitch-text__content::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch-text__content::before {
  left: 2px;
  text-shadow: -2px 0 #ff00c1;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim-2 3s infinite linear alternate-reverse;
}

.glitch-text__content::after {
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}

@keyframes glitch-anim {
  0% {
    clip: rect(10px, 9999px, 15px, 0);
    transform: skew(0.3deg);
  }
  5% {
    clip: rect(70px, 9999px, 75px, 0);
    transform: skew(0.5deg);
  }
  10% {
    clip: rect(40px, 9999px, 45px, 0);
    transform: skew(0.7deg);
  }
  15% {
    clip: rect(20px, 9999px, 25px, 0);
    transform: skew(0.2deg);
  }
  20% {
    clip: rect(60px, 9999px, 65px, 0);
    transform: skew(0.6deg);
  }
  25% {
    clip: rect(30px, 9999px, 35px, 0);
    transform: skew(0.4deg);
  }
  30% {
    clip: rect(50px, 9999px, 55px, 0);
    transform: skew(0.8deg);
  }
  35% {
    clip: rect(80px, 9999px, 85px, 0);
    transform: skew(0.1deg);
  }
  40% {
    clip: rect(15px, 9999px, 20px, 0);
    transform: skew(0.9deg);
  }
  45% {
    clip: rect(45px, 9999px, 50px, 0);
    transform: skew(0.3deg);
  }
  50% {
    clip: rect(5px, 9999px, 10px, 0);
    transform: skew(0.5deg);
  }
  55% {
    clip: rect(75px, 9999px, 80px, 0);
    transform: skew(0.7deg);
  }
  60% {
    clip: rect(25px, 9999px, 30px, 0);
    transform: skew(0.2deg);
  }
  65% {
    clip: rect(55px, 9999px, 60px, 0);
    transform: skew(0.6deg);
  }
  70% {
    clip: rect(35px, 9999px, 40px, 0);
    transform: skew(0.4deg);
  }
  75% {
    clip: rect(65px, 9999px, 70px, 0);
    transform: skew(0.8deg);
  }
  80% {
    clip: rect(5px, 9999px, 10px, 0);
    transform: skew(0.1deg);
  }
  85% {
    clip: rect(85px, 9999px, 90px, 0);
    transform: skew(0.9deg);
  }
  90% {
    clip: rect(45px, 9999px, 50px, 0);
    transform: skew(0.3deg);
  }
  95% {
    clip: rect(15px, 9999px, 20px, 0);
    transform: skew(0.5deg);
  }
  100% {
    clip: rect(75px, 9999px, 80px, 0);
    transform: skew(0.7deg);
  }
}

@keyframes glitch-anim-2 {
  0% {
    clip: rect(65px, 9999px, 70px, 0);
    transform: skew(0.4deg);
  }
  5% {
    clip: rect(35px, 9999px, 40px, 0);
    transform: skew(0.6deg);
  }
  10% {
    clip: rect(5px, 9999px, 10px, 0);
    transform: skew(0.8deg);
  }
  15% {
    clip: rect(85px, 9999px, 90px, 0);
    transform: skew(0.1deg);
  }
  20% {
    clip: rect(25px, 9999px, 30px, 0);
    transform: skew(0.9deg);
  }
  25% {
    clip: rect(55px, 9999px, 60px, 0);
    transform: skew(0.3deg);
  }
  30% {
    clip: rect(15px, 9999px, 20px, 0);
    transform: skew(0.5deg);
  }
  35% {
    clip: rect(75px, 9999px, 80px, 0);
    transform: skew(0.7deg);
  }
  40% {
    clip: rect(45px, 9999px, 50px, 0);
    transform: skew(0.2deg);
  }
  45% {
    clip: rect(65px, 9999px, 70px, 0);
    transform: skew(0.6deg);
  }
  50% {
    clip: rect(35px, 9999px, 40px, 0);
    transform: skew(0.4deg);
  }
  55% {
    clip: rect(5px, 9999px, 10px, 0);
    transform: skew(0.8deg);
  }
  60% {
    clip: rect(85px, 9999px, 90px, 0);
    transform: skew(0.1deg);
  }
  65% {
    clip: rect(25px, 9999px, 30px, 0);
    transform: skew(0.9deg);
  }
  70% {
    clip: rect(55px, 9999px, 60px, 0);
    transform: skew(0.3deg);
  }
  75% {
    clip: rect(15px, 9999px, 20px, 0);
    transform: skew(0.5deg);
  }
  80% {
    clip: rect(75px, 9999px, 80px, 0);
    transform: skew(0.7deg);
  }
  85% {
    clip: rect(45px, 9999px, 50px, 0);
    transform: skew(0.2deg);
  }
  90% {
    clip: rect(65px, 9999px, 70px, 0);
    transform: skew(0.6deg);
  }
  95% {
    clip: rect(35px, 9999px, 40px, 0);
    transform: skew(0.4deg);
  }
  100% {
    clip: rect(5px, 9999px, 10px, 0);
    transform: skew(0.8deg);
  }
}

@media (max-width: 768px) {
  .glitch-text {
    font-size: 7vw;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .glitch-text {
    font-size: 6vw;
  }
}

@media (min-width: 1025px) {
  .glitch-text {
    font-size: 5vw;
  }
}

