#home-banner .item {
    position: relative;
}

#home-banner .item img {
    width: 100%;
    display: block;
    filter: brightness(50%); /* Zatamnjuje sliku */
}

#home-banner .item .caption {
    color: white;
    text-align: center;
    z-index: 2; /* Pozicioniranje iznad tamnog sloja */
}

#home-banner .item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.13); /* Tamni sloj preko slike */
    z-index: 1; /* Pozicioniranje ispod teksta */
}
.rate-list .text-col ul li {
    background: unset;
}
.product-section .product-box h4 {
    margin: 15px 10px;
}
.product-section .product-box:before {
    border-bottom: none;
}
.partnet-section ul li {
    padding: 0 30px;
}
.head-row-2 {
    background: #000;
}
button.btn-style-1 {
    font: 300 18px / 18px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    float: left;
    text-decoration: none;
    padding: 14px 33px;
    text-align: center;
    position: relative;
    z-index: 11;
}
button.btn-style-1, .footer-box form input[type="submit"], .newsletter form input[type="submit"]:hover {
    background-color: #900000;
}
.p-3{
    padding: 3rem;
}
.butcher-about:before {
    background: unset;
}
.product-section:before {
    background: unset;
}
strong.subheading {
    font: 400 35px / 35px 'Dancing Script', cursive;
}

.about-text:before {
    background: unset;
}
