/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

/* 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;
}

/* 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-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: 0.9;
    font-weight: 400;
}
.main_banner-0 h1,
.main_banner-0 p {
    color: #fff;
}
.main_banner-0 .w-fit {
    padding: 1rem 2rem;
}
.main_banner-0 .border-\[var\(--m-color\)\],
.main_banner-0 .bg-\[var\(--m-color\)\] {
    background-color: #3F52E3;
    border-color: #3F52E3;
}
@media (min-width: 1024px) {
    .main_banner-0 .lg\:h-\[95vh\] {
        height: 120vh;
    }
}
@media (min-width: 992px) {
    .main_banner-0 h1 {
        font-size: 62px !important;
    }
    .main_banner-0 p {
        font-size: 30px !important;
        margin: 2% auto;
        max-width: 800px;
        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;
        background-image: linear-gradient(0deg, #000000aa, transparent)
    }
    .main_banner-0 h1 {
        font-size: 26px !important;
    }
    .main_banner-0 p {
        font-size: 16px !important;
        max-width: 95%;
    }
}

/* CATS */
.categories h2 {
    text-align: center;
}
.categories ul {
    justify-content: center;
    gap: 10%;
}
.categories ul li a {
    height: unset;
}
@media (min-width: 992px) {
    .categories ul li {
        width: 250px;
    }
    .categories ul li a {
        font-size: 22px;
    }
}
@media (max-width: 992px) {
    .categories ul {
        align-items: start;
    }
    .categories ul li {
        margin-top: 10%;
    }
    .categories ul li a {
        font-size: 16px;
    }
}

.rooms h1 {
    color: #fff;
}

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

/* 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;
    border: unset;
    background-color: var(--color-primary);
    padding-block: 1.2rem;
}
@media (min-width: 992px) {
    .fixed-banner-img > div {
        flex-direction: row
    }
}

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

/* Features */
.features {
    margin-top: 5%;
}

/* 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 > div:first-child {
    background-color: var(--color-primary) !important;
}
*/
.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 .bg-\[var\(--m-color\)\] {
    background-color: #0D144C;
}