.switch-box {
    position: fixed;
    bottom: 15px;
    right: 120px;
    z-index: 9998
}

.switch-box .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 1.5px solid #4141a5;
    transition: .4s
}

.switch-box .slider::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 0;
    bottom: 4px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: .4s;
    box-shadow: 0 0 15px rgba(32, 32, 32, .2392156863);
    background: #fff url(../img/night.png);
    background-repeat: no-repeat;
    background-position: center
}

.switch-box .slider.round {
    border-radius: 34px
}

.switch-box .slider.round::before {
    border-radius: 50%
}

.switch-box .switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px
}

.switch-box .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.switch-box input:checked+.slider {
    background-color: transparent;
    border: 1.5px solid #fd5056
}

.switch-box input:focus+.slider {
    box-shadow: 0 0 1px #fd5056
}

.switch-box input:checked+.slider:before {
    transform: translateX(24px);
    background: #fff url(../img/sunny.png);
    background-repeat: no-repeat;
    background-position: center
}

.theme-dark h1,
.theme-dark h2,
.theme-dark h3,
.theme-dark h4,
.theme-dark h5,
.theme-dark h6 {
    color: #fff!important
}

.theme-dark h3 {
    color: #fff!important
}

.theme-dark h3 a {
    color: #fff!important;
    transition: .7s
}

.theme-dark h3 a:hover {
    color: #fd5056!important
}

.theme-dark span {
    color: #fff!important
}

.theme-dark p {
    color: #fff!important
}

.theme-dark body {
    background: #1d1d1d;
    /* background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%); */
    color: #fff
}

.theme-dark .color-white {
    color: #000!important
}

.theme-dark .bg-off-white {
    background-color: #252525
}

.theme-dark .background-shapes {
    opacity: .1
}

.theme-dark .bg-maincolor-light {
    background-color: #252525
}

.theme-dark .form-group label {
    color: #fff
}

.theme-dark .input-group {
    background-color: #0e0e0e!important
}

.theme-dark .nice-select {
    background-color: #0e0e0e
}

.theme-dark .nice-select.list {
    background-color: #0e0e0e
}

.theme-dark .nice-select.list.selected {
    background-color: #0e0e0e
}

.theme-dark .nice-select.list .option {
    color: #fff!important
}

.theme-dark .nice-select .list {
    background-color: #0e0e0e
}

.theme-dark .nice-select .list .option {
    color: #fff!important
}

.theme-dark .list .option {
    color: #fff!important
}

.theme-dark .option.selected {
    color: #fff;
    background-color: #fd5056
}

.theme-dark .option:hover {
    color: #fff;
    background-color: #fd5056
}

.theme-dark .option.focus {
    color: #fff;
    background-color: #fd5056
}

.theme-dark .option.selected.focus {
    color: #fff;
    background-color: #fd5056
}

.theme-dark ul li {
    color: #fff!important
}

.theme-dark .navbar-light .navbar-brand .logo1 {
    display: none
}

.theme-dark .navbar-light .navbar-brand .logo2 {
    display: inline-block
}

.theme-dark .top-destination-section .item-single .content {
    padding: 25px 16px;
    background-color: #05051b;
    /* background: linear-gradient(108.9deg, rgb(22 40 82) 0%, rgb(16 19 67) 30%, rgb(31 131 144) 60%, rgb(100 21 32 / 92%) 100%); */
}

.theme-dark .main-navbar-area {
    background-color: #252525
}

.theme-dark .main-navbar-area .main-nav {
    background-color: #090031
}

.theme-dark .main-navbar-area .main-nav .navbar {
    /* background-color: #252525; */
    background-color: #090031;
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item a {
    color: #fff!important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item a.active {
    color: #fd5056!important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
    color: #fd5056!important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #252525!important
    /* background: linear-gradient(108.9deg, rgb(21, 65, 168) 4.9%, rgb(120, 232, 173) 97%); */
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #fff!important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #fd5056!important
}

.theme-dark .main-navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #fd5056!important
}

.theme-dark .main-navbar-area.is-sticky {
    background-color: #252525
}

.theme-dark .mobile-nav .mobile-brand .logo1 {
    display: none
}

.theme-dark .mobile-nav .mobile-brand .logo2 {
    display: inline-block
}

.theme-dark .main-responsive-menu {
    position: relative
}

.theme-dark .main-responsive-menu .logo .logo1 {
    display: none
}

.theme-dark .main-responsive-menu .logo .logo2 {
    display: inline-block
}

.theme-dark .main-responsive-nav {
    background-color: #090031;
}

.theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal {
    color: #fff!important
}

.theme-dark .main-responsive-nav .mean-container a.meanmenu-reveal span {
    background-color: #fff!important
}

.theme-dark .main-responsive-nav .mean-container .mean-bar {
    background-color: #090031
}

.theme-dark .main-responsive-nav .mean-container .navbar-nav {
    background-color: #1d1d1d
}

.theme-dark .main-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a {
    color: #fff
}

.theme-dark .main-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #fd5056!important
}

.theme-dark .main-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item a:hover {
    color: #fd5056!important
}

.theme-dark .main-responsive-nav .mean-container .mean-nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #1d1d1d
}

.theme-dark .home-banner-area .search-form .select-box .nice-select .list {
    background-color: #0e0e0e
}

.theme-dark .home-banner-area.home-style-two .banner-slider-two,
.theme-dark .home-banner-area.home-style-three .banner-slider-two {
    background-color: #0e0e0e
}

.theme-dark .home-banner-area.home-style-two .search-form,
.theme-dark .home-banner-area.home-style-three .search-form {
    background-color: #252525
}

.theme-dark .page-title-area::before {
    background-color: #0e0e0e;
    opacity: .8
}

.theme-dark .features-section .item-single {
    background-color: #0e0e0e
}

.theme-dark .bg-light {
    /* background-color: #3d3c3c!important */
    background-color: transparent !important;
}

.theme-dark .last-offer-section .item-single .content {
    background-color: #0e0e0e
}

.theme-dark .destination-section .item-single .content {
    /* background-color: #0e0e0e */
    background: linear-gradient(108.9deg, rgb(21, 65, 168) 4.9%, rgb(120, 232, 173) 97%);
}

.theme-dark .top-destination-section .item-single {
    background-color: #252525
}

.theme-dark .destinations-details-section .destination-details-desc .info-content {
    background-color: #252525
}

.theme-dark .destinations-details-section .destination-details-desc .comment-reply .comment-form {
    background-color: #252525
}

.theme-dark .blog-details-section .blog-details-desc .comment-reply .comment-form {
    background-color: #252525
}

.theme-dark .blog-details-section .widget-area .widget-author {
    background-color: #252525
}

.theme-dark .blog-details-section .widget-area .widget-article .article-item .content {
    background-color: transparent
}

.theme-dark .blog-details-section .blockquote {
    background-color: #252525
}

.theme-dark .blog-style-three .widget-area .widget-article .article-item .content {
    background-color: transparent
}

.theme-dark .testimonial-section .testimonial-slider::before,
.theme-dark .testimonial-section .testimonial-slider::after {
    background-color: #0e0e0e
}

.theme-dark .testimonial-section .testimonial-slider .slider-item {
    background-color: #0e0e0e
}

.theme-dark .testimonial-section .testimonial-slider .owl-nav button[class*=owl-] {
    color: #fff
}

.theme-dark .team-section .item-single .content {
    background-color: #000000bf;
}

.theme-dark .blog-section .item-single .content {
    background-color: #0e0e0e;
    /* background: linear-gradient(108.9deg, rgb(22 40 82) 0%, rgb(16 19 67) 30%, rgb(31 131 144) 60%, rgb(100 21 32 / 92%) 100%); */
}

.theme-dark .footer-area {
    background-color: #0e0e0e
    /* background-color: #090031; */
}

.theme-dark .main-form form {
    /* background-color: #252525 */
    background: linear-gradient(108.9deg, rgb(21, 65, 168) 4.9%, rgb(120, 232, 173) 97%);
}

.theme-dark .main-form .checkbox label {
    color: #fff
}

.theme-dark .booking-section .booking-form .form-group {
    background-color: #1d1d1d
}

.theme-dark .booking-section .nav-tabs .nav-link {
    color: #fff;
}

.theme-dark .booking-section .nav-tabs .active {
    color: #fd5056;
}

.theme-dark .card-body {
    background-color: #0e0e0e !important;
}

.theme-dark .card-body ul li {
    color: #0e0e0e !important;
}

.theme-dark .social-links a {
    color: #fff !important;
}

.theme-dark .form-label {
    color: #fff !important;
}

.theme-dark .booking-section .booking-form .payment-tabs .select-box .nice-select .list {
    background-color: #0e0e0e
}

.theme-dark .booking-section .item-single {
    background-color: #0e0e0e
}

.theme-dark .booking-section .info-content {
    background-color: transparent
}

.theme-dark .cart-section .table {
    color: #fff
}

.theme-dark .cart-section .table .table-cart tr th {
    color: #fff
}

.theme-dark .cart-section .table.table-totals tfoot tr td:last-child {
    color: #fff
}

.theme-dark .btn-outline-secondary {
    color: #fff;
    border-color: #fff
}

.theme-dark .faq-section .panel-group .panel .panel-heading {
    background-color: #0e0e0e
}

.theme-dark .faq-section .panel-group .panel-title a {
    color: #fff
}

.theme-dark .faq-section .panel-group .panel-body {
    background-color: #0e0e0e
}

.theme-dark .coming-soon-section .coming-soon-box {
    background-color: #1d1d1d
}

.theme-dark .modal-header,
.theme-dark .modal-body,
.theme-dark .modal-footer {
    background-color: #111;
    color: #fff;
}

.theme-dark .modal-content {
    border: 1px solid #FFF;
}

.nice-select:after {
    content: none;
}

.theme-dark .nice-select .list {
    background-color: #0e0e0e;
    border: 1px solid #fff;
}

.theme-dark .blog-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: 0.5s;
    box-shadow: 0 -2px 30px 0 rgba(102, 102, 102, 0.09);
}

.theme-dark .blog-section .item-single {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: 0.5s;
    box-shadow: 0 -2px 30px 0 rgba(102, 102, 102, 0.09);
    padding: 4px;
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.theme-dark .blog-section .item-single::before,
.theme-dark .blog-section .item-single::after {
    content: "";
    position: absolute;
    inset: -0.2rem;
    z-index: -1;
    background: linear-gradient(var(--angle), #032146, #C3F2FF, #b00);
    animation: rotate 10s linear infinite;
}

.theme-dark .blog-section .item-single::after {
    filter: blur(10px);
}

@keyframes rotate {
    0% {
        --angle: 0deg;
    }
    100% {
        --angle: 360deg;
    }
}

.theme-dark .swiper-button-next,
.theme-dark .swiper-button-prev {
    /* padding: 10px 40px; */
    background-color: #fff;
    border-radius: 4px;
    color: #fd5056 !important;
    font-weight: 700;
}

.theme-dark .nav-pills .nav-link.active,
.theme-dark .btn-primary {
    background-color: #fff !important;
    color: #090031 !important;
}

.theme-dark .review-header,
.theme-dark .reviewer-name {
    color: #fff;
}

.theme-dark .header-area .top-header-area {
    background: #8d8686;
}

.theme-dark .message-container p {
    color: #000 !important;
}

.theme-dark .chat-header,
.theme-dark .chat-body {
    color: #000 !important;
}