@charset "UTF-8";
/* trianlge */
@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");
#loader {
  opacity: 1;
  transition: opacity 0.8s ease;
}

#loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

body {
  margin: 0;
  overflow: hidden;
  background: #090909;
  font-family: Arial, sans-serif;
}

.wrapper {
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  justify-content: center;
}

/* CONTAINER */
.triangle-wrap {
  position: relative;
  width: 250px;
  height: 217px;
}

/* BASE TRIANGLE */
.triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 125px 216.5px 125px;
  border-color: transparent transparent #f2f2f0 transparent;
  animation: triangleMove 1s linear infinite;
}
.triangle::after {
  content: "";
  position: absolute;
  top: 11.5px;
  left: -114px;
  border-style: solid;
  border-width: 0 115px 199.2px 115px;
  border-color: transparent transparent #090909 transparent;
}

/* RGB SPLIT */
.triangle--main {
  z-index: 3;
}

.triangle--red {
  border-color: transparent transparent red transparent;
  animation-delay: 0.5s;
  z-index: 2;
}

.triangle--blue {
  border-color: transparent transparent cyan transparent;
  animation-delay: 0.3s;
  z-index: 1;
}

/* TEXT */
.triangle__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: Arial, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 18px;
  text-transform: uppercase;
  background: #090909;
  padding: 10px;
  z-index: 10;
  animation: textAnim 1.4s infinite;
}

/* ANIMATIONS */
@keyframes triangleMove {
  0% {
    transform: translateX(0);
    filter: blur(0);
  }
  15% {
    transform: translateX(8px);
    filter: blur(2px);
  }
  30% {
    transform: translateX(-6px);
    filter: blur(0);
  }
  45% {
    transform: translateX(4px);
    filter: blur(3px);
  }
  60% {
    transform: translateX(-3px);
    filter: blur(0);
  }
  75% {
    transform: translateX(2px);
    filter: blur(2px);
  }
  100% {
    transform: translateX(0);
    filter: blur(0);
  }
}
@keyframes textAnim {
  0% {
    transform: translate(-50%, -50%);
  }
  20% {
    transform: translate(-48%, -52%) skewX(180deg);
  }
  40% {
    transform: translate(-51%, -49%);
  }
  70% {
    transform: translate(-50%, -50%) skewX(-220deg);
    filter: blur(1px);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
/* Bg */
html {
  background-color: black;
}

html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: black;
}

/* BACKGROUND LAYER */
#bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  background: url("./assets/BambiRaveBG.webp") center/cover no-repeat;
  background-blend-mode: multiply;
  animation: spazz 17s steps(1) infinite;
}

/* Background becomes visible */
#bg.is-visible {
  opacity: 1;
}

/* LOADER LAYER */
#loader {
  position: fixed;
  inset: 0;
  z-index: 10;
  background: #090909;
  opacity: 1;
  transition: opacity 0.8s ease;
}

#loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes spazz {
  1% {
    filter:  hue-rotate(108deg);
    background-color: hsl(267, 100%, 70%);
    transform: translate(-11px, 7px) scale(1.15);
  }
  2% {
    filter:  hue-rotate(115.2deg) contrast(2.35);
    background-color: hsl(46, 100%, 70%);
    transform: translate(7px, 12px) scale(1.25);
  }
  3% {
    filter:  hue-rotate(302.4deg);
    background-color: hsl(55, 100%, 70%);
    transform: translate(3px, 2px) scale(1.09);
  }
  4% {
    filter:  hue-rotate(183.6deg);
    background-color: hsl(60, 100%, 70%);
    transform: translate(-8px, -2px) scale(1.19);
  }
  8% {
    filter:  hue-rotate(180deg);
    background-color: hsl(11, 100%, 70%);
    transform: translate(11px, 11px) scale(1.09);
  }
  10% {
    filter:  hue-rotate(226.8deg);
    background-color: hsl(3, 100%, 70%);
    transform: translate(-2px, 2px) scale(1.22);
  }
  11% {
    filter:  hue-rotate(72deg);
    background-color: hsl(288, 100%, 70%);
    transform: translate(15px, 12px) scale(1.25);
  }
  12% {
    filter:  hue-rotate(334.8deg);
    background-color: hsl(37, 100%, 70%);
    transform: translate(3px, 13px) scale(1.19);
  }
  13% {
    filter:  hue-rotate(28.8deg);
    background-color: hsl(282, 100%, 70%);
    transform: translate(6px, 6px) scale(1.14);
  }
  14% {
    filter:  hue-rotate(154.8deg);
    background-color: hsl(356, 100%, 70%);
    transform: translate(4px, 4px) scale(1.18);
  }
  16% {
    filter:  hue-rotate(309.6deg);
    background-color: hsl(326, 100%, 70%);
    transform: translate(3px, -8px) scale(1.14);
  }
  17% {
    filter:  hue-rotate(169.2deg);
    background-color: hsl(27, 100%, 70%);
    transform: translate(-2px, 6px) scale(1.13);
  }
  19% {
    filter:  hue-rotate(14.4deg);
    background-color: hsl(67, 100%, 70%);
    transform: translate(6px, -11px) scale(1.24);
  }
  21% {
    filter:  hue-rotate(280.8deg);
    background-color: hsl(60, 100%, 70%);
    transform: translate(-8px, 13px) scale(1.15);
  }
  22% {
    filter:  hue-rotate(259.2deg);
    background-color: hsl(98, 100%, 70%);
    transform: translate(4px, -11px) scale(1.14);
  }
  23% {
    filter:  hue-rotate(10.8deg);
    background-color: hsl(125, 100%, 70%);
    transform: translate(11px, -11px) scale(1.19);
  }
  24% {
    filter:  saturate(3.61) hue-rotate(3.6deg);
    background-color: hsl(139, 100%, 70%);
    transform: translate(-10px, 14px) scale(1.25);
  }
  25% {
    filter:  saturate(3.88) hue-rotate(284.4deg);
    background-color: hsl(252, 100%, 70%);
    transform: translate(0px, 3px) scale(1.08);
  }
  26% {
    filter:  hue-rotate(79.2deg);
    background-color: hsl(21, 100%, 70%);
    transform: translate(-12px, -12px) scale(1.12);
  }
  27% {
    filter:  hue-rotate(162deg);
    background-color: hsl(296, 100%, 70%);
    transform: translate(3px, -2px) scale(1.17);
  }
  32% {
    filter:  hue-rotate(356.4deg);
    background-color: hsl(89, 100%, 70%);
    transform: translate(-8px, 10px) scale(1.07);
  }
  33% {
    filter:  hue-rotate(72deg);
    background-color: hsl(280, 100%, 70%);
    transform: translate(-13px, -5px) scale(1.25);
  }
  37% {
    filter:  hue-rotate(273.6deg);
    background-color: hsl(53, 100%, 70%);
    transform: translate(14px, -9px) scale(1.11);
  }
  38% {
    filter:  hue-rotate(151.2deg);
    background-color: hsl(102, 100%, 70%);
    transform: translate(10px, 11px) scale(1.19);
  }
  40% {
    filter:  saturate(3.79) hue-rotate(277.2deg);
    background-color: hsl(105, 100%, 70%);
    transform: translate(6px, -1px) scale(1.21);
  }
  41% {
    filter:  hue-rotate(115.2deg);
    background-color: hsl(317, 100%, 70%);
    transform: translate(-10px, -12px) scale(1.13);
  }
  42% {
    filter:  hue-rotate(259.2deg) contrast(3.88);
    background-color: hsl(208, 100%, 70%);
    transform: translate(11px, 7px) scale(1.11);
  }
  44% {
    filter:  hue-rotate(68.4deg);
    background-color: hsl(107, 100%, 70%);
    transform: translate(2px, 7px) scale(1.11);
  }
  46% {
    filter:  hue-rotate(115.2deg);
    background-color: hsl(271, 100%, 70%);
    transform: translate(-14px, -8px) scale(1.23);
  }
  47% {
    filter:  hue-rotate(223.2deg);
    background-color: hsl(287, 100%, 70%);
    transform: translate(-5px, 5px) scale(1.08);
  }
  48% {
    filter:  hue-rotate(100.8deg);
    background-color: hsl(223, 100%, 70%);
    transform: translate(-8px, -2px) scale(1.08);
  }
  49% {
    filter:  hue-rotate(75.6deg);
    background-color: hsl(216, 100%, 70%);
    transform: translate(1px, 3px) scale(1.2);
  }
  50% {
    filter:  hue-rotate(234deg);
    background-color: hsl(280, 100%, 70%);
    transform: translate(0px, -3px) scale(1.19);
  }
  51% {
    filter:  hue-rotate(28.8deg);
    background-color: hsl(262, 100%, 70%);
    transform: translate(-5px, 15px) scale(1.07);
  }
  55% {
    filter:  saturate(9.1) hue-rotate(75.6deg);
    background-color: hsl(244, 100%, 70%);
    transform: translate(-1px, -10px) scale(1.1);
  }
  58% {
    filter:  hue-rotate(223.2deg);
    background-color: hsl(34, 100%, 70%);
    transform: translate(-2px, 4px) scale(1.23);
  }
  60% {
    filter:  hue-rotate(61.2deg);
    background-color: hsl(45, 100%, 70%);
    transform: translate(0px, -5px) scale(1.22);
  }
  61% {
    filter:  hue-rotate(190.8deg) contrast(4.51);
    background-color: hsl(201, 100%, 70%);
    transform: translate(11px, -2px) scale(1.25);
  }
  62% {
    filter:  hue-rotate(295.2deg);
    background-color: hsl(127, 100%, 70%);
    transform: translate(-1px, 10px) scale(1.08);
  }
  64% {
    filter:  hue-rotate(234deg) invert(1);
    background-color: hsl(359, 100%, 70%);
    transform: translate(13px, 13px) scale(1.25);
  }
  65% {
    filter:  hue-rotate(291.6deg);
    background-color: hsl(279, 100%, 70%);
    transform: translate(-14px, 7px) scale(1.14);
  }
  69% {
    filter:  hue-rotate(54deg);
    background-color: hsl(30, 100%, 70%);
    transform: translate(-3px, -1px) scale(1.13);
  }
  70% {
    filter:  hue-rotate(154.8deg);
    background-color: hsl(301, 100%, 70%);
    transform: translate(-13px, -3px) scale(1.1);
  }
  71% {
    filter:  hue-rotate(226.8deg);
    background-color: hsl(50, 100%, 70%);
    transform: translate(8px, -1px) scale(1.21);
  }
  72% {
    filter:  hue-rotate(136.8deg);
    background-color: hsl(172, 100%, 70%);
    transform: translate(-7px, 12px) scale(1.16);
  }
  74% {
    filter:  hue-rotate(144deg) contrast(8.38);
    background-color: hsl(265, 100%, 70%);
    transform: translate(-7px, -7px) scale(1.19);
  }
  75% {
    filter:  hue-rotate(46.8deg);
    background-color: hsl(11, 100%, 70%);
    transform: translate(1px, 12px) scale(1.09);
  }
  78% {
    filter:  hue-rotate(198deg);
    background-color: hsl(107, 100%, 70%);
    transform: translate(1px, -7px) scale(1.21);
  }
  80% {
    filter:  hue-rotate(259.2deg);
    background-color: hsl(16, 100%, 70%);
    transform: translate(4px, 3px) scale(1.17);
  }
  81% {
    filter:  hue-rotate(3.6deg);
    background-color: hsl(232, 100%, 70%);
    transform: translate(-14px, -10px) scale(1.24);
  }
  82% {
    filter:  saturate(1.99) hue-rotate(129.6deg);
    background-color: hsl(337, 100%, 70%);
    transform: translate(-14px, 6px) scale(1.17);
  }
  83% {
    filter:  hue-rotate(82.8deg) contrast(6.04);
    background-color: hsl(157, 100%, 70%);
    transform: translate(-7px, -6px) scale(1.06);
  }
  85% {
    filter:  saturate(5.14) hue-rotate(158.4deg);
    background-color: hsl(317, 100%, 70%);
    transform: translate(-11px, -2px) scale(1.17);
  }
  88% {
    filter:  hue-rotate(151.2deg);
    background-color: hsl(13, 100%, 70%);
    transform: translate(7px, 1px) scale(1.15);
  }
  91% {
    filter:  saturate(7.03) hue-rotate(277.2deg);
    background-color: hsl(323, 100%, 70%);
    transform: translate(-7px, 5px) scale(1.15);
  }
  96% {
    filter:  hue-rotate(212.4deg);
    background-color: hsl(169, 100%, 70%);
    transform: translate(-4px, 7px) scale(1.12);
  }
  97% {
    filter:  hue-rotate(57.6deg);
    background-color: hsl(260, 100%, 70%);
    transform: translate(3px, -8px) scale(1.16);
  }
  98% {
    filter:  hue-rotate(309.6deg);
    background-color: hsl(41, 100%, 70%);
    transform: translate(6px, 14px) scale(1.12);
  }
}
/* h1 */
/* BASE */
body {
  font-family: "Sacramento", sans-serif;
  background-color: #010a01;
  font-size: 30px;
}

/* NEON TITLE */
.neonText {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1;
  font-size: 10rem;
  transform: scale(1.3);
  z-index: 5;
  pointer-events: none;
  animation: pulsate 0.11s ease-in-out infinite alternate;
  text-shadow: 0 0 7px #fff, 0 0 10px #fff, 0 0 21px #fff, 0 0 42px #f09, 0 0 82px #f09, 0 0 92px #f09, 0 0 102px #f09, 0 0 151px #f09;
}

/* OPTIONAL CONTAINER */
.container {
  margin-top: 20vh;
}

/* PULSE */
@keyframes pulsate {
  0% {
    text-shadow: 0 0 4px #fff, 0 0 10px #fff, 0 0 18px #fff, 0 0 38px #f09, 0 0 73px #f09, 0 0 80px #f09, 0 0 94px #f09, 0 0 140px #f09;
  }
  100% {
    text-shadow: 0 0 4px #fff, 0 0 11px #fff, 0 0 19px #fff, 0 0 40px #f09, 0 0 80px #f09, 0 0 90px #f09, 0 0 100px #f09, 0 0 150px #f09;
  }
}
/* FLICKER EFFECTS */
.flicker-slow {
  animation: flicker 3s linear infinite;
}

.flicker-fast {
  animation: flicker 1s linear infinite;
}

@keyframes flicker {
  0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
    opacity: 0.99;
  }
  20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
    opacity: 0.4;
  }
}
/* h2 */
@keyframes typed {
  0%, 0.4738338082% {
    content: "C";
  }
  0.4748338082%, 0.9486676163% {
    content: "Co";
  }
  0.9496676163%, 1.4235014245% {
    content: "Com";
  }
  1.4245014245%, 1.8983352327% {
    content: "Comi";
  }
  1.8993352327%, 2.3731690408% {
    content: "Comin";
  }
  2.3741690408%, 2.848002849% {
    content: "Coming";
  }
  2.849002849%, 3.3228366572% {
    content: "Coming ";
  }
  3.3238366572%, 3.7976704653% {
    content: "Coming S";
  }
  3.7986704653%, 4.2725042735% {
    content: "Coming So";
  }
  4.2735042735%, 4.7473380817% {
    content: "Coming Soo";
  }
  4.7483380817%, 5.2221718898% {
    content: "Coming Soon";
  }
  5.2231718898%, 15.5735489079% {
    content: "Coming Soon!";
  }
  15.5745489079%, 15.9534159544% {
    content: "Coming Soon";
  }
  15.9544159544%, 16.3332830009% {
    content: "Coming Soo";
  }
  16.3342830009%, 16.7131500475% {
    content: "Coming So";
  }
  16.7141500475%, 17.093017094% {
    content: "Coming S";
  }
  17.094017094%, 17.4728841406% {
    content: "Coming ";
  }
  17.4738841406%, 17.8527511871% {
    content: "Coming";
  }
  17.8537511871%, 18.2326182336% {
    content: "Comin";
  }
  18.2336182336%, 18.6124852802% {
    content: "Comi";
  }
  18.6134852802%, 18.9923523267% {
    content: "Com";
  }
  18.9933523267%, 19.3722193732% {
    content: "Co";
  }
  19.3732193732%, 19.7520864198% {
    content: "C";
  }
  19.7530864198%, 100% {
    content: "​";
  }
  24.5014245014%, 24.9752583096% {
    content: "B";
  }
  24.9762583096%, 25.4500921178% {
    content: "Ba";
  }
  25.4510921178%, 25.9249259259% {
    content: "Bam";
  }
  25.9259259259%, 26.3997597341% {
    content: "Bamb";
  }
  26.4007597341%, 26.8745935423% {
    content: "Bambi";
  }
  26.8755935423%, 27.3494273504% {
    content: "Bambi ";
  }
  27.3504273504%, 27.8242611586% {
    content: "Bambi R";
  }
  27.8252611586%, 28.2990949668% {
    content: "Bambi Re";
  }
  28.3000949668%, 28.7739287749% {
    content: "Bambi Rep";
  }
  28.7749287749%, 29.2487625831% {
    content: "Bambi Repo";
  }
  29.2497625831%, 29.7235963913% {
    content: "Bambi Repor";
  }
  29.7245963913%, 30.1984301994% {
    content: "Bambi Report";
  }
  30.1994301994%, 30.6732640076% {
    content: "Bambi Report ";
  }
  30.6742640076%, 31.1480978158% {
    content: "Bambi Report T";
  }
  31.1490978158%, 31.6229316239% {
    content: "Bambi Report To";
  }
  31.6239316239%, 32.0977654321% {
    content: "Bambi Report To ";
  }
  32.0987654321%, 32.5725992403% {
    content: "Bambi Report To T";
  }
  32.5735992403%, 33.0474330484% {
    content: "Bambi Report To Th";
  }
  33.0484330484%, 33.5222668566% {
    content: "Bambi Report To The";
  }
  33.5232668566%, 33.9971006648% {
    content: "Bambi Report To The ";
  }
  33.9981006648%, 34.4719344729% {
    content: "Bambi Report To The D";
  }
  34.4729344729%, 34.9467682811% {
    content: "Bambi Report To The Da";
  }
  34.9477682811%, 35.4216020893% {
    content: "Bambi Report To The Dan";
  }
  35.4226020893%, 35.8964358974% {
    content: "Bambi Report To The Danc";
  }
  35.8974358974%, 36.3712697056% {
    content: "Bambi Report To The Dance";
  }
  36.3722697056%, 36.8461035138% {
    content: "Bambi Report To The Dance ";
  }
  36.8471035138%, 37.3209373219% {
    content: "Bambi Report To The Dance F";
  }
  37.3219373219%, 37.7957711301% {
    content: "Bambi Report To The Dance Fl";
  }
  37.7967711301%, 38.2706049383% {
    content: "Bambi Report To The Dance Flo";
  }
  38.2716049383%, 38.7454387464% {
    content: "Bambi Report To The Dance Floo";
  }
  38.7464387464%, 49.0968157645% {
    content: "Bambi Report To The Dance Floor";
  }
  49.0978157645%, 49.476682811% {
    content: "Bambi Report To The Dance Floo";
  }
  49.477682811%, 49.8565498575% {
    content: "Bambi Report To The Dance Flo";
  }
  49.8575498575%, 50.2364169041% {
    content: "Bambi Report To The Dance Fl";
  }
  50.2374169041%, 50.6162839506% {
    content: "Bambi Report To The Dance F";
  }
  50.6172839506%, 50.9961509972% {
    content: "Bambi Report To The Dance ";
  }
  50.9971509972%, 51.3760180437% {
    content: "Bambi Report To The Dance";
  }
  51.3770180437%, 51.7558850902% {
    content: "Bambi Report To The Danc";
  }
  51.7568850902%, 52.1357521368% {
    content: "Bambi Report To The Dan";
  }
  52.1367521368%, 52.5156191833% {
    content: "Bambi Report To The Da";
  }
  52.5166191833%, 52.8954862298% {
    content: "Bambi Report To The D";
  }
  52.8964862298%, 53.2753532764% {
    content: "Bambi Report To The ";
  }
  53.2763532764%, 53.6552203229% {
    content: "Bambi Report To The";
  }
  53.6562203229%, 54.0350873694% {
    content: "Bambi Report To Th";
  }
  54.0360873694%, 54.414954416% {
    content: "Bambi Report To T";
  }
  54.415954416%, 54.7948214625% {
    content: "Bambi Report To ";
  }
  54.7958214625%, 55.174688509% {
    content: "Bambi Report To";
  }
  55.175688509%, 55.5545555556% {
    content: "Bambi Report T";
  }
  55.5555555556%, 55.9344226021% {
    content: "Bambi Report ";
  }
  55.9354226021%, 56.3142896486% {
    content: "Bambi Report";
  }
  56.3152896486%, 56.6941566952% {
    content: "Bambi Repor";
  }
  56.6951566952%, 57.0740237417% {
    content: "Bambi Repo";
  }
  57.0750237417%, 57.4538907882% {
    content: "Bambi Rep";
  }
  57.4548907882%, 57.8337578348% {
    content: "Bambi Re";
  }
  57.8347578348%, 58.2136248813% {
    content: "Bambi R";
  }
  58.2146248813%, 58.5934919278% {
    content: "Bambi ";
  }
  58.5944919278%, 58.9733589744% {
    content: "Bambi";
  }
  58.9743589744%, 59.3532260209% {
    content: "Bamb";
  }
  59.3542260209%, 59.7330930674% {
    content: "Bam";
  }
  59.7340930674%, 60.112960114% {
    content: "Ba";
  }
  60.113960114%, 60.4928271605% {
    content: "B";
  }
  60.4938271605%, 100% {
    content: "​";
  }
  65.2421652422%, 65.7159990503% {
    content: "B";
  }
  65.7169990503%, 66.1908328585% {
    content: "Ba";
  }
  66.1918328585%, 66.6656666667% {
    content: "Bam";
  }
  66.6666666667%, 67.1405004748% {
    content: "Bamb";
  }
  67.1415004748%, 67.615334283% {
    content: "Bambi";
  }
  67.616334283%, 68.0901680912% {
    content: "Bambi ";
  }
  68.0911680912%, 68.5650018993% {
    content: "Bambi D";
  }
  68.5660018993%, 69.0398357075% {
    content: "Bambi Do";
  }
  69.0408357075%, 69.5146695157% {
    content: "Bambi Doe";
  }
  69.5156695157%, 69.9895033238% {
    content: "Bambi Does";
  }
  69.9905033238%, 70.464337132% {
    content: "Bambi Does ";
  }
  70.465337132%, 70.9391709402% {
    content: "Bambi Does A";
  }
  70.9401709402%, 71.4140047483% {
    content: "Bambi Does As";
  }
  71.4150047483%, 71.8888385565% {
    content: "Bambi Does As ";
  }
  71.8898385565%, 72.3636723647% {
    content: "Bambi Does As S";
  }
  72.3646723647%, 72.8385061728% {
    content: "Bambi Does As Sh";
  }
  72.8395061728%, 73.313339981% {
    content: "Bambi Does As She";
  }
  73.314339981%, 73.7881737892% {
    content: "Bambi Does As She'";
  }
  73.7891737892%, 74.2630075973% {
    content: "Bambi Does As She's";
  }
  74.2640075973%, 74.7378414055% {
    content: "Bambi Does As She's ";
  }
  74.7388414055%, 75.2126752137% {
    content: "Bambi Does As She's T";
  }
  75.2136752137%, 75.6875090218% {
    content: "Bambi Does As She's To";
  }
  75.6885090218%, 76.16234283% {
    content: "Bambi Does As She's Tol";
  }
  76.16334283%, 86.5137198481% {
    content: "Bambi Does As She's Told";
  }
  86.5147198481%, 86.8935868946% {
    content: "Bambi Does As She's Tol";
  }
  86.8945868946%, 87.2734539411% {
    content: "Bambi Does As She's To";
  }
  87.2744539411%, 87.6533209877% {
    content: "Bambi Does As She's T";
  }
  87.6543209877%, 88.0331880342% {
    content: "Bambi Does As She's ";
  }
  88.0341880342%, 88.4130550807% {
    content: "Bambi Does As She's";
  }
  88.4140550807%, 88.7929221273% {
    content: "Bambi Does As She'";
  }
  88.7939221273%, 89.1727891738% {
    content: "Bambi Does As She";
  }
  89.1737891738%, 89.5526562203% {
    content: "Bambi Does As Sh";
  }
  89.5536562203%, 89.9325232669% {
    content: "Bambi Does As S";
  }
  89.9335232669%, 90.3123903134% {
    content: "Bambi Does As ";
  }
  90.3133903134%, 90.6922573599% {
    content: "Bambi Does As";
  }
  90.6932573599%, 91.0721244065% {
    content: "Bambi Does A";
  }
  91.0731244065%, 91.451991453% {
    content: "Bambi Does ";
  }
  91.452991453%, 91.8318584995% {
    content: "Bambi Does";
  }
  91.8328584995%, 92.2117255461% {
    content: "Bambi Doe";
  }
  92.2127255461%, 92.5915925926% {
    content: "Bambi Do";
  }
  92.5925925926%, 92.9714596391% {
    content: "Bambi D";
  }
  92.9724596391%, 93.3513266857% {
    content: "Bambi ";
  }
  93.3523266857%, 93.7311937322% {
    content: "Bambi";
  }
  93.7321937322%, 94.1110607787% {
    content: "Bamb";
  }
  94.1120607787%, 94.4909278253% {
    content: "Bam";
  }
  94.4919278253%, 94.8707948718% {
    content: "Ba";
  }
  94.8717948718%, 95.2506619183% {
    content: "B";
  }
  95.2516619183%, 100% {
    content: "​";
  }
}
@keyframes beam-blink {
  75% {
    border-color: transparent;
  }
}
.typed {
  position: relative;
  margin: 1.5rem auto 0;
  font-family: "VT323", monospace;
  font-size: 1.1rem;
  color: #3f3;
  text-align: center;
  white-space: nowrap;
}

.typed::after {
  content: "​";
  display: inline-block;
  padding-right: 0.5px;
  border-right: 16px solid rgba(51, 255, 51, 0.75);
  text-shadow: 0 0 5px rgba(51, 255, 51, 0.75);
  animation: typed 21.06s linear infinite, beam-blink 1s infinite;
}

.typed {
  position: relative;
  display: inline-block;
  margin-top: 28px;
  min-height: 1.6em;
  width: 100%;
  text-align: center;
  font-family: "VT323", monospace;
  font-size: 1.6rem;
  color: #3f3;
}

/* H2 typed — force center + push down */
h2.typed {
  position: absolute;
  left: 50%;
  top: calc(50% + 5rem);
  transform: translateX(-50%);
  z-index: 6;
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}

/* ============================= */
/* OPT-IN PLACEMENT (SAFE)       */
/* ============================= */
body {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  padding: 0;
}

.glitch-input-wrapper {
  --bg-color: transparent;
  --primary-color: #33ff33;
  --secondary-color: #a855f7;
  --text-color: #33ff33;
  --font-family: "Fira Code", Consolas, "Courier New", Courier, monospace;
  --glitch-anim-duration: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-size: 16px;
  padding: 3rem;
}

/* --- Container  --- */
.input-container {
  position: relative;
  width: 19rem;
}

/* --- Input --- */
.holo-input {
  width: 100%;
  height: 3.5rem;
  background: transparent;
  border: none;
  border-bottom: 2px solid #33ff33;
  outline: none;
  padding: 0 1rem;
  color: var(--primary-color);
  font-family: inherit;
  font-size: 1.1rem;
  caret-color: var(--primary-color);
  z-index: 10;
  transition: background 0.3s ease, border-color 0.3s ease;
}

/* --- Floating Label --- */
.input-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: #33ff33;
  opacity: 0.6;
  text-transform: lowercase;
  letter-spacing: 0.1em;
  pointer-events: none;
  transition: all 0.3s ease;
  z-index: 11;
}

.holo-input:not(:-moz-placeholder) + .input-label {
  top: -1.5rem;
  left: 0;
  font-size: 0.8rem;
  opacity: 1;
  color: var(--primary-color);
}

.holo-input:focus + .input-label,
.holo-input:not(:placeholder-shown) + .input-label {
  top: -1.5rem;
  left: 0;
  font-size: 0.8rem;
  opacity: 1;
  color: var(--primary-color);
}

.holo-input:focus + .input-label::before,
.holo-input:focus + .input-label::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.holo-input:focus + .input-label::before {
  color: var(--secondary-color);
  animation: glitch-label var(--glitch-anim-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.holo-input:focus + .input-label::after {
  color: var(--primary-color);
  animation: glitch-label var(--glitch-anim-duration) cubic-bezier(0.25, 0.46, 0.45, 0.94) reverse both;
}

/* --- Decorative Layers --- */
.input-border,
.input-scanline,
.input-glow,
.input-corners {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.input-border {
  border: 1px solid rgb(51, 255, 51);
  opacity: 0.5;
  transition: all 0.3s ease;
}

.corner {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border: 2px solid var(--primary-color);
  transition: all 0.3s ease;
  opacity: 0.5;
}

.corner-tl {
  top: -0.3rem;
  left: -0.3rem;
  border-right: none;
  border-bottom: none;
}

.corner-tr {
  top: -0.3rem;
  right: -0.3rem;
  border-left: none;
  border-bottom: none;
}

.corner-bl {
  bottom: -0.3rem;
  left: -0.3rem;
  border-right: none;
  border-top: none;
}

.corner-br {
  bottom: -0.3rem;
  right: -0.3rem;
  border-left: none;
  border-top: none;
}

.input-glow {
  background: radial-gradient(ellipse at center, rgb(51, 255, 51) 0%, transparent 70%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.input-scanline {
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 242, 234, 0.1) 48%, rgba(0, 242, 234, 0.3) 50%, rgba(0, 242, 234, 0.1) 52%, transparent 100%);
  opacity: 0;
}

.input-container,
.holo-input,
.input-border,
.input-glow,
.input-scanline,
.input-corners {
  box-sizing: border-box;
}

.input-border,
.input-glow,
.input-scanline,
.input-corners {
  inset: 0;
}

/* --- Data Visualization --- */
.input-data-stream {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 0.3rem;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
}

.stream-bar {
  flex-grow: 1;
  background-color: var(--primary-color);
  transition: transform 0.2s, opacity 0.2s;
  transform: scaleY(0);
  transform-origin: bottom;
}

.holo-input:focus {
  border-color: transparent;
}

.holo-input:focus ~ .input-border {
  opacity: 1;
  border-color: rgb(51, 255, 51);
}

.holo-input:focus ~ .input-corners .corner {
  width: 1.25rem;
  height: 1.25rem;
  border-width: 3px;
  opacity: 1;
}

.holo-input:focus ~ .input-glow {
  opacity: 1;
}

.holo-input:focus ~ .input-scanline {
  animation: scan-vertical 4s linear infinite;
}

.holo-input:focus ~ .input-data-stream {
  opacity: 1;
}

.holo-input:focus ~ .input-data-stream .stream-bar {
  animation: data-pulse 2s infinite;
  animation-delay: calc(var(--i) * 0.1s);
}

/* --- Keyframes --- */
@keyframes glitch-label {
  0% {
    transform: translate(0);
    clip-path: inset(0 0 0 0);
  }
  20% {
    transform: translate(-0.2rem, 0.1rem);
    clip-path: inset(50% 0 20% 0);
  }
  40% {
    transform: translate(0.1rem, -0.1rem);
    clip-path: inset(20% 0 60% 0);
  }
  60% {
    transform: translate(-0.15rem, 0.1rem);
    clip-path: inset(80% 0 5% 0);
  }
  80% {
    transform: translate(0.15rem, -0.15rem);
    clip-path: inset(30% 0 45% 0);
  }
  100% {
    transform: translate(0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes scan-vertical {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  25% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes data-pulse {
  0%, 100% {
    transform: scaleY(0.2);
    opacity: 0.3;
  }
  50% {
    transform: scaleY(1);
    opacity: 0.8;
  }
}
/* Center the opt-in like the H2 + push it down */
.glitch-input-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10.5rem;
  padding: 0;
}

/* Keep the input from overflowing its box */
.input-container {
  width: 19rem;
  max-width: calc(100vw - 3rem);
  position: relative;
}

/* Make sure decorative layers don’t extend beyond container */
.input-border,
.input-scanline,
.input-glow,
.input-corners,
.input-data-stream {
  overflow: hidden;
}

/* email opt-in starts hidden */
.email-optin {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s linear 0.6s;
}

.email-optin.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease, visibility 0s;
}/*# sourceMappingURL=style.css.map */