@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Noticia+Text:ital@1&display=swap");


main#homep {
  /* background-image: url('https://images.unsplash.com/photo-1485470733090-0aae1788d5af?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1517&q=80'); */


  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* margin-bottom: 50px; */
}

#fcard {
  /* height: 100vh; */
  background: #f0f9ff;
  /* padding: 2rem; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.testimonial {
  max-width: 620px;
  /* max-height: 600px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}

.testimonial-content {
  text-align: justify;
  text-justify: inter-word;
  padding: 100px 30px 20px 30px;
  background: #f0f9ff;
  border-radius: 0.5rem;
  box-shadow: 0 0 5px -2px hsla(0, 0%, 0%, 0.1);
  margin-top: -40px;
  margin-bottom: 20px;
}

.testimonial-text {
  font-family: "Noticia Text", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  line-height: 2;
  color: #64748b;
  margin: 32px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 5; */
  overflow: hidden;
}

.testimonial-name {
  font-family: "Noticia Text", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 13px;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-left: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.testimonial-label {
  font-family: "Noticia Text", serif;
  font-weight: 600;
  font-size: 16px;
  color: #425063;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.testimonial-h {
  font-family: "Noticia Text", serif;
  font-weight: 700;
  font-size: 18px;
  color: #425063;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.testimonial-image {
  width: 350px;
  height: 350px;
  /* border-radius: 50%; */
  position: relative;
}

.testimonial-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 5px solid #FFE9E3;
  box-shadow: 0 1px hsla(0, 0%, 0%, 0.1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

figure {
  margin: 8px 0px -80px 0px !important;
  padding: 10px !important;
}

#pfcard {
  text-align: end;
}