[data-bs-theme=dark]{
    --primary-color: #ceb9b6;
    --primary-color-1: #63445d;
    --secondary-color: #c9b1ad;
    --helper-color:#bca49f;
    --helper-color-2:#63445d;
    --primary-bg-color: #212020;
    --secondary-bg-color: #402b3a;
    
}
[data-bs-theme=light]{
    --primary-color: #402b3a;
    --primary-color-1: #ceb9b6;
    --secondary-color: #51384b;
    --helper-color: #563b50;
    --helper-color-2:#bca49f;
    --primary-bg-color: #f8f6f4;
    --secondary-bg-color: #ceb9b6;
}
.info-icon,
#info-box *,
#subheader *,
#section-slider *,
a.btn-slider:after
{
    color: #ceb9b6 !important;
}
a.btn-slider:hover,a.btn-slider *{
    color: #f8f6f4 !important;
    background-color: #63445d;
}
header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2)
, footer 
{
    background-color: var(--primary-bg-color) !important;
    color: var(--primary-color) !important;
}

header.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile):not(.header-s2) *
, footer *
{
    color: var(--primary-color) !important;
}
.crumb a
{
    color: #f8f6f4 !important;
}
#section-about ,#section-side-3 {
    background-color: var(--primary-bg-color) !important;
}
#section-about * , #section-side-3 *{ 
    color:var(--primary-color) !important;
}
#section-fun-facts-2 *
{
    color:#e0d0cd !important;
}
.de_light .text-light h2,
.text-light,#section-hero-1 *
{
    color: #f8f6f4 !important;
}
.blog-page , .blog-page *,
.post-page , .post-page *,
#teams-page, #teams-page *, 
.contact-page , .contact-page *,
input::placeholder,textarea::placeholder,
#section-services,#section-services *,
#section-why-choose-us-2,#section-why-choose-us-2 *,
#section-portfolio , #section-portfolio *,
#section-highlight , #section-highlight *
{
    background-color: var(--primary-bg-color) !important;
    color: var(--primary-color) !important;
}
.date-box, .date-box *
{
    background-color: var(--secondary-bg-color) !important;
    color: var(--secondary-color) !important;
}
