/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");


.solution {
    margin-top: 130px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}

.solution {
    /* height: 82vh; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e3f2fd;

    /* background-color: radial-gradient(circle, rgb(144, 46, 46),  #f6f6ad); */
    /* background-color: radial-gradient(farthest-corner, rgb(144, 46, 46), #f6f6ad); */
    /* background: -webkit-linear-gradient(bottom, rgb(253, 253, 253),  #fefe04); */
}

.testimonial {
    cursor: pointer;
    position: relative;
    max-width: 900px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 50px;

}

.testimonial .image {
    padding-top: 0px;
    height: 280px;
    width: 300px;
    object-fit: cover;
    border-radius: 10%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.testimonial .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 6px;
    width: auto;
    background-color: #e3f2fd;

}

.slide p {
    text-align: center;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.slide .quote-icon {
    font-size: 21px;
    color: #1d8bda;
}

.slide .details {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details .name {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.details .job {
    font-size: 12px;
    font-weight: 400;
    color: #333;
}

.page-points {
    bottom: 30px;
    left: 0;
    width: 100%;
}

/* swiper button css */
.nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.nav-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(30px);
    background-color: rgba(0, 0, 0, 0.1);
    transition: 0.2s;
}

.nav-btn::after,
.nav-btn::before {
    font-size: 20px !important;
    color: #fafafa;
}

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
    background-color: #4070f4;
}

@media screen and (max-width: 375) {
    .slide p {
        padding: 0 20px;
    }

    .nav-btn {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .slide p {
        padding: 0 20px;
    }

    .solution {
        margin-right: auto;
        margin-left: auto;
        box-sizing: border-box;
        font-family: "Poppins", sans-serif;
    }

    .solution {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 21px 0px;
        /* height:63vh; */
    }

    /* .testimonial.image{
        height: 240px;
        width: 240px;
    } */
}

@media screen and (min-width:768px) and (max-width: 1024px) {
    .solution {
        margin-top: 146px;
    }

    .solution {
        height: 82vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e3f2fd;
    }

    .testimonial.image {
        height: 280px;
        width: 300px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .testimonial {
        padding-top: 0;
        justify-content: center;
        height: 100%;
    }

    .solution {
        height: 82vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e3f2fd;
    }
}

@media screen and (min-width: 1400px) {
    .testimonial {
        padding-top: 0;
        justify-content: center;
        height: 100%;
    }

    .solution {
        height: 82vh;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #e3f2fd;
    }
}