@font-face {
    font-family: Cloister ;
    src: url(CloisterBlackLight-axjg.ttf);
}

@font-face {
    font-family: Marianne ;
    src: url(Marianne-Regular.ttf);
}

@font-face {
    font-family: Helvetica ;
    src: url(Helvetica.ttf);
}

@font-face {
    font-family: contrail ;
    src: url(ContrailOne-Regular.ttf);
}

@font-face {
    font-family: CoralPixels ;
    src: url(CoralPixels-Regular.ttf);
}

.bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/*blue = 002d7f
red = 7f0002 */

:root {
    --bg: #ffffff;
    --text: #fffefe;
    --accent: #be0026;
    --accent2: #be0026;
    --blue: #002d7f;
}


.background {

    background-color: #fdfdfd;
}

.title{
    position: fixed;
    color: var(--accent); ;
    font-family: Cloister;
    font-size: 80vw;
    transform: translate(0%, -70%);
    top: -20%;
    left: 50%;
    user-select: none;
    transition: filter 0.5s ease-in-out; 
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
    z-index: 99;
    mix-blend-mode: multiply;
}
.title2{
    position: fixed;
    color: var(--accent); ;
    font-family: Cloister;
    font-size: 80vw;
    transform: translate(0%, -70%);
    top: -20%;
    left: 50%;
    user-select: none;
    transition: filter 0.5s ease-in-out; 
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));

}

.title:hover {
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.3));
}


.text {
    position: relative;
    color: var(--text);

    font-size: clamp(1.25rem, 4vw, 3.5rem);
    margin: 0;
    user-select: none;
    font-family: Bebas Neue;
    z-index: 99;
  
}

.button {
    height: clamp(24px, 3vw, 48px);
    width: clamp(18px, 2vw, 32px);
    align-items: 10%;
    background-color: transparent;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
    background-color: var(--bg);
    
}
.button:hover {
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.3));
}

.butbox {
    position: fixed;
    background-color: var(--accent);

    left: 4%;
  
    height: clamp(48px, 8vh, 90px);
    gap: clamp(8px, 1vw, 16px);
  
    width: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  border-radius: 3px;
    padding: 0 clamp(8px, 1vw, 16px);
    z-index: 9999;

}
.butboxtitle {
    position: fixed;
    background-color: var(--accent);
    left: 4%;
  height: clamp(48px, 8vh, 90px);
    gap: clamp(8px, 1vw, 16px);
  
    width: min(95vw, 950px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-radius: 3px;
    padding: 0 clamp(8px, 1vw, 16px);

}

  .butboxtitle .text {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
  }

.butbox:hover .button {
    background-color: var(--accent);

    
}

.butbox:hover {
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.092));

    
}
.butboxtitle:hover {
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.092));

    
}
.sidebar {
    position: fixed;
    background-color: var(--accent);
    left: 0;
    top: -10%;
    height: 150%;
    width: 2vw;
    transition: filter 0.5s ease-in-out; 
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.sidebar:hover {
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.3));
}


.text2 {

    top: 10vh;
    color: var(--text);
    position: fixed;
    vertical-align: text-top;
    user-select: none;
    font-size: 2vw;
    font-family: Bebas Neue;
    
}

.floating-image {
  animation: float 4s ease-in-out infinite;
  width: 70vw;
  height: auto;
  position: absolute;
  left: 65vh;
  top: 50%;
  

  user-select: none;
  -webkit-user-drag: none;
  transition: filter 0.5s ease-in-out; 
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.floating-image img {
  display: block;
  width: 100%;
  height: auto;
}

.floating-image:hover {
  filter: drop-shadow(4px 8px 12px rgba(0, 0, 0, 0.3));

}

@keyframes float {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, calc(-50% - 15px));
  }
  100% {
    transform: translate(-50%, -50%);
  }
}



@keyframes flicker {
  0% {
    opacity: 0.27861;
  }
  5% {
    opacity: 0.34769;
  }
  10% {
    opacity: 0.23604;
  }
  15% {
    opacity: 0.90626;
  }
  20% {
    opacity: 0.18128;
  }
  25% {
    opacity: 0.83891;
  }
  30% {
    opacity: 0.65583;
  }
  35% {
    opacity: 0.67807;
  }
  40% {
    opacity: 0.26559;
  }
  45% {
    opacity: 0.84693;
  }
  50% {
    opacity: 0.96019;
  }
  55% {
    opacity: 0.08594;
  }
  60% {
    opacity: 0.20313;
  }
  65% {
    opacity: 0.71988;
  }
  70% {
    opacity: 0.53455;
  }
  75% {
    opacity: 0.37288;
  }
  80% {
    opacity: 0.71428;
  }
  85% {
    opacity: 0.70419;
  }
  90% {
    opacity: 0.7003;
  }
  95% {
    opacity: 0.36108;
  }
  100% {
    opacity: 0.24387;
  }
}
@keyframes textShadow {
  0% {
    text-shadow: 0.4389924193300864px 0 1px rgba(0,30,255,0.5), -0.4389924193300864px 0 1px rgba(255,0,80,0.3), 0 0 3px;   opacity: 20%;
  }
  5% {
    text-shadow: 2.7928974010788217px 0 1px rgba(0,30,255,0.5), -2.7928974010788217px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  10% {
    text-shadow: 0.02956275843481219px 0 1px rgba(0,30,255,0.5), -0.02956275843481219px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  15% {
    text-shadow: 0.40218538552878136px 0 1px rgba(0,30,255,0.5), -0.40218538552878136px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  20% {
    text-shadow: 3.4794037899852017px 0 1px rgba(0,30,255,0.5), -3.4794037899852017px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  25% {
    text-shadow: 1.6125630401149584px 0 1px rgba(0,30,255,0.5), -1.6125630401149584px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  30% {
    text-shadow: 0.7015590085143956px 0 1px rgba(0,30,255,0.5), -0.7015590085143956px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  35% {
    text-shadow: 3.896914047650351px 0 1px rgba(0,30,255,0.5), -3.896914047650351px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  40% {
    text-shadow: 3.870905614848819px 0 1px rgba(0,30,255,0.5), -3.870905614848819px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  45% {
    text-shadow: 2.231056963361899px 0 1px rgba(0,30,255,0.5), -2.231056963361899px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  50% {
    text-shadow: 0.08084290417898504px 0 1px rgba(0,30,255,0.5), -0.08084290417898504px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  55% {
    text-shadow: 2.3758461067427543px 0 1px rgba(0,30,255,0.5), -2.3758461067427543px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  60% {
    text-shadow: 2.202193051050636px 0 1px rgba(0,30,255,0.5), -2.202193051050636px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  65% {
    text-shadow: 2.8638780614874975px 0 1px rgba(0,30,255,0.5), -2.8638780614874975px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  70% {
    text-shadow: 0.48874025155497314px 0 1px rgba(0,30,255,0.5), -0.48874025155497314px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  75% {
    text-shadow: 1.8948491305757957px 0 1px rgba(0,30,255,0.5), -1.8948491305757957px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  80% {
    text-shadow: 0.0833037308038857px 0 1px rgba(0,30,255,0.5), -0.0833037308038857px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  85% {
    text-shadow: 0.09769827255241735px 0 1px rgba(0,30,255,0.5), -0.09769827255241735px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  90% {
    text-shadow: 3.443339761481782px 0 1px rgba(0,30,255,0.5), -3.443339761481782px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  95% {
    text-shadow: 2.1841838852799786px 0 1px rgba(0,30,255,0.5), -2.1841838852799786px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
  100% {
    text-shadow: 2.6208764473832513px 0 1px rgba(0,30,255,0.5), -2.6208764473832513px 0 1px rgba(255,0,80,0.3), 0 0 3px;  opacity: 20%;
  }
}
.crt::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
  z-index: 99;
}
.crt::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 5% 4px, 3px 100%;

  pointer-events: none;
  z-index: 99;
}
.crt {
  animation: textShadow 1.6s infinite;
  z-index: 99;
}


.bigsubtext {
  position: absolute;
  bottom: 0.5vh;
  left: 2.5vw;
  font-family: Bebas Neue;
  color: var(--accent);
  font-size: 2vh;
  opacity: 50%;
  transition: opacity 0.2s ease-in-out; 
}

.bigsubtext:hover {
  opacity: 100%;
}
.bar {
  position: fixed;
  right: 0%;
  top: 0%;
  width: 50vh;
  height: 120%;
  background-color: var(--blue);
  mix-blend-mode: multiply;
  z-index: -1;
}



.napoleon {
  position: fixed;
  height: 58vw;
  bottom: -10vh;
  left: 40vw;
  animation: strip 3s infinite;
}

.circle {
  animation: float 4s ease-in-out infinite;
  width: 20vw;
  height: 20vw;
  position: fixed;
  left: 65vh;
  top: 50%;
  border-radius: 100%;

  user-select: none;
  -webkit-user-drag: none;
  transition: filter 0.5s ease-in-out; 
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  background-color: var(--accent);
  z-index: 0;
}

.rays {
  position: fixed;
  z-index: -99;
  opacity: 0.05;
  top: 50%;
  left: 65vh;
  width: 150vmax;
  height: 150vmax;
  transform: translate(-50%, -50%);
  background: repeating-conic-gradient(
    from 0deg,
    var(--accent) 0deg 3deg,
    transparent 3deg 20deg
  );
  -webkit-mask-image: radial-gradient(circle, transparent 0 11vw, #000 14vw, transparent 70vmax);
  mask-image: radial-gradient(circle, transparent 0 11vw, #000 14vw, transparent 70vmax);
  mix-blend-mode: multiply;
  animation: spin-rays 40s linear infinite;
  pointer-events: none;
}

@keyframes spin-rays {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}



