body {
    margin: 0;
    padding: 0;
    background-color:#f6f6f6;
}
@keyframes marquee { /* beheko letrak horizontalean mugitzeko*/
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  

.container {
    position: relative;
}

.texto-1 { /* izenburua  */
    position: absolute;
    top: 15px;
    left: 100px; 
    font-size: 55px; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
}

.imagen-4 {  /* logo 11 txuria */
    position: absolute;
    top: 890px; 
    left: 1700px; 
    width: 100px;
    z-index: 1;

}
.noticia {  /*  beheko barra*/
  position: fixed;
  bottom: 0;
  left:350px;
  height: 78px;
  background-color:  #D3D3D3  ;
  text-align: center;    
}
.naizirratia{
  position:absolute;
  right: 50px;
  top:40px
}

.mover {
  white-space: nowrap;
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 25px;
  animation: marquee 20s linear infinite;
  
}

.cuadrado{ /* beheko 11 logoa */
  position: fixed;
  bottom: 0;
  left:0;
  z-index: 1;
  
}
.data {
  position: absolute;
  top: 930px;
  left: 100px;
  font-size: 30px; 
  font-family: Arial, sans-serif; 
  font-weight: bold;
}
.karratua{ /* erdiko karratua*/    
    position: fixed;
    top: 300px;
    left: 600px;
    width: 750px;
    height: 400px;
    background-color:  white  ;
    border: 5px solid #34b233;
    box-shadow: -50px 50px 100px black;
    animation: fadeInLeftBig 2s;

}
.karratua2 {  /*  karratu grisa*/
    position: absolute;
    top: 0;
    left: 50px;
    width: 300px; 
    height: 100%;
    background-color: #D3D3D3; 
}
.albuna{
    position: absolute;
    top: 60px;
    left: 30px; 
    width : 240px;
    height: 240px;

}
.izena{
    position: absolute;
    top: 40px;
    left: 400px; 
    font-size: 45px; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
}
.autorea{
    position: absolute;
    top: 150px;
    left: 400px; 
    font-size: 30px; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
}
.iraupena{
    position: absolute;
    top: 190px;
    left: 400px; 
    font-size: 28px; 
    font-family: Arial, sans-serif; 
    font-weight: bold;
}
.argitale{
    position: absolute;
    top: 290px;
    left: 400px; 
    font-size: 35px; 
    font-family: Arial, sans-serif; 
    font-weight: bold;

}
.imagen-6 {  /* play */
    position: absolute;
    top: 320px; 
    left: -20px; 
    width: 50px;
    height: 50px;
}
.imagen-3 { /* logoa badok */
    position: absolute;
    top: 80px; 
    left: 1320px; 
 
}
.marrak-1{
    position: fixed;
    top: 450px;
    left: 120px;
    width: 5px;
    height: 100px;
    background-color: #34b233;
    animation: cambioTamanio 0.3s infinite;
    
}

.marrak-2{
    position: fixed;
    top: 450px;
    left: 240px;
    width: 5px;
    height: 100px;
    background-color: #34b233;
    animation: cambioTamanio 0.3s infinite;
}

.marrak-3{
    position: fixed;
    top: 450px;
    left: 360px;
    width: 5px;
    height: 100px;
    background-color: #34b233;
    animation: cambioTamanio 0.3s infinite;}

.marrak-4{
    position: fixed;
    top: 450px;
    left: 480px;
    width: 5px;
    height: 100px;
    background-color: #34b233;
    animation: cambioTamanio 0.3s infinite;}

@keyframes cambioTamanio {
  0% {
    transform: scale(1); /* Tamaño normal */
  }
  50% {
    transform: scale(1.2); /* Tamaño aumentado */
  }
  100% {
    transform: scale(1); /* Vuelve al tamaño normal */
  }
}



.marrak-5{
    position: fixed;
    top: 450px;
    right: 120px;
    width: 5px;
    height: 100px;
    background-color: #34b233;
    animation: cambioTamanio 0.3s infinite;
}

.marrak-6{
    position: fixed;
    top: 450px;
    right: 240px;
    width: 5px;
    height: 100px;
    background-color: #34b233;
    animation: cambioTamanio 0.3s infinite;
}
.marrak-7{
    position: fixed;
    top: 450px;
    right: 360px;
    width: 5px;
    height: 100px;
    background-color: #34b233;
    animation: cambioTamanio 0.3s infinite;
}
.marrak-8{
    position: fixed;
    top: 450px;
    right: 480px;
    width: 5px;
    height: 100px;
    background-color: #34b233;
    animation: cambioTamanio 0.3s infinite;
}
.salida{
  animation: fadeOutRightBig 2s;
}