body {
  font-family: "Poppins";
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
}

.logo {
  font-family: "Inter";

  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  /* identical to box height */

  letter-spacing: 0.195em;
}

nav li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  /* identical to box height */
  color: white !important;
}

.disabled {
  color: #888888 !important;
}

.service-card .card {
  background-color: #0e0e0e;
  max-width: 248px !important;
}

section,
header {
  margin-top: 110px;
}

.active {
  border-bottom: 6px solid #41c77c;
}

.gallery img {
  width: 100%;
}

.btn-custom {
  background-color: #41c77c;
  color: #ffffff;
  padding: 14px 50px;
  border: none;
  border-radius: 20px;

  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}

.inverted {
  filter: invert();
}

.hovering:hover .overlay-img {
  display: block !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
