.header {
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(to bottom right, rgba(90, 162, 184, 0.621), rgba(41, 124, 149, 0.165), rgba(214, 36, 4, 0.25), rgba(214, 36, 4, 0.641)), url("../img/house\ copy1.png");
    background-position: center;
    background-size: 100%, auto;
    background-repeat: no-repeat;
    position: relative;
}

.section {
    width: 100%;
    position: absolute;
}

.text-box {
    width: 90%;
    color: var(--text-black);
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; 
    z-index: 100;
}

.text-box h1 {
    /* font-size: 2.0vw; */
    font-weight: 100;
}

#rixdorf {
    color: var(--primary-color1);
    /* font-size: 3.1vw; */
}

.text-box p {
    margin: 30px 0 40px;
    /* font-size: 1.4vw; */
}

/* .side-bar {
    background-color: var(--primary-color3);
    border-radius: 50px;
    border: 2px;
    position: fixed;
    z-index: 1;
    height: 550px;
    width: 250px;
} */
