.hero{
    height:100vh;
    background-image:url("https://static.desty.app/desty-page/jEwKwikIbPOaUGdG7Jfjn.png");
    background-size:cover;
    background-position:center;
    position:relative;
}

.overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-content{
    position:relative;
    z-index:2;
    height:100%;
    display:flex;
    align-items:center;
}

.hero-logo{
    width:220px;
    margin-bottom:25px;
}

.hero h1{
    color:#fff;
    font-size:68px;
    line-height:1.1;
    font-weight:800;
}

.hero p{
    color:#fff;
    max-width:520px;
    font-size:20px;
    margin:25px 0;
}

.logo{
    height:60px;
}

.btn{
    display:inline-block;
    padding:16px 34px;
    background:#ef233c;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    transition:.3s;
}

.btn:hover{
    background:#d90429;
    transform:translateY(-3px);
}