.home-footer-container {
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid white;
    padding-bottom: 10px !important;
}

.kontakti-kontent-mobile p {
    color: #52535a !important;
    margin: 0;
}

.kosmonte-company-div-img figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.footer-content-okej {
    color: white;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.first-infos p:nth-child(1),
.second-infos p:nth-child(1) {
    font-weight: bold;
    font-size: 20px !important;
}

.first-infos,
.second-infos {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%; /* Ensure the div has a height for flexbox to work */
    color: #fff;
}

.hideShowForSeeMoreBtn {
    display: none !important;
}

.kosmonte-sot,
.kosmonte-sot .mySlides {
    height: 600px;
    border-radius: 15px;
}

.kosmonte-slider-sot img {
    height: 300px;
}

.pb200 {
    padding-bottom: 200px;
}

.pb50 {
    padding-bottom: 50px;
}

.transformY50 {
    transform: translateY(-50px);
}
.home-media-btn:hover {
    background-color: #59be40;
    color: white;
}

.horeca-web-for-slides img {
    transition: all 0.3s;
}

.horeca-web-for-slides img:hover {
    scale: 1.1;
}

#teksti-per-brende {
    padding: 20px 20px 0 20px !important;
}

.career-apply-now-button:hover {
    background-color: #59be40;
}

.career-buttons button:hover {
    background-color: #59be40;
}

.career-buttons button {
    transition: all 0.3s;
}

/* .image-container img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.image-container {
    position: relative !important;
    width: 100% !important;
    height:500px !important;
} */

.mobile-brendet {
    margin-right: 10px; /* Add some space between brands */
    overflow-x: auto !important;
    white-space: nowrap !important;
    display: flex;
    flex-wrap: nowrap;
    cursor: grab;
}

.mobile-brendet::-webkit-scrollbar {
    display: none; /* Hide the scrollbar */
}

.all-prods-web {
    margin-right: 10px; /* Add some space between brands */
    overflow-x: auto !important;
    white-space: nowrap !important;
    display: flex;
    flex-wrap: nowrap !important;
}

.first-infos p,
.second-infos p {
    color: white !important;
}

@media (max-width: 774px) {
    .home-footer-container {
        padding: 50px 20px 0 20px;
        display: flex;
        justify-content: space-between;
        border-bottom: 2px solid white;
        padding-bottom: 20px !important;
    }

    .footer-logos-new-footer-okej {
        display: flex;
        flex-direction: column;
        align-items: end;
        gap: 10px;
    }

    .footer-logos-new-footer-okej img {
        width: 80%;
    }

    .footer-content-okej {
        color: white;
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 0 !important;
    }

    .first-infos p:nth-child(1),
    .second-infos p:nth-child(1) {
        font-weight: bold;
        font-size: 20px !important;
    }

    .home-footer-container:nth-child(1) {
        flex-direction: row-reverse;
    }
    .br-for-mobile {
        display: block !important;
    }
}
