#fsld{
    width: 80%;
    margin: 90px auto;
    overflow: hidden;
}
.slidc{
    width: 100%;
}
#fsldc{
    display: grid;
    grid-template-columns: repeat(5,100%);
    animation: slid2 20s infinite linear;
}
.slidc{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slidc img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.slidnts{
    width: calc(100% - 350px);
}
.stext{
    color: #8e8686;
    font-weight: lighter;
}
.slidc strong{
    display: block;
    margin-top: 15px;
    font-size: 27px;
    color: #000000;
}
.dcc{
    width: 100%;
    font-size: 17px;
    color: #6a6969;
    line-height: 30px;
    margin-top: 20px;
    font-weight: lighter;
}
.strg{
    margin-top: 16px;
}
.strg{
    margin-top: 16px;
}
.st{
    font-weight: bold;
    color: #000000;
}
.sbtn{
    display: block;
    width: fit-content;
    background: #23BCCD;
    padding: 9px 20px;
    border-radius: 20px;
    color: #fff;
    margin-top: 17px;
    font-size: 15px;
    text-decoration: none;
}
.sbtn:hover{
    background: #11919f;
}
#sbt{
    width: fit-content;
    margin: auto;
    display: flex;
    margin-top: 50px;
}
.sbt{
    background: #C0C0C0;
    width: 17px;
    height: 17px;
    margin: 0px 5px;
    border-radius: 50%;
    cursor: pointer;
}
.sbt:hover{
    background: #000000 !important;
}
.activeb{
    background: #404040;
}
@keyframes slid2{
    0%{
        transform: translateX(0px);
    }
    23%{
        transform: translateX(0px);
    }
    25%{
        transform: translateX(-100%);
    }
    48%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-200%);
    }
    73%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-300%);
    }
    98%{
        transform: translateX(-300%);
    }
    100%{
        transform: translateX(-400%);
    }
}
.sbt1{
    animation: slb1 20s infinite linear;
}
@keyframes slb1{
    0%{
        background: #404040;
    }
    23%{
        background: #404040;
    }
    25%{
        background: #C0C0C0;
    }
    98%{
        background: #C0C0C0;
    }
    100%{
        background: #404040;
    }
}
.sbt2{
    animation: slb2 20s infinite linear;
}
@keyframes slb2{
    0%{
        background: #C0C0C0;
    }
    23%{
        background: #C0C0C0;
    }
    25%{
        background: #404040;
    }
    48%{
        background: #404040;
    }
    50%{
        background: #C0C0C0;
    }
    100%{
        background: #C0C0C0;
    }
}
.sbt3{
    animation: slb3 20s infinite linear;
}
@keyframes slb3{
    0%{
        background: #C0C0C0;
    }
    48%{
        background: #C0C0C0;
    }
    50%{
        background: #404040;
    }
    73%{
        background: #404040;
    }
    75%{
       background: #C0C0C0;
    }
    100%{
        background: #C0C0C0;
    }
}
.sbt4{
    animation: slb4 20s infinite linear;
}
@keyframes slb4{
    0%{
        background: #C0C0C0;
    }
    73%{
        background: #C0C0C0;
    }
    75%{
        background: #404040;
    }
    98%{
        background: #404040;
    }
    100%{
        background: #C0C0C0;
    }
}
@media only screen and (max-width: 1000px) {
    #fsld{
        width: 90%;
    }
}
@media only screen and (max-width: 800px) {
    #fsld{
        width: 80%;
    }
    .slidc{
        display: Block;
    }
    .slidc img{
        display: block;
        margin: auto;
    }
    .slidnts{
        width: auto;
        margin-top: 37px;
    }
    .stext{
        text-align: center;
    }
    .slidnts strong{
        text-align: center;
    }
    .slidnts .dcc{
        text-align: center;
    }
    .strg{
        text-align: center;
    }
    .sbtn{
        margin: auto;
        margin-top: 25px;
    }
}
@media only screen and (max-width: 700px) {
    .slidc img{
        width: 230px;
        height: 230px;
    }
    #fsld{
        width: 85%;
    }
}
@media only screen and (max-width: 550px) {
    .slidc img{
        width: 200px;
        height: 200px;
    }
    #fsld{
        width: 87%;
        padding: 0;
    }
}