/* Add custom CSS styles below */ 
:root {
  --bg: linear-gradient(90deg, #E7CD6F, #BD9338); 
}


/* Header */
body.index #mainnav:not(#mainnav.fixed-header) * {
  color: #ebc247 !important;
}
body.index #mainnav:not(#mainnav.fixed-header) .sub-menu * {
  color: var(--color-primary) !important;
}
.navbar-brand img {
    max-height: 6rem;
}


/* Landing-page */
.landing-page-0 h1 {
    margin: 0;
}
.landing-page-0 .text-center {
    margin-top: 0;
    padding: 2.5rem 0;
    border-radius: 20px;
}
.landing-page-0 .text-center button {
  color: #fff;
}
.landing-page-0 > div > div > div {
  margin: -5% auto 0px;
}
.landing-page-0 .text-center button:hover span, .landing-page-0 .text-center button:hover i {
    color: #000;
}
.landing-page-0 p {
    opacity: 1;
    font-weight: 400;
}
.landing-page-0 h1,
.landing-page-0 p {
    color: #fff;
}
.landing-page-0 button {
    background-image:var(--bg);
    color: var(--color-primary) !important;
    font-weight: bold;
    padding: 3% 6%;
}
@media (min-width: 992px) {
  .landing-page-0 h1 {
    font-size: 54px !important;
    line-height: 3.8rem;
  }
  .landing-page-0 p {
    font-size: 30px !important;
    line-height: 2.6rem;
    margin: 2% auto;
    max-width: 460px;
  }
  .landing-page-0 > div.head_img {
    height: 100vh !important;
  }
}
@media (max-width: 768px) {
    .landing-page-0 > div > div > div {
        max-width: 78%;
        margin: auto;
        margin-top: 0%;
    }
    .landing-page-0 .text-center {
        margin-top: 35%;
    }
}
@media (max-width: 576px) {
    .landing-page-0 .text-center {
        margin-top: 50%;
        transform: translateY(-35%);
    }
    .landing-page-0 h1 {
        font-size: 32px !important;
    }
    .landing-page-0 p {
        font-size: 18px !important;
        max-width: 95%;
    }
}


/* CATS */
.categories ul {
    justify-content: center;
    gap: 5%;
    margin-top: 5%;
}
.categories ul li:first-child img {
    max-width: 95%;
}
.categories ul li {
    margin-top: 5%;
}
.categories a {
    text-wrap: nowrap;
}
@media (min-width: 992px) {
    .categories ul li {
        width: 240px;
    }
}


.rooms h1 {
    color: #fff;
}


/* Products */
.s-block--best-offers h2 {
    font-size: 26px;
}
.s-block--best-offers {
    margin-bottom: 5%;
}
@media (min-width: 992px) {
    .s-block--best-offers h2 {
        font-size: 34px;
    }
}


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


/* Img Banner Text */
.img-banner-text > div > div:first-child {
    justify-content: center;
}
.img-banner-text * {
    color: #fff;
    border-color: #fff;
}
.img-banner-text {
    background-color: var(--color-primary);
    padding: 3rem 0.5rem 1rem 0.5rem;
}
.img-banner-text > .container > .relative > .absolute {
    background-image: linear-gradient(180deg, #E7CD6F, #BD9338);
}


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


/* Media */
.media > div {
  background-image: var(--bg);
}


/* Footer */
.store-footer > .relative * {
    color: #fff !important;
}
.store-footer > .relative,
.store-footer__inner + div {
    background-image: var(--bg);
}
.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;
}
.footer-is-light .store-footer .store-footer__inner {
    background-color: #ECECEC !important;
}
.footer-is-light .store-footer .store-footer__inner * {
    color: #BD9338 !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;
    }
}

.\!my-4 {
    margin-top: 100px !important;
    margin-bottom: 1rem !important;
}