.slider-hero{height:100vh;overflow:hidden;position:relative;width:100%}.carousels{height:100%;opacity:0;position:absolute;transition:opacity 2s ease-in-out;width:100%}.carousels img{height:100%;object-fit:cover;width:100%}.carousels.active img{animation:zoomIn 9.6s linear}.carousels.active{opacity:1}@keyframes zoomIn{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes moveUp{0%{opacity:1!important;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.hero-buttons-wrapper .btn,.hero-logo,.hero-sub-logo{animation:moveUp 1s cubic-bezier(.35,0,0,1);animation-fill-mode:forwards!important;opacity:0}.hero-sub-logo{animation-delay:.08s}.hero-buttons-wrapper>div:first-of-type .btn{animation-delay:.35s}.hero-buttons-wrapper>div:nth-of-type(2) .btn{animation-delay:.43s}