/*-------------------------------
    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 {
  background-color: var(--darkColor);
}
.theme-dark .bg-white {
  background-color: var(--codColor) !important;
}
.theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6,
.theme-dark .price-title span {
  color: var(--whiteColor);
}
.theme-dark .hero-slider.style-two .hero-slide-item .hero-content h1 {
  color: var(--titleColor);
}
.theme-dark .text_title,
.theme-dark .btn,
.theme-dark .sidebar-wrapper .sidebar-bottom .link,
.theme-dark .hero-slider-two .slider-btn .hero-prev i,
.theme-dark .hero-slider-two .slider-btn .hero-next i,
.theme-dark .traveling-blog-wrap .slider-btn .travel-prev i,
.theme-dark .traveling-blog-wrap .slider-btn .travel-next i,
.theme-dark .single-blog-slider .slider-btn .blog-prev i,
.theme-dark .single-blog-slider .slider-btn .blog-next i,
.theme-dark .hero-slider.style-four .slider-btn .hero-prev i,
.theme-dark .hero-slider.style-four .slider-btn .hero-next i,
.theme-dark .hero-slider.style-three .slider-btn .hero-prev i,
.theme-dark .hero-slider.style-three .slider-btn .hero-next i,
.theme-dark .hero-slider.style-two .slider-btn .hero-next i,
.theme-dark .hero-slider.style-two .slider-btn .hero-prev i,
.theme-dark .category-card span,
.theme-dark .tag-list li:after,
.theme-dark .page-nav li a,
.theme-dark .search-form button i,
.theme-dark .responsive-navbar .offcanvas-body ul.responsive-menu .responsive-menu-list::after,
.theme-dark .responsive-navbar .offcanvas-header .close-btn i,
.theme-dark .navbar-area .navbar .navbar-toggler,
.theme-dark .navbar-area .navbar .other-options .option-item .search-btn,
.theme-dark .navbar-area .navbar .other-options .option-item .dropdown .dropdown-toggle {
  color: var(--whiteColor) !important;
}
.theme-dark .multi-range input[type=range]:nth-child(1)::-webkit-slider-thumb::before {
  background-color: var(--offwhiteColor);
}
.theme-dark .multi-range input[type=range]:nth-child(2)::-webkit-slider-thumb::before {
  background-color: var(--offwhiteColor);
}
.theme-dark input[type=range] {
  background: var(--offwhiteColor);
}
.theme-dark input[type=range]::-moz-range-thumb {
  background-color: var(--offwhiteColor);
}
.theme-dark input[type=range]::-moz-range-thumb:hover,
.theme-dark input[type=range]::-moz-range-thumb:active {
  background-color: var(--offwhiteColor);
}
.theme-dark input[type=range]::-webkit-slider-thumb {
  background-color: var(--offwhiteColor);
}
.theme-dark p,
.theme-dark .travel-date,
.theme-dark ul li,
.theme-dark ol li,
.theme-dark .br-menu li:after,
.theme-dark .team-card span,
.theme-dark label,
.theme-dark .post-meta-option .post-tag li a,
.theme-dark .form-group label,
.theme-dark .v-counter .plusBtn::before,
.theme-dark .v-counter .minusBtn::before,
.theme-dark .post-card .travel-metainfo li a,
.theme-dark .author-card .social-profile li a i,
.theme-dark .blog-card.style-five .travel-metainfo li,
.theme-dark .blog-card.style-five .travel-metainfo li a,
.theme-dark .blog-card.style-six .travel-metainfo li,
.theme-dark .blog-card.style-six .travel-metainfo li a,
.theme-dark .blog-card.style-seven .travel-metainfo li,
.theme-dark .blog-card.style-seven .travel-metainfo li a,
.theme-dark .blog-card.style-nine .travel-metainfo li,
.theme-dark .blog-card.style-nine .travel-metainfo li a,
.theme-dark .navbar-area .navbar .other-options .option-item .dropdown .dropdown-menu li a,
.theme-dark .searchModal .modal-dialog .modal-content .btn-close i,
.theme-dark .cart-total .cart-total-wrap .cart-total-item p, .theme-dark .cart-total .cart-total-wrap .cart-total-item span,
.theme-dark .text_para {
  color: var(--offwhiteColor) !important;
}
.theme-dark .navbar-area .navbar .other-options .option-item .dropdown .dropdown-menu li a:hover,
.theme-dark .post-card .travel-metainfo li a:hover {
  color: var(--orangeColor) !important;
}
.theme-dark .blog-card.style-five .travel-metainfo li a:hover,
.theme-dark .blog-card.style-six .travel-metainfo li a:hover,
.theme-dark .blog-card.style-seven .travel-metainfo li a:hover,
.theme-dark .blog-card.style-nine .travel-metainfo li a:hover,
.theme-dark .author-card .social-profile li a:hover i {
  color: var(--secondaryColor) !important;
}
.theme-dark .bg_soft,
.theme-dark .bg-aqua,
.theme-dark .bg-bunker,
.theme-dark .navbar-area .navbar .other-options .option-item .dropdown .dropdown-menu,
.theme-dark .navbar-area.sticky,
.theme-dark .navbar-area.style-six.sticky .navbar,
.theme-dark .featured-post.style-two .featured-info,
.theme-dark .responsive-navbar,
.theme-dark .shop-card.style-three::after,
.theme-dark .travel-tips-wrap::after,
.theme-dark .brand-wrapper .brand-box,
.theme-dark .about-area .container-fluid::after,
.theme-dark .category-card.style-three.bg-one,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: var(--aztechColor) !important;
}
.theme-dark .btn.style-four {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.theme-dark .newsletter-box,
.theme-dark .traveling-blog-wrap::after,
.theme-dark .shop-card.style-four::after,
.theme-dark .shop-card.style-four .shop-img-wrap .shop-img,
.theme-dark .category-wrapper::after {
  background-color: var(--azwaColor);
}
.theme-dark .category-card-wrap.style-two .category-card:nth-child(even),
.theme-dark .product-wrapper::after {
  background-color: var(--mildColor);
}
.theme-dark .searchModal .modal-dialog,
.theme-dark .travel-card.style-four,
.theme-dark .featured-post.style-four .featured-info,
.theme-dark .category-card-wrap .category-card:nth-child(2n+1),
.theme-dark .travel-wrap::after {
  background-color: var(--codColor);
}
.theme-dark .hero-bg-shape.position-absolute.bottom-0.end-0.w-100.z-1 {
  filter: brightness(1) invert(1);
}
.theme-dark .category-card img,
.theme-dark .brand-logo img,
.theme-dark .post-meta-option .post-share .social-profile li a img,
.theme-dark .author-box .social-profile li a img,
.theme-dark .sidebar .sidebar-widget .social-profile li a img,
.theme-dark .sidebar .sidebar-widget .social-profile li a i,
.theme-dark .main-content-wrapper .sidebar-wrapper .social-profile li a img,
.theme-dark .main-content-wrapper .sidebar-wrapper .search-form button i,
.theme-dark .footer-widget .social-profile li a img,
.theme-dark .social-profile li a img,
.theme-dark .navbar-area .navbar .other-options .option-item .social-profile li a i,
.theme-dark .navbar-area .navbar .other-options .option-item .social-profile li a img,
.theme-dark .navbar-area .navbar .other-options .option-item .dropdown .dropdown-toggle img {
  filter: brightness(0) invert(1);
}
.theme-dark .bg-bunker .brand-logo img {
  filter: brightness(1) invert(0);
}
.theme-dark h3 a,
.theme-dark .br-menu li a,
.theme-dark .place-lsit li a,
.theme-dark .destination-list .nav-item .nav-link,
.theme-dark .scroll-menu li a,
.theme-dark .destination-list li a,
.theme-dark .category-list li a,
.theme-dark .footer-widget .social-profile li a,
.theme-dark .sidebar .sidebar-widget .social-profile li a,
.theme-dark .tag-list li a,
.theme-dark .blog-link-wrap .blog-link,
.theme-dark .footer-widget .footer-menu li a,
.theme-dark .product-more-option-item a,
.theme-dark .travel_card .travel-info h3 a,
.theme-dark .product-more-option-item span,
.theme-dark .popular-post-wrap .pp-post-item .pp-post-info h6 a,
.theme-dark .author-info-wrap .author-metainfo li a,
.theme-dark .featured-post.style-three .featured-info > a,
.theme-dark .single-product-tablist .nav-item .nav-link,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .nav-link,
.theme-dark .responsive-navbar .offcanvas-body ul.responsive-menu .responsive-menu-list a,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  color: var(--whiteColor) !important;
}
.theme-dark h3 a.active, .theme-dark h3 a:hover,
.theme-dark .br-menu li a.active,
.theme-dark .br-menu li a:hover,
.theme-dark .place-lsit li a.active,
.theme-dark .place-lsit li a:hover,
.theme-dark .destination-list .nav-item .nav-link.active,
.theme-dark .destination-list .nav-item .nav-link:hover,
.theme-dark .scroll-menu li a.active,
.theme-dark .scroll-menu li a:hover,
.theme-dark .destination-list li a.active,
.theme-dark .destination-list li a:hover,
.theme-dark .category-list li a.active,
.theme-dark .category-list li a:hover,
.theme-dark .footer-widget .social-profile li a.active,
.theme-dark .footer-widget .social-profile li a:hover,
.theme-dark .sidebar .sidebar-widget .social-profile li a.active,
.theme-dark .sidebar .sidebar-widget .social-profile li a:hover,
.theme-dark .tag-list li a.active,
.theme-dark .tag-list li a:hover,
.theme-dark .blog-link-wrap .blog-link.active,
.theme-dark .blog-link-wrap .blog-link:hover,
.theme-dark .footer-widget .footer-menu li a.active,
.theme-dark .footer-widget .footer-menu li a:hover,
.theme-dark .product-more-option-item a.active,
.theme-dark .product-more-option-item a:hover,
.theme-dark .travel_card .travel-info h3 a.active,
.theme-dark .travel_card .travel-info h3 a:hover,
.theme-dark .product-more-option-item span.active,
.theme-dark .product-more-option-item span:hover,
.theme-dark .popular-post-wrap .pp-post-item .pp-post-info h6 a.active,
.theme-dark .popular-post-wrap .pp-post-item .pp-post-info h6 a:hover,
.theme-dark .author-info-wrap .author-metainfo li a.active,
.theme-dark .author-info-wrap .author-metainfo li a:hover,
.theme-dark .featured-post.style-three .featured-info > a.active,
.theme-dark .featured-post.style-three .featured-info > a:hover,
.theme-dark .single-product-tablist .nav-item .nav-link.active,
.theme-dark .single-product-tablist .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,
.theme-dark .responsive-navbar .offcanvas-body ul.responsive-menu .responsive-menu-list a.active,
.theme-dark .responsive-navbar .offcanvas-body ul.responsive-menu .responsive-menu-list a:hover,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link.active,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link:hover {
  color: var(--secondaryColor) !important;
}
.theme-dark .navbar-area.style-five .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link::after,
.theme-dark .navbar-area.style-five .navbar .navbar-nav .nav-item .nav-link::after {
  background-color: var(--secondaryColor);
}
.theme-dark .checkout-table tbody tr td,
.theme-dark .cart-table table thead tr th,
.theme-dark .cart-table table tbody tr td {
  background-color: transparent;
  color: var(--whiteColor);
}
.theme-dark .help-block.with-errors li {
  color: #EA0000;
}
.theme-dark .pp-shop-wrap .pp-shop-item .pp-shop-img {
  background-color: var(--whiteColor) !important;
}
.theme-dark .br-one,
.theme-dark .main-content-wrapper .sidebar-wrapper .navbar-brand,
.theme-dark .main-content-wrapper .sidebar-wrapper .search-form input,
.theme-dark .main-content-wrapper .sidebar-wrapper .social-profile,
.theme-dark .featured-post.style-one,
.theme-dark .popular-post-wrap .pp-post-item,
.theme-dark .featured-post-wrap .featured-post,
.theme-dark .shop-card.style-two::after,
.theme-dark .travel-card.style-two::after,
.theme-dark .travel-card.style-four,
.theme-dark .category-list li,
.theme-dark .post-meta-option,
.theme-dark .pp-shop-wrap .pp-shop-item,
.theme-dark .sidebar .sidebar-widget .search-form input,
.theme-dark .pp-shop-wrap .pp-shop-item .pp-shop-img,
.theme-dark .comment-item-wrap .comment-item,
.theme-dark .shop-card.style-three::after,
.theme-dark .cart-table table thead tr th,
.theme-dark .cart-table table tbody tr td,
.theme-dark .v-counter,
.theme-dark .v-counter input,
.theme-dark .v-counter .plusBtn,
.theme-dark .v-counter .minusBtn,
.theme-dark .scroll-menu li,
.theme-dark .checkout-table tbody tr td,
.theme-dark .cart-total .cart-total-wrap .cart-total-item,
.theme-dark .featured-post.style-two .featured-info, .theme-dark .featured-post.style-four .featured-info,
.theme-dark .responsive-navbar .offcanvas-body ul.responsive-menu .responsive-menu-list,
.theme-dark .responsive-navbar .offcanvas-header,
.theme-dark .category-card,
.theme-dark .navbar-area .navbar .other-options .option-item .dropdown .dropdown-menu li,
.theme-dark .navbar-area.style-five .navbar,
.theme-dark .shop-card.style-five::after,
.theme-dark .navbar-area .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
  border-color: rgba(255, 255, 255, 0.22);
}
.theme-dark .category-card-wrap.style-three,
.theme-dark .category-card-wrap.style-four,
.theme-dark .category-card-wrap.style-four .category-card:nth-child(2n+1) {
  border-top-color: rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .travel_card {
  background-color: var(--codColor);
}
.theme-dark .travel_card .close-infobox {
  background-color: var(--codColor);
}
.theme-dark .travel_card .close-infobox i {
  color: var(--whiteColor);
}
.theme-dark .travel_card .travel-info .travel-metainfo li {
  color: var(--offwhiteColor);
}
.theme-dark .travel_card .travel-info .travel-metainfo li:after {
  color: var(--offwhiteColor);
}
.theme-dark .travel_card .travel-info .travel-metainfo li a {
  color: var(--secondaryColor);
}
.theme-dark .travel-card.style-six,
.theme-dark .travel-card-wrap.style-two .travel-card:before {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .select-options {
  background-image: url(../img/icons/down-arrow-white.svg);
}
.theme-dark .select-options option {
  color: var(--titleColor);
}
.theme-dark .single-shop-img.bg-white {
  background-color: var(--whiteColor) !important;
}
.theme-dark .hero-slider.style-three .slider-btn:before,
.theme-dark .hero-slider.style-three .slider-btn:after,
.theme-dark .my-account > .row::after,
.theme-dark .navbar-area .navbar .other-options .option-item::after {
  background-color: rgba(255, 255, 255, 0.3);
}
.theme-dark .navbar-area .navbar .navbar-toggler .burger-menu span {
  background-color: rgba(255, 255, 255, 0.9);
}
.theme-dark .category-wrap::after {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.92) 48.44%, #000 100%);
}
.theme-dark .category-wrap .section-shape-two {
  opacity: 0.2;
}
.theme-dark .about-section {
  background-image: url(../img/about/about-bg-dark.webp);
}
.theme-dark .subscribe-wrap::before {
  background-image: url(../img/newsletter-bg-dark.webp);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control,
.theme-dark .newsletter-form form input,
.theme-dark textarea,
.theme-dark select,
.theme-dark input {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control::-moz-placeholder, .theme-dark .newsletter-form form input::-moz-placeholder, .theme-dark textarea::-moz-placeholder, .theme-dark select::-moz-placeholder, .theme-dark input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.theme-dark .searchModal .modal-dialog .modal-content form .form-control::placeholder,
.theme-dark .newsletter-form form input::placeholder,
.theme-dark textarea::placeholder,
.theme-dark select::placeholder,
.theme-dark input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.theme-dark select {
  background-image: url(../img/icons/down-arrow-white.svg) !important;
}
.theme-dark select:focus {
  border-color: rgba(255, 255, 255, 0.3);
}
.theme-dark select .option {
  color: var(--titleColor);
}
.theme-dark .breadcrumb-wrap {
  position: relative;
  z-index: 1;
}
.theme-dark .breadcrumb-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
  z-index: -1;
}
@media only screen and (min-width: 1200px) {
  .theme-dark .navbar-area.sticky.style-three {
    background-color: transparent !important;
  }
}/*# sourceMappingURL=dark-theme.css.map */