.mob__banner__datepick__container{
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.simple-swiper__controls {
    display: none !important;
}

.banner__cont {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: cover !important;
}

.mob__banner__datepick__container .swiper-container {
    height: 100%;
    width: 100%;
}


.mob__banner__datepick__container .swiper-pagination-fraction, .mob__banner__datepick__container .swiper-pagination-custom, .banner__datepick__container .swiper-container-horizontal .swiper-pagination-bullets {
    bottom: 25px;
}.swiper__image {
    width: 100%;
}
.swiper-slide {
    width: auto;
    overflow: hidden;
}

.mob__banner__datepick__container .banner__cont img {
    width: 100% !important; 
    object-fit: fill !important;
    height: 100% !important;
}

.banner__vertical .carousel .slide, .banner__vertical .carousel .selected, .banner__vertical .carousel .slider, .banner__vertical .slider-wrapper, .banner__vertical .mob__banner__datepick__container .banner__cont img {height: 100%;}
.banner__horizontal .carousel .slide, .banner__horizontal .carousel .selected, .banner__horizontal .carousel .slider, .banner__horizontal .slider-wrapper, .banner__horizontal .mob__banner__datepick__container .banner__cont img {width: 100%;}


.swiper-pagination-clickable .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 0.4;
    width: 10px;
    height: 4px;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 15px;
    cursor: pointer;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
    opacity: 1;
    width: 28px;
    height: 4px;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 15px;
    cursor: pointer;
}

.my__container--top {
    width: 100%;
    overflow-x: hidden;
    height: 350px;
}

.my__container {
    width: calc(100% + 300px);
    height: 350px;
    position: relative;
    overflow: hidden;
    margin-left: -140px;
}

.swiper__mob__container {
    margin-top: 80px;
}
.swiper__mob-track {
    display: flex;
    width: max-content;
    gap: 20px;
    will-change: transform;
    transition: transform 0.75s ease;
}

.swiper__mob-track--stepped {
    padding: 0;
}

.swiper__mob-track--no-transition {
    transition: none !important;
}
.my__container .swiper-container {
    position: absolute;
    width: 100%;
    overflow: visible;
}

.my__container .swiper-wrapper {
    display: flex;
    will-change: transform;
}

.my__container .swiper-slide {
    width: auto;
    overflow: hidden;
}
.swiper__mob {
    width: 212px;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.swiper__mob .swiper__mob__text {
    font-family: UntitledSans-Regular;
    font-style: normal;
    font-weight: normal;
    font-size: 0.8125rem;
    line-height: 19px;
    text-align: center;
}
.swiper__mob--down {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.swiper__mob--over img {
    margin-top: 40px;
}
.swiper__mob--over .swiper__mob__text {
    position: absolute;
    bottom: 0px;
    margin-bottom: 5px;
    color: #ffffff;
    width: 100%;
}
.swiper__mob--down .swiper__mob__text { color: #1F3436; margin-bottom: 5px; }

.swiper__mob img {
    width: 212px;
    height: 318px;
    object-fit: cover;
    object-position: 50% 50%;
}


.banners__small__title {
    width: 100%;
    padding: 0px 24px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
 }

@media (max-width: 520px) {
    .swiper__mob--over img {
        margin-top: 0;
    }

    .swiper__mob--over .swiper__mob__text,
    .swiper__mob--down .swiper__mob__text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12px;
        margin: 0;
        color: #ffffff;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .swiper__mob__cover {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0,0,0,0.08) 35%, rgba(0,0,0,0.58) 100%);
        z-index: 1;
    }

    .swiper__mob .swiper__mob__text {
        z-index: 2;
    }
}
 .banners__small__you{
    
     font-size: 3rem;
     width: 100%;
     text-align: center;
     color: #1F3436;
     font-family: UntitledSans-Regular;
 }

 .banners__small__ep{
    font-size: 3rem;
    width: 100%;
    text-align: center;
    color: #1F3436;
    font-family: BeatriceDisplay-Bold;
 }

 .banners__small__ep svg{
    width: 343px;
    height: 72px;
}


.banners__small__title img {
    width: 30%;
}
.banners__small__text {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    font-size: 1.0625rem;
    
}

.banners__small__text div {
    margin:0px auto;
    width: 50%;
    font-family: 'UntitledSans-Regular';
    font-size: 1.25rem;
    color: #1F3436;
}

.mob__banner__datepick__container .swiper-fallback .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    z-index: 5;
    text-align: center;
}
