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

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 3000px;
}

.slides,
.slides3,
.slides2 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide,
.slide3,
.slide2 {
    flex: 0 0 100%;
    background-size: cover;
}

.buttons {
    background-color: #3498db;
}

.buttons2:hover {
    background-color: white;
}

.buttons2 {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: white;
}

.buttons2,
.buttons {
    position: absolute;
    border: none;
    color: #fff;
    padding: 10px;
    cursor: pointer;
}

.next-btn,
.prev-btn {
    bottom: 40px;
}

.prev-btn {
    left: 45%;
}

.next-btn {
    left: 50%;
}

#partner .slider-container {
    padding-bottom: 3rem;
}

#who-we-help .pagination,
#testimonial .pagination {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.page-btn {
    border: none;
    background-color: #b982f8;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: .5rem;
}

.page-btn.active {
    border-radius: 50%;
    border: none !important;
    margin: .5rem;
    height: 12px;
    width: 10px !important;
    background-color: white;
}

.page-btn2 {
    border: none;
    background-color: #8C30F5;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: .5rem;
}

.page-btn2.active {
    padding: .15rem;
    border-radius: 50%;
    height: auto !important;
    width: auto !important;
    border: 4px solid #8C30F5 !important;
    background-color: white;
}

.page-btn3 {
    background-color: #D9D9D9;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: .5rem;
    border: none;
}

.page-btn3.active {
    width: 10px !important;
    background-color: #8C30F5;
}


.message-box {
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background: white;
    /* box-shadow: 0px 30px 40px 0px #D4D9E833; */
    padding: 2rem 1rem 3rem;
    clip-path: polygon(0% 0%, 100% 0%, 99.7% 89.8%, 52.7% 89.8%, 49.7% 100%, 46.3% 90.5%, 0% 90%);
}

.message-box p.users {
    margin-bottom: .75rem;
    color: #18191F;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "Manrope";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 133.333% */
}

.message-box p.comments {
    width: 80%;
    margin: auto;
    color: #18191F;
    text-align: center;
    font-family: "Manrope";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

.profile-users {
    text-align: -webkit-center;
}

.img-users {
    padding-top: 1rem;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.img-users p {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-size: 23px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
    /* 121.739% */
    margin-bottom: 0 !important;
}

.img-users.users-1 {
    background-color: #FF7171;
}

.img-users.users-2 {
    background-color: #78E16F;
}

.img-users.users-3 {
    background-color: #71A1FF;
}

.name-users {
    padding-top: .75rem;
    color: #18191F;
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "Manrope";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0 !important;
}

.date-comments {
    margin-bottom: 0 !important;
    color: var(--Text-Gray-800, #474A57);
    text-align: center;
    font-feature-settings: 'liga' off;
    font-family: "Manrope";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media (max-width:991.98px) {
    .message-box {
        height: 200px !important;
    }

    #partner .prev-btn,
    #partner .next-btn {
        bottom: auto;
        top: 50%;
    }

    #partner .prev-btn {
        left: 10px;
    }

    #partner .next-btn {
        left: auto;
        right: 10px;
    }
    #partner .pagination {
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width:992px) {
    .message {
        width: 30%;
    }

    .message-box {
        height: 230px !important;
    }

    #partner .pagination {
        position: absolute;
        bottom: 0px;
        left: 20%;
        transform: translateX(-50%);
    }
}