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


body {
	font-family: 'Poppins', sans-serif;
}

.gradient-background {
	background: linear-gradient(224deg, #ffffff, #a6b0a6, #90a9b7, #d0c6c6);
    background-size: 800% 800%;
    -webkit-animation: BgAnim 30s ease infinite;
    -moz-animation: BgAnim 30s ease infinite;
    animation: BgAnim 30s ease infinite;
}

.jet-popup__container-content {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.asban_tabs {
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	font-family: inherit !important;
}

.asban_tabs ul {
	display: flex !important;
	align-items: stretch !important;
	justify-content: center !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.asban_tabs ul li {
	display: flex !important;
	flex: 1 !important;
	justify-content: center !important;
	border: none !important;
	margin: 0 5px !important;
	border-radius: 35px !important;
	background: #344c5e !important;
	transition: all 0.5s ease !important;
	max-width: 20% !important;
}

.asban_tabs ul li:hover {
	background: #d8e2ea !important;
}

.asban_tabs ul li:hover a {
	color: #344c5e !important;
}

.asban_tabs ul li.ui-tabs-active {
	background: #d8e2ea !important;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 25%) !important;
}

.asban_tabs ul li.ui-tabs-active a {
	color: #344c5e !important;
}

.asban_tabs ul li a {
	display: flex !important;
	width: 100% !important;
	justify-content: center !important;
	padding: 17px 45px 15px 45px !important;
	color: #ffffff !important;
	text-transform: uppercase !important;
	font-size: 1.063rem !important;
	line-height: 1em;
	font-weight: 600 !important;
	border-radius: 35px !important;
	transition: all 0.5s ease !important;
}

.asban_tabs .ui-tabs-panel {
	padding: 25px 0 0 0 !important;
}

.asban_tabs .ui-tabs-panel .asban_tab_wrap {
	display: flex !important;
	flex-direction: column;
	justify-content: center !important;
	position: relative !important;
	align-items: center;
	width: fit-content !important;
	padding: 15px 35px 95px 35px !important;
	margin: 0 auto !important;
	background-color: #344c5e !important;
	min-width: 70% !important;
	box-shadow: 2px 2px 10px 0 rgb(0 0 0 / 35%) !important;
	min-height: 325px !important;
	gap: 15px !important;
	border-radius: 20px !important;
	overflow: hidden !important;
}

.asban_tabs .ui-tabs-panel .asban_tab_content {
	text-align: center !important;
	font-size: 1.563rem !important;
	font-weight: 500;
	color: #ffffff !important;
}

.asban_tabs .asban_audio {
	display: flex;
	justify-content: center;
	padding: 20px 10px;
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #2d4252;
	min-height: 95px;
}

[data-elementor-type] {
	height: 100%;
}

@-webkit-keyframes BgAnim {
    0%{background-position:0% 0%}
    50%{background-position:93% 100%}
    100%{background-position:0% 0%}
}
@-moz-keyframes BgAnim {
    0%{background-position:0% 0%}
    50%{background-position:93% 100%}
    100%{background-position:0% 0%}
}
@keyframes BgAnim {
    0%{background-position:0% 0%}
    50%{background-position:93% 100%}
    100%{background-position:0% 0%}
}