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

body {
  font-family: "Poppins", sans-serif;
  background: #f9f9fa;
}

.npm-logo {
  width: 40px;
}

header {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
}

header .btn-primary {
  padding: 10px 15px;
  font-size: 13px;
}

h1 {
  font-weight: bold;
  font-size: 55px;
}

.height-100,
.height-50 {
  height: max-content;
}

.btn-primary {
  border-radius: 24px;
  background: #090909;
  border: 1px solid #090909;
  padding: 15px 20px 15px 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:hover:active {
  background: #363636;
  border: none;
}

.why-npm .card span {
  color: #090909;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 30px */
}

.why-npm .card h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 144px */
  background: linear-gradient(
    90deg,
    #000 -4.95%,
    rgba(0, 0, 0, 0.5) 51.94%,
    #000 115.09%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero {
  background: url("img/hero-bg.webp") no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100vw;
}

.hero h1 {
  background: linear-gradient(
    90deg,
    #000 0%,
    rgba(0, 0, 0, 0.5) 51.56%,
    #000 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-banner {
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.82) 100%);
}

.trusted-brands {
  background: #fff;
}

.highlight-banner h1 {
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 96px */
  background: linear-gradient(
    90deg,
    #fff 0%,
    rgba(255, 255, 255, 0.5) 51.56%,
    #fff 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.highlight-banner p {
  color: #ccc;
  font-size: 14px;
  font-style: normal;
  font-weight: 275;
  line-height: 150%; /* 30px */
}

.why-npm .card,
.product-categories .card {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  border: none;
}

.product-categories .card img {
  width: 180px;
  height: 180px;
  object-fit: scale-down;
}

.product-categories h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 137.5%; /* 55px */
}

.product-categories .card h6 {
  color: #090909;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 36px */
}

footer {
  background: #000;
  color: #fff;
}

.trusted-brands img {
  height: 50px;
  filter: grayscale(1);
  opacity: 0.5;
}

.trusted-brands img:hover {
  filter: grayscale(0);
  opacity: 1;
}

@media screen and (min-width: 576px) {
  h1 {
    font-size: 90px;
  }
  .why-npm .card h3 {
    font-size: 96px;
  }
  .highlight-banner h1 {
    font-size: 120px;
  }
  .highlight-banner {
    height: 100vh;
  }
}

@media screen and (min-width: 992px) {
  .why-npm {
    height: 100vh;
  }
  .height-100 {
    height: 100%;
  }
  .height-50 {
    height: 50%;
  }
  .highlight-banner p {
    font-size: 20px;
  }
  .trusted-brands img {
    height: 50px;
  }
}
