/*-------------------------------
    Dark Theme  CSS
-------------------------------*/
.switch-theme-mode {
  position: fixed;
  top: 200px;
  right: 15px;
  z-index: 99;
}

.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider.round {
  border-radius: 50%;
}
.slider.round:before {
  border-radius: 50%;
}
.slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: 0.4s;
  box-shadow: 0 0px 15px rgba(32, 32, 32, 0.2392156863);
  background: white url("../img/sunny.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--aztechColor);
  background-size: 17px;
}

.navbar-area .navbar,
input:checked + .slider {
  background-color: transparent;
}

input:focus + .slider {
  box-shadow: 0 0 1px transparent;
}

input:checked + .slider:before {
  transform: translateX(0);
  background: white url("../img/night.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

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

.theme-dark .navbar-brand .logo-dark,
.theme-dark .footer-logo .logo-dark,
.theme-dark .logo .logo-dark {
  display: block !important;
}
.theme-dark .navbar-brand .logo-light,
.theme-dark .footer-logo .logo-light,
.theme-dark .logo .logo-light {
  display: none !important;
}
.theme-dark body,
.theme-dark .home_three-hero-section::before {
  background-color: var(--darkColor);
}
.theme-dark input {
  color: var(--whiteColor);
}
.theme-dark .navbar-area.sticky,
.theme-dark .navbar-area.home_one .navbar-wrapper,
.theme-dark .navbar-area.home_three .navbar-wrapper,
.theme-dark .navbar-area.home_four .navbar-wrapper,
.theme-dark .navbar-area.home_five .navbar-wrapper,
.theme-dark .navbar-area.home_six .navbar-wrapper,
.theme-dark .navbar-area.home_seven .navbar-wrapper {
  background-color: var(--mildColor);
}
.theme-dark .home_two-simple-wrapper,
.theme-dark .home_three-hw-wrapper,
.theme-dark .home_three-featured-wrapper,
.theme-dark .home_eight-hw-wrapper,
.theme-dark .home_one-hero-section,
.theme-dark .home_two-hero-section,
.theme-dark .home_three-hero-section,
.theme-dark .home_four-hero-section,
.theme-dark .home_five-hero-section,
.theme-dark .home_six-hero-section,
.theme-dark .home_eight-hero-section {
  position: relative;
  z-index: 1;
}
.theme-dark .home_two-simple-wrapper:after,
.theme-dark .home_three-hw-wrapper:after,
.theme-dark .home_three-featured-wrapper:after,
.theme-dark .home_eight-hw-wrapper:after,
.theme-dark .home_one-hero-section:after,
.theme-dark .home_two-hero-section:after,
.theme-dark .home_three-hero-section:after,
.theme-dark .home_four-hero-section:after,
.theme-dark .home_five-hero-section:after,
.theme-dark .home_six-hero-section:after,
.theme-dark .home_eight-hero-section:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}
.theme-dark .home_three-hero-section {
  background-color: var(--darkColor);
}
.theme-dark .navbar-area.home_eight .other-options .login-btn:first-child {
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.theme-dark .breadcrumb-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.theme-dark .text-title,
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
.theme-dark .text_secondary,
.theme-dark .shop-card .shop-info .ratings li i,
.theme-dark .breadcrumb-wrap .br-menu li,
.theme-dark .v-counter .minusBtn::before,
.theme-dark .v-counter .plusBtn::before,
.theme-dark .cart-table table tbody tr td,
.theme-dark .checkout-form .form-group label,
.theme-dark .checkout-promobox a,
.theme-dark .breadcrumb-wrap .br-menu li::after,
.theme-dark .product-action-item .add-to-wishlist i,
.theme-dark .product-more-option-item a,
.theme-dark .single-product-tablist .nav-item .nav-link.active,
.theme-dark .home_one-testimonial-slider-one .testimonial-card h6, .theme-dark .home_one-testimonial-slider-two .testimonial-card h6,
.theme-dark .home_one-accordion .accordion-item .accordion-header .accordion-button .accord-arrow i,
.theme-dark .home_five-accordion .accordion-item .accordion-header .accordion-button .accord-arrow i,
.theme-dark .home_six-accordion .accordion-item .accordion-header .accordion-button .accord-arrow i,
.theme-dark .home_one-accordion .accordion-item.collapsed .accordion-button,
.theme-dark .home_six-accordion .accordion-item.collapsed .accordion-button,
.theme-dark .home_five-accordion .accordion-item .accordion-button,
.theme-dark .home_five-hero-section .hero-content .hero-btn a.play-now span.play-text,
.theme-dark .home_five-hero-section .hero-content .hero-btn a.play-now span.play-btn i,
.theme-dark .section-title {
  color: var(--whiteColor) !important;
}
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  box-shadow: none;
}
.theme-dark .contact-card a,
.theme-dark .checkbox label,
.theme-dark .select-payment-method div label,
.theme-dark .portfolio-card span,
.theme-dark .pp-post-item-wrap .pp-post-item .pp-post-info > a,
.theme-dark .single-product-tablist .nav-item .nav-link,
.theme-dark .portfolio-brief li span:first-child,
.theme-dark .home_six-hero-section .hero-content span,
.theme-dark .home_one-hero-section .hero-content .hero-btn a.link span,
.theme-dark .home_one-hero-section .hero-content p {
  color: var(--offwhiteColor);
}
.theme-dark .home_three-hw-wrapper .hw-card .link,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item.has-child a,
.theme-dark .navbar-area .navbar .navbar-nav > .nav-item > .dropdown-toggle::before,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle::before,
.theme-dark .checkbox label a,
.theme-dark .category-list li a,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav_link,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav-link {
  color: var(--whiteColor);
}
.theme-dark .home_three-hw-wrapper .hw-card .link.active, .theme-dark .home_three-hw-wrapper .hw-card .link:hover,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item.has-child a.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item.has-child a:hover,
.theme-dark .navbar-area .navbar .navbar-nav > .nav-item > .dropdown-toggle::before.active,
.theme-dark .navbar-area .navbar .navbar-nav > .nav-item > .dropdown-toggle::before:hover,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle::before.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle::before:hover,
.theme-dark .checkbox label a.active,
.theme-dark .checkbox label a:hover,
.theme-dark .category-list li a.active,
.theme-dark .category-list li a:hover,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav_link.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav_link:hover,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav-link.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--optionalColor) !important;
}
.theme-dark .tag-list li a {
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: var(--offwhiteColor);
}
.theme-dark .navbar-area .navbar .navbar-nav .nav-item.has-child a.active.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav_link.active.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav-link.active.active {
  color: var(--optionalColor) !important;
}
.theme-dark p {
  color: rgba(255, 255, 255, 0.6);
}
.theme-dark .btn.style-three {
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--whiteColor);
}
.theme-dark .btn.style-three:hover {
  border-color: transparent;
}
.theme-dark .br-four,
.theme-dark .search-form input,
.theme-dark .filter-cat,
.theme-dark .shop-card,
.theme-dark .shop-card-wrap,
.theme-dark .coupon-code input,
.theme-dark .checkout-form .form-group input,
.theme-dark .checkout-form .form-group select, .theme-dark .checkout-form .form-group textarea,
.theme-dark .cart-table table thead tr th,
.theme-dark .cart-table table tbody tr,
.theme-dark .cart-total .cart-total-wrap .cart-total-item,
.theme-dark .select-payment-method [type=radio]:not(:checked) + label::before,
.theme-dark .home_five-hero-section .hero-content .hero-btn a.play-now span.play-btn,
.theme-dark .navbar-area.home_two {
  border-color: rgba(255, 255, 255, 0.25);
}
.theme-dark .select-payment-method [type=radio]:checked + label::after {
  background-color: var(--whiteColor);
}
.theme-dark .checkout-form select,
.theme-dark .filter-cat {
  color: var(--whiteColor);
  background-image: url(../img/down-arrow-white.webp);
}
.theme-dark .checkout-form select option,
.theme-dark .filter-cat option {
  color: var(--paraColor);
}
.theme-dark .page-nav li a {
  color: var(--whiteColor);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.theme-dark .text-paraTwo,
.theme-dark .home_two-pricing-card .pricing-features li,
.theme-dark .home_three-pricing-card .pricing-features li {
  color: var(--offwhiteColor);
}
.theme-dark .bg-cod,
.theme-dark .bg-white,
.theme-dark .home_three-simple-wrapper::before,
.theme-dark .home_one-hw-wrapper .hw-card.style-two,
.theme-dark .home_one-pricing-card::after {
  background: var(--codColor) !important;
}
.theme-dark .home_eight-hw-wrapper .hw-card-wrapper .hw-card:last-child,
.theme-dark .home_seven-join-wrapper:before,
.theme-dark .home_eight-join-wrapper:before,
.theme-dark .app-wrapper::before,
.theme-dark .footer-wrap {
  background-color: var(--mildColor);
}
.theme-dark .shop-card .add-to-cart img,
.theme-dark .home_five-testimonial-slider .home_five-slider-btn .testimonial-prev img,
.theme-dark .home_five-testimonial-slider .home_five-slider-btn .testimonial-next img,
.theme-dark .home_one-hero-section .hero-content .hero-btn a.link img,
.theme-dark .home_one-blog-card .blog-metainfo li img,
.theme-dark .home_two-blog-card .blog-metainfo li img {
  filter: brightness(0) invert(1);
}
.theme-dark .bg-grad,
.theme-dark .bg-grad-two,
.theme-dark .bg-magnolia,
.theme-dark .bg_secondary,
.theme-dark .bg-helio,
.theme-dark .promo-card-wrapper::before,
.theme-dark .home_two-register-area::after,
.theme-dark .home_two-pricing-card:after,
.theme-dark .home_four-promo-wrap,
.theme-dark .home_six-simple-wrapper .simple-content .feature-content,
.theme-dark .home_five-accordion .accordion-item.collapsed,
.theme-dark .home_six-accordion .accordion-item.collapsed,
.theme-dark .home_four-wh-features .featured-card.style-two:hover,
.theme-dark .home_four-wh-features .featured-card.style-one,
.theme-dark .home_two-wh-wrap .feature-card:after,
.theme-dark .home_two-promo-wrapper .promo-img-wrap .promo-text-one,
.theme-dark .home_two-promo-wrapper .promo-img-wrap .promo-text-two,
.theme-dark .home_one-simple-wrapper .simple-content .feature-content,
.theme-dark .home_one-hw-wrapper .hw-card.style-one {
  background: var(--aztechColor);
}
.theme-dark .home_four-wh-features .featured-card.style-one:hover,
.theme-dark .home_four-wh-features .featured-card.style-two,
.theme-dark .home_two-register-wrapper.bg_secondary {
  background-color: var(--mildColor);
}
.theme-dark .br-two {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.theme-dark .navbar-area .app-btn a,
.theme-dark .home_one-about-wrapper .about-content .home_one-accordion .accordion-item,
.theme-dark .home_one-accordion .accordion-item.collapsed {
  border: 1px solid rgba(255, 255, 255, 0.27);
}
.theme-dark .navbar-area .app-btn a:hover {
  background-color: var(--optionalColor);
}
.theme-dark .home_three-hw-wrapper::before {
  background-blend-mode: difference;
}
.theme-dark .blog-metainfo a {
  color: rgba(255, 255, 255, 0.75);
}
.theme-dark .blog-metainfo a:hover {
  color: var(--primaryColor);
}
.theme-dark h1 a, .theme-dark h2 a, .theme-dark h3 a, .theme-dark h4 a, .theme-dark h5 a, .theme-dark h6 a {
  color: var(--whiteColor);
}
.theme-dark h1 a:hover, .theme-dark h2 a:hover, .theme-dark h3 a:hover, .theme-dark h4 a:hover, .theme-dark h5 a:hover, .theme-dark h6 a:hover {
  color: var(--primaryColor);
}
.theme-dark .navbar-area .app-btn a:first-child img {
  filter: brightness(0) invert(1);
}
.theme-dark .brand-logo img {
  filter: brightness(0) invert(1);
}
.theme-dark .home_six-wh-wrap .wh-bg-shape {
  filter: brightness(0) invert(0.01);
}

@media only screen and (max-width: 991px) {
  .switch-theme-mode {
    top: 270px;
  }
}/*# sourceMappingURL=dark-theme.css.map */