:root {
    --primary-color: #334093;
    --secondary-color: #35bbc9
}

#header-top {
    background-color: var(--primary-color);
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#header {
    height: 85px;
    margin-bottom: 40px;
}

.navbar .menu-items {
    justify-content: end !important;
}

.navbar .menu-item {
    font-weight: 500;
    color: var(--primary-color);
    font-size: 18px !important;
}

.navbar .menu-item:hover {
    background-color: #eaecf4;
}

.navbar .menu-item:hover {
    color: var(--primary-color) !important;
    padding: 10px;
}

.slider {
    height: 72vh;
}


.home-page-categories {
    width: 100%;
}

.home-page-categories > div::-webkit-scrollbar {
    display: none;
}

.home-page-categories .category-item {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid var(--secondary-color);
    border-radius: 10px;
    padding: 25px 25px;
    margin: 0px 5px;
    line-height: 1.2;
}


.categories-container {
    border: 2px solid #35bbc9
}

.categories-container [aria-expanded="true"] {
    background-color: #35bbc9;
    border: 2px solid #35bbc9
}

.categories-container a.menu-item {
    font-size: 19px;
    font-weight: bold;
    color: #000;
    display: block;
    padding: 10px;
    width: 100% !important;
    text-decoration: none;
    border-bottom: 2px solid #35bbc9;
}

.categories-container a.sub-item {
    font-size: 16px;
    color: #000;
    display: block;
    padding: 10px;
    width: 100% !important;
    text-decoration: none;
    border-bottom: 2px solid #35bbc9;
}

.home-e-catalog {
    margin: 85px 0;
    background-color: var(--primary-color);
    color: #fff;
    height: 200px
}

.home-e-catalog-title {
    font-size: 40px;
    font-weight: bold;
    display: block
}

.home-e-catalog-text {
    font-size: 24px;
    font-weight: bold;
    display: block
}

.e-catalog-show-button {
    border-radius: 10px;
    padding: 5px 20px;
    margin: 10px 15px;
    font-size: 32px;
    color: #fff;
    border: 2px solid #fff
}

.e-catalog-download-button {
    border-radius: 10px;
    padding: 5px 20px;
    margin: 10px 15px;
    font-size: 32px;
    color: #fff;
    border: 2px solid #fff
}

.our-brand-img{
    width: 95%;
}

@media screen and ( max-width: 1024px) {
    .quality-content{
        margin-top: 55px
    }
}

@media screen and ( max-width: 600px) {

    .quality-content{
        margin-top: 55px
    }

    .slick-slide img{
        width: 100%!important;
    }

    .navbar.sticky > .container{
        width: 100%!important;
    }

    #header {
        height: 70px!important;
    }

    .slider {
        height: auto;
    }

    .first-about {
        width: 85%;
    }


    #header-top {
        height: 40px;
        font-size: 13px;
    }

    .logo img {
        width: 200px;
    }

    .menu-btn {
        margin-right: 0px !important;
    }

    .home-our-brands-title {
        margin: 20px auto !important;
    }

    .our-brand-img{
        margin-bottom: 35px !important;
        width: 80%;
    }

    .home-e-catalog {
        margin: 55px 0;
        background-color: var(--primary-color);
        color: #fff;
        height: 350px;
    }

    .home-e-catalog-title {
        font-size: 28px;
        font-weight: bold;
        display: block
    }

    .home-e-catalog-text {
        font-size: 18px;
        font-weight: bold;
        display: block
    }

    .e-catalog-button-container{
        justify-content: center;
    }

    .e-catalog-show-button {
        border-radius: 10px;
        padding: 5px 20px;
        margin: 35px 15px 0 15px;
        font-size: 20px;
        color: #fff;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .e-catalog-download-button {
        border-radius: 10px;
        padding: 5px 20px;
        margin: 35px 15px 0 15px;
        font-size: 20px;
        color: #fff;
        border: 2px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-maps{
        margin-top: 35px
    }

}
