@media (max-width: 550px) {
  section.projects .projects-wrap__list .item-more {
    width: 100px;
    height: 100px;
    font-size: 14px;
    top: 111px;
    transform: translate(-50%, -50%);
  }
}

.project-gallery__list--nav {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  right: auto;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-gallery__list--nav.is-visible {
  opacity: 1;
}


.project-gallery__list--nav .item:hover {
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  background-color: rgba(255, 255, 255, 0.35);
}

.project-gallery__list,
.project-gallery__list *,
.project-gallery__list--slider {
  cursor: none !important;
}

.custom-cursor.is-hidden {
  opacity: 0 !important;
  transition: opacity 0.2s;
}


.project-surface__slider .item-slide__image img {
  transition: filter 0.4s ease;
}

.project-surface__slider .item-slide:hover .item-slide__image img {
  filter: blur(6px);
}

@media (max-width: 550px) {
  section.project .project-wrap__flex--content-attr .item {
    margin-bottom: 20px;
    line-height: 150%;
  }

  section.project .project-wrap__flex--content-attr .item span:nth-child(1) {
    font-size: clamp(0.75rem, calc(0.7rem + 0.002 * 100vw), 0.875rem);
  }

  section.project .project-wrap__flex--content-attr .item span:nth-child(2) {
    font-size: clamp(0.875rem, calc(0.82rem + 0.003 * 100vw), 1.125rem);
    font-weight: 600;
  }
}