/* Header */
body.index #mainnav:not(#mainnav.fixed-header) * {
  color: #fff !important;
}
body.index #mainnav:not(#mainnav.fixed-header) .sub-menu * {
  color: var(--color-primary) !important;
}
.navbar-brand img {
    max-height: 11rem;
}
@media (max-width: 768px) {
    .navbar-brand img {
        max-width: 140px;
    }
}

/* Landing-page */
.main_banner-0 h1 {
    margin: 0;
}
.main_banner-0 .head_img > div {
    padding: 0 !important;
    align-items: center;
}
.main_banner-0 .text-center {
    padding: 2.5rem 0;
    border-radius: 20px;
}
.main_banner-0 .text-center button {
  color: #fff;
}
.main_banner-0 > div > div > div {
    margin-left: 10%;
}
.main_banner-0 .text-center button:hover span,
.main_banner-0 .text-center button:hover i {
    color: #000;
}
.main_banner-0 p {
    opacity: 1;
    font-weight: 400;
}
.main_banner-0 h1,
.main_banner-0 p {
    color: #000;
}
.head_img {
    height: 110vh;
}
@media (min-width: 992px) {
    .main_banner-0 h1 {
        font-size: 54px !important;
    }
    .main_banner-0 p {
        font-size: 28px !important;
        margin: 2% auto;
        max-width: 600px;
        line-height: 1.6;
    }
}
@media (max-width: 768px) {
    .main_banner-0 img {
        object-position: 100%;
    }
    .main_banner-0 > div > div > div {
        max-width: 100%;
        width: 100%;
        margin: auto;
        margin-top: 35%;
        position: absolute;
        bottom: 0;
    }
    .main_banner-0 .text-center {
        align-items: center !important;
        text-align: center !important;
        background-image: linear-gradient(0deg, #ffffffaa, transparent)
    }
    .main_banner-0 h1 {
        font-size: 26px !important;
    }
    .main_banner-0 p {
        font-size: 16px !important;
        max-width: 90%;
        margin-inline: auto;
    }
    .head_img {
        height: 55vh;
    }
}

/* CATS */
.categories ul {
    justify-content: center;
    gap: 5%;
    align-items: start;
}
@media (min-width: 992px) {
    .categories ul li {
        width: 170px;
    }
}
@media (max-width: 992px) {
    .categories ul li {
        margin-top: 5%;
    }
}

/* details-sec */
.details-sec .grid {
    height: 80vh !important;
}
@media (max-width: 768px) {
    .details-sec .grid {
        height: 123vh !important;
    }
    .details-sec .grid > div:nth-child(2) {
        height: 60vh;
    }
}

/* Fixed Banner Img */
.fixed-banner-img .relative .absolute {
    left: 0;
    width: 100%;
    margin-top: 3%;
    top: unset;
    bottom: 0;
}
.fixed-banner-img .container > .relative > div * {
    color: #fff !important;
    border-color: #fff;
}
.fixed-banner-img {
    margin-top: 5%;
}
.fixed-banner-img button {
    width: 100% !important;
    background-color: #000;
    border: 0;
}
@media (min-width: 992px) {
    .fixed-banner-img > div {
        flex-direction: row
    }
}

/* Media */
.media .shape * {
    color: #fff;
}
.media > div {
  background-color: var(--color-primary);
}

/* FAQs */
.my-faqs .absolute {
    background-color: #000 !important;
}

/* Footer */
.store-footer__inner {
    background-color: #fff;
}
.store-footer__inner img[alt="متجر فاشون هوليك -fashionholic"] {
    width: 150px;
}
@media (max-width: 768px) {
    footer * {
        text-align: center;
        margin-inline: auto;
    }
}