.hp-testimonials {
    width: 100%;
    height: fit-content;
    padding: 20px 0px;
    margin: 0 auto;
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
}

.testimonials-col1 {
    width: 35%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-left: 10%;
}

.testimonials-col2 {
    display: flex;
    width: fit-content;
}

.main-img {
    height: 60%;
    aspect-ratio: 1/1;
    background-color: rgb(194, 194, 194);
    border-radius: 1000px;
}
.main-img img{
    border-radius: 1000px;
}
.col21 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 380px;
    background-image: linear-gradient(white, white), linear-gradient(#1A1C5C, #1A1C5C);
    background-repeat: no-repeat, no-repeat;
    background-size: 40% 100%, 60% 100%;
    background-position: left, right;
    padding-right: 10px;
}

.head1 {
    font-size: 1.12rem;
    letter-spacing: 0.08rem;
  
    font-weight: bolder;
    color: #1A1C5C;
    margin: 0;
}

.head2 {
    font-size: 2.6rem;
    font-weight: bolder;
    margin: 0;
}

.line1 {
    color: #1A1C5C;
    font-size: 2.2rem;
    margin: 0;
}

.para {
    font-size: 1.1rem;
    margin: 0;
    letter-spacing: 0.08rem;
    line-height: 1.5rem;
    font-weight: 500;
    text-align: justify;
}

.by {
    color: #1A1C5C;
    font-size: 1.5rem;
    
}

.col22 {
    width: fit-content;
    background-color: #1A1C5C;
    padding: 20px;
    height: 380px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.testimonials-list {
    list-style: none;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin: 5px 0px;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-left: 0;
}

.testi-ppl {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin-left: 25px;
    border-radius: 1000px;
}

.testi-name {
    text-align: center;
    color: white;
    
    font-size: 1.5rem;
}

.testi-ppl:hover {
    background-color: #1A1C5C;
    cursor: pointer;
}

.active {
    background-color: #1A1C5C;
}

.testi-img {
    width: 60px;
    height: 60px;
    border-radius: 1000px;
    background-size: cover;
    background-repeat: no-repeat;
}
.testimonials-col1 a{
    display: block;
    background-color: white;
    color: black;
    text-decoration: none;
    width: fit-content;
    border-radius: 3px;
    padding: 5px 15px;
    border: 2px solid #1A1C5C;
}
.testimonials-col1 a:hover{
    background-color: #1A1C5C;
    color: white;
    font-weight: 100;
    background-size: cover;
    background-repeat: no-repeat;
}
.ti1{
    background-image: url("../../assets/images/bharat.jpg");
}
.ti2{
    background-image: url("../../assets/images/vikiy\ .jpg");
}
.ti3{
    background-image: url("../../assets/images/kavi.jpg");
}


@media (max-width: 1050px) {
    .head1{
        font-size: 1.2rem;
    }
    .head2{
        font-size: 2rem;
    }
    .para{
        font-size: 1rem;
    }
    .by{
        font-size: 1.2rem;
    }
    .main-img{
        height: 50%;
    }

    .testimonials-col1 {
    width: 40%;
    margin-left: 5%;
    }
    .testimonials-col2{
        justify-content: right;
    }

    .testi-ppl{
        margin-left: 0;
    }
    .col21 {
        width: 300px;
    }
    .testimonials-col1{
        width: 50%;
    }
}

@media only screen and (max-width:855px){
    .head1{
        font-size: 1rem;
    }
    .head2{
        font-size: 1.8rem;
    }

    .by{
        font-size: 1rem;
    }
    .para{
        font-size: 0.8rem;
    }
}
@media only screen and (max-width:750px){
    .col21{
        width: 280px;
    }
}
@media only screen and (max-width:730px){
    .testi-name{
        display: none;
    }
    .hp-testimonials{
        flex-direction: column-reverse;
        row-gap: 30px;
        margin-top: 50px;
    }
    .testimonials-col1{
        width: 90%;
        margin: 0 auto;
    }
    .testimonials-col2{
        height: 200px;
        width: 100%;
    }
    .col21{
        background-size: 0% 100%, 100% 100%;
        height: 100%;
        width: 30%;
    }
    .col22{
        height: 200px;
        width: 70%;
        border-left: 4px solid #192784;
    }
    .testimonials-list{
        flex-direction: row;
        height: fit-content;
    }
}
@media only screen and (max-width:425px){
    .hp-testimonials{
        margin-top: 20px;
    }
    .col22{

        padding: 0;
    }
    .testimonials-col2{
        height: 120px;
    }

    .col22{
        height: 120px;
    }
    .main-img{
        height: 60%;
    }
    .testi-img{
        width: 30px;
        height: 30px;
        padding: 5px;
    }
}
