* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
    background-color: #000000;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #111;
    color: rgb(145, 0, 0);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}



.logo {
    height: auto;
    width: 60px;
}

nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

nav a {
    color: #FFFFFF;
    text-decoration: none;
}

nav a:hover {
    color: #c4c4c48a;
    transition: color 0.3s ease;
}

.hero {
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    padding-bottom: 40px;
    color: white;
    background: #000000;
    z-index: 2;
}

.hero-text {
    position: absolute;
    top: 40vh;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 0 0 10px rgb(0 0 0);
    z-index: 1;
}


.hero-text h2 {
    font-size: 10vh;
}

.hero-text p {
    font-size: 2vh;
}


#herotxt {
    color: rgb(255, 255, 255);
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-style: normal;
}

#floating {
    -webkit-animation-name: Floatingx;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;

}

@-webkit-keyframes Floatingx {
    from {
        -webkit-transform: translate(0, 0px);
    }

    65% {
        -webkit-transform: translate(0, 15px);
    }

    to {
        -webkit-transform: translate(0, -0px);
    }
}

@-moz-keyframes Floating {
    from {
        -moz-transform: translate(0, 0px);
    }

    65% {
        -moz-transform: translate(0, 15px);
    }

    to {
        -moz-transform: translate(0, -0px);
    }
}





.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px);
    z-index: -2;
}


.scroll-icon {
    font-size: 2em;
    cursor: pointer;
    animation: bounce 2s infinite;
    z-index: 2;
}

.scroll-icon:hover {
    color: #ff00008a;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

section #blub,
#esport,
#games,
#creators {
    min-height: 100vh;
    z-index: 1;
}

.creators {
    /* display: flex;
    justify-content: center;*/
    background: radial-gradient(#3b2d5a, #000000);
    background-size: 700vh;
    padding: 10vh;
}

.creatorcontainer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 3fr));
    gap: 1vw;
    margin-left: 0;
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    flex: 2;
}

.creators-wrapper {
    display: flex;
    align-items: flex-start;
    /* Text oben ausrichten */
    gap: 50px;
    /* Abstand zwischen Text und Creators */
    flex-wrap: wrap;
    /* wichtig, damit’s auf Handy untereinander springt */
}

a {
    color: inherit;
}

.creator {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    align-items: center;
}



.creator-image {
    border-radius: 50%;
    height: auto;
    width: 200px;
    display: flex;
}

.creator-image:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}


.creator-info {
    display: flex;
    text-align: center;
    flex-direction: column;
    padding: 15px;
    color: #FFFFFF;
    padding: 0;
    margin-top: 1vh;
}

.creator-info p {
    font-size: 10px;
}

.secHT {
    position: relative;
    display: flex;
    font-size: 6vh;
    margin-top: 15vh;
    background: -webkit-linear-gradient(#ffffff, #494949);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.secsubtext {
    position: relative;
    display: flex;
    font-size: 2.3vh;
    justify-content: flex-start;
    color: white;
    margin-top: 10vh;
    margin-bottom: 5vh;
    flex: 1;
    min-width: 250px;
    max-width: 550px;
}

.btn_1 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    border-radius: 25px;
    width: 150px;
    height: 40px;
    border: 2px solid #000000;
    transition: 0.3s;
    box-shadow: 5px 5px 0px 0px rgb(0, 0, 0);
    background-color: #ffffff;
    padding: 0px;
}

.btn_1:hover {
    box-shadow: 0 0 #000000;
    color: #fff;
    background-color: #000000;
    cursor: pointer;
}

.btn_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #232323;
    font-size: 18px;
    border-radius: 25px;
    width: 150px;
    height: 40px;
    border: 2px solid #232323;
    transition: 0.3s;
    box-shadow: 5px 5px 0px 0px #232323;
    background-color: #ffffff;
}

.btn_2:hover {
    box-shadow: 0 0 #232323;
    color: #fff;
    background-color: #232323;
    cursor: crosshair;
}



.games {
    background: radial-gradient(#5c4a1a, #000000);
    background-size: 700vh;
    padding: 10vh;
}

#trailerRDM {
    width: 560px;
    height: 315px;
    float: right;
    position: relative;
    margin-right: 10vh;
    border-radius: 25px;
}


.esport {
    background: radial-gradient(#162026, #000000);
    background-size: 700vh;
    padding: 10vh;
}

#OPBerlinLogo {
    float: right;
    height: auto;
    width: 50vh;
    position: relative;
    margin-right: 15vh;
}



/* Footer */
.footer {
    display: flex;
    height: 20vh;
    background: #111;
    color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer p {
    margin-top: 30px;
    text-decoration: none;
}

.footer a {
    color: rgb(206, 206, 206);
    text-decoration: none;
}

.footer-links {
    display: flex;
    gap: 20px;
}

/* MOBILE STUFF */
@media (max-width: 800px) {

/* Header Mobile */
.logo {
        height: auto;
        width: 50px;
    }

  header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 19px;
  background: #111111e0;
  position: fixed;
  top: 2vh; /* kleiner Abstand nach oben */
  left: 50%;
  transform: translateX(-50%); /* wirklich zentriert */
  max-width: 90vw; /* Abstand links/rechts */
  border-radius: 20px;
  z-index: 10;
  box-shadow: 0 4px 10px rgba(0,0,0,0.4); /* optional: Bubble-Effekt */
}


    /* Sections Mobile */
    .creators {
        padding: 3vh;
    }

    .games {
        padding: 3vh;
    }

    .esport {
        padding: 3vh;
    }

    .footer {
        padding: 3vh;
    }

    /* Headertext / Subtext Mobile */

.secHT {
  display: block;
  text-align: center;
  margin: 15vh auto 0 auto;
  
}


  .secsubtext {
    margin-top: 5vh;
    font-size: 1.6vh;
    text-align: center;
    margin: 5vh auto 0 auto;
    max-width: 95%;
  }

   /* Artists Section Mobile */

    .creators-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .creator-image {
        width: 90px;
    }

    #herotxt h2 {
  position: absolute;
  transform: translate(-50%, -50%);
    margin: 5vh auto 0 auto;
  text-align: center;
  font-size:20px;
}

#herotxt {
  position: absolute;
  transform: translate(-50%, -50%);
    margin: 5vh auto 0 auto;
  text-align: center;
  font-size:50px;
}

#herosubtxt {
  position: absolute;
  transform: translate(-50%, -50%);
    margin: 15vh auto 0 auto;
  text-align: center;
  font-size:15px;
}


.creatorcontainer {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 10px;
  margin: 5vh auto 0 auto;
  max-width: 1200px;
  width: 100%;
}


    .creator-info h3 {
        font-size: 12px;
        margin-top: 0.5vh;
        margin-bottom: 0.2vh;
    }

    .creator-info p {
        font-size: 8px;
    }

    .creator {
        margin: 0 0 0 0;
        position: relative;
    }


   /* Games Section Mobile */

  #trailerRDM {
    width: auto;
    height: auto;
    aspect-ratio: 16/9;
    display: block;
    margin: 5vh auto;
    float: none;
  }

    /* Esport Section Mobile */


  #OPBerlinLogo {
    display: block;
    margin: 5vh auto;
    width: 30vh;
    float: none;
  }
  .btn_1,
  .btn_2 {
    display: block;
    margin: 10vh auto 0 auto;
  }
}