/* 
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
*/


/* Typography */
.eyebrow::before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1.5px solid var(--primary);
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
	transform: rotate(-45deg);}
.hero h1 {margin-bottom: 1.3rem;}
/* Buttons */
.btn-arrow:after {
	content: "";
	 width: 18px;
    height: 18px;
	 display: inline-block;
	 mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'%3E%3C/path%3E%3C/svg%3E");
    background: currentColor;
}

/* Graphics */
.orbit .ring {
	fill: none;
    stroke: var(--primary);
    stroke-width: 1.5;
}
.orbit .ring2 {
    fill: none;
    stroke: var(--ink);
    stroke-width: 1;
	opacity: .12;}
.orbit .bead {
    fill: var(--primary);
}
    opacity: .5;