:root {
    --primary-color: #334093;
    --secondary-color: #a21cfc
}


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

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

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

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

.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;
    margin: 0px 5px;
    line-height: 1.2;
}


.categories-container {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;         /* Taşarsa alt satıra geçer */
    gap: 15px;               /* Öğeler arası boşluk */
    justify-content: flex-start; /* Başlangıçtan hizalama (isteğe göre center da olabilir) */
}

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

.categories-container a.menu-item,
.categories-container a.sub-item {
    font-size: 16px;
    font-weight: bold;
    color: #a21cfc;
    padding: 8px 16px;
    text-decoration: none;
    border: 2px solid #a21cfc;
    border-radius: 10px;
    transition: 0.3s;
    display: inline-block;
    white-space: nowrap;
}

.categories-container a.menu-item:hover,
.categories-container a.sub-item:hover,
.categories-container a.menu-item.active,
.categories-container a.sub-item.active {
    background-color: #a21cfc !important;
    color: #fff !important;
}




.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{

    }

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

    #header {
        height: 70px!important;
    }

    .slider {
        height: 60vh;
    }

    .first-about {
        width: 85%;
    }


    .logo img {
        width: 100px;
    }

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

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

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

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

}
