.featured-solution-main-div{
    width: 100%;
    background-color: black;
    height: 100%;
    
}
.featured-solution-continer-div{
    height: 780px;
    width: 83%;
    margin: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: blue; */
}
.featured-solution-continer-div .left-button , .featured-solution-continer-div .right-button {
    /* background-color: rgb(223, 192, 181); */
    height: 90px;
    width: 45px;
    font-size: 50px;
    font-weight: 700;
}
.featured-solution-continer-div .inside-container-div{
    width: 87%;
    height: 84%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: rgb(0, 0, 0);
}
.featured-solution-continer-div .inside-container-div .heading-div{
    /* background-color: aqua; */
    font-size: 30px;
    font-weight: 700;
    width: 100%;
    height: 55px;
}
.featured-solution-continer-div .inside-container-div .slider-container-div{
    width: 100%;
    height: 400px;
    /* background-color: rgb(255, 0, 0); */
    background: url(../Drawables/Images/1973233-media-entertainment-featured.jpg);
    position: relative;
    background-size: contain
}
 .slider-container-div .text-block{
    position: absolute;
    top: 130px;
    left: 90px;
    /* background-color: rgb(255, 0, 43); */
    width: 36%;
    height: 35%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}
.slider-container-div .text-block h4{
    /* background-color: rgb(19, 86, 148); */
    width: 100%;
    font-size: 25px;
   height: 33px;
}
.slider-container-div .text-block p{
    /* background-color: rgb(47, 19, 148); */
    width: 100%;
    font-size: 17px;
    height: 50px;
}
.slider-container-div .text-block a{
    width: 100%;
    text-decoration: none;
    color: white;
    height: 20px;
    /* background-color: rgb(134, 76, 0); */
}

/*buttons*/

.featured-solution-continer-div .inside-container-div .slider-label-container-div{
    width: 100%;
    height: 120px;
    /* background-color:rgb(112, 112, 255); */
    display: flex;
    justify-content: space-between;
}
 
.slider-label-container-div .flex-item{
    height:50px;
    /* background-color: darkturquoise; */
    border-top: 2px solid grey;
    width: 18%;
    margin-top: 20px;
    display: flex;
    font-size: 19px;
    align-items: center;
}
