.review-list, .testi-single-box .testi-upper .review-list, .testi-item .testi-lower .review-list {
    display: flex;
    max-width: 147px;
    padding: 10px 20px;
    background-color: var(--black-color);
    border-radius: 52px;
}
.review-list i, .testi-single-box .testi-upper .review-list i, .testi-item .testi-lower .review-list i {
    font-size: 14px;
    line-height: 20px;
    color: var(--theme-color);
    margin-right: 5px;
}
.testimonial-area {
    position: relative;
}
.testi-item {
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.testi-item .testi-upper {
    display: flex;
    align-items: center;
    padding: 35px;
}
.testi-item .testi-upper_thumb {
    flex-shrink: 0;
}
.testi-item .testi-upper_thumb img {
    border-radius: 70px;
    object-fit: cover;
}
.testi-item .testi-upper .testi-upper_info {
    margin-left: 35px;
}
.testi-item .testi-upper .testi-upper_info .title {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 22px;
}
.testi-item .testi-upper .testi-upper_info .text {
    font-size: 18px;
    line-height: 28px;
    color: var(--gray-color);
    margin: 0;
}
.testi-item .testi-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px 35px;
}
.testi-item .testi-lower_info .name {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 8px;
}
@media(max-width: 767px) {
    .testi-item .testi-upper, .testi-item .testi-lower {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.testi-item .testi-upper {
    padding: 20px;
}
.testi-item .testi-upper .testi-upper_info {
    margin-left: 0;
}
.testi-item .testi-upper_thumb {
    margin-bottom: 20px;
}
.testi-item .testi-lower {
    padding: 20px;
    text-align: center;
}
.testi-item .testi-lower .review-list {
    margin-top: 20px;
}
}.testi-upper_area .testi-nav .testi-button-next, .testi-upper_area .testi-nav .testi-button-prev {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--white-color);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-right: 20px;
}
.testi-upper_area .testi-nav .testi-button-next::before, .testi-upper_area .testi-nav .testi-button-prev::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--theme-color);
    transform: scale(0.8);
    opacity: 0;
    transition: all 300ms ease;
}
.testi-upper_area .testi-nav .testi-button-next .testi-button-prev, .testi-upper_area .testi-nav .testi-button-prev .testi-button-prev {
    margin-right: 0;
}
.testi-upper_area .testi-nav .testi-button-next:hover::before, .testi-upper_area .testi-nav .testi-button-prev:hover::before {
    opacity: 1;
    transform: scale(1);
}
.testi-upper_area .testi-nav .testi-button-next i, .testi-upper_area .testi-nav .testi-button-prev i {
    font-size: 20px;
    color: var(--black-color);
}
@media(max-width: 375px) {
    .testi-upper_area {
    align-items: center;
    text-align: center;
}
}@media(max-width: 575px) {
    .testi-nav .testi-button-next, .testi-nav .testi-button-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.testi-nav .testi-button-next i, .testi-nav .testi-button-prev i {
    font-size: 16px;
}
}@media(max-width: 375px) {
    .testi-nav .testi-button-next, .testi-nav .testi-button-prev {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.testi-nav .testi-button-next i, .testi-nav .testi-button-prev i {
    font-size: 14px;
}
}.testi-single-box {
    border-radius: 10px;
    padding: 35px;
    border: 1px solid var(--border-color);
}
@media(max-width: 375px) {
    .testi-single-box {
    padding: 25px;
}
}.testi-single-box .testi-upper .review-list {
    border: 1px solid var(--border-color);
}
.testi-single-box .testi-upper_info {
    margin: 30px 0 35px;
}
.testi-single-box .testi-upper_info .text {
    color: var(--gray-color);
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}
.testi-single-box .testi-lower {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 375px) {
    .testi-single-box .testi-lower {
    flex-direction: column;
    gap: 25px;
}
}.testi-single-box .testi-lower_info {
    display: flex;
    align-items: center;
}
.testi-single-box .testi-lower_info .thumb img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
}
@media(max-width: 375px) {
    .testi-single-box .testi-lower_info .thumb img {
    width: 70px;
    height: 70px;
}
}.testi-single-box .testi-lower_info .info-title .name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 5px;
}
.testi-single-box .testi-lower_info .info-title .title {
    color: var(--gray-color);
}
.testi-single-box .testi-lower_quote .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 10px;
}
.swiper-pagination {
    position: static;
    line-height: 1;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #daedf8;
    background-color: rgba(0, 0, 0, 0);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color .3s ease;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet-active {
    border-color: var(--theme-color);
}
.swiper-pagination .swiper-pagination-bullet::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,  -50%);
    background: #daedf8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    z-index: 999999;
    }
.swiper-pagination .swiper-pagination-bullet-active::before, .swiper-pagination .swiper-pagination-bullet:hover::before {
    background-color: #fff;
}
@media(max-width: 768px) {
.token-info__img{margin:0 auto}
}