/**
 * Theme Name: Mozaiq Task Template
 * Author: Mozaiq
 * Author URI: https://www.mozaiq.com
 * Description: Base website template
 * Version: 2.0.0
 */

.homepage {
    padding: 100px 0;
}

.testimonials {
    margin: 96px 0;
    padding: 120px 0;
    border-radius: 80px;
    background: #F8F8F8;
    text-align: center;
}

.testimonials__single {
	display: none;
}

.testimonials__single.is-active {
	display: block;
}

.testimonials__copy {
    color: #1A1B1F;
    font-size: 32px;
    font-weight: 600;
    line-height: 137.5%;
    letter-spacing: -0.01em;
    max-width: 908px;
    margin: 0 auto 40px;
}

.testimonials__image {
    border-radius: 50%;
    width: 72px;
    height: auto;
    display: block;
    margin: 0 auto 24px;
}

.testimonials__author {
    color: #1A1B1F;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.01em;
    margin: 0 auto 8px;
}

.testimonials__position {
    color: #5F5F62;
    font-size: 16px;
    font-weight: 400;
    line-height: 162.5%;
    margin: 0;
}

.testimonials__dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px auto 0;
}

.testimonials__dot {
    width: 16px;
    height: 16px;
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    color: #D1D1D2;
    text-indent: -5000px;
    overflow: hidden;
    transition: color .2s;
}

.testimonials__dot:hover, .testimonials__dot.is-active {
    color: #1A1B1F;
}

.testimonials__dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background: currentColor;
}