﻿.swiper {
    width: 100%;
    height: 100%;
    margin-top:100px;
}

.swiper-slide {
    position: relative;
    z-index: 5;
    
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        width: 100%;
        margin-bottom: 75px;
        height: auto;
        border-radius: 16px;
        position: relative;
        z-index: -1;
    }
       .swiper-wrapper {
      overflow: visible; 
    }


.swiper-pagination {
    width: 45px !important;
    position:absolute;
    bottom:240px !important;
    left:30% !important;
    display: flex !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: space-between !important;

}


    .swiper-pagination .custom-bullet {
        display: block !important;
        width: 12px !important;
        height: 12px !important;
        background-color: #fff !important;
        border-radius: 50% !important;
        border: 0.6px solid rgba(0, 0, 0, 0.50) !important;
    }

    .swiper-pagination .custom-bullet-active {
        background-color: #6935D3 !important;
      
    }




.text-container {
    text-align: center;
    padding: 0 32px;
    width: 370px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: -1 !important;
}

    .text-container h1 {
        color: #000;

        margin-bottom:16px;
        font-size: 26px ;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .text-container small {
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }
 .swiper-slide-prev .text-container{
     display:none;
 }

.swiper-slide .text-container{
    display: none;
}

.swiper-slide-active .text-container {
    display: block;
}

@media (min-width:800px) {
    .swiper-wrapper {
        display: none;
       
    }
    
}