/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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 */
.top_banner_center_bg_circle{
	left: 50% !important;
	transform: translatex(-50%);
}
.footer_menus .eael-item-active{
	background-color: transparent !important;
}
.hard_inter_font pre{
	font-family: "Inter", Sans-serif !important;
	margin: 0;
}
.fixed_size_icons{
	height: 50px;
	width: 50px;
}
.fixed_size_icons .elementor-widget-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fixed_size_icons .elementor-icon-wrapper{
	display: flex;
}
.blur_containers{
    opacity: 0.88;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}
.gradient_text_1 .gradient-part,
.gradient_text_2 .gradient-part,
.gradient_text_3 .gradient-part,
.gradient_text_4 .gradient-part,
.gradient_text_5 .gradient-part,
.gradient_text_6 .gradient-part{
/*   background: linear-gradient(270deg, #36C1ED, #ffffff); */
	background: linear-gradient(90deg, #ffffff -10%, #43d2ff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.logos_section {
	position: relative;
}

.logos_section::before,
.logos_section::after {
	position: absolute;
	content: '';
	left: 0;
	width: 100%;
	opacity: 0.5;
	height: 1px;
	background: linear-gradient(
		to right,
		rgba(255, 255, 255, 0),   /* transparent at start */
		rgba(255, 255, 255, 1),   /* fully visible in center */
		rgba(255, 255, 255, 0)    /* transparent at end */
	);
}

.logos_section::before {
	top: 0;
}

.logos_section::after {
	bottom: 0;
}
.blur_containers:hover{
	min-height: 455px;
	background-color: #EDF5F7 !important;
}
.blur_containers_heading .elementor-heading-title{
	transition: color 0.4s ease-in-out;
}
.fixed_size_icons{
	transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}
.blur_containers_inner{
	transition: all 0.5s ease-in-out;
}
.blur_containers:hover .blur_containers_heading .elementor-heading-title{
	color: #1B273E !important;
}
.blur_containers:hover .fixed_size_icons{
	display: none;
}
.blur_containers:hover .blur_containers_text{
	display: block;
}
.blur_containers:hover .blur_containers_inner{
	display: block;
}
.blur_containers_text{
	display: none;
	transition: all 0.5s ease-in-out;
}

@media(max-width: 1024px){
	.home_banner_image{
		position: static !important;
	}	
	.blur_containers:hover{
		min-height: 350px !important;
	}
}
@media (min-width: 1024px) and (max-width: 1220px) {
	.home_banner_image{
		width: 40% !important;
	}
	.header_banner_meta{
		width: 55% !important;
	}
}