@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");

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
}
p,
a {
  color: #4b5563;
  font-size: large;
  text-decoration: none;
}
.menu-toggle {
  border: none;
  outline: none;
}
.main {
  width: 90%;
  margin: 0 auto;
}
.sprint-report-hero {
  padding: 10rem 0 3rem 0;
  padding-inline: 0;
}
.sprint-report-hero {
  color: #111827;
  text-align: center;
  font-size: 54px;
  font-style: normal;
  font-weight: 500;
}
.sprint-report-content,
.sprint-report-hero {
  display: flex;
  gap: 2rem;
  flex-direction: column;
}
.sprint-report-hero{
    gap: 3.5rem;
}
.sprint-report-para {
  color: #4b5563;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.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;
}
.trial-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #059669;
  color: #fff;
}
.demo-btn {
  background: #fff;
}

.sprint-report-image {
  background: linear-gradient(to bottom, #ffffff, #c7e4ff, #ecf3fe);
  padding-bottom: 2rem;
}
.client-section {
  padding: 0;
  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;
}
.what-is-inspect-and-adapt {
  padding-bottom: 0;
}
.what-is-inspect-title {
  color: #2075cc;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.sprint-report-trial-btn {
  border-radius: 12px;
  background: #5084f5;
  font-weight: 500;
}

.existing-with-your-alm::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/sprint-reports/alm-stack-before.svg")
    no-repeat left top;
}
.existing-with-your-alm::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/sprint-reports/alm-stack-after.svg")
    no-repeat right bottom;
}
@media (max-width: 48rem) {
  .clients-logos {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  br {
    display: none;
  }
}

@media (max-width: 26.563rem) {
  .sprint-report-hero {
    padding: 5rem 0 3rem 0;
    padding-inline: 1rem;
  }
  .hero-btn-parent {
    flex-wrap: wrap;
  }
}
