.backgroundImg {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
}

.navbar-stuck-menu {
    background: none !important;
}

.navbar-light {
    background: none !important;
}

.mainTitle {
    color: #95b861;
}
@media (max-width:900px) {
    .mainTitle {
        color: black;
    }
    
}
.btns .btn {
    background-color: #95b861;
}

.btns a {
    background-color: #95b861;
    color: white;
}

.__shadow-2 .owl-stage-outer {
    display: flex;
    justify-content: space-around;

}

.bgProducts {
    height: 100vh;
    position: relative;
    top: -8rem;
    z-index: -1;
}

.bgProducts img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
