.testimonial {
width: 100%;
padding: 50px 5%;
}
.section-dis {
display: flex;
justify-content: flex-end;
overflow: hidden;
}
.section-dis p {
margin-right: 30%;
display: inline;
position: relative;
font-size: 13px;
color: rgba(0, 0, 0, 0.288);
}
.testimonial .section-dis p:after {
content: "";
position: absolute;
width: 200%;
height: 1px;
background-color: rgba(0, 0, 0, 0.495);
left: 100%;
top: 45%;
}
.testimonial h1 {
margin: 40px 0px;
text-align: center;
font-size: 50px;
font-weight: 200;
}
.testimonial-slide {
position: relative;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
top: 0;
}
.swiper-pagination {
top: 0px;
z-index: 10;
}
.swiper-pagination-bullet:nth-child(1),
.swiper-pagination-bullet:nth-child(2),
.swiper-pagination-bullet:nth-child(3) {
padding: 5px 10px;
border-radius: 50%;
background-size: cover;
width: auto;
height: 80px;
width: 80px;
font-size: 0px;
color: #000;
opacity: 1;
}
.swiper-pagination-bullet:nth-child(1) {
background-image: url(images/1.jpg);
position: absolute;
left: 35%;
}
.swiper-pagination-bullet:nth-child(2) {
background-image: url(images/2.jpg);
top: 10%;
left: 45%;
position: absolute;
}
.swiper-pagination-bullet:nth-child(3) {
background-image: url(images/3.jpg);
position: absolute;
left: 55%;
}
.swiper-pagination-bullet-active {
color: #fff;
border: 2px solid orange;
}
.swiper-pagination-bullet:hover {
border: 2px solid rgb(255, 255, 255);
}
.swiper-slide {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
.swiper-slide div {
color: #0000008c;
padding-top: 150px;
width: 50%;
text-align: center;
line-height: 30px;
}
.swiper-slide div h4 {
color: black;
margin-bottom: 5px;
}
.swiper-slide div P {
color: black;
font-size: 12px;
margin-bottom: 20px;
}