.cardSlider {
    position: relative;
}
.carousel {
    display: flex;
        align-items: center;
    justify-content: center;
    list-style: none;
    height: 25rem;
    
}
.carousel > li {
    /* width: 80%; */
    background: #fff;
    display: inline-block;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    position: absolute;
    padding: 3.5rem 4rem;
    border-radius: 48px;
    transition: all ease .3s;
}

#carousel-indicators {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    margin: auto;
    margin-top: 50px;
}
#carousel-indicators .indicator{
      width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
            filter: grayscale(100%);
}

#carousel-indicators .indicator.active {
    opacity: 1;
            filter: grayscale(0%);
}

.left-pos {
     width: 100% !important;
    opacity: 0.05;
    -webkit-transform: scale(0.82);
    -moz-transform: scale(0.82);
    transform: scale(0.82);
    box-shadow: 0px 0px 24px 5px #0C5EE524;

}
.back-pos {
    width: 100% !important;
    opacity: 0.05;
    -webkit-transform: scale(0.82);
    -moz-transform: scale(0.82);
    transform: scale(0.82);
    box-shadow: 0px 0px 24px 5px #0C5EE524;
}
.right-pos {
    width: 83% !important;
    /* margin-left: 15.625rem !important; */
    z-index:8;
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    transform: scale(0.92);
   box-shadow: 0px 0px 24px 5px #0C5EE524;
   opacity: 0.5;
    
}
.carousel .main-pos {
    width: 70% !important;
    max-width: 850px !important;
    z-index: 10;
    border: 1px solid #00957C;
    box-shadow: 0px 0px 24px 5px #0C5EE524;
    opacity: 1;
}
button#prev, button#next {
    display: none;
}

@media screen and (min-width: 1200px) {
    #carousel-indicators .indicator{
background-size: 100% 100% !important;
    background-repeat: no-repeat !important;
}
    #carousel-indicators .indicator:first-child{
        background-image: url(../images/new-home/ziyou.webp);
}
#carousel-indicators .indicator:nth-child(2){
        background-image: url(../images/new-homepage/invit.svg);
}
#carousel-indicators .indicator:nth-child(3){
        background-image: url(../images/new-homepage/yow.svg);
}
#carousel-indicators .indicator:nth-child(4){
        background-image: url(../images/contact/masskom.webp);
        height:32px;
}
#carousel-indicators .indicator:last-child{
        background-image: url(../images/new-home/bs-value.webp);
}
#carousel-indicators .indicator {
    border-radius: 0px;
    margin: 0 5px;
    cursor: pointer;
        width: 100px;
    height: 40px;
    opacity: 0.5;
    background:transparent;
}
#carousel-indicators{
    width: 60% !important;
}
}
@media screen and (max-width: 768px) 
{
    .right-pos
    {
        margin-left:0 !important;
        

    }
    .left-pos
    {
        margin-left:0 !important;
  

    }
    .cardSlider .carousel{
        padding:25px !important;
    }
    .cardSlider .carousel > li{
        width: 100% !important;
        
    }
    .main-pos, .left-pos, .right-pos, .back-pos{
        padding:20px !important;
        transform: scale(1) !important;
    }
    .bImage{
        display: none;
    }
    .bContent{
        flex-wrap: wrap;
    }
    .carousel > li{
        border-radius: 14px;
    }
    .carousel{
            height: 25rem;
    }
}
