@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-x: hidden;
  background: #090909;
  font-family: Arial, sans-serif;
}

.wrapper {
  display: flex;
  width: 100vw;

  min-height: 100vh;
  min-height: 100dvh;

  align-items: center;
  justify-content: center;
}

html, body {
    zoom: 1;
}

/* 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;
  overflow: hidden;
  background: black;
}

/* BACKGROUND LAYER */
#bg {
  position: fixed;
  inset: 0;
  z-index: 0;

  background: url("/static/BambiFestBG_V2.webp") center/cover no-repeat;
  
  opacity: 1;

  /* ORIGINAL GLITCH */
  animation: spazz 17s steps(1, end) 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 {
  0% {
    filter:  hue-rotate(201.6deg);
    background-color: hsl(242, 100%, 70%);
    transform: translate(-10px, 8px) scale(1.2);
  }
  1% {
    filter:  hue-rotate(3.6deg);
    background-color: hsl(212, 100%, 70%);
    transform: translate(15px, -14px) scale(1.15);
  }
  3% {
    filter:  hue-rotate(144deg);
    background-color: hsl(120, 100%, 70%);
    transform: translate(3px, -6px) scale(1.09);
  }
  4% {
    filter:  hue-rotate(187.2deg);
    background-color: hsl(320, 100%, 70%);
    transform: translate(9px, 0px) scale(1.18);
  }
  5% {
    filter:  hue-rotate(327.6deg);
    background-color: hsl(311, 100%, 70%);
    transform: translate(-9px, -12px) scale(1.18);
  }
  6% {
    filter:  hue-rotate(241.2deg);
    background-color: hsl(142, 100%, 70%);
    transform: translate(-1px, 12px) scale(1.09);
  }
  11% {
    filter:  hue-rotate(230.4deg);
    background-color: hsl(132, 100%, 70%);
    transform: translate(-5px, -6px) scale(1.13);
  }
  12% {
    filter:  hue-rotate(194.4deg);
    background-color: hsl(186, 100%, 70%);
    transform: translate(-9px, -1px) scale(1.25);
  }
  13% {
    filter:  hue-rotate(61.2deg) contrast(8.65);
    background-color: hsl(216, 100%, 70%);
    transform: translate(-7px, 15px) scale(1.08);
  }
  16% {
    filter:  hue-rotate(100.8deg);
    background-color: hsl(5, 100%, 70%);
    transform: translate(13px, 12px) scale(1.17);
  }
  19% {
    filter:  hue-rotate(36deg) contrast(7.12);
    background-color: hsl(353, 100%, 70%);
    transform: translate(-10px, -13px) scale(1.08);
  }
  21% {
    filter:  hue-rotate(21.6deg);
    background-color: hsl(103, 100%, 70%);
    transform: translate(6px, 10px) scale(1.25);
  }
  22% {
    filter:  saturate(5.95) hue-rotate(252deg);
    background-color: hsl(51, 100%, 70%);
    transform: translate(-9px, 0px) scale(1.14);
  }
  25% {
    filter:  hue-rotate(190.8deg);
    background-color: hsl(288, 100%, 70%);
    transform: translate(-11px, 15px) scale(1.17);
  }
  26% {
    filter:  saturate(9.91) hue-rotate(313.2deg) contrast(9.82);
    background-color: hsl(147, 100%, 70%);
    transform: translate(-14px, 0px) scale(1.25);
  }
  29% {
    filter:  saturate(3.88) hue-rotate(259.2deg);
    background-color: hsl(157, 100%, 70%);
    transform: translate(13px, 7px) scale(1.09);
  }
  31% {
    background-color: hsl(65, 100%, 70%);
    transform: translate(-13px, 9px) scale(1.06);
  }
  32% {
    filter:  hue-rotate(122.4deg);
    background-color: hsl(291, 100%, 70%);
    transform: translate(5px, 4px) scale(1.2);
  }
  33% {
    filter:  hue-rotate(129.6deg);
    background-color: hsl(181, 100%, 70%);
    transform: translate(-5px, 12px) scale(1.14);
  }
  34% {
    filter:  hue-rotate(280.8deg);
    background-color: hsl(92, 100%, 70%);
    transform: translate(11px, -3px) scale(1.16);
  }
  35% {
    filter:  hue-rotate(147.6deg);
    background-color: hsl(284, 100%, 70%);
    transform: translate(0px, 9px) scale(1.14);
  }
  36% {
    filter:  hue-rotate(68.4deg);
    background-color: hsl(278, 100%, 70%);
    transform: translate(-14px, 10px) scale(1.22);
  }
  37% {
    filter:  hue-rotate(39.6deg);
    background-color: hsl(292, 100%, 70%);
    transform: translate(-13px, 3px) scale(1.08);
  }
  38% {
    filter:  saturate(4.15);
    background-color: hsl(172, 100%, 70%);
    transform: translate(6px, -14px) scale(1.13);
  }
  40% {
    filter:  hue-rotate(223.2deg) contrast(6.49);
    background-color: hsl(2, 100%, 70%);
    transform: translate(6px, -4px) scale(1.25);
  }
  41% {
    filter:  hue-rotate(262.8deg);
    background-color: hsl(224, 100%, 70%);
    transform: translate(-6px, -3px) scale(1.08);
  }
  42% {
    filter:  saturate(8.83) hue-rotate(295.2deg);
    background-color: hsl(125, 100%, 70%);
    transform: translate(4px, 2px) scale(1.19);
  }
  43% {
    filter:  hue-rotate(273.6deg);
    background-color: hsl(262, 100%, 70%);
    transform: translate(8px, -8px) scale(1.15);
  }
  45% {
    filter:  hue-rotate(61.2deg);
    background-color: hsl(23, 100%, 70%);
    transform: translate(6px, 7px) scale(1.22);
  }
  46% {
    filter:  hue-rotate(68.4deg);
    background-color: hsl(20, 100%, 70%);
    transform: translate(4px, -8px) scale(1.21);
  }
  47% {
    filter:  hue-rotate(25.2deg);
    background-color: hsl(342, 100%, 70%);
    transform: translate(2px, 0px) scale(1.06);
  }
  49% {
    filter:  hue-rotate(291.6deg);
    background-color: hsl(229, 100%, 70%);
    transform: translate(-2px, -12px) scale(1.25);
  }
  51% {
    filter:  hue-rotate(147.6deg);
    background-color: hsl(316, 100%, 70%);
    transform: translate(13px, -3px) scale(1.11);
  }
  52% {
    filter:  hue-rotate(198deg);
    background-color: hsl(263, 100%, 70%);
    transform: translate(-9px, 12px) scale(1.18);
  }
  53% {
    filter:  hue-rotate(151.2deg) brightness(30.5%);
    background-color: hsl(86, 100%, 70%);
    transform: translate(6px, 5px) scale(1.13);
  }
  54% {
    filter:  hue-rotate(54deg);
    background-color: hsl(301, 100%, 70%);
    transform: translate(10px, 5px) scale(1.16);
  }
  55% {
    filter:  hue-rotate(25.2deg);
    background-color: hsl(329, 100%, 70%);
    transform: translate(-6px, -2px) scale(1.17);
  }
  56% {
    filter:  saturate(3.43) hue-rotate(7.2deg);
    background-color: hsl(228, 100%, 70%);
    transform: translate(-6px, 14px) scale(1.14);
  }
  57% {
    filter:  saturate(8.92) hue-rotate(21.6deg) contrast(4.69);
    background-color: hsl(289, 100%, 70%);
    transform: translate(7px, -7px) scale(1.23);
  }
  59% {
    filter:  hue-rotate(151.2deg);
    background-color: hsl(313, 100%, 70%);
    transform: translate(15px, 9px) scale(1.24);
  }
  60% {
    filter:  hue-rotate(183.6deg);
    background-color: hsl(21, 100%, 70%);
    transform: translate(-1px, -3px) scale(1.21);
  }
  61% {
    filter:  hue-rotate(234deg) contrast(7.75);
    background-color: hsl(184, 100%, 70%);
    transform: translate(-1px, -8px) scale(1.17);
  }
  62% {
    filter:  hue-rotate(25.2deg);
    background-color: hsl(86, 100%, 70%);
    transform: translate(-6px, 12px) scale(1.25);
  }
  63% {
    filter:  hue-rotate(205.2deg);
    background-color: hsl(159, 100%, 70%);
    transform: translate(2px, 13px) scale(1.14);
  }
  65% {
    filter:  hue-rotate(273.6deg);
    background-color: hsl(255, 100%, 70%);
    transform: translate(1px, -13px) scale(1.22);
  }
  66% {
    filter:  saturate(9.91) hue-rotate(176.4deg);
    background-color: hsl(333, 100%, 70%);
    transform: translate(8px, 2px) scale(1.1);
  }
  67% {
    filter:  saturate(6.58) hue-rotate(151.2deg);
    background-color: hsl(36, 100%, 70%);
    transform: translate(-8px, 12px) scale(1.19);
  }
  69% {
    filter:  hue-rotate(104.4deg);
    background-color: hsl(38, 100%, 70%);
    transform: translate(12px, -13px) scale(1.16);
  }
  70% {
    filter:  saturate(3.25) hue-rotate(28.8deg);
    background-color: hsl(109, 100%, 70%);
    transform: translate(0px, 1px) scale(1.06);
  }
  71% {
    filter:  hue-rotate(216deg);
    background-color: hsl(196, 100%, 70%);
    transform: translate(-1px, -14px) scale(1.13);
  }
  72% {
    filter:  hue-rotate(190.8deg);
    background-color: hsl(32, 100%, 70%);
    transform: translate(-11px, -4px) scale(1.14);
  }
  73% {
    filter:  hue-rotate(295.2deg) contrast(4.87);
    background-color: hsl(163, 100%, 70%);
    transform: translate(11px, -13px) scale(1.13);
  }
  74% {
    filter:  hue-rotate(64.8deg);
    background-color: hsl(310, 100%, 70%);
    transform: translate(8px, -2px) scale(1.19);
  }
  75% {
    filter:  hue-rotate(349.2deg);
    background-color: hsl(327, 100%, 70%);
    transform: translate(13px, 4px) scale(1.09);
  }
  76% {
    filter:  hue-rotate(331.2deg) brightness(27.5%);
    background-color: hsl(295, 100%, 70%);
    transform: translate(-13px, -6px) scale(1.25);
  }
  77% {
    filter:  hue-rotate(223.2deg);
    background-color: hsl(297, 100%, 70%);
    transform: translate(-5px, -9px) scale(1.12);
  }
  79% {
    filter:  hue-rotate(187.2deg);
    background-color: hsl(239, 100%, 70%);
    transform: translate(9px, 11px) scale(1.25);
  }
  81% {
    filter:  hue-rotate(349.2deg);
    background-color: hsl(3, 100%, 70%);
    transform: translate(-8px, -3px) scale(1.17);
  }
  82% {
    filter:  hue-rotate(345.6deg);
    background-color: hsl(82, 100%, 70%);
    transform: translate(13px, 11px) scale(1.13);
  }
  83% {
    filter:  saturate(5.32) hue-rotate(352.8deg);
    background-color: hsl(10, 100%, 70%);
    transform: translate(-12px, 11px) scale(1.15);
  }
  85% {
    filter:  hue-rotate(216deg);
    background-color: hsl(75, 100%, 70%);
    transform: translate(-7px, 10px) scale(1.08);
  }
  86% {
    filter:  hue-rotate(291.6deg);
    background-color: hsl(201, 100%, 70%);
    transform: translate(14px, -8px) scale(1.1);
  }
  88% {
    filter:  hue-rotate(36deg);
    background-color: hsl(17, 100%, 70%);
    transform: translate(0px, 5px) scale(1.12);
  }
  91% {
    filter:  hue-rotate(230.4deg);
    background-color: hsl(85, 100%, 70%);
    transform: translate(10px, -2px) scale(1.08);
  }
  93% {
    background-color: hsl(220, 100%, 70%);
    transform: translate(14px, -8px) scale(1.15);
  }
  94% {
    filter:  hue-rotate(234deg);
    background-color: hsl(261, 100%, 70%);
    transform: translate(-6px, -8px) scale(1.14);
  }
  99% {
    filter:  hue-rotate(187.2deg) contrast(4.33);
    background-color: hsl(181, 100%, 70%);
    transform: translate(4px, 7px) scale(1.09);
  }
}
/* 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;
  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)       */
/* ============================= */
.hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

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;
  flex-direction: column;   /* stack vertically */
  align-items: center;      /* keep centered */
  gap: 1rem;                /* space between input + button */
}

/* --- 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: #7CFF7C;
  font-family: inherit;
  font-size: 1.1rem;
  caret-color: #7CFF7C;
  text-shadow: 0 0 6px rgba(124, 255, 124, 0.35);
  z-index: 10;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.holo-input,
.holo-input:focus,
.holo-input:active {
  color: #7CFF7C !important;
  -webkit-text-fill-color: #7CFF7C !important;
}

/* --- 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 {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

/* --- 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: 13.5rem;
  padding: 0;
}

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

/* 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 */

/* === Magic Buuton === */

@import url("https://fonts.googleapis.com/css?family=Sacramento&display=swap");

.neon-button {
  position: relative;
  padding: 16px 46px;
  border-radius: 999px;
  border: none;
  overflow: hidden;
  width: 100%;
  z-index: 1; 
      
  background: linear-gradient( 
    135deg, 
    rgba(255, 255, 255, 0.08), 
    rgba(200, 0, 255, 0.45) );
  
  font-family: "Sacramento", cursive;
  font-size: 1.8rem;
  letter-spacing: 1px;
  color: #ffffff;

  transition: 0.3s ease;
}

 .neon-button::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  padding: 10px;   /* thickness of glow edge */
  pointer-events: none;
  z-index: 0;

  background: linear-gradient(
    45deg,
    #FF0000, #FF7300, #FFFB00, #48FF00,
    #00FFD5, #002BFF, #FF00C8, #FF0000
  );

  background-size: 600% 600%;
  animation: glowing 10s linear infinite;

  /* MASK CENTER OUT */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  filter: blur(16px);
}

.neon-button::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: inherit;
  background: rgba(255, 122, 223, 0.15);
  backdrop-filter: blur(10px);
  z-index: -1;
  
  height: 2px;        /* thinner */
  filter: blur(8px);  /* softer */
  opacity: 4;       /* overall fade */

  top: -10%;
  animation: scan 2.2s linear infinite;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

.neon-pulse {
  position: relative;
  width: 100%;
  border-radius: 999px;
  margin-top: 12px; 
  display: block;
}

.neon-pulse::before,
.neon-pulse::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  border: 2px solid rgba(255, 0, 255, 0.6);
  animation: pulseOut 3.5s ease-out infinite;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  }

.neon-pulse::after {
  animation-delay: 1.75s;
}

@keyframes pulseOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Main glow text (match H1 style) */
.btn-text {
  position: relative;
  display: inline-block;
  z-index: 2;

  text-shadow:
    0 0 7px #fff,
    0 0 10px #fff,
    0 0 21px #fff,
    0 0 42px #ff13f0,
    0 0 82px #ff13f0,
    0 0 92px #ff13f0,
    0 0 102px #ff13f0,
    0 0 151px #ff13f0;
}

/* Subtle always-on glitch */
.btn-text::before,
.btn-text::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
  pointer-events: none;
}

.btn-text::before {
  color: #ff66ff;
  animation: glitchA 4s infinite linear;
}

.btn-text::after {
  color: #ff13f0;
  animation: glitchB 4s infinite linear reverse;
}

@keyframes glitchA {
  0%,100% { transform: translate(0,0); }
  20% { transform: translate(-2px,0); }
  40% { transform: translate(2px,0); }
  60% { transform: translate(-1px,-1px); }
  80% { transform: translate(1px,1px); }
}

@keyframes glitchB {
  0%,100% { transform: translate(0,0); }
  25% { transform: translate(2px,-1px); }
  50% { transform: translate(-2px,1px); }
  75% { transform: translate(1px,0); }
}

.btn-text::before {
  color: #ff00ff;
  animation: glitchA 3s infinite linear;
  opacity: 0.4;
}

.btn-text::after {
  color: #ff66ff;
  animation: glitchB 3s infinite linear reverse;
  opacity: 0.4;
}

@keyframes scan {
  0%   { top: -10%; }
  100% { top: 110%; }
}

/* === SUCCESS MESSAGE === */

#submitSuccess {
  display: none;
  width: 100%;
  justify-content: center;
  margin-top: 33rem; /* move it down */
  font-size: 5rem;   /* make it visible */
  color: #7CFF7C;
  text-align: center;
  position: relative;
  z-index: 10;
}

#submitSuccess.show {
  display: flex;
}

.holo-input,
.holo-input:focus{
  background: transparent !important;
  color: inherit;
  outline: none;
}

/* hide placeholder but keep it functional */
.holo-input::placeholder { opacity: 0; }

/* FLOAT LABEL when focused OR has text */
.holo-input:focus ~ .input-label,
.holo-input:not(:placeholder-shown) ~ .input-label {
  transform: translateY(-2.3rem) scale(0.85);
  opacity: 0.85;
}

/* Chrome autofill can force a white/yellow fill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
  -webkit-text-fill-color: #7CFF7C;
  transition: background-color 9999s ease-out 0s;
  box-shadow: 0 0 0px 1000px transparent inset !important;
}

/* MOBILE BASE */
body {
  font-size: 16px;
  margin: 0;
}

.container {
  padding: 1rem;
}

/* TABLET+ */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    margin: auto;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}

input, button {
  font-size: 16px; /* prevents iOS zoom */
}

h1.neonText {
  will-change: opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

h1.neonText {
  text-shadow:
    0 0 5px #fff,
    0 0 10px #ff66cc,
    0 0 20px #ff33aa,
    0 0 40px #ff0099;
}

@keyframes glitchX {
  0%   { transform: translate(0); opacity: 1; }
  20%  { transform: translate(-2px, 1px); opacity: 0.85; }
  40%  { transform: translate(2px, -1px); opacity: 0.7; }
  60%  { transform: translate(-1px, 2px); opacity: 0.9; }
  100% { transform: translate(0); opacity: 1; }
}

/* === MOBILE FIX (OVERRIDES DESKTOP) === */
@media (max-width: 480px) {

  body {
    overflow-x: hidden;
  }

  .title-wrap,
  .glitch-input-wrapper,
  .typed {
    width: 100%;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    text-align: center;
  }

 h1.neonText {
  font-size: clamp(4.5rem, 12vw, 4rem);
  line-height: 1.1;
  transform: translateX(-6px) translateZ(0) !important;
  margin-top: 20px;
  position: relative;
  top: 0;
  left: 0;

  will-change: text-shadow;

  animation-name: neonGlow;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

 @media (max-width: 480px) {
  .title-wrap h2 {
    font-size: 1.0rem;
    line-height: 1.15;
    margin-top: -40px;
  }
}

@media (max-width: 480px) {

  .email-optin {
      transform: translateY(-140px) !important;
  }

}

  .input-container {
    width: 100%;
  }

  .holo-input {
    text-align: center;
  }

  /* === FINAL BACKGROUND STATE (NO ZOOM + GLITCH) === */

#bg {
  position: fixed;
  inset: 0;
  z-index: -1;

  background-image: url("/static/BambiFestBG_V2.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 1;                      /* no fade recalculation */
  animation: glitchX 1.2s infinite;

  pointer-events: none;
 }

 @media (max-width: 480px) {
  #bg {
    animation: spazz 17s steps(1, end) infinite !important;
    transform: none !important;
    will-change: auto !important;
  }
}

/* === MOBILE SUCCESS PERFECT CENTER === */
@media (max-width: 480px) {

  #submitSuccess {
    position: absolute;
    top: 75%;                 /* vertical placement */
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
    width: 90%;
    text-align: center;
    line-height: 1.3;
    margin: 0;
  }
 }

}