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

.header-btn a {
    background: transparent !important;
}
a.elementor-flip-box__button.elementor-button:hover {
    background: #fff !important;
    border-color: #fff !important;
}
.elementor-image-box-content h3 {
    padding: 0 20px;
}
figure.elementor-image-box-img img {
    border-radius: 20px 20px  0px 0px;
}
.elementor-image-box-wrapper:hover {
    background: linear-gradient(135deg, var( --e-global-color-d49ac81 ) 0%, var( --e-global-color-332724a ) 100%) !important;
}
.elementor-widget-image-box:hover {
    background: linear-gradient(135deg, var( --e-global-color-d49ac81 ) 0%, var( --e-global-color-332724a ) 100%) !important;
    border-radius: 30px 30px 20px 20px !important;
    color: #fff !important;
}
.elementor-widget-image-box:hover .elementor-image-box-content h3 {
    color: #fff !important;
}
@media only screen and (max-width: 1366px) {
	section#banner-sec {
    	height: 120vh;
	}
	section#banner-sec h1 {
		font-size: 50px !important;
		line-height: 56px !important;
	}
	section#banner-sec p {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	.elementor-image-box-content h3 {
    	font-size: 18px !important;
    	line-height: 26px !important;
	}
}