/* 3E OFFICIAL INVOICE MOTION START */

html.three-official-motion-ready
body[data-pro-page="resmi-faturali-satis"]
.three-official-motion-item {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity .68s cubic-bezier(.2, .65, .3, 1),
    transform .68s cubic-bezier(.2, .65, .3, 1);
  transition-delay: var(
    --three-official-motion-delay,
    0ms
  );
  will-change: opacity, transform;
}

html.three-official-motion-ready
body[data-pro-page="resmi-faturali-satis"]
.three-official-motion-item.three-official-motion-visible {
  opacity: 1;
  transform: none;
  will-change: auto;
}

@media (max-width: 700px) {
  html.three-official-motion-ready
  body[data-pro-page="resmi-faturali-satis"]
  .three-official-motion-item {
    transform: translate3d(0, 17px, 0);
    transition-duration: .54s;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.three-official-motion-ready
  body[data-pro-page="resmi-faturali-satis"]
  .three-official-motion-item {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* 3E OFFICIAL INVOICE MOTION END */
