@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

.review-section .container {
    background-color: #14243c;
    padding: 50px 40px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 25px #a7a7a7;
    border-radius: 25px;
}

.review-section .tag {
    text-align: center;
    font-size: 1.1rem
}

.review-section .fa-heart {
    color: rgba(255, 230, 0, 0.959);
    font-size: 30px
}

.review-section .card {
    height: 320px;
    padding: 10px 20px;
    border: none;
    box-shadow: -1px 3px 5px #a7a7a7
}

.review-section .testimonial {
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-weight: 500
}

.review-section .active-star {
    color: #FBC02D;
    margin-bottom: 8px
}

.review-section .active-star:hover {
    color: #F9A825;
    cursor: pointer
}

.review-section .profile {
    padding-top: 10px
}

.review-section .name {
    font-weight: 700
}

.review-section .designation {
    font-size: 0.84rem;
    font-weight: 600
}

.review-section .owl-carousel {
    margin-bottom: 15px
}

.review-section .owl-carousel .owl-stage-outer {
    padding: 40px 10px;
    height: 380px
}

.review-section .owl-carousel .owl-item img {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
    object-fit: cover
}

.review-section .owl-theme .owl-nav [class*='owl-'] {
    border-radius: 50% !important;
    background: inherit !important;
    border: 3px solid #bbb;
    color: #bbb !important
}

.review-section .owl-theme .owl-nav [class*='owl-']:hover {
    border: 3px solid #fff;
    color: #fff !important
}

@media(max-width: 575.5px) {
    .review-section .container {
        margin: 0px;
        padding: 20px
    }
}