/*
	Theme Name: Hello Biz
	Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 1.1.0
	Stable tag: 1.1.0
	Requires at least: 6.0
	Tested up to: 6.5
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-biz
	Tags: flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready, style-variations
*/
body,
html {
    overflow-x: hidden;
}
footer {
    overflow: hidden;
}

/*Menu*/
.elementor-item-active:after{
	height: 0px !important;
}
/*Bubbles*/
.bubble-light-purple {
    filter: blur(190px);
    background-color: #6e40ff33;
    border-radius: 50%;
    width: 256px;
    height: 256px;
}
.bubble-strong-purple {
    filter: blur(120px);
    background-color: #6e40ff4d;
    border-radius: 50%;
    width: 414px;
    height: 304px;
	animation: colorFadePurple 3s infinite ease-in-out, infinityLoop 4s infinite ease-in-out;
}
.bubble-mid-blue {
    filter: blur(140px);
    background-color: #40b2ff40;
    border-radius: 50%;
    width: 385px;
    height: 312px;
	animation: colorFadePurple 3s infinite ease-in-out, infinityLoop 4s infinite ease-in-out;
}
.bubble-light-blue {
    filter: blur(130px);
    background-color: #40b2ff1a;
    border-radius: 50%;
    width: 600px;
    height: 400px;
	animation: colorFadePurple 3s infinite ease-in-out, infinityLoop 4s infinite ease-in-out;
}


/*GradientAnimation*/
.ani-gradient {
    font-size: 48px;
    font-weight: bold;
    background: linear-gradient(50deg, #8f6cfb, #56abfe, #8f6cfb);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientAnimation 3s infinite linear;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


/*Breathing*/
@keyframes breathing {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes infinityLoop {
    0% {
        transform: translateX(0) translateY(0);
    }
    25% {
        transform: translateX(150px) translateY(50px);
    }
    50% {
        transform: translateX(0) translateY(150px);
    }
    75% {
        transform: translateX(-150px) translateY(50px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}
@keyframes colorFadePurple {
    0% {
        background-color: #6e40ff7d;
    }
    50% {
        background-color: #4079ff82;
    }
    100% {
        background-color: #6e40ff7d;
    }
}

.bubble-light-purple {
    animation: colorFadePurple 3s infinite ease-in-out, infinityLoop 4s infinite ease-in-out;
}
@keyframes colorFadeBlue {
    0% {
        background-color: #40b2ff40;
    }
    50% {
        background-color: #40b2ff1a;
    }
    100% {
        background-color: #40b2ff40;
    }
}
.bubble-mid-blue {
    animation: colorFadeBlue 2s infinite ease-in-out, infinityLoop 4s infinite ease-in-out;
}

/*
strong blue
    background-color: #40b2ff40;
light-blue
    background-color: #40b2ff1a;
light-purple
    background-color: #6e40ff33;
strong-purple
    background-color: #6e40ff4d;
*/

