@keyframes animate{ 
   0%{ 
     opacity: 0; 
   } 
   50%{ 
     opacity: 0.7; 
   } 
   100%{ 
     opacity: 0; 
   } 
 }
 .footer-bottom div span::after{
content: "برمجة و تطوير AwaqServices";
    top: 0;
    font-size: 12px !important;
        margin-inline-start: auto!important;
        opacity:0.7;

 }