.footer {
    position: relative;
    padding: 10% 10%;
    background-image: url('../slike/footerbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    color: #FDFBE2;
}
.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, rgba(108, 150, 87, 1) 0%, rgba(108, 150, 87, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.footer h2, .footer h3, .footer p {
    position: relative; 
    z-index: 2;
    margin: 0;
    padding: 5px 0;
}