.theme-dark body {
    background-color: var(--darkColor);
}

.theme-dark body h1,
.theme-dark body h2,
.theme-dark body h3,
.theme-dark body h4,
.theme-dark body h5,
.theme-dark body h6 {
    color: var(--whiteColor);
}

.theme-dark body h1 a,
.theme-dark body h2 a,
.theme-dark body h3 a,
.theme-dark body h4 a,
.theme-dark body h5 a,
.theme-dark body h6 a {
    color: var(--whiteColor);
}

.theme-dark body h1 a:hover,
.theme-dark body h2 a:hover,
.theme-dark body h3 a:hover,
.theme-dark body h4 a:hover,
.theme-dark body h5 a:hover,
.theme-dark body h6 a:hover {
    color: var(--primaryColor);
}

.theme-dark .navbar-brand .logo-dark {
    display: block !important;
}

.theme-dark .navbar-brand .logo-light {
    display: none !important;
}

.theme-dark .hero-area {
    background-color: var(--darkColor);
    background-image: url(../img/marketing/hero/hero-bg-dark.html);
}

.theme-dark .portfolio-content ul li,
.theme-dark .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .contact-form form .form-check .form-check-label {
    color: var(--whiteColor);
}

.theme-dark p,
.theme-dark .single-pricing-info .title h1 sub,
.theme-dark .single-pricing-info .content .list li,
.theme-dark .single-blog-card .content ul li,
.theme-dark .blog-info .content ul li,
.theme-dark .copyright-title p {
    color: rgba(255, 255, 255, 0.75);
}

.theme-dark .contact-form form .form-group .form-control {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: var(--whiteColor);
}

.theme-dark .contact-form form .form-group .form-control::-moz-placeholder {
    color: var(--whiteColor);
}

.theme-dark .contact-form form .form-group .form-control::placeholder {
    color: var(--whiteColor);
}

.theme-dark .about-info {
    background-color: var(--darkColor);
}

.theme-dark .single-about-info .bg-style,
.theme-dark .about-area,
.theme-dark .portfolio-area,
.theme-dark .testimonial-info,
.theme-dark .single-wide-info,
.theme-dark .col-lg-6:nth-child(2) .single-wide-info:last-child,
.theme-dark .price-area,
.theme-dark .single-pricing-info,
.theme-dark .navbar.sticky,
.theme-dark .contact-area {
    background-color: var(--aztechColor);
}

.theme-dark .single-about-info .bg-style .about-card,
.theme-dark .col-lg-6:nth-child(2) .single-about-info .bg-style .col-lg-6:nth-child(1) .about-card,
.theme-dark .col-lg-6:nth-child(2) .single-about-info .bg-style .col-lg-6:nth-child(2) .about-card,
.theme-dark .col-lg-6:nth-child(1) .single-about-info .bg-style .col-lg-6:nth-child(2) .about-card,
.theme-dark .testimonial-area::before,
.theme-dark .easily-area,
.theme-dark .single-wide-card .card-info,
.theme-dark .success-area,
.theme-dark .blog-area {
    background-color: var(--codColor);
}

.theme-dark .sidebar-demos-popup .demos-inner .inner-demos .demos-list {
    box-shadow: none;
}

.theme-dark .single-blog-card .content ul li a,
.theme-dark .footer-content .list li a {
    color: rgba(255, 255, 255, 0.9);
}

.theme-dark .single-blog-card .content ul li a.active,
.theme-dark .single-blog-card .content ul li a:hover,
.theme-dark .footer-content .list li a.active,
.theme-dark .footer-content .list li a:hover {
    color: var(--primaryColor);
}

.theme-dark .single-wide-card {
    background-color: rgba(255, 255, 255, 0.18);
}

.theme-dark .download-area {
    background-image: url(../img/landing/download/download-bg-dark.html);
}

.theme-dark .single-partner-item img,
.theme-dark .pricing-content .image img {
    filter: brightness(0) invert(1);
}

.theme-dark .single-partner-item,
.theme-dark .price-content .title,
.theme-dark .single-pricing-info .title,
.theme-dark .copyright-area {
    border-color: rgba(255, 255, 255, 0.15);
}

.theme-dark .single-pricing-info .content .list li::before,
.theme-dark .footer-content .list li::before {
    background-color: rgba(255, 255, 255, 0.5);
}

.theme-dark .footer-area {
    background: linear-gradient(270deg, #0f0117 48.14%, #151321 108.6%);
}

.theme-dark .single-pricing-info .content a {
    color: var(--whiteColor);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 991px) {
    .theme-dark .navbar {
        background-color: var(--aztechColor);
    }
}

/*# sourceMappingURL=crypto-style-dark-mode.css.map */