/*======================================
Theme Name: Auka
Theme URI: https://attorna.elvarstudios.com/
Description: Auka-Brand Agency Divi Child Theme
Author: Elvar
Author URI: https://elvarstudios.com/
Template: Divi
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
======================================*/

/* ===== NOTES ==================================================================
 *
 *
 * Discover our premium Divi products: https://elvarstudios.com/
 * 
 *
 * =============================================================================== */

/*add your custom CSS below this line*/


  @keyframes floating { 
    0% {transform: translate(0,  0px);} 
    50%  {transform: translate(0, 20px);} 
    100%   {transform: translate(0, 0px);}     
} 

.floating {   
  animation: floating 5s ease-in-out infinite;
}