<style>
body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 1.5s ease-in-out; /* Adjust the transition duration as needed */
}

img {
    width: 100%;
    height: auto;
}


</style>