/*-------------------------------
  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;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider.round {
  border-radius: 50%;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("../image/night.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #091315;
  background-size: 17px;
}

.switch input:checked + .slider {
  background-color: transparent;
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px  transparent;
          box-shadow: 0 0 1px  transparent;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: white url("../image/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

/*---------------------------------
  Color CSS For Elements 
-----------------------------------*/
.theme-light .navbar-brand .logo-dark {
  display: none !important;
}

.theme-light .navbar-brand .logo-light {
  display: block !important;
}

.theme-dark .dpt-100 {
  padding-top: 100px;
}

.theme-dark .navbar-brand .logo-light {
  display: none !important;
}

.theme-dark .navbar-brand .logo-dark {
  display: block !important;
}

.theme-dark .select-lang .navbar-language .dropdown-menu a {
  color: #212529 !important;
}

.theme-dark .td-cod,
.theme-dark .footer-wrap {
  background-color: #191919 !important;
}

.theme-dark body,
.theme-dark .bg-white,
.theme-dark .search-area {
  background-color: #121212 !important;
}

.theme-dark .bg-color {
  background-color: #121212;
}

.theme-dark .bg-color input:focus, .theme-dark .bg-color textarea:focus {
  background-color: transparent;
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6,
.theme-dark h3 a,
.theme-dark a,
.theme-dark .select-lang .navbar-language .dropdown-toggle::before,
.theme-dark .btn:hover {
  color: var(--whiteColor) !important;
}

.theme-dark p, .theme-dark span,
.theme-dark .checkbox label {
  color: var(--whiteColor) !important;
}

.theme-dark h3:hover a,
.theme-dark a:hover,
.theme-dark .copyright-text a {
  color: var(--mainColor) !important;
}

.theme-dark label {
  color: var(--whiteColor);
}

.theme-dark article,
.theme-dark .owl-carousel .owl-nav button.owl-prev,
.theme-dark .owl-carousel .owl-nav button.owl-next {
  border-color: rgba(255, 255, 255, 0.35);
}

.theme-dark .owl-carousel .owl-dots button.owl-dot span {
  background: rgba(255, 255, 255, 0.3);
}

.theme-dark .owl-carousel .owl-dots button.owl-dot.active span {
  background-color: var(--mainColor);
}

.theme-dark .header-wrap .header-top {
  background-color: #121212;
}

.theme-dark .header-wrap .header-top .header-top-right .social-profile li a {
  background-color: rgba(255, 255, 255, 0.15);
}

.theme-dark .header-wrap .header-top .header-top-right .social-profile li a:hover {
  background-color: var(--mainColor);
}

.theme-dark .header-wrap .header-bottom {
  background-color: #191919;
}

.theme-dark .header-wrap .header-bottom .searchbox input {
  color: var(--whiteColor);
}

.theme-dark .header-wrap .header-bottom .searchbox form a i {
  color: rgba(255, 255, 255, 0.8);
}

.theme-dark .header-wrap .header-bottom .searchbtn i {
  color: var(--whiteColor);
}

.theme-dark .header-wrap .navbar .other-options::before {
  background-color: rgba(255, 255, 255, 0.18);
}

.theme-dark .search-area form a i {
  color: var(--whiteColor);
}

.theme-dark .header-wrap .navbar .navbar-nav .nav-item a:hover,
.theme-dark .header-wrap .navbar .navbar-nav .nav-item a:focus,
.theme-dark .header-wrap .navbar .navbar-nav .nav-item a.active {
  color: var(--mainColor) !important;
}

.theme-dark .hotel-search-area .bg-white {
  background-color: var(--blackColor) !important;
}

.theme-dark .hotel-search-area .btn.btn-primary:hover {
  background-color: #121212 !important;
}

.theme-dark .room-area .room-item {
  background-color: var(--blackColor);
}

.theme-dark .room-area .room-item .btn.style1:hover::before, 
.theme-dark .room-area .room-item .btn.style1:hover::after {
  background-color: #121212;
}

.theme-dark .room-area .room-item .btn.style2 {
  background-color: #121212;
}

.theme-dark .room-area .room-item .btn.style2:hover {
  background-color: var(--mainColor);
}

.theme-dark input, .theme-dark textarea {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}

.theme-dark input:focus, .theme-dark textarea:focus {
  border-color: var(--mainColor);
}

.theme-dark select {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}

.theme-dark .contact-form-area {
  background: #222;
}

.theme-dark .contact-form.book-form select {
  background-image: url(../image/select-icon-black.png);
}

.theme-dark .hotel-search-area select {
  background-image: url(../image/select-icon-black.png);
}

.theme-dark select:focus {
  color: var(--whiteColor);
}

.theme-dark select option {
  color: var(--whiteColor);
  background-color: var(--blackColor);
}

.theme-dark .page-nav li a {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background-color: transparent;
}

.theme-dark .search-box .form-group input {
  background-color: #121212;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--whiteColor);
}

.theme-dark .search-box .form-group input::-webkit-input-placeholder {
  color: var(--whiteColor);
}

.theme-dark .search-box .form-group input:-ms-input-placeholder {
  color: var(--whiteColor);
}

.theme-dark .search-box .form-group input::-ms-input-placeholder {
  color: var(--whiteColor);
}

.theme-dark .search-box .form-group input::placeholder {
  color: var(--whiteColor);
}

.theme-dark .share-box .share-box-social li a:hover {
  color: #fff !important;
}

.theme-dark .room-list li {
  color: #d3d3d3;
}

.theme-dark .room-list li b {
  color: #fff;
}

.theme-dark .room-details-area .agent-contact-inner a.btn.btn-link:hover {
  color: var(--mainColor) !important;
}

.theme-dark .room-list-style-2 li {
  color: #d3d3d3;
}

.theme-dark .breadscrumb-section {
  background-color: var(--blackColor);
}

.theme-dark .breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item i {
  color: var(--whiteColor);
}

.theme-dark .breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item i:hover {
  color: var(--mainColor);
}

.theme-dark .breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: var(--whiteColor);
}

.theme-dark .breadscrumb-section .breadscrumb-contain nav .breadcrumb .breadcrumb-item.active {
  color: var(--whiteColor);
}

.theme-dark .accordion-item {
  background-color: #181818;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  background: var(--blackColor);
}

.theme-dark .faq-accordion .accordion .accordion-content {
  background: var(--blackColor);
}

.theme-dark input::placeholder, .theme-dark textarea::placeholder {
  color: var(--whiteColor);
}

.theme-dark input:focus, .theme-dark textarea:focus {
  color: var(--whiteColor);
}

.theme-dark .about-content-two ul li {
  color: var(--whiteColor);
}

.theme-dark .counter-area {
  background-color: var(--blackColor);
}

.theme-dark .single-counter {
  background-color: #121212;
}

.theme-dark .single-testimonial-box .content-bg ul li span {
  color: var(--blackColor) !important;
}

.theme-dark .single-testimonial-box .content-bg p {
  color: var(--blackColor) !important;
}

.theme-dark .single-team-box .content {
  background-color: var(--blackColor);
}

.theme-dark .single-team-box .image .social-link li a {
  color: var(--blackColor) !important;
}

.theme-dark .single-team-box .image .social-link li a:hover {
  color: var(--whiteColor) !important;
}

.theme-dark .features-area .feature-content .btn.style4 {
  border-color: var(--mainColor);
}

.theme-dark .team-details-content .social-share li a {
  background-color: var(--blackColor);
  color: var(--whiteColor);
}

.theme-dark .team-details-content .social-share li a:hover {
  background-color: var(--mainColor);
  color: var(--whiteColor) !important;
}

.theme-dark .post-pagination nav.pagination ul li a:hover {
  color: var(--whiteColor) !important;
}

.theme-dark .blog-search .search-button, .theme-dark .wp-block-search .search-button {
  color: var(--whiteColor);
}

.theme-dark .widget_tag_cloud .tagcloud a:hover {
  color: var(--whiteColor) !important;
}

.theme-dark .content-blog .thumbnail .blog-category a:hover {
  color: var(--whiteColor) !important;
}

.theme-dark .content-blog .content .blog-btn i {
  color: var(--whiteColor);
}

.theme-dark .content-blog:hover .content .blog-btn i {
  color: var(--mainColor);
}

.theme-dark .comment-respond .form-group label {
  background: #121212;
  color: var(--whiteColor);
}

.theme-dark .comment-respond .form-group textarea {
  background-color: transparent;
}

.theme-dark .comment-respond input:-webkit-autofill {
  -webkit-text-fill-color: var(--whiteColor);
}

.theme-dark .comment-list .comment .hover-flip-item-wrapper span {
  color: var(--mainColor) !important;
}

.theme-dark .comment-list .comment .hover-flip-item-wrapper:hover span {
  color: var(--bgColor) !important;
}

.theme-dark .input-group-text {
  background-color: #121212;
  border-color: var(--whiteColor);
}

.theme-dark .form-control:focus {
  background-color: var(--blackColor);
}

.theme-dark .nav-tabs.nav-tabs-02 .nav-item .nav-link {
  color: #001935 !important;
}

.theme-dark .nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
  color: var(--whiteColor) !important;
}

.theme-dark .share-box .share-box-social li a:hover {
  color: var(--whiteColor) !important;
}

.theme-dark .accordion-style-2 .card {
  background-color: var(--blackColor);
}

.theme-dark ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.theme-dark .my-account-area .form-check-label {
  color: var(--whiteColor);
}

.theme-dark .my-account-area .custom-card {
  background-color: var(--blackColor);
}

.theme-dark .my-account-area .blue-btn:hover {
  background-color: var(--secondaryColor);
}

.theme-dark .banner-bg-video .nav-tabs.nav-tabs-02 .nav-item .nav-link {
  color: var(--whiteColor) !important;
}

.theme-dark .banner-bg-video .search input::-webkit-search-cancel-button {
  filter: invert(1);
}

.theme-dark .banner-wrapper-area {
  background-color: var(--blackColor);
}

.theme-dark .banner-btn:hover {
  color: var(--whiteColor) !important;
}

.theme-dark .booking-tabs-button .nav-tabs .nav-link {
  color: var(--whiteColor);
}

@media only screen and (max-width: 991px) {
  .theme-dark .main-menu-wrap,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: #091315;
  }
  .theme-dark .menu-close i,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .menu-expand i {
    color: #fff !important;
  }
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a.active,
  .theme-dark .main-menu li a.active {
    color: var(--mainColor) !important;
  }
  .theme-dark .main-menu li a.active,
  .theme-dark .main-menu li a {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a {
    border-color: rgba(255, 255, 255, 0.2);
  }
}

@media only screen and (min-width: 992px) {
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu,
  .theme-dark .main-menu-wrap #menu ul li.has-children .sub-menu {
    background-color: var(--blackColor);
  }
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a:hover,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a:focus,
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: var(--mainColor) !important;
  }
  .theme-dark .header-wrap.style2 .navbar .navbar-nav .nav-item .dropdown-menu li {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
