/** Banner Filter CSS **/
.py-80 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}
.banner-filter {
    display: flex;
    flex-direction: row;
    gap: 12px;
    font-size: 14px;
    position: sticky;
    top: 135px;
    z-index: 20;
    cursor: pointer;
    width: auto;
    /* overflow: hidden; */
    margin-top: -154px;
    background-color: rgba(0, 0, 0, 2.4);
    border-radius: 10px;
}
.filter-item.selected {
    color: black;
    background-color: white;
    /* padding: 10px; */
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.filter-item {
    color: white;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

span.filter-icons {
    margin-left: 8px;
}

.swiper-container {
    width: 100%;
    height: 100px; /* Adjust as needed */
}

.filter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.filter-item img {
    width: 25%; /* Adjust size as needed */
    /* A  ƒÐÐ© */
}

.swiper-slide {
    height: 48% !important;
    display: flex !important;
    flex-direction: row !important;
    white-space: nowrap !important;
}



/* .banner-filter {
    position: relative; 
    width: 100%;
    padding: 20px;
} */

.swiper-wrapper-container {
    overflow: hidden; /* Keep the overflow hidden */
    position: relative; /* Position context for buttons */
}

.swiper-container {
    width: 100%;
    height: auto; /* Set height based on content */
    position: relative; /* Allow positioning of children */
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px !important; /* Width of the button */
    height: 40px !important; /* Height of the button */
    background-color: #625656 !important; /* Black background */
    border-radius: 50% !important; /* Perfect circle */
    display: flex !important; /* Center content */
    align-items: center !important; /* Center vertically */
    justify-content: center !important; /* Center horizontally */
    color: white !important; /* Arrow color */
    position: absolute !important; /* Absolute positioning */
    top: 50% !important; /* Center vertically */
    transform: translateY(-50%) !important; /* Adjust for vertical centering */
    z-index:20 !important; /* Ensure buttons are above other elements */
    transition: background 0.3s !important; /* Transition effect */
}

/* Change arrow color to white and decrease size */
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 14px !important; /* Adjust arrow size to decrease height */
    color: white !important; /* Arrow color */
}


.swiper-button-next {
    right: -20px; /* Adjust this value to move it out of the container */
}

.swiper-button-prev {
    left: -20px; /* Adjust this value to move it out of the container */
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7); /* Darker on hover */
}

.banner-filter .swiper-slide{
    width: fit-content !important;
}

.swiper-button-prev {
    top: 158px !important;
    position: sticky !important;
    left: -39px !important;
    margin-bottom: -20px;
    margin-left: -44px;
}

.swiper-button-next {
    top: 157px !important;
    position: sticky !important;
    right: -72px !important;
    float: right;
    margin-right: -44px;
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .banner-filter {
        top: 67px;
        font-size: 10px;
        gap: 7px;
        left: 1px;
        height: 30px;
        border-radius: 6px !important;
        margin-top: -62px;
        margin-bottom: 6px;
        width: 99.6%;
    }
    .filter-item {
        padding: 4px 8px 12px 6px;
        display: flex;
        align-items: center;
    }
    .filter-item img {
        width: 22%;
    }
    span.filter-icons {
        white-space: nowrap;
    }
    .swiper-button-prev {
        top: 80px !important;
        left: -26px !important;
        width: 26px !important;
        height: 26px !important;
        margin-left: -26px !important;
        margin-bottom: -3px !important;
    }
    .swiper-button-next {
        top: 80px !important;
        right: -13px !important;
        width: 26px !important;
        height: 26px !important;
        margin-right: -24px !important;
    }    
}

@media screen and (min-width:768px) and (max-width: 1023px) {
    /* .banner-filter {
        display: none;
    } */
    /* .pre-footer-container {
        display: none !important;
    }    */
    .swiper-button-prev {
        left: -2px !important;
        top: 7vh !important;
    }

    .swiper-button-next {
        right: 0px !important;
        top: 7vh !important;
    }

    .banner-filter {
        width: 96%;
        left: 40px;
        top: 5vh;
        position: sticky;
        margin-top: -170px;
    }
    .py-80 {
        /*margin-top: -130px;*/
        padding-top: 0;
    }
    .version2-frame28 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .filter-section {
        top: -122vi !important;
        position: relative !important;
    }
    .version2-frame28 {
        width: auto !important;
    }
    .version2-frame28 {
        flex-wrap: wrap !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
    .e-swisscontent .filter-section {
        /* top: -136vi !important; */
        position: relative !important;
        top: unset !important;
        margin-top: 0px !important;
    }
    .version2-frame28 {
        width: 88vi !important;
        left: -5px !important;
        top: unset !important;
    }
    /* .version2-frame28 {
        width: 100% !important;
    } */
    .banner-filter {
        top: 67px;
        font-size: 10px;
        gap: 7px;
        left: 36px;
        height: 34px;
        border-radius: 6px !important;
        margin-top: -159px;
        margin-bottom: 6px;
        width: 96.6%;
        position: sticky;
    }
    .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
        /* margin-top: -140px !important; */
        left: -6px !important;
        margin-bottom: -32px !important;
        position: sticky !important;
        top: 82px !important;
    }
    .swiper-button-next {
        width: 30px !important;
        height: 30px !important;
        margin-top: unset !important;
        margin-right: -22px !important;
        position: sticky !important;
        top: 82px !important;
    }
}

/* ipad Mini Portrait */
@media only screen and (width:768px) and (resolution: 163dpi) {
    .row.justify-content-between.align-items-center.mountains {
        margin-top: -20%;
    }

}

/* ipad Mini Landscape */
@media only screen and (width:1024px) and (resolution: 163dpi) {
    .row.justify-content-between.align-items-center.mountains {
        margin-top: -20%;
    }

}

.img-selected {
    -webkit-filter: invert(1);
    filter: invert(1);
}

/** Top Banner **/
.homepage .herobanner.hero-banner-swiss .sw-banner_wrp .carousel-caption {
    bottom: 132px !important;
}
.search-container {
    margin: 0 auto;
}
.search-input {
    width: 50%;
    padding: 0.75rem 3rem 0.75rem 1.5rem;
    border: none;
    border-radius: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    outline: none;
    font-size: 16px;
    background-color: white;
    margin-top: 30px;
    background-image: url(../images/airline/search-icon.svg);
    background-repeat: no-repeat;
    background-size: 1rem 1rem;
    background-position: calc(100% - 1rem) center;
}
.search-button {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: -40px; /* Adjust to overlap the input */
}
.search-button img {
    width: 24px;
    height: 24px;
}
@media (max-width: 768px) {
    .search-input {
        width: 88%;
    }
    .homepage .herobanner.hero-banner-swiss .sw-banner_wrp .carousel-caption {
        bottom: 32px !important;
    }
}
/** Filter CSS **/
.filter-section {
    display: flex;
    position: relative;
    top: -1023px;
}
select.version2-dropdown, select.version3-dropdown, select.version4-dropdown, select.version5-dropdown {
    border: unset;
}
.version2-frame28 {
    top: 873px;
    left: 0px;
    width: 1180px;
    display: flex;
    padding: 10px 0;
    position: relative;
    align-items: center;
    flex-shrink: 0;
    justify-content: space-between;
}

.version2-frame241 {
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.version2-frame221, .version2-frame242, .version2-frame261 {
    gap: 10px;
    display: flex;
    padding: 6px 14px;
    align-items: flex-start;
    border-color: rgba(131, 124, 125, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 55px;
    flex-direction: column;
}

.version2-frame211 , .version2-frame212, .version2-frame213 {
    gap: 8px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.version2-text716, .version2-text718, .version2-text720 {
    color: rgba(88, 88, 90, 1);
    height: auto;
    font-size: 14px;
    font-style: Regular;
    text-align: left;
    font-family: Poppins;
    font-weight: 400;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
}

.version2-frame25 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.version2-frame222 {
    gap: 10px;
    display: flex;
    padding: 6px 14px;
    align-items: flex-start;
    border-radius: 55px;
    flex-direction: column;
}

.version2-frame214 {
    gap: 8px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.version2-text722 {
    color: rgba(88, 88, 90, 1);
    height: auto;
    font-size: 14px;
    font-style: Regular;
    text-align: left;
    font-family: Poppins;
    font-weight: 400;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
}

.version2-frame262 {
    gap: 10px;
    display: flex;
    padding: 6px 14px;
    align-items: flex-start;
    border-color: rgba(131, 124, 125, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 55px;
    flex-direction: column;
}

.version2-frame215 {
    gap: 8px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
}

.version2-text724 {
    color: rgba(88, 88, 90, 1);
    height: auto;
    font-size: 14px;
    font-style: Regular;
    text-align: left;
    font-family: Poppins;
    font-weight: 400;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
}
.filter-section {
    padding: 10px;
    /* background-color: #f9f9f9; */
    position: relative;
    width: 101%;
    z-index: 11;
    margin-top: 146px !important;
}

.version2-frame28 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.version2-frame241, .version2-frame25 {
    display: flex;
    flex: 1 1 45%; /* Flex grow, shrink, and basis */
    margin: 10px;
    align-items: center;
    background: white; /* Optional: background for each filter */
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.version2-frame221, .version2-frame242, .version2-frame261,
.version2-frame222, .version2-frame262 {
    display: flex;
    align-items: center;
    margin-right: 10px; /* Spacing between items */
}

.version2-chevrondown1,
.version2-chevrondown2,
.version2-chevrondown3,
.version2-chevrondown4 {
    margin-left: 5px;
    width: 16px; /* Adjust icon size */
    height: auto; /* Maintain aspect ratio */
}

@media (max-width: 768px) {
    .version2-frame241, .version2-frame25 {
        flex: 1 1 100%; /* Full width on smaller screens */
    }
    .version2-frame28 {
        width: 88vi;
        left: -5px;
        top: unset;
    }
    .filter-section {
        position: relative;
        top: unset;
        margin-top: unset !important;
    }
    .version2-frame241, .version2-frame25  {
        margin: 2px;
        width: 86vi;
    }
    .version2-frame221, .version2-frame242, .version2-frame261 {
        padding: 4px 2px;
    }
    .filter-divider {
        /* height: 180px; */
    }
    .version2-frame241 {
        flex-grow: 1;
        flex-shrink: 1;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .version2-frame221, .version2-frame242, .version2-frame261  {
        flex-grow: 1;
    }
    .version2-frame211, .version2-frame212, .version2-frame213 {
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .version2-frame28 {
        width: 90vi;
    }
    
    .homepage .herobanner.hero-banner-swiss .sw-banner_wrp .carousel-caption {
        bottom: 126px !important;
    }
    .search-button {
        width: 4%;
    }
}

@media screen and (min-width: 820px) and (max-width: 1366px) {
    .e-swisscontent.container.innersection_Container.swissattractionpage {
        margin-top: 7.812rem !important;
    }
    .version2-frame28 {
        flex-wrap: unset;
        width: 950px;
    }
}

/** Cards CSS **/

@media (min-width: 1024px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        width: 100%;
    }
    .lg\:leading-relaxed {
        line-height: 1.625;
    }
    .lg\:text-15 {
        font-size: 15px;
    }
    .e-swisscontent.container.innersection_Container.swissattractionpage {
        margin-top: 7.812rem !important;
    }
    .filter-section {
        margin-bottom: -76px;
    }
}
@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:gap-x-5 {
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }
}
@media screen and (min-width: 1024px) and (max-width: 2100px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .first-card {
        margin-top: -150px;
    }
    .selected-card {
        margin-top: -86px;
        margin-bottom: 86px;
    }
    .sw-main-content.sw-main-content2 .herobanner .carousel .carousel-inner picture img {
        height: 132vh !important;
    }
    
}
@media (max-width: 640px) {
    .py-80 {
        /*margin-top: -130px;*/
        padding-top: 0;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sm\:shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }
    .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .sm\:mt-1 {
        margin-top: .25rem;
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:mt-auto {
        margin-top: auto;
    }
    .lg\:ml-0 {
        margin-left: 0;
    }
    .sm\:justify-between {
        justify-content: space-between !important;
    }
    .sm\:items-start {
        align-items: flex-start !important;
    }
    .sm\:flex-col {
        flex-direction: column !important;
    }
    .sm\:flex {
        display: flex;
    }
    .first-card {
        margin-top: 20px;
    }
}
.gap-6 {
    gap: 1.5rem;
}
.grid-flow-dense {
    grid-auto-flow: dense;
}
.grid {
    display: grid;
}
.h-full {
    height: 100%;
}
/* .block {
    display: block;
} */
.relative {
    position: relative;
}
.overflow-hidden {
    overflow: hidden;
}
.flex-col {
    flex-direction: column;
}
.w-full {
    width: 100%;
}
.flex {
    display: flex;
}
.h-210px {
    height: 210px;
}
.duration-200 {
    transition-duration: .2s;
}
.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.shadow, .shadow-lg {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
}
.text-left {
    text-align: left;
}
.p-0 {
    padding: 0;
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-solid {
    border-style: solid;
}
.border {
    border-width: 1px;
}
.rounded-lg {
    border-radius: .5rem;
}
.overflow-hidden {
    overflow: hidden;
}
.grid-rows-210 {
    grid-template-rows: 210px 1fr;
}
.h-full img {
    height: auto;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.pt-5 {
    padding-top: 1.25rem !important;
}
.p-35 {
    padding: .875rem;
}
.-mt-35 {
    margin-top: -.875rem;
}
.top-2 {
    top: .5rem;
    z-index: 2;
}
.bottom-2 {
    bottom: 15rem;
    z-index: 2;
}
@media (max-width: 768px) {
    .bottom-2 {
        bottom: 13.5rem;
        z-index: 2;
    }
}

.left-2 {
    left: 1rem;
}
.right-2 {
    right: 1rem;
}
.absolute {
    position: absolute;
}
.gap-1 {
    gap: .25rem;
}
.items-center {
    align-items: center;
}
.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
}
.backdrop-blur, .backdrop-blur-md {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.leading-0 {
    line-height: 0;
}
.uppercase {
    text-transform: uppercase;
}
.font-bold {
    font-weight: 700 !important;
    font-size: 12px;
    background-color: rgba(0, 47, 73, .75);
}
.high-demand-tag {
    background-color: rgb(255 245 247 / 1) !important;
    color: rgb(235 0 42 / 1) !important;
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.px-1 {
    padding-left: .25rem;
    padding-right: .25rem;
}
.bg-blue-75 {
    background-color: rgba(0, 47, 73, .75);
}
.rounded {
    border-radius: .25rem;
}
.truncate, .whitespace-nowrap {
    white-space: nowrap;
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}
.h-5 {
    height: 1.25rem;
}
.hidden {
    display: none;
}
.gap-4 {
    gap: 1rem !important;
}
.justify-between {
    justify-content: space-between;
}
.items-end {
    align-items: flex-end;
}
.mr-2 {
    margin-right: .5rem;
}
.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-sm {
    font-size: 14px !important;
    line-height: 20px !important;
}
.font-semibold {
    font-weight: 600;
    height: 40px;
}
.font-medium {
    font-weight: 500 !important;
}
.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.mr-15 {
    margin-right: .375rem;
}
.ml-1 {
    margin-left: .25rem;
}
.gap-y-05 {
    row-gap: .125rem;
}
.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex {
    display: flex;
}
.mt-05 {
    margin-top: .125rem;
}
.items-start {
    align-items: flex-start;
}
.gap-2 {
    gap: .5rem;
}

.items-start {
    align-items: flex-start;
}
.grid-cols-auto-1fr {
    grid-template-columns: auto 1fr;
}
.grid {
    display: grid !important;
}
.fill-current {
    fill: currentColor;
}

.shrink-0 {
    flex-shrink: 0;
}
.w-1em {
    width: 1em;
}
.h-1em {
    height: 1em;
}
.inline-flex {
    display: inline-flex;
}
.font-semibold>span {
    font-weight: 600;
}
.text-yellow-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / 1);
}
.relative.flex {
    align-items: flex-start;
}
/** Load More **/
.version2-frame192 {
    gap: 10px;
    width: 173px;
    display: flex;
    padding: 12px 16px;
    align-items: center;
    flex-shrink: 0;
    border-color: rgba(15, 15, 15, 1);
    border-style: solid;
    border-width: 1px;
    border-radius: 35px;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-top: 25px;
    cursor: pointer;
}
.version2-frame182 {
    gap: 12px;
    display: flex;
    align-self: stretch;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
}
.version2-text248 {
    color: rgba(30, 30, 30, 1);
    height: auto;
    font-size: 12px;
    font-style: SemiBold;
    text-align: left;
    font-family: Poppins;
    font-weight: 600;
    line-height: normal;
    font-stretch: normal;
    text-decoration: none;
}
.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
}
.backdrop-blur, .backdrop-blur-md {
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

/** Pre Fotter CSS **/
.pre-footer-container {
    /* display: flex; */
    margin-top: 100px;
}
.pre-footer-columns {
    /* display: flex; */
    /* flex: 1 1 33%; */
}
.sw-main-content .title.pre-footer-title h2 p{
    font-size: 1rem !important;
}
.pre-footer-one, .pre-footer-two, .pre-footer-three, .pre-footer-four, .pre-footer-five {
    /* display: flex; */
    /* flex: 1 1 33%; */
    /* margin-left: 12px; */
    width: 100%;
    padding: 12px;
}
/* .pre-footer-two, .pre-footer-three, .pre-footer-four {
    margin-left: 12px;
} */
.pre-footer-one, .pre-footer-two, .pre-footer-three, .pre-footer-four {
    border-right: 1px solid #0000091a;
}
span.places {
    width: 100%;
    display: block;
    background-color: #0000091a;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
    text-wrap: auto;
}

@media screen and (max-width: 1023px) {
    .pre-footer-columns {
        flex-direction: column;
    }
    .pre-footer-one, .pre-footer-two, .pre-footer-three, .pre-footer-four {
        display: unset;
        flex: unset;
    }
    .pre-footer-one, .pre-footer-two, .pre-footer-three {
        border-right: unset;
        /* border-bottom: 1px solid #0000091a; */
    }
}

.crown-image::before {
    position: absolute;
    content: '';
    background-image: url(https://www.swisstours.com/images/airline/packagepopular-ribbon.svg);
    background-repeat: no-repeat;
    right: 1.25rem;
    width: 100%;
    height: 65px;
    background-position: right top;
    top: -18px;
    z-index: 2;
}

/** New Card Version CSS **/
/*.text-sm {
    margin-left: 4px;
}*/
.sub-header {
    display: inline-block;
    height: 40px !important;
}
.card-location {
    float: left;
}
.card-rating {
    float: right;
}
.rating {
    display: flex;
    width: 120px !important;
}
.rating-text {
    margin-top: 4px;
}
.card-pricing {
    margin-left: -11%;
}
.price-value {
    margin-left: unset !important;
}
.card-promotion {
    padding: 0.125rem 0.25rem 0.1875rem;
    color: rgb(255, 255, 255);
    border-radius: 0.25rem;
    font-family: halyard-text, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 12px;
    letter-spacing: 0.2px;
    background-color: rgb(8, 130, 41);
    text-transform: none;
    text-align: center;
    grid-area: saved;
    margin-left: 5px;
}
.load-buttons {
    display: flex;
}
.swiper-container-cards .swiper-slide {
    /*height: 100% !important;*/
    width: 101% !important;
    margin-left: -2px;
}
.swiper-container-cards .swiper-slide img11 {
    width: auto;       /* Image will stretch to fill the width of the swiper-slide */
    height: 125%;      /* Image height is fixed */
    object-fit: fill; /* Ensures the image covers the area without distorting aspect ratio */
    object-position: center center; /* Keeps the image centered in the container */
}
.swiper-container-cards .swiper-cards-pagination {
    margin-top: -13px;
    z-index: 1;
    position: absolute;
    text-align: center;
}
/*.absolute.left-2.top-2.gap-x-2 {
    z-index: 2;
}
.absolute.left-2.bottom-2.gap-x-2 {
    z-index: 2;
}*/
.swiper-cards-button-next,
.swiper-cards-button-prev {
    width: 40px !important; /* Width of the button */
    height: 40px !important; /* Height of the button */
    /* background-color: #ffffff !important; */
    border-radius: 50% !important; /* Perfect circle */
    display: flex !important; /* Center content */
    align-items: center !important; /* Center vertically */
    justify-content: center !important; /* Center horizontally */
    color: white !important; /* Arrow color */
    position: absolute !important; /* Absolute positioning */
    top: 50% !important; /* Center vertically */
    transform: translateY(-50%) !important; /* Adjust for vertical centering */
    z-index: 10 !important; /* Ensure buttons are above other elements */
    transition: background 0.3s !important; /* Transition effect */
}

.swiper-cards-button-next {
    right: 14px;
}
.swiper-cards-button-prev {
    left: -14px;
}
.swiper-cards-button-next::after,
.swiper-cards-button-prev::after {
    font-size: 26px !important; /* Adjust arrow size to decrease height */
    color: black !important; /* Arrow color */
}
.swiper-cards-button-next::after, .swiper-cards-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    z-index: 2;
}
.swiper-cards-button-next::after {
    content: 'next';  /* This will add a right arrow character */
    font-size: 20px;  /* Set the arrow size */
    position: absolute;
    right: 0;  /* Position the arrow at the right end of the button */
    top: 50%;
    transform: translateY(-50%); /* Center the arrow vertically */
    color: #000; /* Arrow color, change as needed */
}   
.swiper-cards-button-prev::after {
    content: 'prev';  /* This will add a right arrow character */
    font-size: 20px;  /* Set the arrow size */
    position: absolute;
    right: 0;  /* Position the arrow at the right end of the button */
    top: 50%;
    transform: translateY(-50%); /* Center the arrow vertically */
    color: #000; /* Arrow color, change as needed */
}  

@media screen and (max-width: 767px) {
    .swiper-container-cards .swiper-cards-pagination {
        margin-top: -12vi;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .swiper-container-cards .swiper-cards-pagination {
        margin-bottom: 4vi;
    }
    .sw-main-content.sw-main-content2 .herobanner .carousel .carousel-inner picture img {
        height: 132vh !important;
    }
}

/* .filter-section {
    position: sticky !important;
    top: 0 !important;
    z-index: 1000 !important;
    background-color: white !important;
    padding: 10px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
} */

/** Pre footer slider **/
.swiper-footer-next, .swiper-footer-prev {
    position: relative;
    top: -736px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    background: #fff;
    float: right;
}
.swiper-footer-prev {
    float: right;
}
.swiper-footer-next {
    left: -17px;
}
.swiper-footer-next::after,
.swiper-footer-prev::after {
    font-size: 16px !important; /* Adjust arrow size to decrease height */
    color: black !important; /* Arrow color */
}
.swiper-footer-next::after, .swiper-footer-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    z-index: 2;
}
.swiper-footer-next::after {
    content: 'next';  /* This will add a right arrow character */
    font-size: 20px;  /* Set the arrow size */
    position: absolute;
    right: 13px;  /* Position the arrow at the right end of the button */
    top: 50%;
    transform: translateY(-50%); /* Center the arrow vertically */
    color: #000; /* Arrow color, change as needed */
}   
.swiper-footer-prev::after {
    content: 'prev';  /* This will add a right arrow character */
    font-size: 20px;  /* Set the arrow size */
    position: absolute;
    right: 17px;  /* Position the arrow at the right end of the button */
    top: 50%;
    transform: translateY(-50%); /* Center the arrow vertically */
    color: #000; /* Arrow color, change as needed */
}  
.pre-footer-container .swiper-footer {
    overflow-x: hidden !important;
}

/*Added ruby Rajani*/
.place-listing {
    max-height: 615px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*.py-80 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}*/
/* .pre-footer-columns .swiper-slide {
    width: unset !important;
} */

/** Making filter sticky **/
/* .section-padding.recomd-slider {
    display: unset;
    z-index: 0;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .filter-section {
        position: -webkit-sticky;
        position: sticky;
        top: 112px;
        align-self: flex-start;
        z-index: 11;
        width: 100%;
    }
    .version2-frame28 {
        position: sticky;
        z-index: 50;
        top: -2px;
        display: unset;
        margin-top: -20vi;
        margin-left: -18px;
    }
    .align-items-center.mountains {
        margin-top: -170px;
    }
}
.align-items-center.mountains {
    margin-top: 124px;
} */
