@keyframes scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.marquee-track {
    animation: scroll 30s linear infinite;
    display: flex;
    gap: 1.5rem;
}

.opinia {
    flex: 0 0 auto;
    width: 300px;
    max-width: 100%;
    white-space: normal;        /* pozwala zawijać tekst */
    background-color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
    line-height: 1.5;
}

.opinia span {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

@font-face {
    font-family: 'FactualisFont';
    src: url('Instink.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.trzy {
    font-family: 'FactualisFont', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 72px;
}

p {
    text-align: justify;
}

.footer {
    text-align: center;
}

.big-tekst {
    line-height: 1.8;
}

html {
    scroll-behavior: smooth;
}

video {
    transform: none !important;
    animation: none !important;
}


/*h1 {*/
/*    font-family: 'FactualisFont', sans-serif;*/
/*}*/

