﻿.successStoriesCover {
    max-width: 1820px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.succesCardCover {
    width: 100%;
    padding: 100px 60px;
}

.cardItemCoverSS {
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) -0.5%, rgba(255, 255, 255, 0.075) 49.75%, rgba(255, 255, 255, 0.5) 100%);
    height: 400px;
}

    .cardItemCoverSS:hover {
        background: linear-gradient(105.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 76.01%);
        box-shadow: 0px 14px 44px 0px #00F4FF4D;
    }

.cardItemBottomSS {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 155px 32px 20px 32px;
    height: 100%;
}

.cardDescWrapper {
}

.cardItemDscSS {
    color: white;
    font-size: 20px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    padding-top: 20px;
}

.readAllBtnSS {
    margin: auto;
    text-align: center;
}



.readAllBtnSSC {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 100px;
}

.ssLogoC {
    height: 42px;
}

.ssLogo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    width:unset !important;
}

.cardItemHeaderSS {
    height: 400px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    overflow: hidden;
}

.SsImage {
    border-radius: 24px;
    filter: blur(0.35px);
    object-fit: cover;
    height: 100%;
}



.SSImageOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.56) 100%, rgba(0, 0, 0, 0) 122.22%);
    border-radius: 24px;
}
.successStoriesCover.owl-carousel .owl-item {
    margin-left: 3px;
}

/*progrebar s*/

.succesStoriesSliderControls {
    display: none;
    align-items: center;
    justify-content: space-between;
    max-width: 345px;
    margin: auto;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding-top: 30px;
    padding-right: 20px;
}

.succesStoriesCounterWrapper {
    font-size: 18px;
    font-weight: 400;
}

    .succesStoriesCounterWrapper span:nth-child(2) {
        color: #6B7379
    }

.succesStoriesProgressBar {
    flex-grow: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 40px;
    position: relative;
    overflow: hidden;
    width: 125px;
}

.succesStoriesProgressFill {
    height: 100%;
    width: 0%;
    background: white;
    transition: width 0.3s ease-in-out;
}

.succesStoriesCustomNav {
    display: flex;
    gap: 9px;
}

    .succesStoriesCustomNav button {
        background: transparent;
        color: white;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 6px;
        border: 2px solid #FFFFFF40;
    }


/*progrebar f*/

@media screen and (max-width: 1200px) {
    .cardItemBottomSS {
        padding: 155px 20px 30px 20px;
    }
}

@media screen and (max-width: 992px) {
    .cardItemCoverSS {
        width: 294px;
        height: 260px;
    }

    .succesCardCover {
        padding: 50px 0 50px 20px;
    }

    .cardItemBottomSS {
        padding: 55px 20px 30px 20px;
    }

    .ssLogoC {
        height: 25px;
    }

    .cardItemDscSS {
        font-size: 14px;
    }

    .cardItemRmSS {
        gap: 4px;
    }

        .cardItemRmSS a {
            font-size: 14px;
        }

        .cardItemRmSS div {
            width: 8px;
        }

    .readAllBtnSSC {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .succesStoriesSliderControls {
        display: flex;
    }

    .succesCardCover {
        padding: 24px 0 50px 20px;
    }

    .cardItemRmSS {
        padding-bottom: 0;
        justify-content: flex-end;
    }

    .cardItemDscSS {
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 390px){
    .cardItemBottomSS {
        padding: 55px 10px 20px 10px;
    }
}
