*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:Arial, Helvetica, sans-serif;
}

/* LOGIN */

.login-body{
    min-height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#111827;
}

.login-card{
    width:350px;

    background:#1f2937;

    padding:40px;

    border-radius:15px;
}

.login-card h1{
    color:white;
    text-align:center;
    margin-bottom:20px;
}

.login-card input{
    width:100%;

    padding:12px;

    margin-bottom:15px;

    border:none;

    border-radius:8px;

    background:#374151;

    color:white;
}

.login-card button{
    width:100%;

    padding:12px;

    border:none;

    border-radius:8px;

    background:#2563eb;

    color:white;

    cursor:pointer;
}

/* PERFIL */

body{
    background:#0f172a;
    color:white;
}

.explicacion{
margin-top: 20px;
margin-bottom: 20px;
}

.topbar{
    display:flex;
    text-align: center;
    justify-content:space-between;

    align-items:center;

    padding:20px 50px;
}

.logoHeader{
    display:flex;
    text-align: center;
    justify-content:space-between;

    align-items:center;
    
}
.tituloPagina{
    font-size: 10vh;
}
.logo{
    height: 160px;
}
.textoPerfil{
    text-decoration: none;
    color: white;
    background:rgb(0, 117, 4);
    padding:10px 15px;
    margin-right: 20px;
    border-radius:8px;
    display: flex;
    align-items: center; 
    gap: 10px;
}
.textoPerfil:hover{
    background:rgb(2, 214, 9);
}
.textoMonedas{
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding:10px 15px;
    margin-right: 20px;
    display: flex;
    align-items: center; 
    gap: 10px;
    font-size: 28px;
}
.icono30 {
    width: 30px;        
    height: auto;
}
.textoTienda{
        text-decoration: none;
    color: rgb(0, 0, 0);
    background:rgb(255, 230, 0);
    padding:10px 15px;
    margin-right: 20px;
    border-radius:8px;
    display: flex;
    align-items: center; 
    gap: 10px;
}
.textoTienda:hover{
    background:rgb(235, 255, 123);
}

.logout{
    text-decoration:none;

    color:white;

    background:#dc2626;

    padding:10px 15px;

    border-radius:8px;
    display: flex;
    align-items: center; 
    gap: 10px;
}
.logout:hover{
    background:#ff0000;
}
.categoria{
    border:10px solid rgb(0, 0, 0);
    background-size:cover;
}

.categoria-header{
    

    background-size:cover;

    background-position:center;

    border-radius:15px;

    display:flex;

    align-items:flex-end;

    padding:40px;
}

.categoria-header h1{
    font-size:58px;
}

.cartas{
    display:flex;
    flex-wrap:wrap;

    justify-content:center;

    gap:15px;

    margin-top:20px;
    padding:150px 20px;
    
}


.carta img{
    width:100%;

    height:100%;

    object-fit:cover;
}

.bloqueada{
    display:flex;

    justify-content:center;

    align-items:center;

    font-size:50px;

    background:#374151;
}
.registro-link{
    display:block;

    text-align:center;

    margin-top:15px;

    color:#93c5fd;

    text-decoration:none;
}

.registro-link:hover{
    text-decoration:underline;
}
.contenedor-tienda{
    padding:30px;
}

.box{
    background:#1e293b;

    padding:25px;

    border-radius:15px;

    margin-bottom:30px;
}

.boton-verde,
.boton-azul,


.boton-verde{
    background:#16a34a;
}




.mensaje
{
    background: #222;
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px;
    text-align: center;
}

.form-regalar
{

    display: flex;
    flex-direction: column;
    gap: 5px;
}

.form-regalar input
{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #555;
}

.boton-azul
{
    background: #2196f3;
    color: white;
    border: none;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
}
.boton-azul {
    margin-top: 5px;
    width: 130px;
    text-align: center;
    background: linear-gradient(135deg, #0052d4 0%, #4364f7 50%, #6fb1fc 100%);
    color: white;
    padding: 12px 0px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(67, 100, 247, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.boton-azul:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(67, 100, 247, 0.6);
}
.numeroRepetidas{
    margin: 10px;
    padding: 10px;
    border:none;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    width: fit-content;
    background: linear-gradient(135deg, #0bd400 0%, #58f743 50%, #6ffc92 100%);
    color: white;
    border-radius: 100px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(67, 247, 109, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}
.numeroCarta{
    margin: 10px;
    padding: 10px;
    border:none;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    width: fit-content;
    background: linear-gradient(135deg, #c5c5c5 0%, #818181 50%, #6f6f6f 100%);
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(67, 247, 109, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}
.boton-rojo {
    margin-top: 5px;
    border:none;
    cursor:pointer;
    text-decoration:none;
    display:inline-block;
    width: 130px;
    background: linear-gradient(135deg, #d40000 0%, #f74343 50%, #fc6f6f 100%);
    color: white;
    padding: 12px 0px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(247, 67, 67, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

.boton-rojo:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(247, 67, 67, 0.6);
}

.repetidas{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}

.repetida-card{
    width:160px;

    background:#0f172a;

    padding:15px;

    border-radius:10px;

    text-align:center;
}

.repetida-card img{
    width:100%;
    height:200px;

    object-fit:cover;

    border-radius:10px;
}

.body-caja{
    min-height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#020617;
}

.resultado-caja{
    text-align:center;
}

.carta-ganada{
    width:250px;
    margin:auto;
}

.carta-ganada img{
    width:100%;

    border-radius:15px;
}

.pregunta-body{
    min-height:100vh;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#020617;
}

.pregunta-box{
    width:600px;

    background:#1e293b;

    padding:40px;

    border-radius:15px;
}

.pregunta-box form{
    display:flex;
    flex-direction:column;
    gap:15px;

    margin-top:30px;
}

.pregunta-box button{
    padding:15px;

    border:none;

    border-radius:10px;

    background:#2563eb;

    color:white;

    cursor:pointer;
}






.body-caja{
    background:#090d18;

    min-height:100vh;

    overflow:hidden;

    color:white;

    text-align:center;
}

.titulo-caja{
    margin-top:40px;
}

.contenedor-ruleta{
    position:relative;

    width:100%;

    height:340px;

    overflow:hidden;

    margin-top:50px;
}

.linea-central{
    position:absolute;

    left:50%;

    top:0;

    width:4px;

    height:100%;

    background:gold;

    transform:translateX(-50%);

    z-index:100;
}

.ruleta{
    display:flex;

    gap:20px;

    transition:
        transform 6s cubic-bezier(
            0.05,
            0.7,
            0.1,
            1
        );
}

.item-ruleta{
    width:200px;

    flex-shrink:0;

    background:#1e293b;

    border-radius:12px;

    overflow:hidden;

    box-shadow:
        0 0 15px rgba(0,0,0,.4);
}

.item-ruleta img{
    width:100%;

    height:260px;

    object-fit:cover;
}

.item-ruleta span{
    display:block;

    padding:10px;
}

.resultado-caja{
    margin-top:40px;
}

.carta-ganada{
    width:250px;

    margin:auto;
}

.carta-ganada img{
    width:100%;

    border-radius:15px;

    box-shadow:
        0 0 30px gold;
}

.oculto{
    display:none;
}




.comun{
    border:4px solid rgb(68, 68, 68);
}

.raro{
    border:4px solid #0c86ae;
}

.epico{
    border:4px solid #c902c6;
}

.legendario{
    border:4px solid gold;

    box-shadow:
        0 0 25px gold;
}











/* --- ESTILOS GENERALES CAJA --- */
.body-caja {
    background-color: #0b0e14;
    color: #ffffff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.titulo-caja {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    color: #00e5ff;
    text-shadow: 0 0 10px rgba(0, 229, 255, 0.5);
}

/* --- CONTENEDOR DE LA RULETA --- */
.contenedor-ruleta {
    position: relative;
    width: 80%;
    max-width: 900px;
    height: 220px;
    background: linear-gradient(135deg, #141923 0%, #1a2232 100%);
    border: 2px solid #2a374e;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.7), inset 0 0 20px rgba(0,0,0,0.5);
}

/* Línea Central (Indicador de selección) */
.linea-central {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: #ff007c;
    z-index: 10;
    box-shadow: 0 0 15px #ff007c, 0 0 5px #ff007c;
}

/* El riel que se mueve */
.ruleta {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
    gap: 10px; /* GAP_CARTA en JS */
    will-change: transform;
}

/* Cada cartita de la ruleta */
.item-ruleta {
    flex-shrink: 0;
    width: 150px; /* ANCHO_CARTA en JS */
    height: 180px;
    background: #1e2638;
    border: 1px solid #3d4f73;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    transition: background 0.3s;
}

.item-ruleta img {
    max-width: 85%;
    max-height: 70%;
    object-fit: contain;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.5));
}

.info-item {
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 0;
    border-radius: 4px;
}

.item-ruleta span {
    font-size: 0.85rem;
    font-weight: 600;
    color: #e0e6ed;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 4px;
}

/* --- POPUP DE RESULTADO FINAL --- */
.resultado-caja {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(5, 7, 12, 0.95);
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.resultado-caja.mostrar-pop {
    opacity: 1;
    pointer-events: auto;
}

.resultado-caja h1 {
    font-size: 2.5rem;
    color: #ffb703;
    text-transform: uppercase;
    margin-bottom: 20px;
    animation: pulse 1.5s infinite alternate;
}

.carta-ganada {
    width: 220px;
    height: 280px;
    background: radial-gradient(circle, #2c3a57 0%, #161f33 100%);
    border: 3px solid #ffb703;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 40px rgba(255, 183, 3, 0.4);
    margin-bottom: 20px;
}

.carta-ganada img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.resultado-caja h2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
}



@keyframes pulse {
    0% { transform: scale(1); text-shadow: 0 0 10px rgba(255,183,3,0.5); }
    100% { transform: scale(1.05); text-shadow: 0 0 25px rgba(255,183,3,0.9); }
}










.resultado
{
    margin-top: 20px;
    padding: 25px;
    border-radius: 12px;
    text-align: center;

    animation: aparecer 0.5s ease;
}

.resultado.correcto
{
    background: #1d4d2b;
    border: 2px solid #3ddc84;
}

.resultado.incorrecto
{
    background: #4d1d1d;
    border: 2px solid #ff5a5a;
}

@keyframes aparecer
{
    from
    {
        opacity: 0;
        transform: scale(0.8);
    }

    to
    {
        opacity: 1;
        transform: scale(1);
    }
}








/* Variables de color para el destello holográfico */
:root {
  --color1: rgb(0, 231, 255);
  --color2: rgb(255, 0, 231);
}

/* Contenedor padre obligatorio para el efecto 3D */
.three-d-wrapper {
  perspective: 1000px;
  isolation: isolate;
  display: inline-block;
  margin: 20px;
}

.carta {
  /* Tamaños adaptables */
  width: 70vw; 
  height: 98vw; 

  @media screen and (min-width: 600px) {
    width: clamp(200px, 45vh, 400px);
    height: clamp(300px, 67.5vh, 600px);
  }
  
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #1e293b;
  z-index: 10;
  touch-action: none;
  isolation: isolate;
  
  /* Sombra base */
  box-shadow: 
    -5px -5px 5px -5px var(--color1), 
    5px 5px 5px -5px var(--color2), 
    0 55px 35px -20px rgba(0, 0, 0, 0.5);
  
  /* Retorno suave cuando el mouse sale de la carta */
  transition: transform 0.5s ease-out, box-shadow 0.2s ease;
  will-change: transform, filter;
}

/* Forzar a que tu imagen cubra el fondo */
.carta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Sombra en Hover */
.carta:hover {
  box-shadow: 
    -20px -20px 30px -25px var(--color1), 
    20px 20px 30px -25px var(--color2), 
    -7px -7px 10px -5px var(--color1), 
    7px 7px 10px -5px var(--color2), 
    0 0 13px 4px rgba(255,255,255,0.3),
    0 55px 35px -20px rgba(0, 0, 0, 0.5);
  
  /* El JS se encarga del movimiento en tiempo real, desactivamos el delay aquí */
  transition: box-shadow 0.1s ease-out, transform 0s linear; 
}

/* Capas para el efecto holográfico */
.carta.unico:before,
.carta.unico:after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0; /* Ocultos por defecto */
  mix-blend-mode: color-dodge;
  transition: opacity 0.33s ease;
}

/* Gradiente de color (Aparece en hover) */
.carta.unico:before {
  background-position: 50% 50%;
  background-size: 300% 300%;
  background-image: linear-gradient(
    115deg,
    transparent 0%,
    var(--color1) 25%,
    transparent 47%,
    transparent 53%,
    var(--color2) 75%,
    transparent 100%
  );
  filter: brightness(0.5) contrast(1);
  z-index: 2;
}

/* Brillos y destellos (Aparece en hover) */
.carta.unico:after {
  background-image: url("https://assets.codepen.io/13471/sparkles.gif"), 
    url("https://assets.codepen.io/13471/holo.png"), 
    linear-gradient(125deg, #ff008450 15%, #fca40040 30%, #ffff0030 40%, #00ff8a20 60%, #00cfff40 70%, #cc4cfa50 85%);
  background-position: 50% 50%;
  background-size: 160%;
  background-blend-mode: overlay;
  z-index: 3;
  filter: brightness(1) contrast(1);
}

/* Hacemos visibles los efectos solo cuando se pasa el mouse */
.carta.unico:hover:before {
  opacity: 0.88;
  filter: brightness(.66) contrast(1.33);
}

.unico:hover:after {
  opacity: 1;
}



/* --- Carta Épico: efecto de iluminación sin JS --- */
.carta.epico {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.5s ease;
}

.carta.epico::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: inherit;

    /* Gradiente radial central que simula el brillo */
    background: radial-gradient(circle at 20% 70%,
                                rgba(255, 0, 238, 0.4) 0%,
                                rgba(255,255,255,0.05) 40%,
                                rgba(0,0,0,0.2) 100%);
    opacity: 0.6;

    /* Animación de movimiento leve para simular que sigue al mouse */
    background-size: 250% 250%;
    transition: background-position 0.3s ease, opacity 0.3s ease;
}

.carta.epico:hover::before {
    /* Desplazamos el centro del brillo hacia arriba y a la derecha al pasar mouse */
    background-position: 70% 30%;
    opacity: 0.7;
    filter: brightness(1.3) contrast(1.2) saturate(1.2);
}






/* Capas para el efecto holográfico */
.carta.legendario:before,
.carta.legendario:after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  opacity: 0; /* Ocultos por defecto */
  mix-blend-mode: color-dodge;
  transition: opacity 0.33s ease;
}


/* Brillos y destellos (Aparece en hover) */
.carta.legendario:after {
  background-image: url("glow.gif"), 
    url("glow.gif"), 
    linear-gradient(125deg, #ff008450 15%, #fca40040 30%, #ffff0030 40%, #00ff8a20 60%, #00cfff40 70%, #cc4cfa50 85%);
  background-position: 50% 50%;
  background-size: cover;
  background-blend-mode: overlay;
  z-index: 3;
  filter: brightness(0.5) contrast(0.5);
}

/* Hacemos visibles los efectos solo cuando se pasa el mouse */
.carta.legendario:hover:before {
  opacity: 0.88;
  filter: brightness(.66) contrast(1.33);
}

.legendario:hover:after {
  opacity: 1;
}









.sobre:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
}


.sobre h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.1em;
}

body{
    background:#091426;
    color:white;
    font-family:'Segoe UI';
    margin:0;
}



.panel{
    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.15);

    border-radius:20px;

    padding:25px;

    margin:20px;

    backdrop-filter:blur(8px);
}

.barra-monedas{
    margin:20px;
    padding:15px 25px;

    background:#f4b000;
    color:#111;

    border-radius:15px;

    font-weight:bold;
}

.contenedor-sobres{
    display:flex;
    gap:25px;
    justify-content:center;
    flex-wrap: wrap;
   padding: 20px;
    background-color: rgba(0, 0, 0, 0.7);
}

.sobre{
    width:320px;

    background:#0d1d36;

    border-radius:20px;

    padding:20px;

    text-align:center;

    transition:.2s;
}

.sobre:hover{
    transform:translateY(-8px);
}


.acciones-principales{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin:20px;
}

.repetidas{
    display:flex;
    flex-wrap:wrap;
    gap:15px;
}
.acciones-principales{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin:20px;
}

.panel.accion{
    background: rgba(0, 0, 0, 0.75);
    border:1px solid rgba(0, 0, 0, 0.85);
    border-radius:20px;
    padding:20px;
    text-align:center;
    backdrop-filter:blur(8px);
}

.panel.accion h2{
    margin-bottom:10px;
}

.panel.accion button{
    margin-top:10px;
    width:80%;
    padding:10px 0;
    border:none;
    border-radius:12px;
    font-weight:bold;
    cursor:pointer;
}

.boton-verde{
    background:#2ecc71;
    color:#111;
    transition:.2s;
}

.boton-verde:hover{
    background:#27ae60;
}

.boton-azul{
    background:#3498db;
    color:#fff;
    transition:.2s;
}

.boton-azul:hover{
    background:#2980b9;
}

.boton-gris{
    background:#7f8c8d;
    color:#fff;
}
.cabecera-repetidas{
    margin-top: 60px;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.7);
}
.tituloRepetidas{
    margin-bottom: 30px;
}

.bodyTienda{
     background-image: url("tienda.jpg");
  background-size: cover;
  background-attachment: fixed;
  

}


.contenedor-sobres {
    perspective: 1000px;
}

.sobre {
    transform-style: preserve-3d;
    transition: transform 0.15s ease;
    will-change: transform;
    cursor: pointer;
    perspective: 10000px;
    background-color: transparent;
}

.sobre img {
    display: block;
    width: 100%;
    border-radius: 12px;
    pointer-events: none;
}
.sobre img {
    transition: transform 0.15s ease;
    transform-style: preserve-3d;
    will-change: transform;
}


.sobre img:hover {
    z-index: 200;
}
.botonComprarSobre {
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
        border:none;
    padding:12px 20px;

    border-radius:8px;

    color:white;

    cursor:pointer;

    text-decoration:none;

    display:inline-block;
    margin-top: 20px;
    width: 240px;
    text-align: center;
    background: linear-gradient(135deg, #0052d4 0%, #4364f7 50%, #6fb1fc 100%);
    padding: 12px 0px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 4px 15px rgba(67, 100, 247, 0.4);
    transition: transform 0.2s, box-shadow 0.2s;
}

/* Contenedor o formulario si lo necesitas centrado */
.form-intercambio {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 12px;
    width: 300px;
}

/* Estilo para el input de texto */
input[name="usuarioDestino"] {
    background-color: #262626;
    color: #ffffff;
    border: 1px solid #333333;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box; /* Importante para que el padding no rompa el ancho */
}

/* Efecto al hacer foco (click) */
input[name="usuarioDestino"]:focus {
    border-color: #5b5bd6; /* Un color de acento, ej: azul violáceo */
    box-shadow: 0 0 0 3px rgba(91, 91, 214, 0.2);
}

/* Placeholder personalizado */
input[name="usuarioDestino"]::placeholder {
    color: #888888;
}


.contenedor-respiracion {
    background: #0f1e3f;
    position: relative;
    overflow: hidden;
}

.contenedor-respiracion::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        90deg, 
        transparent 0%, 
        rgba(255, 255, 255, 0.03) 30%, 
        rgba(255, 255, 255, 0.05) 50%, 
        rgba(255, 255, 255, 0.03) 70%, 
        transparent 100%
    );
    /* Usamos 'infinite alternate' para que regrese suavemente */
    animation: respiracion 6s ease-in-out infinite alternate;
    pointer-events: none;
}

@keyframes respiracion {
    0% {
        transform: translateX(-25%);
    }
    100% {
        transform: translateX(25%);
    }
}
