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

html, body {
	overflow-x: hidden;
}
.header-menu {
    width: 100%;
    transition: top 0.4s ease-in-out;
    z-index: 999;
	background: #fff;
}
.header-menu.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
h1 span {
	color: #E09E25;
}
.img-zoom img {
    transition: all 0.3s ease;
}
.img-zoom .elementor-widget-container:hover img {
    transform: scale(1.1);
}
.bg-overlay {
    position: relative;
}
.bg-overlay:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.61) 100%);
	z-index: 1;
}
.image-zoom-hover img {
    transition: all 0.3s ease;
}
.image-zoom-hover:hover img {
    transform: scale(1.1);
}
.single-image-slider [type=button]:hover,
.single-image-slider [type=button]:focus {
    background: transparent;
}
.single-properties-text {
	text-align: left !important;
	left: 0 !important;
	right: 0 !important;
	padding-left: 100px;
	padding-right: 25%;
}
.single-image-slider .carousel-indicators {
    bottom: -65px;
}
.single-image-slider .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    background-color: #D9D9D9;
    border-radius: 50px;
    border: 0px;
    margin-left: 8px;
    margin-right: 8px;
}
.single-image-slider .carousel-indicators [data-bs-target].active {
    background: #E09E25;
}
.single-properties-text h4,
.single-properties-text p {
	font-family: "Karla", Sans-serif;
}
.single-properties-text h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
}
.single-properties-text p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
}


/* Media Screen */

@media (max-width: 1600px) {
	.invest-left-space {
		margin-left: 150px !important;
	}
}

@media (max-width: 1440px) {
	.invest-left-space {
		margin-left: 70px !important;
	}
}

@media (max-width: 1400px) {
	.invest-left-space {
		margin-left: 40px !important;
	}
}

@media (max-width: 1300px) {
	.invest-left-space {
		margin-left: 20px !important;
	}
}

@media (max-width: 991px) {
	.single-properties-text {
		padding-left: 40px;
		padding-right: 5%;
		padding-bottom: 10px !important;
		bottom: 0px !important;
	}
}

@media (max-width: 767px) {
	
}

@media (max-width: 600px) {
	.footer-menu-list nav.hfe-nav-menu__layout-horizontal > ul.hfe-nav-menu {
		flex-direction: column;
	}
	.single-properties-text p {
		font-size: 10px;
		line-height: 15px;
	}
	.single-properties-text h4 {
		font-size: 16px;
		line-height: 16px;
	}
	.single-properties-text {
		padding-left: 10px;
		padding-right: 3%;
		padding-bottom: 0px !important;
		bottom: -5px !important;
	}
}