﻿/*********** testimonials *****************/
#demo {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 900px;
    margin: auto;
}

.testimonial-wrapper-box {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: large;
    line-height: 2rem;
    background-color: aliceblue;
}

@media(max-width:767px) {
    .testimonial-wrapper-box {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem;
    }
    .img-fluid {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem;
    }
    .testimonial-title {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem;
    }
    i {
        padding: 0.8rem;
    }
}

.img-fluid {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem;
}

.navigation-icon {
    background-color: rgb(223, 56, 89);
    padding: 1.4rem;
}

.carousel-control-prev {
    justify-content: flex-start;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-prev, .carousel-control-next {
    transition: none;
    opacity: unset;
}

.testimonial-title {
    font-style: normal;
    font-size: larger;
    margin-top: 0.5rem;
    font-weight: bold;
}

.testimonial-rate, .testimonial-title {
    margin: 20px 0px;
}

/************ Testimonials END **********************/
