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


.btn-scroll-effect a {
	    height: 56px;
    align-items: center;
    justify-content: center;
    display: flex;
;
}
.btn-scroll-effect a .elementor-button-content-wrapper{
    position: relative;
    overflow: hidden;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0;
}

.btn-scroll-effect a .elementor-button-content-wrapper span {
    display: block;
    -webkit-transition: -webkit-transform 300ms ease-out;
    transition: -webkit-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.btn-scroll-effect a .elementor-button-content-wrapper:after {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    content: '';
    text-align: left;
    -webkit-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
    align-items: center;
    height: 100%;
    display: flex;
}


.btn-scroll-effect a:hover span.elementor-button-text {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.btn-scroll-effect a:hover .elementor-button-content-wrapper:after {
    top: 0;
}

.btn-scroll-effect a:active {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.btn-scroll-effect a .elementor-button-content-wrapper span.elementor-button-icon{
    align-items: center;
    justify-content: center;
    display: flex;
}


.icon-effect svg{
    margin-left: 22px;
    margin-right: 22px;
    width: 13px;
    height: 13px;
}

.icon-effect .elementor-button-text{
/*     padding-top: 12px; */
/*     padding-bottom: 12px; */
}

.icon-effect .elementor-button-icon{
    transition: 0.3s;
}

.icon-effect a:hover .elementor-button-icon{
    transition: 0.3s;
    background: #C29A5E;
    margin-left: 10px;
	height:56px;
}


.barb-card:before{
    z-index: 1;
    transition: 300ms;
}

.barb-card:hover:before{
    background: #000000B2!important;
    transition: 300ms;
}

.barb-card:after{
    content:"";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #C29A5E; 
    z-index: 10;
    transition: 500ms;
}


.barb-card:hover:after{
    top:6%;
    left: 6%;
    width: 88%;
    height: 88%;
    transition: 500ms;
}

.barb-card{
    overflow: hidden;
    cursor: pointer;
}


.barb-card .barb-container{
    transform: translateY(60px);
    transition: 500ms;
}


.barb-card .h22{
    visibility: hidden;
    transition: 150ms;
}

.barb-card:hover .h22{
    visibility: visible;
    transition: 500ms;
}

.barb-card:hover .barb-container{
    transform: translateY(-10px);
}

.barb-card:hover img{
    transform: scale(1.1);
    transition: 500ms;
}


.barb-card img{
 transition: 500ms;   
}

.modula-item-content{position:relative;	transition:300ms ease-out;}
.modula-item-content:hover:before{
	content: "";
    width: 100%;
    height: 100%;
    z-index: 5;
	background:#000000B2;
	    position: absolute;
	transition:300ms ease-in;
}
.modula-item-content:hover:after {
    content: "";
    width: 80%;
    height: 80%;
    border: 2px solid #C29A5E;
    top: 10%;
    left: 10%;
    position: absolute;
    z-index: 8;
		transition:300ms ease-in;
}

html body .modula .modula-items .modula-item .modula-item-content>a{
    display: flex!important;
    align-items: center;
    justify-content: center;
}

html body .modula .modula-items .modula-item .modula-item-content>a button{
	visibility:hidden;
	border: 1px solid #C29A5E;
	border-radius: 0;
	border-left: 0;
	border-right: 0;
	color: white;
	font-weight: 700;
	padding: 10px 0;
    background: transparent;
	    height: 48px;
}

.modula-item-content>a button .elementor-button-content-wrapper{
	flex-direction: row-reverse;
}

.modula-item-content>a .icon-effect button svg {
    margin-left: 20px;
	margin-right: 16px;
}

html body .modula .modula-items .modula-item .modula-item-content:hover > a button{
	visibility:visible;
}


@media(max-width:767px){
	.btn-scroll-effect a {
		height:44px;
	}
	.icon-effect a:hover .elementor-button-icon{
		height:44px;
	}
	
	.icon-effect svg {
    	margin-left: 16px;
		margin-right: 16px;
	}
	
	.modula-item-content>a .icon-effect button svg {
    margin-left: 12px;
    margin-right: 12px;
	}
}


