.slider-container{position:relative;width:100%;max-width:800px;margin:auto;overflow:hidden;border-radius:10px}.slider{display:flex;flex-wrap:nowrap}.slide{min-width:100%;transition:opacity .5s ease-in-out;opacity:0;display:none}.slide.active{opacity:1;display:block}img{width:100%;height:auto}.card-wrapper{width:60%;display:flex;flex-wrap:wrap;justify-content:center}.card{display:flex;flex-direction:column;margin:10px;border:1px solid #ccc;border-radius:10px;overflow:hidden;text-align:center}.card,.card img{width:150px;height:auto}.card h3{margin:10px 0;color:azure}.card a{color:#007bff;text-decoration:none}.next,.prev{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);color:white;font-size:24px;border:none;padding:10px;cursor:pointer}.prev{left:10px}.next{right:10px}.entarCard{background:rgb(230,83,14);color:black;left:0;bottom:0}@media (max-width:500px){.card{display:flex;flex-direction:column;width:150px;height:auto;margin:5px;border:1px solid #ccc;border-radius:10px;overflow:hidden;text-align:center}.card img{width:150px;height:150px}.card-wrapper{width:100%}}