
#navbar {
    padding: 0px
}

#navBar-container {
    background-color: #002239;
}

#img-logo {
    margin: 1.875rem auto 1.875rem 3.375rem;
}

#navbar_dropdown_items {
    display: flex;
    align-items: center;
    text-align: center;
}

    #navbar_dropdown_items li {
        margin: 0.5rem;
    }

        #navbar_dropdown_items li a {
            font-family: poppins;
            letter-spacing: 0.1rem;
            font-size: 0.8125rem;
            color: #fff;
        }

            #navbar_dropdown_items li a:hover {
                color: #18BDE6;
            }

#navbarDropdown {
    color: white;
    font-size: 13px;
}

.carrousel-logo-wrapper {
    display: grid;
    grid-template-columns: repeat(10, auto);
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

    .carrousel-logo-wrapper img {
        filter: grayscale(1);
        max-width: 5rem;
        width: 100%;
    }

        .carrousel-logo-wrapper img:hover {
            filter: grayscale(0);
        }


.brand-img {
    width: 5rem;
}

#premiumBrandsHome {

}

/* mobile design */
@media (max-width:3000px) {
    .burguer-menu {
        display: none;
    }
}

@media (max-width:1265px) {
    #navbar_dropdown_items li a {
        font-size: 0.65rem;
    }

    #navbar_dropdown_items li {
        margin: 0;
    }
}

@media (max-width:1080px) {
    #navbar_dropdown_items {
        margin-right: 1rem;
    }

    #img-logo {
        margin: 1.875rem auto 1.875rem 2.375rem;
    }

    img#img-logo {
        width: 180px;
    }
}

@media (max-width:992px) {
    .carrousel-logo-wrapper img {
        max-width: 4rem;
    }

    .burguer-menu {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-right: 1rem;
    }

        .burguer-menu p {
            color: #fff;
            margin: 0 10px;
        }

        .burguer-menu button {
            background-color: transparent;
            border: none;
        }

    #navBar-container {
        z-index: 1000;
    }

    #navbarSupportedContent {
        text-align: center;
    }

        #navbarSupportedContent ul {
            font-size: 20px;
            padding: 2.5rem;
        }

    #navbar_dropdown_items li a {
        margin-top: 1rem;
        font-size: 1rem;
    }
}

@media (max-width:830px) {
    .carrousel-logo-wrapper img {
        max-width: 3rem;
    }
}

@media (max-width:576px) {
    .carrousel-logo-wrapper img {
        max-width: 2.5rem;
    }
}

@media (max-width:450px) {
    .carrousel-logo-wrapper img {
        max-width: 1.5rem;
    }
}

@media (max-width:351px) {
    img#img-logo {
        width: 120px;
    }

    #img-logo {
        margin: 1.875rem auto 1.875rem 1.375rem;
    }
}
