.type-3 {
    position: absolute;
    top: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(to top, transparent, #000);
    padding:2rem;
}

.type-3  .rs-top-bg{
    background: transparent;
}

.type-3 a {
    color: #fff;
}

.type-3 .nav-item{
    border: transparent;
}