.pishon-motion-hero {
  background: #061244 !important;
  min-height: 520px;
  overflow: hidden !important;
  position: relative;
}

.pishon-motion-hero .pishon-motion-hero-photo {
  animation: pishonHeroPhotoMotion 18s ease-in-out infinite alternate;
  background-image: url("../images/general/sr.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: -28px;
  position: absolute;
  transform: scale(1.04);
  transform-origin: center center;
  z-index: 0;
}

.pishon-motion-hero .pishon-home-hero-overlay {
  z-index: 1;
}

.pishon-motion-hero .pishon-motion-hero-content {
  min-height: 520px;
  padding-bottom: 6.5rem;
  padding-top: 6.5rem;
  position: relative;
  z-index: 2;
}

.pishon-motion-hero .pishon-feature-container {
  z-index: 5;
}

.pishon-motion-hero .pishon-hero-social {
  z-index: 8;
}

@keyframes pishonHeroPhotoMotion {
  0% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }

  50% {
    transform: scale(1.1) translate3d(-1.4%, 0.8%, 0);
  }

  100% {
    transform: scale(1.14) translate3d(1.3%, -0.8%, 0);
  }
}

@media (max-width: 991.98px) {
  .pishon-motion-hero,
  .pishon-motion-hero .pishon-motion-hero-content {
    min-height: 640px;
  }

  .pishon-motion-hero .pishon-motion-hero-content {
    padding-bottom: 8rem !important;
    padding-top: 5rem;
  }
}

@media (max-width: 575.98px) {
  .pishon-motion-hero .pishon-motion-hero-content {
    padding-bottom: 7rem !important;
    padding-top: 4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pishon-motion-hero .pishon-motion-hero-photo {
    animation: none;
    transform: scale(1.06);
  }
}
