/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/*footer*/

.iconscolors.elementor-element.elementor-element-e7c2625 .elementor-social-icon {
    background: linear-gradient(177deg,rgba(225, 38, 114, 0.94) 0%, rgba(240, 83, 48, 0.98) 100%) !important;
}

/*globalbuttoncletterspacing*/

a.jkit-button-wrapper.hover-gradient {
    letter-spacing: 1px !important;
}

.swiper-slide {
    background: radial-gradient(at top right, var( --e-global-color-accent ) 50%, #32130B 100%) !important;
}

.heart-rotate {
  width: 150px; /* adjust */
  animation: rotate360 4s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotateY(0deg); /* horizontal spin */
  }
  to {
    transform: rotateY(360deg);
  }
}