.slider{position:relative;max-width:700px;margin:30px auto;overflow:hidden;border-radius:15px}.slides{display:flex;transition:transform .6s ease-in-out}.slide{min-width:100%;display:flex;justify-content:center;align-items:center;background:#e9f8f7}.slide img{width:100%;height:100%;max-height:400px;object-fit:contain;border-radius:10px}.slider button{position:absolute;top:50%;transform:translateY(-50%);border:none;font-size:2rem;cursor:pointer;padding:5px 10px;border-radius:50%;transition:background .3s}.prev,.next{color:#513399}.prev{left:10px}.next{right:10px}.dots{text-align:center;position:absolute;bottom:10px;width:100%}.dots span{display:inline-block;height:12px;width:12px;margin:0 4px;background:rgba(255,255,255,0.7);border-radius:50%;cursor:pointer;transition:background .3s}.dots span.active{background:#e9f8f7}