/* HERO */

@keyframes hero-content {
  from {right: 1000px;}
  to {right: 0px;}
}

/* @keyframes quote {
  from {top: 100px; opacity: 0;}
  to {top: 0px; opacity: 1;}
} */

/* CHOOSE */

@keyframes choose-img {
  from {right: 1000px;}
  to {right: 0px;}
}

@keyframes choose-content {
  from {left: 1000px;}
  to {left: 0px;}
}

/* MISSION */

@keyframes mission-img{
  0% {
    transform: translate(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
}

100% {
    transform: translate(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}
}

/* SERVICE */

@keyframes services-main {
  from {top: 100px; opacity: 0;}
  to {top: 0px; opacity: 1;}
}

/* STATS */

@keyframes stats {
  from {right: 1500px;}
  to {right: 0px;}
}