@font-face {
	font-family: 'Corbel';
	src: url('../fonts/corbel.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Corbel';
	src: url('../fonts/corbelb.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Corbel';
	src: url('../fonts/corbeli.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Corbel';
	src: url('../fonts/corbelz.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #24282e;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #717a89;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
	background: #5a6472;
}


* {
	scrollbar-width: thin;
	scrollbar-color: var(--eazySecondary) #24282e;
}

#loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--eazyWhite);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

#loading-icon {
	width: 50px;
	height: 50px;
	background-image: url('../img/logo/eazyClub/eazyClub_Logo_Logo_Icon_positiv.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
	animation: scaleRotate 3s ease-in-out forwards;
}

.section-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
}

.section-header h2 {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.section-header h2::before,
.section-header h2::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 40px;
	height: 1px;
	background-color: var(--eazySecondary);
}

.section-header h2::before {
	left: -5px;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
}

.section-header h2::after {
	right: -5px;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.spinner {
	width: 120px;
	height: 120px;
	border: 8px solid rgba(0, 0, 0, 0.1);
	border-top-color: var(--eazySecondary);
	border-radius: 50%;
	position: absolute;
	animation: spin 1s linear infinite;
	z-index: 1;
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes scaleRotate {
	0% {
		transform: scale(0.5) rotate(0deg);
		opacity: 0.5;
	}

	50% {
		transform: scale(1.5) rotate(180deg);
		opacity: 1;
	}

	100% {
		transform: scale(1) rotate(0deg);
		opacity: 1;
	}
}

@keyframes fadeOut {
	to {
		opacity: 0;
		visibility: hidden;
	}
}


:root {
	scroll-behavior: smooth;

	--eazyPrimary: #6DDCCF;
	--eazySecondary: #1059C0;
	--eazySpecial: #A259FF;
	--eazyWhite: #F6F9FC;
	--eazyBlack: #1C1F2A;

	--primary: #001a80;
	--primary-rgba: rgba(0, 26, 128, 0.5);
	--secondary: #ef781a;
	--dark: #24282e;
	--p-color: white;
	--h2-color: #004DFF;
	--light-color: #0099FF;
	--container: #000d3d;
	--background: #f9f9f9;
	--header: #555;
	--section-header: black;

}

::selection {
	background-color: var(--eazyPrimary);
	color: var(--eazyWhite);
}

::-moz-selection {
	background-color: var(--eazyPrimary);
	color: var(--eazyWhite);
}

::-webkit-scrollbar {
	display: none;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

h2 {
	font-family: 'Corbel', sans-serif;
	font-weight: bold;
	font-style: normal;
}

p {
	font-family: 'Corbel', sans-serif;
	font-weight: normal;
	font-style: normal;
}

body {
	font-family: 'Corbel';
	font-weight: normal;
	color: #444444;
	background: var(--eazyWhite);
	animation: fadeIn 2s ease-in-out;
	background-color: var(--eazyWhite);
}

@keyframes fadeIn {
	from {
		opacity: 0;
		background-color: black;
	}

	to {
		opacity: 1;
		background-color: var(--eazyWhite);
	}
}

a {
	color: var(--eazyPrimary);
	text-decoration: none;
}

.marker {

	background: linear-gradient(to right, #4c3444 0%, #8f523f 25%, #ef781a 70%, #8f523f 75%, #4c3444 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;

}

a:hover {
	color: var(--eazySecondary);
	text-decoration: none;
}

main section {
	margin-top: 50px;
	z-index: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Corbel';
	font-weight: bold;
}

form h4 {
	color: var(--eazyPrimary);
}

form label {
	color: var(--eazyWhite)
}

.card_ab {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 400px;
	padding: 20px;
	color: white;
	background: linear-gradient(var(--eazyWhite), var(--eazyWhite)) padding-box,
		linear-gradient(145deg, transparent 35%, #e81cff, #40c9ff) border-box;
	border: 3px solid transparent;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	color: var(--eazyBlack);
	transform-origin: right bottom;
	transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.card_ab::before {
	content: "";
	position: absolute;
	top: 55%;
	left: 50%;
	width: 400px;
	height: 400px;
	background: radial-gradient(circle, rgba(64, 201, 255, 0.25), transparent 70%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
}

.card_ab .main-content {
	flex: 1;
}

.card_ab .header span:first-child {
	font-weight: 600;
	color: var(--eazyBlack);
	margin-right: 4px;
}

.card_ab .heading {
	font-size: 24px;
	margin: 24px 0 16px;
	font-weight: 600;
}

.card_ab .categories {
	display: flex;
	gap: 8px;
}

.card_ab .categories span {
	background-color: #e81cff;
	padding: 4px 8px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 50em;
}

.card_ab .footer {
	font-weight: 600;
	color: var(--eazyBlack);
	;
	margin-right: 4px;
}

.flow {
	position: relative;
	z-index: 1;
}

.flow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 40%;
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(64, 201, 255, 0.25), transparent 70%);
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 0;
}

section {
	padding: 60px 0;
	overflow: hidden;
}

.section-header {
	text-align: center;
	padding-bottom: 40px;
}

.section-header h2 {
	font-size: 2.5rem;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	color: var(--eazyPrimary);
	text-transform: uppercase;

}

.section-header h3 {
	font-size: 1.3rem;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	color: var(--eazyWhite);

}

.section-header p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 2.2rem;
	line-height: 42px;
	font-weight: 700;
	font-family: 'h2', sans-serif;
	color: var(--eazyWhite);
}

@media (max-width: 768px) {
	.section-header p {
		font-size: 28px;
		line-height: 32px;
	}
}


.back-to-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: var(--eazyBlack);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 1.4s;
	box-shadow: 0px 0px 30px var(--eazySecondary)
}

.back-to-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.back-to-top:hover {
	background: linear-gradient(to bottom, var(--eazyPrimary), var(--eazySecondary));

	color: #fff;
}

.back-to-top.active {
	visibility: visible;
	opacity: 1;
}

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}

.read-more {
	color: var(--eazySecondary);
	font-weight: bold;
	text-decoration: none;
	transition: color 0.3s;
}

.read-more:hover {
	color: var(--eazyPrimary);
}

.buttonrq {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.6em 2em;
	border: none;
	outline: none;
	color: white;
	background: #111;
	cursor: pointer;
	border-radius: 10px;
	position: relative;
	z-index: 0;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	gap: 0.5em;
}

.buttonrq:before {
	content: "";
	background: linear-gradient(45deg,
			var(--eazyPrimary),
			var(--eazySecondary),
			var(--eazySpecial));
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing-buttonrq 20s linear infinite;
	transition: opacity 0.3s ease-in-out;
	border-radius: 10px;
}

@keyframes glowing-buttonrq {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 400% 0;
	}

	100% {
		background-position: 0 0;
	}
}

.buttonrq:after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #222;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.getstarted {
	display: inline-flex;
	align-items: center;
	justify-content: center;

	border: none;
	outline: none;
	color: white;
	background: #111;
	cursor: pointer;
	border-radius: 10px;
	position: relative;
	z-index: 0;
	font-size: 1.1rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;

}

.getstarted:before {
	content: "";
	background: linear-gradient(45deg,
			var(--eazyPrimary),
			var(--eazySecondary),
			var(--eazySpecial));
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing-buttonrq 20s linear infinite;
	transition: opacity 0.3s ease-in-out;
	border-radius: 10px;
}

@keyframes glowing-buttonrq {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 400% 0;
	}

	100% {
		background-position: 0 0;
	}
}

.getstarted:after {
	z-index: -1;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #222;
	left: 0;
	top: 0;
	border-radius: 10px;
}

.buttonrq .arrow {
	font-size: 1.6em;
	margin-left: 0.6em;
	font-weight: bolder;
	background: linear-gradient(45deg,
			var(--eazyPrimary),
			var(--eazySecondary),
			var(--eazySpecial));
	background-size: 400%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	animation: glowing-arrow 20s linear infinite;
}

.buttonrq a {
	color: var(--eazyWhite);
}

.buttonrq a:hover {
	color: var(--eazyPrimary);
}

@keyframes glowing-arrow {
	0% {
		background-position: 0% 0%;
	}

	50% {
		background-position: 400% 0%;
	}

	100% {
		background-position: 0% 0%;
	}
}

.header {
	transition: all 0.5s;
	z-index: 997;
	padding: 20px 0;
	background: var(--eazyBlack);
}

.header.header-scrolled {
	padding: 15px 0;
	box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);

	backdrop-filter: blur(10px);
}

@media (max-width: 768px) {
	.header.header-scrolled {
		padding: 15px 0;
		box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);

		color: var(--eazyBlack);
	}
}

.header .logo {
	line-height: 0;
}

.header .logo img {
	max-width: 200px;
	height: auto;
	object-fit: contain;
}

.header .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--h2-color);
	font-family: 'Corbel';
	font-weight: normal;
	margin-top: 3px;
}


.navbar {
	padding: 0;
}

.navbar ul {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	align-items: center;
	gap: 40px;
	list-style: none;
	margin: 0;
	padding: 0;

}

.navbar li {
	position: relative;
}

.navbar a,
.navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 30px;
	font-family: 'Corbel';
	font-size: 16px;
	font-weight: 700;
	color: var(--eazyWhite);
	white-space: nowrap;
	transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	color: var(--eazySecondary);
}


.navbar .dropdown ul {
	display: block;
	position: absolute;
	left: 14px;
	top: calc(100% + 30px);
	margin: 0;
	padding: 10px 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
}

.navbar .dropdown ul li {
	min-width: 200px;
}

.navbar .dropdown ul a {
	padding: 10px 20px;
	font-size: 15px;
	text-transform: none;
	font-weight: 600;
}

.navbar .dropdown ul a i {
	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
	color: var(--eazySecondary);
}

.navbar .dropdown:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.navbar .megamenu {
	position: static;
}

.navbar .megamenu ul {
	margin-top: 5px;
	right: 0;
	padding: 10px;
	display: flex;
}

.navbar .megamenu ul li {
	flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
	color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
	color: var(--eazySecondary);
}

.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
	visibility: visible;
}

@media (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

.mobile-nav-toggle {
	color: var(--eazyPrimary);
	font-size: 28px;
	cursor: pointer;
	display: none;
	line-height: 0;
	transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
	color: #fff;
}

@media (max-width: 1200px) {
	.mobile-nav-toggle {
		display: block;
		position: relative;
		margin-top: 10px;
		right: 10px;
	}

	.navbar ul {
		display: none;
	}
}

.navbar-mobile {
	position: fixed;
	overflow: hidden;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(1, 22, 61, 0.9);
	transition: 0.3s;
	z-index: 9999;
}

.navbar-mobile .mobile-nav-toggle {
	position: absolute;
	top: 15px;
	right: 15px;
}

.navbar-mobile ul {
	display: block;
	position: absolute;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	padding: 10px 0;
	border-radius: 10px;
	background-color: #fff;
	overflow-y: auto;
	transition: 0.3s;
	z-index: 10000;
}

.navbar-mobile a,
.navbar-mobile a:focus {
	padding: 10px 20px;
	font-size: 15px;
	color: var(--eazyBlack);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
	color: var(--eazySecondary);
}


.navbar-mobile .dropdown ul {
	position: static;
	display: none;
	margin: 10px 20px;
	padding: 10px 0;
	z-index: 1199;
	opacity: 1;
	visibility: visible;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
	min-width: 200px;
}

.navbar-mobile .dropdown ul a {
	padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
	font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
	color: var(--h2-color);
}

.navbar-mobile .dropdown>.dropdown-active {
	display: block;
}

.navbar .getstarted,
.navbar .getstarted:focus {
	background: var(--eazyPrimary);
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
	color: var(--eazyPrimary);
	background: var(--eazyBlack);
}

.hero {
	width: 100%;
	height: 100vh;
	background: var(--background);
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
}

.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: radial-gradient(circle at center, var(--eazySecondary) 0%, transparent 80%);
	opacity: 0.2;
	pointer-events: none;
}

.hero h1 {
	margin: 0;
	font-size: 48px;
	font-weight: 700;
	color: var(--eazyPrimary);
}

.hero h2 {
	color: #444444;
	margin: 15px 0 0 0;
	font-size: 26px;
}

.hero .btn-get-started {
	margin-top: 30px;
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: var(--eazyPrimary);
	box-shadow: 0px 5px 30px var(--eazyBlack);
}

.hero .btn-get-started span {
	font-family: 'Corbel';
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}

.hero .btn-get-started i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}

.hero .btn-get-started:hover i {
	transform: translateX(5px);
}

.hero .hero-img {
	text-align: right;
}

#hero h1 {
	background: linear-gradient(to right, var(--eazyPrimary), var(--eazySecondary));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font-size: 5rem;
	margin-bottom: 20px;
	position: relative;
}

#hero {
	position: relative;
	background: var(--eazyBlack);
	z-index: 1;

}

.hero-text {
	max-width: 650px;
}

.hero-text h1 {
	color: var(--eazyPrimary);
	font-weight: 700;
}

.hero-text p {
	color: #f2f2f2;
	font-size: 1.1rem;
	line-height: 1.6;
}

.floating-img {
	width: 600px;
	height: auto;
	animation: float 4s ease-in-out infinite;
}


#hero #cursor {
	width: 3.5px;
	height: 60px;
	background-color: gray;
}

#hero p {
	font-size: 1.65em;
	margin-top: 20px;
	max-width: 1100px;
	color: #333;
}

#hero .btn-get-started {
	margin-top: 30px;
	padding: 10px 25px;
	background-color: var(--eazyPrimary);
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

#hero .btn-get-started:hover {
	background-color: var(--eazySecondary);
}

#hero .btn-get-started i {
	margin-left: 10px;
	font-size: 1.2rem;
}

@media (max-width: 768px) {
	#hero h1 {
		font-size: 4rem;
		line-height: 1.2;
	}

	#hero #cursor {
		height: 40px;
	}

	#hero p {
		font-size: 1.4em;
		max-width: 90%;
	}

	#hero .btn-get-started {
		padding: 8px 20px;
		font-size: 1rem;
	}
}

@media (max-width: 480px) {
	#hero h1 {
		font-size: 2.5rem;
	}

	#hero #cursor {
		height: 30px;
	}

	#hero p {
		font-size: 1em;
		max-width: 100%;
	}

	#hero .btn-get-started {
		padding: 6px 15px;
		font-size: 0.9rem;
	}
}

@media (min-width: 1024px) {
	.hero {
		background-attachment: fixed;
	}
}

@media (max-width: 991px) {
	.hero {
		height: auto;
		padding: 120px 0 60px 0;
	}

	.hero .hero-img {
		text-align: center;
		margin-top: 80px;
	}

	.hero .hero-img img {
		width: 80%;
	}

	#hero h1 {
		font-size: 2.5rem;
	}

	#hero #cursor {
		height: 30px;
	}

	#hero p {
		font-size: 1.1em;
		max-width: 100%;
	}

	#hero .btn-get-started {
		padding: 8px 20px;
		font-size: 0.9rem;
	}

}


@media (min-width: 1024px) {
	.about::before {
		clip-path: polygon(0%, 5% 0, 100% 95%, 0% 100%);
	}
}

@media (max-width: 991px) {
	.about::before {
		clip-path: none
	}
}

@media (max-width: 768px) {
	.about::before {
		clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
	}
}

@media (max-width: 480px) {
	.about::before {
		clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
	}
}


.about::before {
	content: "";
	position: absolute;
	top: 00px;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
	padding: 50px 0;
	background: var(--eazyBlack);
	z-index: -1;

}

.about {
	z-index: 5;
	position: relative;
	overflow: hidden;


}

.about .content {
	padding: 40px;
}

.about h3 {
	font-size: 14px;
	font-weight: bold;
	background: linear-gradient(to right, var(--eazyPrimary), var(--eazySecondary), var(--eazyPrimary));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-transform: uppercase;
}


.about h2 {
	font-size: 24px;
	font-weight: 700;
	color: var(--eazyPrimary);
}

.about p {
	margin: 15px 0 30px 0;
	line-height: 24px;
}

.about .btn-read-more {
	line-height: 0;
	padding: 15px 40px;
	border-radius: 4px;
	transition: 0.5s;
	color: #fff;
	background: var(--eazyPrimary);
	box-shadow: 0px 5px 25px var(--eazyBlack);
}

.about .btn-read-more span {
	font-family: 'Corbel';
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 1px;
}

.about .btn-read-more i {
	margin-left: 5px;
	font-size: 18px;
	transition: 0.3s;
}

.about .btn-read-more:hover i {
	transform: translateX(5px);
}

.row p {
	font-size: 1.1rem;
	color: var(--header);
	line-height: 1.6;
}

.projects {
	background-color: var(--background);
	padding: 60px 20px;
}

#bg-services {
	position: absolute;
	top: 50px;
	left: 65%;
	transform: translateX(-50%);
	width: 800px;
	max-width: 100%;
	opacity: 0.3;
	z-index: 0;
	pointer-events: none;
}

.gtco-features {
	position: relative;
	overflow: hidden;
	padding: 6rem 0;
	background: #f8f9ff;
}

.gtco-features .container {
	position: relative;
	z-index: 1;
}

.card {
	background-color: #1c1f2a;
	color: white;
	border-radius: 16px;
	padding: 1.5rem 1rem;
	width: 280px;
	height: 300px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	border: none;
}

.card:hover {
	transform: translateY(-6px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.card-title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-top: 1rem;
}


.z-1 {
	position: relative;
	z-index: 1;
}

.card h3 {
	color: var(--eazyPrimary);
}

.card p {
	color: var(--eazyWhite)
}

.marker {
	color: var(--eazySpecial)
}

.eazystats-section {
	position: relative;
	height: 400px;
	width: 100%;
	overflow: hidden;
	margin: 4rem 0;
}

.eazystats-svg-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 100%;
	z-index: 0;
}


.eazystats-content {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: white;
	text-align: center;
	padding: 0 2rem;
	flex-wrap: wrap;
	gap: 3rem;
	padding: 1.5rem 2rem;
	flex-wrap: wrap;
	justify-content: center;
}

.stat {
	margin: 0 1rem;
}

.stat h2 {
	font-size: 3.2rem;
	font-weight: 800;
	color: var(--eazyPrimary);
	margin-bottom: 0.3rem;
}

.stat p {
	font-size: 1rem;
	line-height: 1.4;
	max-width: 200px;
	margin: 0 auto;
}


.hero {
	z-index: -1
}


@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.footer {
	background: 111849;
	padding: 0 0 30px 0;
	font-size: 14px;
}

.footer p {
	color: var(--eazyWhite);
}

.footer .footer-top {
	background: var(--background);
	background-size: contain;
	border-radius: 5px;
	border-top: 1px solid var(--background);
	border-bottom: 1px solid var(--background);
	padding: 60px 0 30px 0;
}

@media (min-width: 992px) {
	.footer .footer-top {
		background-position: center bottom;
	}
}

.footer .footer-top .footer-info {
	margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
	line-height: 0;
	margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
	max-height: 40px;
	margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	color: var(--eazyPrimary);
	font-family: 'Corbel';
	margin-top: 3px;
}

.footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: 'Corbel';
	font-weight: normal;
}

.footer .footer-top .social-links a {
	font-size: 20px;
	display: inline-block;
	color: var(--eazyPrimary);
	line-height: 0;
	margin-right: 10px;
	transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
	color: var(--eazySecondary);
}

.footer .footer-top h4 {
	font-size: 16px;
	font-weight: bold;
	color: var(--eazyPrimary);
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}

.footer .footer-top .footer-links {
	margin-bottom: 30px;
	margin-top: 175px;
}

.footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-top .footer-links ul i {
	padding-right: 2px;
	color: var(--eazySecondary);
	font-size: 12px;
	line-height: 0;
}

.footer .footer-top .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}

.footer .footer-top .footer-links ul a {
	color: var(--eazyPrimary);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
	color: var(--eazySecondary);
}

.footer .footer-top .footer-contact p {
	line-height: 26px;

}

.footer .copyright {
	text-align: center;
	padding-top: 30px;
	color: var(--eazyPrimary);
}

.footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	color: var(--eazyPrimary);
}

.footer .footer-links {
	margin-bottom: 30px;
}

.footer .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer .footer-links ul i {
	padding-right: 2px;
	color: #d0d4fc;
	font-size: 12px;
	line-height: 0;
}

.footer .footer-links ul li {
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.footer .footer-links ul a {
	color: var(--eazyPrimary);
	transition: 0.3s;
	display: inline-block;
	line-height: 1;
}

.footer .footer-links ul a:hover {
	color: var(--eazySecondary);
}


@media (max-width: 991px) {
	.footer .footer-links {
		margin-top: 0px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.footer .footer-links ul {
		margin-bottom: 20px;
	}

	.footer .footer-contact {
		margin-top: 20px;
		text-align: center;
	}
}


@media (max-width: 480px) {
	.footer {
		padding: 30px 0;
	}

	.footer .footer-info {
		margin-bottom: 15px;
	}

	.footer .footer-info p {
		font-size: 0.85rem;
	}

	.footer .footer-links {
		margin-top: 0px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer .footer-links ul {
		margin-bottom: 20px;
	}

	.footer .footer-contact h4 {
		font-size: 1.1rem;
	}

	.footer .footer-contact p {
		font-size: 0.9rem;
	}

	.footer .footer-contact {
		margin-top: 20px;
		text-align: center;
	}
}

@media (max-width: 576px) {
	.stat h2 {
		font-size: 2rem;
	}

	.stat p {
		font-size: 0.9rem;
	}
}


@media (max-width: 767.98px) {
	.floating-img {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	.hero-text {
		text-align: center;
	}

	.hero-text h1 {
		font-size: 2rem;
	}

	.hero-text p {
		font-size: 1rem;
	}

	.buttonrq {
		flex-direction: column;
		padding: 0.8em 1.2em;
		font-size: 1rem;
	}

	section {
		padding: 30px 15px;
	}

	.section-header h2 {
		font-size: 1.8rem;
	}

	.section-header p {
		font-size: 1.2rem;
		line-height: 1.4;
	}

	.hero {
		height: auto;
		padding: 80px 20px 40px 20px;
		text-align: center;
	}

	.hero .container {
		flex-direction: column;
		gap: 2rem;
	}

	.hero-text {
		text-align: center;
		max-width: 100%;
	}

	.hero-text h1 {
		font-size: 2rem;
		line-height: 1.3;
	}

	.hero-text p {
		font-size: 1rem;
		line-height: 1.6;
	}

	.buttonrq {
		font-size: 1rem;
		padding: 0.6rem 1.2rem;
		flex-direction: row;
	}

	.hero-image img.floating-img {
		width: 80%;
		max-width: 300px;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	.gtco-features .card {
		width: 100%;
		max-width: 350px;
	}

	.gtco-features .col-lg-8 {
		flex-direction: column;
		align-items: center;
	}

	.footer {
		padding: 40px 0;
	}

	.footer .footer-info {
		margin-bottom: 20px;
		text-align: center;
	}

	.footer .footer-info img {
		margin: 0 auto 15px auto;
	}

	.footer .footer-info p {
		font-size: 0.9rem;
	}

	.footer .footer-links {
		margin-top: 0px;
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer .footer-links ul {
		text-align: center;
		margin-bottom: 20px;
	}

	.footer .footer-contact {
		margin-top: 20px;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.hero {
		padding: 4rem 1rem 2rem;
		text-align: center;
	}

	#hero {
		height: 100vh
	}

	.hero .container {
		flex-direction: column;
		gap: 2rem;
	}

	.hero-text {
		max-width: 100%;
		padding: 0 1rem;
	}

	.floating-img {
		max-width: 300px;
		margin: 0 auto;
	}

	.buttonrq {
		font-size: 1rem;
		padding: 0.75em 1.2em;
		flex-direction: row;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	.buttonrq:before {
		filter: blur(3px);
		-webkit-filter: blur(3px);
		background: linear-gradient(45deg,
				var(--eazyPrimary),
				var(--eazySecondary),
				var(--eazySpecial));
		background-size: 200%;
		animation: glowing-buttonrq 8s linear infinite;
		opacity: 0.6;
	}

	.hero-image {
		width: 90%;
		transform: translateY(-60px);
		margin: 0 auto;
	}

	.buttonrq .arrow {
		font-size: 1.4em;
		margin-left: 0.3em;
		font-weight: bolder;
		background: linear-gradient(45deg,
				var(--eazyPrimary),
				var(--eazySecondary),
				var(--eazySpecial));
		background-size: 400%;
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		-webkit-text-fill-color: transparent;
		animation: glowing-arrow 20s linear infinite;
	}

	.buttonrq {
		font-size: var(--fs-base);
		padding: 0.55em 1.0em;
	}

	.mobile-nav-toggle {
		display: flex;
		margin-top: -0px;
		align-items: center;
		justify-content: center;
		height: 100%;
		font-size: 2rem;
		color: var(--eazyWhite);
		cursor: pointer;
	}

}

@media (max-width: 768px) {
	.about-section #eazyClub {
		padding: 1.5rem;
		height: 100%
	}

}

@media (max-width: 991px) {
	.gtco-features .row {
		flex-direction: column;
		align-items: center;
	}

	.gtco-features .card {
		width: 100%;
		max-width: 350px;
		margin: 1rem 0;
	}

	.gtco-features h2 {

		text-align: center;
	}

	.gtco-features p {
		text-align: center;
		font-size: var(--fs-sm);
	}

	#bg-services {
		display: none;
	}
}

@media (max-width: 991px) {
	.gtco-features .row {
		margin-left: 0;
		margin-right: 0;
		flex-direction: column;
		align-items: center;
	}

	.gtco-features .col-lg-8 {
		width: 100%;
		max-width: 100%;
		flex: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}


	.gtco-features .card[style] {
		margin-top: 0 !important;
		margin-left: 0% !important;
	}
}


.eazystats-section {
	position: relative;
	overflow: hidden;
}

.eazystats-svg-wrapper {
	position: absolute;
	top: 0;
	z-index: 0;
}

.eazystats-content {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	padding: 1.5rem 2rem;
	height: 100%;
	color: white;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}


.eazystats-content .stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


@media (max-width: 968px) {

	.eazystats-svg-wrapper {
		display: none;
	}


	.eazystats-content {
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
}

@media (max-width: 1200px) {
	.eazystats-section {
		background: var(--eazyBlack);
		padding: 3rem 1rem;
	}

	.eazystats-svg-wrapper {
		display: none;
	}

	.eazystats-content {
		background: none;
		box-shadow: none;
		border-radius: 0;
		gap: 2rem;
		grid-template-columns: repeat(2, 1fr);
	}

	.getstarted {
		width: 50%;
		left: -10px
	}

	.contact-section {
		height: 100% !important
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.eazystats-svg-wrapper {
		margin-left: 5px;
		height: 100%;
		width: 100%
	}

	.eazystats-svg-wrapper svg {
		height: 100%;
		width: 100%
	}
}