.store-footer::after {
  content: "برمجة وتطوير شركة ايربلاي الرقمية";
    color: #ffffff !important;
    font-size: 16px opacity: .8;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    padding-top: 14px;
    text-shadow: #3130ff -1px 3px 0px;
      animation: moveUpDown 2s ease-in-out infinite;
}