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


.squircle {
	mask-image: paint(squircle);
	--squircle-smooth: 0.8;
	--squircle-radius: 20px;
}

.button-type-1{
    border: 3px solid #000;
    background: #FFF;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.button-type-1:hover{
    background: #000;
    color: #fff;
}

.hero-description{
    margin: 30px 0;
}

.button-type-2{
    border: 3px solid #000;
    background: #ffffff00;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    color: #000;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.button-type-2:hover{
    background: #000;
    color: #fff;
}

.button-type-3 a{
transition: all 0.3s ease;
    clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
    padding: 9px 45px;
    font-size: 17px !important;
}

.button-type-3 a:hover{
    color: #fff;
	clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}

.elementor.elementor-10, .elementor.elementor-861.elementor-motion-effects-parent, .elementor.elementor-1032.elementor-motion-effects-parent, .elementor.elementor-454{
    overflow: hidden;
}
