/* You can customize theme styles here */
.progress {
  height: 0.5rem;
  position: relative;
}
.w-33 {
  width: calc(100% / 3);
}
.w-67 {
  width: calc(100% / 3 * 2);
}

.skills {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1rem;
}
.skills__item__title {
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skills__item__title h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
}
.skills__item__title span {
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}

.rad-showcase .display-1__title {
  background: -webkit-linear-gradient(45deg, #407bff, #263238 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  #portfolio .lozad.img-responsive {
    max-width: 10rem;
  }

  #portfolio .client-logo .d-flex {
    justify-content: center;
  }

  .nav-item--button {
    text-align: center;
    padding: 10px 0;
  }
}

@media (min-width: 768px) {
  #portfolio .client-logo {
    margin-bottom: 30px !important;
  }
}
