.header {
    position: absolute !important;
    background-color: transparent !important;
    transform: unset !important;
}

.menu-item a {
    color: #fff;
}

.bar1,
.bar2,
.bar3 {
    background-color: #fff;
}

.ab {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../images/ab-1.jpg) no-repeat;
    background-size: cover;
}

.ab-1 {
    margin-bottom: 30rem;
}

.ab-text {
    display: flex;
    flex-direction: column;
    gap: 30rem;
}

.ab-text h6 {
    color: #fff;
    font-size: 22rem;
    font-weight: unset;
}

.ab-text p {
    color: #ffffffc2;
    font-size: 16rem;
    line-height: 1.6;
    margin-top: -15rem;
}


/*==================================================*/
@media (max-width: 768px) {
    .ab {
        padding: 85rem 0 40rem 0;
    }

    .ab .article-wrapper {
        width: 100%;
        padding: 0;
    }

    .ab-text {
        padding: 10px 30px;
    }
}


@media (max-width: 550px) {
    .ab-text {
        gap: 40rem;
    }
    
    .ab-text h6 {
        font-size: 26rem;
    }

    .ab-text p {
        font-size: 20rem;
        margin-top: -5rem;
    }
}