header {
    width: 99%;
}

.logo img {
    max-width: 230px;
}

#brentollogo img {
    max-width: 150px;
}

#alkimlogo img {
    max-width: 70px;
}

/* navbar styles */

/* .navbar {
} */

.navbar .navitem {
    display: none;
}

.navbar .navitemmain, .navbar .navitemicon {
    display: block;
}

.navitemicon {
    position: absolute;
    right: 0;
    margin-right: 2%;
}

.navbar.responsive {
    flex-direction: column;
    /* align-items: start; */
}

.navbar.responsive .navitem {
    display: block;
}


/* footer styles */

footer {
    padding: 40px 15px 15px 15px;
}

#contactus {
    width: 90%;
}

.first_footer_item {
    flex-direction: column;
}

.footer_logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
}

#contactnumber {
    width: 70%;
}

/* slideshow styles */

#slideshow {
    height: 58vw;
    overflow: hidden;
}

#slideshow img {
    width: min-content;
}

/* haqqimizda styles */

#haqqimizda img {
    max-width: 200px;
}

/* catalog styles */

#catalog_header {
    font-size: 12px;
}

.catalog_item_container {
    width: 30%;
}

.product_category_item {
    width:25%;
}

.category_text_container {
    width: 50%;
}

.category_image_container {
    max-width: 40%;
}

