/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* fadeOut */
@keyframes fadeOut{
    from {opacity:1}
    to {opacity:0}
}

.fadeOut.elementor-element  {
    animation-name:fadeOut;
    animation-fill-mode: both;
}

div[data-settings*="fadeOut"].elementor-invisible {
    visibility: visible;
}
