.magnetic-hover {
  transition: all 0.3s linear;
}

.magnetic-hover > span,
.magnetic-hover > div {
  pointer-events: none;
  transition: all 0.1s linear;
}

#header.sticky-on-scrollup #header-wrap {
  -webkit-transition: height 0.4s ease, opacity 0.3s ease, margin-top 0.4s ease;
  -o-transition: height 0.4s ease, opacity 0.3s ease, margin-top 0.4s ease;
  transition: height 0.4s ease, opacity 0.3s ease, margin-top 0.4s ease;
}

#header.sticky-on-scrollup.show-sticky-onscroll.sticky-header #header-wrap,
#header.sticky-on-scrollup.show-sticky-onscroll #header-wrap,
.primary-menu-open-all #header.sticky-on-scrollup #header-wrap {
  margin-top: 0px !important;
}

#header.sticky-on-scrollup.sticky-header #header-wrap {
  margin-top: -110px;
}

.image-zoom-in {
  overflow: hidden;
  animation: ZoomImage 1s ease-in forwards;
}

.title {
  font-size: 4rem;
}

.name-title {
  font-size: 3rem;
}

.logo-footer img {
  max-height: 100px;
}

@keyframes ZoomImage {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@media (min-width: 992px) {
  #section-gallery {
    max-width: 80%;
  }
}

@media (max-width: 991px) {
  .primary-menu-open-all .header-mobile {
    backdrop-filter: blur(10px);
    background-color: rgb(0 0 0 / 65%);
  }

  #header-wrap #logo img {
    height: 84px;
  }
  #header {
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  #header-wrap {
    background-color: transparent;
    border: 0;
  }

  .header-row {
    justify-content: space-between;
  }

  .title {
    font-size: 2.5rem;
  }

  .lead {
    font-size: 1rem;
  }
  .name-title {
    font-size: 1.5rem;
  }
}
