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


.card-team{
	transition: all ease 300ms !important;
}

.card-team::before{
	background-image: none !important;
}

.card-team::after{
	content: "";
	background: none;
    backdrop-filter: blur(0);
    width: 100%;
    height: 100%;
    position: absolute;
	transition: all ease 300ms !important;
}

.card-team:hover::after{
	background: rgba(255, 255, 255, 0.20);
	backdrop-filter: blur(4px);
}

.card-team:hover::before{
	background-image: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%) !important;
}

.card-team-image{
	filter: grayscale(100%);
	transition: all ease 300ms !important;
}

.card-team:hover .card-team-image{
	filter: grayscale(0);
}

.card-team-link{
	opacity: 0;
	transition: all ease 300ms !important;
}

.card-team:hover .card-team-link{
	opacity: 1;
}

.card-team:hover{
	background: #DEDEDE;
	backdrop-filter: blur(4px);
	border-radius: 0 0 0 330px;
}


.logo-grid img{
    filter: grayscale(1) opacity(0.6);
    mix-blend-mode: luminosity;
}

.logo-grid:hover img{
        filter: blur(20px) invert(1);
    opacity: .6;
}

.logo-grid-text{
    opacity: 0;
}

.logo-grid:hover .logo-grid-text{
    opacity: 1;
}

main {
	padding-top: 90px;
}

@media(max-width: 768px){
	main {
	padding-top: 60px;
	}
}
