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

p{
	margin:0;
	padding:0;
}
div {
  scroll-margin-top: 50px;
}

.elementor-button-content-wrapper{
    align-items: center!important;
}
.elementor-button-icon svg{
    width: 36px!important;
    height: 36px!important;
}
body .elementor-button:hover svg{
    fill: #fff!important;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(137deg) brightness(103%) contrast(101%);
}

/* .main-slider .elementor-swiper-button-prev{
    background-color: #D3E5DE!important;
} */



.toogle-open,.toogle-close{
    cursor: pointer;
}
.navigation-menu{
    position: fixed;
    top: -100%;
    left: 0;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    transition: 0.5s ease-out;
    opacity: 0;
    z-index: 111111;
}
.navigation-menu.menu-open{
    top: 0;
    opacity: 1;
}


@media screen and (max-width: 767px) {
    .main-slider{
        position: static!important;
    }


    .contact-block{
        position: static!important;
    }
    .head-tree{
        position: absolute;
        bottom: 0;
    }
    .navigation-menu::before {
        content: "";
        width: 60px;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }
}