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

/* ASBAN Style */

/* Hero Section */
.hero_wrap {
	-webkit-mask-image: url("/wp-content/uploads/2026/05/mask-1.webp");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 120% 120%;
	-webkit-mask-position: bottom center;	
}

.hero_wrap:before {
	content: '';
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(253,198,95);
	background: linear-gradient(180deg, rgba(253,198,95,1) 0%, rgba(249,174,106,1) 25%, rgba(234,116,130,1) 50%, rgba(179,69,164,1) 75%, rgba(139,52,149,1) 100%);
	opacity: 0.55;
	z-index: 1;
}
.hero_wrap_white {
	-webkit-mask-image: url("https://abenakiaventure.com/wp-content/uploads/2024/03/hero-mask-1-white.webp");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 120% 120%;
	-webkit-mask-position: bottom center;	
}

.hero_wrap_white:before {
	content: '';
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(253,198,95);
	background: linear-gradient(180deg, rgba(253,198,95,1) 0%, rgba(249,174,106,1) 25%, rgba(234,116,130,1) 50%, rgba(179,69,164,1) 75%, rgba(139,52,149,1) 100%);
	opacity: 0.55;
	z-index: 1;
}


/* Scroll Bar custom */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}
::-webkit-scrollbar-corner {
	background: transparent;
}
::-webkit-scrollbar-thumb {
	background: #36214B;
	border: 0px none #36214B;
	border-radius: 0px;
}
::-webkit-scrollbar-track {
	background: #FDC65F;
	border: 0px none #FDC65F;
	border-radius: 0px;
}

/* Custom button */
.elementor-button {
	font-family: "DK Longreach", Sans-serif !important;	
}

.elementor-button-icon svg {
	width: 40px;
	margin-right: -2px;
}

.elementor-button-content-wrapper {
	align-items: center;
}

span.elementor-button-text {
	padding-left: 30px;
	padding-right: 15px;
}

/* Toogle Button */
#toogle-menu-btn .elementor-button-icon svg {
	width: 22px;
	height: 28px;
	margin-right: 0;
}

/* Main Menu */
.menu-wrap {
	-webkit-mask-image: url(/wp-content/uploads/2026/05/mask-1.webp);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 120% 120%;
	-webkit-mask-position: bottom center;
	background: linear-gradient(135deg, #9266CC, #6dd5ed);
}

.main-menu ul.e-n-menu-heading {
	display: flex;
	flex-direction: column;
}

.main-menu .e-n-menu-title .e-n-menu-icon {
	opacity: 0;
	transition: opacity 0.4s ease;
}

.main-menu .e-n-menu-title:hover .e-n-menu-icon {
	opacity: 1;
}

.main-menu .e-n-menu-item {
	flex-direction: column;
}

body:not(.elementor-editor-active) .main-menu .e-n-menu-content > .e-con:not(.e-active) {
	display: block !important;
	background-color: transparent;
}

.main-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
	display: block !important;
	position: relative !important;
	width: 100% !important;
	left: 0 !important;
}

.main-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content .e-con-inner {
	padding: 0;
}

/* Heading */
.hero-heading span {
	font-family: "Billion Dreams", Sans-serif;
	font-size: 100px;
}

.content-heading span {
	font-family: "Billion Dreams", Sans-serif;
	font-size: 65px;
	line-height: 0.7;
	text-transform: lowercase;
	display: block;
}

@media(max-width: 1024px) {
	.main-menu .e-n-menu-item .e-n-menu-title {
		transition: none !important;
		animation: none !important;
		transform: none !important;
	}
	.menu-wrap {
		-webkit-mask-size: 150% 120%;
	}
	.hero-heading span {
		font-size: 80px;
	}
	.content-heading span {
		font-size: 55px;
	}
}

@media(max-width: 767px) {
	.menu-wrap {
		-webkit-mask-size: 150% 120%;
	}
	.hero-heading span {
		font-size: 40px;
	}
	.content-heading span {
		font-size: 50px;
	}
}