.carousel{width:100%;position:relative;overflow:hidden}.carousel-track{width:100%;transition:transform .5s ease-in-out;display:flex}.carousel-slide{box-sizing:border-box;justify-content:center;align-items:center;min-width:100%;display:flex}.carousel-image{object-fit:25vh;cursor:pointer;border-radius:10px;width:calc(100% - 30px);height:430px;margin:0 18px 18px;display:block}.carousel-dots{z-index:2;justify-content:flex-end;gap:8px;display:flex;position:absolute;bottom:20px;right:40px}.carousel-dots .dot{cursor:pointer;background:#fff6;border:none;border-radius:50%;width:6px;height:6px;margin-bottom:10px;transition:all .3s}.carousel-dots .dot.active{background:#fff;border-radius:20px;width:32px;height:6px}@media (max-width:1024px){.carousel-image{height:300px}}@media (max-width:768px){.carousel-image{height:200px}}@media (max-width:480px){.carousel-image{height:150px}}
