
.section-swiper {
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
    width: 100%;
    height: 100vh;
}
.swiper-container,.swipers-container  {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.column-swiper {
    width: 25%;
    height: 100%;
    background-color: #EDEDED;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.column-swiper img{
    height: 100%;
}
.swiper-button-testmonials-prev,
.swiper-button-testmonials-next {
  border:1px solid rgba(0, 0, 0, 0.295); 
  color: #000; 
  padding: 12px 18px;
  font-weight: 500;
}

.swiper-button-testmonials-prev.active, 
.swiper-button-testmonials-next.active {
  border:1px solid #000 !important; 
  
}


.swipers-container .swiper-slide .swiper-card img{
    height: 100%;
    width: 100%; 
    object-fit: cover;
}
.swiper-slide {
    object-fit: cover !important;
    height: 100%;
    border: 0;
    outline: 0;
    margin: 0;
    /* height:830px ; */
}
.column-swipers{
    width: 25%;
    height: 98%;
    background-color: #EDEDED;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.swiper-container .swiper-card {
    height: 100%;
    width: 100%;
}
.card-img{
    height: 100%;
}
.swiper-slide div img{
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}
@media (max-width: 768px) {
    .section-swiper {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        height: 50%;
    }
    .column-swiper{
        width: 100%;
        height: 100%;
        align-items: center;
    }
    /* .section-swipers{
        height: 90%;
    } */
    .column-swipers{
        width: 100%;
        height: 40%;
        align-items: center;
    }
    .swiper-container{
        margin: 0;
    }
    .swiper-container ,.swipers-container {
        width: 100%;
        height: 500px;
    }
    .swiper-card {
        height:500px ;
        width: 100%;
        
    }
    

}
@media screen and (min-width:769px) and(max-width:1800px) {
    .swiper-card {
        height:600px ;
    }
}







