/* 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: 6rem;
}
#mainnav.fixed-header {
    background: #00000088 !important;
}

/* Landing-page */
.main_banner-0 h1 {
    margin: 0;
}
.main_banner-0 .head_img > div {
    padding: 0 !important;
    align-items: center;
    background: linear-gradient(45deg, #000000aa, transparent);
}
.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-right: 5%;
}
.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: #fff;
}
.main_banner-0 .w-fit {
    padding: 1rem 2rem;
}
.main_banner-0 h1 {
    font-weight: normal;
}
@media (min-width: 1024px) {
    .main_banner-0 .lg\:h-\[95vh\] {
        height: 120vh;
    }
    .main_banner-0 .text-center {
        padding: 2.5rem 0;
        border-radius: 20px;
    }
}
@media (min-width: 992px) {
    .main_banner-0 h1 {
        font-size: 40px !important;
        max-width: 550px;
        line-height: 3.7rem;
    }
    .main_banner-0 p {
        font-size: 38px !important;
        margin: 5% auto;
        max-width: 600px;
        line-height: 1.6;
    }
}
@media (max-width: 768px) {
    .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;
    }
    .main_banner-0 h1 {
        font-size: 26px !important;
    }
    .main_banner-0 p {
        font-size: 26px !important;
        max-width: 95%;
        margin-block: 2rem;
    }
    .main_banner-0 span {
        font-size: 16px !important;
        padding-left: 0.25rem;
    }
    .main_banner-0  * {
        color: #1C1C1C;
    }
    .main_banner-0 .mb-4 {
        margin-bottom: 0;
    }
}

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

/* products Title */
.s-slider-block__title-left {
    display: none;
}
.s-slider-block__title {
    justify-content: center;
}
.s-slider-block__title * {
    padding: 0 !important;
}
.s-block--best-offers h2::after {
    content: "";
    max-width: 124px;
    height: 3px;
    background-color: #000bd9;
    display: block;
    margin-inline: auto;
    margin-top: 0.5rem;
}
@media (min-width: 992px) {
    .s-block--best-offers h2 {
        font-size: 34px;
    }
}

.rooms h1 {
    color: #fff;
}

/* Fixed Banner Img */
.fixed-banner-img .relative .absolute {
    width: 320px;
    margin-top: 3%;
}
.fixed-banner-img .container > .relative > div * {
    color: #fff !important;
    border-color: #fff;
}
.fixed-banner-img {
    margin-top: 5%;
}
.fixed-banner-img h1 {
    line-height: 3rem;
}
@media (min-width: 992px) {
    .fixed-banner-img > div {
        flex-direction: row
    }
    .fixed-banner-img .relative .absolute {
        left: 0;
        width: 320px;
        margin-top: 3%;
    }
    .fixed-banner-img .relative:last-child .absolute {
        right: 0;
    }
}

/* Img Banner Text */
.img-banner-text > div > div:first-child {
    justify-content: center;
}

/* Features */
.features {
    margin-top: 5%;
}
.features .text-\[var\(--m-color\)\] {
    color: #1C1C1C;
}

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

/* Footer */
.store-footer > .relative * {
    color: #fff !important;
}
.store-footer .email_button {
    color: var(--color-primary) !important;
}
#mc-embedded-subscribe {
    background: #fff;
    color: var(--color-primary) !important;
}
#mc-embedded-subscribe:hover {
    opacity: 0.7;
}
.store-footer .s-contacts-list.s-contacts-list-vertical {
    align-items: center;
}
.outline-none {
    border: none;
}
/* Center LeVisa Footer for Mob */
@media (max-width: 992px) {
    .store-footer__inner > div * {
        justify-content: center;
        text-align: center;
        margin-right: auto;
        margin-left: auto;
    }
}
footer [alt="al-awailfoundation"] {
    width: 200px;
}
.store-footer__inner > .container > div:first-child {
    grid-column: span 1;
}