#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 468px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    background-color: black;
    transform-origin: 0% 0%;

}

#border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid black;
    z-index: 999;
}

.images {
    position: absolute;
    width: 468px;
    height: 60px;
    top: 0px;
    left: 0px;
    transform-origin: 50% 50%;
}


.gradient {
    position: absolute;
    width: 500px;
    height: 200px;
    top: -120px;
    left: 80px;
    transform-origin: 50% 50%;
background: #000000;
background: radial-gradient(circle, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.8) 60%);
}

.gradientleft {
    position: absolute;
    width: 500px;
    height: 200px;
    top: -120px;
    left: -420px;
    transform-origin: 50% 50%;
background: rgba(0,0,0,0.8);
}

#logo{
transform-origin: 8.2% 51.7%;
}

#person01{
    width:468px;
left:0px;
}
#person02{
clip-path: polygon(64.7% 0%, 100% 0%, 100% 100%, 62.2% 100%);
}

#person03{
clip-path: polygon(72.3% 0%, 100% 0%, 100% 100%, 69.9% 100%);
}

#artwork{
  position: absolute;
  width: 70px;
  height: 70px;
  left: 23px;
  top: 114px;
  border-radius: 10px;
  object-fit: cover;
  z-index: 5;
opacity: 0;
}

#titel{
    filter: drop-shadow(0px 0px 20px black);
}
#nulive{
}

/* Ellipse pulse (radio waves) */
#Ellipse_7 {
  position: absolute;
  width: 12px;          /* matches original GWD size (~13.75px) */
  height: 12px;
  left:428px;      /* same position as original */
  top: 32.5px;
  opacity: 0;           /* GSAP will animate this */
  transform-origin: 50% 50%;
  will-change: transform, opacity;
  pointer-events: none;
}




@font-face {
    font-family: 'nova';
    src: url('nova.woff2') format('woff2'),
        url('nova.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'novaregular';
    src: url('novaregular.woff2') format('woff2'),
        url('novaregular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

    /* Adjust these to your banner/canvas size */
.wrap {
    margin-left: 60px;
    margin-top: -16px;
    width: 230px;
    height: 250px;
    display: grid;
    place-content: start;
    gap: 0px;
    padding: 24px;
    box-sizing: border-box;
    visibility: hidden;
}


.label {
    opacity: .65;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 6px;
}

    /* These are the “viewport” boxes that the marquee scrolls inside */
.line {
    color:white;
    font-family: 'nova', Arial, sans-serif; 
    width: 230px;          /* change if your design needs it */
    overflow: hidden;
    white-space: nowrap;
      text-align: left;
    font-size: 18px;
    padding: 0px 0px;
    box-sizing: border-box;
        line-height: 21px;       /* your desired spacing */
    height: 21px; 
}

.line.small { 
    font-size: 14px;
    top:20px;
    font-family: 'novaregular', Arial, sans-serif;
     }

#artist, #song {
  display: inline-block;
  will-change: transform;
}

#btn_over{
    opacity: 0;
}
