.saugata_testimonial {
    height: auto;
    width: 100%;
    background-image: url(/assets/images/home/testimonials/bg1.png);
    padding: 50px 0;
}

.saugata_testimonial .slider_content {
    width: 100%;
    /* border: 1px solid red; */
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

    gap: 20px;
    transition: transform 0.4s ease;
}

.slider_content .sliders {
    width: 450px;
    overflow: hidden;
    border-radius: 10px;
}

.slider_content .left_slider {
    height: auto;
    width: 100%;
    /* overflow: hidden; */
    display: flex;
    transition: transform 0.4s ease;
    /* border: 1px solid blue; */
}

.left_slider .slide {
    min-width: 100%;
    /* box-sizing: border-box; */
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.left_slider .slide .star_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    /* border: 1px solid red; */
    margin: 20px auto;
}

.star_content ul {
    list-style-type: none;
    display: flex;
}

.star_content ul li {
    height: 24px;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background-color: rgba(184, 255, 144, 0.05);
    color: var(--font-color);
}

.star_content .comma {
    mask-image: url(/assets/images/home/testimonials/quito1.svg);
    background: var(--font-color);
    height: 40px;
    width: 40px;
    background-position: center;
    mask-repeat: no-repeat;
    font-family: var(--p-family);
}

.left_slider .slide p {
    width: 90%;
    margin: auto;
    font-family: 'Outfit', serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
}

.slide .bottom_content {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px auto;
}

.bottom_content .bottom_content_left {
    display: flex;
    align-items: center;
}

.bottom_content_left .man_img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.man_img img {
    object-fit: cover;
    /* background-position: center; */
    height: 100%;
    width: 100%;
}

.bottom_content_left .surname {
    padding: 0 5px;
}

.bottom_content_left .surname .text {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #f4f4f4;
}

.bottom_content_left .surname p {
    font-size: 16px;
    color: #fff;
}

.bottom_content .google {
    /* width: 80px; */
    height: 40px;
}

.bottom_content .google img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* saecond */
.right_slider {
    height: 280px;
    width: 260px;
    overflow: hidden;
    /* border: 1px solid red; */
}

.right_slider .slide2 {
    display: grid;
    gap: 7px;
    transition: transform 2s ease;
    border-radius: 10px;
}

.right_slider .slide2 .bottom_content_left:nth-child(1) {
    background: var(--bg-color);
    border-radius: 6px;
    transition: .4s;
}

.right_slider .slide2 .bottom_content_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    border-radius: 10px;
    /* border: 1px solid red; */
    padding: 9px 5px;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
}

/* third */
.slider_content .btn_content {
    display: grid;
    gap: 20px;
}

.slider_content .btn_content .prev {
    /* border: 1px solid red; */
    padding: 10px 10px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(184, 255, 144, 0.05);
}