.marquee {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scroll 90s linear infinite;
    gap: 1.5rem;
}

.marquee-content {
    display: flex;
    gap: 1.5rem;
}

/* Keyframes to scroll to the left */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.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;
    border-color: #6b7280;
    border-width: 1px;
    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;
}

/* Mobile styles for verification images */
@media (max-width: 767px) {
    #verification-ang img,
    #verification-ang1 img,
    #verification-ang2 img,
    #verification-image img,
    #verification-image1 img,
    #verification-image2 img,
    #verification-draw img,
    #verification-draw1 img,
    #verification-draw2 img {
        aspect-ratio: 1/1;
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: auto;
    }
}

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