@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
html {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
}

.menu-toggle {
  border: none;
}
/* hero section */

.collab-board-hero {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8rem 0 0 0;
  position: relative;
}
.collab-board-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/collaborative-board/kendis-collab-board-her0-bg.svg")
    left bottom / cover no-repeat;
  z-index: -1;
}
.collab-hero-content {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.5rem;
}
.intro-box {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  font-weight: 500;
}
.intro-para {
  background: linear-gradient(95deg, #26baa1 8.51%, #865bff 94.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-heading {
  color: #303030;
  text-align: center;
  font-size: 3.188rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.main-para {
  color: #797979;
  text-align: center;
  font-family: Poppins;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
}
.hero-btn-parent {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.hero-btn-parent > a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid transparent;
  font-weight: 500;
}
.trial-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #377bd4;
  color: #fff;
}
.demo-btn {
  background: #fff;
  color: #4b5563;
}
.hero-image {
  position: relative;
  /* width: 100%;
  height: 100%; */
}

.hero-image > img {
  display: block;
  width: 100%;
  height: 100%;
}

.client-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.clients-heading {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.clients-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  position: relative;
  gap: 2.5rem;
}
.flex-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline: 2rem;
  align-items: start;
}
.pi-dasboard-heading {
  color: #181d27;
  font-size: 30px;
  font-weight: 600;
}
.car-para {
  color: #555555;
  font-weight: 500;
  font-size: 1rem;
}
.car-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}
.main {
  width: 90%;
  margin: 0 auto;
}

.what-is-inspect-title {
  color: #2075cc;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.inspect-and-adapt-link {
  color: #4e4e4e !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  text-decoration-line: underline !important;
}
.metrics-section {
  align-items: center;
}
.metrics-section > img {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 64rem) {
  .main-heading {
    font-size: 2.5rem;
  }
  br {
    display: none;
  }
  .collab-hero-content {
    padding-inline: 1rem;
  }
}
@media (max-width: 48rem) {
  .main-heading {
    font-size: 2rem;
  }
  .main-para {
    font-size: 1rem;
  }

  .clients-logos {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
}

@media (max-width: 26.563rem) {
  .hero-btn-parent {
    flex-wrap: wrap;
  }
  .collab-board-hero {
    padding: 2rem 0 0 0;
  }

  .collab-hero-content {
    padding-inline: 1rem;
    padding-bottom: 0;
  }
  .main-heading {
    font-size: 1.5rem;
  }
  .flex-col {
    padding-inline: 0.4rem;
  }
}
