 
    .slider-container {
        background: #222;
        border: 2px solid #fff;
        border-radius: 10px;
        margin: auto;
        margin-bottom: 45px;
        overflow: hidden;
        width: 100%;
    }

    .slider-track {
        animation: scroll 45s linear infinite;
        display: flex;
        width: max-content;
    }

    .slider-track img {
        border-radius: 8px;
        height: 500px;
        margin-right: 10px;
        object-fit: cover;
        width:100%;
    }
 