body{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display:flex;
    padding: 15px;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
}

/* Part1 */

#text1{
    position: relative;
    width: 310px;
    height: 155px;
    background-color: #1a1a1a;
    border-radius: 20px;
    padding: 17px;
    box-sizing: border-box;
    color: white;
}

#text1::after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 35px;
    width: 20px;
    height: 20px;
    background-color: #1a1a1a;
    transform: rotate(45deg);
}

.cat1{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    object-fit: cover;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    margin-left: 10px;
}

#user-details1 {
    display: flex;
    flex-direction: column;
}

.testimonial1{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
}

.name{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}

.job-title{
    font-size: 14px;
    font-weight: 500;
}

/* Part2 */

.testimonial2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    width: 310px;
    height: 240px;
    padding: 20px;
    box-sizing: border-box;
    
    border: 1px solid #1a1a1a;
    border-radius: 20px;
    flex-shrink: 0;
}

.testimonial2 .user-info{
    margin-left: -7px;
}

#text2{
    margin-bottom: 20px;
    margin-left: -2px;
}

.cat2{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    object-fit: cover;
}

#user-details2 {
    display: flex;
    flex-direction: column;
}

/* Part3 */
.testimonial3{
    display:flex;
    flex-direction: row;
    justify-content: center;
    gap:10px;
    margin-top: -10px;
    object-fit: cover;
    width: 100%;
}

#gorilla{
    height: 250px;
    width: 250px;
    border-radius: 20px;
    border-color: #1a1a1a;
    border-style: solid;
    border-width: 4px;
    box-sizing: border-box;
}

.stars{
    font-size: 20px;
    color: rgb(255, 180, 40);
    display: flex;
}

.user-info-gorilla{
    height: 250px;
    width: 400px ;
    border-radius: 20px;
    background-color: #1a1a1a;
    box-sizing: border-box;
    padding: 29px;
}

#user-details3{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#user-details3 cite{
    color: rgb(255, 255, 255);
    font-size: 28px;
}

#user-details3 span{
    color: gray;
}

#text3{
    margin-top: 25px;
    color: white;
}

/* part4 */

.testimonial4{
    margin-top: -10px;
    width: 660px;
    height: 270px;
    border-radius: 20px;
    border: 1px solid #1a1a1a;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    text-align: center;
    padding: 60px;
}

#text4{
    margin-top: -25px;
    font-weight: 500;
}

.picarr{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.cat-images{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cat1-testimonial4{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    object-fit: cover;
}

.cat2-testimonial4{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
    opacity: 40%;
}

.testimonial4 cite{
    margin-top: 20px;
    font-style: normal;
}

/**/

.row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
}