@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap);

a,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    transition: .4s ease-in-out
}

body,
p,
span,
ul {
    margin: 0
}

:root {
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #0e3c65;
    --theme-2: #63AB45;
    --header: #1d77d8;
    --text: #696969;
    --border: #C9C9C9;
    --bg: #F7F7F7;
    --bg-2: #EDF2DE;
    --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13)
}

.theme-btn {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    padding: 18px 35px;
    text-align: center;
    z-index: 1;
    color: var(--white);
    font-weight: 600;
    text-transform: capitalize;
    transition: .5s;
    background-color: var(--theme);
    border-radius: 10px
}

.link-btn,
body {
    color: var(--text)
}

.about-wrapper-3 .about-content .about-left-item .right-item .theme-btn::after,
.counter-wrapper-3 .adventer-image .left-content .theme-btn::after,
.theme-btn.color {
    background-color: var(--theme-2)
}

.theme-btn::after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--header);
    transition: width .4s ease-in-out, height .4s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1
}

.theme-btn:hover::after {
    width: 225%;
    height: 562.5px
}

.btn-submit.btn-loading,
.form-one__btn.btn-loading,
.theme-btn.btn-loading,
.trevlo-btn.btn-loading,
button.btn-loading,
input[type=submit].btn-loading {
    pointer-events: none;
    opacity: .9
}

.link-btn {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline;
    font-weight: 600
}

.activities-item-2 .activities-content h4 a:hover,
.activities-wrapper .activities-card-item .activities-content h4 a:hover,
.adventure-wrapper .adventure-thumb .adventure-content h3 a:hover,
.destination-item-2 .destination-image .destination-content h3 a:hover,
.destination-item-4 .destination-image .destination-content h3 a:hover,
.destination-one-wrapper .destination-image-item .destination-image .destination-content h3 a:hover,
.destination-radius-item .destination-content h5 a:hover,
.faq-wrapper .faq-bg-image .tour-bg-content h3 a:hover,
.gallery-image .gallery-content h4 a:hover,
.link-btn:hover,
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 a:hover,
.main-sideber .tour-bg-image .tour-bg-content h3 a:hover,
.news-card-items .news-content h3 a:hover,
.news-card-items-2 .news-content h3 a:hover,
.news-details-post .news-details-content .comment-area .comment-item .content .read-more:hover,
.news-wrapper-3 .news-left-content .news-black-bg h4 a:hover,
.team-card-items-4 .team-content h3 a:hover,
.team-image-item .team-content h3 a:hover,
.team-single-item .team-content h3 a:hover,
.top-hotel-item .hotel-content h3 a:hover,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content h3 a:hover,
.tour-list-wrapper .tour-list-box-items .tour-content h3 a:hover,
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 a:hover,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content h4 a:hover,
.tour-place-item .tour-place-content h3 a:hover,
.tour-place-item-2 .tour-place-content h3 a:hover,
.tour-sidebar-wrapper .tour-list-box-items .tour-content h3 a:hover,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 a:hover,
.travel-box-items-4 h5 a:hover {
    color: var(--theme);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme) 0, var(--theme) 100%)
}

body {
    font-family: "Inter Tight", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    background-color: var(--white);
    padding: 0;
    overflow-x: hidden
}

ul {
    padding: 0;
    list-style: none
}

button {
    border: none;
    background-color: transparent;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter Tight", sans-serif;
    margin: 0;
    padding: 0;
    color: var(--black)
}

h1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 106%
}

@media (max-width:1899px) {
    h1 {
        font-size: 70px
    }

    .contact-wrapper .contact-content {
        padding-top: 110px
    }
}

@media (max-width:1600px) {
    h1 {
        font-size: 60px
    }
}

@media (max-width:1399px) {
    h1 {
        font-size: 60px
    }

    h2 {
        font-size: 48px
    }
}

h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 108%
}

@media (max-width:1199px) {
    h1 {
        font-size: 55px
    }

    h2 {
        font-size: 40px
    }
}

@media (max-width:991px) {
    h1 {
        font-size: 50px
    }

    h2 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 35px
    }
}

@media (max-width:575px) {
    .theme-btn {
        padding: 14px 30px
    }

    h1,
    h2 {
        font-size: 30px
    }
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 145%
}

h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 136%
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 150%
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item h5,
h6 {
    font-size: 16px;
    font-weight: 600
}

a {
    text-decoration: none;
    outline: 0 !important;
    cursor: pointer;
    color: var(--header)
}

.about-wrapper .about-left-item h6 {
    padding: 10px;
    background-color: var(--white);
    box-shadow: 10px 4px 60px 0 rgba(147, 147, 147, .25);
    border-radius: 14px;
    margin-top: 20px;
    color: var(--text);
    text-align: center;
    font-size: 14px;
    width: 370px
}

@media (max-width:1399px) {
    .about-wrapper .about-left-item .section-title h2 br {
        display: none
    }

    .about-wrapper .about-left-item h6 {
        width: initial;
        font-size: 10px
    }
}

.about-wrapper .about-left-item h6 b,
.about-wrapper .about-left-item h6 span,
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover,
.breadcrumb-wrapper .page-heading.style-2 .star-list .star i,
.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li a:hover,
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li a:hover,
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li a:hover,
.destination-escap-item .destination-escap-content .content-item .star,
.feature-exprience-wrapper .counter-main-box .right-box .star-item .star,
.footer-bottom .footer-wrapper .text-item p,
.footer-bottom .footer-wrapper .text-item p span,
.footer-widget-wrapper .single-footer-widget .contact-item .content h6 a,
.footer-widget-wrapper .single-footer-widget .contact-item .icon,
.footer-widget-wrapper .single-footer-widget .list-area li a,
.footer-widget-wrapper .single-footer-widget .list-area li:hover a,
.footer-widget-wrapper .single-footer-widget .list-area li:hover a i,
.footer-widget-wrapper .single-footer-widget .wid-title h4,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li a:hover,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li a:hover i,
.header-1.header-4 .header-main .main-menu ul li .submenu li.has-dropdown>a::after,
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover>a::after,
.header-main .main-menu ul li .submenu li:hover>a::after,
.header-main .main-menu ul li:hover>a,
.header-main .main-menu ul li:hover>a::after,
.header-top-wrapper .header-right .flag-wrap i,
.main-sideber .single-sideber-widget .search-widget form button:hover,
.main-sideber .single-sideber-widget ul li:hover a,
.main-sideber .single-sideber-widget ul li:hover span,
.mean-container .mean-nav ul li a:hover,
.news-details-post .list-items .list:hover,
.news-details-post .news-details-content .client-info-box .info-content .social-icon a:hover,
.section-title p b,
.section-title p span,
.sticky-header.header-1 .header-main .main-menu ul li a,
.sticky-header.header-1 .header-main .main-menu ul li:hover>a,
.sticky-header.header-1 .header-main .main-menu ul li:hover>a::after,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content .theme-btn:hover,
.tour-list-wrapper .tour-list-wrap .list-wrap .nav .nav-item .nav-link.active,
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content .theme-btn:hover,
.tour-place-item .tour-place-content .rating-item .star i,
.tour-place-item .tour-place-content.style-2 .tour-list li i,
.tour-place-item.style-2 .tour-place-content .tour-list li i,
.tour-sidebar-wrapper .tour-list-wrap .list-wrap .nav .nav-item .nav-link.active,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content .theme-btn:hover,
.travel-wrapper .travel-content .travel-item .icon-item:hover .icon,
.travel-wrapper .travel-image .right-box .star-item .star {
    color: var(--theme)
}

.about-wrapper .about-left-item .about-image,
.video-section-4 .brand-wrapper-4 {
    margin-top: 100px
}

.about-wrapper .about-left-item .about-image img,
.about-wrapper .about-right-item .about-image-item .about-image-2 img,
.contact-wrapper .contact-image img,
.counter-wrapper-3 .adventer-image img,
.cta-contact-wrapper .cta-image img,
.faq-wrapper .faq-bg-image img,
.feature-memories-wrapper .feature-memories-content .feature-memories-image img,
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item .small-image img,
.hero-3 .hero-image .hero-box .top-item .small-image img,
.main-sideber .tour-bg-image img,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items img,
.tour-list-wrapper .tour-sidebar-bg-image-items img,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items img {
    width: 100%;
    height: 100%;
    border-radius: 10px
}

.about-wrapper .about-right-item .about-image-item {
    display: flex;
    align-items: center;
    gap: 0;
    margin-bottom: 70px
}

.about-wrapper .about-right-item .about-image-item .about-box {
    padding: 40px;
    background-color: var(--header);
    border-radius: 10px
}

@media (max-width:1399px) {
    .about-wrapper .about-left-item .about-image {
        margin-top: 30px
    }

    .about-wrapper .about-right-item .about-image-item {
        margin-bottom: 30px
    }

    .about-wrapper .about-right-item .about-image-item .about-box {
        padding: 23px
    }
}

.about-wrapper .about-right-item .about-image-item .about-box .icon {
    margin-bottom: 40px;
    font-size: 50px;
    color: var(--white)
}

.about-wrapper .about-right-item .about-image-item .about-box h5 {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 10px
}

.about-wrapper .about-right-item .about-image-item .about-box p {
    max-width: 198px;
    color: #b3b3b3
}

.about-wrapper .about-right-item .content,
.team-details-wrapper .team-details-content {
    margin-left: 40px
}

.about-wrapper .about-right-item .content p {
    max-width: 655px
}

.about-wrapper .about-right-item .content .list-item {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
    margin-bottom: 40px
}

.about-wrapper .about-right-item .content .list-item .list li:not(:last-child),
.about-wrapper-2 .about-content .about-item .right-content .content .list li:not(:last-child),
.counter-wrapper-4 .counter-box-item-4.style-3,
.destination-details-wrapper .destination-details-content .top-list .list li:not(:last-child),
.footer-widget-wrapper-4 .photo-gallery .gallery-item:not(:last-child),
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single:not(:last-child),
.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact .list-style-one li:not(:last-child),
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:not(:last-child),
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li:not(:last-child),
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li:not(:last-child) {
    margin-bottom: 10px
}

.about-wrapper .about-right-item .content .list-item .list li i,
.about-wrapper-2 .about-content .about-item .right-content .content .list li i,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .tour-list li i {
    margin-right: 5px;
    color: var(--theme)
}

.about-section,
.adventure-wrapper {
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding-bottom: 100px
}

.about-wrapper-2 .about-content .text {
    margin-top: 30px;
    max-width: 500px
}

.about-wrapper-2 .about-content .about-item {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 50px
}

@media (max-width:1399px) {
    .about-wrapper .about-right-item .content {
        margin-left: 0
    }

    .about-wrapper .about-right-item .content .list-item {
        margin-bottom: 30px;
        flex-wrap: wrap;
        gap: 20px
    }

    .about-wrapper-2 .about-content .about-item {
        gap: 30px;
        margin-top: 30px;
        flex-wrap: wrap
    }
}

.about-wrapper-2 .about-content .about-item .about-image {
    margin-left: -300px;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.about-wrapper-2 .about-content .about-item .about-image img,
.commitment-wrapper .commitment-content .commitment-left .commitment-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transform: scale(1.02);
    transition: 1.5s ease-out
}

.about-wrapper-2 .about-content .about-item .about-image::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    border-radius: 16px;
    z-index: 1
}

.about-wrapper-2 .about-content .about-item .about-image:hover img,
.about-wrapper-2 .about-image-item .about-image-2:hover img,
.about-wrapper-3 .about-content .about-left-item .left-image:hover img,
.about-wrapper-3 .about-right-item .right-image:hover img,
.activities-item-2:hover .activities-image img,
.activities-wrapper .activities-card-item:hover .activities-image img,
.adventure-wrapper .adventure-image:hover img,
.adventure-wrapper .adventure-thumb:hover img,
.benefit-tour-image:hover img,
.commitment-wrapper .commitment-content .commitment-left .commitment-image:hover img,
.commitment-wrapper .commitment-image-item .commitment-image:hover img,
.contact-wrapper-4 .contact-image-4:hover img,
.counter-wrapper-3 .counter-image:hover img,
.counter-wrapper-4 .counter-image-4:hover img,
.destination-escap-item:hover .destination-escap-image img,
.destination-item-2:hover .destination-image img,
.destination-item-4:hover .destination-image img,
.destination-one-wrapper .destination-image-item:hover .destination-image img,
.faq-wrapper-3 .faq-left-item .faq-image:hover img,
.feature-exprience-wrapper .left-image:hover img,
.feature-wrapper-4 .feature-right-item .feature-thumb:hover img,
.gallery-image:hover img,
.news-card-items-2:hover .news-image img,
.news-card-items:hover .news-image img,
.news-wrapper-3 .news-image-items-3 .news-image:hover img,
.team-image-item:hover .team-image img,
.team-single-item:hover .team-image img,
.testimonial-info-items:hover .client-image img,
.testimonial-wrapper .testimonial-right-item .testimonial-image:hover img,
.tour-benefit-wrapper-2 .tour-benefit-image:hover img,
.tour-card-item:hover .tour-image img,
.tour-list-wrapper .tour-list-box-items:hover .tour-image img,
.tour-no-sidebar-wrapper .tour-no-sideber-item:hover .sideber-image img,
.tour-place-item-2:hover .tour-place-image img,
.tour-place-item:hover .tour-place-image img,
.tour-places-items-3:hover .tour-places-image img,
.tour-sidebar-wrapper .tour-list-box-items:hover .tour-image img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.about-wrapper-2 .about-content .about-item .about-image:hover::after,
.about-wrapper-2 .about-image-item .about-image-2:hover::after,
.about-wrapper-3 .about-content .about-left-item .left-image:hover::after,
.about-wrapper-3 .about-right-item .right-image:hover::after,
.activities-item-2:hover .activities-image::after,
.activities-wrapper .activities-card-item:hover .activities-image::after,
.adventure-wrapper .adventure-image:hover::after,
.adventure-wrapper .adventure-thumb:hover::after,
.benefit-tour-image:hover::after,
.commitment-wrapper .commitment-content .commitment-left .commitment-image:hover::after,
.commitment-wrapper .commitment-image-item .commitment-image:hover::after,
.contact-wrapper-4 .contact-image-4:hover::after,
.contact-wrapper:hover .contact-image::after,
.counter-wrapper-3 .counter-image:hover::after,
.counter-wrapper-4 .counter-image-4:hover::after,
.destination-escap-item:hover .destination-escap-image::after,
.destination-item-2:hover .destination-image::after,
.destination-item-4:hover .destination-image::after,
.destination-one-wrapper .destination-image-item:hover .destination-image::after,
.destination-radius-item:hover .destination-image::after,
.faq-wrapper-3 .faq-left-item .faq-image:hover::after,
.feature-exprience-wrapper .left-image:hover::after,
.feature-wrapper-4 .feature-right-item .feature-thumb:hover::after,
.gallery-image:hover::after,
.news-card-items-2:hover .news-image::after,
.news-card-items:hover .news-image::after,
.news-wrapper-3 .news-image-items-3 .news-image:hover::after,
.team-image-item:hover .team-image::after,
.team-single-item:hover .team-image::after,
.testimonial-info-items:hover .client-image::after,
.testimonial-wrapper .testimonial-right-item .testimonial-image:hover::after,
.tour-benefit-wrapper-2 .tour-benefit-image:hover::after,
.tour-card-item:hover .tour-image::after,
.tour-list-wrapper .tour-list-box-items:hover .tour-image::after,
.tour-no-sidebar-wrapper .tour-no-sideber-item:hover .sideber-image::after,
.tour-place-item-2:hover .tour-place-image::after,
.tour-place-item:hover .tour-place-image::after,
.tour-places-items-3:hover .tour-places-image::after,
.tour-sidebar-wrapper .tour-list-box-items:hover .tour-image::after,
.travel-wrapper .travel-image:hover::after {
    height: 250%;
    transition: .6s linear;
    background-color: transparent
}

.about-wrapper-2 .about-content .about-item .right-content .nav {
    display: flex;
    align-items: center;
    gap: 16px
}

.about-wrapper-2 .about-content .about-item .right-content .nav .nav-item .nav-link {
    font-size: 20px;
    font-weight: 600;
    color: #aaa;
    position: relative;
    padding: 0
}

.about-wrapper-2 .about-content .about-item .right-content .nav .nav-item .nav-link.active,
.choose-us-box-items-3:hover h5,
.contact-from-wrapper .contact-right .box-item .form-clt .theme-btn:hover,
.contact-wrapper .contact-content .theme-btn:hover,
.footer-bottom .footer-wrapper .text-item .icon:hover i,
.footer-bottom.style-new .footer-wrapper h2,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .wid-title h4,
.footer-widget-wrapper.style-2 .single-footer-widget .wid-title h4,
.header-1 .header-main .sidebar__toggle,
.header-main .header-right .sidebar__toggle,
.header-top-wrapper .header-right .flag-wrap .nice-select .list li {
    color: var(--header)
}

.about-wrapper-2 .about-content .about-item .right-content .nav .nav-item .nav-link.active::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 110px;
    content: "";
    background: var(--theme);
    transition: .3s
}

.about-wrapper-2 .about-content .about-item .right-content .content p {
    max-width: 330px;
    margin-bottom: 30px;
    margin-top: 15px
}

.about-wrapper-2 .about-content .about-item .right-content .content .list,
.faq-wrapper .comment-box p,
.footer-widget-wrapper .single-footer-widget .list-area li:not(:last-child),
.footer-widget-wrapper .single-footer-widget .wid-title,
.footer-widget-wrapper-3 .footer-left-item .footer-item .footer-content .wid-title,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .wid-title,
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:not(:last-child),
.main-sideber .single-sideber-widget .recent-post-area .recent-items:not(:last-child),
.main-sideber .single-sideber-widget .widget-title,
.news-details-post .news-details-content .comment-area h3,
.news-details-post .news-details-content .comment-form-wrap p,
.team-details-wrapper .team-details-content .progress-wrap .pro-items:not(:last-child) {
    margin-bottom: 30px
}

.about-wrapper-2 .about-content .about-item .right-content .content .theme-btn,
.header-1.header-4 .header-main .header-right .header-button .theme-btn,
.header-main .header-right .header-button .theme-btn {
    padding: 16px 35px
}

.about-wrapper-2 .about-image-item {
    display: flex;
    align-items: start;
    gap: 20px
}

.about-wrapper-2 .about-image-item .about-image-2 {
    height: 650px;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

.about-wrapper-2 .about-image-item .about-image-2.style-2 {
    margin-right: -300px;
    height: initial
}

.about-wrapper-2 .about-image-item .about-image-2 img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transform: scale(1.02);
    transition: 1.5s ease-out;
    object-fit: cover
}

.about-wrapper-2 .about-image-item .about-image-2::after,
.commitment-wrapper .commitment-content .commitment-left .commitment-image::after,
.commitment-wrapper .commitment-image-item .commitment-image::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
    border-radius: 16px
}

.about-wrapper-2.style-2 .about-content .about-item .about-image {
    margin-left: 0
}

.about-wrapper-3 .about-content .text {
    margin-top: 40px;
    max-width: 492px
}

.about-wrapper-3 .about-content .about-left-item {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-left: -300px;
    margin-top: 50px
}

@media (max-width:1600px) {

    .about-wrapper-2 .about-content .about-item .about-image,
    .about-wrapper-3 .about-content .about-left-item {
        margin-left: -70px
    }

    .about-wrapper-2 .about-image-item .about-image-2.style-2 {
        margin-right: -70px
    }

    .about-wrapper-3 .about-content .about-left-item .left-image {
        height: 330px
    }
}

@media (max-width:1399px) {
    .about-wrapper-2 .about-content .about-item .about-image {
        margin-left: 0
    }

    .about-wrapper-2 .about-image-item .about-image-2 {
        height: initial
    }

    .about-wrapper-2 .about-image-item .about-image-2.style-2 {
        margin-right: 0
    }

    .about-wrapper-3 .about-content .text {
        margin-top: 30px
    }

    .about-wrapper-3 .about-content .about-left-item {
        margin-left: 0;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px
    }
}

.about-wrapper-3 .about-content .about-left-item .left-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.about-wrapper-3 .about-content .about-left-item .left-image img,
.activities-item-2 .activities-image img,
.adventure-wrapper .adventure-image img,
.adventure-wrapper .adventure-thumb img,
.benefit-tour-image img,
.contact-wrapper-4 .contact-image-4 img,
.counter-wrapper-4 .counter-image-4 img,
.destination-escap-item .destination-escap-image img,
.faq-wrapper-3 .faq-left-item .faq-image img,
.feature-wrapper-4 .feature-right-item .feature-thumb img,
.news-card-items .news-image img,
.news-card-items-2 .news-image img,
.news-wrapper-3 .news-image-items-3 .news-image img,
.tour-card-item .tour-image img,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image img,
.tour-place-item-2 .tour-place-image img,
.tour-places-items-3 .tour-places-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: scale(1.02);
    transition: 1.5s ease-out
}

.about-wrapper-3 .about-content .about-left-item .left-image::after,
.about-wrapper-3 .about-right-item .right-image::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1;
    border-radius: 10px
}

.about-wrapper-3 .about-content .about-left-item .right-item .count-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 45px
}

.about-wrapper-3 .about-content .about-left-item .right-item .count-item .count-box {
    padding: 9px 26px;
    background-color: var(--theme-2);
    border-radius: 20px
}

.about-wrapper-3 .about-content .about-left-item .right-item .count-item .count-box h2,
.adventure-wrapper .adventure-thumb .adventure-content .booking-item .content span,
.contact-from-wrapper .contact-right h3 {
    color: var(--white)
}

.about-wrapper-3 .about-content .about-left-item .right-item .count-item .radius-image,
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading,
.contact-content-2 form .form-clt,
.contact-section-2,
.contact-us-wrapper-3 .contact-box .form-clt,
.cta-contact-wrapper .cta-right-content form .form-clt,
.destination-radius-item .destination-image,
.destination-radius-item-3 .destination-image,
.footer-section-3,
.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb,
.hero-4 .from-box .box-item-2 .date-input,
.hero-section-2,
.ralt,
.ripple,
.search-popup__form,
.team-section-4,
.tour-card-item,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list .form-clt,
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt,
.tour-places-section-3 .array-buttons {
    position: relative
}

.about-wrapper-3 .about-content .about-left-item .right-item .count-item .radius-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 35px;
    background: rgba(99, 171, 69, .4)
}

.about-wrapper-3 .about-content .about-left-item .right-item .count-item .radius-image .video-btn {
    color: var(--white);
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 16px;
    z-index: 999
}

.about-wrapper-3 .about-content .about-left-item .right-item .count-item .radius-image img {
    width: 100%;
    height: 100%;
    border-radius: 55px
}

.about-wrapper-3 .about-content .about-left-item .right-item p {
    max-width: 300px
}

.about-wrapper-3 .about-content .about-left-item .right-item .theme-btn {
    margin-top: 30px;
    border: 1px solid rgba(20, 24, 22, .1);
    background-color: transparent;
    color: var(--header)
}

.about-wrapper-3 .about-content .about-left-item .right-item .theme-btn:hover,
.counter-wrapper-3 .adventer-image .left-content .theme-btn:hover {
    border: 1px solid var(--theme-2);
    color: var(--white)
}

.box-item-5 .form-clt .single-select::after,
.contact-wrapper-4 .contact-content .form-clt .form .single-select::after,
.hero-4 .from-box .box-item-2 .form-clt .single-select::after {
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header)
}

.about-wrapper-3 .about-right-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: -300px
}

@media (max-width:1600px) {
    .about-wrapper-3 .about-content .about-left-item .left-image img {
        object-fit: initial
    }

    .about-wrapper-3 .about-right-item {
        margin-right: -70px
    }
}

.about-wrapper-3 .about-right-item .about-box {
    background-color: var(--header);
    padding: 50px;
    border-radius: 10px;
    width: 510px
}

.about-wrapper-3 .about-right-item .about-box h3 {
    color: var(--white);
    margin-bottom: 30px
}

.about-wrapper-3 .about-right-item .about-box .icon-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative
}

.about-wrapper-3 .about-right-item .about-box .icon-item::before,
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item::before,
.hero-3 .hero-image .hero-box .top-item::before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    border-radius: 10px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    top: initial;
    height: 1px
}

.about-wrapper-3 .about-right-item .about-box .icon-item.style-2 {
    padding-bottom: 0;
    margin-bottom: 0
}

.about-wrapper-3 .about-right-item .about-box .icon-item.style-2::before,
.header-1.header-2 .header-main .header-left .header-logo-2,
.header-1.header-4 .header-main .header-left .logo .header-logo-2,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::after,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn::before,
.scrolling-wrap.style-2 .comm .cmn-textslide::before,
.sticky-header.header-1 .header-main .header-left .logo .header-logo-2,
.sticky-header.header-2 .header-main .header-left .header-logo,
.sticky-header.header-4 .header-main .header-left .logo .header-logo {
    display: none
}

.about-wrapper-3 .about-right-item .about-box .icon-item .icon {
    margin-bottom: 25px;
    font-size: 58px;
    color: var(--white)
}

.about-wrapper-3 .about-right-item .about-box .icon-item .icon i,
.benefit-tour-item .icon i,
.choose-us-box .icon i,
.choose-us-box-items-3 .icon i,
.counter-wrapper .counter-main-item .counter-item .icon i,
.counter-wrapper-2 .counter-main-item-2 .counter-item .icon i,
.counter-wrapper-3 .counter-box .top-items .icon i,
.counter-wrapper-4 .counter-box-item-4 .icon i,
.tour-benefit-wrapper-2 .tour-benefit-item-2 .icon i,
.travel-box-items-4 .icon i {
    -webkit-transition: .9s;
    transition: .9s;
    display: inline-block
}

.about-wrapper-3 .about-right-item .about-box .icon-item .content h5,
.destination-details-wrapper .best-tourist-box .top-content h6 {
    color: var(--white);
    margin-bottom: 10px
}

.about-wrapper-3 .about-right-item .about-box .icon-item .content p {
    color: var(--white);
    max-width: 350px
}

.about-wrapper-3 .about-right-item .about-box .icon-item:hover .icon i,
.benefit-tour-item:hover .icon i,
.choose-us-box:hover .icon i,
.counter-wrapper .counter-main-item .counter-item:hover .icon i,
.counter-wrapper-2 .counter-main-item-2 .counter-item:hover .icon i,
.counter-wrapper-3 .counter-box:hover .top-items .icon i,
.counter-wrapper-4 .counter-box-item-4:hover .icon i,
.travel-box-items-4:hover .icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.about-wrapper-3 .about-right-item .right-image {
    height: 650px;
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.about-wrapper-3 .about-right-item .right-image img,
.destination-item-2 .destination-image img,
.destination-item-4 .destination-image img,
.destination-one-wrapper .destination-image-item .destination-image img,
.feature-exprience-wrapper .left-image img,
.testimonial-wrapper .testimonial-right-item .testimonial-image img,
.tour-benefit-wrapper-2 .tour-benefit-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: scale(1.02);
    transition: 1.5s ease-out;
    object-fit: cover
}

.adventure-wrapper .text {
    max-width: 401px;
    margin-top: 20px;
    margin-bottom: 54px
}

.adventure-wrapper .adventure-image,
.news-card-items .news-image,
.news-card-items-2 .news-image,
.news-wrapper-3 .news-image-items-3 .news-image,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image,
.tour-place-item-2 .tour-place-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.activities-item-2 .activities-image::after,
.activities-wrapper .activities-card-item .activities-image::after,
.adventure-wrapper .adventure-image::after,
.adventure-wrapper .adventure-thumb::after,
.benefit-tour-image::after,
.contact-wrapper-4 .contact-image-4::after,
.counter-wrapper-3 .counter-image::after,
.counter-wrapper-4 .counter-image-4::after,
.destination-escap-item .destination-escap-image::after,
.destination-item-2 .destination-image::after,
.destination-item-4 .destination-image::after,
.destination-one-wrapper .destination-image-item .destination-image::after,
.destination-radius-item .destination-image::after,
.faq-wrapper-3 .faq-left-item .faq-image::after,
.feature-exprience-wrapper .left-image::after,
.feature-wrapper-4 .feature-right-item .feature-thumb::after,
.gallery-image::after,
.news-card-items .news-image::after,
.news-card-items-2 .news-image::after,
.news-wrapper-3 .news-image-items-3 .news-image::after,
.team-image-item .team-image::after,
.testimonial-info-items .client-image::after,
.testimonial-wrapper .testimonial-right-item .testimonial-image::after,
.tour-benefit-wrapper-2 .tour-benefit-image::after,
.tour-card-item .tour-image::after,
.tour-list-wrapper .tour-list-box-items .tour-image::after,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image::after,
.tour-place-item .tour-place-image::after,
.tour-place-item-2 .tour-place-image::after,
.tour-places-items-3 .tour-places-image::after,
.tour-sidebar-wrapper .tour-list-box-items .tour-image::after,
.travel-wrapper .travel-image::after {
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    content: "";
    z-index: 1
}

.adventure-wrapper .adventure-box {
    background-color: var(--theme);
    padding: 20px 30px;
    margin-top: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 9
}

.adventure-wrapper .adventure-box .shape,
.feature-exprience-wrapper .adventure-box-2 .shape {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: -1
}

.adventure-wrapper .adventure-box h3,
.feature-exprience-wrapper .adventure-box-2 h3 {
    font-size: 30px
}

.activities-item-2 .activities-content h4 a,
.adventure-wrapper .adventure-box h3 a,
.adventure-wrapper .adventure-thumb .adventure-content h3 a,
.benefit-tour-item .content h5 a,
.destination-escap-item .destination-escap-content .content-item h4 a,
.destination-item-2 .destination-image .destination-content h3 a,
.destination-item-4 .destination-image .destination-content h3 a,
.destination-one-wrapper .destination-image-item .destination-image .destination-content h3 a,
.faq-wrapper .faq-bg-image .tour-bg-content h3 a,
.feature-exprience-wrapper .adventure-box-2 h3 a,
.gallery-image .gallery-content h4 a,
.main-sideber .tour-bg-image .tour-bg-content h3 a,
.news-wrapper-3 .news-left-content .news-black-bg h4 a,
.tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 a,
.tour-card-item .tour-image .tour-content h3 a,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content h3 a,
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 a,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline;
    color: var(--white)
}

.adventure-wrapper .adventure-box h3 a:hover,
.benefit-tour-item .content h5 a:hover,
.destination-escap-item .destination-escap-content .content-item h4 a:hover,
.feature-exprience-wrapper .adventure-box-2 h3 a:hover,
.tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 a:hover,
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2 .content h5 a:hover,
.tour-card-item .tour-image .tour-content h3 a:hover {
    color: var(--white);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--white) 0, var(--white) 100%)
}

.adventure-wrapper .adventure-box .info-item,
.feature-exprience-wrapper .adventure-box-2 .info-item {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 20px
}

.adventure-wrapper .adventure-box .info-item .content h5,
.feature-exprience-wrapper .adventure-box-2 .info-item .content h5 {
    font-size: 18px;
    color: var(--white)
}

.adventure-wrapper .adventure-box .info-item .content span,
.feature-exprience-wrapper .adventure-box-2 .info-item .content span {
    color: var(--white);
    font-size: 15px;
    font-weight: 500
}

.adventure-wrapper .adventure-thumb,
.contact-wrapper-4 .contact-image-4,
.counter-wrapper-4 .counter-image-4,
.tour-place-item .tour-place-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.adventure-wrapper .adventure-thumb .adventure-content {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(180deg, rgba(21, 21, 21, .06) 0, rgba(123, 123, 123, .05) 100%);
    backdrop-filter: blur(40px);
    padding: 30px 35px;
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    z-index: 999
}

.adventure-wrapper .adventure-thumb .adventure-content h6,
.breadcrumb-wrapper-2 .counter-item .content p,
.hero-1 .counter-item .content p {
    font-weight: 500;
    color: var(--white)
}

.adventure-wrapper .adventure-thumb .adventure-content h3 {
    font-size: 36px
}

.adventure-wrapper .adventure-thumb .adventure-content .booking-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px
}

.adventure-wrapper .adventure-thumb .adventure-content .booking-item .content h4 {
    font-size: 24px;
    color: var(--white);
    position: relative;
    padding-left: 85px
}

.adventure-wrapper .adventure-thumb .adventure-content .booking-item .content h4::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    left: 0;
    top: 15px;
    background-color: var(--white)
}

@-webkit-keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
    }
}

@keyframes rippleOne {
    70% {
        -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 40px rgba(244, 68, 56, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0)
    }
}

@keyframes rounded {
    50% {
        transform: rotate(15deg)
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px)
    }

    100% {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg)
    }
}

@-webkit-keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0)
    }
}

@keyframes letters-loading {

    0%,
    100%,
    75% {
        opacity: 0;
        transform: rotateY(-90deg)
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0)
    }
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes tpswing {
    0% {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes width {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes width {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.2)
    }
}

@keyframes rounded {
    50% {
        transform: rotate(20deg)
    }
}

@keyframes cir36 {
    100% {
        transform: rotate(360deg)
    }
}

.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes float-bob-y {

    0%,
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes float-bob-y {

    0%,
    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes float-bob-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

@keyframes float-bob-x {

    0%,
    100% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes bounce-x {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.bounce-x {
    -webkit-animation: 7s linear infinite bounce-x;
    animation: 7s linear infinite bounce-x
}

@keyframes criss-cross-left {
    0% {
        left: -20px
    }

    50% {
        left: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        left: 50%;
        width: 375px;
        height: 375px
    }
}

@keyframes criss-cross-right {
    0% {
        right: -20px
    }

    50% {
        right: 50%;
        width: 20px;
        height: 20px
    }

    100% {
        right: 50%;
        width: 375px;
        height: 375px
    }
}

@keyframes rotated2 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@keyframes wave {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-25%)
    }

    100% {
        transform: translateX(-50%)
    }
}

@keyframes zoom {

    0%,
    100% {
        transform: scale(.5)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes translateY2 {
    0% {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes translateX2 {
    0% {
        -webkit-transform: translateX(-30px);
        -moz-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        -webkit-transform: translatXY(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes moving {

    0%,
    100% {
        transform: translatey(0)
    }

    20% {
        transform: translateX(-50px)
    }

    50% {
        transform: translatey(-40px)
    }
}

.img-custom-anim-right {
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-right;
    opacity: 0
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-left {
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) .4s forwards img-anim-left;
    opacity: 0
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img-custom-anim-top {
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) forwards img-anim-top;
    opacity: 0
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.animation-infinite {
    animation: 80s linear infinite ShapeAnim;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden
}

.img-custom-anim-bottom {
    animation: 1.3s cubic-bezier(.645, .045, .355, 1) forwards img-anim-bottom;
    opacity: 0
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(100% 0 0 0);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 0;
        transform: scale(.5)
    }

    50% {
        opacity: 1;
        transform: scale(1.5)
    }
}

@keyframes borderAnim {
    0% {
        width: 0
    }

    100% {
        width: 44px
    }
}

@keyframes slideInLeft {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes shine {
    0% {
        left: -100%
    }

    100%,
    50% {
        left: 100%
    }
}

@keyframes strokeColorChange1 {

    0%,
    25% {
        -webkit-text-stroke-color: rgba(202, 210, 210, 0.1)
    }

    100%,
    50% {
        -webkit-text-stroke-color: rgba(194, 223, 147, 0.1)
    }

    75% {
        -webkit-text-stroke-color: rgba(227, 87, 43, 0.1)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px)
    }
}

@keyframes rotateBorder {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes animate-positive {
    0% {
        width: 0
    }
}

@keyframes scroll-left-to-right-loop {
    0% {
        transform: translateX(-50%)
    }

    100% {
        transform: translateX(0)
    }
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.img_left_animation {
    animation: 2s cubic-bezier(.4, .98, .52, .99) forwards left-animation;
    opacity: 0
}

@keyframes left-animation {
    0% {
        clip-path: inset(0 100% 0 0);
        opacity: 0
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img_right_animation {
    animation: 2s cubic-bezier(.4, .98, .52, .99) forwards right-animation;
    opacity: 0
}

@keyframes right-animation {
    0% {
        clip-path: inset(0 0 0 100%);
        opacity: 0
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img_top_animation {
    animation: 2s cubic-bezier(.4, .98, .52, .99) forwards top-animation;
    opacity: 0
}

@keyframes top-animation {
    0% {
        clip-path: inset(0 0 100% 0);
        opacity: 0
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

.img_bottom_animation {
    animation: 2s cubic-bezier(.4, .98, .52, .99) forwards bottom-animation;
    opacity: 0
}

@keyframes bottom-animation {
    0% {
        clip-path: inset(100% 0 0 0);
        opacity: 0
    }

    100% {
        clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes circle {
    0% {
        transform: scale(0);
        opacity: .6
    }

    100% {
        transform: scale(30);
        opacity: 0
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.zoom_in {
    transform: scale(.5)
}

.fade_down,
.fade_up,
.zoom_in,
.zoom_out {
    opacity: 0;
    transition: 2s
}

.show {
    opacity: 1;
    transform: translateY(0) scale(1)
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes scrolly {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-60%)
    }
}

@keyframes scrolls {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(100%)
    }
}

.brand-wrapper h6 {
    text-align: center;
    margin-bottom: 50px
}

.brand-wrapper .brand-image,
.video-section-4 .brand-wrapper-4 .brand-image {
    transition: .4s ease-in-out;
    opacity: .4
}

.brand-wrapper .brand-image:hover,
.brand-wrapper .swiper-slide.swiper-slide-active .brand-image,
.video-section-4 .brand-wrapper-4 .brand-image:hover,
.video-section-4 .brand-wrapper-4 .swiper-slide.swiper-slide-active .brand-image {
    filter: initial;
    opacity: 1
}

.brand-section,
.testimonial-section.style-2,
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(21, 21, 21, .1)
}

.contact-wrapper .contact-image {
    margin-left: -323px;
    margin-top: -100px;
    overflow: hidden;
    position: relative;
    border-radius: 10px
}

.contact-wrapper .contact-image::after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1
}

.contact-wrapper .contact-content,
.testimonial-wrapper .testimonial-right-item {
    margin-left: 30px
}

.contact-us-wrapper-3 .contact-us-content .contact-us-item .content h5,
.contact-wrapper .contact-content .logo-image,
.feature-memories-wrapper .feature-memories-right .list-box-item .list li:not(:last-child),
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li:not(:last-child),
.footer-widget-wrapper-4 .photo-gallery h5,
.main-sideber .single-sideber-widget ul li:not(:last-child),
.news-wrapper-3 .news-white-bg p,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li:not(:last-child),
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box h4,
.tour-place-item .tour-place-content h3 {
    margin-bottom: 20px
}

.contact-wrapper .contact-content .text {
    color: var(--white);
    margin-top: 20px;
    margin-bottom: 48px;
    color: rgba(255, 255, 255, .65);
    max-width: 443px
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .theme-btn::after,
.choose-us-box-items-3:hover,
.contact-from-wrapper .contact-right .box-item .form-clt .theme-btn::after,
.contact-wrapper .contact-content .theme-btn::after,
.footer-bottom .footer-wrapper .text-item .icon:hover,
.hero-2 .from-box .box-item-2 .form-clt .theme-btn::after,
.sticky-header.header-4,
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content .theme-btn::after,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select .focus,
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content .theme-btn::after,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content .theme-btn::after {
    background-color: var(--white)
}

.benefit-tour-item:hover .content h5,
.benefit-tour-item:hover .icon,
.contact-section,
.counter-wrapper-3 .adventer-image,
.counter-wrapper-3 .counter-box:hover .top-items .content h3,
.counter-wrapper-3 .counter-box:hover .top-items .icon,
.counter-wrapper-4 .counter-box-item-4:hover .content h2,
.counter-wrapper-4 .counter-box-item-4:hover .icon,
.cta-contact-section-3,
.destination-escap-section,
.destination-radius-item.style-2 .destination-content,
.destination-section-3,
.faq-wrapper .faq-bg-image,
.hero-1 .hero-content,
.main-sideber .tour-bg-image,
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover .content h5,
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover .icon,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items,
.why-choose-us-section-3 {
    position: relative;
    z-index: 9
}

.contact-section::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #ede7e3;
    z-index: -1;
    top: 100px
}

.contact-from-wrapper {
    display: flex;
    align-items: center;
    gap: 260px;
    padding: 50px 0
}

.contact-from-wrapper .contact-content {
    max-width: 220px;
    width: 100%
}

.contact-from-wrapper .contact-content h2 {
    color: var(--white);
    font-size: 36px;
    font-weight: 600
}

.contact-from-wrapper .contact-content h6 {
    color: var(--white);
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px
}

.contact-from-wrapper .contact-right {
    width: 100%;
    position: relative;
    z-index: 99
}

.contact-from-wrapper .contact-right::before {
    position: absolute;
    left: -150px;
    content: "";
    top: 0;
    width: 2px;
    height: 170px;
    border-radius: 10px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, 0) 100%)
}

.contact-from-wrapper .contact-right p {
    color: var(--white);
    font-weight: 400
}

.contact-from-wrapper .contact-right p span {
    font-weight: 600;
    color: var(--theme)
}

.contact-from-wrapper .contact-right p b,
.section-title h2 b {
    color: var(--theme);
    font-weight: 600
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2,
.contact-from-wrapper .contact-right .box-item,
.hero-2 .from-box .box-item-2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 30px
}

.box-item-5 .form-clt,
.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt,
.contact-from-wrapper .contact-right .box-item .form-clt,
.hero-2 .from-box .box-item-2 .form-clt,
.hero-4 .from-box .box-item-2 .form-clt {
    position: relative;
    width: 100%
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .single-select,
.contact-from-wrapper .contact-right .box-item .form-clt .single-select,
.hero-2 .from-box .box-item-2 .form-clt .single-select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .03);
    padding: 17px 20px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, .65);
    line-height: initial;
    height: initial
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .single-select .list,
.contact-from-wrapper .contact-right .box-item .form-clt .single-select .list,
.hero-2 .from-box .box-item-2 .form-clt .single-select .list,
.hero-4 .from-box .box-item-2 .form-clt .single-select .list {
    width: 100%;
    color: var(--header)
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .theme-btn,
.contact-from-wrapper .contact-right .box-item .form-clt .theme-btn,
.hero-2 .from-box .box-item-2 .form-clt .theme-btn,
.hero-4 .from-box .box-item-2 .form-clt .theme-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 14px 30px
}

.contact-from-section {
    margin: 20px;
    border-radius: 10px;
    position: relative
}

.contact-from-section .container-fluid,
.hero-1 .container-fluid {
    padding: 0 130px
}

@media (max-width:1600px) {
    .contact-from-section .container-fluid {
        padding: 0 50px
    }
}

@media (max-width:1399px) {
    .about-wrapper-3 .about-content .about-left-item .left-image {
        height: initial
    }

    .about-wrapper-3 .about-content .about-left-item .left-image img {
        object-fit: initial
    }

    .about-wrapper-3 .about-right-item {
        margin-right: 0
    }

    .about-wrapper-3 .about-right-item .about-box {
        padding: 30px;
        width: initial
    }

    .about-wrapper-3 .about-right-item .about-box .icon-item {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .adventure-wrapper .text,
    .brand-wrapper h6 {
        margin-bottom: 30px
    }

    .adventure-wrapper .adventure-box .shape,
    .contact-from-wrapper .contact-right::before {
        display: none
    }

    .adventure-wrapper .adventure-box h3,
    .adventure-wrapper .adventure-thumb .adventure-content h3 {
        font-size: 20px
    }

    .adventure-wrapper .adventure-thumb .adventure-content {
        padding: 20px
    }

    .adventure-wrapper .adventure-thumb .adventure-content .booking-item {
        flex-wrap: wrap
    }

    .contact-wrapper .contact-image {
        margin-left: 0;
        margin-top: 0
    }

    .contact-wrapper .contact-content {
        margin-left: 0;
        padding-top: 0
    }

    .contact-section::before {
        top: 0;
        height: 102%
    }

    .contact-from-wrapper {
        flex-wrap: wrap;
        gap: 30px
    }

    .contact-from-section .container-fluid {
        padding: 0 40px
    }
}

.contact-from-section .right-shape {
    position: absolute;
    right: 30px;
    bottom: 0
}

.contact-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, #fff 10%, rgba(255, 255, 255, 0) 50%)
}

.contact-content-2 {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 600px
}

@media (max-width:1399px) {
    .contact-content-2 {
        padding-bottom: 100px
    }
}

.contact-content-2 form,
.cta-contact-wrapper .cta-right-content form {
    max-width: 515px;
    width: 100%
}

.contact-content-2 form .form-clt input,
.cta-contact-wrapper .cta-right-content form .form-clt input {
    width: 100%;
    outline: 0;
    border: 1px solid rgba(21, 21, 21, .1);
    border-radius: 10px;
    background: var(--white);
    color: var(--text);
    line-height: 1;
    padding: 20px;
    max-width: 515px
}

.contact-content-2 form .form-clt input::placeholder {
    color: var(--text)
}

.contact-content-2 form .form-clt .theme-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    color: var(--white);
    border-radius: 10px;
    padding: 14.5px 30px;
    line-height: 18px
}

.contact-us-wrapper-3 .contact-us-content .text {
    margin-top: 24px;
    margin-bottom: 70px;
    max-width: 440px
}

.contact-us-wrapper-3 .contact-us-content .contact-us-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px
}

@media (max-width:991px) {
    .about-wrapper .about-left-item h6 {
        font-size: 14px
    }

    .about-wrapper .about-right-item .about-image-item {
        flex-wrap: wrap;
        gap: 20px
    }

    .about-wrapper .about-right-item .about-image-item .about-box {
        padding: 30px
    }

    .about-wrapper-2 .about-content .about-item,
    .about-wrapper-3 .about-content .about-left-item {
        flex-wrap: initial
    }

    .about-wrapper-3 .about-right-item .right-image {
        height: 560px
    }

    .contact-from-wrapper .contact-right .box-item {
        flex-wrap: wrap
    }

    .contact-content-2 {
        padding-bottom: 80px
    }

    .contact-us-wrapper-3 .contact-us-content .contact-us-item {
        flex-wrap: wrap;
        gap: 25px
    }
}

.contact-us-wrapper-3 .contact-us-content .contact-us-item .content h5 i {
    margin-right: 10px;
    margin-top: -5px;
    color: var(--theme)
}

.contact-us-wrapper-3 .contact-us-content .contact-us-item .content h6 {
    font-size: 18px;
    line-height: 145%;
    font-weight: 400
}

.contact-us-wrapper-3 .contact-box {
    background-color: rgba(21, 21, 21, .03);
    border: 1px solid rgba(21, 21, 21, .1);
    border-radius: 12px;
    padding: 40px 50px;
    margin-left: 30px
}

.contact-us-wrapper-3 .contact-box .form-clt span,
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt span {
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block
}

.contact-us-wrapper-3 .contact-box .form-clt input,
.contact-us-wrapper-3 .contact-box .form-clt textarea,
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt input,
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea {
    width: 100%;
    border: 1px solid rgba(21, 21, 21, .1);
    outline: 0;
    background: var(--white);
    color: var(--text);
    border-radius: 10px;
    padding: 18px 20px
}

@media (max-width:767px) {

    .contact-us-wrapper-3 .contact-box .form-clt input,
    .contact-us-wrapper-3 .contact-box .form-clt textarea {
        padding: 14px 20px
    }
}

@media (max-width:575px) {

    .about-wrapper-2 .about-content .about-item,
    .about-wrapper-2 .about-image-item {
        flex-wrap: wrap
    }

    .about-wrapper-3 .about-content .about-left-item {
        gap: 25px;
        flex-wrap: wrap
    }

    .about-wrapper-3 .about-right-item {
        margin-right: 0;
        flex-wrap: wrap
    }

    .about-wrapper-3 .about-right-item .right-image {
        height: initial
    }

    .contact-us-wrapper-3 .contact-box .form-clt input,
    .contact-us-wrapper-3 .contact-box .form-clt textarea {
        padding: 12px 18px
    }
}

.contact-us-wrapper-3 .contact-box .form-clt input::placeholder,
.contact-us-wrapper-3 .contact-box .form-clt textarea::placeholder {
    color: var(--white)
}

.contact-us-wrapper-3 .contact-box .form-clt textarea,
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea {
    padding-bottom: 80px;
    resize: none;
    border-radius: 10px
}

.map-items .googpemap iframe {
    width: 100%;
    height: 590px;
    border-radius: 10px
}

.box-item-5 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 16px
}

.box-item-5 .form-clt .single-select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    background: 0 0;
    padding: 17px 20px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--header);
    line-height: initial;
    height: initial
}

.box-item-5 .form-clt .single-select .list {
    width: 100%;
    color: var(--header);
    z-index: 9999
}

.contact-wrapper-4 .contact-content .form-clt span {
    color: #151515;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500
}

.contact-wrapper-4 .contact-content .form-clt input,
.contact-wrapper-4 .contact-content .form-clt textarea {
    width: 100%;
    outline: 0;
    border: 1px solid #b4b4b4;
    background: var(--white);
    padding: 16px 20px;
    font-weight: 400;
    border-radius: 8px;
    font-size: 16px;
    color: #b4b4b4;
    line-height: 1
}

.contact-wrapper-4 .contact-content .form-clt input::placeholder,
.contact-wrapper-4 .contact-content .form-clt textarea::placeholder {
    color: #b4b4b4
}

.contact-wrapper-4 .contact-content .form-clt .form .single-select {
    border-radius: 8px;
    border: 1px solid #b4b4b4;
    padding: 16px 20px;
    height: initial;
    line-height: 1;
    background: var(--white);
    width: 100% !important
}

.contact-wrapper-4 .contact-content .form-clt .form .single-select .current {
    color: #b4b4b4
}

.contact-wrapper-4 .contact-content .form-clt .form .single-select::after {
    right: 20px;
    width: 8px;
    height: 8px
}

.common-table tbody,
.common-table thead,
.contact-wrapper-4 .contact-content .form-clt .form .single-select .list,
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img,
.team-details-wrapper .team-details-content .progress-wrap .pro-items {
    width: 100%
}

.contact-wrapper-4 .contact-content .form-clt textarea {
    padding-bottom: 100px;
    resize: none
}

.contact-wrapper-4 .contact-content .theme-btn {
    display: inline-block;
    text-align: center
}

@media (max-width:1399px) {

    .contact-us-wrapper-3 .contact-us-content .contact-us-item,
    .contact-us-wrapper-3 .contact-us-content .text {
        margin-bottom: 30px
    }

    .contact-us-wrapper-3 .contact-box {
        margin-left: 0;
        padding: 30px
    }

    .contact-wrapper-4 .contact-content {
        margin-top: 15px
    }

    .cta-contact-wrapper {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.cta-contact-wrapper .cta-image {
    margin-left: -322px;
    border-radius: 10px;
    overflow: hidden
}

.cta-contact-wrapper .cta-right-content,
.faq-wrapper-3 .faq-content {
    margin-left: 90px
}

.cta-contact-wrapper .cta-right-content .text {
    margin-top: 10px;
    margin-bottom: 70px
}

.cta-contact-wrapper .cta-right-content form .form-clt input::placeholder {
    color: var(--text)
}

.cta-contact-wrapper .cta-right-content form .form-clt .theme-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    line-height: 18px
}

.cta-contact-section-3 .right-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1
}

.cta-contact-section-3 .top-shape {
    position: absolute;
    top: 35px;
    right: 50%
}

.cta-contact-section-3 .bottom-shape {
    position: absolute;
    right: 35px;
    bottom: 45px
}

.faq-wrapper .faq-left-content .text {
    margin-top: 20px;
    max-width: 568px
}

.faq-wrapper .faq-left-content .nav {
    display: flex;
    gap: 24px;
    margin-bottom: 30px;
    margin-top: 45px
}

.faq-wrapper .faq-left-content .nav li,
.tour-place-item-2 .tour-place-content .tour-place-bottom .rating span,
.tour-places-items-3 .tour-place-content .tour-place-bottom .rating span {
    font-size: 14px;
    font-weight: 500
}

.faq-wrapper .faq-left-content .nav li .nav-link {
    color: var(--text);
    transition: .4s ease-in-out;
    padding: 10px 14px;
    line-height: 1;
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1)
}

.faq-wrapper .faq-left-content .nav li .nav-link.active {
    position: relative;
    background-color: var(--theme);
    color: var(--white)
}

.faq-wrapper .faq-left-content .faq-box-item {
    border: 1px solid rgba(21, 21, 21, .1);
    border-radius: 10px;
    background-color: #ede7e3;
    padding: 35px 50px;
    margin-top: 50px
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 {
    position: relative;
    z-index: 9;
    margin-top: 30px
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    padding: 0;
    background: 0 0;
    border-bottom: 1px solid rgba(21, 21, 21, .1)
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item h2 button {
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    box-shadow: none;
    padding: 20px 30px;
    color: var(--black);
    cursor: pointer
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item .accordion-body {
    padding: 0 30px 20px;
    background-color: var(--white);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom: none
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item .accordion-body p {
    color: var(--black);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-button,
.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-button {
    background-color: transparent;
    color: var(--header);
    border-radius: 20px !important
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-button::after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    background: rgba(153, 165, 55, .08);
    font-weight: 900;
    transition: .3s ease-in-out !important;
    color: var(--black);
    border: none !important;
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-button:not(.collapsed) {
    background-color: var(--white);
    color: var(--black);
    border-radius: 10px 10px !important 0 !important 0 !important;
    border-bottom: none;
    z-index: 999;
    position: relative
}

.faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-button:not(.collapsed)::after {
    content: "\f077";
    font-family: "Font Awesome 6 Pro";
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent;
    font-weight: 900;
    color: var(--header);
    transform: rotate(0)
}

.faq-wrapper .faq-bg-image::before,
.main-sideber .tour-bg-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 34.84%, rgba(21, 21, 21, .8) 100%);
    border-radius: 10px
}

.faq-wrapper .faq-bg-image .tour-bg-content,
.main-sideber .tour-bg-image .tour-bg-content {
    position: absolute;
    left: 40px;
    bottom: 40px
}

.choose-us-box-items-3 h5,
.counter-wrapper .counter-main-item .counter-item .content p,
.counter-wrapper-2 .counter-main-item-2 .counter-item .content p,
.faq-wrapper .faq-bg-image .tour-bg-content span,
.faq-wrapper-3 .faq-left-item h3,
.feature-exprience-wrapper .counter-main-box .content h2,
.feature-memories-wrapper .feature-memories-right .feature-memories-item .feature-item .icon-item h5,
.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item .cont p,
.gallery-image .gallery-content p,
.gallery-wrapper-3 .main-box .box-2 .thumb .project-content h4 a {
    color: var(--white)
}

.faq-wrapper .faq-bg-image .tour-bg-content h3,
.main-sideber .tour-bg-image .tour-bg-content h3,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content h3,
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px
}

.faq-wrapper .comment-box {
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 40px;
    margin-top: 30px
}

.faq-wrapper .comment-box .form-clt input,
.faq-wrapper .comment-box .form-clt textarea {
    width: 100%;
    outline: 0;
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .07);
    background: rgba(21, 21, 21, .03);
    padding: 18px 24px;
    color: var(--text)
}

.faq-wrapper .comment-box .form-clt input::placeholder,
.faq-wrapper .comment-box .form-clt textarea::placeholder {
    color: var(--text)
}

.faq-wrapper .comment-box .form-clt textarea {
    padding-bottom: 80px;
    resize: none
}

.faq-wrapper .comment-box .theme-btn {
    width: 100%;
    text-align: center;
    display: inline-block
}

.faq-wrapper-3,
.footer-widget-wrapper-3 .footer-right-content .map-items,
.page-nav-wrap {
    margin-top: 60px
}

.faq-wrapper-3 .faq-left-item .faq-image {
    position: relative;
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden
}

.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item {
    border: none;
    margin-bottom: 18px;
    padding: 0;
    background: 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07)
}

.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item h2 button {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    box-shadow: none;
    padding: 10px 0 35px;
    color: var(--white);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 90px
}

.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item h2 button span {
    font-size: 16px;
    font-weight: 400;
    color: var(--white)
}

@media (max-width:1399px) {

    .cta-contact-wrapper .cta-image,
    .cta-contact-wrapper .cta-right-content,
    .faq-wrapper-3 .faq-content {
        margin-left: 0
    }

    .cta-contact-wrapper .cta-right-content .text {
        margin-bottom: 30px
    }

    .cta-contact-section-3 .bottom-shape,
    .cta-contact-section-3 .right-shape,
    .cta-contact-section-3 .top-shape {
        display: none
    }

    .faq-wrapper .faq-left-content .nav,
    .faq-wrapper-3 {
        margin-top: 30px
    }

    .faq-wrapper .faq-left-content .faq-box-item {
        padding: 30px;
        margin-top: 30px
    }

    .faq-wrapper .faq-bg-image .tour-bg-content {
        left: 20px;
        bottom: 20px
    }

    .faq-wrapper .faq-bg-image .tour-bg-content h3 {
        font-size: 25px
    }

    .faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item h2 button {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 0 20px;
        font-size: 20px
    }
}

.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item .accordion-body {
    padding: 0 105px 20px;
    background-color: transparent;
    border-bottom: none
}

.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item .accordion-body p {
    color: var(--white);
    font-size: 16px;
    line-height: 32px;
    font-weight: 400
}

.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-button::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    background: rgba(153, 165, 55, .08);
    font-weight: 900;
    transition: .3s ease-in-out !important;
    color: var(--white);
    border: none !important;
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent
}

.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: var(--white);
    border-radius: 0 !important 10px !important 0 0 !important;
    border-bottom: none;
    z-index: 999;
    position: relative
}

.faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-button:not(.collapsed)::after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    width: initial;
    height: initial;
    line-height: initial;
    background-color: transparent;
    font-weight: 900;
    color: var(--white);
    transform: rotate(0)
}

.faq-section-3 {
    position: relative;
    z-index: 9;
    margin: 0 15px
}

.destination-section-3 .bottom-shape,
.faq-section-3 .faq-shape,
.why-choose-us-section-3 .bottom-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.error-item .error-image img,
.faq-section-3 .faq-shape img,
.feature-exprience-wrapper .adventure-box-2 .shape-2 img {
    width: 100%;
    height: 100%
}

.activities-item-2,
.destination-escap-item .destination-escap-content,
.feature-item,
.footer-widget-wrapper .single-footer-widget,
.footer-widget-wrapper-3 .footer-right-content .area-list,
.news-card-items,
.news-card-items .news-content,
.news-card-items-2,
.news-card-items-2 .news-content,
.team-image-item .team-content,
.tour-dedicated-wrapper .tour-dedicated-content .text,
.tour-details-wrappers .tour-details-content,
.tour-details-wrappers .tour-details-content .tour-left-content .map-items,
.tour-place-item,
.tour-places-items-3,
.tour-places-items-3 .tour-place-content {
    margin-top: 30px
}

.feature-item .feature-icon-item,
.tour-places-items-3 .tour-place-content .tour-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px
}

.feature-item .feature-icon-item .icon {
    max-width: 70px;
    height: 70px;
    width: 100%;
    line-height: 78px;
    text-align: center;
    border-radius: 10px;
    background: rgba(251, 91, 50, .1);
    overflow: hidden;
    position: relative;
    z-index: 1;
    flex-basis: 35%;
    font-size: 40px;
    color: var(--theme)
}

.feature-item .feature-icon-item .icon.style-2 {
    flex-basis: 25%
}

.feature-item .feature-icon-item .icon::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--theme);
    border-radius: 10px;
    transform: translateY(-101%);
    opacity: 0;
    transition: .4s ease-in-out;
    visibility: hidden;
    z-index: 0
}

.feature-item .feature-icon-item .icon i {
    -webkit-transition: .9s;
    transition: .9s;
    position: relative;
    z-index: 1;
    display: inline-block
}

.feature-item p {
    max-width: 293px;
    font-size: 15px
}

.feature-item:hover .feature-icon-item .icon::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.feature-item:hover .feature-icon-item .icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    filter: brightness(0) invert(1)
}

.counter-wrapper {
    padding: 100px 70px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(180deg, rgba(21, 21, 21, .06) 0, rgba(123, 123, 123, .05) 100%);
    backdrop-filter: blur(40px);
    margin-top: 350px
}

.counter-section,
.feature-section-2 {
    background-attachment: fixed
}

@media (max-width:1399px) {
    .faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item .accordion-body {
        padding: 20px 30px
    }

    .faq-section-3 .faq-shape {
        display: none
    }

    .feature-item .feature-icon-item .icon,
    .feature-item .feature-icon-item .icon.style-2 {
        flex-basis: initial
    }

    .counter-wrapper {
        padding: 50px;
        margin-top: 0
    }
}

.counter-wrapper .counter-main-item,
.counter-wrapper-2 .counter-main-item-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding-top: 70px;
    margin-top: 70px
}

.counter-wrapper .counter-main-item .counter-item,
.counter-wrapper-2 .counter-main-item-2 .counter-item,
.footer-bottom .footer-wrapper .text-item,
.footer-bottom-3 .footer-wrapper-3 .left-list,
.footer-bottom.style-new .footer-wrapper .text-item,
.header-top-wrapper.style-3 .header-list,
.main-sideber .single-sideber-widget .recent-post-area .recent-items,
.news-details-post .news-details-content .client-info-box .info-content .social-icon,
.news-details-post .news-details-content .related-post-item .recent-item,
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item,
.tour-place-item .tour-place-content .tour-list {
    display: flex;
    align-items: center;
    gap: 30px
}

.counter-wrapper .counter-main-item .counter-item .icon,
.counter-wrapper-2 .counter-main-item-2 .counter-item .icon,
.counter-wrapper-3 .counter-box .top-items .icon {
    font-size: 60px;
    color: var(--white)
}

.commitment-wrapper .commitment-content .commitment-left .count-item .count-content .content h2,
.counter-wrapper .counter-main-item .counter-item .content h3,
.counter-wrapper-2 .counter-main-item-2 .counter-item .content h3 {
    font-size: 30px;
    color: var(--white);
    font-weight: 500
}

.commitment-wrapper .commitment-content .commitment-left {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-left: -300px;
    margin-top: 60px
}

@media (max-width:1600px) {
    .commitment-wrapper .commitment-content .commitment-left {
        gap: 50px;
        margin-left: -70px
    }
}

@media (max-width:1399px) {
    .counter-wrapper .counter-main-item {
        padding-top: 30px;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px
    }

    .commitment-wrapper .commitment-content .commitment-left {
        margin-left: 0;
        margin-top: 30px;
        gap: 30px;
        flex-wrap: wrap
    }
}

.commitment-wrapper .commitment-content .commitment-left .commitment-image {
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.commitment-wrapper .commitment-content .commitment-left .count-item p {
    max-width: 386px;
    color: var(--white);
    font-size: 15px
}

.commitment-wrapper .commitment-content .commitment-left .count-item .count-content {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 70px
}

.benefit-tour-item .content p,
.commitment-wrapper .commitment-content .commitment-left .count-item .count-content .content p,
.counter-wrapper-3 .counter-box .top-items .content h6,
.counter-wrapper-4 .counter-box-item-4 .content p,
.destination-escap-item .destination-escap-content p,
.feature-memories-wrapper .feature-memories-right .list-box-item .list li,
.header-top-wrapper.style-3 .header-right .social-icon a,
.news-details-post .news-details-content .client-info-box .info-content .social-icon a,
.testimonial-wrapper .testimonial-content .content span {
    color: rgba(255, 255, 255, .65)
}

.commitment-wrapper .commitment-image-item {
    display: flex;
    align-items: start;
    margin-right: -300px;
    gap: 20px;
    margin-left: 50px
}

.commitment-wrapper .commitment-image-item .commitment-image {
    position: relative;
    height: 530px;
    overflow: hidden;
    border-radius: 16px
}

@media (max-width:1600px) {
    .commitment-wrapper .commitment-content .commitment-left .count-item .count-content {
        gap: 20px
    }

    .commitment-wrapper .commitment-content .commitment-left .count-item .count-content .content p {
        font-size: 13px
    }

    .commitment-wrapper .commitment-image-item {
        margin-right: -70px
    }

    .commitment-wrapper .commitment-image-item .commitment-image {
        height: 475px
    }

    .commitment-wrapper .commitment-image-item .commitment-image img {
        object-fit: initial
    }
}

.commitment-wrapper .commitment-image-item .commitment-image.style-2 {
    height: initial
}

.commitment-wrapper .commitment-image-item .commitment-image .video-btn,
.testimonial-wrapper .testimonial-right-item .testimonial-image .video-btn {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 16px;
    border-radius: 100px;
    filter: drop-shadow(10px 4px 60px #0e3c65);
    z-index: 999
}

.commitment-wrapper .commitment-image-item .commitment-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
    transform: scale(1.02);
    transition: 1.5s ease-out
}

.feature-bg-content {
    padding: 130px 0;
    color: var(--white);
    text-align: center;
    position: relative
}

@media (max-width:1399px) {
    .commitment-wrapper .commitment-content .commitment-left .count-item .count-content {
        flex-wrap: wrap;
        gap: 20px;
        margin-top: 30px
    }

    .commitment-wrapper .commitment-content .commitment-left .count-item .count-content .content p {
        font-size: 16px
    }

    .commitment-wrapper .commitment-image-item {
        margin-right: 0;
        margin-left: 0
    }

    .commitment-wrapper .commitment-image-item .commitment-image {
        height: initial
    }

    .feature-bg-content {
        padding: 100px 0;
        text-align: left
    }
}

.feature-bg-content h2 {
    font-size: 70px;
    font-weight: 600;
    color: var(--white);
    text-align: right;
    line-height: 80%
}

@media (max-width:1600px) {
    .commitment-wrapper .commitment-image-item .commitment-image img {
        object-fit: initial
    }

    .feature-bg-content h2 {
        font-size: 56px
    }
}

@media (max-width:1399px) {
    .feature-bg-content h2 {
        font-size: 48px
    }
}

.activities-section,
.feature-bg-content h2 img {
    margin: 0 20px
}

.feature-bg-content .text {
    font-size: 230px;
    font-weight: 700;
    color: var(--white);
    margin-right: -10px
}

@media (max-width:1600px) {
    .feature-bg-content .text {
        font-size: 190px
    }
}

@media (max-width:1399px) {
    .feature-bg-content .text {
        font-size: 170px;
        margin-right: 0
    }
}

.feature-bg-content .feature-bottom-content {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    margin-left: 200px
}

@media (max-width:1600px) {
    .feature-bg-content .feature-bottom-content {
        margin-left: 30px
    }
}

@media (max-width:1399px) {
    .feature-bg-content .feature-bottom-content {
        margin-top: 50px;
        margin-left: 0
    }
}

.feature-bg-content .feature-bottom-content p {
    font-weight: 500;
    color: var(--white);
    max-width: 300px
}

.feature-bg-content .feature-bottom-content h3 {
    font-size: 65px;
    font-weight: 600;
    color: var(--white)
}

@media (max-width:1600px) {
    .feature-bg-content .feature-bottom-content h3 {
        font-size: 60px
    }
}

@media (max-width:1399px) {
    .feature-bg-content .feature-bottom-content h3 {
        font-size: 50px
    }
}

.feature-section-2 {
    margin: 0 20px;
    position: relative;
    border-radius: 10px
}

.feature-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    background: conic-gradient(from 191deg at 50% 50%, rgba(21, 21, 21, .6) 0deg, rgba(21, 21, 21, .3) 360deg)
}

.feature-exprience-wrapper .left-image {
    height: 466px;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.feature-exprience-wrapper .counter-main-box {
    background-color: var(--theme);
    padding: 6px 8px 6px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.feature-exprience-wrapper .counter-main-box .content {
    padding-top: 15px;
    padding-bottom: 10px
}

@media (max-width:1600px) {
    .feature-exprience-wrapper .left-image {
        height: 453px
    }

    .feature-exprience-wrapper .counter-main-box {
        padding: 10px 10px 10px 20px
    }

    .feature-exprience-wrapper .counter-main-box .content {
        padding-top: 0;
        padding-bottom: 0
    }

    .feature-exprience-wrapper .counter-main-box .content h2 {
        font-size: 40px
    }
}

@media (max-width:991px) {
    .box-item-5 {
        flex-wrap: wrap;
        gap: 15px
    }

    .cta-contact-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .faq-wrapper .faq-left-content .nav {
        flex-wrap: wrap;
        gap: 20px
    }

    .faq-wrapper .faq-left-content .nav li .nav-link {
        border: 1px solid var(--border);
        padding: 15px 40px
    }

    .counter-wrapper {
        padding: 40px
    }

    .commitment-wrapper .commitment-content .commitment-left {
        flex-wrap: initial
    }

    .feature-bg-content {
        padding: 80px 0
    }

    .feature-bg-content .feature-bottom-content h3,
    .feature-bg-content h2 {
        font-size: 50px
    }

    .feature-bg-content .text {
        font-size: 100px;
        margin-right: 0
    }

    .feature-bg-content .feature-bottom-content {
        flex-wrap: wrap;
        margin-top: 30px
    }

    .feature-exprience-wrapper .counter-main-box .content h2,
    .feature-exprience-wrapper .counter-main-box .right-box h2 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .cta-contact-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .feature-exprience-wrapper .counter-main-box .content h2 {
        font-size: 35px
    }
}

@media (max-width:575px) {
    .map-items .googpemap iframe {
        height: 400px
    }

    .faq-wrapper .faq-left-content .nav li .nav-link {
        padding: 15px 35px
    }

    .faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item h2 button {
        font-size: 16px;
        line-height: 1.6;
        padding: 22px 20px
    }

    .faq-wrapper .faq-left-content .faq-box-item .faq-items-4 .accordion .accordion-item .accordion-body p,
    .faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item .accordion-body p {
        width: 100%;
        font-size: 14px;
        line-height: 28px
    }

    .faq-wrapper-3 .faq-content .faq-items-5 .accordion .accordion-item h2 button {
        font-size: 18px;
        line-height: 1.6
    }

    .faq-section-3 .section-title p {
        font-size: 14px
    }

    .counter-wrapper {
        padding: 30px
    }

    .commitment-wrapper .commitment-content .commitment-left,
    .commitment-wrapper .commitment-image-item {
        flex-wrap: wrap
    }

    .feature-bg-content h2 {
        font-size: 24px;
        text-align: left
    }

    .feature-bg-content h2 img {
        margin: 0 10px;
        width: 90px
    }

    .feature-bg-content .text {
        font-size: 55px
    }

    .feature-bg-content .feature-bottom-content {
        justify-content: start;
        margin-left: 0
    }

    .feature-bg-content .feature-bottom-content h3,
    .feature-exprience-wrapper .counter-main-box .content h2 {
        font-size: 30px
    }
}

.feature-exprience-wrapper .counter-main-box .content p {
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 35px;
    font-size: 16px
}

.feature-exprience-wrapper .counter-main-box .right-box {
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px;
    width: 320px
}

@media (max-width:1600px) {
    .feature-exprience-wrapper .counter-main-box .content p {
        font-size: 12px
    }

    .feature-exprience-wrapper .counter-main-box .right-box {
        width: 235px
    }

    .feature-exprience-wrapper .counter-main-box .right-box h2 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .feature-exprience-wrapper .counter-main-box .right-box h2 {
        font-size: 35px
    }
}

@media (max-width:575px) {
    .feature-exprience-wrapper .counter-main-box .right-box h2 {
        font-size: 30px
    }

    .feature-exprience-wrapper .adventure-box-2 .shape {
        display: none
    }
}

.feature-exprience-wrapper .counter-main-box .right-box p,
.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-1 p,
.tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-1 p,
.travel-wrapper .travel-image .right-box p {
    font-size: 14px
}

.feature-exprience-wrapper .counter-main-box .right-box .star-item,
.travel-wrapper .travel-image .right-box .star-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px
}

@media (max-width:1600px) {
    .feature-exprience-wrapper .counter-main-box .right-box p {
        font-size: 11px
    }

    .feature-exprience-wrapper .counter-main-box .right-box .star-item img {
        width: 75px
    }
}

.feature-exprience-wrapper .adventure-box-2 {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(180deg, rgba(81, 79, 79, .09) 0, rgba(205, 205, 205, .08) 100%);
    backdrop-filter: blur(7.5px);
    padding: 30px 40px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
    overflow: hidden
}

.video-section-2,
.video-section-2::before {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px
}

.feature-exprience-wrapper .adventure-box-2 .shape-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.video-section-2 {
    position: relative;
    margin: 0 15px
}

.video-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: conic-gradient(from 191deg at 50% 50%, rgba(21, 21, 21, .3) 0deg, rgba(21, 21, 21, .3) 360deg)
}

.video-content {
    padding: 300px 0;
    text-align: center;
    position: relative
}

@media (max-width:1399px) {
    .feature-exprience-wrapper .left-image {
        height: initial
    }

    .feature-exprience-wrapper .counter-main-box {
        flex-wrap: wrap;
        gap: 30px;
        padding: 10px 10px 10px 20px
    }

    .feature-exprience-wrapper .counter-main-box .content p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .feature-exprience-wrapper .counter-main-box .right-box {
        width: 320px
    }

    .feature-exprience-wrapper .counter-main-box .right-box p {
        font-size: 14px
    }

    .feature-exprience-wrapper .counter-main-box .right-box .star-item img {
        width: initial
    }

    .feature-exprience-wrapper .counter-main-box .right-box .star-item {
        margin-top: 25px
    }

    .feature-exprience-wrapper .adventure-box-2 h3 {
        font-size: 20px
    }

    .video-content {
        padding: 160px 0
    }

    .counter-wrapper-2 .counter-main-item-2 {
        padding-top: 30px;
        margin-top: 30px;
        flex-wrap: wrap;
        gap: 30px
    }
}

.video-content .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    position: relative;
    font-size: 16px;
    border-radius: 100px;
    filter: drop-shadow(10px 4px 60px #0e3c65);
    z-index: 999;
    display: inline-block
}

.video-content .video-btn::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, .4)
}

.choose-us-box {
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    background-color: var(--white);
    height: 100%
}

.choose-us-box .icon,
.travel-box-items-4 .icon {
    font-size: 50px;
    color: var(--theme);
    margin-bottom: 30px
}

.choose-us-box .choose-us-content p,
.counter-wrapper-3 .counter-box.style-2,
.counter-wrapper-4 .counter-box-item-4.style-2,
.destination-section-4,
.section-title p {
    margin-top: 10px
}

.counter-section-2 {
    position: relative;
    border-radius: 0 0 10px 10px;
    margin: 0 15px;
    z-index: 999
}

.counter-section-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: var(--header);
    backdrop-filter: blur(40px);
    z-index: -1
}

.gallery-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.gallery-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transform: scale(1.02);
    transition: 1.5s ease-out
}

.gallery-image .gallery-content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -25px;
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    z-index: 99
}

.gallery-image .gallery-content h4 {
    font-weight: 600
}

.gallery-image:hover .gallery-content {
    opacity: 1;
    visibility: visible;
    bottom: 25px
}

.gallery-section .gallery-slider {
    margin-left: -350px;
    margin-right: -350px;
    margin-top: 48px
}

.gallery-section .gallery-slider-2 {
    margin-left: -100px;
    margin-right: -100px;
    margin-top: 10px
}

.feature-memories-wrapper {
    position: relative;
    padding-bottom: 100px
}

.counter-wrapper-3 .counter-box .top-items::before,
.feature-memories-wrapper::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
    top: initial;
    height: 1px
}

.feature-memories-wrapper .feature-memories-content .text {
    color: rgba(255, 255, 255, .65);
    max-width: 455px;
    margin-top: 40px
}

.feature-memories-wrapper .feature-memories-content .feature-memories-image {
    margin-top: 55px
}

.feature-memories-wrapper .feature-memories-right {
    margin-left: 80px
}

.feature-memories-wrapper .feature-memories-right .text-2 {
    color: rgba(255, 255, 255, .65);
    max-width: 610px;
    margin-bottom: 15px
}

.breadcrumb-wrapper-3.style-2,
.feature-memories-wrapper .feature-memories-right .feature-memories-item,
.footer-bottom .footer-wrapper,
.footer-bottom-3 .footer-wrapper-3,
.header-top-wrapper.style-3,
.top-hotel-item .hotel-content .button-item,
.tour-list-wrapper .tour-list-wrap,
.tour-place-item-2 .tour-place-content .tour-place-bottom,
.tour-places-items-3 .tour-place-content .tour-place-bottom,
.tour-sidebar-wrapper .tour-list-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.feature-memories-wrapper .feature-memories-right .feature-memories-item .feature-item .icon-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px
}

.feature-memories-wrapper .feature-memories-right .feature-memories-item .feature-item .icon-item .icon {
    width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--theme-2);
    color: var(--white);
    font-size: 40px
}

.feature-memories-wrapper .feature-memories-right .feature-memories-item .feature-item p {
    color: rgba(255, 255, 255, .65);
    max-width: 265px
}

.feature-memories-wrapper .feature-memories-right .list-box-item {
    display: flex;
    align-items: center;
    gap: 120px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 20px 20px 40px;
    margin-top: 30px
}

.feature-memories-wrapper .feature-memories-right .list-box-item .list li i {
    margin-right: 10px;
    color: var(--white)
}

.feature-memories-wrapper .feature-memories-right .list-box-item .award-box {
    padding: 30px 40px;
    text-align: center;
    background-color: var(--theme-2);
    border-radius: 10px
}

.feature-memories-wrapper .feature-memories-right .list-box-item .award-box h5 {
    color: var(--white);
    margin-top: 35px
}

.feature-memories-section {
    margin: 0 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.choose-us-box-items-3 {
    transition: .4s ease-in-out;
    margin-top: 30px;
    padding: 30px 49px;
    border-radius: 10px
}

.choose-us-box-items-3 .icon {
    margin-bottom: 25px;
    font-size: 50px;
    color: var(--white)
}

.choose-us-box-items-3 p {
    margin-top: 10px;
    color: rgba(255, 255, 255, .65)
}

.choose-us-box-items-3:hover .icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: var(--header)
}

.choose-us-box-items-3:hover p,
.footer-bottom-3 .footer-wrapper-3 p,
.footer-bottom.style-new .footer-wrapper .text-item p,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .contact-item .content h6 a,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .contact-item .icon,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li a,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li a i,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li a,
.footer-widget-wrapper.style-2 .single-footer-widget .contact-item .content h6 a,
.footer-widget-wrapper.style-2 .single-footer-widget .contact-item .icon,
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a,
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li a i {
    color: var(--text)
}

.header-1 .container-fluid,
.header-top-section .container-fluid,
.why-choose-us-section-3 .container-fluid {
    padding: 0 70px
}

@media (max-width:1899px) {
    .why-choose-us-section-3 .container-fluid {
        padding: 0 50px
    }
}

@media (max-width:1600px) {
    .choose-us-box-items-3 {
        padding: 30px 18px
    }

    .choose-us-box-items-3 p {
        font-size: 14px
    }

    .why-choose-us-section-3 .container-fluid {
        padding: 0 40px
    }
}

@media (max-width:1399px) {

    .gallery-section .gallery-slider,
    .gallery-section .gallery-slider-2 {
        margin-left: 0;
        margin-right: 0
    }

    .feature-memories-wrapper .feature-memories-content .feature-memories-image {
        margin-top: 30px
    }

    .feature-memories-wrapper .feature-memories-right {
        margin-left: 0
    }

    .feature-memories-wrapper .feature-memories-right .feature-memories-item {
        flex-wrap: wrap
    }

    .feature-memories-wrapper .feature-memories-right .list-box-item {
        flex-wrap: wrap;
        gap: 25px;
        padding: 20px
    }

    .choose-us-box-items-3 {
        padding: 30px
    }

    .choose-us-box-items-3 p {
        font-size: 16px
    }

    .why-choose-us-section-3 .container-fluid {
        padding: 0 30px
    }

    .why-choose-us-section-3 .left-shape {
        display: none
    }
}

.destination-section-3 .left-shape,
.why-choose-us-section-3 .left-shape {
    position: absolute;
    top: 50px;
    left: 120px
}

.destination-section-3 .right-shape,
.why-choose-us-section-3 .right-shape {
    position: absolute;
    right: 170px;
    top: 80px
}

.counter-wrapper-3 .counter-box {
    padding: 38px 50px;
    background-color: var(--header);
    border-radius: 10px;
    position: relative
}

.counter-wrapper-3 .counter-box::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme-2);
    transform: scaleX(.7) rotateX(20deg);
    opacity: 0;
    transition: .4s linear;
    z-index: -1;
    border-radius: 10px
}

.counter-wrapper-3 .counter-box .top-items {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-bottom: 45px;
    margin-bottom: 50px;
    position: relative
}

.counter-wrapper-3 .adventer-image .right-box h3,
.counter-wrapper-3 .counter-box .top-items .content h3 {
    font-size: 30px;
    font-weight: 500;
    color: var(--white)
}

@media (max-width:1600px) {
    .counter-wrapper-3 .counter-box {
        padding: 30px
    }

    .counter-wrapper-3 .counter-box .top-items {
        padding-bottom: 45px;
        margin-bottom: 42px;
        gap: 15px
    }

    .counter-wrapper-3 .counter-box .top-items .content h6 {
        font-size: 14px
    }

    .counter-wrapper-3 .adventer-image {
        height: 286px
    }

    .counter-wrapper-3 .adventer-image img {
        object-fit: cover
    }
}

.counter-wrapper-3 .counter-box p {
    color: rgba(255, 255, 255, .65);
    max-width: 365px
}

.benefit-tour-item:hover::before,
.counter-wrapper-3 .counter-box:hover::before,
.counter-wrapper-4 .counter-box-item-4:hover::before,
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover::before {
    transform: scaleX(1) rotateX(0);
    transition: .4s linear;
    opacity: 1;
    z-index: 1
}

.counter-wrapper-3 .counter-box:hover .top-items::before {
    z-index: 999
}

.benefit-tour-item:hover .content p,
.counter-wrapper-3 .counter-box:hover .top-items .content h6,
.counter-wrapper-3 .counter-box:hover p,
.counter-wrapper-4 .counter-box-item-4:hover .content p,
.tour-benefit-wrapper-2 .tour-benefit-item-2:hover .content p {
    position: relative;
    z-index: 9;
    color: var(--white)
}

.counter-wrapper-3 .counter-image {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 580px
}

@media (max-width:1399px) {
    .why-choose-us-section-3 .right-shape {
        display: none
    }

    .counter-wrapper-3 .counter-box .top-items {
        padding-bottom: 30px;
        margin-bottom: 30px;
        gap: 30px
    }

    .counter-wrapper-3 .counter-box .top-items .content h6 {
        font-size: 16px
    }

    .counter-wrapper-3 .counter-image {
        height: 300px
    }

    .counter-wrapper-3 .counter-image img {
        object-fit: cover !important;
        object-fit: initial
    }
}

.counter-wrapper-3 .counter-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transform: scale(1.02);
    transition: 1.5s ease-out;
    object-fit: initial
}

@media (max-width:1399px) {
    .counter-wrapper-3 .adventer-image {
        height: 300px
    }

    .counter-wrapper-3 .adventer-image img {
        object-fit: cover
    }
}

.counter-wrapper-3 .adventer-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(20, 24, 22, .3);
    border-radius: 10px
}

.counter-wrapper-3 .adventer-image .left-content {
    position: absolute;
    bottom: 30px;
    left: 50px
}

.counter-wrapper-3 .adventer-image .left-content h6 {
    font-weight: 500;
    color: var(--white);
    margin-bottom: 5px
}

.counter-wrapper-3 .adventer-image .left-content h2 {
    font-size: 35px;
    color: var(--white)
}

.counter-wrapper-3 .adventer-image .left-content .theme-btn {
    margin-top: 20px;
    border: 1px solid rgba(255, 255, 255, .1);
    background-color: transparent;
    color: var(--white)
}

.counter-wrapper-3 .adventer-image .right-box {
    padding: 30px 40px;
    background-color: var(--theme-2);
    border-top-left-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 10px solid var(--white)
}

@media (max-width:1399px) {
    .counter-wrapper-3 .adventer-image .left-content h2 {
        font-size: 20px
    }

    .counter-wrapper-3 .adventer-image .right-box {
        display: none
    }
}

.counter-wrapper-3 .adventer-image .right-box p,
.hero-1 .hero-content h1 {
    color: var(--white);
    margin-bottom: 20px
}

.countr-section-3 .container-fluid,
.destination-section-3 .container-fluid {
    padding: 0 15px
}

.scrolling-wrap {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    gap: 45px;
    padding: 30px 0;
    border-top: 1px solid rgba(20, 24, 22, .1)
}

.scrolling-wrap .comm {
    display: flex;
    align-items: center;
    animation: 60s linear infinite scroll;
    gap: 70px;
    cursor: pointer
}

.scrolling-wrap .comm .cmn-textslide {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    color: var(--header);
    display: flex;
    align-items: center;
    gap: 45px;
    position: relative;
    padding-left: 20px
}

.scrolling-wrap .comm .cmn-textslide::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--header);
    top: 5px;
    left: 0;
    border-radius: 30px
}

.scrolling-wrap:hover .comm {
    animation-play-state: paused
}

@media (max-width:1399px) {
    .scrolling-wrap .comm {
        gap: 60px;
        gap: 20px
    }
}

.scrolling-wrap.style-2 {
    border-top: none;
    border-bottom: 1px solid rgba(20, 24, 22, .1)
}

.scrolling-wrap.style-2 .comm {
    gap: 70px
}

.scrolling-wrap.style-2 .comm .cmn-textslide {
    font-size: 16px;
    font-weight: 400;
    color: #bcbcbc;
    position: relative;
    padding-left: 0;
    transition: .4s ease-in-out;
    padding-bottom: 3px
}

.scrolling-wrap.style-2 .comm .cmn-textslide:hover {
    color: var(--header);
    text-decoration: underline
}

.gallery-section-3 {
    margin-top: 20px
}

.gallery-section-3 .container-fluid,
.header-1.header-2 .container-fluid {
    padding: 0 20px
}

.gallery-wrapper-3 .main-box {
    display: flex;
    gap: 30px;
    padding: 0
}

.gallery-wrapper-3 .main-box .box-2 .thumb {
    width: 385px;
    height: 570px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: .4s
}

.gallery-wrapper-3 .main-box .box-2 .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px
}

.gallery-wrapper-3 .main-box .box-2 .thumb .project-content {
    position: absolute;
    bottom: -100px;
    left: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    background-color: var(--theme-2);
    padding: 20px 25px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between
}

.gallery-wrapper-3 .main-box .box-2 .thumb .project-content .icon {
    width: 48px;
    height: 48px;
    background: var(--white);
    color: var(--header);
    border-radius: 100px;
    text-align: center;
    line-height: 48px;
    transition: .4s;
    display: inline-block
}

.gallery-wrapper-3 .main-box .box-2 .thumb .project-content .icon i {
    transform: rotate(-45deg);
    transition: .4s
}

.gallery-wrapper-3 .main-box .box-2 .thumb .project-content .icon:hover i {
    transform: rotate(0)
}

.gallery-wrapper-3 .main-box .box-2.active .thumb {
    width: 630px
}

@media (max-width:1600px) {
    .counter-wrapper-3 .adventer-image .left-content {
        left: 20px
    }

    .gallery-wrapper-3 .main-box .box-2 .thumb {
        width: 275px
    }

    .gallery-wrapper-3 .main-box .box-2.active .thumb {
        width: 490px
    }
}

.gallery-wrapper-3 .main-box .box-2.active .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 30px
}

.video-wrapper-4 {
    padding: 300px 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
    border-radius: 10px
}

@media (max-width:1399px) {
    .gallery-wrapper-3 .main-box .box-2 .thumb {
        width: 385px
    }

    .gallery-wrapper-3 .main-box .box-2.active .thumb {
        width: 630px
    }

    .video-wrapper-4 {
        padding: 180px 0
    }
}

.video-wrapper-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    background: rgba(21, 21, 21, .3)
}

.video-wrapper-4 .video-btn {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    fill: linear-gradient(180deg, rgba(96, 96, 96, 0.27) 0%, rgba(26, 26, 26, 0.24) 100%);
    stroke-width: 1px;
    stroke: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    left: 50%;
    color: var(--white);
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 16px;
    border-radius: 100px;
    z-index: 999
}

.counter-wrapper-4 .counter-box-item-4 {
    border-radius: 10px;
    background: var(--header);
    padding: 35px 40px;
    position: relative
}

.counter-wrapper-4 .counter-box-item-4::before,
.tour-benefit-wrapper-2 .tour-benefit-item-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--theme);
    transform: scaleX(.7) rotateX(20deg);
    opacity: 0;
    transition: .4s linear;
    z-index: -1;
    border-radius: 10px
}

.counter-wrapper-4 .counter-box-item-4 .icon {
    margin-bottom: 20px;
    font-size: 60px;
    color: var(--white)
}

.counter-wrapper-4 .counter-box-item-4 .content h2 {
    margin-bottom: 20px;
    color: var(--white)
}

.counter-wrapper-4 .counter-image-4.style-4 {
    height: 562px !important
}

.counter-wrapper-4 .counter-image-4.style-4 img,
.feature-wrapper-4 .feature-right-item .feature-thumb.style-4 img,
.tour-card-item .tour-image.style-2 img,
.tour-card-item .tour-image.style-3 img {
    object-fit: cover
}

@media (max-width:1600px) {
    .counter-wrapper-4 .counter-box-item-4 {
        padding: 30px
    }

    .counter-wrapper-4 .counter-box-item-4 .content p {
        font-size: 14px
    }

    .counter-wrapper-4 .counter-image-4 {
        height: initial
    }

    .counter-wrapper-4 .counter-image-4 img,
    .counter-wrapper-4 .counter-image-4.style-right img {
        object-fit: cover
    }

    .counter-wrapper-4 .counter-image-4.style-right {
        height: 285px !important
    }
}

.counter-section-4 .container-fluid,
.destination-section-4 .container-fluid {
    padding: 0 10px
}

.feature-wrapper-4 .feature-content .text {
    margin-top: 24px;
    max-width: 510px;
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding-bottom: 60px;
    margin-bottom: 30px
}

.feature-wrapper-4 .feature-content .feature-left-item {
    display: flex;
    gap: 50px
}

.feature-wrapper-4 .feature-content .feature-left-item .feature-items .icon {
    font-size: 50px;
    color: var(--theme);
    margin-bottom: 20px
}

.feature-wrapper-4 .feature-content .feature-left-item .feature-items p {
    max-width: 218px;
    margin-bottom: 50px;
    margin-top: 5px
}

.feature-wrapper-4 .feature-right-item {
    display: flex;
    gap: 14px
}

.activities-item-2 .activities-image,
.activities-wrapper .activities-card-item .activities-image,
.destination-escap-item .destination-escap-image,
.feature-wrapper-4 .feature-right-item .feature-thumb {
    border-radius: 10px;
    overflow: hidden;
    position: relative
}

.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box {
    background-color: var(--theme);
    padding: 30px;
    border-radius: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    transition: .4s ease-in-out;
    z-index: 9
}

.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item,
.hero-3 .hero-image .hero-box .top-item {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 48px
}

.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .top-item .cont h2,
.hero-3 .hero-image .hero-box .top-item .cont h2 {
    font-size: 35px;
    font-weight: 600;
    color: var(--white)
}

.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .bottom-item,
.hero-3 .hero-image .hero-box .bottom-item {
    display: flex;
    align-items: center;
    gap: 35px
}

.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .bottom-item .box,
.hero-3 .hero-image .hero-box .bottom-item .box {
    border-radius: 10px;
    border: 2px solid var(--white);
    padding: 16px
}

.common-table .cart-item-thumb img,
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-thumb img,
.news-details-post .news-details-content .related-post-item .recent-item .recent-thumb img,
.testimonial-box-wrapper .testimonial-card-item-3 .thumb img,
.video-section-4 {
    border-radius: 10px
}

.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .bottom-item .box h2,
.hero-3 .hero-image .hero-box .bottom-item .box h2 {
    font-size: 40px;
    color: var(--white)
}

.feature-wrapper-4 .feature-right-item .feature-thumb .hero-box .bottom-item .right-content .star,
.hero-3 .hero-image .hero-box .bottom-item .right-content .star {
    margin-top: 10px;
    color: var(--white)
}

.feature-wrapper-4 .feature-right-item .feature-thumb.style-4 {
    height: 470px;
    margin-right: -285px
}

.video-section-4 {
    position: relative;
    z-index: 9;
    margin: 0 10px
}

.video-section-4::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--header);
    z-index: -1;
    top: 250px;
    border-radius: 10px
}

.video-section-4 .shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.video-section-4 .brand-wrapper-4 h6 {
    text-align: center;
    margin-bottom: 50px;
    color: var(--white)
}

.tour-places-section-3 .nav li .nav-link.active img,
.video-section-4 .brand-wrapper-4 .swiper-slide.swiper-slide-active .brand-image img {
    filter: brightness(0) invert(1)
}

.common-table {
    min-width: -moz-max-content;
    min-width: max-content;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box
}

.common-table .cart-item-thumb {
    width: 86px
}

.common-table .cart-item-thumb .head {
    color: var(--header);
    font-size: 20px;
    text-transform: capitalize;
    font-family: "Inter Tight", sans-serif;
    font-weight: 600
}

.common-table .price-usd {
    font-size: 16px;
    font-weight: 500;
    color: var(--text)
}

.common-table tr {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.common-table tbody tr,
.common-table thead tr {
    width: 109%;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid var(--text)
}

.common-table tbody tr td,
.common-table tbody tr th,
.common-table thead tr td,
.common-table thead tr th {
    width: 100%;
    box-sizing: border-box
}

.common-table thead tr {
    color: var(--header);
    border-bottom: unset;
    border-bottom: 1px solid var(--text);
    padding-bottom: 10px;
    margin-bottom: 20px
}

.common-table thead tr th {
    background: unset;
    color: unset;
    border: unset;
    font-size: 16px;
    padding-bottom: 16px
}

.common-table tbody tr td {
    background: 0 0;
    color: unset;
    box-sizing: border-box;
    border-bottom: unset
}

.common-table tbody tr td .theme-btn {
    padding: 15px 35px;
    margin-right: 10px
}

.quantity {
    border: 1px solid rgba(255, 255, 255, .2) !important
}

.quantity button i {
    font-size: 16px;
    color: var(--text)
}

.quantity .quantityValue {
    width: 40px;
    text-align: center;
    padding: 0;
    color: var(--text);
    border: unset;
    background-color: var(--bg)
}

.footer-section-3::after,
.footer-section-3::before {
    position: absolute;
    background: rgba(20, 24, 22, .1);
    content: ""
}

.cart-list-area .coupon-items input {
    background: var(--bg);
    border: none;
    padding: 19px 30px;
    color: var(--text);
    line-height: 1
}

.footer-widget-wrapper {
    padding: 70px 0 100px;
    position: relative;
    z-index: 99
}

.footer-widget-wrapper .single-footer-widget .list-area li,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li,
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li {
    transition: .4s ease-in-out
}

.footer-widget-wrapper .single-footer-widget .list-area li a i {
    margin-right: 5px;
    color: var(--theme);
    font-size: 16px
}

.footer-widget-wrapper .single-footer-widget .list-area li:hover,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li:hover,
.footer-widget-wrapper-3 .footer-right-content .fotter-btn i,
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:hover,
.news-details-post .news-details-content .comment-area .comment-item .content .read-more i {
    margin-left: 5px
}

.footer-widget-wrapper .single-footer-widget .contact-item,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .contact-item,
.footer-widget-wrapper.style-2 .single-footer-widget .contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px
}

.footer-widget-wrapper .single-footer-widget .contact-item .content h6 {
    color: var(--theme);
    line-height: 162%;
    font-weight: 400
}

.footer-widget-wrapper .single-footer-widget .newsletter-content p {
    color: var(--theme);
    margin-bottom: 30px;
    font-size: 14px
}

.footer-widget-wrapper .single-footer-widget .newsletter-content form {
    max-width: 360px;
    width: 100%
}

.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt input {
    width: 100%;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    background: var(--theme);
    color: var(--white);
    line-height: 1;
    padding: 20px;
    max-width: 360px
}

.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt input::placeholder {
    color: var(--white)
}

.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt .theme-btn {
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    color: var(--header);
    background-color: var(--white);
    border-radius: 10px;
    padding: 14.5px 30px;
    line-height: 18px
}

.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt .theme-btn::after {
    border-radius: 10px;
    background-color: var(--theme)
}

.footer-bottom.style-new .footer-wrapper .text-item .icon:hover i,
.footer-widget-wrapper .single-footer-widget .newsletter-content form .form-clt .theme-btn:hover,
.header-top-wrapper .header-right .header-list li a,
.header-top-wrapper.style-3 .header-list li a,
.header-top-wrapper.style-3 .header-right .social-icon a:hover {
    color: var(--white)
}

.footer-widget-wrapper .single-footer-widget .footer-content p {
    color: rgba(255, 255, 255, .65);
    max-width: 330px;
    margin-bottom: 30px;
    font-size: 14px
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon,
.footer-widget-wrapper-4 .photo-gallery .gallery-item,
.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-icon,
.tour-list-wrapper .tour-list-box-items .tour-content ul li,
.tour-sidebar-wrapper .tour-list-box-items .tour-content ul li {
    display: flex;
    align-items: center;
    gap: 10px
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a {
    border-radius: 100px;
    background: rgba(255, 255, 255, .05);
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: rgba(255, 255, 255, .65);
    border: 1px solid rgba(255, 255, 255, .1);
    display: inline-block
}

.footer-widget-wrapper .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme)
}

.footer-bottom-3 .footer-wrapper-3 p span,
.footer-bottom.style-new .footer-wrapper .text-item p span,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li:hover a,
.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li:hover a i,
.footer-widget-wrapper-3 .footer-right-content .area-list a:hover,
.footer-widget-wrapper-3 .footer-right-content .area-list a:hover i,
.footer-widget-wrapper-3 .footer-right-content .fotter-btn:hover,
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:hover a,
.footer-widget-wrapper.style-2 .single-footer-widget .list-area li:hover a i,
.header-main.style-3 .main-menu ul li .submenu li.has-dropdown>a::after,
.header-main.style-3 .main-menu ul li .submenu li:hover>a::after,
.header-main.style-3 .main-menu ul li:hover>a,
.header-main.style-3 .main-menu ul li:hover>a::after,
.header-top-wrapper.style-3 .header-right .flag-wrap i,
.news-wrapper-3 .news-white-bg .link-btn:hover,
.section-title h2 b.color,
.section-title p span.color-4,
.tour-places-items-3 .tour-place-content .tour-list li.style-2 i {
    color: var(--theme-2)
}

.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .contact-item .content h6,
.footer-widget-wrapper.style-2 .single-footer-widget .contact-item .content h6 {
    color: var(--text);
    line-height: 162%;
    font-weight: 400
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content p {
    color: var(--text);
    max-width: 330px;
    margin-bottom: 30px;
    font-size: 14px
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-icon a {
    border-radius: 100px;
    background: 0 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: var(--text);
    border: 1px solid rgba(20, 24, 22, .1);
    display: inline-block
}

.footer-widget-wrapper.style-2 .single-footer-widget .footer-content .social-icon a:hover {
    background-color: var(--theme-2);
    color: var(--white);
    border: 1px solid var(--theme-2)
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 230px
}

.footer-bottom.style-1 {
    margin-bottom: 110px
}

.footer-bottom .footer-wrapper h2 {
    font-size: 80px;
    font-weight: 700;
    color: var(--theme);
    text-transform: uppercase;
    line-height: 70%
}

@media (max-width:1399px) {

    .counter-wrapper-4 .counter-box-item-4 .icon,
    .footer-bottom.style-1,
    .video-section-4 .brand-wrapper-4 h6 {
        margin-bottom: 30px
    }

    .counter-wrapper-4 .counter-box-item-4 .content p {
        font-size: 16px
    }

    .counter-wrapper-4 .counter-image-4.style-4,
    .counter-wrapper-4 .counter-image-4.style-right {
        height: initial !important
    }

    .counter-wrapper-4 .counter-image-4.style-4 img,
    .counter-wrapper-4 .counter-image-4.style-right img,
    .feature-wrapper-4 .feature-right-item .feature-thumb.style-4 img {
        object-fit: initial
    }

    .feature-wrapper-4 .feature-content .text {
        padding-bottom: 30px
    }

    .feature-wrapper-4 .feature-content .feature-left-item {
        gap: 30px
    }

    .feature-wrapper-4 .feature-content .feature-left-item .feature-items p {
        margin-bottom: 30px;
        font-size: 15px
    }

    .feature-wrapper-4 .feature-right-item .feature-thumb .hero-box {
        display: none
    }

    .feature-wrapper-4 .feature-right-item .feature-thumb.style-4 {
        margin-right: 0;
        height: initial
    }

    .common-table .cart-item-thumb {
        flex-wrap: wrap
    }

    .common-table tbody tr,
    .common-table thead tr {
        width: 108%
    }

    .footer-bottom {
        margin-bottom: 110px
    }

    .footer-bottom .footer-wrapper {
        flex-wrap: wrap;
        gap: 30px
    }

    .footer-bottom .footer-wrapper h2 {
        font-size: 70px
    }

    .footer-bottom .footer-wrapper .text-item {
        flex-wrap: wrap;
        gap: 15px
    }
}

.footer-bottom .footer-wrapper .text-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--theme);
    border-radius: 100px;
    filter: drop-shadow(10px 4px 60px rgba(251, 91, 50, .5));
    transition: .4s ease-in-out
}

.footer-bottom.style-new .footer-wrapper .text-item .icon:hover,
.header-top-section,
.hero-4 .from-box .box-item-2 .form-clt .theme-btn::after,
.tour-places-section-3 .array-buttons .array-next:hover {
    background-color: var(--header)
}

.footer-bottom .footer-wrapper .text-item .icon i,
.footer-bottom.style-new .footer-wrapper .text-item .icon i {
    color: var(--white);
    transition: .4s ease-in-out
}

.footer-bottom.style-new {
    border-top: 1px solid rgba(20, 24, 22, .1);
    border-bottom: 1px solid rgba(20, 24, 22, .1)
}

.footer-bottom.style-new .footer-wrapper .text-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--theme-2);
    border-radius: 100px;
    filter: drop-shadow(10px 4px 60px #63AB45);
    transition: .4s ease-in-out
}

.footer-widget-wrapper-3,
.footer-widget-wrapper-4,
.section-padding {
    padding: 50px 0
}

.footer-widget-wrapper-3 .footer-left-item .footer-item {
    display: flex;
    gap: 140px;
    padding-bottom: 70px;
    margin-bottom: 70px
}

@media (max-width:1399px) {
    .footer-bottom.style-new .footer-wrapper .text-item {
        flex-wrap: wrap;
        gap: 15px
    }

    .footer-widget-wrapper-3 .footer-left-item .footer-item {
        gap: 34px;
        padding-bottom: 0;
        margin-bottom: 50px
    }
}

.footer-widget-wrapper-3 .footer-left-item .footer-item .footer-content p {
    max-width: 271px;
    margin-bottom: 25px
}

.footer-widget-wrapper-3 .footer-left-item .footer-item .footer-content .theme-btn {
    padding: 13px 30px
}

.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget.style-3 {
    margin-left: 45px
}

.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .list-area li:not(:last-child),
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item:not(:last-child),
.tour-details-wrappers .tour-details-content .tour-left-content .list-2 li:not(:last-child),
.tour-details-wrappers .tour-details-content .tour-left-content .list-item .list li:not(:last-child) {
    margin-bottom: 15px
}

.footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget .social-list li a i {
    color: var(--text);
    margin-right: 10px
}

.footer-widget-wrapper-3 .footer-right-content {
    margin-left: 75px
}

.footer-widget-wrapper-3 .footer-right-content .area-list a {
    color: var(--text);
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 25px
}

@media (max-width:1399px) {
    .footer-widget-wrapper-3 .footer-right-content {
        margin-left: 0
    }

    .footer-widget-wrapper-3 .footer-right-content .area-list a {
        margin-right: 20px
    }

    .footer-widget-wrapper-3 .footer-right-content .map-items {
        margin-top: 30px
    }
}

.footer-widget-wrapper-3 .footer-right-content .area-list a:last-child {
    margin-right: 0;
    margin-bottom: 0
}

.footer-widget-wrapper-3 .footer-right-content .area-list a i {
    color: var(--text);
    margin-right: 3px
}

.footer-widget-wrapper-3 .footer-right-content .fotter-btn {
    color: var(--header);
    font-size: 14px;
    text-decoration-line: underline;
    display: inline-block
}

.footer-widget-wrapper-3 .footer-right-content .map-items .googpemap iframe {
    width: 100%;
    height: 270px;
    border-radius: 10px
}

.footer-section-3::before {
    width: 960px;
    height: 1px;
    left: 0;
    top: 44%
}

.footer-section-3::after {
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    height: 90%
}

.header-1.header-2,
.header-1.header-4 {
    background-color: transparent;
    position: absolute
}

.footer-section-3 .text {
    font-weight: 600;
    font-size: 254px;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(20, 24, 22, 0.1);
    text-transform: uppercase;
    line-height: normal;
    letter-spacing: -4.9px;
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: -1
}

.footer-section-3 .shape-1 {
    position: absolute;
    left: 20px;
    top: 80px
}

.footer-section-3 .shape-2 {
    position: absolute;
    right: 20px;
    top: 80px
}

.footer-section-3 .shape-3 {
    position: absolute;
    left: 0;
    bottom: 0
}

.footer-section-3 .shape-4 {
    position: absolute;
    right: 0;
    bottom: 0
}

.footer-bottom-3 {
    padding: 30px 0;
    border-top: 1px solid rgba(20, 24, 22, .1)
}

@media (max-width:1399px) {

    .footer-section-3 .text,
    .footer-section-3::after,
    .footer-section-3::before {
        display: none
    }

    .footer-bottom-3 .footer-wrapper-3 {
        flex-wrap: wrap;
        gap: 25px
    }

    .footer-widget-wrapper-4 {
        padding: 80px 0
    }
}

.footer-bottom-3 .footer-wrapper-3 p span.style-4,
.header-1.header-4 .header-main .main-menu ul li .submenu li a:hover,
.header-1.header-4 .header-main .main-menu ul li .submenu li:hover>a,
.header-main .main-menu ul li .submenu li a:hover,
.header-main .main-menu ul li a:hover {
    color: var(--theme) !important
}

.footer-widget-wrapper-4 .footer-left-content {
    margin-right: 60px
}

.footer-widget-wrapper-4 .footer-left-content .footer-item {
    display: flex;
    gap: 194px;
    border-bottom: 1px solid rgba(20, 24, 22, .1);
    padding-bottom: 60px;
    margin-bottom: 60px
}

.footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
    font-size: 46px
}

@media (max-width:1399px) {
    .footer-widget-wrapper-4 .footer-left-content {
        margin-right: 0
    }

    .footer-widget-wrapper-4 .footer-left-content .footer-item {
        flex-wrap: wrap;
        gap: 30px;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
        font-size: 44px
    }
}

@media (max-width:1199px) {

    h3,
    h4 {
        font-size: 20px
    }

    .contact-from-section .container-fluid {
        padding: 0 30px
    }

    .contact-content-2 form {
        margin: 0 auto
    }

    .gallery-wrapper-3 .main-box {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px
    }

    .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
        font-size: 40px
    }

    .header-top-section .container-fluid {
        display: none
    }
}

@media (max-width:991px) {
    .video-content {
        padding: 120px 0
    }

    .counter-wrapper-3 .adventer-image,
    .counter-wrapper-3 .counter-image {
        height: initial
    }

    .counter-wrapper-3 .adventer-image img {
        object-fit: initial
    }

    .counter-wrapper-3 .adventer-image .right-box {
        display: block
    }

    .scrolling-wrap,
    .scrolling-wrap .comm {
        gap: 14px
    }

    .video-wrapper-4 {
        padding: 150px 0
    }

    .video-wrapper-4 .video-btn {
        width: 100px;
        height: 100px;
        line-height: 100px
    }

    .feature-wrapper-4 .feature-content .feature-left-item {
        flex-wrap: wrap;
        gap: 30px
    }

    .feature-wrapper-4 .feature-right-item .feature-thumb.style-4 {
        flex-wrap: wrap
    }

    .video-section-4 .brand-wrapper-4 {
        margin-top: 80px
    }

    .cart-list-area .table-responsive .table {
        width: 900px
    }

    .footer-widget-wrapper {
        padding: 50px 0 80px
    }

    .footer-bottom .footer-wrapper h2 {
        font-size: 50px
    }

    .footer-widget-wrapper-3 {
        padding: 80px 0
    }

    .footer-widget-wrapper-3 .footer-left-item .footer-item {
        flex-wrap: wrap;
        gap: 100px;
        padding-bottom: 0;
        margin-bottom: 30px
    }

    .footer-widget-wrapper-3 .footer-right-content .area-list a {
        margin-right: 25px
    }

    .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
        font-size: 35px
    }
}

@media (max-width:767px) {
    .gallery-section-3 {
        margin: 0 15px
    }

    .gallery-wrapper-3 .main-box .box-2 .thumb {
        height: 430px
    }

    .gallery-wrapper-3 .main-box .box-2 .thumb .project-content {
        display: initial;
        left: 160px;
        right: initial
    }

    .gallery-wrapper-3 .main-box .box-2 .thumb .project-content .icon {
        margin-top: 20px
    }

    .cart-list-area .table-responsive {
        overflow-x: scroll
    }

    .footer-widget-wrapper-3 .footer-left-item .footer-item {
        gap: 30px
    }

    .footer-widget-wrapper-3 .footer-left-item .footer-item .single-footer-widget.style-3 {
        margin-left: 0
    }

    .footer-bottom-3 .footer-wrapper-3 {
        justify-content: center
    }

    .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
        font-size: 35px
    }
}

@media (max-width:575px) {
    .video-content {
        padding: 80px 0
    }

    .why-choose-us-section-3 .container-fluid {
        padding: 0 15px
    }

    .counter-wrapper-3 .adventer-image .right-box,
    .counter-wrapper-3 .adventer-image::before {
        display: none
    }

    .counter-wrapper-3 .adventer-image .left-content {
        position: static;
        margin-top: 20px
    }

    .counter-wrapper-3 .adventer-image .left-content h2,
    .counter-wrapper-3 .adventer-image .left-content h6 {
        color: var(--header)
    }

    .counter-wrapper-3 .adventer-image .left-content .theme-btn {
        color: var(--header);
        border: 1px solid var(--header)
    }

    .scrolling-wrap .comm .cmn-textslide {
        font-size: 16px
    }

    .scrolling-wrap .comm {
        gap: 12px
    }

    .footer-bottom .footer-wrapper h2 {
        font-size: 20px
    }

    .footer-bottom-3 .footer-wrapper-3 .left-list {
        gap: 15px
    }

    .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2 {
        font-size: 30px
    }

    .footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb {
        width: 100px
    }
}

.footer-widget-wrapper-4 .footer-left-content .footer-item .content .theme-btn,
.header-1 .header-main .header-right .header-button .theme-btn {
    padding: 14px 35px
}

.footer-widget-wrapper-4 .footer-left-content .footer-icon-item {
    display: flex;
    align-items: center;
    gap: 50px
}

.footer-widget-wrapper-4 .footer-left-content .footer-icon-item .icon-item,
.tour-list-wrapper .tour-list-wrap .list-wrap .nav,
.tour-sidebar-wrapper .tour-list-wrap .list-wrap .nav {
    display: flex;
    align-items: center;
    gap: 15px
}

.footer-widget-wrapper-4 .footer-left-content .footer-icon-item .icon-item .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white)
}

.footer-widget-wrapper-4 .footer-left-content .footer-icon-item .icon-item .cont h6 {
    color: #696969;
    font-weight: 400
}

.footer-widget-wrapper-4 .footer-left-content .footer-icon-item .icon-item .cont h6 a {
    color: #696969
}

.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb {
    position: relative;
    overflow: hidden
}

.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    transition: .3s;
    opacity: 0;
    width: 100%;
    height: 100%
}

.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb .icon::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(251, 91, 50, .5);
    transition: .4s;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px
}

.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb .icon i {
    color: var(--white);
    font-size: 22px;
    z-index: 99;
    position: relative;
    margin-top: 30px
}

.cursor-inner.cursor-big span,
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb:hover .icon,
.footer-widget-wrapper-4 .photo-gallery .gallery-item .thumb:hover .icon::after,
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:checked::before,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:checked::before {
    opacity: 1
}

.header-top-section {
    position: relative;
    z-index: 999
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 10px 0
}

.header-top-wrapper p {
    color: #b4b4b4;
    font-size: 16px;
    font-weight: 400
}

.header-top-wrapper p span {
    color: var(--theme);
    font-weight: 600;
    border-bottom: 1px solid var(--theme)
}

.header-top-wrapper p b {
    color: var(--white);
    font-weight: 600;
    border-bottom: 1px solid var(--white)
}

.header-top-wrapper .header-right {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: end
}

.header-top-wrapper .header-right .flag-wrap {
    display: flex;
    align-items: center
}

.header-top-wrapper .header-right .flag-wrap .nice-select {
    background: 0 0;
    border: none;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 999
}

.header-top-wrapper .header-right .flag-wrap .nice-select span {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--white)
}

.header-top-wrapper .header-right .flag-wrap .nice-select::after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    height: 7px;
    margin-top: -3px;
    width: 7px;
    right: -6px
}

.header-top-wrapper .header-right .header-list {
    display: flex;
    align-items: center;
    gap: 60px
}

.header-top-wrapper .header-right .header-list li,
.header-top-wrapper.style-3 .header-list li {
    font-size: 14px;
    font-weight: 400
}

.header-top-wrapper .header-right .header-list li i,
.tour-place-item-2 .tour-place-content .tour-place-bottom .rating h6 i,
.tour-places-items-3 .tour-place-content .tour-place-bottom .rating h6 i {
    color: var(--theme);
    margin-right: 5px
}

.header-top-wrapper.style-3 .header-list li.color-3 {
    position: relative;
    padding-left: 30px
}

.header-top-wrapper.style-3 .header-list li.color-3::before {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 30px;
    top: 8px;
    left: 0
}

.header-top-wrapper.style-3 .header-list li i {
    color: var(--theme-2);
    margin-right: 5px
}

.header-top-wrapper.style-3 p {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    color: #b4b4b4
}

.header-top-wrapper.style-3 p span,
.news-wrapper-3 .news-image-items-3 .news-image .box h6 {
    color: var(--white);
    font-weight: 600
}

.header-top-wrapper.style-3 .header-right .social-icon {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative
}

.header-top-wrapper.style-3 .header-right .social-icon::before {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 30px;
    top: 8px;
    left: -30px
}

.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0
}

.header-main .main-menu ul,
.section-title-area .section-title,
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-body p:last-child {
    margin-bottom: 0
}

.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 35px
}

.header-main .main-menu ul li:last-child {
    margin-inline-end: 0
}

.header-main .main-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--theme);
    padding: 20px 0;
    text-align: left;
    position: relative;
    text-transform: capitalize;
    transition: .4s ease-in-out
}

.header-main .main-menu ul li a i {
    margin-left: 4px;
    font-size: 12px
}

.header-main .main-menu ul li .submenu {
    position: absolute;
    top: 115%;
    inset-inline-start: 0;
    min-width: 240px;
    background: var(--white);
    padding: 20px 0;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transform-origin: top center;
    color: var(--header);
    transform: translateY(-10px);
    transition: .4s ease-in-out;
    border-top: 6px solid var(--theme);
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0
}

.header-main .main-menu ul li .submenu li {
    display: block;
    width: 100%;
    margin: 0
}

.header-main .main-menu ul li .submenu li a {
    position: relative;
    z-index: 11;
    font-size: 16px;
    font-weight: 500;
    color: var(--header);
    line-height: 38px;
    padding: 0 0 0 32px;
    width: 100%;
    text-transform: capitalize
}

.header-main .main-menu ul li .submenu li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--theme);
    left: 14px;
    bottom: 18px;
    transition: .4s ease-in-out
}

.header-main .main-menu ul li .submenu li:last-child a,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select .option,
.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select .option,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select .option,
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select .option {
    border: none
}

.header-main .main-menu ul li .submenu li .submenu {
    inset-inline-start: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0
}

.header-main .main-menu ul li .submenu li:hover>a {
    color: var(--theme) !important;
    margin-left: 10px
}

.header-main .main-menu ul li .submenu li:hover>a::before {
    width: 10px
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
    -webkit-transform: translateY(1);
    -moz-transform: translateY(1);
    -ms-transform: translateY(1);
    -o-transform: translateY(1);
    transform: translateY(1);
    visibility: visible;
    opacity: 1
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
    position: absolute;
    top: 50%;
    inset-inline-end: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme)
}

.header-main .main-menu ul li .has-homemenu {
    width: 1100px;
    padding: 30px 30px 10px;
    opacity: 0;
    left: -250px;
    visibility: hidden
}

.header-main .main-menu ul li .has-homemenu.style-two {
    left: -520px
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    gap: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    margin-top: 20px
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
    padding: 14px 20px;
    color: var(--white) !important;
    width: initial;
    font-size: 16px;
    text-align: center;
    border-radius: 8px !important;
    line-height: initial
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover,
.tour-places-items-3 .tour-place-content .tour-place-bottom .theme-btn::after {
    background: var(--header)
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
    background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0, #252527 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    content: ""
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
    visibility: visible;
    opacity: 1
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    bottom: 50%;
    transform: translateY(50%)
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
    text-align: center;
    margin: 15px auto;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif
}

.header-main .main-menu ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.header-1.header-4 .header-main .header-right,
.header-main .header-right {
    gap: 40px
}

.header-main .header-right .search-widget form {
    width: 100%;
    position: relative;
    max-width: 300px
}

.header-main .header-right .search-widget form input {
    background: 0 0;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    width: 100%;
    border: none;
    max-width: 300px;
    color: #aaa8a8;
    border-bottom: 1px solid rgba(21, 21, 21, .1)
}

.header-main .header-right .search-widget form button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: var(--header);
    font-size: 14px
}

.header-main.style-3 {
    position: relative;
    z-index: 9999
}

.header-main.style-3 .main-menu ul li .submenu li a:hover,
.header-main.style-3 .main-menu ul li .submenu li:hover>a,
.header-main.style-3 .main-menu ul li a:hover {
    color: var(--theme-2) !important
}

.header-main.style-3 .main-menu ul li .submenu {
    border-top: 6px solid var(--theme-2)
}

.header-main.style-3 .main-menu ul li .submenu li a::before {
    background: var(--theme-2)
}

.header-1 {
    background-color: var(--white);
    position: relative;
    z-index: 9999
}

@media (max-width:1600px) {
    .footer-section-3::before {
        width: 722px
    }

    .footer-section-3 .text {
        font-size: 187px;
        bottom: 43px
    }

    .footer-section-3 .shape-1,
    .footer-section-3 .shape-2,
    .footer-section-3 .shape-3,
    .footer-section-3 .shape-4 {
        display: none
    }

    .header-1 .container-fluid,
    .header-top-section .container-fluid {
        padding: 0 50px
    }

    .header-main .header-right {
        gap: 15px
    }
}

.header-1 .header-left,
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box {
    display: flex;
    align-items: center;
    gap: 120px
}

.header-1.header-2 {
    top: 10px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 9999
}

.header-1.header-2 .header-main {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(180deg, rgba(11, 11, 11, .24) 0, rgba(50, 50, 50, .21) 100%);
    backdrop-filter: blur(40px);
    padding: 10px 30px
}

.header-1.header-2 .header-main .header-right {
    display: flex;
    align-items: center;
    gap: 40px
}

.header-1.header-2 .header-main .header-right .main-menu ul li a,
.header-1.header-2 .header-main .header-right .search-toggler,
.header-1.header-4 .header-main .header-right .sidebar__toggle,
.header-1.header-4 .header-main .main-menu ul li a {
    color: var(--white)
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .theme-btn:hover,
.header-1.header-2 .header-main .header-right .main-menu ul li .submenu li a,
.hero-2 .from-box .box-item-2 .form-clt .theme-btn:hover,
.main-sideber .single-sideber-widget ul li a,
.sticky-header.header-1 .header-main .header-right .search-icon,
.sticky-header.header-1 .header-main .main-menu ul li .submenu li a,
.sticky-header.header-1 .header-main .sidebar__toggle,
.sticky-header.header-2 .header-main .header-right .main-menu ul li a,
.sticky-header.header-2 .header-main .header-right .search-toggler,
.sticky-header.header-2 .header-main .header-right .sidebar__toggle,
.sticky-header.header-4 .header-main .header-right .search-widget form button,
.sticky-header.header-4 .header-main .header-right .sidebar__toggle {
    color: var(--header)
}

.header-1.header-2 .header-main .header-right .sidebar__toggle {
    color: var(--white);
    z-index: 999;
    position: relative;
    font-size: 20px;
    cursor: pointer
}

.header-1.header-4 {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 9999
}

.header-1.header-4 .header-main .main-menu ul li .submenu {
    border-top: 6px solid var(--theme)
}

.header-1.header-4 .header-main .main-menu ul li .submenu li a,
.sticky-header.header-1 .header-main .main-menu ul li a:hover {
    color: var(--header) !important
}

.header-1.header-4 .header-main .main-menu ul li .submenu li a::before,
.swiper-dot.style-2 .swiper-pagination-bullet,
.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.tour-place-item-2 .tour-place-content .tour-place-bottom .theme-btn::after,
.ui-widget-header {
    background: var(--theme)
}

@media (max-width:1600px) {
    .header-1 .header-left {
        gap: 30px
    }

    .header-1.header-4 .header-main .header-right {
        gap: 15px
    }
}

.header-1.header-4 .header-main .header-right .search-widget form {
    width: 100%;
    position: relative;
    max-width: 170px
}

.header-1.header-4 .header-main .header-right .search-widget form input {
    background: 0 0;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 20px;
    width: 100%;
    border: none;
    max-width: 170px;
    color: #aaa8a8;
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.header-1.header-4 .header-main .header-right .search-widget form button {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: var(--white);
    font-size: 14px
}

.sticky-header {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: .9s;
    background-color: var(--white);
    -webkit-animation: .5s ease-in-out fadeInDown;
    animation: .5s ease-in-out fadeInDown;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.sticky-header.header-1 .header-main .header-left .logo .header-logo-3,
.sticky-header.header-4 .header-main .header-left .logo .header-logo-2 {
    display: block
}

.sticky-header.header-1 .header-main .main-menu {
    padding-left: initial;
    padding-right: initial
}

.sticky-header.header-2 {
    top: 0;
    background-color: var(--white)
}

.sticky-header.header-2 .header-main {
    padding: 10px 0;
    border: none;
    background: 0 0;
    backdrop-filter: initial
}

.sticky-header.header-2 .header-main .header-left .header-logo-2 {
    display: block !important
}

.sticky-header.header-4 .header-main .header-right .search-widget form input {
    color: #aaa8a8;
    border-bottom: 1px solid rgba(21, 21, 21, .1)
}

.offcanvas__info {
    background: var(--white) none repeat scroll 0 0;
    border-left: 2px solid var(--theme);
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    -webkit-transition: transform .45s ease-in-out, opacity .45s ease-in-out;
    -moz-transition: transform .45s ease-in-out, opacity .45s ease-in-out;
    transition: transform .45s ease-in-out, opacity .45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none
}

.fix,
.hero-1 .hero-bg,
.hero-section-1,
.ui-spinner {
    overflow: hidden
}

.offcanvas__info::-webkit-scrollbar {
    display: none
}

.offcanvas__info.style-left {
    border-left: 2px solid var(--theme-2)
}

.offcanvas__info.info-open {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.offcanvas__wrapper {
    position: relative;
    height: 100%;
    padding: 30px
}

.breadcrumb-wrapper .page-heading.style-2 .breadcrumb-items li a,
.news-details-post .list li a,
.news-wrapper-3 .news-white-bg .link-btn,
.offcanvas__wrapper .offcanvas__content .text,
.team-details-wrapper .team-details-content .details-info span,
.testimonial-wrapper .testimonial-content.style-2 .content span,
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2 .content p,
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box p,
.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star i.color-2,
.tour-place-item .tour-place-content.style-2 .rating-item h5 span {
    color: var(--text)
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    position: relative;
    z-index: 9;
    cursor: pointer
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close.style-3 {
    background-color: var(--theme-2)
}

.destination-details-wrapper .best-tourist-box .top-content .theme-btn:hover,
.destination-item-2 .destination-image .destination-content p,
.destination-one-wrapper .destination-image-item .destination-image .destination-content p,
.destination-radius-item.style-2 .destination-content h5 a,
.hero-3 .hero-image .hero-box .top-item .cont p,
.hero-4 .from-box .box-item-2 .form-clt .theme-btn:hover,
.hero-4 .hero-content h1,
.main-sideber .tour-bg-image .tour-bg-content span,
.news-wrapper-3 .news-left-content .news-black-bg .link-btn,
.offcanvas__wrapper .offcanvas__content .offcanvas__close i,
.team-single-item:hover .team-content h3 a,
.team-single-item:hover .team-content p,
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2:hover .content h5 a,
.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2:hover .content p,
.tour-card-item .tour-image .tour-content p,
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content span,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .small-button .theme-btn:hover,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content span {
    color: var(--white)
}

.breadcrumb-wrapper .page-heading.style-2 h1,
.news-wrapper-3 .news-image-items-3.style-2,
.news-wrapper-3 .news-white-bg.style-3,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact,
.tour-place-item.style-2 .tour-place-content .tour-list {
    margin-top: 20px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
    margin-top: 30px;
    gap: 10px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    display: block;
    background: 0 0;
    color: var(--text);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-align: center;
    border: 1px solid rgba(21, 20, 21, .14);
    border-radius: 5px
}

.destination-escap-section .section-title-area .array-buttons .array-prev:hover,
.news-details-post .news-details-content .tag-share-wrap .tagcloud a:hover,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile .plus-btn:hover,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile ul li a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme)
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact h3 {
    font-size: 28px;
    margin-bottom: 15px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .form-clt input,
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .form-clt textarea {
    border: 1px solid rgba(21, 20, 21, .14);
    outline: 0;
    border-radius: 5px;
    color: var(--text);
    font-weight: 500;
    padding: 14px 20px;
    line-height: 1;
    width: 100%
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .form-clt textarea {
    padding-bottom: 100px
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
    text-transform: initial
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button,
.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li {
    display: flex;
    align-items: center
}

.offcanvas__overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #1d77d8;
    z-index: 900;
    top: 0;
    opacity: 0;
    visibility: hidden;
    right: 0
}

.offcanvas__overlay.overlay-open {
    opacity: .8;
    visibility: visible
}

@media (max-width:450px) {
    .offcanvas__info {
        width: 300px
    }
}

.breadcrumb-wrapper {
    border-top: 1px solid rgba(21, 21, 21, .1);
    margin-top: 134px
}

.breadcrumb-wrapper .page-heading {
    padding: 100px 0 70px;
    text-align: center;
    position: relative
}

@media (max-width:1399px) {
    .footer-widget-wrapper-4 .footer-left-content .footer-icon-item {
        flex-wrap: wrap;
        gap: 25px
    }

    .header-1.header-4 .header-main .header-right .search-widget,
    .header-main .header-right .search-widget,
    .header-top-wrapper .header-right .flag-wrap {
        display: none
    }

    .header-1.header-4 .header-main .header-right,
    .header-main .header-right {
        gap: 20px
    }

    .offcanvas__wrapper .offcanvas__content .offcanvas__logo img,
    .sticky-header.header-1 .header-main .header-left .logo .header-logo-3 img {
        width: 150px
    }

    .breadcrumb-wrapper {
        margin-top: 60px
    }

    .breadcrumb-wrapper .page-heading {
        padding: 100px 0
    }
}

.breadcrumb-wrapper .page-heading h1 {
    font-size: 65px;
    font-weight: 600
}

@media (max-width:1199px) {
    .menu-thumb {
        display: none !important
    }

    .header-main {
        padding: 10px 0
    }

    .header-1 .container-fluid {
        padding: 0 30px
    }

    .header-1 .header-main .header-right .header-button {
        display: none
    }

    .breadcrumb-wrapper .page-heading h1 {
        font-size: 60px
    }
}

@media (max-width:991px) {
    .header-main .main-menu ul li .has-homemenu .homemenu-items {
        flex-wrap: wrap
    }

    .breadcrumb-wrapper {
        margin-top: 60px
    }

    .breadcrumb-wrapper .page-heading {
        padding: 70px 0
    }

    .breadcrumb-wrapper .page-heading h1 {
        font-size: 50px;
        text-align: center
    }
}

@media (max-width:767px) {
    .breadcrumb-wrapper .page-heading h1 {
        font-size: 40px
    }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items,
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 40px;
    justify-content: center
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
    color: var(--theme);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    position: relative
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li.style-2::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 20px;
    left: -20px;
    top: 10px;
    background-color: var(--text)
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li.style-2.style-3 {
    border-bottom: 1px solid var(--text);
    color: var(--text)
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a,
.main-sideber .single-sideber-widget ul li span {
    transition: .4s ease-in-out;
    color: var(--text)
}

.breadcrumb-wrapper .page-heading.style-2 .list,
.breadcrumb-wrapper .page-heading.style-2 .star-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 40px;
    justify-content: center
}

@media (max-width:1600px) {
    .breadcrumb-wrapper .page-heading.style-2 .list {
        flex-wrap: wrap;
        gap: 15px;
        margin-top: 10px
    }

    .breadcrumb-wrapper .page-heading.style-2 .list li {
        font-size: 14px
    }
}

.breadcrumb-wrapper .page-heading.style-2 .list li i,
.price-filter-wrap .price span,
.team-details-wrapper .team-details-content .social-icon a:not(:last-child),
.top-hotel-item .hotel-content span i,
.top-hotel-item .hotel-image span i,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left .filter-button h6 a i,
.tour-place-item .tour-place-content .tour-list li i,
.tour-place-item-2 .tour-place-content .tour-list li i,
.tour-places-items-3 .tour-place-content .tour-list li i {
    margin-right: 5px
}

.breadcrumb-wrapper .page-heading.style-2 .star-list .star span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px
}

.breadcrumb-wrapper .page-heading.style-2 .star-list span i {
    margin-right: 7px
}

.breadcrumb-wrapper-2,
.breadcrumb-wrapper-3,
.breadcrumb-wrapper-4 {
    position: relative;
    border-radius: 10px;
    margin: 134px 15px 0
}

.breadcrumb-wrapper-2::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0, rgb(21 21 21 / 20%) 100%)
}

.breadcrumb-wrapper-2.style-tour-page::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0, rgba(21, 21, 21, .7) 100%)
}

.breadcrumb-wrapper-2.style-tour-page .page-heading {
    padding: 150px 0 50px;
    text-align: center
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .breadcrumb-items {
    justify-content: center
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box {
    padding: 40px 90px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(180deg, rgba(81, 79, 79, .09) 0, rgba(205, 205, 205, .08) 100%);
    backdrop-filter: blur(7.5px);
    margin-top: 40px
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box h3,
.hero-2 .from-box h3 {
    text-align: center;
    color: var(--white);
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 24px;
    font-weight: 400
}

.breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 .form-clt .single-select::after,
.hero-2 .from-box .box-item-2 .form-clt .single-select::after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white)
}

.breadcrumb-wrapper-2 .page-heading {
    padding: 330px 0 190px;
    position: relative
}

@media (max-width:1399px) {
    .breadcrumb-wrapper .page-heading.style-2 .list li {
        font-size: 16px
    }

    .breadcrumb-wrapper .page-heading.style-2 .star-list {
        margin-top: 30px
    }

    .breadcrumb-wrapper-2,
    .breadcrumb-wrapper-3 {
        margin-top: 60px
    }

    .breadcrumb-wrapper-2.style-tour-page .page-heading .from-box {
        padding: 30px
    }

    .breadcrumb-wrapper-2 .page-heading {
        padding: 100px 0
    }
}

.breadcrumb-wrapper-2 .page-heading h1 {
    font-size: 65px;
    color: var(--white);
    font-weight: 600
}

@media (max-width:1199px) {
    .breadcrumb-wrapper-2 .page-heading h1 {
        font-size: 60px
    }
}

@media (max-width:991px) {
    .breadcrumb-wrapper .page-heading .breadcrumb-items {
        justify-content: center
    }

    .breadcrumb-wrapper-2 {
        margin-top: 60px
    }

    .breadcrumb-wrapper-2.style-tour-page .page-heading {
        padding-top: 120px
    }

    .breadcrumb-wrapper-2.style-tour-page .page-heading .from-box .box-item-2 {
        flex-wrap: wrap
    }

    .breadcrumb-wrapper-2 .page-heading {
        padding: 70px 0
    }

    .breadcrumb-wrapper-2 .page-heading h1 {
        font-size: 50px;
        text-align: center
    }
}

@media (max-width:767px) {
    .breadcrumb-wrapper-2 .page-heading h1 {
        font-size: 40px
    }
}

.breadcrumb-wrapper-2 .page-heading .breadcrumb-items,
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 40px
}

.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li,
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li,
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li {
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
    position: relative
}

.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li.style-2,
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li.style-2,
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li.style-2 {
    border-bottom: 1px solid var(--white)
}

.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li.style-2::before,
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li.style-2::before,
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li.style-2::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 20px;
    left: -20px;
    top: 10px;
    background-color: var(--white)
}

.breadcrumb-wrapper-2 .page-heading .breadcrumb-items li a,
.breadcrumb-wrapper-3 .page-heading .breadcrumb-items li a,
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items li a {
    transition: .4s ease-in-out;
    color: var(--white);
    border-bottom: none
}

.breadcrumb-wrapper-3::before,
.breadcrumb-wrapper-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 29.25%, rgb(21 21 21 / 15%) 100%)
}

.breadcrumb-wrapper-3 .page-heading {
    padding: 430px 0 70px;
    position: relative
}

@media (max-width:1399px) {
    .breadcrumb-wrapper-3 .page-heading {
        padding: 100px 0 70px
    }

    .breadcrumb-wrapper-4 {
        margin-top: 60px
    }
}

.breadcrumb-wrapper-3 .page-heading h1,
.breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
    font-size: 65px;
    color: var(--white);
    font-weight: 600;
    text-align: center
}

@media (max-width:1199px) {

    .breadcrumb-wrapper-3 .page-heading h1,
    .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
        font-size: 60px
    }
}

@media (max-width:991px) {

    .breadcrumb-wrapper-2 .page-heading .breadcrumb-items,
    .breadcrumb-wrapper-3 .page-heading .breadcrumb-items {
        justify-content: center
    }

    .breadcrumb-wrapper-3 {
        margin-top: 60px
    }

    .breadcrumb-wrapper-3 .page-heading {
        padding: 70px 0
    }

    .breadcrumb-wrapper-3 .page-heading h1 {
        font-size: 50px;
        text-align: center
    }
}

@media (max-width:767px) {
    .breadcrumb-wrapper-3 .page-heading h1 {
        font-size: 40px
    }
}

.breadcrumb-wrapper-3.style-2 .page-heading h1,
.testimonial-box-wrapper.style-2 .testimonial-card-item-3 .content {
    text-align: left
}

.breadcrumb-wrapper-3.style-2 .page-heading .breadcrumb-items {
    justify-content: start
}

.breadcrumb-wrapper-3.style-2 .content h2,
.breadcrumb-wrapper-4 .breadcrumb-top-items .content h2,
.breadcrumb-wrapper-4 .breadcrumb-top-items .content.style-2 .text h2 {
    color: var(--white) !important;
    margin-bottom: 5px;
    position: relative;
    z-index: 9
}

.breadcrumb-wrapper-3.style-2 .content p,
.breadcrumb-wrapper-4 .breadcrumb-top-items .content p,
.breadcrumb-wrapper-4 .breadcrumb-top-items .content.style-2 .text p {
    color: var(--white) !important;
    font-weight: 500;
    position: relative;
    z-index: 9
}

.breadcrumb-wrapper-4 .breadcrumb-top-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 430px 0 70px
}

@media (max-width:1399px) {
    .breadcrumb-wrapper-4 .breadcrumb-top-items {
        padding: 100px 0 70px
    }
}

@media (max-width:991px) {
    .breadcrumb-wrapper-4 {
        margin-top: 60px
    }

    .breadcrumb-wrapper-4 .breadcrumb-top-items {
        padding: 70px 0
    }

    .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
        font-size: 50px;
        text-align: center
    }

    .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading .breadcrumb-items {
        justify-content: center
    }
}

@media (max-width:767px) {
    .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
        font-size: 40px
    }
}

.breadcrumb-wrapper-4 .breadcrumb-top-items .content.style-2 {
    display: flex;
    align-items: center;
    gap: 130px
}

.error-item {
    text-align: center
}

.error-item .error-image {
    margin-bottom: 70px
}

@media (max-width:1399px) {
    .breadcrumb-wrapper-4 .breadcrumb-top-items .content.style-2 {
        flex-wrap: wrap;
        gap: 30px
    }

    .error-item .error-image {
        margin-bottom: 30px
    }

    .error-item .error-content h2 {
        font-size: 48px
    }

    .error-section .text {
        display: none
    }
}

@media (max-width:1199px) {
    .error-item .error-content h2 {
        font-size: 35px
    }

    .page-nav-wrap {
        margin-top: 30px
    }
}

@media (max-width:991px) {
    .error-item .error-content h2 {
        font-size: 40px
    }
}

@media (max-width:767px) {
    .error-item .error-content h2 {
        font-size: 35px
    }
}

@media (max-width:575px) {

    .header-1 .container-fluid,
    .header-1.header-2 .container-fluid {
        padding: 0 15px
    }

    .offcanvas__wrapper {
        padding: 20px
    }

    .breadcrumb-wrapper .page-heading h1,
    .breadcrumb-wrapper-2 .page-heading h1,
    .breadcrumb-wrapper-3 .page-heading h1,
    .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1,
    .error-item .error-content h2 {
        font-size: 30px
    }
}

.error-item .error-content p {
    margin-top: 20px;
    margin-bottom: 30px
}

.error-section {
    position: relative;
    margin-top: 100px
}

.error-section .text {
    font-size: 200px;
    font-weight: 600;
    position: absolute;
    left: 60px;
    letter-spacing: -10px;
    z-index: -1;
    top: 300px;
    color: var(--header);
    opacity: .1
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--bg);
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    background: var(--theme);
    border-radius: 10px
}

.ripple::after,
.ripple::before {
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 193, 7, .6);
    -webkit-animation: 3s infinite rippleOne;
    animation: 3s infinite rippleOne
}

.ripple::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

.ripple::after {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0
}

.swiper-dot .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    transition: .6s;
    background: var(--white);
    opacity: 1;
    border-radius: 10px
}

.swiper-dot .swiper-pagination-bullet:not(:last-child),
.swiper-dot-style .swiper-pagination-bullet:not(:last-child),
.swiper-dot-style-2 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 14px
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--white);
    transition: .6s;
    position: relative
}

.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 21px;
    height: 21px;
    line-height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--white);
    content: ""
}

.swiper-dot.style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    border: 1px solid var(--theme)
}

.swiper-dot-style,
.swiper-dot-style-2 {
    text-align: center;
    margin-top: 70px
}

.swiper-dot-style .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    transition: .6s;
    background: var(--theme);
    opacity: 1;
    border-radius: 10px
}

.swiper-dot-7 .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-style .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-dot-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: .6s;
    position: relative
}

.swiper-dot-7 .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-style .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.swiper-dot-style-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    width: 21px;
    height: 21px;
    line-height: 21px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--theme);
    content: ""
}

.swiper-dot-style-2 .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    transition: .6s;
    background: var(--header);
    opacity: 1;
    border-radius: 10px
}

.bg-cover {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center
}

.page-nav-wrap ul li {
    display: inline-block
}

.page-nav-wrap ul li .page-numbers {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: transparent;
    border: 1px solid rgba(21, 21, 21, .1);
    color: var(--header);
    transition: .3s ease-in-out;
    border-radius: 100px;
    font-weight: 600;
    margin: 0 2px
}

.page-nav-wrap ul li .page-numbers.active {
    background: var(--theme);
    color: var(--white)
}

.page-nav-wrap ul li .page-numbers:hover {
    background: var(--theme);
    color: var(--white);
    border: 1px solid var(--theme)
}

.sticky-style {
    position: sticky !important;
    top: 100px
}

.bw-img-anim-left,
.bw-img-anim-right {
    transition: clip-path .5s ease-out
}

.custom-container {
    max-width: 1890px;
    margin: 0 auto
}

.custom-container-2 {
    max-width: 1730px;
    margin: 0 auto
}

.activities-item-2 .activities-content,
.activities-wrapper .activities-card-item .activities-content,
.swiper-dot-3,
.team-image-item {
    text-align: center;
    margin-top: 30px
}

.swiper-dot-3 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    transition: .6s;
    border-radius: 30px;
    background-color: var(--text);
    opacity: 1;
    position: relative
}

.swiper-dot-3 .swiper-pagination-bullet:not(:last-child) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px
}

.ratting,
.style-fl {
    align-items: center
}

.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    transition: .6s;
    position: relative;
    width: 7px;
    height: 7px;
    border-radius: 30px
}

.swiper-dot-3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px
}

.swiper-dot-4 .swiper-pagination-bullet {
    background-color: var(--text);
    position: relative
}

.swiper-dot-4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme);
    width: 7px;
    height: 7px;
    border-radius: 30px;
    background-color: var(--white);
    transition: .6s;
    position: relative
}

.custom-container-4 {
    max-width: 1880px;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.custom-container-6 {
    max-width: 1720px;
    margin: 0 auto
}

.custom-container-7 {
    max-width: 1743px;
    margin: 0 auto
}

.ml-110 {
    margin-left: 70px
}

@media (max-width:1399px) {

    .swiper-dot-4,
    .swiper-dot-style-2 {
        margin-top: 30px
    }

    .ml-110 {
        margin-left: 0
    }
}

.ratting {
    display: inline-flex;
    line-height: 1
}

.ratting i {
    margin: 3px;
    font-size: 13px;
    color: var(--theme)
}

.ratting span {
    margin-left: 7px
}

.ratting.style-two i {
    margin: 6px;
    font-size: 18px;
    color: var(--theme)
}

.destination-details-wrapper .destination-details-content .top-list .list,
.price-filter-wrap {
    margin-top: 25px
}

.price-filter-wrap .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--black)
}

.price-filter-wrap .price input {
    padding: 0;
    border: none;
    font-size: 16px;
    font-weight: 500;
    background: 0 0;
    color: var(--black)
}

.ui-widget.ui-widget-content {
    height: 5px;
    border: none;
    cursor: pointer;
    background: rgba(251, 91, 50, .1)
}

.ui-slider .ui-slider-handle {
    top: -4px;
    border: none;
    border-radius: 50%;
    background: var(--theme);
    position: absolute;
    z-index: 2;
    width: 18px;
    height: 18px;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.hero-1,
.hero-2,
.hero-section-1,
.ui-spinner {
    position: relative
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    display: inline-block;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 2em .2em .4em;
    vertical-align: middle
}

.ui-slider .ui-slider-handle:focus {
    outline: 0 !important;
    border: 2px solid var(--theme)
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.brand-slide-element {
    width: auto;
    display: inline-block
}

.swiper-dot-4 {
    text-align: center;
    margin-top: 60px;
    z-index: 1
}

.swiper-dot-4 .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    transition: .6s;
    background: rgba(255, 255, 255, .3);
    opacity: 1;
    border-radius: 30px !important
}

.news-details-post .news-details-content .tag-share-wrap .social-share a:not(:last-child),
.swiper-dot-4 .swiper-pagination-bullet:not(:last-child),
.swiper-dot-7 .swiper-pagination-bullet:not(:last-child) {
    margin-right: 10px
}

.swiper-dot-4 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--white);
    content: ""
}

.swiper-dot-7 {
    z-index: 1
}

.swiper-dot-7 .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    transition: .6s;
    background: rgba(21, 21, 21, .2);
    opacity: 1;
    border-radius: 10px
}

.hero-1 .hero-bg,
.hero-2 .hero-bg {
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%
}

.hero-1,
.hero-1 .hero-bg,
.hero-1 .hero-bg::before,
.hero-section-1 {
    border-radius: 10px !important
}

.style-fl {
    display: flex;
    gap: 60px;
    margin-left: 110px
}

.hero-1 {
    padding: 250px 0 70px;
    z-index: 9;
    transition: .4s ease-in-out
}

@media (max-width:1600px) {
    .error-section .text {
        font-size: 153px
    }

    .hero-1 .container-fluid {
        padding: 0 50px
    }
}

@media (max-width:1399px) {
    .style-fl {
        gap: 30px;
        margin-left: 0
    }

    .hero-1 {
        padding: 130px 0 70px;
        margin-top: 0
    }

    .hero-1 .container-fluid {
        padding: 0 30px
    }
}

.hero-1 .hero-content p {
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    max-width: 451px;
    line-height: 150%;
    margin-bottom: 50px
}

.breadcrumb-wrapper-2 .counter-item,
.hero-1 .counter-item {
    display: flex;
    align-items: center;
    gap: 120px;
    justify-content: end;
    position: relative;
    bottom: 30px;
    left: 40px;
    z-index: 9
}

.breadcrumb-wrapper-2 .counter-item .content h2,
.hero-1 .counter-item .content h2 {
    font-size: 36px;
    font-weight: 500;
    color: var(--white)
}

.hero-1 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    transform: scale(1);
    -webkit-transition: 8s ease-out;
    -moz-transition: 8s ease-out;
    -ms-transition: 8s ease-out;
    -o-transition: 8s ease-out;
    transition: 8s ease-out;
    z-index: 9
}

.hero-1 .hero-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0, rgb(21 21 21 / 15%) 100%);
    z-index: -1
}

.hero-section-1 {
    margin: 135px 20px 0
}

.hero-section-1 .swiper-dot-3 {
    position: absolute;
    right: 130px;
    top: 48%;
    transform: translateY(-50%);
    z-index: 999
}

.hero-section-1 .swiper-slide.swiper-slide-active .hero-bg,
.hero-section-2 .swiper-slide.swiper-slide-active .hero-bg {
    -webkit-transform: scale(1.19);
    -moz-transform: scale(1.19);
    transform: scale(1.19)
}

.hero-2 {
    padding: 230px 0 130px;
    z-index: 999;
    text-align: center
}

@media (max-width:1399px) {
    .hero-1 .hero-content p {
        font-size: 16px
    }

    .breadcrumb-wrapper-2 .counter-item,
    .hero-1 .counter-item {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: start
    }

    .hero-section-1 {
        margin-top: 60px
    }

    .hero-section-1 .swiper-dot-3 {
        display: none
    }

    .hero-2 {
        padding: 190px 0 100px
    }
}

.hero-2 .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    transform: scale(1);
    -webkit-transition: 8s ease-out;
    -moz-transition: 8s ease-out;
    -ms-transition: 8s ease-out;
    -o-transition: 8s ease-out;
    transition: 8s ease-out;
    z-index: 9
}

.hero-2 .from-box,
.hero-2 h1,
.hero-2 h3,
.hero-4 {
    position: relative
}

.hero-2 .hero-bg::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 14.56%, #1d77d8 99.88%);
    z-index: -1
}

.hero-2 .container-fluid {
    padding: 0 210px
}

@media (max-width:1899px) {
    .hero-2 .container-fluid {
        padding: 0 70px
    }
}

@media (max-width:1600px) {
    .hero-section-1 .swiper-dot-3 {
        right: 50px
    }

    .hero-2 .container-fluid {
        padding: 0 50px
    }
}

@media (max-width:1399px) {
    .hero-2 .container-fluid {
        padding: 0 30px
    }
}

.hero-2 h3 {
    color: var(--white);
    font-weight: 500;
    margin-top: 40px;
    z-index: 9
}

.hero-2 h1 {
    font-size: 167px;
    font-weight: 700;
    color: var(--white);
    z-index: 9
}

@media (max-width:1600px) {
    .hero-2 h1 {
        font-size: 153px
    }
}

@media (max-width:1399px) {
    .hero-2 h1 {
        font-size: 100px
    }
}

.hero-2 .from-box {
    padding: 40px 110px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: linear-gradient(180deg, rgba(81, 79, 79, .09) 0, rgba(205, 205, 205, .08) 100%);
    backdrop-filter: blur(7.5px);
    margin-top: 40px;
    z-index: 9
}

.news-details-post .list-items,
.news-section-2,
.testimonial-section-2 {
    border-bottom: 1px solid rgba(21, 21, 21, .1)
}

.hero-3 {
    margin-top: 134px
}

.hero-3 .hero-image {
    position: relative;
    height: 750px
}

@media (max-width:1399px) {
    .hero-2 .from-box {
        padding: 30px
    }

    .hero-3 {
        margin-top: 60px
    }

    .hero-3 .hero-image {
        height: 650px
    }
}

.hero-3 .hero-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    background: rgba(20, 24, 22, .3);
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

.hero-3 .hero-image img,
.hero-4 .hero-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover
}

.hero-3 .hero-image .hero-content {
    position: absolute;
    bottom: 60px;
    left: 60px;
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

.hero-3 .hero-image .hero-content h2 {
    color: var(--white);
    font-size: 80px
}

@media (max-width:1600px) {
    .hero-3 .hero-image .hero-content {
        left: 30px;
        bottom: 30px
    }

    .hero-3 .hero-image .hero-content h2 {
        font-size: 60px
    }

    .hero-3 .hero-image .hero-content p {
        font-size: 15px
    }
}

@media (max-width:1399px) {
    .hero-3 .hero-image .hero-content {
        left: 20px;
        bottom: 20px
    }

    .hero-3 .hero-image .hero-content h2 {
        font-size: 50px
    }

    .hero-3 .hero-image .hero-box {
        display: none
    }
}

.hero-3 .hero-image .hero-content p {
    max-width: 516px;
    color: var(--white);
    margin-bottom: 30px
}

.hero-3 .hero-image .hero-box {
    background-color: var(--theme-2);
    padding: 30px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
    border: 10px solid var(--white);
    border-top-left-radius: 10px;
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9
}

.destination-item-4:hover .destination-image::before,
.hero-3 .swiper-slide.swiper-slide-active .hero-image .hero-box,
.hero-3 .swiper-slide.swiper-slide-active .hero-image .hero-content,
.hero-3 .swiper-slide.swiper-slide-active .hero-image::before,
.team-card-items-4:hover .team-content {
    opacity: 1;
    visibility: visible
}

.hero-3 .heros-slider {
    margin-left: -42%;
    margin-right: -42%
}

.hero-4 {
    padding: 150px 0 60px
}

@media (max-width:1399px) {
    .hero-3 .heros-slider {
        margin-left: 0;
        margin-right: 0
    }

    .hero-4 {
        padding: 120px 0 100px
    }
}

.hero-4::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .6)
}

.hero-4 .hero-content {
    position: relative;
    margin-bottom: 30px
}

.hero-4 .hero-content p {
    color: var(--white);
    max-width: 538px;
    margin-top: 20px
}

.hero-4 .hero-image {
    position: relative;
    height: 560px;
    border-radius: 10px
}

.hero-4 .from-box {
    padding: 30px;
    border-radius: 10px;
    background-color: var(--white);
    position: relative;
    margin-top: -200px
}

.hero-4 .from-box h5 {
    font-size: 18px;
    font-weight: 500
}

.hero-4 .from-box .box-item-2 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px
}

.hero-4 .from-box .box-item-2 .date-input input[type=date] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px 15px 10px;
    font-size: 15px;
    color: #555
}

.hero-4 .from-box .box-item-2 .date-input i {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #444;
    font-size: 18px;
    pointer-events: none
}

.hero-4 .from-box .box-item-2 .form-clt .single-select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .07);
    background: rgba(255, 255, 255, .03);
    padding: 17px 20px;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: #696969;
    line-height: initial;
    height: initial
}

.mean-container .mean-nav {
    background: 0 0;
    margin-top: 0
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: 0 0
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important
}

.mean-container a.meanmenu-reveal {
    display: none !important
}

.mean-container .mean-nav ul li a {
    display: block;
    width: 100%;
    padding: 10px 0;
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    text-transform: capitalize !important;
    border-bottom: 1px solid rgba(0, 0, 0, .2) !important;
    border: none;
    font-family: "Inter Tight", sans-serif
}

.mean-container .mean-nav ul li .submenu li a {
    border-bottom: none !important;
    font-size: 14px;
    padding: 6px 0;
    color: var(--header)
}

.mean-container .mean-nav ul li a:last-child {
    border-bottom: 0
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important
}

.destination-radius-item.style-2 .destination-image::after,
.mean-container .mean-nav ul li>a>i {
    display: none
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    font-size: 18px
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: .4s ease-in-out
}

.mean-container .mean-nav ul li .mega-menu li a {
    height: 200px;
    width: 100%;
    padding: 0;
    border-top: 0;
    margin-bottom: 20px
}

.news-card-items .news-image span,
.news-card-items-2 .news-image span {
    position: absolute;
    right: 15px;
    top: 15px;
    background-color: var(--white);
    padding: 5px 10px;
    border-radius: 5px;
    color: var(--header);
    line-height: 1;
    z-index: 999
}

.news-card-items .news-content span,
.news-card-items-2 .news-content span {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 12px
}

.news-card-items .news-content span::before,
.news-card-items-2 .news-content span::before,
.news-wrapper-3 .news-white-bg span::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: var(--text);
    top: 10px;
    left: 0
}

.news-card-items .news-content h3,
.news-card-items-2 .news-content h3 {
    margin-top: 10px;
    margin-bottom: 10px
}

.destination-radius-item .destination-content h5 a,
.destination-radius-item-3 .destination-content h5 a,
.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 a,
.news-card-items .news-content h3 a,
.news-card-items-2 .news-content h3 a,
.news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 a,
.news-wrapper-3 .news-white-bg h4 a,
.team-card-items-4 .team-content h3 a,
.team-image-item .team-content h3 a,
.team-single-item .team-content h3 a,
.top-hotel-item .hotel-content h3 a,
.tour-list-wrapper .tour-list-box-items .tour-content h3 a,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content h4 a,
.tour-place-item-2 .tour-place-content h3 a,
.tour-places-items-3 .tour-place-content h4 a,
.tour-sidebar-wrapper .tour-list-box-items .tour-content h3 a,
.travel-box-items-4 h5 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline
}

.news-card-items-2 .news-image .box {
    background-color: var(--theme);
    border-radius: 10px;
    position: absolute;
    right: 12px;
    top: 12px;
    text-align: center
}

.news-card-items-2 .news-image .box h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    color: var(--white)
}

.news-card-items-2 .news-image .box h6 {
    font-weight: 600;
    font-size: 16px;
    color: var(--white);
    padding: 0 10px 10px
}

@media (max-width:1399px) {
    .hero-4 .hero-image {
        height: initial
    }

    .hero-4 .hero-image img {
        object-fit: initial
    }

    .hero-4 .from-box {
        padding: 30px;
        margin-top: 30px
    }

    .news-card-items-2 .news-image {
        height: 400px
    }
}

.main-sideber .single-sideber-widget {
    margin-bottom: 50px
}

.main-sideber .single-sideber-widget .search-widget form {
    width: 100%;
    position: relative
}

.main-sideber .single-sideber-widget .search-widget form input {
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    background: rgba(255, 255, 255, .05);
    font-size: 16px;
    font-weight: 400;
    padding: 16px 20px;
    width: 100%;
    color: var(--text)
}

.main-sideber .single-sideber-widget .search-widget form button {
    position: absolute;
    right: 22px;
    top: 18px;
    font-size: 16px;
    color: var(--header);
    text-align: center;
    transition: .3s ease-in-out
}

.main-sideber .single-sideber-widget ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 400;
    color: var(--header);
    transition: .4s ease-in-out;
    position: relative;
    padding-left: 15px
}

.main-sideber .single-sideber-widget ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background-color: var(--header);
    left: 0;
    top: 10px
}

.destination-details-wrapper .best-tourist-box .top-content .theme-btn::after,
.header-bg,
.main-sideber .single-sideber-widget ul li:hover::before,
.news-details-post .list-items .list:hover::before,
.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress .progress-bar,
.top-hotel-item .hotel-content .button-item .theme-btn::after,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked~.checkmark,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked~.checkmark,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .small-button .theme-btn::after {
    background-color: var(--theme)
}

.main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5,
.news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 {
    font-weight: 500;
    margin-top: 5px
}

.main-sideber .single-sideber-widget .tagcloud a {
    display: inline-block;
    padding: 7px 14px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid rgba(21, 21, 21, .1);
    text-transform: capitalize;
    margin-bottom: 7px;
    color: var(--text);
    transition: .4s ease-in-out
}

.main-sideber .single-sideber-widget .tagcloud a:last-child {
    margin-right: 0
}

.main-sideber .single-sideber-widget .tagcloud a:hover,
.top-hotel-item .hotel-image .icon:hover,
.tour-list-wrapper .tour-list-box-items .tour-image .icon:hover,
.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image .icon:hover,
.tour-place-item .tour-place-image .icon:hover,
.tour-place-item-2 .tour-place-image .icon:hover,
.tour-sidebar-wrapper .tour-list-box-items .tour-image .icon:hover {
    background-color: var(--theme);
    color: var(--white)
}

.news-details-post .list {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px
}

.news-details-post .list li {
    font-size: 18px;
    font-weight: 500;
    position: relative
}

.news-details-post .list li.style-2 {
    padding-left: 15px
}

.news-details-post .list li.style-2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 30px;
    background-color: var(--text)
}

.news-details-post h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 133%
}

@media (max-width:1399px) {
    .main-sideber .single-sideber-widget {
        margin-bottom: 30px
    }

    .main-sideber .single-sideber-widget .recent-post-area .recent-items {
        gap: 20px
    }

    .main-sideber .single-sideber-widget .recent-post-area .recent-items .recent-content h5 {
        font-size: 18px
    }

    .main-sideber .tour-bg-image .tour-bg-content {
        left: 20px;
        bottom: 20px
    }

    .main-sideber .tour-bg-image .tour-bg-content h3,
    .news-details-post h2 {
        font-size: 25px
    }
}

.news-details-post .list-items {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(21, 21, 21, .1);
    padding: 14px 0;
    gap: 50px;
    margin-bottom: 30px;
    margin-top: 30px
}

.cursor-outer,
.mouseCursor.cursor-big {
    -webkit-margin-start: -12px;
    margin-inline-start: -12px;
    margin-top: -12px
}

.news-details-post .list-items .list {
    font-size: 16px;
    font-weight: 400;
    color: var(--header);
    position: relative;
    padding-left: 15px;
    transition: .4s ease-in-out
}

.news-details-post .list-items .list::before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: var(--header);
    transition: .4s ease-in-out
}

.news-details-post .news-details-content .details-thumb {
    margin-top: 50px;
    margin-bottom: 50px
}

.news-details-post .news-details-content .details-thumb img,
.top-hotel-item .hotel-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%
}

.news-details-post .news-details-content .sideber {
    display: flex;
    gap: 30px;
    border: 1px solid rgba(21, 21, 21, .1);
    background-color: #fef8ef;
    padding: 30px 42px;
    margin-top: 50px;
    border-radius: 10px;
    align-items: start
}

.news-details-post .news-details-content .sideber .icon {
    color: var(--theme);
    font-size: 52px;
    transform: rotate(180deg)
}

.news-details-post .news-details-content .sideber h5 {
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 30px;
    letter-spacing: -.4px
}

.news-details-post .news-details-content .sideber span {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 50px;
    color: var(--header)
}

.news-details-post .news-details-content .sideber span::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--header);
    top: 10px;
    left: 0
}

.news-details-post .news-details-content .tag-share-wrap {
    border-top: 1px solid rgba(21, 21, 21, .1);
    padding: 50px 0 70px;
    margin-top: 50px
}

.news-details-post .news-details-content .tag-share-wrap .social-share span,
.news-details-post .news-details-content .tag-share-wrap .tagcloud span {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-right: 20px;
    color: var(--header)
}

.news-details-post .news-details-content .tag-share-wrap .tagcloud a {
    display: inline-block;
    padding: 7px 14px;
    line-height: 1;
    margin-right: 8px;
    color: var(--text);
    transition: .4s ease-in-out;
    border-radius: 5px;
    border: 1px solid rgba(21, 21, 21, .1)
}

.news-details-post .news-details-content .tag-share-wrap .social-share a {
    color: var(--text);
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid rgba(21, 21, 21, .1)
}

.news-details-post .news-details-content .tag-share-wrap .social-share a:hover {
    color: var(--white);
    background-color: var(--theme);
    border: 1px solid var(--theme)
}

.news-details-post .news-details-content .client-info-box {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 40px 35px;
    background-color: var(--header);
    border-radius: 10px;
    margin-bottom: 70px
}

.news-details-post .news-details-content .client-info-box .client-image img,
.news-details-post .news-details-content .comment-area .comment-item .comment-image img {
    border-radius: 100%
}

.news-details-post .news-details-content .client-info-box .info-content h5 {
    color: var(--white);
    font-weight: 500
}

.destination-escap-item .destination-escap-content .bottom-item h6 span,
.news-details-post .news-details-content .client-info-box .info-content span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, .65)
}

.news-details-post .news-details-content .client-info-box .info-content p {
    max-width: 576px;
    font-weight: 500;
    color: rgba(255, 255, 255, .65);
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 15px
}

.news-details-post .news-details-content .related-post-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 70px
}

.news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 a:hover {
    color: var(--header);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--header) 0, var(--header) 100%)
}

.news-details-post .news-details-content .comment-area .comment-item {
    display: flex;
    gap: 30px;
    margin-bottom: 48px
}

.news-details-post .news-details-content .comment-area .comment-item.style-2 {
    margin-left: 100px
}

.news-details-post .news-details-content .comment-area .comment-item .content h6 {
    margin-bottom: 12px;
    font-size: 20px
}

.news-details-post .news-details-content .comment-area .comment-item .content span {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 16px
}

.news-details-post .news-details-content .comment-area .comment-item .content span i {
    margin-right: 3px
}

.news-details-post .news-details-content .comment-area .comment-item .content p {
    margin-bottom: 8px
}

.news-details-post .news-details-content .comment-area .comment-item .content .read-more {
    font-weight: 600;
    color: var(--header);
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline
}

.news-details-post .news-details-content .comment-form-wrap .form-clt input,
.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
    width: 100%;
    outline: 0;
    border: 1px solid rgba(21, 21, 21, .1);
    background: 0 0;
    padding: 18px 24px;
    color: var(--header);
    border-radius: 10px
}

.news-details-post .news-details-content .comment-form-wrap .form-clt input::placeholder,
.news-details-post .news-details-content .comment-form-wrap .form-clt textarea::placeholder {
    color: var(--header)
}

.news-details-post .news-details-content .comment-form-wrap .form-clt textarea {
    padding-bottom: 120px;
    resize: none
}

.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
    float: left;
    margin-left: -10px;
    transform: translateY(-3px);
    width: 25px;
    height: 25px;
    border-radius: 100px;
    border: 1px solid rgba(21, 21, 21, .1)
}

.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input:checked {
    background-color: var(--theme);
    border-color: var(--theme)
}

.news-details-post .news-details-content .comment-form-wrap .form-check .form-check-label {
    margin-left: 10px
}

.news-wrapper-3 .news-left-content .text {
    margin-top: 20px;
    margin-bottom: 110px;
    max-width: 300px
}

.news-wrapper-3 .news-left-content .news-black-bg {
    padding: 30px 34px;
    background-color: var(--header);
    border-radius: 10px
}

.news-wrapper-3 .news-left-content .news-black-bg span {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: var(--white)
}

.news-wrapper-3 .news-left-content .news-black-bg span::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 20px;
    background-color: var(--white);
    top: 10px;
    left: 0
}

.news-wrapper-3 .news-left-content .news-black-bg h4,
.news-wrapper-3 .news-white-bg h4 {
    margin-top: 10px;
    margin-bottom: 15px
}

.news-wrapper-3 .news-left-content .news-black-bg p {
    color: rgba(255, 255, 255, .65);
    margin-bottom: 20px
}

.news-wrapper-3 .news-image-items-3 .news-image .box {
    background-color: var(--theme-2);
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9
}

.news-wrapper-3 .news-image-items-3 .news-image .box h3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--white);
    line-height: 1
}

.news-wrapper-3 .news-white-bg {
    padding: 28px 33px;
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid rgba(20, 24, 22, .1)
}

.news-wrapper-3 .news-white-bg span {
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: var(--text)
}

.destination-radius-item-3 .destination-content h5 a:hover,
.news-wrapper-3 .news-white-bg h4 a:hover,
.tour-places-items-3 .tour-place-content h4 a:hover {
    color: var(--theme-2);
    background-size: 100% 2px;
    background-image: linear-gradient(180deg, var(--theme-2) 0, var(--theme-2) 100%)
}

.preloader {
    align-items: center;
    cursor: default;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.preloader .animation-preloader {
    z-index: 1000
}

.preloader .animation-preloader .spinner {
    animation: 1s linear infinite spinner;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .2);
    border-top-color: var(--theme);
    height: 9em;
    margin: 0 auto 3.5em;
    width: 9em
}

.preloader .animation-preloader .txt-loading {
    font: bold 5em "Inter Tight", sans-serif, "Inter Tight", sans-serif;
    text-align: center;
    user-select: none
}

.preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--theme);
    position: relative
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: .2s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: .4s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: .6s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: .8s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
    animation: 4s infinite letters-loading;
    color: var(--header);
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    font-family: "Inter Tight", sans-serif;
    position: absolute;
    top: -3px;
    transform: rotateY(-90deg)
}

.preloader p {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 8px;
    color: var(--theme)
}

.preloader .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 1;
    pointer-events: none
}

.back-to-top,
.search-popup.active {
    z-index: 9999
}

.preloader .loader .row {
    height: 100%
}

.preloader .loader .loader-section {
    padding: 0
}

.preloader .loader .loader-section .bg {
    background-color: var(--bg);
    height: 100%;
    left: 0;
    width: 100%;
    transition: .8s cubic-bezier(.77, 0, .175, 1)
}

.preloader.loaded .animation-preloader {
    opacity: 0;
    transition: .3s ease-out
}

.preloader.loaded .loader-section .bg {
    width: 0
}

.back-to-top {
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    line-height: 40px;
    color: var(--white);
    font-size: 16px;
    border-radius: 50%;
    position: fixed;
    display: inline-block;
    right: 30px;
    bottom: 30px;
    transition: .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px)
}

.back-to-top:hover {
    background-color: var(--header);
    color: var(--bg)
}

.cursor-inner,
.cursor-inner.cursor-hover,
.cursor-outer {
    background-color: var(--theme)
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translate(0)
}

.cursor-outer {
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .34;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

.cursor-outer.cursor-hover {
    opacity: .14
}

.cursor-outer.cursor-big {
    opacity: 0
}

.mouseCursor {
    position: fixed;
    top: 0;
    inset-inline-start: 0;
    inset-inline-end: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    text-align: center
}

.mouseCursor.cursor-big {
    width: 20px;
    height: 20px
}

.cursor-inner {
    -webkit-margin-start: -3px;
    margin-inline-start: -3px;
    margin-top: -3px;
    width: 10px;
    height: 10px;
    z-index: 10000001;
    opacity: 1;
    -webkit-transition: .24s ease-out;
    transition: .24s ease-out
}

.cursor-inner span {
    color: var(--text);
    line-height: 60px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px
}

.cursor-inner.cursor-hover {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    border: 1px solid #686363;
    opacity: 0
}

.search-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: 1s;
    -khtml-transition: all 1s ease;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.search-popup__overlay {
    position: fixed;
    width: 224vw;
    height: 224vw;
    top: calc(90px - 112vw);
    right: calc(50% - 112vw);
    z-index: 3;
    display: block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: transform .8s ease-in-out 0.3s;
    -khtml-transition: transform 0.8s ease-in-out;
    -moz-transition: transform .8s ease-in-out;
    -ms-transition: transform .8s ease-in-out;
    -o-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out 0.3s;
    background-color: #000;
    opacity: .7;
    cursor: url(../../assets/img/close.png), auto
}

.search-popup__content {
    position: fixed;
    width: 0;
    max-width: 560px;
    padding: 30px 15px;
    left: 50%;
    top: 50%;
    opacity: 0;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
    -moz-transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    -ms-transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    -o-transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    transition: opacity .5s, width .8s cubic-bezier(.225, .01, .475, 1.01) .8s, transform .2s;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s
}

.search-popup__form input[type=search],
.search-popup__form input[type=text] {
    width: 100%;
    height: 66px;
    border: none;
    outline: 0;
    padding-left: 20px;
    background-color: var(--white);
    font-size: 16px;
    font-weight: 400;
    color: var(--text);
    transition: .5s
}

.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select span,
.tour-place-item .tour-place-content.style-2 .tour-list li,
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select span {
    color: var(--header)
}

.search-popup__form .search-btn {
    padding: 0;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    font-size: 20px;
    color: var(--white);
    background-color: var(--theme);
    transition: .4s ease-in-out
}

.search-popup__form .search-btn:hover {
    background-color: var(--black)
}

.search-popup__form .eolexi-btn svg {
    width: 1em;
    height: 1em;
    fill: currentColor
}

.search-popup.active .search-popup__overlay {
    top: auto;
    bottom: calc(90px - 112vw);
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    opacity: .7;
    -webkit-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
    -moz-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -ms-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    -o-transition: transform 1.6s cubic-bezier(.4, 0, 0, 1);
    transition: transform 1.6s cubic-bezier(.4, 0, 0, 1)
}

.team-single-item .team-image .icon,
.tour-card-item .tour-image.style-2 .tour-content {
    left: 50%;
    transform: translateX(-50%)
}

.search-popup.active .search-popup__content {
    width: 100%;
    opacity: 1;
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s
}

.team-section-4 .team-bottom-item .array-next,
.team-section-4 .team-bottom-item .array-prev,
.team-single-item .team-image .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 999;
    text-align: center
}

.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px
}

.section-title h2 {
    color: #000
}

.section-title .sub-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--theme);
    font-family: "Inter Tight", sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
    display: inline-block;
    position: relative
}

.section-title .sub-title img {
    margin-right: 6px
}

.section-title .sub-title img.image-2 {
    margin-left: 6px
}

.section-title h2 span {
    color: var(--theme);
    border-bottom: 4px solid var(--theme);
    font-weight: 600
}

.section-title-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    margin-bottom: 30px
}

.center,
.tour-places-section-3 .nav li .nav-link img {
    text-align: center;
    margin: 0 auto
}

.section-bg,
.section-bg-1 {
    background-color: var(--bg)
}

.footer-bg {
    background-color: #ede7e3
}

.bg-color,
.top-hotel-item:hover {
    background-color: #fef8ef
}

.bg-color-4 {
    background-color: var(--bg-2)
}

.bg-color-5 {
    background-color: #141816
}

@media (max-width:1199px) {
    .news-details-post .list-items {
        gap: 10px;
        flex-wrap: wrap;
        padding: 14px 0
    }

    .section-padding {
        padding: 50px 0
    }
}

.team-image-item .team-image {
    position: relative;
    overflow: hidden;
    border-radius: 100%
}

.team-image-item .team-image img,
.team-single-item .team-image img {
    border-radius: 100%;
    transform: scale(1.02);
    transition: 1.5s ease-out
}

@media (max-width:1399px) {
    .news-details-post .news-details-content .details-thumb {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .news-details-post .news-details-content .sideber {
        padding: 30px
    }

    .news-details-post .news-details-content .tag-share-wrap {
        margin-top: 30px;
        padding: 30px 0
    }

    .news-details-post .news-details-content .tag-share-wrap .social-share span,
    .news-details-post .news-details-content .tag-share-wrap .tagcloud span {
        font-size: 16px;
        margin-right: 10px
    }

    .news-details-post .news-details-content .client-info-box {
        padding: 30px;
        margin-bottom: 30px
    }

    .news-details-post .news-details-content .comment-area .comment-item,
    .news-details-post .news-details-content .related-post-item,
    .news-wrapper-3 .news-left-content .text {
        margin-bottom: 30px
    }

    .news-details-post .news-details-content .related-post-item .recent-item {
        gap: 20px
    }

    .news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 {
        font-size: 18px
    }

    .news-details-post .news-details-content .related-post-item .recent-item .recent-content h5 br,
    .section-title p br {
        display: none
    }

    .news-details-post .news-details-content .comment-area .comment-item.style-2 {
        margin-left: 0
    }

    .news-details-post .news-details-content .comment-form-wrap .form-check {
        margin-top: 0
    }

    .news-wrapper-3 .news-white-bg {
        padding: 28px
    }

    .section-title .sub-title {
        font-size: 16px
    }

    .team-image-item .team-image img {
        width: 100%;
        height: 100%
    }
}

.team-single-item {
    text-align: center;
    margin-top: 30px;
    border-radius: 150px;
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 10px 10px 50px;
    position: relative
}

.team-single-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--header);
    border-radius: 150px;
    z-index: -1;
    transform: scale(1, 0);
    transition: transform .5s;
    transform-origin: bottom center
}

.team-single-item .team-image {
    position: relative;
    border-radius: 100%
}

.team-single-item .team-image .icon {
    border-radius: 100px;
    background-color: var(--theme);
    color: var(--white);
    position: absolute;
    bottom: -20px
}

@media (max-width:1399px) {
    .team-single-item {
        padding: 10px 10px 30px
    }

    .team-single-item .team-image img {
        width: 100%;
        height: 100%
    }
}

.team-single-item .team-content {
    margin-top: 30px;
    position: relative;
    z-index: 99
}

.team-single-item:hover::after {
    transform: scale(1, 1);
    transform-origin: top center
}

.team-details-wrapper .team-details-image img,
.travel-wrapper .travel-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px
}

.team-details-wrapper .team-details-content .details-info {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    margin-bottom: 20px
}

.team-details-wrapper .team-details-content .details-info h3 {
    margin-bottom: 5px
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .title {
    font-size: 16px;
    font-weight: 500;
    color: var(--black)
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .point {
    font-size: 16px;
    color: var(--black);
    font-weight: 600
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress {
    height: 12px
}

.destination-details-wrapper,
.destination-details-wrapper .destination-details-content .map-items,
.destination-details-wrapper .destination-details-content .top-list,
.team-details-wrapper .team-details-content .social-icon,
.testimonial-wrapper {
    margin-top: 40px
}

.team-details-wrapper .team-details-content .social-icon span {
    font-size: 16px;
    font-weight: 700;
    color: var(--header);
    margin-right: 15px
}

.team-details-wrapper .team-details-content .social-icon a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid var(--border);
    display: inline-block;
    color: var(--text);
    transition: .4s ease-in-out;
    border-radius: 5px
}

.team-details-wrapper .team-details-content .social-icon a:hover {
    background-color: var(--theme);
    color: var(--white);
    border: 1px solid transparent
}

.team-details-wrapper .team-single-history .title {
    border-bottom: 1px solid var(--border);
    padding-bottom: 30px
}

.activities-item-2 .activities-content h4,
.activities-wrapper .activities-card-item .activities-content h4,
.team-details-wrapper .team-single-history h5,
.tour-card-item .tour-image .tour-content h3 {
    font-weight: 500
}

.team-details-wrapper .team-single-history h5 span {
    border: 1px solid var(--theme);
    color: var(--theme);
    font-size: 14px;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 16px;
    margin-left: 20px
}

.team-card-items-4 {
    position: relative;
    overflow: visible;
    z-index: 1;
    transition: z-index .3s
}

.team-card-items-4 .team-image {
    height: 300px;
    position: relative
}

.team-card-items-4 .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform .3s, height .3s;
    transform-origin: top
}

.team-card-items-4 .team-content {
    margin-top: 30px;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out
}

.team-card-items-4:hover {
    z-index: 10
}

.team-section-4 .swiper.team-slider-4 {
    overflow: hidden;
    position: relative;
    z-index: 999;
    margin-top: 30px
}

.team-section-4 .swiper.team-slider-4 .swiper-wrapper {
    padding-top: 60px
}

.team-section-4 .team-bottom-item {
    position: absolute;
    right: 300px;
    bottom: 100px;
    display: flex;
    align-items: center;
    gap: 150px;
    z-index: 9999
}

@media (max-width:1399px) {
    .team-section-4 .team-bottom-item {
        right: 375px;
        bottom: 100px;
        display: flex;
        align-items: center;
        gap: 50px
    }
}

.team-section-4 .team-bottom-item .array-prev {
    border-radius: 100px;
    border: 1px solid #696969;
    color: #696969;
    transition: .4s ease-in-out
}

.team-section-4 .team-bottom-item .array-prev:hover {
    background-color: var(--theme);
    border: 1px solid var(--theme);
    color: var(--white)
}

.team-section-4 .team-bottom-item .array-next {
    border-radius: 100px;
    background-color: var(--theme);
    border: 1px solid var(--theme);
    color: var(--white);
    transition: .4s ease-in-out
}

.team-section-4 .team-bottom-item .array-next:hover {
    background-color: var(--header);
    border: 1px solid var(--theme);
    color: var(--white)
}

.testimonial-wrapper .testimonial-content .content .icon,
.testimonial-wrapper .testimonial-content.style-2 .content .icon {
    margin-bottom: 40px;
    font-size: 70px;
    color: var(--theme)
}

.testimonial-wrapper .testimonial-content .content p {
    font-size: 35px;
    color: var(--white);
    max-width: 562px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 40px
}

.testimonial-wrapper .testimonial-content .content h4 {
    color: var(--white);
    margin-top: 30px
}

.testimonial-wrapper .testimonial-content.style-2 .content p {
    font-size: 35px;
    color: var(--header);
    max-width: 562px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 40px
}

.testimonial-wrapper .testimonial-content.style-2 .content h4 {
    color: var(--header);
    margin-top: 30px
}

.testimonial-wrapper .swiper-dot,
.travel-box-items-4 p {
    margin-top: 70px
}

.testimonial-wrapper .testimonial-right-item .testimonial-image {
    position: relative;
    height: 270px;
    overflow: hidden;
    border-radius: 10px
}

.testimonial-info-items {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 30px
}

.testimonial-info-items .client-image {
    position: relative;
    border-radius: 100%;
    overflow: hidden
}

.testimonial-info-items .client-image img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transform: scale(1.02);
    transition: 1.5s ease-out
}

.testimonial-info-items .info-content .icon {
    font-size: 70px;
    color: var(--theme);
    margin-bottom: 10px
}

.testimonial-info-items .info-content h3 {
    max-width: 415px;
    margin-bottom: 10px
}

.testimonial-info-items .info-content h6 {
    font-size: 18px
}

.testimonial-info-items .info-content h6 span {
    font-weight: 400;
    font-size: 16px
}

.popular-destination-section-2,
.testimonial-section-2 .testimonial-slider-2 {
    margin: 0 15px
}

.testimonial-box-wrapper {
    margin-top: 30px;
    margin-right: -300px;
    margin-left: 30px
}

.testimonial-box-wrapper.style-1,
.tour-no-sidebar-wrapper {
    margin-top: 48px
}

.testimonial-box-wrapper.style-2 {
    margin-left: -380px;
    margin-right: -280px
}

.testimonial-box-wrapper .testimonial-card-item-3 {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 10px 40px 10px 10px;
    background-color: #edf2de;
    border-radius: 10px;
    border: 1px solid rgba(20, 24, 22, .1)
}

.testimonial-box-wrapper .testimonial-card-item-3.bg {
    background-color: #faf6ee
}

.testimonial-box-wrapper .testimonial-card-item-3 .content .icon {
    color: var(--theme-2);
    font-size: 50px;
    margin-bottom: 30px
}

.testimonial-box-wrapper .testimonial-card-item-3 .content p {
    font-size: 20px;
    color: var(--header);
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 150%;
    max-width: 485px
}

.tour-card-item .tour-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 9
}

@media (max-width:1600px) {
    .testimonial-info-items .info-content h3 {
        font-size: 20px
    }

    .tour-card-item .tour-image {
        height: 622px
    }
}

.tour-card-item .tour-image.style-2 {
    height: 622px
}

.tour-card-item .tour-image.style-3 {
    height: 309px
}

.tour-card-item .tour-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0, rgb(21 21 21 / 15%) 100%);
    z-index: 1;
    pointer-events: none
}

.tour-card-item .tour-image span {
    background-color: var(--theme);
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1;
    position: absolute;
    top: 20px;
    left: -20px;
    color: var(--white);
    opacity: 1;
    visibility: hidden;
    transition: .4s ease-in-out
}

.tour-card-item .tour-image .tour-content {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999
}

.tour-card-item .tour-image .tour-content.style-4 {
    left: 40px
}

.tour-card-item .tour-image .tour-content.style-5 {
    left: 65px
}

@media (max-width:1600px) {
    .tour-card-item .tour-image .tour-content.style-4 {
        left: 20px
    }

    .tour-card-item .tour-image .tour-content.style-5 {
        left: 40px
    }

    .tour-card-item .tour-image .tour-content h3,
    .tour-place-item .tour-place-content h3 {
        font-size: 20px
    }
}

.tour-card-item:hover .tour-image span {
    opacity: 1;
    visibility: visible;
    left: 20px
}

.activities-wrapper .activities-card-item .activities-image img {
    width: 372px;
    height: 470px;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1.02);
    transition: 1.5s ease-out
}

.activities-wrapper .activities-card-item .activities-content h4 a,
.tour-place-item .tour-place-content h3 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline;
    color: #000
}

@media (max-width:1399px) {

    .testimonial-wrapper .testimonial-content .content .icon,
    .testimonial-wrapper .testimonial-content.style-2 .content .icon {
        margin-bottom: 30px
    }

    .testimonial-wrapper .testimonial-content .content p,
    .testimonial-wrapper .testimonial-content.style-2 .content p {
        font-size: 16px;
        margin-bottom: 30px
    }

    .testimonial-wrapper .swiper-dot {
        margin-top: 30px
    }

    .testimonial-wrapper .testimonial-right-item {
        margin-left: 0
    }

    .testimonial-info-items {
        flex-wrap: wrap;
        justify-content: center
    }

    .testimonial-info-items .info-content {
        text-align: center
    }

    .testimonial-box-wrapper,
    .testimonial-box-wrapper.style-2 {
        margin-right: 0;
        margin-left: 0
    }

    .testimonial-box-wrapper .testimonial-card-item-3 .content p {
        font-size: 16px
    }

    .tour-card-item .tour-image .tour-content,
    .tour-card-item .tour-image .tour-content.style-4,
    .tour-card-item .tour-image .tour-content.style-5 {
        left: 50%;
        transform: translateX(-50%)
    }

    .activities-wrapper .activities-card-item .activities-content h4 {
        font-size: 15px
    }
}

.benefit-tour-item {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .05);
    padding: 38px 35px 30px;
    position: relative;
    height: 100%
}

.benefit-tour-item::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--header);
    transform: scaleX(.7) rotateX(20deg);
    opacity: 0;
    transition: .4s linear;
    z-index: -1;
    border-radius: 10px
}

.benefit-tour-item .icon {
    margin-bottom: 70px;
    font-size: 55px;
    color: var(--white)
}

.benefit-tour-item .content h5,
.tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 {
    margin-bottom: 18px
}

.benefit-tour-image {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    border-radius: 10px
}

@media (max-width:1399px) {
    .benefit-tour-item {
        padding: 30px
    }

    .benefit-tour-item .icon {
        margin-bottom: 30px
    }

    .benefit-tour-image {
        height: 270px
    }

    .benefit-tour-image img {
        object-fit: cover
    }
}

.tour-place-item .tour-place-image span {
    background-color: var(--theme);
    color: var(--white);
    line-height: 1;
    padding: 8px 14px;
    position: absolute;
    top: 22px;
    left: 22px;
    border-radius: 10px
}

.top-hotel-item .hotel-image .icon,
.tour-list-wrapper .tour-list-box-items .tour-image .icon,
.tour-place-item .tour-place-image .icon,
.tour-place-item-2 .tour-place-image .icon,
.tour-places-items-3 .tour-places-image .icon,
.tour-sidebar-wrapper .tour-list-box-items .tour-image .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--white);
    color: var(--text);
    border-radius: 100px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    transition: .4s ease-in-out
}

.tour-place-item .tour-place-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transform: scale(1.02);
    transition: 1.5s ease-out
}

.tour-place-item .tour-place-content {
    margin-top: 22px
}

.tour-place-item .tour-place-content .rating-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding-bottom: 20px;
    margin-bottom: 25px
}

.tour-place-item .tour-place-content .rating-item .star span,
.tour-place-item .tour-place-content .rating-item h5 span {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px
}

.tour-place-item .tour-place-content.style-2 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.tour-place-item .tour-place-content.style-2 p {
    max-width: 300px;
    margin-bottom: 20px
}

.tour-place-item.style-2 .tour-place-content .rating-item .star {
    display: flex;
    align-items: center;
    gap: 5px
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item .star i,
.tour-place-item.style-2 .tour-place-content .rating-item .star i {
    color: #f7921e
}

.tour-place-item.style-2 .tour-place-content .rating-item h5,
.tour-places-section-3 .nav li {
    font-size: 18px;
    font-weight: 600
}

.tour-place-item.style-2 .tour-place-content .rating-item h5 span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text)
}

.tour-place-item.style-2 .tour-place-content h3 {
    font-size: 20px;
    margin-bottom: 10px
}

.adventure-section-2 .container-fluid {
    padding: 0 170px
}

@media (max-width:1899px) {
    .adventure-section-2 .container-fluid {
        padding: 0 70px
    }
}

@media (max-width:1600px) {
    .tour-place-item .tour-place-content .tour-list {
        flex-wrap: wrap;
        gap: 15px
    }

    .tour-place-item .tour-place-content .tour-list li {
        font-size: 14px
    }

    .adventure-section-2 .container-fluid {
        padding: 0 50px
    }
}

@media (max-width:1399px) {
    .tour-place-item .tour-place-content .tour-list li {
        font-size: 16px
    }

    .adventure-section-2 .container-fluid {
        padding: 0 30px
    }

    .activities-item-2 .activities-content h4 {
        font-size: 15px
    }
}

.destination-item-2 .destination-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 550px
}

.destination-item-2 .destination-image .destination-content {
    bottom: 30px;
    left: 40px;
    position: absolute
}

.destination-item-2 .destination-image .destination-content h3,
.destination-item-4 .destination-image .destination-content h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 111
}

.tour-benefit-wrapper-2 {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    margin-top: 48px;
    padding: 8px;
    position: relative
}

.tour-benefit-wrapper-2::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: rgba(255, 255, 255, .1);
    height: 1px;
    top: 50%
}

.tour-benefit-section-2::after,
.tour-benefit-wrapper-2::after {
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
    content: "";
    bottom: 0
}

.tour-benefit-wrapper-2::after {
    position: absolute;
    left: 615px;
    top: 0;
    height: 100%
}

.tour-benefit-wrapper-2 .tour-benefit-item-2 {
    padding: 38px 30px 40px;
    position: relative
}

.tour-benefit-wrapper-2 .tour-benefit-item-2 .icon {
    margin-bottom: 70px;
    font-size: 55px;
    color: var(--theme)
}

.tour-benefit-wrapper-2 .tour-benefit-item-2 .content p {
    color: rgba(255, 255, 255, .65);
    max-width: 225px
}

@media (max-width:1600px) {
    .tour-benefit-wrapper-2::after {
        left: 470px
    }

    .tour-benefit-wrapper-2 .tour-benefit-item-2 {
        padding: 25px 12px 30px
    }

    .tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 {
        font-size: 18px
    }

    .tour-benefit-wrapper-2 .tour-benefit-item-2 .content p {
        font-size: 14px
    }
}

.tour-benefit-wrapper-2 .tour-benefit-item-2:hover .icon i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    color: var(--white)
}

.tour-benefit-wrapper-2 .tour-benefit-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 330px
}

@media (max-width:1399px) {
    .destination-item-2 .destination-image .destination-content {
        left: 20px
    }

    .destination-item-2 .destination-image .destination-content h3 {
        font-size: 25px
    }

    .tour-benefit-section-2::after,
    .tour-benefit-wrapper-2::after,
    .tour-benefit-wrapper-2::before {
        display: none
    }

    .tour-benefit-wrapper-2 .tour-benefit-item-2 {
        padding: 25px
    }

    .tour-benefit-wrapper-2 .tour-benefit-item-2 .icon {
        margin-bottom: 30px
    }

    .tour-benefit-wrapper-2 .tour-benefit-item-2 .content h5 {
        font-size: 20px
    }

    .tour-benefit-wrapper-2 .tour-benefit-item-2 .content p {
        font-size: 16px
    }

    .tour-benefit-wrapper-2 .tour-benefit-image {
        height: 270px
    }

    .tour-benefit-wrapper-2 .tour-benefit-image img {
        object-fit: cover
    }
}

.tour-benefit-wrapper-2.style-2 {
    border: 1px solid rgba(21, 21, 21, .1)
}

.tour-benefit-wrapper-2.style-2::after,
.tour-benefit-wrapper-2.style-2::before {
    background-color: rgba(21, 21, 21, .1)
}

.tour-benefit-wrapper-2.style-2 .tour-benefit-item-2 .content h5 a {
    background-position: 0 95%;
    background-repeat: no-repeat;
    background-size: 0 2px;
    display: inline;
    color: var(--header)
}

.tour-benefit-section-2 {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.tour-benefit-section-2::after {
    position: absolute;
    right: 648px;
    top: 264px;
    height: 699px
}

.tour-place-item-2 {
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 5px;
    margin-top: 30px
}

.tour-place-item-2 .tour-place-image span {
    background-color: var(--theme);
    color: var(--white);
    font-weight: 500;
    padding: 8px 12px;
    line-height: 1;
    position: absolute;
    top: 15px;
    left: -10px;
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out
}

.tour-place-item-2 .tour-place-content {
    padding: 20px
}

.tour-place-item-2 .tour-place-content .tour-list {
    display: flex;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding-bottom: 30px;
    margin-bottom: 25px;
    margin-top: 15px
}

.tour-place-item-2 .tour-place-content .tour-place-bottom .price p,
.tour-places-items-3 .tour-place-content .tour-place-bottom .price p {
    font-size: 12px;
    font-weight: 400
}

.tour-place-item-2 .tour-place-content .tour-place-bottom .rating h6,
.tour-places-items-3 .tour-place-content .tour-place-bottom .rating h6 {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px
}

.tour-place-item-2 .tour-place-content .tour-place-bottom .theme-btn {
    border: 1px solid rgba(21, 21, 21, .1);
    background-color: transparent;
    color: var(--text);
    padding: 11px 35px
}

@media (max-width:1600px) {
    .tour-benefit-section-2::after {
        top: 261px;
        bottom: 0;
        background-color: rgba(255, 255, 255, .1);
        height: 702px;
        right: 482px
    }

    .tour-place-item-2 .tour-place-content h3 {
        font-size: 20px
    }

    .tour-place-item-2 .tour-place-content .tour-list {
        flex-wrap: wrap;
        gap: 15px
    }

    .tour-place-item-2 .tour-place-content .tour-list li {
        font-size: 14px
    }

    .tour-place-item-2 .tour-place-content .tour-place-bottom .theme-btn {
        padding: 8px 20px
    }
}

.tour-place-item-2 .tour-place-content .tour-place-bottom .theme-btn:hover,
.tour-places-items-3 .tour-place-content .tour-place-bottom .theme-btn:hover {
    color: var(--white);
    border: 1px solid var(--theme)
}

.tour-place-item-2:hover .tour-place-image span {
    opacity: 1;
    visibility: visible;
    left: 10px
}

.destination-details-image,
.details-image,
.tour-details-wrappers .details-image {
    height: 300px
}

.destination-details-image img,
.details-image img,
.tour-details-wrappers .details-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px
}

.destination-details-wrapper .destination-details-content .top-list .list li i {
    color: var(--theme);
    margin-right: 7px
}

.destination-details-wrapper .destination-details-content .map-items .googpemap iframe {
    width: 100%;
    height: 500px;
    border-radius: 16px
}

.destination-details-wrapper .price-box-item {
    border: 1px solid rgba(21, 21, 21, .1);
    filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, .25));
    padding: 30px 40px;
    background-color: var(--white);
    border-radius: 16px
}

.destination-details-wrapper .price-box-item h3 {
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding-bottom: 20px;
    margin-bottom: 40px
}

.destination-details-wrapper .price-box-item .price-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px
}

.destination-details-wrapper .price-box-item .price-item .price h6 {
    margin-bottom: 10px;
    color: var(--text)
}

.destination-details-wrapper .price-box-item .price-item .price h2 {
    font-size: 40px
}

.destination-details-wrapper .price-box-item .price-item .price.style-2 {
    border-left: 1px solid rgba(21, 21, 21, .1);
    padding-left: 60px
}

.destination-details-wrapper .price-box-item .theme-btn {
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 9
}

.destination-details-wrapper .price-box-item h6 {
    color: var(--text);
    margin-top: 20px;
    text-align: center
}

.destination-details-wrapper .price-box-item h6 a {
    color: var(--header);
    font-weight: 500;
    text-decoration: underline
}

.destination-details-wrapper .best-tourist-box {
    background-color: var(--header);
    height: 450px;
    position: relative;
    border-radius: 16px;
    margin-top: 30px;
    overflow: hidden
}

@media (max-width:1399px) {
    .tour-place-item-2 .tour-place-content .tour-list li {
        font-size: 16px
    }

    .tour-place-item-2 .tour-place-content .tour-place-bottom {
        flex-wrap: wrap;
        gap: 10px
    }

    .destination-details-wrapper .price-box-item {
        padding: 30px
    }

    .destination-details-wrapper .price-box-item h3 {
        margin-bottom: 30px
    }

    .destination-details-wrapper .price-box-item .price-item .price h2 {
        font-size: 30px
    }

    .destination-details-wrapper .price-box-item .price-item .price.style-2 {
        padding-left: 0;
        border-left: none
    }

    .destination-details-wrapper .best-tourist-box {
        height: 400px
    }
}

.destination-details-wrapper .best-tourist-box .top-content {
    position: absolute;
    top: 40px;
    left: 30px
}

.destination-details-wrapper .best-tourist-box .top-content h3 {
    font-size: 30px;
    font-weight: 500;
    color: var(--white);
    margin-bottom: 20px
}

.destination-details-wrapper .best-tourist-box .top-content .theme-btn {
    background-color: var(--white);
    color: var(--header);
    padding: 14px 35px;
    position: relative;
    z-index: 999
}

.destination-details-wrapper .best-tourist-box .bottom-image {
    position: absolute;
    left: 56px;
    right: 40px;
    bottom: 0;
    z-index: 9
}

@media (max-width:1399px) {
    .destination-details-wrapper .best-tourist-box .top-content h3 {
        font-size: 25px
    }

    .destination-details-wrapper .best-tourist-box .bottom-image img {
        width: 100%;
        height: 100%
    }

    .destination-details-wrapper .best-tourist-box .bottom-image .bg-shape {
        display: none
    }
}

.destination-details-wrapper .best-tourist-box .bottom-image .bg-shape {
    position: absolute;
    right: -40px;
    bottom: 0;
    z-index: -1
}

.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item {
    display: flex;
    justify-content: space-between;
    margin-top: 50px
}

.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item {
    display: flex;
    margin-top: 70px;
    gap: 30px
}

@media (max-width:1399px) {
    .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item {
        margin-top: 30px
    }

    .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item {
        margin-top: 30px;
        flex-wrap: wrap
    }
}

.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .icon {
    font-size: 45px;
    margin-bottom: 20px;
    color: var(--theme)
}

.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .content p {
    max-width: 190px;
    margin-top: 5px
}

.destination-one-wrapper,
.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .theme-btn {
    margin-top: 50px
}

.tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .thumb img,
.tour-dedicated-wrapper .tour-image img {
    width: 100%;
    height: 100%;
    border-radius: 16px
}

.tour-dedicated-wrapper .tour-image {
    overflow: hidden;
    border-radius: 10px
}

.destination-one-wrapper .destination-image-item .destination-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 300px
}

.destination-one-wrapper .destination-image-item .destination-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 29.25%, rgba(21, 21, 21, .8) 100%);
    border-radius: 10px
}

.destination-one-wrapper .destination-image-item .destination-image .destination-content {
    position: absolute;
    left: 30px;
    bottom: 25px;
    z-index: 999
}

.destination-radius-item {
    border: 1px solid rgba(21, 21, 21, .1);
    border-radius: 150px;
    padding: 10px 10px 30px;
    margin-top: 30px
}

.destination-radius-item.style-2 {
    border: 1px solid rgba(255, 255, 255, .1)
}

.destination-radius-item.style-2 .destination-content h5 {
    position: relative;
    z-index: 999
}

.destination-radius-item .destination-image img,
.destination-radius-item-3 .destination-image img {
    width: 100%;
    height: 100%;
    border-radius: 150px
}

.destination-radius-item .destination-image span {
    color: var(--white);
    background-color: var(--theme);
    padding: 2px 10px;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 7px
}

.destination-radius-item .destination-content,
.destination-radius-item-3 .destination-content {
    text-align: center;
    margin-top: 30px;
    position: relative;
    z-index: 9
}

.travel-wrapper .travel-content .travel-item {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-top: 40px
}

.travel-wrapper .travel-content .travel-item .icon-item .icon {
    color: var(--white);
    font-size: 40px;
    margin-bottom: 20px;
    transition: .4s ease-in-out
}

.destination-escap-item .destination-escap-content .bottom-item h6,
.travel-wrapper .travel-content .travel-item .icon-item .content h5 {
    color: var(--white);
    font-size: 18px;
    font-weight: 600
}

.travel-wrapper .travel-content .travel-item .icon-item .content p {
    color: rgba(255, 255, 255, .65);
    max-width: 259px
}

.travel-wrapper .travel-image {
    margin-left: 20px;
    position: relative;
    overflow: hidden;
    border-radius: 12px
}

.travel-wrapper .travel-image .right-box {
    background-color: var(--white);
    border-radius: 10px;
    padding: 20px 30px;
    width: 360px;
    position: absolute;
    right: 0;
    bottom: 0
}

@media (max-width:1600px) {
    .travel-wrapper .travel-image .right-box {
        width: 235px
    }

    .travel-wrapper .travel-image .right-box h2 {
        font-size: 40px
    }

    .travel-wrapper .travel-image .right-box p {
        font-size: 11px
    }
}

@media (max-width:991px) {
    .error-section {
        margin-top: 80px
    }

    .hero-1 {
        padding: 130px 0 70px;
        margin-top: 0
    }

    .hero-section-1 {
        margin-top: 60px
    }

    .hero-2 {
        padding: 150px 0 80px
    }

    .hero-2 h1 {
        font-size: 70px
    }

    .hero-2 .from-box .box-item-2,
    .hero-4 .from-box .box-item-2,
    .news-details-post .news-details-content .comment-area .comment-item {
        flex-wrap: wrap
    }

    .hero-3 .hero-image {
        height: 550px
    }

    .hero-3 .hero-image .hero-content h2,
    .travel-wrapper .travel-image .right-box h2 {
        font-size: 40px
    }

    .hero-4 {
        padding: 100px 0 80px
    }

    .news-details-post .news-details-content .client-info-box,
    .news-details-post .news-details-content .related-post-item,
    .news-details-post .news-details-content .sideber,
    .section-title-area,
    .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item,
    .travel-wrapper .travel-content .travel-item {
        flex-wrap: wrap;
        gap: 30px
    }

    .section-title h2 br {
        display: none
    }

    .section-padding {
        padding: 80px 0
    }

    .team-details-wrapper .team-details-content {
        margin-left: 0
    }

    .team-section-4 .team-bottom-item {
        right: 250px;
        bottom: 80px;
        display: flex;
        align-items: center;
        gap: 50px
    }

    .tour-card-item .tour-image {
        height: 300px
    }

    .activities-item-2 .activities-content h4,
    .activities-wrapper .activities-card-item .activities-content h4 {
        font-size: 20px
    }

    .benefit-tour-image,
    .destination-details-wrapper .best-tourist-box {
        height: initial
    }

    .benefit-tour-image img,
    .tour-benefit-wrapper-2 .tour-benefit-image img {
        object-fit: initial
    }

    .destination-details-wrapper .best-tourist-box .bottom-image img {
        width: initial;
        height: initial
    }

    .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item {
        flex-wrap: initial
    }
}

@media (max-width:767px) {
    .page-nav-wrap ul li .page-numbers {
        margin-top: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .hero-2 h1 {
        font-size: 40px
    }

    .hero-3 .hero-image {
        height: 400px
    }

    .hero-3 .hero-image .hero-content h2 {
        font-size: 30px
    }

    .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-input {
        transform: translateY(30px)
    }

    .preloader .animation-preloader .spinner {
        width: 7.5em;
        height: 7.5em;
        margin: 0 auto 1.5em
    }

    .preloader .animation-preloader .txt-loading {
        font-size: 2.5em
    }

    .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(-110%)
    }

    .search-popup.active .search-popup__overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transform: none;
        width: 100%;
        height: 100%;
        border-radius: 0;
        transform: translateY(0)
    }

    .section-title,
    .section-title-area {
        margin-bottom: 0
    }

    .team-section-4 .team-bottom-item {
        right: 52px;
        bottom: 80px;
        display: flex;
        align-items: center;
        gap: 50px
    }

    .adventure-section-2 .container-fluid {
        padding: 0 15px
    }

    .travel-wrapper .travel-image .right-box h2 {
        font-size: 35px
    }
}

@media (max-width:575px) {
    .swiper-dot-style {
        margin-top: 30px
    }

    .hero-1 .container-fluid,
    .hero-2 .container-fluid {
        padding: 0 15px
    }

    .hero-2 h1 {
        font-size: 35px
    }

    .news-card-items-2 .news-image {
        height: initial
    }

    .news-details-post h2 {
        font-size: 20px
    }

    .news-details-post .news-details-content .comment-form-wrap .form-check .form-check-label {
        margin-left: 22px;
        font-size: 14px
    }

    .back-to-top {
        display: none
    }

    .team-image-item .team-image img,
    .team-single-item .team-image img {
        width: initial;
        height: initial
    }

    .tour-card-item .tour-image.style-2 {
        height: 300px
    }

    .activities-section {
        margin: 0 15px
    }

    .destination-details-wrapper .destination-details-content .map-items .googpemap iframe {
        height: 400px
    }

    .destination-details-wrapper .best-tourist-box .bottom-image img,
    .top-hotel-item .hotel-image img {
        width: 100%;
        height: 100%
    }

    .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .theme-btn {
        padding: 14px 22px
    }

    .travel-wrapper .travel-image .right-box h2 {
        font-size: 30px
    }
}

@media (max-width:470px) {

    .error-item .error-content h2,
    .feature-exprience-wrapper .counter-main-box .content h2,
    .feature-exprience-wrapper .counter-main-box .right-box h2,
    .footer-widget-wrapper-4 .footer-left-content .footer-item .content h2,
    .travel-wrapper .travel-image .right-box h2,
    h2 {
        font-size: 25px
    }

    .breadcrumb-wrapper .page-heading h1,
    .breadcrumb-wrapper-2 .page-heading h1,
    .breadcrumb-wrapper-3 .page-heading h1,
    .breadcrumb-wrapper-4 .breadcrumb-top-items .page-heading h1 {
        font-size: 30px
    }
}

.travel-wrapper .travel-image .right-box .star-item img {
    width: initial;
    height: initial
}

@media (max-width:1600px) {
    .travel-wrapper .travel-image .right-box .star-item img {
        width: 75px
    }

    .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content h4 {
        font-size: 20px
    }
}

.travel-section {
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.top-hotel-item {
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 0 5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    transition: .4s ease-in-out;
    margin-top: 30px
}

@media (max-width:1399px) {
    .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .left-icon-item .icon-item .theme-btn {
        margin-top: 30px
    }

    .tour-dedicated-wrapper .tour-dedicated-content .tour-dedicated-item .thumb {
        flex-basis: 100%
    }

    .travel-wrapper .travel-content .travel-item {
        gap: 30px;
        margin-top: 30px;
        margin-left: 0
    }

    .travel-wrapper .travel-image .right-box {
        width: 320px
    }

    .travel-wrapper .travel-image .right-box p {
        font-size: 14px
    }

    .travel-wrapper .travel-image .right-box .star-item img {
        width: initial
    }

    .travel-wrapper .travel-image .right-box .star-item {
        margin-top: 25px
    }

    .travel-wrapper .travel-image {
        margin-left: 0
    }

    .top-hotel-item {
        flex-wrap: wrap
    }

    .tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 {
        font-size: 25px
    }
}

.top-hotel-item .hotel-image {
    position: relative;
    overflow: hidden;
    display: block;
    width: 450px
}

.top-hotel-item .hotel-image span {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    width: 134px;
    height: 60px;
    background-color: var(--theme);
    position: absolute;
    left: -49px;
    top: -11px;
    padding: 36px 0;
    transform: rotate(-50deg);
    display: flex;
    justify-content: center
}

.top-hotel-item .hotel-content {
    padding: 30px
}

.top-hotel-item .hotel-content span {
    display: inline-block;
    margin-bottom: 10px
}

.top-hotel-item .hotel-content .list-item {
    margin-top: 20px;
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding-bottom: 20px;
    margin-bottom: 30px
}

.top-hotel-item .hotel-content .list-item .list {
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 10px
}

.top-hotel-item .hotel-content .list-item .list li img {
    margin-right: 15px
}

.top-hotel-item .hotel-content .button-item h4 {
    font-size: 24px;
    font-weight: 500
}

.top-hotel-item .hotel-content .button-item h4 span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text)
}

.top-hotel-item .hotel-content .button-item .theme-btn {
    background-color: var(--header);
    color: var(--white);
    padding: 11px 22px
}

.tour-list-wrapper .tour-main-sideber {
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 30px;
    filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, .25))
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items {
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding-bottom: 30px;
    margin-bottom: 30px
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .widget-title,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .widget-title {
    font-size: 20px;
    margin-bottom: 20px
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input {
    width: 15px;
    height: 15px;
    flex: none;
    padding: 0;
    margin-top: 0;
    margin-right: 7px;
    border-radius: 50%;
    position: relative;
    background: 0 0;
    border: 1px solid var(--border)
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input::before,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input::before {
    content: "";
    width: 5px;
    height: 5px;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .2s;
    border-radius: 50%;
    background: var(--theme)
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:checked,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:checked {
    background: 0 0;
    border-color: var(--border)
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:focus,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li input:focus {
    box-shadow: none
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li label,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items .radio-filter li label {
    width: 100%;
    display: flex;
    margin-bottom: 0;
    align-items: center;
    justify-content: space-between
}

.tour-list-wrapper .tour-main-sideber .tour-sidebar-items.border-none,
.tour-sidebar-wrapper .tour-main-sideber .tour-sidebar-items.border-none {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.tour-list-wrapper .tour-sidebar-bg-image-items,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items {
    margin-top: 30px;
    position: relative;
    z-index: 9
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content,
.tour-list-wrapper .tour-sidebar-bg-image-items .tour-bg-content,
.tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content {
    position: absolute;
    left: 40px;
    top: 40px
}

.tour-list-wrapper .tour-list-wrap .list-wrap,
.tour-list-wrapper .tour-list-wrap .right-item,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right,
.tour-sidebar-wrapper .tour-list-wrap .list-wrap,
.tour-sidebar-wrapper .tour-list-wrap .right-item {
    display: flex;
    align-items: center;
    gap: 20px
}

.tour-list-wrapper .tour-list-wrap .list-wrap .nav .nav-item .nav-link,
.tour-sidebar-wrapper .tour-list-wrap .list-wrap .nav .nav-item .nav-link {
    color: var(--header);
    transition: .4s ease-in-out;
    padding: 0
}

.tour-list-wrapper .tour-list-wrap .list-wrap p {
    color: var(--black);
    font-weight: 500
}

.tour-list-wrapper .tour-list-wrap .right-item h6,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right h6,
.tour-sidebar-wrapper .tour-list-wrap .right-item h6 {
    color: var(--text);
    font-weight: 400
}

.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 50px;
    border: 1px solid rgba(21, 21, 21, .1);
    background: #f9f9f9;
    color: var(--black);
    width: 204px;
    height: initial !important;
    line-height: initial !important
}

.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select span {
    color: var(--black)
}

.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select::after,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select::after,
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select::after {
    right: 30px;
    border-bottom: 2px solid var(--header);
    border-right: 2px solid var(--header);
    height: 7px;
    width: 7px;
    margin-top: -5px
}

.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select .list,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select .list,
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select .list {
    width: 100%;
    background-color: var(--bg)
}

.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select .focus,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select .focus,
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select .focus {
    background-color: transparent;
    font-weight: 400;
    color: var(--text)
}

.tour-list-wrapper .tour-list-wrap .right-item .form-clt .nice-select .option:hover,
.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select .option:hover,
.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select .option:hover {
    background-color: transparent
}

.tour-list-wrapper .tour-list-box-items,
.tour-sidebar-wrapper .tour-list-box-items {
    display: flex;
    align-items: center;
    gap: 40px;
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    background: #fff;
    box-shadow: 10px 4px 60px 0 rgba(215, 215, 215, .25);
    padding: 10px;
    margin-top: 30px
}

.tour-list-wrapper .tour-list-box-items .tour-image,
.tour-sidebar-wrapper .tour-list-box-items .tour-image {
    position: relative;
    overflow: hidden;
    max-width: 370px;
    border-radius: 10px
}

.tour-list-wrapper .tour-list-box-items .tour-image img,
.tour-sidebar-wrapper .tour-list-box-items .tour-image img {
    border-radius: 10px;
    transform: scale(1.02);
    transition: 1.5s ease-out;
    width: 100%;
    height: 100%
}

.tour-list-wrapper .tour-list-box-items .tour-image span,
.tour-sidebar-wrapper .tour-list-box-items .tour-image span {
    background-color: var(--theme);
    color: var(--white);
    padding: 8px 12px;
    border-radius: 10px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2
}

.tour-list-wrapper .tour-list-box-items .tour-content,
.tour-sidebar-wrapper .tour-list-box-items .tour-content {
    max-width: 385px
}

.tour-list-wrapper .tour-list-box-items .tour-content ul,
.tour-sidebar-wrapper .tour-list-box-items .tour-content ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    padding-bottom: 30px
}

.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items,
.tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px
}

.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-2 span i,
.tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items .list-2 span i {
    color: #f7921e;
    margin-right: 10px
}

.tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items .theme-btn,
.tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items .theme-btn {
    line-height: 1;
    padding: 14px 20px
}

.tour-sidebar-wrapper .tour-main-sideber {
    background-color: var(--white);
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 30px
}

.tour-sidebar-wrapper .tour-list-wrap .list-wrap p {
    color: var(--header);
    font-weight: 500
}

.tour-sidebar-wrapper .tour-list-wrap .right-item .form-clt .nice-select {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 22px;
    border: 1px solid rgba(21, 21, 21, .1);
    background: #f9f9f9;
    color: var(--header);
    width: 204px;
    height: initial !important;
    line-height: initial !important
}

@media (max-width:1199px) {

    .tour-list-wrapper .tour-list-wrap .list-wrap,
    .tour-sidebar-wrapper .tour-list-wrap .list-wrap {
        flex-wrap: wrap
    }

    .tour-list-wrapper .tour-list-box-items,
    .tour-sidebar-wrapper .tour-list-box-items {
        display: block
    }

    .tour-list-wrapper .tour-list-box-items .tour-image,
    .tour-sidebar-wrapper .tour-list-box-items .tour-image {
        max-width: initial
    }

    .tour-list-wrapper .tour-list-box-items .tour-content,
    .tour-sidebar-wrapper .tour-list-box-items .tour-content {
        padding: 30px 20px;
        max-width: initial
    }
}

.tour-no-sidebar-wrapper .tour-no-ideber-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left .filter-button {
    padding: 14px 30px;
    transition: .4s ease-in-out;
    border-radius: 22px;
    border: 1px solid rgba(21, 21, 21, .1)
}

.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left .filter-button h6 {
    font-size: 16px;
    font-weight: 400
}

.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left .filter-button h6 a {
    color: var(--header);
    display: inline-flex;
    gap: 8px
}

.tour-no-sidebar-wrapper .tour-no-ideber-top .side-left h6 {
    font-size: 16px
}

.tour-no-sidebar-wrapper .tour-no-ideber-top .side-right .form-clt .nice-select {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 22px;
    border: 1px solid rgba(21, 21, 21, .1);
    background: #f9f9f9;
    color: var(--header);
    width: 204px;
    height: initial;
    line-height: initial
}

.tour-no-sidebar-wrapper .tour-no-sideber-item {
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    background: var(--white);
    box-shadow: 10px 4px 60px 0 rgba(191, 191, 191, .25);
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 10px;
    position: relative
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image span {
    background-color: var(--theme);
    color: var(--white);
    line-height: 1;
    padding: 8px 14px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 10px;
    z-index: 9
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--white);
    color: var(--text);
    border-radius: 100px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    transition: .4s ease-in-out
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item .star span {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-right: 5px
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .rating-item h5 span {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
    color: var(--text)
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .tour-list {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 10px
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: -60px
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .small-button .theme-btn {
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    color: var(--text);
    padding: 8px 20px;
    background-color: transparent
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile {
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    border-radius: 100px;
    position: absolute;
    right: 30px;
    bottom: 30px
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile ul {
    transform: translateY(100px);
    transition: .6s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid rgba(21, 21, 21, .1);
    color: var(--header);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 2px
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile .plus-btn {
    z-index: 9;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid rgba(21, 21, 21, .1);
    color: var(--header);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-size: 16px;
    display: inline-block
}

.tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item .social-profile:hover ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.tour-details-wrappers .tour-details-content .tour-left-content .list-item {
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 45px 50px
}

.tour-details-wrappers .tour-details-content .tour-left-content .list-item .list {
    margin-top: 35px
}

.tour-details-wrappers .tour-details-content .tour-left-content .list-2 li i,
.tour-details-wrappers .tour-details-content .tour-left-content .list-item .list li i {
    color: var(--theme);
    margin-right: 6px
}

.tour-details-wrappers .tour-details-content .tour-left-content .list-item .list li i.fa-check {
    color: #00aa6c
}

.tour-details-wrappers .tour-details-content .tour-left-content .list-item .list li i.fa-xmark {
    color: #f51414
}

.tour-details-wrappers .tour-details-content .tour-left-content .list-2 {
    margin-top: 25px;
    margin-bottom: 50px
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two {
    position: relative;
    padding-left: 50px;
    margin-top: 30px;
    margin-bottom: 50px
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 30px;
    background: rgba(21, 21, 21, .1);
    width: 1px;
    height: calc(100% - 50px)
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item {
    border: none;
    border-radius: 0;
    position: relative;
    margin-bottom: 35px;
    background: 0 0
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item:before {
    color: var(--white);
    font-size: 14px;
    content: "\f00c";
    position: absolute;
    left: -50px;
    top: 5px;
    width: 30px;
    height: 30px;
    background: var(--theme);
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    font-family: "Font Awesome 5 Pro"
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-button {
    padding: 0 0 15px;
    background: 0 0;
    border-bottom: 1px solid rgba(21, 21, 21, .1);
    font-size: 18px;
    font-weight: 600
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-button:after {
    width: auto;
    height: auto;
    border: none;
    font-size: 20px;
    font-weight: 400;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    background: 0 0;
    color: var(--theme)
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-button.collapsed:after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    color: var(--text)
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-body {
    padding: 20px 0 0
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one {
    margin-top: 30px;
    margin-bottom: 50px
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item {
    border-radius: 10px;
    margin-bottom: 15px;
    background: 0 0;
    border: 1px solid rgba(21, 21, 21, .1)
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:first-of-type,
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:last-of-type,
.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item:last-of-type .accordion-button {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button {
    border: none;
    font-size: 20px;
    box-shadow: none;
    font-weight: 500;
    align-items: center;
    color: var(--header);
    background: 0 0;
    padding: 12px 10px 10px 30px
}

@media only screen and (max-width:479px) {
    .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button {
        font-size: 16px;
        padding: 8px 10px 8px 20px
    }
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button:after {
    flex: none;
    font-size: 20px;
    font-weight: 400;
    margin-top: -2px;
    content: "\f068";
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border-radius: 50%;
    transform: rotate(0);
    border: 1px solid rgba(21, 21, 21, .1);
    font-family: "Font Awesome 5 Pro"
}

@media only screen and (max-width:375px) {
    .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button:after {
        width: 30px;
        height: 30px;
        font-size: 13px;
        line-height: 30px
    }
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-item .accordion-button.collapsed:after {
    content: "\f067";
    transform: rotate(-90deg)
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body {
    padding: 0 30px 8px
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body .list-style-two {
    display: flex;
    flex-wrap: wrap
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body .list-style-two li {
    font-size: 16px;
    font-weight: 400;
    margin-right: 70px
}

@media only screen and (max-width:1199px) {
    .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body .list-style-two li {
        margin-right: 30px
    }
}

.tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body .list-style-two li:before {
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-top: 2px;
    line-height: 20px;
    background: var(--theme)
}

.tour-details-wrappers .tour-details-content .tour-left-content .map-items .googpemap iframe {
    width: 100%;
    height: 511px;
    border-radius: 10px
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items {
    border-radius: 10px;
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 40px 70px;
    margin-top: 30px;
    margin-bottom: 50px
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box {
    text-align: center;
    position: relative;
    max-width: 400px
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box::before {
    position: absolute;
    bottom: 0;
    content: "";
    background-color: rgba(21, 21, 21, .1);
    width: 1px;
    right: 0;
    top: -40px;
    left: 160px;
    height: 210px
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
    font-size: 70px;
    font-weight: 600;
    line-height: 1
}

@media (max-width:1399px) {
    .tour-sidebar-wrapper .tour-sidebar-bg-image-items .tour-bg-content h3 {
        font-size: 25px
    }

    .tour-no-sidebar-wrapper .tour-no-sideber-item {
        flex-wrap: wrap;
        gap: 30px
    }

    .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-image {
        flex-basis: 100%
    }

    .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content {
        padding: 0 20px 20px
    }

    .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item {
        margin-right: 0
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .list-item {
        padding: 30px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .list-item .list {
        margin-top: 30px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one,
    .tour-details-wrappers .tour-details-content .tour-left-content .list-2 {
        margin-bottom: 30px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .accordion-two .accordion-item .accordion-button {
        font-size: 16px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .accordion-one .accordion-body {
        font-size: 15px;
        padding-left: 20px;
        padding-right: 20px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items {
        padding: 30px;
        margin-bottom: 30px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
        font-size: 70px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box .star {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .top-hotel-item {
        flex-wrap: initial
    }

    .top-hotel-item .hotel-content {
        padding: 15px
    }

    .top-hotel-item .hotel-content .button-item,
    .top-hotel-item .hotel-content .list-item .list {
        flex-wrap: wrap;
        gap: 15px
    }

    .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .share-item {
        flex-wrap: wrap;
        gap: 10px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box {
        flex-wrap: wrap;
        gap: 20px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box::before {
        display: none
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box h2 {
        font-size: 60px
    }
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .courses-reviews-box .reviews-box .star {
    color: var(--theme);
    margin-bottom: 10px
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right {
    max-width: 460px;
    width: 100%
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .star {
    color: var(--theme);
    display: flex;
    align-items: center;
    gap: 7px
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item span {
    font-weight: 500;
    color: var(--header);
    font-size: 18px;
    flex-basis: 140px
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress {
    background: rgba(251, 91, 50, .2);
    justify-content: flex-start;
    border-radius: 0;
    align-items: center;
    position: relative;
    display: flex;
    height: 5px;
    width: 100%;
    max-width: 244px
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .progress-value {
    animation: 3s forwards load;
    border-radius: 0;
    background: var(--theme);
    height: 5px;
    width: 0
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-two {
    animation: 3s forwards load2
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-three {
    animation: 3s forwards load3
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-four {
    animation: 3s forwards load4
}

.tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item .style-five {
    animation: 3s forwards load5
}

@keyframes load {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes load2 {
    0% {
        width: 0
    }

    100% {
        width: 90%
    }
}

@keyframes load3 {
    0% {
        width: 0
    }

    100% {
        width: 80%
    }
}

@keyframes load4 {
    0% {
        width: 0
    }

    100% {
        width: 70%
    }
}

@keyframes load5 {
    0% {
        width: 0
    }

    100% {
        width: 60%
    }
}

.tour-details-wrappers .tour-details-content .tour-left-content .contact-box {
    border: 1px solid rgba(21, 21, 21, .1);
    border-radius: 12px;
    padding: 40px 50px;
    margin-top: 30px
}

@media (max-width:767px) {
    .top-hotel-item {
        flex-wrap: wrap
    }

    .tour-list-wrapper .tour-list-wrap,
    .tour-sidebar-wrapper .tour-list-wrap {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        margin-top: 30px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .courses-reviews-box-items .reviews-ratting-right .reviews-ratting-item {
        flex-wrap: wrap;
        gap: 20px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt input,
    .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea {
        padding: 14px 20px
    }
}

.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt input::placeholder,
.tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea::placeholder {
    color: var(--white)
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items {
    border-radius: 10px;
    background: var(--white);
    filter: drop-shadow(10px 4px 60px rgba(215, 215, 215, .25));
    padding: 40px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items h3 {
    font-size: 24px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list {
    position: relative;
    margin-top: 10px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li {
    color: var(--header);
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(21, 20, 21, .09);
    padding-bottom: 20px;
    padding-top: 15px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt {
    flex-basis: 55%
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt input {
    width: 100%;
    outline: 0;
    border: 1px solid rgba(21, 21, 21, .1);
    padding: 11px 16px;
    color: #696969;
    background-color: transparent;
    text-transform: capitalize;
    font-weight: 700;
    border-radius: 8px !important;
    color-scheme: dark;
    line-height: 1;
    font-size: 14px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt input input:checked~.checkmark::after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: -5px;
    left: 5px;
    color: #000;
    font-size: 11px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt input::placeholder {
    color: #455151
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single {
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    display: block
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single input,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: 1px solid rgba(21, 20, 21, .15);
    background-color: var(--white);
    top: 5px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area .checkmark::after,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area .checkmark::after {
    content: ""
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked~.checkmark::after,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked~.checkmark::after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: -5px;
    left: 5px;
    color: var(--theme);
    font-size: 11px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area input:checked~.checkmark:after,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .checkbox-area input:checked~.checkmark:after {
    display: block;
    color: var(--white)
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt .checkbox-single .text-color {
    color: #455151;
    font-size: 16px;
    font-style: normal;
    font-weight: 500
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list .input-group-addon {
    position: absolute;
    right: 12px;
    top: 8px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list {
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(21, 20, 21, .09);
    padding-bottom: 24px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list p {
    font-size: 16px;
    color: #455151;
    font-weight: 800;
    margin-bottom: 10px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li {
    color: #8b8b8b;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li b {
    font-weight: 400;
    color: #8b8b8b;
    padding-left: 10px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt {
    flex-basis: 50%
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(21, 20, 21, .15);
    background: var(--white);
    padding: 11px 16px;
    line-height: 1;
    font-size: 14px;
    color: #455151;
    font-weight: 700;
    height: initial;
    line-height: initial
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select::after {
    border-bottom: 1px solid #231c25;
    border-right: 1px solid #231c25;
    width: 8px;
    height: 8px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .tickets-list ul li .form-clt .single-select .list {
    width: 100%;
    background-color: var(--white)
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items {
    border-bottom: 1px solid rgba(21, 20, 21, .09);
    padding-bottom: 24px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items p {
    color: #455151;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single {
    position: relative;
    padding-left: 18px;
    cursor: pointer
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .checkbox-area .checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 20px;
    border: 1px solid rgba(21, 20, 21, .15);
    top: 5px;
    background-color: var(--white)
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .text-color {
    font-weight: 500;
    color: #455151;
    font-size: 16px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .extra-items .checkbox-single .text-color .star {
    color: #ffa41b;
    margin-right: 5px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .total-list {
    display: flex;
    align-items: center;
    padding-top: 24px;
    justify-content: space-between;
    margin-bottom: 30px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .total-list li {
    font-size: 20px;
    font-weight: 800;
    color: #151415
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .theme-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 20px
}

.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .text {
    text-align: center;
    text-transform: capitalize;
    color: var(--text)
}

.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact {
    padding: 40px;
    background-color: var(--header);
    margin-bottom: 30px;
    margin-top: 30px
}

.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact h3 {
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 25px;
    margin-bottom: 30px
}

.destination-item-4 .destination-image .destination-content p,
.tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content span,
.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact .list-style-one li a {
    color: var(--white)
}

.tour-details-wrappers .tour-details-content .tour-details-side .widget-contact .list-style-one li i {
    margin-right: 5px;
    color: var(--white)
}

.destination-radius-item-3 {
    border: 1px solid rgba(21, 21, 21, .1);
    border-radius: 150px;
    padding: 10px 10px 30px;
    margin-top: 30px;
    background-color: var(--white)
}

.destination-radius-item-3 .destination-image span {
    color: var(--white);
    background-color: var(--theme-2);
    padding: 2px 10px;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 7px
}

.tour-places-items-3 .tour-places-image {
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.tour-places-items-3 .tour-places-image span {
    background-color: var(--white);
    color: var(--header);
    line-height: 1;
    padding: 8px 14px;
    position: absolute;
    top: 22px;
    left: 22px;
    border-radius: 10px
}

.tour-places-items-3 .tour-places-image .icon:hover,
.tour-places-items-3 .tour-places-image span.style-bg,
.tour-places-section-3 .array-buttons .array-prev:hover {
    background-color: var(--theme-2);
    color: var(--white)
}

.tour-places-items-3 .tour-place-content h4 {
    border-bottom: 1px solid rgba(20, 24, 22, .1);
    padding-bottom: 30px;
    margin-bottom: 25px
}

.tour-places-items-3 .tour-place-content h4.bottom {
    padding-bottom: 60px
}

.tour-places-items-3 .tour-place-content .tour-place-bottom .theme-btn {
    border: 1px solid rgba(20, 24, 22, .1);
    background-color: transparent;
    color: var(--text);
    padding: 11px 35px
}

.tour-places-section-3 .nav {
    margin-bottom: 30px;
    margin-top: 30px
}

.tour-places-section-3 .nav li .nav-link {
    color: var(--header);
    transition: .4s ease-in-out;
    padding: 30px 36px;
    border-radius: 79px;
    border: 1px solid rgba(20, 24, 22, .1);
    line-height: 1;
    display: grid;
    gap: 10px;
    width: 220px;
    justify-content: center
}

@media (max-width:1600px) {

    .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .tour-list,
    .tour-places-items-3 .tour-place-content .tour-list {
        flex-wrap: wrap;
        gap: 15px
    }

    .tour-no-sidebar-wrapper .tour-no-sideber-item .sideber-content .tour-list li,
    .tour-places-items-3 .tour-place-content .tour-list li {
        font-size: 14px
    }

    .tour-places-items-3 .tour-place-content h4 {
        font-size: 20px
    }

    .tour-places-items-3 .tour-place-content .tour-place-bottom .theme-btn {
        padding: 8px 20px
    }

    .tour-places-section-3 .nav li {
        font-size: 16px
    }

    .tour-places-section-3 .nav li .nav-link {
        padding: 30px 20px;
        width: 170px
    }
}

@media (max-width:575px) {

    .tour-list-wrapper .tour-list-box-items .tour-content ul,
    .tour-sidebar-wrapper .tour-list-box-items .tour-content ul {
        flex-wrap: wrap;
        padding-bottom: 20px
    }

    .tour-list-wrapper .tour-list-box-items .tour-content .bottom-list-items,
    .tour-sidebar-wrapper .tour-list-box-items .tour-content .bottom-list-items {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: start;
        margin-top: 20px
    }

    .tour-no-sidebar-wrapper .tour-no-ideber-top {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .map-items .googpemap iframe {
        height: 400px
    }

    .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt input,
    .tour-details-wrappers .tour-details-content .tour-left-content .contact-box .form-clt textarea {
        padding: 12px 18px
    }

    .tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-items .form-list li .form-clt input {
        padding: 12px 20px;
        font-size: 14px
    }

    .tour-places-section-3 .nav li .nav-link {
        padding: 15px 35px
    }
}

.tour-places-section-3 .nav li .nav-link.active {
    position: relative;
    background-color: var(--theme-2);
    color: var(--white);
    border: 1px solid var(--theme-2)
}

.tour-places-section-3 .array-buttons .array-prev {
    position: absolute;
    left: 315px;
    top: 195px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    border: 1px solid rgba(20, 24, 22, .1);
    color: var(--text);
    transition: .4s ease-in-out;
    z-index: 999
}

.tour-places-section-3 .array-buttons .array-next {
    position: absolute;
    right: 315px;
    top: 195px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100px;
    background-color: var(--theme-2);
    color: var(--white);
    transition: .4s ease-in-out
}

.travel-box-items-4 {
    margin-top: 30px;
    padding: 40px 32px;
    border: 1px solid rgba(21, 21, 21, .07);
    transition: .4s ease-in-out;
    border-radius: 10px
}

.travel-box-items-4:hover {
    transform: translateY(-10px);
    background-color: #fef8ef;
    border: 1px solid rgba(21, 21, 21, .07)
}

.destination-item-4 .destination-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 400px
}

.destination-item-4 .destination-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0, rgba(21, 21, 21, .7) 100%);
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out;
    z-index: 999
}

.destination-item-4 .destination-image .destination-content {
    bottom: -20px;
    left: 40px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .4s ease-in-out
}

.destination-item-4:hover .destination-image .destination-content {
    bottom: 20px;
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.destination-escap-item .destination-escap-content .content-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px
}

@media (max-width:1600px) {
    .tour-places-section-3 .array-buttons .array-prev {
        left: 185px
    }

    .tour-places-section-3 .array-buttons .array-next {
        right: 185px
    }

    .destination-escap-item .destination-escap-content .content-item h4 {
        font-size: 16px
    }
}

.destination-escap-item .destination-escap-content .content-item .star span {
    color: var(--white);
    opacity: .7;
    margin-left: 5px;
    display: inline-block
}

.destination-escap-item .destination-escap-content .bottom-item {
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.destination-escap-section::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: var(--header);
    top: 44%;
    z-index: -1
}

.destination-escap-section .section-title-area .array-buttons {
    display: flex;
    align-items: center;
    gap: 12px
}

.destination-escap-section .section-title-area .array-buttons .array-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #696969;
    color: #696969;
    transition: .4s ease-in-out
}

.destination-escap-section .section-title-area .array-buttons .array-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    transition: .4s ease-in-out
}

.destination-escap-section .section-title-area .array-buttons .array-next:hover {
    background-color: var(--header);
    color: var(--white)
}

.destination-slider-4 {
    margin-right: -350px;
    margin-left: 40px;
    margin-top: 48px
}

@media (max-width:1399px) {

    .tour-details-wrappers .tour-details-content .tour-left-content .contact-box,
    .travel-box-items-4 {
        padding: 30px
    }

    .destination-item-4 .destination-image .destination-content h3,
    .tour-details-wrappers .tour-details-content .tour-details-side .tour-sidebar-bg-image-items .tour-bg-content h3 {
        font-size: 25px
    }

    .destination-section-3 .left-shape,
    .destination-section-3 .right-shape,
    .tour-places-section-3 .array-buttons {
        display: none
    }

    .destination-escap-item .destination-escap-content .bottom-item h6,
    .tour-places-items-3 .tour-place-content .tour-list li {
        font-size: 16px
    }

    .tour-places-items-3 .tour-place-content .tour-place-bottom {
        flex-wrap: wrap;
        gap: 10px
    }

    .tour-places-section-3 .nav li .nav-link {
        padding: 15px 35px;
        width: 220px
    }

    .destination-escap-item,
    .travel-box-items-4 p {
        margin-top: 30px
    }

    .destination-item-4 .destination-image .destination-content {
        left: 20px
    }

    .destination-escap-item .destination-escap-content .content-item {
        flex-wrap: wrap
    }

    .destination-escap-item .destination-escap-content .content-item h4 {
        font-size: 20px
    }

    .destination-slider-4 {
        margin: 0 10px
    }
}
 .breadcrumb-wrapper-2,
    .breadcrumb-wrapper-3,
    .breadcrumb-wrapper-4 {
        margin: 30px 15px 0;
    }

    .travel-blog-section {
        padding: 70px 0 65px;
        background: #fff;
        overflow: hidden;
    }

    .travel-blog-section__heading {
        text-align: center;
        margin-bottom: 28px;
    }

    .travel-blog-section__subtitle {
        display: block;
        color: #e61f2a;
        font-size: 28px;
        line-height: 1;
        font-weight: 400;
        font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
        margin-bottom: 10px;
    }

    .travel-blog-section__title {
        color: #0a1f49;
        font-size: 40px;
        line-height: 1.15;
        font-weight: 600;
        margin: 0;
    }



    .travel-blog-slider-wrap {
        position: relative;
    }

    .travel-blog-slider {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px;
    }

    .travel-blog-card {
        min-width: 0;
    }

    .travel-blog-card__image-link {
        display: block;
        border-radius: 14px;
        overflow: hidden;
        margin-bottom: 26px;
    }

    .travel-blog-card__image {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
        border-radius: 14px;
        transition: transform .35s ease;
    }

    .travel-blog-card__image-link:hover .travel-blog-card__image {
        transform: scale(1.04);
    }

    .travel-blog-card__title {
        margin: 0 0 8px;
        font-size: 20px;
        line-height: 1.35;
        font-weight: 600;
        color: #0a1f49;
    }

    .travel-blog-card__title a {
        color: inherit;
        text-decoration: none;
    }

    .travel-blog-card__title a:hover {
        color: #e61f2a;
    }

    .travel-blog-card__author {
        color: #747b88;
        font-size: 21px;
        line-height: 1.4;
        margin: 0 0 15px;
    }

    .travel-blog-card__text {
        color: #747b88;
        font-size: 22px;
        line-height: 1.38;
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .travel-blog-arrow {
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        z-index: 2;
        width: 42px;
        height: 42px;
        border: 0;
        background: transparent;
        color: #071735;
        font-size: 52px;
        line-height: 1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .travel-blog-arrow--prev {
        left: -70px;
    }

    .travel-blog-arrow--next {
        right: -70px;
    }

    @media (max-width: 1199px) {
        .travel-blog-slider {
            gap: 25px;
        }

        .travel-blog-arrow--prev {
            left: -35px;
        }

        .travel-blog-arrow--next {
            right: -35px;
        }

        .travel-blog-card__title {
            font-size: 23px;
        }

        .travel-blog-card__text {
            font-size: 19px;
        }
    }

   @media (max-width: 991px) {
    .travel-blog-slider {
        grid-template-columns: none;
        display: flex;
        overflow: hidden;
        gap: 0;
    }

    .travel-blog-card {
        flex: 0 0 50%;
        padding: 0 10px;
    }

    .travel-blog-arrow {
        display: flex;
    }

    .travel-blog-arrow--prev {
        left: 0;
    }

    .travel-blog-arrow--next {
        right: 0;
    }
}

@media (max-width: 767px) {
    .travel-blog-slider {
        grid-template-columns: none;
        display: flex;
        overflow: hidden;
        gap: 0;
    }

    .travel-blog-card {
        flex: 0 0 100%;
        padding: 0 10px;
    }

    .travel-blog-arrow {
        display: flex;
        top: 52%;
        font-size: 38px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
    }

    .travel-blog-arrow--prev {
        left: -15px;
    }

    .travel-blog-arrow--next {
        right: -15px;
    }
}

    @media (max-width: 767px) {
        .travel-blog-section {
            padding: 45px 0;
        }

        .travel-blog-section__subtitle {
            font-size: 25px;
        }

        .travel-blog-section__title {
            font-size: 32px;
        }


        .travel-blog-slider {
            grid-template-columns: 1fr;
            gap: 30px;
        }

        .travel-blog-card__image {
            height: 220px;
        }

        .travel-blog-card__image-link {
            margin-bottom: 18px;
        }

        .travel-blog-card__title {
            font-size: 22px;
        }

        .travel-blog-card__author {
            font-size: 18px;
        }

        .travel-blog-card__text {
            font-size: 18px;
        }
    }
    .related-tours-widget {
    background: #fff;
    border: 1px solid #edf0f5;
    border-radius: 8px;
    padding: 24px 18px;
}

.related-tours-heading {
    text-align: center;
    margin-bottom: 22px;
}

.related-tours-heading span {
    display: block;
    color: #e61f2a;
    font-size: 17px;
    line-height: 1.2;
    font-family: "Brush Script MT", "Segoe Script", "Lucida Handwriting", cursive;
    margin-bottom: 6px;
}

.related-tours-heading h4 {
    color: #0a1f49;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
}

.related-tours-heading img {
    max-width: 190px;
    margin-top: 12px;
}

.related-tours-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.related-tour-card {
    background: #fff;
    border: 1px solid #dfe5ef;
    border-radius: 10px;
    overflow: hidden;
}

.related-tour-card__image {
    display: block;
}

.related-tour-card__image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
}

.related-tour-card__content {
    padding: 16px;
}

.related-tour-card__content h5 {
    margin: 0 0 10px;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
    color: #0a1f49;
}

.related-tour-card__content h5 a {
    color: inherit;
    text-decoration: none;
}

.related-tour-card__content h5 a:hover {
    color: #e61f2a;
}

.related-tour-card__content p {
    margin: 0 0 18px;
    color: #747b88;
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.related-tour-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.related-tour-card__meta span {
    color: #e61f2a;
    font-size: 16px;
}

.related-tour-card__meta span i {
    color: #e61f2a;
    margin-right: 5px;
}

.related-tour-card__meta strong {
    color: #e61f2a;
    font-size: 20px;
    font-weight: 700;
    white-space: nowrap;
}

.related-tour-card__btn {
    display: block;
    width: 100%;
    border: 1px solid #0a1f49;
    border-radius: 7px;
    color: #0a1f49;
    background: #fff;
    text-align: center;
    padding: 9px 12px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all .25s ease;
}

.related-tour-card__btn:hover {
    background: #0a1f49;
    color: #fff;
}

@media (max-width: 991px) {
    .related-tours-widget {
        margin-top: 30px;
    }

    .related-tour-card__image img {
        height: 220px;
    }
}
  .related-tours-widget {
        width: 100%;
        max-width: 100%;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 20px;
        padding: 28px 28px 24px;
        overflow: hidden;
    }

    .related-tours-slider {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }

    .related-tours-slider .swiper-wrapper {
        width: 100%;
    }

    .related-tours-slider .swiper-slide {
        height: auto;
    }

    .related-tour-card {
        height: 100%;
    }

    .related-tour-card {
        width: 100%;
        max-width: 100%;
        background: #fff;
        border-radius: 16px;
        overflow: hidden;
    }

    .related-tour-card__image {
        width: 100%;
        height: 260px;
        display: block;
        overflow: hidden;
        border-radius: 16px 16px 0 0;
    }

    .related-tour-card__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .related-tour-card__content {
        padding: 22px;
    }

    .related-tour-card__content h5 {
        font-size: 23px;
        line-height: 1.3;
        margin-bottom: 12px;
    }

    .related-tour-card__content h5 a {
        color: #1c3b62;
        text-decoration: none;
    }

    .related-tour-card__content p {
        font-size: 16px;
        line-height: 1.7;
        color: #555;
        margin-bottom: 18px;

        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .related-tour-card__meta {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
        margin-bottom: 22px;
    }

    .related-tour-card__meta span {
        font-size: 16px;
        color: #555;
    }

    .related-tour-card__meta i {
        color: #e33b3b;
        margin-right: 6px;
    }

    .related-tour-card__meta strong {
        font-size: 18px;
        color: #555;
    }

    .related-tour-card__btn {
        width: 100%;
        min-height: 64px;
        border-radius: 14px;
        background: #1c3b62;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        text-decoration: none;
    }

    .related-tour-card__btn:hover {
        background: #122a47;
        color: #fff;
    }

    .related-tours-slider-nav {
        display: none;
    }

    .related-tours-pagination {
        margin-top: 18px;
        text-align: center;
    }

    .related-tours-widget-full {
        position: relative;
    }

    .related-tours-slider {
        position: relative;
        padding: 0 55px;
    }

    .related-tours-arrows {
        margin-top: 0;
    }

    .related-tours-prev,
    .related-tours-next {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        background: #1c3b62;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.3s ease;
        font-size: 16px;
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        z-index: 10;
    }

    .related-tours-prev {
        left: 0;
    }

    .related-tours-next {
        right: 0;
    }

    .related-tours-prev:hover,
    .related-tours-next:hover {
        background: #122a47;
        color: #fff;
    }

    @media (max-width: 767px) {
        .related-tours-slider {
            padding: 0;
        }

        .related-tours-prev,
        .related-tours-next {
            position: static;
            transform: none;
        }

        .related-tours-arrows {
            display: flex;
            justify-content: center;
            gap: 14px;
            margin-top: 22px;
        }
    }
    .related-tours-widget,
.related-tours-widget-full,
.related-tours-slider-wrap {
    overflow: visible;
}

.related-tours-widget-full {
    position: relative;
}

.related-tours-slider-wrap {
    position: relative;
}

.related-tours-slider {
    overflow: hidden;
    width: 100%;
}

.related-tours-prev,
.related-tours-next {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #1c3b62;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}

.related-tours-prev {
    left: -100px;
}

.related-tours-next {
    right: -100px;
}

.related-tours-prev:hover,
.related-tours-next:hover {
    background: #122a47;
    color: #fff;
}

@media (max-width: 767px) {
    .related-tours-prev,
    .related-tours-next {
        position: static;
        transform: none;
    }

    .related-tours-arrows {
        display: flex;
        justify-content: center;
        gap: 14px;
        margin-top: 22px;
    }
}