#container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    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: 728px;
    height: 90px;
    top: 0px;
    left: 0px;
    transform-origin: 50% 50%;
}


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


#logo{
transform-origin: 10.6% 48.9%;
}

#person01{
    width:728px;
left:0px;
}
#person02{
clip-path: polygon(61.6% 0%, 100% 0%, 100% 100%, 59.4% 100%);
}

#person03{
clip-path: polygon(71.1% 0%, 100% 0%, 100% 100%, 68.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: 16px;          /* matches original GWD size (~13.75px) */
  height: 16px;
  left:660px;      /* same position as original */
  top: 50.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: 130px;
    margin-top: -10px;
    width: 300px;
    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: 300px;          /* change if your design needs it */
    overflow: hidden;
    white-space: nowrap;
      text-align: left;
    font-size: 30px;
    padding: 0px 0px;
    box-sizing: border-box;
        line-height: 30px;       /* your desired spacing */
    height: 30px; 
}

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

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

#btn_over{
    opacity: 0;
}
