/*
Theme Name: Nestopia
Theme URI: #
Description: Nestopia Child Theme
Author: Anonymous
Author URI: #
Template: hello-elementor
Version: 2.0.0
Text Domain: nestopia
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */


@keyframes n-pulse {
  0% {
    transform: scale(1);
  }
  2% {
    transform: scale(1.1);
  }
  4% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

.n-pulse {
  animation: n-pulse 2s ease-in-out infinite !important;
}
