/* 
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
*/
.ownership-icons-block svg{
	color:#635B43;
	background:#635b4329;
	border-radius:50%;
	padding:10px;
}
.villas-block small{
	display: flex;
	margin-left: 15px;
	background: #8b9841;
	font-family: "Urbanist";
	color: #fff;
	padding: 5px 10px;
	border-radius: 7px;
	font-size: 60%;
	line-height: 1.3em;
}
.villas-block .elementor-heading-title{
	display:flex;
}
.profitable-icons-grid svg{
	color:#635B43;
}
.button-blured a:before{
	content: "";
	position: absolute;
	top:0;
	left:0;
	background: #d7d7d72e;
	border-radius: 10px;
	width: 100%;
	height: 100%;
	overflow: hidden !important;
	z-index:0;
	backdrop-filter: blur(5px);
}
.button-blured span{
	z-index:2;
}
.button-blured{
	position:relative !important;
}
header .elementor-nav-menu .menu-item{
	position:relative !important;
}
header .elementor-nav-menu .menu-item:after{
    display: block !important;
    position: absolute !important;
    top: calc(100% + 2px) !important;
    left: 0 !important;
    width: 100% !important;
    height: 0 !important;
    border-bottom: 1px solid var( --e-global-color-secondary ) !important;
    content: "" !important;
    transition: transform 0.6s 
cubic-bezier(0.28, 0.75, 0.22, 0.95) !important;
    transform: scale(0, 1) !important;
    transform-origin: right center !important;
}

header .elementor-nav-menu .menu-item:hover:after, header .elementor-nav-menu .menu-item:has( > .elementor-item-active):after{
    transform: scale(1, 1) !important;
    transform-origin: left center !important;
    opacity: 1 !important;
}
header .elementor-sticky.elementor-sticky--effects .menu-item:after{
	border-color: var( --e-global-color-primary ) !important;
}
header .elementor-sticky.elementor-sticky--effects nav li a{
	color: var( --e-global-color-primary ) !important;
}
header .elementor-sticky.elementor-sticky--effects{
	background:  var( --e-global-color-secondary ) !important;
    -webkit-box-shadow: 0px 0px 9px -8px #000000;
    box-shadow: 0px 0px 9px -8px #000000;
}
header .elementor-sticky:not(.elementor-sticky--effects) .logo-dark{
	display:none !important;
}
header .elementor-sticky.elementor-sticky--effects .logo-light{
	display:none !important;
}
.scroll-to-the-story a{
	color: var( --e-global-color-secondary );
	display:flex;
	flex-direction:column;
	align-items: center;
}
.scroll-to-the-story span{
padding-bottom:10px;
}
.scroll-to-the-story div{
	display:flex;
	flex-direction:column;
	animation: float 3s ease-in-out infinite alternate;
}
.scroll-to-the-story div svg:first-child{
	margin-bottom:-10px;
}
@media(min-width:1025px){
    .c-hide-desktop{
        display: none !important;
    }
}
@media(max-width:1024px){
    .c-hide-tablet{
        display: none !important;
    }
}
@media(max-width:768px){
    .c-hide-mobile{
        display: none !important;
    }
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}