@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.primary-btn1,
.primary-btn5 span,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-poppins);
}

.btn-dark,
.btn-primary {
    --bs-btn-padding-y: 8px;
    --bs-btn-padding-x: 12px;
}

*,
html {
    scroll-behavior: smooth;
}

button,
input {
    border: none;
    outline: 0;
}

.egns-preloader,
.egns-preloader::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary-btn1:hover,
.primary-btn5:hover span,
.slider-btn-grp6 .slider-btn:hover span,
body,
h1,
h2,
h3,
h4,
h5,
h6,
header.style-1 .main-menu .hotline-area .content h6 a:hover,
header.style-1 .main-menu ul>li i.active,
header.style-1 .main-menu ul>li ul.sub-menu>li a.active,
header.style-1 .main-menu ul>li ul.sub-menu>li a:hover,
header.style-1 .main-menu ul>li ul.sub-menu>li.active .dropdown-icon,
header.style-1 .main-menu ul>li ul.sub-menu>li.active>a,
header.style-1 .main-menu ul>li ul.sub-menu>li:hover .dropdown-icon,
header.style-1 .main-menu ul>li ul.sub-menu>li:hover>a,
header.style-1 .main-menu ul>li:hover .dropdown-icon2,
header.style-1 .main-menu ul>li:hover::after,
header.style-1 .main-menu ul>li:hover>a,
header.style-1 .nav-right .hotline-area .content h6 a:hover,
header.style-1 .nav-right .modal-btn:hover {
    color: var(--primary-color1);
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .rating span,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input input,
.primary-btn1,
.primary-btn2,
.primary-btn2:hover,
.primary-btn3,
.primary-btn3:hover,
.primary-btn4:hover span,
.secondary-btn1:hover,
.secondary-btn2:hover,
.secondary-btn3:hover span,
.secondary-btn4:hover,
.slider-btn-grp .slider-btn i,
.slider-btn-grp.two .slider-btn:hover i,
header.style-1 .menu-close-btn i {
    color: var(--white-color);
}

.footer-section .footer-top .footer-widget .widget-list,
header.style-1 .main-menu ul,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .eg-tag,
.primary-btn5,
.secondary-btn3,
.section-title2 .eg-section-tag,
.section-title4 .eg-section-tag {
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}

* {
    margin: 0;
    padding: 0;
}

:root {
    --font-poppins: "Poppins", sans-serif;
    --font-jost: "Jost", sans-serif;
    --font-satisfy: "Satisfy", sans-serif;
    --font-sansita: "Sansita", sans-serif;
    --white-color: #fff;
    --black-color: #000;
    --title-color: #100c08;
    --text-color: #787878;
    --primary-color1: #2d6c75;
    --primary-color1-opc: 150, 75, 0;
    --primary-color2: #ffd67d;
    --primary-color2-opc: 251, 176, 59;
}

html {
    font-size: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.4;
}

.preloader-close-btn,
p {
    font-weight: 400;
    font-size: 16px;
}

i.bx {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

p {
    
    line-height: 26px;
}

.sec-mar {
    margin: 100px 0;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-100 {
    padding-top: 110px;
}

.pb-100 {
    padding-bottom: 110px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-65 {
    padding-bottom: 65px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-130 {
    margin-bottom: 130px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pt-120 {
        padding-top: 100px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }

    .pb-80 {
        padding-bottom: 60px;
    }

    .mt-120 {
        margin-top: 100px;
    }

    .mb-120,
    .mb-130 {
        margin-bottom: 100px;
    }
}

.mb-100 {
    margin-bottom: 110px;
}

.mt-100 {
    margin-top: 110px !important;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-80 {
    margin-bottom: 80px;
}

.footer-section .footer-top .footer-widget .single-contact .widget-title,
.mb-15 {
    margin-bottom: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pe-80 {
    padding-right: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pl-110 {
    padding-left: 110px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .pl-110 {
        padding-left: 70px;
    }
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-35 {
    margin-bottom: 35px;
}

.footer-section .footer-top .footer-widget .footer-logo,
.mb-20,
.single-activity.two .icon {
    margin-bottom: 20px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.footer-section .footer-top .footer-widget .widget-title.two,
.mb-25,
.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item {
    margin-bottom: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.container.one {
    max-width: 1455px;
}

.egns-preloader {
    position: fixed !important;
    z-index: 99999;
    overflow: hidden;
}

.egns-preloader::before {
    content: "";
    position: absolute;
    background: #fff;
    z-index: -1;
}

.egns-preloader .circle-border {
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height: 140px;
    border: 0 solid var(--primary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    border-radius: 50%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
}

.egns-preloader .circle-border .moving-circle,
.egns-preloader .circle-border .moving-circle:nth-child(2),
.egns-preloader .circle-border .moving-circle:nth-child(3) {
    width: 10px;
    height: 10px;
    background: var(--primary-color1);
    border-radius: 50%;
    left: 0;
    overflow: hidden;
    margin: auto;
    top: 0;
    right: 0;
}

.primary-btn1::after,
.primary-btn2::after,
.primary-btn4 span::after {
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    transform: skewX(45deg) scale(0, 1);
    transition: 0.5s ease-out;
    position: absolute;
    content: "";
    z-index: -1;
    left: 15%;
    bottom: 0;
}

.activities-counter .single-activity .icon svg,
.egns-preloader .circle-border svg,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .icon svg,
.section-title span svg,
.section-title5 span svg,
.single-activity .icon svg,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul li svg,
.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link .icon svg,
.slider-btn-grp2 .slider-btn svg,
header.style-1 .main-menu .hotline-area .icon svg,
header.style-1 .nav-right .hotline-area .icon svg,
header.style-1 .nav-right .modal-btn:hover svg,
header.style-1.dashboard .header-log-and-sb-btn .dashboard-sb-btn .sidebar-toggle-button.active {
    fill: var(--primary-color1);
}

.egns-preloader .circle-border svg path,
.slider-btn-grp5 .slider-btn.swiper-button-disabled:hover svg,
.slider-btn-grp6 .slider-btn:hover svg {
    stroke: var(--primary-color1);
}

.egns-preloader .circle-border .moving-circle {
    position: absolute;
    bottom: 0;
    animation: 2s linear infinite circle;
}

.egns-preloader .circle-border .moving-circle:nth-child(2) {
    position: absolute;
    bottom: 0;
    animation: 2.25s linear infinite circle;
}

.egns-preloader .circle-border .moving-circle:nth-child(3) {
    position: absolute;
    bottom: 0;
    animation: 2.5s linear infinite circle;
}

@keyframes circle {
    0% {
        transform: rotate(0) translate(-70px) rotate(0);
    }

    100% {
        transform: rotate(360deg) translate(-70px) rotate(-360deg);
    }
}

.egns-preloader.close,
header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu::before,
header.style-1 .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

.preloader-close-btn {
    position: absolute;
    right: 20px;
    top: 30px;
    transition: linear 0.5s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
}

.primary-btn1,
.primary-btn2,
.primary-btn3,
.primary-btn4 span {
    text-transform: capitalize;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--primary-color1);
    letter-spacing: 0.48px;
}

.primary-btn1 {
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.5s;
}

.primary-btn2,
.primary-btn3 {
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
}

.primary-btn2,
.primary-btn3,
.primary-btn4 span {
    font-family: var(--font-poppins);
    gap: 7px;
}

.footer-section .footer-top .footer-widget .form-inner button svg,
.primary-btn1 svg,
.primary-btn2 svg,
.primary-btn4 span svg,
.primary-btn5 span svg,
.secondary-btn4 svg {
    fill: var(--white-color);
    transition: 0.5s;
}

.primary-btn1::after {
    display: block;
    border-radius: 2px;
    background-color: var(--primary-color2);
}

.contact-page .single-contact .icon svg,
.feature-card.style-2.secondary:hover svg,
.feature-card.style-2:hover .feature-card-icon svg,
.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .text-logo svg,
.home1-banner-area .home1-banner-wrapper .home1-banner-content .eg-tag span svg,
.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link.active svg,
.primary-btn1:hover svg,
.primary-btn2:hover svg,
.primary-btn4:hover span svg,
.secondary-btn4:hover svg,
.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active .icon svg,
.slider-btn-grp2 .slider-btn:hover svg,
.slider-btn-grp4 .slider-btn:hover svg {
    fill: var(--white-color);
}

.primary-btn1:hover::after,
.primary-btn2:hover::after,
.primary-btn4:hover span::after,
.secondary-btn4:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.primary-btn1.two,
.primary-btn2.two {
    border-radius: unset;
}

.primary-btn2 {
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    padding: 11px 16px;
}

.primary-btn2::after,
.primary-btn4 span::after {
    display: block;
    border-radius: 2px;
    background-color: #0a1019;
}

.primary-btn3 {
    border-radius: 35px;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 34px;
    border-bottom: 2px solid #4a8631;
}

.primary-btn4 span,
.primary-btn5 span {
    align-items: center;
    color: var(--white-color);
}

.primary-btn3::after,
.secondary-btn1::after,
.secondary-btn2::after {
    position: absolute;
    content: "";
    border-radius: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--title-color);
    transform-origin: right;
    transform: scalex(0);
    z-index: -1;
    transition: transform 0.7s;
}

.primary-btn5 ::after,
.secondary-btn3 ::after {
    transition: transform 0.5s;
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    right: 0;
    content: "";
}

.primary-btn3:hover::after,
.primary-btn5:hover ::after,
.secondary-btn1:hover::after,
.secondary-btn2:hover::after,
.secondary-btn3:hover ::after {
    transform: scalex(1);
    transform-origin: left;
}

.primary-btn4 {
    padding: 5px;
    border: 1px dashed var(--primary-color1);
    border-radius: 2px;
    display: inline-block;
}

.primary-btn4 span,
.primary-btn5,
.primary-btn5 span {
    display: inline-flex;
    transition: 0.5s;
}

.primary-btn4 span {
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    padding: 17px 41px;
}

.primary-btn4.two span {
    padding: 17px 22px;
}

.primary-btn5 {
    -webkit-mask-image: url(../img/home5/vector/primary-btn5-bg.svg);
    background-color: var(--primary-color1);
    padding: 11px 17px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.secondary-btn1,
.secondary-btn2,
.secondary-btn3,
.secondary-btn4 {
    background-color: var(--primary-color2);
    z-index: 1;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.primary-btn5 span {
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.secondary-btn1,
.secondary-btn2,
.secondary-btn3 span,
.secondary-btn4 {
    font-size: 16px;
    color: var(--title-color);
    align-items: center;
    display: inline-flex;
    font-family: var(--font-poppins);
    text-transform: capitalize;
    line-height: 1;
}

.secondary-btn1,
.secondary-btn2 {
    gap: 7px;
    letter-spacing: 0.48px;
}

.primary-btn5 ::after {
    background: var(--primary-color2);
    transform-origin: right;
    transform: scalex(0);
}

.home2-about-section .about-content .facility-card:hover,
.secondary-btn4::after,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.slider-btn-grp2 .slider-btn:hover,
.slider-btn-grp4 .slider-btn:hover {
    background-color: var(--primary-color1);
}

.footer-section .footer-top .footer-widget .form-inner button:hover svg,
.primary-btn5:hover span svg,
header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
}

.secondary-btn1 {
    border-radius: 30px;
    font-weight: 500;
    padding: 17px 31px;
    transition: 0.5s;
}

.secondary-btn2 {
    border-radius: 35px;
    font-weight: 600;
    padding: 14px 26px;
    transition: 0.5s;
    border-bottom: 2px solid #a67c3b;
}

.secondary-btn3 span,
.secondary-btn4 {
    font-weight: 600;
    gap: 10px;
    transition: 0.5s;
}

.secondary-btn3 {
    -webkit-mask-image: url(../img/home5/vector/secondary-btn3-bg.svg);
    padding: 17px 30px;
    display: inline-flex;
    transition: 0.5s;
}

.secondary-btn3 ::after {
    background: var(--primary-color1);
    transform-origin: right;
    transform: scalex(0);
}

.secondary-btn4 {
    letter-spacing: 0.48px;
    padding: 18px 26px;
}

.secondary-btn4::after {
    position: absolute;
    content: "";
    display: block;
    left: 15%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    border-radius: 2px;
    transform: skewX(45deg) scale(0, 1);
    z-index: -1;
    transition: 0.5s ease-out;
}

.secondary-btn4.two {
    border-radius: 5px;
}

.slider-btn-grp .slider-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}

.footer-section .footer-bottom .social-list li,
.slider-btn-grp .slider-btn i {
    transition: 0.5s;
}

.slider-btn-grp.two .slider-btn i,
.slider-btn-grp6 .slider-btn span {
    color: var(--title-color);
    transition: 0.5s;
}

.slider-btn-grp .slider-btn:hover,
.slider-btn-grp.two .slider-btn:hover {
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
}

.slider-btn-grp .slider-btn.swiper-button-disabled,
.slider-btn-grp.two .slider-btn.swiper-button-disabled,
.slider-btn-grp2 .slider-btn.swiper-button-disabled,
.slider-btn-grp5 .slider-btn.swiper-button-disabled,
.slider-btn-grp6 .slider-btn.swiper-button-disabled {
    opacity: 0.2;
}

.slider-btn-grp.two {
    display: flex;
    align-items: center;
    gap: 40px;
}

.slider-btn-grp.two .slider-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--title-color);
    transition: 0.5s;
}

.slider-btn-grp2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.slider-btn-grp2 .slider-btn {
    min-width: 35px;
    max-width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}

.slider-btn-grp4 .slider-btn {
    width: 57px;
    height: 40px;
    border-radius: 300px;
    border: 1px dashed var(--primary-color1);
    background-color: var(--white-color);
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
}

.feature-card.style-2 .feature-card-icon svg,
.slider-btn-grp4 .slider-btn svg {
    fill: var(--primary-color1);
    transition: 0.5s;
}

.slider-btn-grp4 .slider-btn.swiper-button-disabled {
    opacity: 0.4;
}

.slider-btn-grp5 {
    display: flex;
    align-items: center;
    gap: 50px;
}

.slider-btn-grp5 .slider-btn {
    cursor: pointer;
    transition: 0.5s;
}

.slider-btn-grp5 .slider-btn svg {
    fill: none;
    stroke: var(--primary-color1);
    transition: 0.5s;
}

.slider-btn-grp5 .slider-btn:hover svg {
    stroke: var(--primary-color2);
}

.slider-btn-grp6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.slider-btn-grp6 .slider-btn {
    cursor: pointer;
    gap: 10px;
}

.slider-btn-grp6 .slider-btn svg {
    fill: none;
    stroke: var(--title-color);
    transition: 0.5s;
}

.slider-btn-grp6 .slider-btn span {
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
}

.section-title span,
.section-title2 .eg-section-tag span {
    align-items: center;
    color: var(--primary-color1);
    font-family: var(--font-satisfy);
    font-weight: 400;
    line-height: 1;
    gap: 10px;
}

.slider-btn-grp6 .franctional-slider-pagi1 {
    width: unset;
    display: flex;
    gap: 12px;
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.section-title span {
    font-size: 20px;
    letter-spacing: 0.4px;
    display: inline-flex;
    margin-bottom: 15px;
}

.section-title h2,
.section-title2 h2 {
    color: #2d6c75;
    font-family: var(--font-poppins);
    font-weight: 600;
    line-height: 1.1;
}

.section-title h2 {
    font-size: 48px;
    margin-bottom: 0;
}

.section-title2 .eg-section-tag {
    -webkit-mask-image: url(../img/tour/section-title-tag.svg);
    background-color: rgba(var(--primary-color1-opc), 0.2);
    padding: 12px 40px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 3px;
}

.section-title2 .eg-section-tag span {
    display: inline-flex;
    font-size: 17px;
    letter-spacing: 0.51px;
}

.section-title2 .eg-section-tag.two {
    background-color: rgba(var(--primary-color2-opc), 0.3);
    padding: 15px 40px;
}

.footer-section .footer-top .footer-widget .single-contact a:hover,
.section-title2 .eg-section-tag.two span {
    color: var(--primary-color2);
}

.section-title2 h2 {
    font-size: 36px;
    margin-bottom: 0;
}

.section-title2 p,
.section-title4 p,
.section-title5 p {
    color: var(--text-color);
    
    font-size: 17px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.51px;
    margin-bottom: 0;
    padding-top: 30px;
}

.section-title2.two,
.section-title3 {
    max-width: 705px;
    width: 100%;
}

.section-title2.two h2 {
    font-size: 50px;
}

.section-title2.two p {
    padding-top: 10px;
}

.section-title3 h2 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.section-title3 h2::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    background-color: rgba(var(--primary-color1-opc), 0.15);
    border-radius: 20px;
    width: 100%;
    height: 15px;
}

.section-title3 p {
    color: var(--text-color);
    
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.51px;
    margin-bottom: 0;
    padding-top: 15px;
}

.section-title3.two {
    max-width: 570px;
}

.section-title4 .eg-section-tag {
    -webkit-mask-image: url(../img/home5/vector/section-title4-tag-bg.svg);
    background-color: var(--primary-color1);
    padding: 12px 25px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 10px;
}

.section-title4 .eg-section-tag span {
    color: var(--white-color);
    
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.45px;
    text-transform: uppercase;
}

.section-title4 h2 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0;
}

.section-title5 span {
    color: var(--primary-color1);
    font-family: var(--font-satisfy);
    font-size: 21px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1.05px;
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.section-title5 h2 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.9px;
    text-transform: capitalize;
    margin-bottom: 0;
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}

header.style-1 {
    position: relative;
    width: 100%;
    background-color: var(--white-color);
}

header.style-1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    background-color: var(--white-color) !important;
    box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
    z-index: 99999;
}

.innerHeaderRow{
    position: relative;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.8s ease-out;
    background-color: var(--white-color);
}

@keyframes smooth-header {
    0% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

header.style-1 .header-logo {
    padding: 15px 0;
}

header.style-1 .nav-right {
    gap: 50px;
}

header.style-1 .main-menu .topbar-right .header-cart-btn,
header.style-1 .nav-right .modal-btn {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--title-color);
    background-color: transparent;
    padding: 0;
    transition: 0.35s;
}

header.style-1 .nav-right .modal-btn svg {
    line-height: 1;
    transition: 0.35s;
    fill: var(--title-color);
}

header.style-1 .nav-right .primary-btn3 {
    padding: 13px 18px;
    gap: 5px;
}

.home2-about-section .about-content .content-bottom-area,
.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area,
header.style-1 .nav-right .icon-list {
    display: flex;
    align-items: center;
    gap: 30px;
}

header.style-1 .nav-right .icon-list li,
header.style-1.dashboard .header-log-and-sb-btn .dashboard-sb-btn .sidebar-toggle-button {
    cursor: pointer;
}

header.style-1 .nav-right .icon-list li svg {
    stroke: var(--title-color);
}

header.style-1 .nav-right .icon-list li:last-child svg {
    fill: var(--title-color);
    stroke: none;
}

.activities-counter .single-activity,
.footer-section .footer-top .footer-widget .payment-partner .icons ul,
.single-activity,
header.style-1 .nav-right .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

header.style-1 .main-menu .hotline-area .content,
header.style-1 .nav-right .hotline-area .content {
    position: relative;
    line-height: 1;
}

header.style-1 .main-menu .hotline-area .content::after,
header.style-1 .nav-right .hotline-area .content::after {
    content: "";
    height: 35px;
    width: 1px;
    background-color: rgba(16, 12, 8, 0.2);
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

header.style-1 .main-menu .hotline-area .content span,
header.style-1 .nav-right .hotline-area .content span {
    font-family: var(--font-poppins);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 5px;
    display: inline-block;
}

header.style-1 .main-menu .hotline-area .content h6,
header.style-1 .nav-right .hotline-area .content h6 {
    margin-bottom: 0;
    line-height: 1;
}

header.style-1 .main-menu .hotline-area .content h6 a,
header.style-1 .nav-right .hotline-area .content h6 a {
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: var(--primary-color1);
    transition: 0.5s;
}

header.style-1 .main-menu {
    display: inline-block;
    position: relative;
}

.footer-section .footer-bottom .footer-right ul li:first-child::before,
.signle-select .select2-selection__clear,
header.style-1 .main-menu .mobile-menu-logo,
header.style-1 .main-menu ul>li ul.sub-menu>li:last-child a::before {
    display: none;
}

header.style-1 .main-menu ul>li {
    display: inline-block;
    position: relative;
    padding: 0 8px;
}

header.style-1 .main-menu ul>li.position-inherit {
    position: inherit;
}

header.style-1 .main-menu ul>li.position-inherit>a::after {
    content: "\f282";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 2px;
    font-size: 14px;
    color: var(--text-color);
    transition: 0.55s ease-in-out;
}

header.style-1 .main-menu ul>li:hover i {
    color: var(--black-color2);
    font-size: 20px;
}

header.style-1 .main-menu ul>li a {
    color: #2d6c75;
    display: block;
    letter-spacing: 0.4px;
    padding: 25px 15px;
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 15px;
    transition: 0.5s ease-out;
    position: relative;
}

header.style-1 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: var(--title-color);
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 35px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: 0.5s ease-out;
    opacity: 0;
}

header.style-1 .main-menu ul>li i.active::before,
header.style-1 .main-menu ul>li.menu-item-has-children:hover::after {
    content: "\f2ea";
}

header.style-1 .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    display: none;
    min-width: 220px;
    background: var(--white-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, 0.08);
    text-align: left;
    transform-origin: top;
}

header.style-1 .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative;
}

header.style-1 .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 16px;
    right: 6px;
    display: block;
    color: var(--title-color);
    font-size: 14px;
}

header.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--title-color);
    opacity: 1;
    top: 16px;
    font-size: 14px;
    right: 10px;
}

header.style-1 .main-menu ul>li ul.sub-menu>li a {
    display: block;
    padding: 15px;
    color: var(--title-color);
    font-weight: 400;
    font-family: var(--font-poppins);
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.3;
    transition: 0.4s ease-out;
    position: relative;
    border-bottom: 1px solid rgba(233, 228, 228, 0.5);
}

header.style-1 .main-menu ul>li ul.sub-menu>li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background: linear-gradient(90deg, #fff, var(--primary-color1-opc), #fff);
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.4s ease-in;
    z-index: 1;
}

header.style-1 .main-menu ul>li ul.sub-menu>li a.active::before,
header.style-1 .main-menu ul>li ul.sub-menu>li a:hover::before {
    transform: scale(1);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li.single-item:last-child,
header.style-1 .main-menu ul>li ul.sub-menu>li:last-child,
header.style-1 .main-menu ul>li ul.sub-menu>li:last-child a {
    border-bottom: none;
}

header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 220px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: var(--white-color);
    box-shadow: 0 30px 80px rgba(8, 0, 42, 0.08);
    top: 0;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills,
.testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2,
header.style-1 .main-menu ul li.menu-item-has-children>i,
header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block;
}

header.style-1 .main-menu ul>li.menu-item-has-children {
    transition: 0.55s ease-in-out;
}

header.style-1 .main-menu ul>li.menu-item-has-children::after {
    content: "\f4fe";
    font-family: bootstrap-icons;
    font-weight: 500;
    position: absolute;
    top: 25px;
    right: 5px;
    font-size: 16px;
    color: var(--title-color);
    transition: 0.55s ease-in-out;
}

@media (min-width: 992px) {

    header.style-1 .main-menu ul>li:first-child,
    header.style-1 .main-menu ul>li:first-child a {
        padding-left: 0;
    }

    header.style-1 .main-menu ul>li:hover .mega-menu,
    header.style-1 .main-menu ul>li:hover>ul.sub-menu {
        display: block;
        animation: 0.45s linear fade-down;
    }
}

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: scaleY(0);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }
}

header.style-1 .main-menu ul>li:hover.position-inherit>a::after {
    color: var(--primary-color1);
}

.breadcrumb-section .banner-content .breadcrumb-list li a,
.contact-page .single-contact .content h6 a:hover,
.footer-section .footer-bottom .footer-right ul li a:hover,
.footer-section .footer-bottom p a:hover,
.footer-section .footer-top .footer-widget .widget-list li:hover a,
.footer-section .footer-top .footer-widget .widget-title.two h5 span,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area i,
.testimonial-section .testimonial-wrapper .testimonial-nav-area .nav-pills .nav-item .nav-link.active,
header.style-1 .main-menu ul>li.active .dropdown-icon2,
header.style-1 .main-menu ul>li.active.position-inherit>a::after,
header.style-1 .main-menu ul>li.active::after,
header.style-1 .main-menu ul>li.active>a {
    color: var(--primary-color1);
}

header.style-1 .main-menu .topbar-right {
    padding: 20px 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.93);
}

header.style-1 .main-menu .hotline-area {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
}

@media only screen and (max-width: 991px) {
    header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0;
    }

    header.style-1 .mobile-logo-area .menu-close-btn {
        height: 32px;
        width: 32px;
        border-radius: 50%;
        border: 1px solid var(--title-color);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.35s;
    }

    header.style-1 .mobile-logo-area .menu-close-btn i {
        font-size: 26px;
        line-height: 1;
        margin-top: 2px;
        color: var(--title-color);
        transition: 0.35s;
    }

    header.style-1 .mobile-logo-area .menu-close-btn:hover {
        background-color: var(--title-color);
    }

    header.style-1 .dropdown-icon,
    header.style-1 .mobile-logo-area .menu-close-btn:hover i {
        color: var(--white-color);
    }

    header.style-1 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 280px;
        padding: 30px 20px !important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: #ffce9d;
        border-right: 1px solid #eee;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.03);
    }

    header.style-1 .main-menu.show-menu {
        transform: translateX(0);
    }

    header.style-1 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    header.style-1 .main-menu .menu-list {
        padding-top: 50px;
        padding-bottom: 0;
    }

    header.style-1 .main-menu ul {
        float: none;
        text-align: left;
        padding: 5px 0 20px;
    }

    header.style-1 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px;
    }

    header.style-1 .main-menu ul li i {
        display: block;
    }

    header.style-1 .main-menu ul li a {
        padding: 10px 0;
        display: block;
    }

    header.style-1 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0 !important;
        transform: translateY(0);
        padding-left: 10px;
    }

    header.style-1 .main-menu ul li ul.sub-menu>li {
        border-bottom: 1px solid transparent;
    }

    header.style-1 .main-menu ul li ul.sub-menu>li a {
        color: var(--title-color);
        padding: 12px 0;
    }

    header.style-1 .main-menu ul li ul.sub-menu>li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }

    header.style-1 .main-menu ul li ul.sub-menu>li a.active {
        color: var(--primary-color1);
    }

    header.style-1 .main-menu ul li ul.sub-menu>li i {
        color: var(--primary-color1);
        right: -13px;
    }

    header.style-1 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
        color: var(--title-color);
    }
}

header.style-1.dashboard {
    padding: 0 25px;
}

header.style-1.dashboard .header-log-and-sb-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 280px;
    width: 100%;
}

.activities-counter .divider,
.activities-counter.two .divider,
.footer-section .footer-bottom .footer-right ul li,
.home1-banner-area,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .divider,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter,
.home2-about-section,
.home2-about-section .about-content .content-bottom-area .video-area .icon,
.home2-about-section .about-img-wrap,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area .icon {
    position: relative;
}

.home1-banner-area .swiper-slide-active .eg-tag {
    animation: 2s zoomIn;
}

.home1-banner-area .swiper-slide-active h1,
.home1-banner-area .swiper-slide-active h2 {
    animation: 1.7s fadeInDown;
}

.home1-banner-area .swiper-slide-active .banner-content-bottom,
.home1-banner-area .swiper-slide-active p {
    animation: 1.7s fadeInUp;
}

.home1-banner-area .home1-banner-wrapper {
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    position: relative;
}

.home1-banner-slider .swiper-slide {
    height: unset;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content {
    text-align: center;
    padding-top: 80px;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .eg-tag {
    -webkit-mask-image: url(../img/home1/vector/destination-banner-batch-bg.svg);
    background-color: var(--primary-color2);
    padding: 12px 72px;
    white-space: nowrap;
    display: inline-flex;
    margin-bottom: 15px;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .eg-tag span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white-color);
    
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content h1,
.home1-banner-area .home1-banner-wrapper .home1-banner-content h2 {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 56px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content p {
    color: var(--white-color);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area,
.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .rating ul,
.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area .rating {
    display: flex;
    align-items: center;
    gap: 5px;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .text-logo {
    display: flex;
    margin-bottom: 10px;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .rating {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1;
}

.home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom .rating-area .content .rating ul li i {
    color: #00aa6c;
}

.home1-banner-area .slider-btn-grp .home1-banner-prev {
    position: absolute;
    bottom: 145px;
    left: 8%;
    z-index: 99;
}

.home1-banner-area .slider-btn-grp .home1-banner-next {
    position: absolute;
    bottom: 145px;
    right: 8%;
    z-index: 99;
}

.home1-banner-bottom {
    z-index: 99;
    position: relative;
    padding: 0 70px;
}

.home1-banner-bottom .filter-wrapper .nav-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills {
    border-radius: 0;
    background: #f7f7f7;
    display: inline-flex;
    border-bottom: 1px solid #dbe1cd;
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
    border-left: unset;
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #fff;
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 40px;
    border-radius: unset;
    border-left: 1px solid #dbe1cd;
    background: #2d6c75;
    width: 100%;
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link svg {
    fill: #fff;
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link.active {
    background-color: #fff;
    color: #2d6c75;
    background-image: unset !important;
}

.home1-banner-bottom .filter-wrapper .filter-group {
    border-radius: 10px;
    background: #fff3e7;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area {
    padding: 0 80px;
    width: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .pl-110 {
        padding-left: 40px;
    }

    header.style-1 .nav-right {
        gap: 35px;
    }

    header.style-1 .main-menu ul>li {
        padding: 0 5px;
    }

    header.style-1 .main-menu ul>li a {
        padding: 15px;
    }

    header.style-1 .main-menu ul>li.menu-item-has-children::after {
        right: 4px;
        top: 15px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area {
        padding: 0 50px;
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

@media (max-width: 1199px) {
    .pl-110 {
        padding-left: unset;
    }

    .mb-60 {
        margin-bottom: 50px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .section-title2.two p {
        font-size: 15px;
    }

    header.style-1 .nav-right {
        gap: 25px;
    }

    header.style-1 .main-menu ul>li.position-inherit>a::after {
        right: -7px;
    }

    header.style-1 .main-menu ul>li a {
        padding: 15px 10px;
    }

    header.style-1 .main-menu ul>li ul.sub-menu,
    header.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
        box-shadow: none;
    }

    header.style-1 .main-menu ul>li.menu-item-has-children::after {
        right: 2px;
        top: 15px;
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content h1,
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h2 {
        font-size: 48px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group {
        padding: 0;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area {
        padding: 0;
        margin-bottom: 20px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
        padding: 20px;
        border: 1px solid #dbe1cd;
        width: 100%;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input {
        width: 100%;
    }
}

.contact-page .single-contact .content,
.form-inner,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input,
.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area .rating li {
    line-height: 1;
}

.btn-dark,
.btn-primary {
    line-height: normal;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input label {
    color: #6a6a6a;
    font-family: var(--font-poppins);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input {
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
    background-color: transparent;
    width: 100%;
    cursor: pointer;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input::-moz-placeholder {
    color: var(--title-color);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input input::placeholder {
    color: var(--title-color);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input i {
    color: var(--title-color);
    font-weight: 500;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input h6 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.3px;
    min-width: 188px;
    width: 100%;
    margin-bottom: 0;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
    padding: 10px 0;
    background-color: var(--white-color);
    border-radius: 5px;
    max-width: 300px;
    min-width: 300px;
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 9;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    display: none;
    transform: scaleY(0);
    transform-origin: top;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar {
    width: 5px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-track {
    background: #f5f4f4;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 20px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 10px 5px;
    padding-bottom: 5px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .custom-select-search-area input {
    background-color: transparent;
    color: var(--title-color);
    font-size: 14px;
    font-weight: 400;
    width: 100%;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
    cursor: pointer;
    padding: 0 10px;
    line-height: 1;
    margin-bottom: 5px;
    position: relative;
}

.contact-page .single-contact .content h6,
.footer-section .footer-top .footer-widget .widget-list li:last-child,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:last-child,
.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item:last-child {
    margin-bottom: 0;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h6 {
    font-size: 14px;
    font-family: var(--font-poppins);
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 0;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination p {
    font-size: 12px;
    
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.4;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .tour span {
    color: var(--white-color);
    font-weight: 400;
    
    font-size: 12px;
    line-height: 1;
    text-align: center;
    background-color: var(--primary-color1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li::before {
    content: "";
    height: 100%;
    width: 3px;
    background-color: var(--title-color);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li.single-item {
    padding: 10px 15px;
    border-bottom: 1px solid #f5f4f4;
    margin-bottom: 0;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li.single-item h6 {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--font-poppins);
    color: var(--text-color);
    margin-bottom: 0;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover {
    background: rgba(211, 211, 211, 0.231372549);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li:hover::before {
    opacity: 1;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 10px;
    border-bottom: 1px solid #f5f4f4;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .title h6 {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-poppins);
    color: var(--text-color);
    margin-bottom: 0;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .title span {
    font-size: 13px;
    font-weight: 400;
    
    color: var(--text-color);
    margin-bottom: 0;
}

.footer-section .footer-top .footer-widget .form-inner,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .quantity-counter {
    display: flex;
    align-items: center;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .quantity-counter a {
    height: 20px;
    min-width: 20px;
    max-width: 20px;
    border-radius: 50%;
    border: 1px solid var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s;
    font-size: 17px;
    color: var(--primary-color1);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .quantity-counter a:hover {
    color: var(--white-color);
    background-color: var(--primary-color1);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .guest-count .single-item .quantity-counter input {
    width: 40px;
    background-color: transparent;
    text-align: center;
    line-height: 1;
    color: var(--title-color);
    
    font-size: 14px;
    font-weight: 500;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
    display: block;
    transform: scaleY(1);
    animation: 0.3s linear fade-down;
}

@keyframes fade-down2 {
    0% {
        opacity: 0;
        transform: scaleY(0) translateX(-50%);
        visibility: hidden;
    }

    100% {
        opacity: 1;
        transform: scaleY(1) translateX(-50%);
        visibility: visible;
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
    max-width: 200px;
    min-width: 200px;
    max-height: 180px;
    padding: 0;
}

@media (min-width: 576px) and (max-width: 768px) {
    .home1-banner-bottom .filter-wrapper .filter-group {
        padding: 30px 20px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
        padding: 15px 20px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
        left: 0;
    }
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.no-scroll {
    overflow-y: initial;
    max-width: unset;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input input::-moz-placeholder {
    color: var(--white-color);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input input::placeholder {
    color: var(--white-color);
}

.feature-card.style-2:hover .feature-card-content h6,
.feature-card.style-2:hover .feature-card-content p,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .custom-select-search-area input,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .guest-count .single-item .quantity-counter input,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .guest-count .single-item .title h6,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .guest-count .single-item .title span,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li .destination h6,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li .destination p,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li.single-item h6,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input i,
.home2-about-section .about-content .facility-card:hover .content h6,
.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active h6,
.tesimonial-card-wrapper.style-2 .author-area .author-content h5 {
    color: var(--white-color);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .select-input h6 {
    color: var(--white-color);
    min-width: 150px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap {
    background-color: var(--title-color);
    border: unset;
    top: 47px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap::-webkit-scrollbar {
    border-radius: 10px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap::-webkit-scrollbar-track {
    background: var(--title-color);
    border-radius: 10px;
}

.feature-card.style-2,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li::before,
.slider-and-tab-section .slider-area .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    background-color: var(--white-color);
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap::-webkit-scrollbar-thumb {
    background-color: var(--white-color);
    border-radius: 10px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .guest-count .single-item,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap .option-list li.single-item {
    border-bottom: 1px solid #282727;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter a {
    color: var(--title-color);
    line-height: 1;
}

.ListingWrapper h6,
.flatpickr-day,
.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter a i {
    font-size: 14px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__plus {
    position: absolute;
    top: -8px;
    right: 20px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__minus {
    position: absolute;
    top: 8px;
    right: 20px;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__input {
    width: 100%;
    height: unset;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: transparent;
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.48px;
    border: none;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__input:focus {
    border: none;
}

.home1-banner-bottom .filter-wrapper .filter-group form .filter-area .divider::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #dbe1cd;
    width: 1px;
    height: 78px;
}

.feature-card.style-2 {
    background-image: unset;
    border: unset;
    box-shadow: 0 0 20px -2px rgba(0, 0, 0, 0.08);
    padding: 25px 28px;
}

.feature-card.style-2 .feature-card-icon {
    min-width: unset;
    max-width: unset;
    height: unset;
    background-color: unset;
    border-radius: unset;
}

.feature-card.style-2 .feature-card-icon.orange svg,
.feature-card.style-2.secondary .feature-card-icon svg {
    fill: var(--primary-color2);
}

.feature-card.style-2:hover {
    box-shadow: unset;
    background-color: var(--primary-color1);
}

.feature-card.style-2.secondary:hover,
.footer-section .footer-top .footer-widget .form-inner button:hover,
.home2-about-section .about-content .facility-card.two:hover,
.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active {
    background-color: var(--primary-color2);
}

.tesimonial-card-wrapper .tesimonial-card {
    padding: 35px 30px 25px;
    border-radius: 10px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    background: var(--white-color);
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}

.footer-section.style-3,
.footer-section.style-4 {
    background-image: url(../img/footer-bg2.png), linear-gradient(180deg, #1d231f 0, #1d231f 100%);
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-content {
    text-align: center;
    margin-bottom: 30px;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-content p {
    color: rgba(16, 12, 8, 0.7);
    
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.54px;
    margin-bottom: 0;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area .rating li i {
    color: #ffc107;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area span {
    
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: var(--title-color);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .rating-area.tripadvisor .rating li i {
    color: #00aa6c;
    font-size: 12px;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .quote svg {
    fill: rgba(34, 34, 34, 0.03);
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .date-and-time p {
    color: #222;
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2px;
}

.tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .date-and-time span {
    color: rgba(34, 34, 34, 0.5);
    font-family: var(--font-poppins);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.tesimonial-card-wrapper .tesimonial-card::before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%);
    background-color: var(--white-color);
    border-left: 1px solid rgba(34, 34, 34, 0.1);
    border-right: 1px solid rgba(34, 34, 34, 0.1);
    width: 23px;
    height: 30px;
}

.tesimonial-card-wrapper .author-area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.tesimonial-card-wrapper .author-area .author-img,
.tesimonial-card-wrapper .author-area .author-img img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.tesimonial-card-wrapper .author-area .author-content h5 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}

.tesimonial-card-wrapper .author-area .author-content span {
    color: rgba(34, 34, 34, 0.5);
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.32px;
}

.tesimonial-card-wrapper.style-2 {
    padding: 0 105px;
}

.tesimonial-card-wrapper.style-2 .tesimonial-card {
    padding: 55px 50px;
    border-bottom: 3px solid var(--primary-color1);
}

.tesimonial-card-wrapper.style-2 .tesimonial-card .testimonial-content p {
    font-size: 24px;
}

.tesimonial-card-wrapper.style-2 .tesimonial-card .testimonial-bottom {
    justify-content: center;
}

.tesimonial-card-wrapper.style-2 .tesimonial-card::before {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 33px;
    height: 23px;
    bottom: -22px;
}

.home2-about-section::before,
.tesimonial-card-wrapper.style-2 .tesimonial-card::after {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
}

.tesimonial-card-wrapper.style-2 .tesimonial-card::after {
    background-image: url(../img/tour/testimonial-card-bg.svg);
}

.tesimonial-card-wrapper.style-2 .tesimonial-card .quote {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.tesimonial-card-wrapper.style-2 .author-area .author-content span {
    color: rgba(255, 255, 255, 0.5);
}

.testimonial-section {
    background-color: #f3eeea;
    padding: 110px 0;
}

.testimonial-section .testimonial-wrapper .testimonial-nav-area .nav-pills {
    background-color: var(--white-color);
    border-radius: 10px;
    margin-bottom: 50px;
}

.testimonial-section .testimonial-wrapper .testimonial-nav-area .nav-pills .nav-item {
    padding: 0 22px;
}

.testimonial-section .testimonial-wrapper .testimonial-nav-area .nav-pills .nav-item .nav-link {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.28px;
    padding: 10px 0;
    height: 44px;
    position: relative;
    cursor: pointer;
}

.testimonial-section .testimonial-wrapper .testimonial-nav-area .nav-pills .nav-item .nav-link .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #878583;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-section .testimonial-wrapper .testimonial-nav-area .nav-pills .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color1);
}

.testimonial-section .testimonial-wrapper .testimonial-card-slider-area {
    padding: 0 12.5%;
    position: relative;
}

@media (max-width: 1699px) {
    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area {
        padding: 0 7%;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .container.one {
        max-width: 1370px;
    }

    header.style-1 {
        padding: 4px 3%;
    }

    header.style-1.dashboard {
        padding: 0 25px;
    }

    .home1-banner-bottom {
        padding: 0 20px;
    }

    .tesimonial-card-wrapper .tesimonial-card .testimonial-content p {
        font-size: 17px;
    }

    .tesimonial-card-wrapper.style-2 {
        padding: 0 80px;
    }

    .tesimonial-card-wrapper.style-2 .tesimonial-card {
        padding: 55px 45px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area {
        padding: 0 2.5%;
    }
}

@media (max-width: 1399px) {
    .container.one {
        max-width: 1370px;
    }

    .section-title4 p {
        padding-top: 20px;
    }

    header.style-1 {
        padding: 4px 3%;
    }

    header.style-1.dashboard {
        padding: 0 25px;
    }

    .home1-banner-bottom {
        padding: 0 20px;
    }

    .tesimonial-card-wrapper .tesimonial-card {
        padding: 25px;
    }

    .tesimonial-card-wrapper .tesimonial-card .testimonial-content p {
        font-size: 17px;
    }

    .tesimonial-card-wrapper.style-2 .tesimonial-card {
        padding: 50px 35px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area {
        padding: 0 2.5%;
    }
}

.testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-prev {
    position: absolute;
    top: 30%;
    left: 105px;
    z-index: 1;
}

.testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-next {
    position: absolute;
    top: 30%;
    right: 105px;
    z-index: 1;
}

@media (max-width: 1699px) {
    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-prev {
        left: 50px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-next {
        right: 50px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-prev {
        left: 5px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-next {
        right: 5px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .select-input h6 {
        min-width: 150px;
    }

    .tesimonial-card-wrapper.style-2 {
        padding: 0 45px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-prev {
        left: 25px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-next {
        right: 25px;
    }
}

@media (max-width: 1199px) {
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        max-width: 100%;
        min-width: 100%;
        top: 75px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
        max-width: 100%;
        min-width: 100%;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap {
        top: 75px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__minus,
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input>.quantity-counter .quantity__plus {
        right: 0;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .divider::after {
        display: none;
    }

    .tesimonial-card-wrapper.style-2 .tesimonial-card .testimonial-content p {
        font-size: 20px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area {
        padding: 0 2%;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-prev {
        left: 15px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-next {
        right: 15px;
    }
}

.footer-section {
    background-image: url(../img/footer-bg.png), linear-gradient(180deg, #1d231f 0, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.footer-section .footer-top {
    padding-top: 18%;
    padding-bottom: 95px;
}

.footer-section .footer-top .footer-widget h3 {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 25px;
}

.footer-section .footer-top .footer-widget h3 span {
    font-size: 25px;
    font-weight: 400;
}

.footer-section .footer-top .footer-widget .primary-btn1 {
    padding: 15px 30px;
}

.footer-section .footer-top .footer-widget .widget-title {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 20px;
}

.footer-section .footer-top .footer-widget .widget-title svg {
    fill: rgba(var(--primary-color2-opc), 0.8);
}

.footer-section .footer-top .footer-widget .widget-title h5 {
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-poppins);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.66px;
    margin-bottom: 0;
}

.footer-section .footer-top .footer-widget .widget-title.two h5 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
}

.footer-section .footer-top .footer-widget .widget-list li {
    margin-bottom: 10px;
    transition: 0.5s;
}

.footer-section .footer-top .footer-widget .widget-list li a {
    color: rgba(255, 255, 255, 0.6);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.32px;
    transition: 0.5s;
}

.footer-section .footer-top .footer-widget .single-contact a {
    color: rgba(255, 255, 255, 0.6);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.48px;
    transition: 0.5s;
}

.footer-section .footer-top .footer-widget p {
    color: rgba(255, 255, 255, 0.5);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 35px;
}

.footer-section .footer-top .footer-widget .app-store {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.footer-section .footer-top .footer-widget .form-inner input {
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 5px 0 0 5px;
    font-family: var(--font-poppins);
    font-weight: 400;
    font-size: 13px;
    color: var(--title-color);
    height: 49px;
    padding: 10px 18px;
}

.footer-section .footer-top .footer-widget .form-inner input::-moz-placeholder {
    color: rgba(16, 12, 8, 0.6);
}

.footer-section .footer-top .footer-widget .form-inner input::placeholder {
    color: rgba(16, 12, 8, 0.6);
}

.footer-section .footer-top .footer-widget .form-inner button {
    height: 49px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: 0;
    background-color: var(--primary-color1);
    border-radius: 0 5px 5px 0;
    transition: 0.5s;
}

.footer-section .footer-top .footer-widget .payment-partner .icons ul li img,
.select2-container--open .select2-dropdown--below {
    border-radius: 4px;
}

.footer-section .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
}

.footer-section .footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.42px;
    margin-bottom: 0;
}

.footer-section .footer-bottom p a {
    color: var(--white-color);
    font-weight: 600;
    text-decoration: underline;
    transition: 0.5s;
}

.footer-section .footer-bottom .social-list {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-section .footer-bottom .social-list li a {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.5s;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.activities-counter.two .single-activity .content .number h5,
.activities-counter.two .single-activity .content .number span,
.footer-section .footer-bottom .social-list li a i {
    font-size: 22px;
}

.footer-section .footer-bottom .social-list li:hover a {
    color: var(--white-color);
    background-color: var(--primary-color1);
    border: 1px solid var(--primary-color1);
}

.footer-section .footer-bottom .footer-right ul,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer-section .footer-bottom .footer-right ul li a {
    color: rgba(255, 255, 255, 0.6);
    
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: 0.5s;
}

.footer-section .footer-bottom .footer-right ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -19px;
    background: rgba(255, 255, 255, 0.6);
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.footer-section.style-2 .footer-top {
    padding: 60px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .section-title2.two {
        max-width: 550px;
    }

    .section-title2.two h2 {
        font-size: 48px;
    }

    .section-title3 h2 {
        font-size: 36px;
    }

    .tesimonial-card-wrapper .tesimonial-card {
        padding: 20px;
    }

    .tesimonial-card-wrapper .tesimonial-card .testimonial-bottom .quote {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .tesimonial-card-wrapper.style-2 {
        padding: 0 35px;
    }

    .testimonial-section {
        padding: 90px 0;
    }

    .footer-section .footer-top .footer-widget h3 {
        font-size: 28px;
    }

    .footer-section .footer-top .footer-widget .widget-title.two h5 {
        font-size: 20px;
    }

    .footer-section .footer-top .footer-widget .app-store {
        flex-wrap: wrap;
    }

    .footer-section .footer-top .footer-widget .payment-partner .icons ul {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.footer-section.style-3 .footer-top {
    padding-bottom: 105px;
}

.footer-section.style-4 {
    margin: 0 50px;
    border-radius: 30px 30px 0 0;
}

.footer-section.style-4 .footer-top {
    padding: 110px 0;
}

.home2-about-section::before {
    background-image: url(../img/tour/about-bg-vector.svg);
}

.home2-about-section .about-content .facility-card {
    background-color: rgba(var(--primary-color1-opc), 0.1);
    border-radius: 10px;
    padding: 13px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: 0.5s;
}

.home2-about-section .about-content .facility-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: var(--white-color);
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
    display: flex;
    align-items: center;
    justify-content: center;
}

.home2-about-section .about-content .facility-card .content h6 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.34px;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: 0.5s;
}

.home2-about-section .about-content .facility-card.two {
    background-color: rgba(var(--primary-color2-opc), 0.1);
}

.home2-about-section .about-content .facility-card.two:hover .content h6 {
    color: var(--title-color);
}

.home2-about-section .about-content .content-bottom-area .primary-btn1,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .primary-btn1 {
    padding: 16px 25px;
}

.home2-about-section .about-content .content-bottom-area .video-area {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.home2-about-section .about-content .content-bottom-area .video-area .icon .video-circle,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area .icon .video-circle {
    stroke: var(--title-color);
    fill: none;
    transition: 0.5s;
}

.home2-about-section .about-content .content-bottom-area .video-area .icon .video-circle .top-half,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area .icon .video-circle .top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    transition: stroke-dashoffset 0.8s cubic-bezier(0.33, 1, 0.68, 1);
}

.home2-about-section .about-content .content-bottom-area .video-area .icon i,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area .icon i {
    color: var(--title-color);
    font-size: 30px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home2-about-section .about-content .content-bottom-area .video-area h6,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area h6 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.home2-about-section .about-content .content-bottom-area .video-area:hover .icon .video-circle .top-half,
.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area:hover .icon .video-circle .top-half {
    stroke-dashoffset: 0;
}

.home2-about-section .about-img-wrap .about-img {
    position: relative;
    display: block;
    mask-image: url(../img/tour/about-img-bg-vector.png);
    background-image: url(../img/tour/about-img-bg-vector.png);
    mask-size: cover;
    mask-position: center center;
    mask-repeat: no-repeat;
    border-radius: 30px;
    width: 100%;
    height: 100%;
}

.home2-about-section .about-img-wrap .about-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 12, 8, 0.3);
    z-index: 1;
}

.home2-about-section .about-img-wrap .experience {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--primary-color1);
    padding: 15px 12px;
    max-width: 165px;
    width: 100%;
    border-radius: 10px;
}

.home2-about-section .about-img-wrap .experience h3 {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
}

.home2-about-section .about-img-wrap .experience p {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.home2-about-section .about-img-wrap .vector {
    position: absolute;
    top: -60px;
    right: 0;
    z-index: -1;
}

.activities-counter .single-activity .content .number,
.single-activity .content .number {
    display: flex;
    align-items: center;
    font-family: var(--font-poppins);
    font-weight: 700;
    line-height: 1;
    color: var(--title-color);
    margin-bottom: 4px;
}

.single-activity .content .number h5 {
    font-size: 27px;
    color: var(--title-color);
    margin-bottom: 0;
    line-height: 1;
}

.activities-counter .single-activity .content .number span,
.single-activity .content .number span {
    font-size: 27px;
    display: inline-block;
    line-height: 1;
}

.activities-counter .single-activity .content p,
.single-activity .content p {
    margin-bottom: 0;
    color: var(--text-color);
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
}

.single-activity.two {
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 20px;
    transition: 0.5s;
}

.single-activity.two .content .number {
    display: flex;
    align-items: center;
    font-family: var(--font-poppins);
    font-weight: 700;
    line-height: 1;
    color: var(--white-color);
    margin-bottom: 4px;
}

.single-activity.two .content .number h5 {
    font-size: 35px;
    color: var(--white-color);
    margin-bottom: 0;
    line-height: 1;
}

.single-activity.two .content .number span {
    font-size: 35px;
    display: inline-block;
    line-height: 1;
}

.single-activity.two .content p {
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) and (max-width: 991px) {
    .section-title2.two {
        max-width: 450px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.two {
        left: 0;
    }

    .single-activity.two {
        padding: 15px 10px;
    }

    .single-activity.two .icon {
        margin-bottom: 15px;
    }

    .single-activity.two .content .number h5,
    .single-activity.two .content .number span {
        font-size: 28px;
    }

    .single-activity.two .content p {
        font-size: 14px;
    }
}

.single-activity.two:hover {
    background: rgba(99, 171, 69, 0.2);
}

.breadcrumb-section,
.home2-testimonial-section,
.slider-and-tab-section .slider-area .slide-img,
.slider-and-tab-section .tab-area {
    background-size: cover;
    background-repeat: no-repeat;
}

.activities-counter {
    padding: 40px 0;
    border-bottom: 1px solid rgba(16, 12, 8, 0.1);
    border-top: 1px solid rgba(16, 12, 8, 0.1);
}

.activities-counter .single-activity .content .number h5 {
    font-size: 27px;
    margin-bottom: 0;
    line-height: 1;
}

.activities-counter .divider::after {
    content: "";
    height: 41px;
    width: 1px;
    background-color: rgba(19, 20, 26, 0.16);
    position: absolute;
    right: 0;
    top: 50%;
    left: unset;
    transform: translateY(-50%);
}

.activities-counter.two {
    padding: 30px 0;
}

.activities-counter.two .single-activity {
    gap: 10px;
}

.activities-counter.two .single-activity .content .number {
    font-weight: 600;
}

.slider-and-tab-section .activities-slider-group {
    width: 100%;
    height: 100%;
}

.slider-and-tab-section .activities-slider-group li {
    width: 100%;
    height: 100%;
    display: none;
    visibility: hidden;
}

.slider-and-tab-section .activities-slider-group li.active {
    display: block;
    visibility: visible;
}

.slider-and-tab-section .slider-area {
    position: relative;
    height: 100%;
}

.slider-and-tab-section .slider-area .activities-img-slider {
    height: 100%;
}

.slider-and-tab-section .slider-area .slide-img {
    background-position: center center;
    height: 100%;
}

.slider-and-tab-section .slider-area .swiper-pagination5 {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: unset !important;
    display: flex;
    flex-direction: column;
    z-index: 9;
    bottom: unset;
    gap: 15px;
}

.slider-and-tab-section .slider-area .swiper-pagination5 .swiper-pagination-bullet {
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
    position: relative;
}

.slider-and-tab-section .slider-area .swiper-pagination5 .swiper-pagination-bullet::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.slider-and-tab-section .slider-area .swiper-pagination5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--white-color);
}

.slider-and-tab-section .tab-area {
    background-image: linear-gradient(180deg, #fffcea 0, #fffcea 100%), url(../img/tour/activities-content-bg.png);
    padding: 100px 110px;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar {
    padding-right: 35px;
}

@media (max-width: 1699px) {
    .slider-and-tab-section .tab-area {
        padding: 100px 80px;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-sidebar {
        padding-right: 20px;
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link {
    background-color: var(--white-color);
    border: 1px solid rgba(238, 238, 238, 0.6);
    padding: 12px;
    display: flex;
    align-items: center;
    border-radius: 200px;
    cursor: pointer;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ddeed6;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link h6 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.54px;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active .icon {
    background: rgba(16, 12, 8, 0.2);
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap h2 {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .footer-section.style-4 {
        margin: 0 30px;
        padding: 0 40px;
    }

    .slider-and-tab-section .tab-area {
        padding: 70px 40px;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-sidebar {
        padding-right: 0;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap h2 {
        font-size: 28px;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area {
        gap: 20px;
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap p {
    color: var(--text-color);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.48px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .footer-section.style-4 {
        margin: 0 20px;
        padding: 0 30px;
    }

    .footer-section.style-4 .footer-top {
        padding: 90px 0;
    }

    .slider-and-tab-section .tab-area {
        padding: 70px 20px;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-sidebar {
        padding-right: 0;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link h6 {
        font-size: 16px;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 45px;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--title-color);
    
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.51px;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area .video-area {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    cursor: pointer;
}

.home2-testimonial-section {
    background-image: url(../img/tour/home2-testimonial-bg.png), linear-gradient(180deg, #1d231f 0, #1d231f 100%);
    padding: 160px 0 160px 14%;
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .home2-testimonial-section {
        padding: 90px 0 90px 8%;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul li {
        font-size: 18px;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area {
        flex-wrap: wrap;
        gap: 15px;
    }

    .home2-testimonial-section {
        padding: 90px 0 90px 4%;
    }

    .home2-testimonial-section .testimonial-content-wrapper .section-title2 h2 {
        font-size: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .home2-about-section .about-content .facility-card {
        padding: 13px 10px;
    }

    .activities-counter.two {
        padding: 20px 0;
    }

    .activities-counter.two .single-activity {
        flex-direction: column;
    }

    .activities-counter.two .single-activity .content .number {
        justify-content: center;
    }

    .home2-testimonial-section {
        padding: 80px 0 80px 2%;
    }

    .home2-testimonial-section .testimonial-content-wrapper .section-title2 h2 {
        font-size: 32px;
    }

    .home2-testimonial-section .testimonial-content-wrapper .section-title2 p {
        padding-top: 25px;
    }
}

@media (max-width: 991px) {
    .sec-mar {
        margin: 8ch 0;
    }

    .pt-120 {
        padding-top: 90px;
    }

    .pb-120 {
        padding-bottom: 90px;
    }

    .pt-100,
    .pt-90 {
        padding-top: 80px;
    }

    .pb-100,
    .pb-90 {
        padding-bottom: 80px;
    }

    .mt-120 {
        margin-top: 90px;
    }

    .mb-120,
    .mb-130 {
        margin-bottom: 90px;
    }

    .mb-100 {
        margin-bottom: 80px;
    }

    .mt-100 {
        margin-top: 80px !important;
    }

    .mb-80,
    .mb-90 {
        margin-bottom: 70px;
    }

    .mt-70 {
        margin-top: 40px;
    }

    .slider-btn-grp2 {
        gap: 30px;
    }

    .section-title2 h2 {
        font-size: 36px;
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content h1,
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h2,
    .section-title2.two h2 {
        font-size: 38px;
    }

    .section-title4 h2,
    .section-title5 h2 {
        font-size: 40px;
    }

    .section-title5 p {
        font-size: 16px;
        padding-top: 20px;
    }

    header.style-1 .nav-right {
        gap: 10px;
    }

    header.style-1 .nav-right .mobile-menu-btn {
        display: flex;
        margin-left: 20px;
        flex-direction: column;
        align-items: end;
        visibility: visible;
        justify-content: center;
        position: relative;
    }

    header.style-1 .main-menu ul>li.position-inherit {
        position: relative;
    }

    .activities-counter .divider::after,
    header.style-1 .main-menu ul>li.menu-item-has-children::after,
    header.style-1 .main-menu ul>li.position-inherit>a::after {
        display: none;
        visibility: hidden;
    }

    header.style-1 .main-menu ul>li a {
        padding: 10px 9px;
    }

    header.style-1 .main-menu ul>li i {
        opacity: 1;
    }

    header.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
        right: 0;
        top: 8px;
        font-size: 20px;
    }

    header.style-1 .main-menu ul>li ul.sub-menu>li a {
        border-color: rgba(233, 228, 228, 0.5);
    }

    header.style-1 .main-menu ul>li ul.sub-menu>li a::before {
        background: linear-gradient(90deg, #ddd, #efb93f, #ddd);
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content {
        padding: 150px 0;
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content p {
        margin-bottom: 30px;
    }

    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 15px 20px;
    }

    .tesimonial-card-wrapper .tesimonial-card .testimonial-content p {
        font-size: 16px;
    }

    .tesimonial-card-wrapper.style-2 {
        padding: 0 50px;
    }

    .footer-section.style-4 .footer-top,
    .testimonial-section {
        padding: 80px 0;
    }

    .footer-section.style-2 .footer-top {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .home2-about-section .about-img-wrap,
    .home2-testimonial-section::after {
        display: none;
    }

    .activities-counter.two .divider::after {
        display: block;
        visibility: inherit;
    }

    .home2-testimonial-section {
        padding: 80px 50px;
    }
}

.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: var(--primary-color1);
    font-size: 1rem;
    font-weight: 500;
    outline: 0 !important;
}

.home2-testimonial-section .testimonial-content-wrapper .section-title2 h2 {
    color: var(--white-color);
    line-height: 1.2;
}

.home2-testimonial-section .testimonial-content-wrapper .section-title2 p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 300;
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap h6 {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 25px;
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a {
    background-color: #243123;
    padding: 14px 23px;
    border-radius: 10px;
    display: block;
    transition: 0.5s;
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a .icon {
    margin-bottom: 5px;
    line-height: 1;
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a .rating {
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1;
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a .rating span {
    font-size: 14px;
    font-weight: 400;
    
    color: var(--white-color);
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating a:hover,
.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating:last-child a {
    background-color: #333122;
}

.home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area .single-rating:last-child a:hover {
    background-color: #243123;
}

.home2-testimonial-section::after {
    content: url(../img/tour/testi-section-vector.png);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.flatpickr-input:disabled,
.flatpickr-input[readonly] {
    background: 0 0;
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    content: none;
}

.flatpickr-calendar {
    border: 0;
    border-radius: 0.475rem;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
    background-color: #fff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    border: 0 !important;
    background-color: #fff;
    padding: 0.5rem 0.75rem;
    margin-right: 0.5rem;
    border-radius: 0.475rem;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.flatpickr-day.today,
.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    background: var(--primary-color1);
    border-color: var(--primary-color1);
}

.flatpickr-day.today {
    border-radius: 6px;
    color: #fff;
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: var(--primary-color1);
    border-color: var(--primary-color1);
    border-radius: 6px;
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: var(--primary-color2);
    border-color: var(--primary-color2);
    border-radius: 6px;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2d6c75;
    --bs-btn-border-color: #2d6c75;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #016455;
    --bs-btn-hover-border-color: #016455;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #016455;
    --bs-btn-active-border-color: #016455;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #af7031;
    --bs-btn-disabled-border-color: #af7031;
}

.breadcrumb-section {
    background-position: center;
    padding: 120px 0 130px;
}

.breadcrumb-section .banner-content h1 {
    color: var(--white-color);
    text-align: center;
    font-family: var(--font-poppins);
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .pt-90 {
        padding-top: 70px;
    }

    .footer-section .footer-top,
    .pb-90 {
        padding-bottom: 70px;
    }

    .mb-90 {
        margin-bottom: 50px;
    }

    .mb-50,
    .mb-60,
    .mb-70 {
        margin-bottom: 40px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .section-title h2 {
        font-size: 35px;
    }

    .section-title5 h2 {
        font-size: 30px;
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content {
        padding: 110px 0;
    }

    .home1-banner-area .slider-btn-grp .home1-banner-next,
    .home1-banner-area .slider-btn-grp .home1-banner-prev,
    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-next,
    .testimonial-section .testimonial-wrapper .testimonial-card-slider-area .slider-btn-grp2 .testimonial-card-tab-prev {
        display: none;
    }

    .home1-banner-bottom,
    .tesimonial-card-wrapper.style-2 {
        padding: 0;
    }

    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link {
        padding: 15px 24px;
        font-size: 15px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        top: 65px;
    }

    .tesimonial-card-wrapper.style-2 .tesimonial-card {
        padding: 40px 25px;
    }

    .footer-section.style-2 .footer-top {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer-section.style-4 {
        margin: 0 10px;
        padding: 0 20px;
    }

    .footer-section.style-4 .footer-top {
        padding: 60px 0;
    }

    .activities-counter {
        padding: 25px 0;
    }

    .activities-counter.two .divider::after {
        display: none;
        visibility: hidden;
    }

    .home2-testimonial-section {
        padding: 80px 30px;
    }

    .breadcrumb-section .banner-content h1 {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .slider-btn-grp6 {
        justify-content: center;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .section-title2 h2,
    .section-title2.two h2,
    .section-title4 h2 {
        font-size: 32px;
    }

    .section-title2.two p,
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap p {
        font-size: 14px;
    }

    .section-title3 h2 {
        font-size: 27px;
    }

    .section-title3 p {
        font-size: 14px;
        padding-top: 10px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination h6,
    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .tour span,
    .section-title4 .eg-section-tag span {
        font-size: 13px;
    }

    .section-title4 p,
    .section-title5 p {
        font-size: 15px;
        padding-top: 15px;
    }

    .section-title5 span {
        font-size: 18px;
    }

    .section-title5 h2 {
        font-size: 28px;
    }

    header.style-1 .header-logo img {
        max-width: 165px;
        width: 100%;
    }

    header.style-1 .nav-right .mobile-menu-btn {
        margin-left: 10px;
    }

    header.style-1.dashboard .header-log-and-sb-btn {
        max-width: 220px;
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content {
        padding: 90px 0;
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content h1,
    .home1-banner-area .home1-banner-wrapper .home1-banner-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .home1-banner-area .home1-banner-wrapper .home1-banner-content .banner-content-bottom,
    .home2-about-section .about-content .content-bottom-area,
    .home2-testimonial-section .testimonial-content-wrapper .review-wrap .rating-area,
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap .content-bottom-area {
        flex-wrap: wrap;
        gap: 20px;
    }

    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills {
        border-radius: unset;
        justify-content: center;
    }

    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
        border-radius: unset;
    }

    .home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item:last-child .nav-link {
        border-radius: unset;
        border-left: unset;
    }

    .home1-banner-bottom .filter-wrapper .filter-group {
        padding: 20px 15px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box {
        position: relative;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap {
        left: 50%;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap .option-list li .destination p {
        font-size: 11px;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown .custom-select-wrap.active {
        transform: scaleY(1) translateX(-50%);
        animation: 0.3s linear fade-down2;
    }

    .home1-banner-bottom .filter-wrapper .filter-group form .filter-area .single-search-box .searchbox-input .custom-select-dropdown.style-2 .custom-select-wrap {
        left: 50%;
        top: 65px;
    }

    .feature-card.style-2 {
        padding: 25px 20px;
    }

    .tesimonial-card-wrapper .tesimonial-card .testimonial-content {
        margin-bottom: 20px;
    }

    .tesimonial-card-wrapper.style-2 .tesimonial-card {
        padding: 25px;
    }

    .tesimonial-card-wrapper.style-2 .tesimonial-card .testimonial-content p {
        font-size: 16px;
    }

    .testimonial-section .testimonial-wrapper .testimonial-nav-area .nav-pills {
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-section .footer-top {
        padding-top: 35%;
    }

    .footer-section .footer-bottom p {
        text-align: center;
    }

    .footer-section.style-4 {
        margin: 0;
        padding: 0;
    }

    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .home2-testimonial-section {
        padding: 70px 10px;
    }

    .home2-testimonial-section .testimonial-content-wrapper .section-title2 h2 {
        font-size: 26px;
    }

    .breadcrumb-section .banner-content h1 {
        font-size: 40px;
    }
}

.breadcrumb-section .banner-content .breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.breadcrumb-section .banner-content .breadcrumb-list li {
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    padding-left: 26px;
}

.breadcrumb-section .banner-content .breadcrumb-list li::before {
    content: url(../img/innerpage/icon/arrow.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child {
    padding-left: 0;
}

.breadcrumb-section .banner-content .breadcrumb-list li:first-child::before {
    content: "";
}

.signle-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    text-transform: capitalize;
    line-height: 21px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    outline: 0;
}

.signle-select .selection:focus-visible {
    outline-color: var(--primary-color1);
}

.multiple-select .select2-container .select2-selection--multiple,
.signle-select .select2-container .select2-selection--single {
    padding: 8px 10px;
    height: unset;
}

.signle-select .select2-container {
    max-width: 100%;
    width: 100% !important;
}

.signle-select .select2-container--default .select2-selection--single {
    border-color: #e4e6ef;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--primary-color1);
    border-radius: 4px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary-color1);
    color: #fff;
}

.select2-dropdown {
    border: none;
    word-break: break-all;
    overflow: hidden;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 15%);
}

.signle-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: absolute;
    top: 14px;
    right: 1px;
    width: 20px;
}

.select2-container--default .select2-results__option--selected {
    background: 0 0;
}

.signle-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237E8299' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-color: transparent;
    background-repeat: no-repeat !important;
    background-size: contain;
    border: none !important;
    height: 12px !important;
    width: 12px !important;
    margin: auto !important;
    top: auto !important;
    left: auto !important;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 4px;
    background: 0 0;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #e1e1e1;
}

.select2-container--default .select2-results>.select2-results__options,
.signle-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}

.contact-page .single-contact {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px 50px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.contact-page .single-contact .title {
    line-height: 1;
    background-color: var(--white-color);
    position: absolute;
    left: 35px;
    top: -8px;
    padding: 0 20px;
}

.contact-page .single-contact .title h6 {
    color: var(--text-color);
    font-family: var(--font-poppins);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
}

.contact-page .single-contact .icon {
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    border-radius: 50px;
    background-color: var(--primary-color1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-inner .surname-options,
.form-inner .surname-options .form-check {
    align-items: center;
    gap: 15px;
    display: flex;
}

.contact-page .single-contact .content h6 a {
    color: var(--title-color);
    font-family: var(--font-poppins);
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    transition: 0.35s;
}

.contact-form-area {
    background: linear-gradient(125deg, rgba(99, 171, 69, 0.1) 0, rgba(251, 176, 59, 0.1) 100%);
    border-radius: 10px;
    padding: 60px 70px;
}

@media (max-width: 1399px) {
    .slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul {
        margin-bottom: 35px;
    }

    .contact-page .single-contact {
        padding: 20px 30px;
    }

    .contact-form-area {
        padding: 60px 30px;
    }
}

.contact-form-area h3 {
    font-size: 30px;
    font-family: var(--font-poppins);
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-map {
    line-height: 0.6;
    position: relative;
}

.contact-map .banner3-section {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: -130px;
}

@media (max-width: 991px) {
    .contact-map .banner3-section {
        bottom: -70px;
    }
}

.contact-map .banner3-section .banner3-content .from-inner button {
    padding: 16px;
    border-radius: 0 10px 10px 0;
}

.contact-map iframe {
    width: 100%;
    min-height: 700px;
}

.form-inner label {
    color: #5d5b58;
    font-family: var(--font-poppins);
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 1;
    margin-bottom: 7px;
}

.form-inner input,
.form-inner textarea {
    
    font-weight: 400;
}

.form-inner label span {
    color: red;
    font-size: 16px;
}

.form-inner input {
    width: 100%;
    border-radius: 0;
    background: #fff;
    color: var(--title-color);
    font-size: 13px;
    padding: 10px 20px;
    height: 50px;
    border: 1px solid #eee;
}

.form-inner input::-moz-placeholder {
    color: #5e5e5e;
}

.form-inner input::placeholder {
    color: #5e5e5e;
}

.form-inner textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    color: #5e5e5e;
    border: 1px solid #eee;
    outline: 0;
    font-size: 13px;
    padding: 20px 25px;
    min-height: 150px;
}

.form-inner .surname-options .form-check {
    width: 100%;
    position: relative;
    justify-content: center;
    background: var(--white-color);
    margin: 0;
    padding: 0;
    max-width: 52px;
    min-width: 52px;
    height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.form-inner .surname-options .form-check .form-check-input {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: none;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid transparent;
    transition: 0.35s;
    cursor: pointer;
    z-index: 2;
}

.form-inner .surname-options .form-check .form-check-input:focus {
    box-shadow: none;
}

.form-inner .surname-options .form-check .form-check-label {
    color: var(--text-color);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    z-index: 1;
    border: 1px solid #eee;
    border-radius: 5px;
    max-width: 52px;
    min-width: 52px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-inner .surname-options .form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: unset;
    border-color: var(--primary-color1);
}

.form-inner .surname-options .form-check-input:checked[type="radio"]~.form-check-label {
    background-color: var(--primary-color1);
    color: var(--white-color);
}

.select2-container--default .select2-results>.select2-results__options {
    padding: 0 8px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

.select2-results__option {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SearchBtn button {
    width: 120px;
}

@media (max-width: 767px) {
    .SearchBtn button {
        width: 100%;
    }
}

.FormInnerWrapper .form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    color: #333;
    background: #fff;
    padding: 8px 10px;
    border: 1px solid #e4e6ef;
    border-radius: 4px;
    font-weight: 400;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.FormInnerWrapper .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--primary-color1);
    outline: 0;
    box-shadow: none;
}

.ListingWrapper {
    height: 100%;
    overflow: auto;
    padding: 15px 8px;
    overflow-x: hidden;
}

.ListMain::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.ListMain::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
}

.ListMain::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
}

.ListMain::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.4);
}

.ListMain::-webkit-scrollbar-thumb:active {
    background: rgba(0, 0, 0, 0.9);
}

.ListMain {
    overflow: scroll;
    overflow-x: hidden;
    height: 800px;
    background-color: #fff3e7;
    color: #000;
}

.svgIcon {
    padding: 9px;
}

.svgIcon svg {
    width: 22px;
    height: 22px;
    display: flex;
}

.AirlineImage {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
}

.AirlineImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ListingWrapper .card {
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff1c;
    border: 1px solid #dfdfdf;
    backdrop-filter: blur(18px);
}

.ListingWrapper .bg-primary {
    background-color: var(--primary-color1) !important;
}

.ListingWrapper .card hr {
    color: #b6b6b6;
}

.ListingWrapper .card-header {
    background: 0 0;
    border-bottom: none;
}

.ListingWrapper .card-body {
    background: 0 0;
    border: none;
}

.ListingWrapper .flightname,
.ListingWrapper .flighttime {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
}

.ListingWrapper .flightnumber {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.ListingWrapper .flightaddress {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.ListingWrapper .flighttxt {
    font-size: 13px;
    font-weight: 400;
    line-height: 15px;
}

.destination-card2 {
    position: relative;
    display: block;
    transition: 0.5s;
}

.destination-card2 .destination-card-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
    aspect-ratio: 9/11;
}

.destination-card2 .destination-card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 12, 8, 0) 0, rgba(16, 12, 8, 0.8) 100%);
    border-radius: 10px;
    z-index: 1;
}

.destination-card2 .destination-card-img img {
    border-radius: 10px;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-card2 .destination-card2-content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    line-height: 1;
    z-index: 2;
}

.destination-card2 .destination-card2-content h4 {
    margin-bottom: 0;
    color: var(--white-color);
    font-family: var(--font-poppins);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    transition: 0.5s;
}

.destination-card2:hover .destination-card-img img {
    transform: scale(1.05);
}