Aşağıda ki kodu header kod alanına yapıştırırsanız sorun kalmaz.

.introHome::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: unset;
    z-index: 1;
    border-radius: 20px;
}