header {
    background-color: var(--primary-color);
    padding: 15px 0px;
}

header img {
    max-width: 150px;
}

.header-left-container span::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
    background-color: black;

}

.header-left-container span {
    font-size: 12px;
}

.header-left-container i {
    font-size: 14px;
}

@media screen and (min-width:1300px) {
    .header-left-container span {
        font-size: 14px;
    }
}

.search-input {
    border-bottom: 1px solid black;
}

.search-input input {
    border: none;
    background-color: transparent;
}

.search-input input:focus {
    outline: none;
}

.header-right-container i {
    font-size: 20px;
}

.products-info h2 {
    text-align: center;
}

nav a {
    font-family: 'Akrobat SemiBold', sans-serif !important;
}

#homepageSlider {
    max-height: calc(100vh - 200px);
}

/* .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
} */
.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.category-box {
    padding: 5px !important;
}

.category-content {
    bottom: 15px;
    background-color: rgba(172, 161, 144, 0.7);
    transition: 0.2s all linear;

}

.category-content span {
    font-family: 'Akrobat ExtraBold', sans-serif !important;
    text-align: center;
    font-size: 0.92rem;
    font-weight: 600;
}

.category-box:hover .category-content {
    bottom: 30px;
    transition: 0.2s all linear;

}

.category-box a {
    position: relative;
    display: flex;
}

/* 
.spacilaty-content{
    background-color: rgba(172,161,144,0.6);

} */
.mini-gallery .container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mini-gallery .gallery-item {
    display: block;
    width: calc(12.5% - 10px);
}

.specilaty-box span {
    font-size: 13px;
}

.gallery-slider {
    margin-top: 2rem;
}

@media screen and (max-width:900px) {
    .mini-gallery .gallery-item {
        display: block;
        width: calc(25% - 10px);
    }
}

@media screen and (max-width:576px) {
    .mini-gallery .gallery-item {
        display: block;
        width: calc(50% - 10px);
    }
}

.mini-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

.email-section .email-input-cont {
    display: flex;
    align-items: center;
    background-color: rgba(172, 161, 144, 0.6);
    border-radius: 20px;
    border: 1px dashed black;
    padding: 10px 15px;


}

.email-section .email-input-cont input {
    border: none;
    background-color: transparent;
}

.email-section .email-input-cont input:focus {
    outline: none;
}

.email-section .email-input-cont button {
    background-color: transparent;
    color: black;
    font-family: 'Akrobat SemiBold', sans-serif !important;
}

.us-in-social-media {
    background-color: rgba(172, 161, 144, 0.6);

}

.us-in-social-media h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
    margin-top: 5px;
}

.most-and-new-content {
    position: absolute;
    bottom: 10%;
}

.most-content {
    right: 30px;
}

.news-content {
    left: 30px;
}

.most-and-new-content a {
    background-color: white;
    padding: 4px 10px;
    color: black;
    font-family: 'Akrobat SemiBold', sans-serif !important;
    border-radius: 20px;
    font-size: 15px
}

footer {
    background-color: rgba(172, 161, 144, 0.6);

}

@media screen and (max-width:900px) {
    .categories-title h1 {
        font-size: 25px !important;
    }

    .mini-gallery .container::before {
        display: none !important;
    }
}

/* PRODUCT DETAIL  */
.gallery-item {
    display: block;
    width: 100%;
    height: auto;
}

.product-gallery img {
    width: 100%;
    height: auto;
    display: block;
}

/* contact page  */
.google-maps-frame {
    background-color: rgba(172, 161, 144, 0.6);
}

.info-card {
    background-color: rgba(172, 161, 144, 0.6);
    border: 1px dashed black;
}

.info-card i {
    font-size: 35px;
}

.footer-line {
    background-color: rgba(172, 161, 144, 0.6);
}