/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.like-container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3f2fd;
  flex-direction: column;
}
.testimonial {
  position: relative;
  max-width: 1700px;
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.testimonial .image {
  height: 170px;
  width: 170px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial .slide {
  width: 100% !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* flex-direction: column; */
}
.slide-p {
  text-align: center;
  padding: 0 160px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.slide .quote-icon {
  font-size: 30px;
  color: #4070f4;
}
.slide .details {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.details .name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}
.details .job {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

/* swiper button css */
.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:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.nav-btn::after,
.nav-btn::before {
  font-size: 20px;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}
@media screen and (max-width: 768px) {
  .slide p {
    padding: 0 20px;
  }
  .nav-btn {
    display: none;
  }
}

/* meri */






.firstpart {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
  background: url("https://ezeepay.app/images_2022/h_banner_bg1.png") no-repeat;
  margin-left: 123px ;
  width: 38%;
}

.onesecondpart{
  width: 50%;
}
.onesecondpart img {
  margin: 0px 0px;
  margin-right: 0px;
  width: 570px;
}

.line {
  font-size: 50px;
  font-weight: 900;
}

.line4desc {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-wrap: wrap;
  width: 550px;
}
.dow {
  color: white;
  text-decoration: none;
}

.apprela {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 60px;
  width: 44vw;
  color: white;
}

.linedownload {
  border-radius: 33px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.me-one {
  padding-top: 6px;
  padding-right: 2px;
}
.dow {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.linedownload1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 178px;
  height: 48px;
  background-color: #303289;
  padding: 10px;
  text-align: center;
  color: white;
}
.linedownload1:hover {
  background-color: #fd6101;
}
.linedownload2 {
  width: 146px;
  height: 48px;
  background-color: #fd6101;
  padding: 10px;
  color: white;
}
