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

/* COMMON START */
html {
	/* 11 - 16 px */
	font-size: clamp(0.688rem, 0.063rem + 0.781vw, 1rem);
}
@media screen and (max-width: 767px) {
	html {
		/* 16 - 24 px */
		font-size: clamp(1rem, 0.523rem + 2.036vw, 1.5rem);
	}
}
@media (768px <= width <= 1023px) {
	html {
		/* 16 - 20 px */
		font-size: clamp(1rem, 0.25rem + 1.563vw, 1.25rem);
	}
}

p {
	margin-block-start: 0 !important;
}

.backdrop-filter {
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}

/* button */
.elementor-button {
	cursor: pointer;
}
.btn-icon:not(.primary) .elementor-button-icon {
    align-items: flex-start !important;
}
.btn-icon.secondary:hover svg>path {
	fill: #3a2a22 !important;
	transition: all .3s ease !important;
}
.btn-icon.primary:hover svg>path {
	fill: #ffffff !important;
	transition: all .3s ease !important;
}
/* title line */
.title--line .elementor-heading-title {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.title--line .elementor-heading-title:before {
    content: "";
    display: block;
    width: 3rem;
    height: 1px;
    background-color: var(--e-global-color-primary);
}
/* COMMON END */

/* HEADER START */
/* logo */
.logo .elementor-icon-wrapper {
    display: flex;
}
.logo svg {
	height: auto !important;
}
/* burger menu */
.burger-popup .dialog-widget-content {
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
.burger-popup .elementor-location-popup,
.burger-popup .elementor-location-popup .wrapper {
	height: 100% !important;
}
/* HEADER END */

/* HOME START */
/* portfolio */
.portfolio .elementor-widget-image a {
    width: 100%;
}
/* HOME END */

/* POPUP START */
.consultation-popup {
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
}
.consultation-popup .dialog-message {
    overflow: hidden !important;
}
/* POPUP END */