/* --- Colors --- */
:root {
    --main: #942180;
    --main-light: #d0bbe1;
    --main-dark: #000;
    --main-dark-2: #383838;
    --main-dark-3: #242424;
    --body-color: #000;
    --line-light: #E2DCDC;
    --line-light2: #f7f7f7;
    --accent: #fcf1ef;
    --cta-green: #00DBC4;
    --cta-green-dark: #06AA98;
    --grey: #ced4da;
    --grey-dark: #333333;
    --grey-light: #f0f0f0;
    --grey-light-2: #e5e2e2;
    --bg-light: #e6f2f2;
    --bg-light1: #ece6f2;
    --bg-light2: #f2f2e6;
    --bg-light3: #ffe5e5;
}
.swiper-slide {
    background-size: contain!important;
}

.header, .contact i {
    background: #c58ebd!important;
}
.footer-bottom {
    background-color: #292828!important;
}

.footer-logo img {
    max-width: 200px!important;
}
.single-slider-content.white-content .slider-heading h2 {
    color: var(--main)!important;
}
.single-slider-content.style-2.white-content .slider-desc p {
    color: var(--main-dark)!important;
}
@media (max-width: 1200px) {
    .logo img {
        max-width: 188px;
    }
}
.theme-btn-2 {
    background: #eca6e2!important;
}
.theme-btn:hover {
    background: var(--main-dark)!important;
}
.category-box .category-content a:hover, .custom-icon {
    color: #c58ebd!important;
}