.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: calc(100% - 54px);
    width: 100%;
    border-radius: 1em 1em 0 0;
}

.mySwiperTab {
    height: 54px;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiperTab .swiper-slide {
    width: fit-content !important;
    padding: 0 1em;
    height: 100%;
    /*opacity: 0.4;*/
    display: flex;
    border-radius: 50em;
    /*white-space: nowrap;*/
    user-select: none;
    cursor: pointer;
}

.tab-actv-bg {
    background: linear-gradient(142deg, #00f0ff, #0035ff);
    transition-duration: var(--td06s);

}
.tab-container {
    transition-duration: var(--td06s);
}
.tab-container .tab {
    text-decoration: none;
    color: black;
}
.tab-container .tab.tab-active {
    color: white;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}