@import url("https://fonts.googleapis.com/css2?family=Lato&family=Open+Sans&display=swap");

html {
  scroll-behavior: smooth;
}

.klien-kami {
  padding-top: 150px;
  padding-bottom: 15px;
}

.klien-tagline {
  width: 65%;
  margin: auto;
}

.klien-tagline h1 {
  font-size: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.klien-tagline p {
  width: 80%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #7d7d81;
  line-height: 28px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 10px;
}

.wrap {
  /* padding: 4.8rem; */
  position: relative;
  width: 100%;
}

.clients {
  align-items: center;
  -webkit-box-align: center;
  display: grid;
  gap: 4.8rem 4.8rem;
  grid-template-columns: auto auto;
  justify-items: center;
  margin: 4.8rem auto;
  max-width: 1024px;
}

.clients li {
  list-style: none;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.clients img {
  height: 2.2rem;
  width: 100px;
}

.clients:hover li {
  filter: blur(0px);
  -webkit-filter: blur(0px);
}

.clients:hover li:not(:hover) {
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.clients li:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

@media (min-width: 1024px) {
  .clients {
    grid-template-columns: auto auto auto auto;
  }

  .clients img {
    height: 4rem;
  }
}

/* --- Images (gray logo) --- */
.clients img {
  -webkit-filter: grayscale(100%) brightness(10%) contrast(10%);
  filter: grayscale(100%) brightness(10%) contrast(10%);
  height: auto;
}

.clients img:hover {
  background: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimoni {
  padding-top: 100px;
}

.container .testimonial-wrapper {
  padding: 20px;
  transition: all 0.2s ease-in-out;
}
.container .testimonial-wrapper:hover {
  margin-top: -3px;
}

.container .testimonial-wrapper .testimonial {
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 12px;
  padding: 20px;
  width: 350px;
}

.container .testimonial-wrapper .testimonial .quote {
  font-size: 17px;
  color: black;
  z-index: 1;
  font-family: "Merriweather", sans-serif;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.02rem;
}
.container .testimonial-wrapper .testimonial .attribution {
  color: #d78118;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  padding-top: 15px;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  font-style: normal;
}

.edit-job-form {
  display: none;
}

.clients-expand {
  background-color: white;
  width: 200px;
  height: 40px;
  border-radius: 8px;
  border: 2px solid #50cb93;
  color: #50cb93;
}

.testimoni-tagline {
  margin-top: 30px;
  margin-bottom: 50px;
}

.testimoni-tagline h2 {
  font-size: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.testimoni-tagline p {
  width: 60%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #7d7d81;
  line-height: 28px;
  font-weight: 500;
  margin: auto;
  margin-bottom: 10px;
}

/* Mobile Views */
@media only screen and (min-width: 200px) and (max-width: 414px) {
  .klien-tagline {
    width: 100%;
    margin: auto;
  }

  .klien-tagline h1 {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  }

  .klien-tagline p {
    width: 80%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #7d7d81;
    line-height: 28px;
    font-weight: 500;
    margin: auto;
    margin-bottom: 10px;
  }

  .clients img {
    height: auto;
    width: 50px;
    margin-left: -30px;
  }

  .clients {
    align-items: center;
    -webkit-box-align: center;
    display: grid;
    gap: 4.8rem 4.8rem;
    grid-template-columns: auto auto;
    justify-items: center;
    margin: 4.8rem auto;
    max-width: 200px;
  }

  .testimoni-tagline h2 {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
  }

  .testimoni-tagline p {
    width: 80%;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #7d7d81;
    line-height: 28px;
    font-weight: 500;
    margin: auto;
    margin-bottom: 10px;
  }
}
