.custom-slider{width:100vw;height:530px;overflow:hidden;position:relative;margin-left:calc(-50vw + 50%)}.slides{display:flex;height:100%;transition:transform 1s cubic-bezier(.77,0,.18,1)}.slide{min-width:100%;height:100%;position:relative;background-size:cover;background-position:center;transform:scale(1.2);opacity:0;transition:transform 6s ease,opacity 1s ease,background-position 6s ease}.slide.active{transform:scale(1);opacity:1;z-index:2}.overlay{position:absolute;width:100%;height:100%;background:rgba(0,0,0,.55);z-index:1}.content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff;z-index:2;width:90%;max-width:900px}.content h4,.content h1{opacity:0;transform:translateY(40px)}.slide.active h4{animation:fadeUp 1s ease forwards;animation-delay:.5s}.slide.active h1{animation:fadeUp 1s ease forwards;animation-delay:.9s}.content h4{font-size:20px;margin-bottom:15px}.content h1{font-size:54px;font-weight:700}.cta-btn{display:inline-block;margin-top:20px;padding:12px 28px;background:#f50202;color:#fff;text-decoration:none;font-weight:700;border-radius:30px;transition:.3s}.cta-btn:hover{background:#fff;color:#f50202}.nav{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;background:#f50202;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;z-index:10}.nav:hover{background:#fff;color:#f50202}.prev{left:20px}.next{right:20px}.dots{position:absolute;bottom:20px;width:100%;text-align:center;z-index:10}.dots span{display:inline-block;width:12px;height:12px;margin:5px;background:rgba(255,255,255,.5);border-radius:50%;cursor:pointer}.dots span.active{background:#fff;transform:scale(1.2)}@media (max-width:768px){.custom-slider{height:420px}.content h4{font-size:14px}.content h1{font-size:24px}.nav{width:40px;height:40px}}.custom-slider .content,.custom-slider .content h1,.custom-slider .content h4,.custom-slider .content a{color:#fff!important}