:root {
    --title-color: #000000;
    --text-color: #787878;
    --primary-color: #3C50E0;
    --white-color: #ffffff;
    --font-rubik: "Rubik", sans-serif;
    --font-jost: "Jost", sans-serif;
    --primary-color2: #FBB03B;
    --primary-color1: #63AB45;
    --font-satisfy: "Satisfy", sans-serif;
}

html,
body {
    overflow-x: hidden;
}

.aside-logo img {
    height: 40px;
}

.aside-body .nav .nav-item i {
    font-size: 17px;
    margin-right: 12px;
}

.aside-body .nav .nav-item a {
    font-size: 14px;
}

.aside-body .nav .nav-item {
    margin-bottom: 5px;
    transition: none;
    padding: 4px 10px;
    border-radius: 2px;
    transition: all 0.2s linear;
}

.aside-alert-link .dropdown a+a {
    margin-left: 0px;
}

.aside-body {
    padding: 25px 25px 25px 15px;
}

.aside-body .nav .nav-item:hover {
    background-color: #e6ebef;
    transition: all 0.2s linear;
}

.circle {
    border-radius: 100% !important;
    object-fit: cover;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.log-detail .logo-img img {
    height: 55px;
    width: auto;
    margin-bottom: 20px;
}

.hr_content {
    overflow: hidden;
    position: relative;
}

.hr_content hr {
    border-color: #9d9d9d;
}

.hr_top_text {
    background-color: #ffffff;
    color: #000;
    font-size: 16px;
    height: 40px;
    left: 0;
    letter-spacing: 0em;
    line-height: 40px;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -5px;
    width: 40px;
    position: absolute;
}

.otp-timer {
    font-weight: 600;
}

.email-otp-container {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.email-otp-input {
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    margin: 0 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

.email-otp-input:focus {
    border-color: #007bff;
}

#emailverificationCode {
    width: 100%;
    margin-top: 15px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.3s;
}

#emailverificationCode:focus {
    border-color: #007bff;
}

.email-otp {
    margin-top: 25px;
}

.toggle-password {
    position: absolute;
    top: 32px;
    right: 10px;
}

.content-body {
    overflow-x: hidden;
}

.main-title {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 45px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 20px;
}

/* About Section Start  */
.home2-about-section {
    position: relative;
}

.home2-about-section::before {
    content: "";
    background-image: url(../img/about-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

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

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

.home2-about-section .about-img-wrap {
    position: relative;
}

.home2-about-section .about-img-wrap .about-img {
    /* -webkit-mask-image: url(../img/about-wrap-img.png); */
    -webkit-mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    position: relative;
}

.home2-about-section .about-content .facility-card {
    background-color: #EDF0FF;
    border-radius: 10px;
    padding: 13px 22px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: .5s;
}

.home2-about-section .about-content .facility-card .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #ffffff;
    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-size: 17px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: .34px;
    text-transform: capitalize;
    margin-bottom: 0;
    transition: .5s;
}

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

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

.activities-counter .divider {
    position: relative;
}

.activities-counter .single-activity {
    display: flex;
    align-items: center;
    gap: 20px;
}

.activities-counter .single-activity .icon svg {
    fill: var(--primary-color);
}

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

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

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

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

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

/* About Section End  */
/* Newsletter Start  */
.newsletter-section {
    background-image: linear-gradient(90deg, rgba(249, 244, 240, 0) 38.83%, #F9F4F0 46.62%), url(../img/newsletter.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    overflow: hidden;
    padding: 120px 60px;
}

.newsletter-section .newsletter-content {
    position: relative;
    text-align: center;
}

.newsletter-section .newsletter-content h2 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
}

.newsletter-section .newsletter-content p {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .16px;
    margin-bottom: 35px;
}

.newsletter-section .newsletter-content .from-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(77, 144, 254, 0.5);
    border-radius: 10px;
}

.newsletter-section .newsletter-content .from-inner input {
    background: 0 0;
    border: none;
    outline: none;
    color: var(--title-color);
    font-size: 12px;
    font-family: var(--font-rubik);
    width: 100%;
    height: 48px;
    padding: 10px 20px;
}

.newsletter-section .newsletter-content .from-inner button {
    background-color: var(--primary-color);
    padding: 14px 16px;
    border-radius: 0 10px 10px 0;
    border: none;
}

.newsletter-section .newsletter-content .from-inner button svg {
    stroke: var(--white-color);
}

/* Newsletter End  */
/* Top Destination Start  */
.top-destination {
    background-image: url(../img/top-categories-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 105px 0px 130px 0px;
}

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

.destination-card .destination-card-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
    height: 400px;
    width: 100%;
}

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

@media (max-width: 576px) {
    .destination-card .destination-card-img img {
        width: 100%;
    }
}

.destination-card .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-card .batch {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.destination-card .batch span {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    display: inline-flex;
    background-color: var(--primary-color2);
    border-radius: 3px;
    padding: 5px 10px;
    transition: 0.5s;
}

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

.destination-card .destination-card-content span {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.28px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 5px;
}

.destination-card .destination-card-content h4 {
    margin-bottom: 0;
    line-height: 1.1;
}

.destination-card .destination-card-content h4 a {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: capitalize;
    transition: 0.5s;
}

.destination-card-slider {
    padding-top: 50px !important;
}

@media (max-width: 991px) {
    .destination-card .destination-card-content h4 a {
        font-size: 25px;
    }
}

.destination-card .destination-card-content h4:hover a {
    color: var(--primary-color2);
}

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

.destination-card:hover .batch span {
    color: var(--white-color);
    background-color: var(--primary-color1);
}

.top-destination .destination-card-slider .swiper-slide:nth-child(even) {
    margin-top: 20px;
}

@media (max-width: 576px) {
    .top-destination .destination-card-slider .swiper-slide:nth-child(even) {
        margin-top: 0;
    }
}

.destination-card-slider .swiper-button-next,
.destination-card-slider .swiper-button-prev {
    color: var(--title-color);
    font-size: 18px !important;
    background-color: var(--white-color);
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.destination-card-slider .swiper-button-next:after,
.destination-card-slider .swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 600;
}

/* Top Destination End  */
/* Feature css Start  */
.feature-card-section {
    position: relative;
}

.feature-card-section .section-vector4 {
    position: absolute;
    top: -40%;
    right: 0;
    z-index: -1;
}

.feature-card {
    background-image: url(../img/feature-card-bg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 20px 20px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    transition: .5s;
}

.feature-card .feature-card-icon {
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #ddeed6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.feature-card .feature-card-content h6 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .6px;
    text-transform: capitalize;
    margin-bottom: 12px;
    transition: .5s;
}

.feature-card .feature-card-content p {
    color: var(--text-color);
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .45px;
    margin-bottom: 0;
    transition: .5s;
}

.feature-card:hover {
    box-shadow: 0 0 30px -2px rgba(0, 0, 0, .08);
}

.feature-card.two .feature-card-icon {
    background-color: #feeed5;
}

.feature-card.two {
    background-image: url(../img/feature-card-bg2.png);
}

.feature-card .feature-card-icon svg {
    fill: var(--primary-color1);
    transition: .5s;
}

.feature-card.two .feature-card-icon svg {
    fill: var(--primary-color2);
}

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

.feature-card:hover .feature-card-icon {
    background-color: var(--primary-color1);
}

.feature-card.two:hover .feature-card-icon {
    background-color: var(--primary-color2);
}

.feature-card.two:hover .feature-card-icon svg {
    fill: var(--white-color);
}

.feature-card:hover .feature-card-icon svg {
    fill: var(--white-color);
}

/* Feature Css End  */
/* Offer Css Start  */
.offer-area {
    background-image: url(../img/offer-banner.png), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.offer-area .offer-content {
    text-align: center;
}

.offer-area .offer-content span {
    color: var(--primary-color1);
    font-family: var(--font-satisfy);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 20px;
}

.offer-area .offer-content h2 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 57px;
    font-weight: 700;
    line-height: 1.1;
}

.offer-area .offer-content h2 strong {
    color: var(--primary-color2);
    font-size: 45px;
}

.offer-area .offer-content p {
    color: var(--white-color);
    font-family: var(--font-jost);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: .54px;
    text-transform: capitalize;
    max-width: 420px;
    width: 100%;
    margin: 0 auto 35px;
}

/* Offer Css End  */
/* App Download Section  */
.app-download-section {
    margin-bottom: 100px;
}

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

.app-download-section .about-img-wrap {
    background-image: url(../img/about-img-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.app-download-section .about-img-wrap .about-top-img {
    margin-top: -90px;
    position: relative;
}

.app-download-section .about-img-wrap .about-bottom-img {
    min-width: 376px;
    margin-left: -190px;
    margin-bottom: -130px;
    position: relative;
}

.app-download-section .about-img-wrap .about-bottom-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 12, 8, .2);
    border-radius: 10px;
}

.app-download-section .about-img-wrap .about-bottom-img img {
    border-radius: 10px;
}

.app-download-section .about-content .service-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 35px;
}

.app-download-section .about-content .service-list li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--title-color);
    font-family: var(--font-jost);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .51px;
    width: 50%;
}

.app-download-section .about-content .service-list li svg {
    fill: var(--primary-color);
}

/* App Download Section End  */
/* Travel planning Start  */
.travel-planning-section {
    overflow: hidden;
}

.travel-planning-section .travel-img-1-wrapper {
    background-image: url(../img/travel-bg-1.png), linear-gradient(180deg, #1d231f 0%, #1d231f 100%);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.travel-planning-section .travel-img-1-wrapper .travel-content {
    text-align: center;
    padding: 100px 67px;
}

.travel-planning-section .travel-img-1-wrapper .travel-content {
    color: var(--primary-color1);
    font-family: var(--font-satisfy);
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    margin-bottom: 15px;
}

.travel-planning-section .travel-img-1-wrapper .travel-content h2 {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
}

.travel-planning-section .travel-img-1-wrapper .travel-content h2 strong {
    color: var(--primary-color2);
    font-size: 50px;
}

.travel-planning-section .package-card-slider-wrapper {
    /* background-image: url(../img/travel-ng-2.png), linear-gradient(180deg, #f4f9f1 0%, #f4f9f1 100%);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%; */
    padding: 75px 135px 75px 75px;
}

.travel-plan-wrapper .travel-plan-header-links {
    padding-top: 4px;
    font-family: 'TT Hoves Variable', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    font-feature-settings: 'liga' 0;
    color: var(--primary-color);
}

.travel-plan-title {
    color: var(--title-color);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

.travel-plan-wrapper .travel-plan-header-links a {
    color: var(--primary-color);
}

.travel-plan-wrapper .accordion-button {
    background-color: transparent !important;
}

.travel-plan-wrapper .accordion-body {
    background-color: transparent !important;
    padding-left: 0;
    padding-right: 0;
}

.travel-plan-wrapper .accordion-item {
    background-color: transparent !important;
}

.travel-plan-wrapper .travel-detail-content ul li {
    list-style-type: none;
    margin-bottom: 8px;
}

.travel-plan-wrapper .travel-detail-content ul li a {
    display: flex;
    flex-wrap: wrap;
    color: var(--text-color)
}

.travel-plan-wrapper .travel-detail-content ul li a:hover {
    text-decoration: underline;
}

.travel-plan-wrapper .travel-detail-content ul li a span:last-child {
    margin-left: auto;
}

/* Travel Planning End  */
/* Faq Start */
.faq-section {
    padding: 100px 0;
}

.faq-content .accordion .accordion-item {
    border: none;
    background-color: transparent;
}

.faq-content .accordion .accordion-item:first-child .accordion-header .accordion-button {
    padding-top: 0;
}

.faq-content .accordion .accordion-item .accordion-header .accordion-button {
    border: none;
    border-radius: unset;
    box-shadow: none;
    color: var(--title-color);
    font-family: var(--font-rubik);
    background-color: transparent;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    text-transform: capitalize;
    padding: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid var(--title-color);
}

/* Faq End  */
/* Trip Css Start  */
.title-4 {
    color: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 22px;
}

.section-content {
    color: var(--text-color);
    font-size: 14px;
}

/* .custom-btn-navs .nav-tabs .nav-link.active {
    background-color: #3c50e0;
    color: var(--white-color);
    border-color: #3c50e0;
}
.custom-btn-navs .nav-tabs {
    border-bottom: none !important;
}
*/
.custom-btn-navs .nav-tabs .nav-link {
    background-color: transparent !important;
    border-color: transparent !important;
    font-weight: 600;
    color: var(--text-color);
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.custom-btn-navs .nav-tabs .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #fff !important;
    color: var(--primary-color)
}

.custom-btn-navs .nav-tabs .nav-link.active {
    background-color: #fff !important;
    color: var(--primary-color);
    font-weight: 600;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.inner-tabs .nav-tabs .nav-link {
    border: 1px solid #3c50e0;
    border-radius: 0;
    background-color: var(--white-color)
}

.inner-tabs .nav-tabs .nav-link:hover {
    background-color: #dee2e6;
    border-color: #ccc;
}

.inner-tabs .nav-tabs .nav-link.active {
    background-color: #3c50e0;
    color: var(--white-color)
}

.inner-tabs .nav-tabs .nav-link.active:hover {
    border-color: #3c50e0;
}

.inner-tabs .nav-tabs .nav-item:first-child .nav-link {
    border-radius: 5px 0px 0px 5px;
}

.inner-tabs .nav-tabs .nav-item:last-child .nav-link {
    border-radius: 0px 5px 5px 0px;
}

.inner-tabs .nav-tabs .nav-item+.nav-item {
    margin-left: 0;
}

.px-11 {
    padding-left: 11px !important;
    padding-right: 11px !important;
}

/* Trip Css End  */
/* Tabs Css Start  */
.select2-container--default .select2-selection--single {
    display: flex !important;
    align-items: center;
    border: none;
    height: 30px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px !important;
}

.select2-container {
    width: auto !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #7b7b7b;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin: initial !important;
    position: initial !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    display: flex;
    align-items: center;
    position: initial !important;
}

.custom-dropdown {
    width: 100%;
}

.custom-dropdown .dropdown-toggle {
    background: #fff;
    color: black;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    width: 100%;
    text-align: left;
    padding: .375rem .75rem;
}

.select2-container--open .select2-dropdown--below {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
    width: 220px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3c50e0;
    border-radius: 4px;
}

.nav-pills .nav-link {
    color: #000;
}

/* .col-div {
    background: #f3f3f3;
    border: 1px solid #d9d9d9;
} */
.custom-dropdown .dropdown-toggle::after {
    position: absolute;
    right: 8px;
    top: 44%;
}

.quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 10px;
}

.quantity__minus,
.quantity__plus {
    display: block;
    width: 22px;
    height: 23px;
    margin: 0;
    background: #dee0ee;
    text-decoration: none;
    text-align: center;
    line-height: 23px;
}

.quantity__minus:hover,
.quantity__plus:hover {
    background: #575b71;
    color: #fff;
}

.quantity__minus {
    border-radius: 3px 0 0 3px;
}

.quantity__plus {
    border-radius: 0 3px 3px 0;
}

.quantity__input {
    width: 32px;
    height: 23px;
    margin: 0;
    padding: 0;
    text-align: center;
    border-top: 2px solid #dee0ee;
    border-bottom: 2px solid #dee0ee;
    border-left: 1px solid #dee0ee;
    border-right: 2px solid #dee0ee;
    background: #fff;
    color: #8184a1;
}

.quantity__minus:link,
.quantity__plus:link {
    color: #8184a1;
}

.quantity__minus:visited,
.quantity__plus:visited {
    color: #fff;
}

.custom-dropdown .dropdown-menu {
    width: 300px !important;
}

.custom-dropdown .form-select {
    width: 27%;
    /* text-align: center; */
    border: none;
    padding-right: 10px;
    border: 1px solid #dddddd;
    padding: 1px 10px;
}

.travelet-li {
    padding: 5px 10px;
    align-items: center;
    color: black;
}

.travelet-li .dropdown-item {
    padding: 0;
}

.travelet-li .dropdown-item:hover {
    background-color: transparent;
}

.travelet-li .dropdown-item:active,
.travelet-li .dropdown-item:focus {
    color: #000;
}

.travelet-li span {
    font-size: 12px;
    color: gray;
}

.ui-timepicker-wrapper .ui-timepicker-list li {
    text-transform: uppercase;
}

.Timepicker {
    text-transform: uppercase;
}

/* Tabs Css End  */
/* chat */
.chat-sidebar {
    height: 100vh;
}

.chat-content-body {
    position: initial;
}


.chat-content {
    height: 100vh;
}

.chat-wrapper {
    position: initial;
}


.chat-group {
    padding: 25px;
    margin-top: 80px;
}

.chat-sidebar {
    left: 0;
}

@media (min-width: 992px) {
    .chat-content {
        opacity: 1;
        left: 250px;
        transform: none;
        visibility: visible;
    }


}

/* index2 section */
.tour-facilites-section .nav-tabs {
    border-bottom: none;
}

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

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

.tour-facilites-section .nav-tabs .nav-item .nav-link.active {
    color: #0168fa;
}

.tour-facilites-section .nav-tabs .nav-item .nav-link.active svg {
    fill: #0168fa;
}

.tour-facilites-section .nav-tabs .nav-item .nav-link svg {
    fill: #000;
}

.tour-facilites-section .nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    border-right: none;
    border: none;
    background-color: transparent;
}

.transport-card {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08);
    transition: all .5s ease-out;
}

.package-card3.style-3 .package-card-img {
    margin: 5px 5px 0;
    border-radius: 0 0 10px 10px;
}

.package-card3 .package-card-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-out;
}

.package-card3.style-3 {
    border: 1px solid rgba(16, 12, 8, .08);
    box-shadow: unset;
}

.package-card3 {
    border-radius: 5px;
    background-color: var(--white-color);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    position: relative;
    overflow: hidden;
}

.package-card3.style-3 .package-card-img::before {
    background: rgba(16, 12, 8, .3);
    border-radius: 0 0 10px 10px;
    z-index: 1;
}

.package-card3 .package-card-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 5px 5px 0 0;
    z-index: 1;
}

.package-card3.style-3 .package-card-img {
    margin: 5px 5px 0;
    border-radius: 0 0 10px 10px;
    max-width: 100%;
    height: auto;
}

.package-card3.style-3 .package-card-img img {
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: 265px;
    transition: all 600ms linear;
}

.package-card3 .package-card-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    transition: all .5s ease-out;
}

.package-card3 .package-card-img .package-card-img-bottom {
    border-radius: 0 0 10px 10px;
    background-color: rgba(16, 12, 8, .6);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.package-card3.style-3 .package-card-img .eg-batch {
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: 1;
}

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

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

.package-card3 .package-card-img .package-card-img-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

.package-card3 .package-card-img .package-card-img-bottom ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
}

.package-card3 .package-card-img .package-card-img-bottom ul li svg {
    fill: #fff;
}

.package-card3:hover .package-card-img img {
    transform: scale(1.1);
    transition: all 600ms linear;
}

.package-card3:hover .package-card-img::after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.package-card3.style-3 .package-card-content .card-content-top {
    padding: 30px 20px;
}

.package-card3 .package-card-content .card-content-top {
    padding: 25px;
}

.package-card3 .package-card-content .rating-area {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    margin-bottom: 15px;
}

.package-card3 .package-card-content .rating-area .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    padding: 0;
}

.package-card3 .package-card-content .rating-area .rating li {
    line-height: 0;
    list-style: none;
}

.package-card3 .package-card-content .rating-area .rating li i {
    color: #ffc200;
    font-size: 12px;
}

.package-card3 .package-card-content .rating-area span {
    color: #ababab;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.package-card3 .package-card-content .card-content-top h5 {
    margin-bottom: 15px;
    transition: .5s;
}

.package-card3 .package-card-content .card-content-top h5 a {
    color: #000;
}

.package-card3 .location-area {
    position: relative;
    height: 18px;
    overflow: hidden;
}

.package-card3 .location-area .location-list {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    transform: translateX(0);
    transition: 6s;
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
    padding: 0;
}

.package-card3 .location-area .location-list li {
    line-height: 1;
    position: relative;
    transition: .5s;
}

.package-card3 .location-area .location-list li a {
    color: #888;
    font-family: var(--font-rubik);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .6px;
    text-transform: uppercase;
    transition: .5s;
}

.package-card3.style-3 .package-card-content .card-content-bottom {
    padding: 20px;
    border-top: 1px solid rgba(16, 12, 8, .06);
}

.package-card3 .package-card-content .card-content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 25px;
    border-top: 1px solid rgba(34, 34, 34, .2);
}

.package-card3.style-3 .package-card-content .card-content-bottom .price-area {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
}

.package-card3 .package-card-content .card-content-bottom .price-area {
    line-height: 1;
}

.package-card3.style-3 .package-card-content .card-content-bottom .price-area span {
    margin-bottom: 0;
    color: #000;
}

.package-card3 .package-card-content .card-content-bottom .price-area span {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .22px;
    text-transform: capitalize;
}

.package-card3.style-3 .package-card-content .card-content-bottom .price-area h6 {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.package-card3 .package-card-content .card-content-bottom .price-area h6 {
    color: #000;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    margin-bottom: 0;
}

.package-card3.style-3 .package-card-content .card-content-bottom .explore-btn {
    color: #0168fa;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: .5s;
}

.package-card3 .location-area .location-list li svg {
    margin-right: 10px;
    fill: #888;
}

.package-card3.style-3 .package-card-content .card-content-bottom .price-area h6 del {
    color: rgba(16, 12, 8, .5);
    font-size: 16px;
    font-weight: 500;
}

.package-card3.style-3 .package-card-content .card-content-bottom .explore-btn svg {
    fill: #0c8842;
    transition: .5s;
}

.package-card3.style-3 .package-card-img .eg-batch {
    position: absolute;
    top: 10px;
    left: -5px;
    z-index: 1;
}

.package-card3.style-3 .package-card-img .eg-batch span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: var(--font-rubik);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    /* letter-spacing: .45px;
   mask-image: url(../img/eg-batch-orange-vector.svg); */
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: cover;
    /* -webkit-mask-image: url('../img/eg-batch-orange-vector.svg'); */
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    background-color: #fbb03b;
    padding: 5px 25px 5px 25px;
    white-space: nowrap;
}

/* The animation code */
@keyframes scrollTextAni {
    0% {
        transform: translateX(0px);
    }

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

.scrollTextAni {
    animation: none;
    transition: all 0.4s linear;
}

.package-card3:hover .scrollTextAni {
    animation: scrollTextAni 4s infinite linear;
    transition: all 0.4s linear;
}

/* hotel */
.room-suits-card {
    border: 1px solid #eee;
    border-radius: 5px;
}

.room-suits-card.two .room-img {
    width: 100%;
    height: 300px;
}

.room-suits-card .room-img {
    height: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
    border-radius: 5px 0 0 5px;
}

.room-suits-card .room-img img {
    border-radius: 5px 0 0 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.room-suits-card .batch {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 5px 0 5px 0;
    background-color: #228b22;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 2;
}

.room-suits-card .room-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 25px;
}

.room-suits-card .room-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 5px 5px 0 0;
    z-index: 1;
}

.room-suits-card .room-content .content-top {
    margin-bottom: 20px;
}

.room-suits-card .room-content .content-top .reviews {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

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

.room-suits-card .room-content .content-top h5 a {
    font-size: 22px;
    font-family: var(--font-rubik);
    color: var(--title-color);
    font-weight: 500;
    line-height: 1.2;
    transition: .35s;
}

.room-suits-card .room-content .content-top .reviews ul li {
    line-height: 1;
}

.room-suits-card .room-content .content-top .loaction-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
}

.room-suits-card .room-content .content-top .loaction-area li {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    font-family: var(--font-jost);
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
    line-height: 1;
}

.room-suits-card .room-content .content-top .facilisis {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.room-suits-card .room-content .content-top .facilisis li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-right: 13px;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-jost);
    line-height: 1;
    color: var(--title-color);
}

.room-suits-card .room-content .content-top .facilisis li svg {
    fill: #000;
}

.room-suits-card .room-content .content-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.room-suits-card .room-content .content-bottom .room-type {
    line-height: 1;
}

.room-suits-card .room-content .content-bottom .room-type h6 {
    font-size: 14px;
    font-weight: 500;
    color: var(--title-color);
    font-family: var(--font-rubik);
    margin-bottom: 0;
}

.room-suits-card .room-content .content-bottom .room-type>span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--font-jost);
}

.room-suits-card .room-content .content-bottom .room-type .deals {
    padding-top: 7px;
}

.room-suits-card .room-content .content-bottom .room-type .deals span {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--font-jost);
    line-height: 1.3;
}

.room-suits-card .room-content .content-bottom .room-type .deals span strong {
    color: #000;
    font-weight: 500;
}

.room-suits-card .room-content .content-bottom .price-and-book {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.room-suits-card .room-content .content-bottom .price-area {
    margin-bottom: 10px;
    text-align: end;
}

.room-suits-card .room-content .content-bottom .price-area p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    color: var(--text-color);
    font-family: var(--font-rubik);
    line-height: 1;
}

.room-suits-card .room-content .content-bottom .price-area span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
    text-transform: capitalize;
    padding-top: 7px;
}

.room-suits-card .room-content .content-bottom .price-area span del {
    color: rgba(16, 12, 8, .5);
    font-size: 16px;
    font-weight: 500;
}

.room-suits-card .room-content .content-top .reviews ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.room-suits-card .room-content .content-top .reviews ul li i {
    color: #dda701;
    font-size: 12px;
}

.room-suits-card .batch {
    color: #fff;
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 5px 0 5px 0;
    background-color: #228b22;
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 2;
}

.room-suits-card {
    position: relative;
    transition: all 0.2s linear;
    overflow: hidden;
}

.transport-card {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .08);
    transition: all .5s ease-out;
}

.transport-card .transport-img {
    display: block;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.transport-card .transport-img img {
    border-radius: 5px 5px 0 0;
    width: 100%;
}

.transport-card .transport-img span {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    padding: 7px 16px;
    border-radius: 5px 0 5px 0;
    background-color: var(--primary-color1);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s;
    z-index: 2;
}

.transport-card .transport-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(1deg, rgba(21, 47, 0, 0.56) 1.03%, rgba(21, 47, 0, 0) 90.67%);
    border-radius: 5px 5px 0 0;
    z-index: 1;
}

.transport-card .transport-content {
    padding: 25px 20px 30px;
}

.transport-card .transport-content h4 {
    margin-bottom: 15px;
}

.transport-card .transport-content h4 a {
    color: #000;
}

.transport-card .transport-content .transport-type h6 {
    color: var(--title-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .23px;
    margin-bottom: 5px;
}

.transport-card .transport-content .transport-type .single-transport {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #eee;
    line-height: 1.3;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
    padding: 5px;
}

.transport-card .transport-content .card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.transport-card .transport-content .card-bottom .review-area {
    line-height: 1;
    text-align: end;
}

.transport-card .transport-content .card-bottom .review-area .rating {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
    margin-bottom: 7px;
}

.transport-card .transport-content .card-bottom .review-area span {
    font-size: 14px;
    line-height: 1;
    color: var(--text-color);
}

.transport-card .transport-content .card-bottom .review-area .rating li i {
    color: #ffc107;
    line-height: 1;
}

.btn-icon svg {
    fill: #fff;
}

.bgshape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.bgshape1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.why-book-card img {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
}

.why-book-card:hover {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.2s linear;
}

.popular-des-card .cotent-card {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
    padding: 10px;
}

.popular-des-card .cotent-card h3 {
    color: #fff;
    margin-bottom: 5px;
}

.row-poppular-col-2 .popular-des-card {
    height: 250px;
}

.popular-des-card {
    border-radius: 16px;
    height: 100%;
    position: relative;
    transition: all 0.2s linear;
}

.popular-des-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.popular-des-card img {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    transition: all 0.2s linear;
}

.popular-des-card:hover::before {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.2s linear;
}

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

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

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

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills {
    display: block;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item {
    margin-bottom: 25px;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active {
    background-color: #3c50e0;
}

.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, .6);
    padding: 4px 5px;
    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.active .icon {
    background: rgba(16, 12, 8, .2);
}

.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.active h6 {
    color: #fff;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-sidebar .nav-pills .nav-item .nav-link.active svg {
    fill: #fff;
}

.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-rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .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 {
    background-color: var(--white-color);
    border: 1px solid rgba(238, 238, 238, .6);
    padding: 4px 5px;
    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: #EDF0FF;
}

.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-rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .54px;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
}

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

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

.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-family: var(--font-jost);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: .51px;
}

.slider-and-tab-section .tab-area .tab-content-area .tab-content-wrap ul li svg {
    fill: var(--primary-color1);
}

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

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

/* footer */
.footer-section {
    padding: 100px 0 0px 0;
    background-color: #181818;
}

.footer-section .footer-top .footer-widget h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.6;
    text-transform: capitalize;
    width: 100%;
    margin-bottom: 25px;
    color: #fff;
}

.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 h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .66px;
    margin-bottom: 0;
}

.footer-section .footer-top .footer-widget .widget-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.footer-section .footer-top .footer-widget .widget-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .32px;
    transition: .5s;
}

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

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

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

.footer-section .footer-top .footer-widget p {
    color: #fff;
}

.footer-section .footer-top .footer-widget .widget-title svg {
    fill: #fff;
}

.footer-section .footer-top .footer-widget .single-contact a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .48px;
    transition: .5s;
}

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

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

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

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

.footer-section .footer-bottom .social-list li {
    transition: .5s;
}

.footer-section .footer-bottom p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: .42px;
    margin-bottom: 0;
}

.footer-section .footer-bottom .footer-right ul {
    display: flex;
    align-items: center;
    gap: 35px;
}

.footer-section .footer-bottom .footer-right ul li {
    position: relative;
}

.footer-section .footer-bottom .footer-right ul li a {
    color: #fff;
    font-family: var(--font-jost);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: .5s;
}

.footer-section .footer-top .footer-widget .widget-list li a:hover,
.footer-section .footer-top .footer-widget .single-contact a:hover,
.footer-section .footer-bottom .footer-right ul li a:hover,
.footer-section .footer-bottom .social-list li a:hover {
    color: #0168fa;
    transition: all 0.3s linear;
}

.footer-section .footer-top .footer-widget .widget-list li a,
.footer-section .footer-top .footer-widget .single-contact a,
.footer-section .footer-bottom .footer-right ul li a,
.footer-section .footer-bottom .social-list li a {
    transition: all 0.3s linear;
}

.section-book-form {
    background-image: url('../img/top-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 435px
}

.why-book-section {
    background-image: url('../img/book-section-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* Floating Button Start  */
.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 999999999;
}

.floatingButtonInner {
    position: relative;
}

.floatingButton {
    display: block;
    width: 150px;
    /* height: 60px; */
    text-align: center;
    background: #3c50e0;
    background: #3c50e0;
    background: #3c50e0;
    color: #fff;

    line-height: 50px;
    position: absolute;
    border-radius: 8px;
    bottom: 0px;
    right: 0px;
    border: 1px solid #b2bedc;
    /* opacity: 0.3; */
    opacity: 1;
    transition: all 0.4s;
}

.floatingButton .fa span {
    font-size: 15px !important;
}

.floatingButton.open,
.floatingButton:hover,
.floatingButton:focus,
.floatingButton:active {
    opacity: 1;
    color: #fff;
}

.floatingButton .fa {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.floatingButton.open .fa {
    transform: rotate(270deg);
}

.floatingButton.open span {
    display: none;
}

.floatingButton.open {
    width: 90px
}

.floatingMenu {
    position: absolute;
    bottom: 75px;
    right: 0px;
    /* width: 200px; */
    display: none;
    background: #3c50e0;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: left;
    /* margin-bottom: 5px; */
}

.floatingMenu li a {
    padding: 5px 15px;
    display: inline-block;

    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.4s;
    /* -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.22); */
    /* -webkit-box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5);
    box-shadow: 1px 3px 5px rgba(211, 224, 255, 0.5); */
}

.floatingButtonWrap .add-plan-box {
    position: relative;
    bottom: 80px;

}

.floatingButtonWrap .add-plan-box .trip-plan-box img {
    width: 30px;
    height: 30px;
}

/* Floating Button End  */
/* Add Plan Start  */


.add-plan .trip-plan-img img {
    height: 160px;
    width: 180px;
    border-radius: 10px;
    object-fit: cover;
}

.add-plan .edit-btns .dropdown-toggle::after {
    content: none;
}

.add-plan .edit-btns i {
    font-size: 18px;
}

.trip-info-box {
    padding: 20px;
}

.trip-big-box .day-details {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    text-align: left;
    margin: 12px 0px;
    border-radius: 10px;
}

.trip-big-box .trip-plan-date {
    margin-top: 15px;
    font-size: 14px;
    color: var(--text-color);
}

.trip-big-box .experience_content {
    display: flex;
}

.trip-big-box .experience_time {
    padding-right: 1rem;
    position: relative;
}

.trip-big-box .experience_rounder {
    position: relative;
    display: block;
    height: 60px;
    width: 60px;
    font-size: 10px;
    background-color: var(--primary-color);
    /* margin-top: .25rem; */
    border-radius: 50%;
}

.trip-big-box .experience_rounder i {
    font-size: 22px;
    line-height: 60px;
    color: var(--white-color);
}

.trip-big-box .experience_line {
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--primary-color);
    transform: translate(30px, 0px);
}

.trip-big-box .experience_data {
    width: 100%;
    text-align: left;
}

.trip-big-box .experience_title {
    width: 100%;
    margin-top: 5px;
    border-radius: 10px;
    background: #e6ebef;
    font-size: 14px;
    padding: 16px 15px;
    position: relative;
    cursor: pointer;
}

.trip-big-box .sharing-details-edit {
    background: #fff;
    padding: 10px 13px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.trip-big-box .sharing-details-edit .sharing-details-one ul {
    list-style: none;
    text-align: left;
    padding-left: 0px !important;
    width: 100%;
}

.trip-big-box .sharing-details-edit .sharing-details-one ul li {
    display: flex;
}

.trip-big-box .sharing-details-edit .sharing-details-one ul li span:last-child {
    margin-left: auto;
}

.rotate {
    transition: transform 0.2s;
}

.rotate.open {
    transform: rotate(180deg);
}

.edit-trip-plan-btns .trip-options {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #EDF0FF;
    border-radius: 10px;
    padding: 8px 5px;
}

.edit-trip-plan-btns .trip-options i {
    font-size: 18px;
}

.trip-plan-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    width: calc(50% - 20px);
}

.trip-plan-box:hover {
    background-color: #e6ebef;
}

.trip-plan-box p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    margin-left: 15px;
}

.trip-plan-box img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.trip-boxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    margin-top: 15px;
}

.trip-options .dropdown {
    cursor: pointer;
}

/* Add Plan End  */
/* Image Gallery Start  */
.gallery img {
    /* thumbnails */
    width: 235px;
    height: 210px;
    object-fit: cover;
    margin: 10px;
    transition: transform 0.3s ease;
}

.gallery img:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transform: scale(1.1);
    /* Zoom in effect */
}

/* Image Gallery End  */
.add-trip .trip-plan-img img {
    height: 200px;
    width: 200px;
    border-radius: 10px;
    object-fit: cover;
}

.add-trip .edit-btns .dropdown-toggle::after {
    content: none;
}

.add-trip .edit-btns i {
    font-size: 18px;
}

.sticky-wrapper {
    position: relative;
}

.copy-text {
    position: relative;
    padding: 5px 6px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: flex;
}

.copy-text input.text {
    font-size: 18px;
    color: #555;
    border: none;
    outline: none;
}

.copy-text button {
    padding: 8px;
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
    margin-left: auto;
}

.sticky {
    position: sticky;
    top: 10px
}

/* Trip Box Start  */
.trip-box .plan input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.trip-box .plan {
    cursor: pointer;
    width: 100% !important;
}

.trip-box .plan .plan-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #e1e2e7;
    border-radius: 10px;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    -o-transition: box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    position: relative;
}

.plan-details h6,
.plan-details span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 170px;
    white-space: nowrap;
}

.delete-img img {
    height: 150px;
    width: 150px;
}

.trip-box .plan .plan-content:hover {
    -webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
    box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.trip-box .plan input[type="radio"]:checked+.plan-content:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    border: 3px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 3px #0066ff;
    box-shadow: 0px 0px 0px 3px #0066ff;
}

.trip-box .plan input[type="radio"]:checked+.plan-content {
    border: 2px solid #216ee0;
    background: #eaf1fe;
    -webkit-transition: ease-in 0.3s;
    -o-transition: ease-in 0.3s;
    transition: ease-in 0.3s;
}

/* Trip Box End  */
/* Add expense Start  */
.add-user-btn button {
    height: 40px;
    width: 40px;
    line-height: 25px;
    border-radius: 50%;
    border: 2px dashed var(--primary-color);
    text-align: center;
    color: var(--primary-color);
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-user-btn button:hover {
    border-color: #000;
}

.add-user-btn p {
    text-align: center;
    font-size: 12px;
    margin-top: 6px;
}

.user-grp .people-img {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0px;
    justify-content: center;
}

.user-grp .people-img .person-detail {
    margin-right: 10px;
    text-align: center;
    /* position: relative; */
}

.user-grp .people-img .person-detail p {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 0;
    max-width: 44px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-grp .people-img .person-detail .dselect-user {
    position: absolute;
    right: 0;
    background-color: #dc3545;
    cursor: pointer;
    height: 15px;
    width: 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    z-index: 1;
}

.user-grp .people-img .person-detail .avatar-initial {
    position: relative;
}

.vodiapicker {
    display: none;
}

#a {
    padding-left: 0px;
}

#a img,
.btn-select img {
    height: 20px;
    width: 20px;
    object-fit: cover;
}

#a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

#a li:hover {
    background-color: #F4F3F3;
}

#a li img {
    margin: 5px;
}

#a li span,
.btn-select li span {
    margin-left: 15px;
}

/* item list */
.b {
    display: none;
    width: 100%;
    max-width: 355px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
}

.open {
    display: show !important;
}

.btn-select {
    width: 100%;
    max-width: 355px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #c0ccda;
}

.btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
}

.btn-select:hover li {
    margin-left: 0px;
}

.btn-select:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
    outline: none;
}

.split_method {
    display: block;
}

.split_method h3 {
    margin-bottom: 5px;
    font-size: 17px;
    margin-top: 20px;
}

.split_method .person {
    cursor: pointer;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.split_method .person input[type=checkbox] {
    height: 20px;
    width: 20px;
    font-size: 20px;
}

.split_method .person .avtarname {
    margin-right: 5px;
    background-color: #8392a5;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.split_method .person .name {
    display: inline-block;
    max-width: 155px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 16px;
    min-height: 18px;
}

.split_method .person:hover {
    background: rgba(0, 0, 0, 0.05);
}

.split_method .person .amount {
    margin-left: auto;
    margin-top: 8px;
}

.split_method .person .input-prepand {
    margin-left: auto;
}

.split_method .person .input-prepand input {
    width: 60px;
}

.split_method .total-amount {
    border-top: 1px dashed #ccc;
    padding-top: 8px;
    margin-top: 9px;
}

.split_method .total-amount p {
    font-size: 13px;
}

.split_method .person .subsummary {
    display: inline-block;
    color: #999;
    font-size: 11px;
}

.input-prepand .add-on {
    display: inline-block;
    width: auto;
    height: 18px;
    min-width: 16px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #ffffff;
    vertical-align: middle;
    background-color: #eeeeee;
    border: 1px solid #ccc;
}

.split-expense-tab button.active {
    background-color: #c3c4c6;
}

.expense-icon img {
    height: 60px;
    width: 60px;
}

.owe-user-list li {
    padding: 9px 0;
    padding-left: 10px;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    ;
}

.owe-user-list li:last-child {
    border-bottom: 0;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 315px
}

.owe-detail h5 {
    font-size: 16px;
}

.payment-method-name {
    font-size: 15px;
}

.payment-method-name i {
    font-size: 20px;
    margin-right: 10px;
}

.payment-card label.plan input:disabled+.plan-content {
    background-color: #f5f5f5;
}

.payment-card .trip-box .plan input[type="radio"]:checked+.plan-content:after {
    right: 9px;
    top: 15px
}

.payment-card .trip-box .plan .plan-content {
    padding: 12px;
}

.payment-between a {

    border-radius: 10px;
    padding: 5px 9px;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.payment-between a:hover {
    background: transparent;
    color: var(--primary-color);
    border: 1px dashed var(--primary-color);
}

/* Add Expense End  */
/* index 2 page start ============================================ */
.manage-trip-section {
    position: relative;
    background-image: url('../img/home/map.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #F3F8FF;
    width: 100%;
}

.work-bgshape-1 {
    position: absolute;
    bottom: -50px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

img.browser-frame-1 {
    position: absolute;
    left: -80px;
    bottom: 10%;
}

img.browser-frame-2 {
    position: absolute;
    right: -80px;
    bottom: 20%;
}

.work-section {
    position: relative;
    background-image: url('../img/home/shape-1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.work-section .contentWrapper {
    position: relative;
    text-align: center;
}

.work-section .tabsWrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.work-section .tabs {
    /* margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    bottom: -25px;
    left: 0;
    right: 0; */
    white-space: nowrap;
    overflow: auto;
}

.work-section .tabs li {
    display: inline-block;
    padding: 0 30px;
    cursor: pointer;
    text-align: center;
}

.work-section .next,
.work-section .previous {
    position: absolute;
    padding: 2px 4px;
    top: 0;
}

.work-section .next {
    right: -25px;
}

.work-section .previous {
    left: -25px;
}

.work-section .tabContent {
    width: 100%;
    padding: 30px 0;
}

.work-section .tabs li.active .svgIcon {
    background-color: var(--primary-color);
}

.work-section .tabs li.active .svgIcon svg {
    fill: var(--white-color);
}

.work-section .tabs li.active .svgIcon svg path {
    fill: var(--white-color);
}

.work-section .tabs li.active .tab-name {
    color: var(--primary-color);
}

.how-work-section {
    position: relative;
    background-image: url('../img/home/work-bg.png');
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
}

.work-section .tabs .svgIcon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EAECFF;
    border-radius: 4px;
    margin-bottom: 10px;
}

.work-section .tabs .svgIcon {
    width: 50px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #EAECFF;
    border-radius: 12px;
    margin-bottom: 10px;
}

.work-section .tabs .svgIcon svg {
    height: 25px;
}

.work-section .tabs .tab-name {
    font-weight: 500;
    color: gray;
    font-size: 18px;
}

.section-row {
    margin-bottom: 50px;
}

.work-row-two {
    background-color: #F0FBF8;
}

.work-row-one {
    background-color: #FCF9FF;
}

.work-main-1 {
    background-image: url(../img/home/vector-shape-1.png);
    background-repeat: no-repeat;
    padding-bottom: 150px;
    background-position: bottom;
}

.work-main-2 {
    background-image: url(../img/home/vector-shape-2.png);
    background-repeat: no-repeat;
    padding-bottom: 150px;
    background-position: bottom;
}

.work-row-three {
    background-color: #EDFAFE;
}

.work-row-common {
    padding: 30px;
}

.work-coloum ul li svg {
    height: 18px;
    color: var(--primary-color);
}

.work-coloum ul li {
    line-height: 22px;
    transition: all 0.3s linear;
    cursor: pointer;
    display: flex;
    margin-bottom: 10px;
}

.work-coloum ul li:hover {
    font-weight: bold;
    transition: all 0.3s linear;
}

.browse-desk-img {
    width: 100%;
}

/* .customswipe-1 .swiper-slide{
    margin-right: 20px !important;
}
.customswipe-2 .swiper-slide {
    margin-left: -50px !important;
    margin-right: 73px !important;
} */
.divicon-row svg {
    height: 18px;
}

.divicon-row span {
    display: flex;
}

/* contact */
.contact-f-info .icon-div {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D6EDF3;
    border-radius: 50%;
}

.contact-f-info .icon-div svg {
    height: 18px;
}

a.contact-f-info {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.icon-div svg {
    color: var(--title-color);
}

a.contact-f-info span {
    font-size: 16px;
    color: var(--title-color);
}

.lock-text svg {
    height: 18px;
}

.footer-logo img {
    max-width: 140px;
    display: block;
    margin-bottom: 20px;
}

.social-list-2 i {
    font-size: 16px;
}

.footer-2-info .infodiv {
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-2-info .infodiv svg {
    height: 16px;
}

.footer-sec-2 {
    background-color: #1D1C25;
    padding-bottom: 0px;
}

.social-list-2 li a:hover i {
    color: var(--primary-color) !important;
    transition: all 0.3s linear;
}

.footer-2-info a {
    transition: all 0.3s linear;
}

.footer-2-info a:hover svg {
    fill: white;
    transition: all 0.3s linear;
}

.brower-web-main {
    margin-top: 30px;
}

.brower-web img {
    max-width: 120px;
}

.header-2 .aside-logo img {
    max-width: 110px;
    height: initial;
}

.margqur-main-div {
    height: 190px;
}

/* gallery */
.gallery-img-div img {
    width: 250px;
}

.slider-round-fix {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 500px;
    height: 500px;
    background: white;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slider-round-fix h3 {
    font-size: 40px;
    font-family: var(--font-rubik);
    color: var(--title-color);
    font-weight: 600;
}

.gallery-section {
    background-color: #EDFAFE;
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner-title {
    font-size: 50px;
    color: var(--title-color);
    font-family: var(--font-rubik);
}

.aside-alert-link a:hover,
.aside-alert-link a:focus {
    color: var(--white-color) !important;
}

.upcoming-content img {
    height: 150px;
    width: 150px;
}

/* index 2 page end ============================================ */

/* Explore bAr  */

.gallery-img-wrap {
    position: relative;
    transition: all .45s;
    height: 100%;
}

.gallery-img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

.see-all-img {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.card-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top center
}

.card-badge {
    background-color: #fff;
    border-radius: 50px;
    color: #000;
    cursor: pointer;
     
    transition: background-color .1s linear, border-color .1s linear;
    position: absolute;
    height: 30px;
    right: 10px;
    width: 30px;
    line-height: 34px;
    text-align: center;
   top: 10px;
   font-size: 18px;
}

.explore-abs{
    padding-top: 90px;
    padding-bottom: 90px;
}

.attractions-section{
    padding: 100px 0px;
    background-image: url(../img/top-categories-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.top-main-area{
    padding-bottom: 90px;
}
.recommended-section{
    padding-bottom: 90px;
}


  .overview-container {
    position: sticky;
    top:0px;
    z-index: 99;
    
    display: flex;
    justify-content: center;
  }

.overview-container ul {
    background: #fff;
    box-shadow: 0 0 20px rgba(98, 99, 124, 0.2);
    border-radius: 70px;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -32px;
    position: relative;
    max-width: 1320px;
     
}

.overview-container ul li {
    display: inline-block;
    padding: 20px 10px;
}

.overview-container ul li a {
    padding: 0 15px;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 25px;
    color: #62637c;
    font-family: 'Lato', sans-serif;
}

.tour-best-overview{
    width: 100%;
    background: #42485a;
    margin-top: -32px;
    
}


.site-map-outer ul {
    float: left;
    width: 100%;
    padding-top: 65px;
    padding-bottom: 40px;
}

.site-map-outer ul li:first-child {
    padding-left: 0;
}

.site-map-outer ul li:first-child::after{
    content: none;
}
.site-map-outer ul li {
    float: left;
    width: 25%;
    padding-right: 40px;
    position: relative;
    padding-left: 50px;
}

.site-map-outer ul li:after {
    background: #686c78;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    height: 43px;
    width: 2px;
}
.site-map-outer ul li label {
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.site-map-outer ul li p {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-family: 'SFProDisplay-Regular';
}

.best-visit-time{
    padding-top: 100px;
}

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


.explore-banner-area {
    position: relative;
    background-image: url(../img/explore/explore-banner-bg.png), linear-gradient(180deg, #ece4d7 0%, #ece4d7 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px;
}


.explore-banner-area .banner-wrapper {
    padding: 80px 20px 20px 40px;
    border: 1px dashed rgba(16, 12, 8, .5);
    position: relative;
}

.explore-banner-area .banner-wrapper .banner-content-wrap {
    padding-right: 20px;
}

.explore-banner-area .banner-wrapper .banner-content-wrap .banner-content {
    
    width: 100%;
    margin-bottom: 50px;
    padding-left: 30px;
}

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

.explore-banner-area .banner-wrapper .banner-content-wrap .mb-40 {
    margin-bottom: 40px;
}

.home1-banner-bottom.style-4 {
    margin-top: 0;
    padding: 0;
}
.home1-banner-bottom {
    margin-top: -100px;
    z-index: 99;
    position: relative;
    padding: 0 70px;
}

.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons {
     
    margin-left: 30px;
    margin-bottom: -20px;
}

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

.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills {
    background-color: #ece4d7;
    border-radius: 10px;
    border: 1px solid rgba(16, 12, 8, .15);
}

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

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link.active {
    background-color: #0066ff;
    color: var(--white-color);
}
.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item:last-child .nav-link {
    border-radius: 0 10px 10px 0;
}
.home1-banner-bottom.style-4 .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
    border-radius: 10px 0 0 10px;
}

.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item .nav-link.active {
    background-color:  #0066ff;
    color: #fff;
}
.home1-banner-bottom .filter-wrapper .nav-buttons .nav-pills .nav-item:first-child .nav-link {
    border-radius: 15px 0 0 0;
    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: var(--title-color);
    font-family: var(--font-rubik);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 15px 40px;
    border-radius: unset;
    border-left: 1px solid #dbe1cd;
    width: 100%;
}

.home1-banner-bottom.style-4 .filter-wrapper .filter-group {
    background-color: transparent;
    border: 1px solid rgba(16, 12, 8, .15);
    border-radius: 20px;
    padding: 45px 30px 30px;
}



.home1-banner-bottom.style-4 .filter-wrapper .filter-group form {
    gap: 10px;
}

.home1-banner-bottom .filter-wrapper .filter-group form {
    display: flex;
    align-items: center;
}

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

 
.home1-banner-bottom.style-4 .filter-wrapper .filter-group form button {
    padding: 15px 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home1-banner-bottom .filter-wrapper .filter-group form button {
    color: #fff;
    font-family: var(--font-rubik);
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .54px;
    white-space: nowrap;
    background-color:  #0066ff;
     overflow: hidden;
    position: relative;
    z-index: 1;
    border-color: #fff;
    
}
.home1-banner-bottom .filter-wrapper .filter-group form button svg{
    color:#fff
}

.mb-100{
    margin-bottom: 100px;
}
/* Responsive CSS Start  */
@media only screen and (min-width: 360px) and (max-width: 768px) {
    .trip-plan-box {
        width: 47%;
    }

    .trip-boxes {
        gap: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .offer-img img {
        height: 400px;
    }

    .offer-area .offer-content h2 {
        font-size: 45px;
    }

    .about-top-img img {
        height: 555px;
    }

    .newsletter-section {
        background-image: linear-gradient(89deg, rgba(249, 244, 240, 0) 38.83%, rgb(249, 244, 240) 63.62%), url(../img/newsletter.jpg);
        padding: 70px 60px;
    }

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


    .travel-planning-section .package-card-slider-wrapper {
        padding: 30px 40px;
    }

    .faq-section {
        padding: 60px 0px;
    }

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

    .add-plan .trip-plan-img img {
        height: 182px;
    }

    .owe-user-list .avatar-initial {
        height: 40px;
        width: 40px;
    }

    .owe-detail {
        margin-left: 52px !important;
    }

    .chat-content-body {
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 175px;
        right: 0;
    }

    .chat-group {
        min-height: auto;
    }

    .app-chat.show-sidebar-right .chat-sidebar-right {
        display: none;
    }

    .app-chat.show-sidebar-right .chat-content-body {
        margin-right: 0px;
    }

    .chat-sidebar {

        left: 185px;
    }

    .chat-content-footer {
        left: 86px;
    }
}

@media (max-width: 991px) {
    .work-section .tabs .svgIcon {
        width: 40px;
        height: 40px;
        border-radius: 8px;
    }

    .work-section .tabs .tab-name {
        font-size: 14px;
    }

    .work-section .tabs .svgIcon svg {
        height: 20px;
    }

    img.browser-frame-1,
    img.browser-frame-2 {
        display: none;
    }

    .work-section .tabs li {
        padding: 0 15px;
    }

    .browser-main img {
        width: 100%;
    }

    .header-2 .aside-logo img {
        max-width: 90px;
    }

    .banner-title {
        font-size: 40px;
    }

    .pd-y-100 {
        padding: 60px 0;
    }

    .pd-b-100 {
        padding-bottom: 60px;
    }

    .pd-t-80 {
        padding-top: 60px;
    }

    .section-row {
        margin-bottom: 20px;
    }

    .work-row-common .pd-l-20 {
        padding-left: 0;
    }

    .work-row-common .pd-r-20 {
        padding-right: 0;
    }

    .work-row-common img {
        margin-bottom: 20px;
    }

    .work-coloum h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .brower-web {
        flex-wrap: wrap;
    }

    .brower-web img {
        margin-bottom: 0;
    }

    .work-row-common {
        padding: 10px;
    }

    .footer-2-info .single-contact {
        margin-bottom: 15px;
    }

    .slider-round-fix {
        width: 300px;
        height: 300px;
        padding: 20px;
    }

    .slider-round-fix h3 {
        font-size: 20px;
    }

    .work-main-1,
    .work-main-2 {
        background-image: none;
        padding-bottom: 60px;
    }

    .contact-section form.pd-30 {
        padding: 10px;
    }

    .phone-4-img {
        padding-left: 0;
        padding-top: 20px;
    }

    .main-title {
        font-size: 35px;
    }

    .footer-sec-2 {
        padding-top: 60px;
    }

    .footer-section .footer-top .footer-widget .single-contact a {
        font-size: 15px;
    }

    .section-book-form {
        height: 100%;
        background-position: center;
    }

    .chat-sidebar {
        left: 60px !important;
    }
}

@media (max-width:767px) {
    .header-2 .navbar-brand {
        width: 70%;
        display: flex;
        justify-content: center;
    }

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

    .why-book-section {
        background-size: contain;
        background-position: bottom;
    }

    .why-book-section.pb-120 {
        padding-bottom: 72px;
    }

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

    .activities-counter .divider::after {
        content: none;
    }

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

    .destination-card-slider .swiper-button-next,
    .destination-card-slider .swiper-button-prev {
        top: 57%
    }

    .offer-area .offer-img img {
        height: 300px;
        width: auto;
    }

    .offer-content {
        padding: 20px 0px;
    }

    .about-top-img img {
        height: 500px;
    }

    .travel-planning-section .package-card-slider-wrapper {
        padding: 30px;
    }

    .app-download-section {
        margin-bottom: 70px;
    }

    .faq-section {
        padding: 50px 0;
    }

    .faq-section img {
        height: 300px;
        padding: 20px 0;
    }

    .newsletter-section {
        background-image: linear-gradient(180deg, rgba(249, 244, 240, 0) 8.83%, #F9F4F0 63.62%), url(../img/newsletter.jpg);
        padding: 58px;

    }

    .newsletter-section .newsletter-content p {
        margin-bottom: 8px;
    }

    .faq-content {
        padding: 10px;
    }


    .newsletter-section .newsletter-content h2 {
        font-size: 34px;
        margin-top: 20px;
        margin-bottom: 0px;
    }

    .popular-des-card img {
        height: 248px;
        object-fit: cover;
        object-position: top center;
    }


    .tour-facilites-section .nav-tabs {
        padding-bottom: 15px;
        white-space: nowrap;
        flex-wrap: nowrap;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .add-trip .trip-plan-img img {
        width: 100% !important
    }


    .add-plan .trip-plan-img img {
        width: 100%;
        height: 200px;
    }

    .floatingButtonWrap {

        bottom: 25px;
        right: 25px;
    }

    .floatingButton {
        width: 90px;
    }

    .btn-select {
        max-width: 380px;
    }

    .b {
        max-width: 380px;
    }

    .add-plan-box .card {
        max-height: 729px;
        overflow-y: auto;
        left: 10px;
        position: relative;
        bottom: -20px;
        background-color: #f9f9f9;
    }

    .add-plan-box.row {
        padding-right: 0px !important;
        position: relative;
    }

    .pd-y-100.how-work-section {
        padding-bottom: 188px !important;
        padding-top: 60px !important;
    }

    .manage-trip-section {
        background-size: auto;
    }

    .sharing-plan-date {
        margin-top: 15px;
        font-size: 13px;
        color: var(--text-color);
    }

    .trip-big-box .trip-plan-date {
        margin-top: 15px;
        font-size: 13px;
        color: var(--text-color);
    }
}

/* Responsive CSS End  */