/* CLIENTS =============================================================== */
#clients {
    width: 100%;
    padding: var(--paddingMedium) 0;
    position: relative;
}

#clients.gray {
    background-color: var(--gris-1);
}

#clients h2 {
    font-size: 47px;
    font-size: clamp(1.9rem, 4.5vw, 2.8rem);
    font-weight: 700;
    text-align: center;
    margin-bottom: 2em;
    color: #000;
    padding: 0 10px;
}

#clients h2 strong {
    font-weight: 200;
}

#clients .wrapper {
    margin-bottom: 80px;
    display: flex;
}

#clients .photo {
    width: 55%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  
    position: relative;
}

#clients .photo img {
    position: absolute;
    border-radius: 20px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);  
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 100%;
}

#clients .testimony {
    position: relative;
    flex: 1;
    padding-left: 60px;
}

#clients p {
    color: #1B2432;
    padding: 0;
    margin: 0;
}

#clients .testimony p.experience {
    font-size: 30px;
    font-size: clamp(1.1rem, 2.5vw, 1.8rem);
    font-weight: 500;
    line-height: 1.4em;
    padding-top: 80px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.03 21.89'%3E%3Cpath fill='%23A177FF' d='M11.88 15.69c0 1.83-.56 3.32-1.68 4.48-1.12 1.15-2.54 1.73-4.25 1.73-1.65 0-3.06-.56-4.21-1.68C.58 19.08 0 17.58 0 15.69c0-.89.13-1.69.4-2.4s.66-1.56 1.2-2.57L7.18 0h5.76L9.22 10.55c1.77 1.12 2.66 2.83 2.66 5.14zm14.09 0c0 1.83-.56 3.32-1.68 4.48-1.12 1.15-2.54 1.73-4.25 1.73-1.65 0-3.06-.56-4.21-1.68-1.15-1.12-1.73-2.63-1.73-4.52 0-.89.13-1.68.4-2.39.27-.71.66-1.56 1.2-2.57L21.27 0h5.76l-3.72 10.55c1.77 1.12 2.66 2.83 2.66 5.14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 70px 70px;
    margin-bottom: 20px;
}

#clients .testimony p.author {
    color: #A177FF;
    font-size: 22px;
    font-weight: 700;
}

#clients .testimony p.role {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

#clients .testimony p.company {
    color: #49505B;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

#clients .testimony p a {
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 6px;
    transition: all 0.2s;
    font-weight: 700;
    background: rgb(2,199,255);
    background: -moz-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    background: linear-gradient(90deg, rgba(2,199,255,1) 0%, rgba(59,240,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#02c7ff",endColorstr="#3bf0ca",GradientType=1);
}

#clients .testimony p a:hover {
    background: rgb(0,185,230);
    background: -moz-linear-gradient(90deg, rgba(0,185,230,1) 0%, rgba(26,235,192,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,185,230,1) 0%, rgba(26,235,192,1) 100%);
    background: linear-gradient(90deg, rgba(0,185,230,1) 0%, rgba(26,235,192,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00b9e6",endColorstr="#1aebc0",GradientType=1);
}

@media screen and (max-width: 1100px) {
    #clients .wrapper {
        padding: 0 30px;
    }
}

@media screen and (max-width: 950px) {
    #clients .testimony {
        padding-left: 40px;
    }

    #clients .testimony p.experience {
        background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.03 21.89'%3E%3Cpath fill='%23A177FF' d='M11.88 15.69c0 1.83-.56 3.32-1.68 4.48-1.12 1.15-2.54 1.73-4.25 1.73-1.65 0-3.06-.56-4.21-1.68C.58 19.08 0 17.58 0 15.69c0-.89.13-1.69.4-2.4s.66-1.56 1.2-2.57L7.18 0h5.76L9.22 10.55c1.77 1.12 2.66 2.83 2.66 5.14zm14.09 0c0 1.83-.56 3.32-1.68 4.48-1.12 1.15-2.54 1.73-4.25 1.73-1.65 0-3.06-.56-4.21-1.68-1.15-1.12-1.73-2.63-1.73-4.52 0-.89.13-1.68.4-2.39.27-.71.66-1.56 1.2-2.57L21.27 0h5.76l-3.72 10.55c1.77 1.12 2.66 2.83 2.66 5.14z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 60px 60px;
        padding-top: 65px;
    }

    #clients .wrapper {
        justify-content: center;
    }
}



@media screen and (max-width: 800px) {
    #clients h2 {
        margin-bottom: 50px;
    }

    #clients h2 br {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    #clients h2 {
        font-size: 42px;
    }

    #clients .wrapper {
        flex-direction: column;
    }

    #clients .photo {
        height: 60vw;
        width: 100%;
        margin: 0 auto 40px auto;
    }

    #clients .testimony {
        padding-left: 0;
    }

    #clients .testimony p.experience {
        background-image: url("data:image/svg+xml,%3Csvg version='1.2' baseProfile='tiny' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27.03 21.89'%3E%3Cpath fill='%23A177FF' d='M11.88 15.69c0 1.83-.56 3.32-1.68 4.48-1.12 1.15-2.54 1.73-4.25 1.73-1.65 0-3.06-.56-4.21-1.68C.58 19.08 0 17.58 0 15.69c0-.89.13-1.69.4-2.4s.66-1.56 1.2-2.57L7.18 0h5.76L9.22 10.55c1.77 1.12 2.66 2.83 2.66 5.14zm14.09 0c0 1.83-.56 3.32-1.68 4.48-1.12 1.15-2.54 1.73-4.25 1.73-1.65 0-3.06-.56-4.21-1.68-1.15-1.12-1.73-2.63-1.73-4.52 0-.89.13-1.68.4-2.39.27-.71.66-1.56 1.2-2.57L21.27 0h5.76l-3.72 10.55c1.77 1.12 2.66 2.83 2.66 5.14z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 50px 50px;
        padding-top: 55px;
    }
}

@media screen and (max-width: 600px) {
    #clients h2 {
        font-size: 37px;
    }
}

@media screen and (max-width: 500px) {
    #clients h2 {
        font-size: 31px;
        margin-bottom: 25px;
    }
}
