/* Global Styles */

@font-face {
  font-family: "Lemon";
  src: url(fonts/LEMONMILK-Medium.otf);
}
@font-face {
  font-family: "Lemon_Bolt";
  src: url(fonts/LEMONMILK-Bold.otf);
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lemon", Arial, sans-serif;
  background-color: rgb(61, 61, 61);
  overflow-x: hidden;
}


/* Navigation Styles */

.navbar {
    background-color: #222;
    overflow: hidden;
    width: 100%;
  
    position: fixed;
    top: 0px;
    z-index: 2;
}
.navbar a:hover {
    background-color: #555;
  }

  .navbar a {
    float: left;
    display: block;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
  }



.logo h1 {
  color: white;
  font-size: 24px;
  margin: 0;
}

.nav-links a {
  color: white;
  margin-left: 20px;
  text-decoration: none;
}

.nav-links a[href="https://discord.gg/uYtJ3gtY9N"] {
    margin-right: 2%;
    float: right;
  }


/* Section Styles */

.section-container {
  padding: 100px;
  
}



.section-container h2 {
  
  font-size: 5em;
  background-image: linear-gradient(
    170deg,
    rgb(0, 255, 64),
    rgb(0, 153, 255),
    rgb(0, 217, 255)
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.section-container p, h2 {
  color: white;
  font-size: 30px;
  text-align: center;
  padding-right: 45%;
}

/* Video Overlay Styles */

#video_scroll{
  position: relative;
  height: 1000px;
}

.video-container {
  position: relative;
  float: right;
  width: 40%;
  
}


.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-overlay {
  position: absolute;
  top: 55%;
  right: 30%;
  transform: translate(50%, -50%);

  background-image: linear-gradient(
    100deg,
    rgb(0, 255, 64),
    rgb(0, 255, 149),
    rgb(0, 153, 255)
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.overlay-text {
  font-size: 120px;
  margin-bottom: 5px;
}

.text-overlay .subheading {
  font-family: LEMON_Bolt, sans-serif;
  background-clip: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
  font-size: 40px;

  letter-spacing: -2px;
  margin-top: 5px;
}

#tietoa {
  padding-top: 50px;
  height: 900px; /* Aseta haluamasi korkeusarvo tässä */
}
#tietoa .video-container{
  position: relative;
  top: -370px;
}




#pelipojot {
  padding-top: 150px;
  height: 800px;
  background-color: #222;
}

  
  

#pelipojot .video-container{
  position: relative;
  top: -370px;
}

#kauppa{
  padding-top: 150px;
  height: 800px;
}

#kauppa p span {
  background-image: linear-gradient(
    170deg,
    rgb(0, 255, 64),
    rgb(0, 153, 255),
    rgb(0, 217, 255)
  );
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
#kauppa video{

  position: relative;
  top: -600px;

  height: auto;
  width: 800px;

}

/* Add more styles as needed */
