/*
// ===================================================================================================
// ## partners css
// =================================================================================================== 
*/

#main-partners {
    display: flex; flex-direction: column;
    justify-content: center; align-items: center;
    box-sizing: border-box;
    padding-block: 40px;
    gap: 35px;
}

.carousel {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow-x: hidden;
    white-space: nowrap;
    gap: 40px;
    scroll-behavior: smooth;
    position: relative;
    padding-block: 10px;
}

.brand-box {
    display: flex; align-items: center; justify-content: center;
    min-width: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    margin: 0 10px;
}
.brand-box img {
    height: 40px; width: auto;
    filter: brightness(0);
    object-fit: contain;
}