.hero-slider-two-wrap{height:100vh;overflow:hidden;position:relative}.hero-slide-two{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;opacity:0;position:absolute;transition:opacity 1s ease-in-out;width:100%;z-index:0}.hero-slide-two.active{opacity:1;z-index:1}.hero-slide-two .overlay{background:linear-gradient(60deg,#000,transparent 61%);color:#fff;display:flex;flex-direction:column;gap:148px;height:100%;justify-content:end;padding:60px 80px;position:absolute;width:100%}.hero-slide-two .bottom-bar,.hero-slide-two .text-top{opacity:0}.fade-up{animation:fadeUp 1s ease-out forwards}.fade-up-delayed{animation:fadeUp 1.2s ease-out forwards}.hero-slide-two .subheading{opacity:.7}.hero-slide-two .bottom-bar{align-items:center;border-top:1px solid hsla(0,0%,100%,.3);display:flex;justify-content:space-between;max-width:100%;padding-top:20px}.hero-slide-two .desc,.hero-slide-two .text-top{max-width:750px}.hero-slide-two .desc{opacity:.8}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:1024px){.hero-slide-two .bottom-bar{flex-wrap:wrap;gap:30px}}@media screen and (max-width:767px){.hero-slide-two .overlay{gap:50px;padding:60px 15px}.hero-slider-two-wrap{height:75vh}}@media screen and (max-width:650px){.hero-slide-two .desc,.hero-slide-two .text-top{max-width:none}}