﻿.swiper {
    z-index: 0 !important;
}

.trav-transform p:first-of-type {
    color: #df6951;
    font-family: Poppins, var(--default-font-family);
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    line-height: 27px;
    letter-spacing: 1.8px;
}

.trav-transform p:last-of-type {
    color: #181e4b;
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    text-align: left;
    letter-spacing: -1px;
}

.trav-transform p span {
    color: #0451bb;
    font-size: 29px;
    font-weight: bold;
    text-align: left;
}

.view-pack-container {
    display: flex;
    align-items: center;
    margin: 10px;
}

.view-pack-btn {
    padding: 10px 20px;
    background-color: #238A64;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .view-pack-btn:hover {
        background-color: #34E0A1;
        color: white;
    }

.horizontal-border {
    flex-grow: 1;
    height: 2px;
    background-color: #34E0A1;
    margin-left: 10px;
}

.view-pack-btn {
    padding: 10px 20px;
    background: #0451bb;
    border-radius: 10px;
    box-shadow: 0 20px 35px 0 #c2dafb;
    color: #ffffff;
    font-family: Poppins, var(--default-font-family);
    font-size: 16.71587562561035px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .view-pack-btn:hover {
        background-color: royalblue;
    }

.horizontal-border {
    flex-grow: 1;
    height: 1px;
    background-color: #A8A8A8;
    margin-left: 10px;
}

.all-trav-content p {
    font-size: 15px;
    color: #333;
    font-weight: 500;
    line-height: 1.5;
}

.button-container-step {
    display: flex;
    position: relative;
}

.step-indicator {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
}

.custom-button-exist {
    padding: 15px 35px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    white-space: nowrap;
    position: relative;
    background-color: #F3FAFA; /* Default background */
}

.custom-button {
    padding: 15px 30px;
    color: #9dc3c3;
    font-size: 14px;
    font-weight: 500;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    white-space: nowrap;
    position: relative;
    background-color: #F3FAFA;
}

.custom-button-exist {
    color: royalblue;
    border: none;
}

.custom-button {
    color: #4B70E2;
    border: none;
}

    .custom-button-exist.active,
    .custom-button.active {
        background-color: royalblue;
        color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .custom-button-exist:not(.active),
    .custom-button:not(.active) {
        background-color: #F3FAFA;
        color: #9dc3c3;
    }

.toggle-effect {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #f2fafa;
    transition: transform 0.3s ease;
    border-radius: 25px;
    z-index: -1;
}

.custom-button-exist.active + .toggle-effect {
    transform: translateX(0);
}

.custom-button.active + .toggle-effect {
    transform: translateX(100%);
}

@media (max-width: 768px) {
    .view-pack-container {
        flex-direction: column;
        align-items: stretch;
    }

    .horizontal-border {
        margin-left: 0;
        margin-top: 10px;
    }
}

.one-place-text {
    color: #181e4b;
    font-family: Inter, var(--default-font-family);
    font-size: 26px;
    font-weight: 700;
    line-height: 38.066px;
}

@media (max-width: 768px) {
    .button-container-step {
        flex-direction: column;
        align-items: center;
    }

    .step-indicator {
        flex-direction: row;
    }

    .custom-button-exist,
    .custom-button {
        width: 100%;
        padding: 7px 8px;
        font-size: 14px;
    }

    .toggle-effect {
        width: calc(100% + 20px);
        left: -10px;
    }
}

.di-part-content {
    display: flex;
    align-items: flex-start;
}

.all-icon {
    margin-right: 15px;
}

    .all-icon img {
        height: auto;
    }

.all-icon-content p {
    margin: 0;
}

    .all-icon-content p:first-of-type {
        color: #3f3f3f;
        font-size: 12px;
        white-space: nowrap;
        font-weight: 700;
        line-height: 25px;
    }

    .all-icon-content p:last-of-type {
        color: #000000;
        margin-top: 10px;
        font-size: 12px;
        font-weight: 300;
        line-height: 14.523px;
    }

.diverse-part {
    margin-top: 2.5rem;
}

.right-part-image {
    background-position: center;
    height: 400px;
    background-size: cover;
    position: relative;
    top: -5rem;
}

.book-part-content {
    position: absolute;
    right: 4rem;
    top: 7rem;
}

    .book-part-content span {
        color: #ffffff;
        font-family: Urbanist, var(--default-font-family);
        font-size: 35px;
        font-weight: 800;
        line-height: 40.6px;
        opacity: 0.7;
    }

    .book-part-content p {
        color: #ffffff;
        font-family: Poppins, var(--default-font-family);
        font-size: 12px;
        font-weight: 400;
        line-height: 21px;
    }

@media (max-width: 768px) {
    .right-part-image {
        height: 230px;
        top: 0 !important;
    }

    .book-part-content {
        position: relative;
        top: 4rem;
        right: -28%;
        text-align: center;
    }

        .book-part-content span {
            font-size: 22px;
            line-height: 13.2px;
        }

        .book-part-content p {
            font-size: 8px;
            line-height: 14px;
        }

    #new-end-part-tour {
        display: none;
    }
}

.one-travel {
    margin-top: 2rem;
}

.all-icon-image {
    width: 100%;
    height: auto;
    padding: 10px;
}

    .all-icon-image img {
        width: 40%;
        object-fit: cover;
        border-radius: 8px;
        transition: transform 0.3s ease;
    }

        .all-icon-image img:hover {
            transform: scale(1.05);
        }

.top-tour {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tourb2-ab-p3-1 {
    display: flex;
    justify-content: end;
}

.all-in-list {
    background-color: #0451BB;
    margin: 0 auto;
    padding: 30px 30px;
    background: #0451bb;
}

    .all-in-list ul {
        padding: 0;
        margin: 0;
    }

    .all-in-list li {
        padding: 25px 10px 25px 14px;
        color: white;
        transition: background-color 0.3s ease, color 0.3s ease, padding 0.3s ease, border-bottom 0.3s ease;
        cursor: pointer;
        border-radius: 4px;
        position: relative;
        font-size: 20px;
        font-weight: 500;
        line-height: 33.886px;
        border-bottom: 0.5px solid white;
    }

        .all-in-list li .number {
            font-size: 16px;
            color: #ccc2c2;
            font-weight: 800;
            letter-spacing: -0.64px;
            opacity: 0.6;
            padding: 4px 8px;
        }

        .all-in-list li.selected {
            background: #ffffff;
            color: black;
            font-size: 22px;
            font-weight: 600;
            margin-top: 0.5rem;
            border-radius: 11px;
        }

@media (max-width: 768px) {
    .all-in-list ul {
        display: flex;
        gap: 10px;
    }

    .all-in-list li {
        flex: 1 1 calc(50% - 10px);
        padding: 20px 8px;
        font-size: 18px;
        line-height: 28px;
    }

        .all-in-list li .number {
            font-size: 14px;
        }

        .all-in-list li.selected {
            padding: 5px;
            white-space: nowrap;
            height: 36px;
            font-size: 14px;
        }

    .all-in-list {
        height: 85px;
        margin: 0 auto;
        padding: 15px 15px;
    }

    .trav-transform p:first-of-type {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1px;
    }

    .trav-transform p:last-of-type {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -1px;
    }

    .trav-transform p span {
        font-size: 20px;
        line-height: 36px;
        letter-spacing: -1px;
    }

    .view-pack-btn {
        padding: 6px 12px;
        font-size: 12px;
        width: 50%;
        box-shadow: 0 10px 20px 0 #c2dafb;
    }

    .tourb2-ab-p3-1 {
        display: block;
    }

    .nav-container .nav-list .nav-item {
        height: 35px;
        padding: 0px 4px;
    }
}

@media (max-width: 480px) {
    .all-in-list ul {
        display: flex;
        flex-direction: row;
        overflow: scroll;
        gap: 10px;
    }

    .all-in-list li {
        padding: 5px;
        white-space: nowrap;
        height: 36px;
        font-size: 14px;
    }

        .all-in-list li .number {
            font-size: 12px;
        }

        .all-in-list li.selected {
            padding: 5px;
            white-space: nowrap;
            height: 36px;
            font-size: 14px;
        }

    .inner-image-part {
        display: none;
    }

    .nav-container .nav-list .nav-item {
        height: 35px !important;
        padding: 0px 4px !important;
    }

    .nav-link {
        font-size: 10px !important;
    }
}

.all-back-image {
    background-size: cover;
    background-position: center;
    height: 175px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.all-back-image2 {
    background-size: cover;
    background-position: center;
    height: 138px;
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.discount-part {
    position: absolute;
    top: 5px;
    padding: 5px 10px;
    border-radius: 4px;
}

    .discount-part p {
        font-size: 12px;
        font-weight: 600;
        padding: 4px 8px 4px 8px;
        background: #ffd166;
        border-radius: 25px;
    }

.discount-text {
    font-size: 1.5em;
    font-weight: bold;
}

.pack-name {
    padding: 5px;
}

.all-in-pack {
    padding: 15px;
    border: 0.5px solid #e0cfcf;
    border-radius: 10px;
    margin-top: 1rem;
}

.pack-title {
    font-size: clamp(1rem, 10vw, 0.5rem);
    font-weight: 600;
    line-height: 28.8px;
    margin-top: 0.5rem;
}

.pack-title2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 3px;
    margin-top: 0.5rem;
}

.pack-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px;
    color: #1d1d1f;
    margin: 0 auto;
    opacity: 0.7;
}

.explore-all {
    text-align: center;
}

.all-two-pack {
    padding: 10px 0px;
}

.explore-button {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.8px;
    padding: 5px 16px 5px 16px;
    background: #1d1d1f;
    color: #ffffff;
    width: 100%;
    text-decoration: none;
    border-radius: 8px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .explore-button:hover {
        background-color: #333333;
        color: white;
    }

.side-all {
    margin-top: 1rem;
}

.in-pack-content p {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 15px;
    text-align: justify;
}

.trav-transform-new p:first-of-type {
    color: #df6951;
    font-family: Poppins, var(--default-font-family);
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 27px;
}

.trav-transform-new p:last-of-type {
    color: #787878;
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    text-align: left;
}

.trav-transform-new p span {
    color: #0451bb;
    font-size: 29px;
    font-weight: bold;
    text-align: left;
}

.all-side-part {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .all-side-part img {
        position: absolute;
        right: 4px;
        top: 20%;
        z-index: -1;
        transform: translateY(-50%);
        height: 100px;
        /* width: 100%; */
        border-radius: 8px;
    }

@media (max-width: 480px) {
    .all-side-part {
        height: 200px;
    }

        .all-side-part img {
            height: 60px;
            right: 2px;
        }
}

.inner-image-part {
    background-position: center;
    background-size: cover;
    height: 180px;
    border-radius: 10px;
}

.content-section {
    display: none;
}

    .content-section.active {
        display: block;
    }

.nav-container {
    margin-bottom: 20px;
}

    .nav-container .nav-list {
        display: flex;
        gap: 10px;
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .nav-container .nav-list .nav-item {
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px;
            color: royalblue;
            font-weight: 500;
            background-color: white;
            border-radius: 10px;
            cursor: pointer;
            box-shadow: -2px 1px 42.8px 0 #c2dafb;
            transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
            height: 80px;
            position: relative;
        }

.nav-item.selected {
    background-color: royalblue !important;
    color: white !important;
    font-weight: 700 !important;
}

.nav-link {
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    flex-grow: 1;
    font-size: 16px;
    text-align: center;
}


.nav-part-selector-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.nav-part-selector {
    flex: 1 1 calc(15% - 10px);
    margin-bottom: 20px;
    height: 400px;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    border: 0.5px solid #c4c2c2;
}

    .nav-part-selector.expanded {
        flex: 1 1 25%;
        z-index: 1;
    }

    .nav-part-selector img {
        width: 100%;
        height: auto;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

@media (max-width: 768px) {
    .nav-part-selector-container {
        display: block;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 10px;
        padding: 10px;
    }

    .nav-part-selector {
        width: 100%;
        height: 300px;
        border: 0.5px solid gray;
    }
}

.nav-part-selector.expanded img {
    transform: scale(1.1);
}

.image-content {
    display: none;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.nav-part-selector.expanded .image-content {
    display: block;
}

.name-dash {
    font-size: 18px;
    font-weight: 700;
    color: #333;
}

.image-content .full-width-btn {
    display: block;
    padding: 5px;
    background: #1d1d1f;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

    .image-content .full-width-btn:hover {
        background-color: #3d3d3d;
    }

.off-part {
    position: absolute;
    left: 10px;
    top: 10px;
}

    .off-part p {
        padding: 4px 8px 4px 8px;
        background: #ffd166;
        border-radius: 25px;
        font-weight: 600;
    }

@media (max-width: 768px) {
    .nav-container .nav-list {
        flex-direction: row;
        overflow-x: auto;
        padding: 19px 6px;
    }

    .tour-one {
        display: none;
    }

    .mt-custom {
        font-size: 14px;
        margin-top: 0.5rem;
    }

    .h3-top {
        font-size: 16px;
        color: #fff;
    }

    .group-child82 {
        width: 61.51px;
        height: 57.57px;
    }

    .heading-custom {
        position: absolute;
        /* font-size: 12px; */
        bottom: -16rem;
        left: 11rem;
    }

        .heading-custom h1 {
            /* font-family: "Lobster", cursive; */
            color: #fff;
            font-size: 20px;
        }

    .group-icon10 {
        height: 77.27%;
        width: 72.2%;
        top: 13.94%;
        right: 13.99%;
    }

    .new-search-box {
        height: 40px;
        width: 75%;
    }

    .all-in-explore {
        padding: 5px;
    }

    .all-in-pack {
        border: 0.5px solid #e0cfcf;
        padding: 0px;
        border-radius: 10px;
        margin-top: 1rem;
    }

    .swiper.animeslide {
        height: auto !important;
    }

    .sr-btn img {
        cursor: pointer;
        height: 30px;
    }
}

.loc-part p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.loc-part {
    display: flex;
    align-items: center;
    gap: 20px;
}

.loc-in-part p {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 0 10px 0 0;
}

.loc-in-part {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .loc-in-part img {
        height: 12px;
        width: 10px;
        vertical-align: middle;
    }

.view-all-but {
    margin-top: 2rem;
}

.nav-part-selector {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.before-name-part {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 10;
}

    .before-name-part p {
        background-color: #fff;
        color: #000;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: 600;
        font-size: 14px;
    }

.nav-part-selector.expanded .before-name-part {
    opacity: 0;
    pointer-events: none;
}

.swiper.animeslide {
    width: 100%;
    height: 657px;
}

.sr-btn img:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.animeslide-slide {
    position: relative;
    padding: 15px 0;
    min-height: 500px;
}

.tourb2-ab-p-0 com-colo-abou {
    margin-top: 1.5rem;
}

.custom-position {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #00000063;
    padding: 13px;
    width: 60%;
    text-align: right;
}

    .custom-position h2 {
        font-size: 22px;
        font-weight: 400 !important;
        line-height: 31px;
        font-family: 'Inter';
        padding-right: 62px;
    }

@media only screen and (max-width: 600px) {
    .custom-position {
        position: absolute;
        right: 0;
        bottom: 0;
        background: #00000063;
        padding: 0px 10px;
        width: 100%;
        text-align: center;
    }

        .custom-position h2 {
            font-size: 13px;
            font-weight: 400 !important;
            line-height: 31px;
            font-family: 'Inter';
            padding-right: 0px;
        }

    .swiper.animeslide {
        height: 400px !important;
    }

    .h3-top {
        font-size: 40px;
        color: #fff;
    }
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-90%);
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
    padding: 2px 15px !important;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    background: #0451BB;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
    padding: 2px 15px !important;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    background: #0451BB;
    color: #fff;
}

.swiper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

    .swiper-slide.active {
        opacity: 1;
    }

.animeslide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.animeslide-heading h2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
    padding: 15px 25px;
    backdrop-filter: blur(3px);
    max-width: 800px;
}

.animeslide-heading {
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.heading-custom h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.animeslide-heading h2 {
    font-size: 1.5rem;
    max-width: 800px;
}


.join-with-us {
    display: flex;
    justify-content: space-between;
    border-radius: 100px;
    border: 2px solid #e3e3e3;
    background: rgba(217, 217, 217, .32);
    padding: 20px 45px;
    margin: 50px auto;
    align-items: center;
}

.join-2 {
    margin: 0 auto;
}

.animated-gradient-button {
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    background: linear-gradient(120deg, #c3a9ff, #ffffff, #d2e0ff);
    background-size: 300% 100%;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: color 0.3s ease;
    overflow: hidden;
    animation: moveGradient 5s ease infinite;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

    .animated-gradient-button:hover {
        background: royalblue;
        color: #fff;
    }

        .animated-gradient-button:hover span strong  {
            color: #fff;
        }

    .animated-gradient-button span {
        background: linear-gradient(90deg, #0057ff, #000000);
        -webkit-background-clip: text;
    }

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}



.cul-swiper {
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
}



.cul-swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.cul-swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-size: cover !important;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    animation: showImage 42s infinite;
    animation-timing-function: ease-in-out;
    transition: opacity 1s ease-in-out;
}

    /* Delay setup for each image */
    .cul-swiper-slide:nth-child(1) {
        animation-delay: 0s;
    }

    .cul-swiper-slide:nth-child(2) {
        animation-delay: 6s;
    }

    .cul-swiper-slide:nth-child(3) {
        animation-delay: 12s;
    }

    .cul-swiper-slide:nth-child(4) {
        animation-delay: 18s;
    }

    .cul-swiper-slide:nth-child(5) {
        animation-delay: 24s;
    }

    .cul-swiper-slide:nth-child(6) {
        animation-delay: 30s;
    }

    .cul-swiper-slide:nth-child(7) {
        animation-delay: 36s;
    }

/* Enhanced keyframes for smooth cross-fade */
@keyframes showImage {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    2% {
        opacity: 1;
        visibility: visible;
    }

    13% {
        opacity: 1;
        visibility: visible;
    }

    15% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.cul-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(to right, #ece9e6, #fff);
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #eee;
    cursor: pointer;
}

.ab-img {
    width: 70px;
    position: absolute;
    right: 18px;
}

.exp-img {
    position: absolute;
    z-index: 1;
    top: 28rem;
    right: 20px;
    width: 170px;
}

.info-card img {
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.info-card:hover {
    background: linear-gradient(to right,#fff, #ece9e6);
    transition: opacity 0.3s ease;
}

.info-card:hover img {
    opacity: 1;
}

.cul-swiper-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {

    .join-with-us {
        flex-direction: column;
        border-radius: 10px;
    }
    .join-2 {
        margin: 20px auto;
    }
    .new-search-box {
        height: 50px;
        width: 100%;
        margin:0;
    }

    .cul-swiper {
        display: none;
    }

    .cul-swiper-mobile {
        display: block !important;
        height: 600px;
    }

    .exp-img {
        display: none;
    }
}

