.carousel{height:100dvh;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;background-color:#000}.progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;background-color:hsla(0,0%,100%,.2);z-index:10}.progress-bar-fill{height:100%;background-color:#95d904}.carousel .item{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;animation:zoomBackground 15s ease-in-out infinite}@keyframes zoomBackground{0%{transform:scale(1)}to{transform:scale(1.15)}}.carousel .item .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);z-index:1}.content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:50rem;color:#fff;padding:0 24px}.content .title{font-size:5.5em;font-weight:700;margin:0;line-height:1.2}.content .des,.content .title{color:#fff;text-shadow:0 4px 6px rgba(0,0,0,.4)}.content .des{font-size:4.25em;line-height:1.5;margin-top:10px;max-width:700px}.buttons Button{background:#01862f;color:#fff;font-weight:700;border-radius:8px;padding:10px 20px;transition:background .3s;margin-top:20px}.buttons Button:hover{background:#039636}.arrows-left,.arrows-right{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;z-index:100;transition:background-color .3s}.arrows-left:hover,.arrows-right:hover{background-color:rgba(0,0,0,.7)}.arrows-left{left:20px}.arrows-right{right:20px}@media screen and (max-width:678px){.carousel{height:750px}.content .title{font-size:2em}.content .des{font-size:1em}.content{max-width:40rem}.arrows-left,.arrows-right{top:auto;bottom:10px;transform:none}.arrows-left{left:20px}.arrows-right{right:20px}}