html,body{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin:0;
}
.mainContainer,
.swiperContainer{
    height: 100vh;
    position: relative;
}
.swiperContainer{
    width: 80vw;
}
.swiper-item{
    height: 100vh;
}
.bg-1{
    background: #df9595;
}
.bg-2{
    background: #95dfc6;
}
.bg-3{
    background: #976464;
}
.bg-4{
    background: #95a9df;
}
.bg-5{
    background: #dd95df;
}
.f-row{
    display: inline-flex;
    flex-direction: row;
}
.slider-text{
    animation: up-text 1.5s normal none;
}

.wedding-dash-img-container {
    width: 900px;
    /* max-height: 80vh; */
    gap: 5px;
    padding: 20px 20px 10px 20px;
    height: 80vh;
    /* border: 1px solid gainsboro; */
    background: #ffffff;
    border-radius: 20px;
    /* margin-right: 10px; */
    margin: 0 10px;

}



.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.mySwiper2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@keyframes up-text{
    from{ 
        opacity: 0;
        transform: translateY(20px);
    }
    to{
        opacity: 1;
        transform: translateY(00px);
    }
}
.material-ripple {
    position: relative;
    overflow: hidden;
  
    /* Additional */
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent
}
.material-ripple .animate {
    width: 2px;
    height: 2px;
    position: absolute;
    border-radius: 50%;
    animation: materialRipple 0.5s linear
}
@keyframes materialRipple {
    0% {
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        transform: translate(-50%, -50%) scale(var(--material-scale));
        opacity: 0
    }
}

.swiper.myCardSwiper {
    width: 300px;
    height: 480px;
}

.myCardSwiper .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
}
.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
  }
.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
  }
/* .myCardSwiper .swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
}

.myCardSwiper .swiper-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
}

.myCardSwiper .swiper-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
}

.myCardSwiper .swiper-slide:nth-child(4n) {
    background-color: rgb(211, 122, 7);
}

.myCardSwiper .swiper-slide:nth-child(5n) {
    background-color: rgb(118, 163, 12);
}

.myCardSwiper .swiper-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
}

.myCardSwiper .swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
}

.myCardSwiper .swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
}

.myCardSwiper .swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
}

.myCardSwiper .swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
} */