@charset "UTF-8";

:root {
	--page-width: 1200px;
	--fluid-container-width: 1600px;
	--color-white: #ffffff;
	--heading-weight: 700;
	--bls-transition: all 0.3s ease;
	--bls-transform: scale(1.04);
	--bs-gutter-x: 2rem;
	--shadow: 5px 0 30px 0 rgba(0, 0, 0, 0.08);
	--color-primary: #747ab9;
	--color-border: rgba(113, 97, 159, 0.25);
	--body-bg-color: #23261b;
	--body-color: #b4bcd0;
	--body-font-size: 1.5rem;
	--body-weight: 300;
	--section-pt: 10px;
	--section-pb: 50px;
	--section-spacing: 50px;
	--color-heading: var(--color-white);
	--color-link: var(--color-white);
	--btn-padding: 1.5rem 2rem;
	--btn-font-size: 1.6rem;
	--btn-color: var(--color-white);
	--btn-bg: var(--color-primary);
	--btn-border-color: var(--color-primary);
	--btn-radius: 30px;
	--btn-outline-border-color: var(--color-white);
	--btn-outline-color: var(--color-white);
	--swiper-pagination-bullet-size: 5px;
	--swiper-pagination-bullet-inactive-opacity: 1;
	--swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.4);
	--swiper-theme-color: var(--color-white);
	--swiper-pagination-bullet-horizontal-gap: 12px;
	--swiper-navigation-sides-offset: 0;
	--width-blur: 500px;
	--height-blur: 500px;
	--top-blur: 160px;

	--opacity-blur: 0.5;
	--aspect-ratio: 16 / 9; /* Definizione della variabile */
	--duration-extra-long: 600ms;
	--animation-slide-in: slideIn var(--duration-extra-long)
		cubic-bezier(0, 0, 0.3, 1) forwards;
}
.zog_layout {
	display: flex;
	flex-wrap: wrap; /* Permette di andare a capo se necessario */
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 20px;
}

.left_box {
	flex: 70%; /* Occupa il 70% dello spazio */
	max-width: 1200px;
	text-align: left;
	margin-bottom: 50px;
}

.right_box2 {
	padding-top: 0px;
	flex: 30%; /* Occupa il 30% dello spazio */
	text-align: right;
	margin-bottom: 50px;
}

.right_box3 {
	padding-top: 75px;
	flex: 30%; /* Occupa il 30% dello spazio */
	text-align: left;
	margin-bottom: 50px;
}

.right_box {
	padding-left: 50px;

	margin-bottom: 50px;
	padding-right: 50px;
	flex: 70%; /* Occupa il 70% dello spazio */
	text-align: left;
	margin-left: auto;
}

.title_left {
	text-align: left; /* Titolo allineato a sinistra */
	font-size: 6rem !important;
	line-height: 6.3rem !important;
	padding-top: 20px;
	padding-bottom: 20px;
}

.desc_right {
	text-align: left; /* Testo allineato a sinistra per la descrizione */
	font-size: 23px !important;
	line-height: 2.2rem !important;
	font-weight: 500;
	padding-top: 30px;
	padding-bottom: 30px;
}

.visitor-box__description.lh-1 {
	font-size: 14px;
}
.controlla {
	padding-top: 5px;
}

.black-line {
	display: inline-block;
	margin-right: 5px;
	width: 40px; /* Larghezza della linea */
	height: 1px; /* Spessore della linea */
	background-color: rgb(255, 255, 255);
	vertical-align: middle;
}

.underline {
	background-image: linear-gradient(
		to right,
		#ffffff,
		#ffffff
	); /* Cambia i colori */
	background-size: 100% 2px; /* Altezza della linea */
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px; /* Distanza tra testo e underline */

	display: inline;
	text-decoration: underline !important;
}

.titoletto {
	color: white !important ;
	font-size: 20px;
	display: block;
}
.titolo {
	width: 100%;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: 1.8rem;
	border-style: solid;
	border-color: #ffffff; /* red */
	font-weight: var(--heading-weight);
	color: var(--btn-color);
	transition: var(--bls-transition);
	border-radius: var(--btn-radius);
	border: 0px solid #ffffff;
	display: inline-flex;
	align-items: center;
	position: relative;
}

.features-demo p {
	min-height: 10rem;
}
iframe {
	border: none;
}
@keyframes slideIn {
	from {
		transform: translateY(2rem);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.scroll-trigger.animate-slide-in {
	transition: opacity var(--duration-extra-long) ease-out;
	opacity: 0;
}

.custom_text_html {
	visibility: hidden !important;
}

.slider-heading {
	line-height: 1.5;
	/* Applicato all'elemento h1 */
}

.site-header__logo {
	padding-top: 5px;
	padding-bottom: 5px;
}

.citazione {
	padding-top: 0px;
	font-size: 1.3rem;
	line-height: 1;
	/* Regola line-height all'interno del span */
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
	display: block;
}

.custom-line-height {
	padding-top: 20px;
	font-size: 2.5rem;
	line-height: 1.2;
	/* Regola line-height all'interno del span */
	font-weight: bold;
	margin: 0;
	display: block;
	/* Cambiato a block per applicare il line-height correttamente */
}

.scroll-trigger:not(.scroll-trigger--offscreen).animate-slide-in {
	animation: var(--animation-slide-in);
	animation-delay: calc(var(--animation-order) * 150ms);
}

.navigation ul a {
	font-family: "Yellix", sans-serif;
	--body-font-size: 14px !important;
	font-weight: 600 !important;
	text-transform: uppercase;
}

.button,
a,
button,
mark {
	text-decoration: none;
}

body {
	display: block !important;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	-webkit-tap-highlight-color: #fff0;
}

[style*="--aspect-ratio"] {
	position: relative;
}

[style*="--aspect-ratio"]:before {
	content: "";
	display: block;
	height: 0;
	width: 100%;
	padding-top: calc(100% / (var(--aspect-ratio, 16 / 9)));
}

[style*="--aspect-ratio"] > :first-child {
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

html {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	vertical-align: baseline;
	overflow-x: hidden;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}

body {
	min-height: 100vh;
	margin: 0;
	font-family: "Yellix", sans-serif;
	font-size: var(--body-font-size, 1.4rem);
	font-weight: var(--body-weight);
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeSpeed;
	overflow-wrap: break-word;
	display: flex;
	flex-direction: column;
	background-color: var(--body-bg-color);
	color: var(--body-color);
	background-image: url(../assets/images/bg_body.webp);
	background-repeat: repeat;
	background-size: auto;
	overflow-x: hidden !important;
}

:where(.container, .fluid_container) {
	padding-top: 0px;
	padding-left: var(--bs-gutter-x, 1.5rem);
	padding-right: var(--bs-gutter-x, 1.5rem);
	margin-inline: auto;

	max-width: var(--fluid-container-width); /* Fino a 1600px */
	margin: 0 auto;
}

:where(.stretch_width) {
	padding-left: var(--bs-gutter-x);
	padding-right: var(--bs-gutter-x);
}

/* Dopo 1600px, rimane a 1200px */
@media (min-width: 1601px) {
	.container {
		width: var(--page-width); /* Fissa la larghezza a 1200px */
	}
}

.navigation-mobile a {
	cursor: pointer;
	/* Oppure "cursor: hand;" per compatibilità vecchie */
}

:where(
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		.h1,
		.h2,
		.h3,
		.h4,
		.h5,
		.h6,
		.h0,
		.heading p .p
	) {
	font-family: "Yellix", sans-serif;
	font-weight: var(--heading-weight);
	color: var(--color-heading);
	line-height: 1.1111;
	word-break: break-word;
	font-size: var(--size);
	letter-spacing: -0.002em;
	margin-block-start: calc(var(--size) * 0.7);
	background: var(
		--Linear-text,
		linear-gradient(92deg, #ffffff 0, #c6c1e1 50%, #747ab9 100%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-block-end: calc(var(--size) * 0.7);
}

.barra {
	text-decoration: line-through;
}

:where(h1, .h1),
.h1-size {
	--size: clamp(4.8rem, 3.5vw, 4.8rem);
	letter-spacing: -1.8px;
}

p.mt-0.mb-30 {
	font-family: "Yellix", sans-serif;
}

:where(h2, .h2),
.h2-size {
	font-size: clamp(6.6rem, 5vw, 4.2rem);
	letter-spacing: -1px;
}

:where(h3, .h3) {
	--size: clamp(2.4rem, 2.7vw, 3rem);
	letter-spacing: -0.44px;
	line-height: 1.25;
}

:where(h4, .h4) {
	--size: 2.4rem;
	letter-spacing: -0.44px;
}

:where(h5, .h5) {
	line-height: 1.3111;
	--size: 1.8rem;
	letter-spacing: -0.36px;
}

.lazy {
	background-color: rgba(116, 122, 185, 0.6); /* Colore con trasparenza */
	border-radius: 20px; /* Arrotonda i bordi */
}

:where(h6, .h6) {
	--size: 1.6rem;
	letter-spacing: -0.36px;
}

picture {
	line-height: 0;
	display: block;
}

picture.lazy-picture img {
	display: none;
}

video {
	text-align: center;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
}

:where(img) {
	max-width: 100%;
	height: auto;
	transform: scale(1.005);
	transition: var(--bls-transition);
}

/* Contenitore principale che utilizza Flexbox */
.flex-container {
	display: flex;
	padding-left: var(--bs-gutter-x, 1.5rem);
	padding-right: var(--bs-gutter-x, 1.5rem);
	margin-inline: auto;
	gap: 50px;
	width: 100%;
	min-width: 100%; /* Fino a 1600px */
	margin: 0 auto;
	justify-content: center; /* Centra le colonne orizzontalmente */
	align-items: center; /* Centra le colonne verticalmente */
}

/* Colonna sinistra */
.col-left {
	width: 50%;
	display: flex;
	justify-content: center; /* Centra il contenuto orizzontalmente */
	align-items: center; /* Centra il contenuto verticalmente */
}

/* Colonna destra */
.col-right {
	width: 50%;
	display: flex;
	justify-content: center; /* Centra il contenuto orizzontalmente */
	align-items: center; /* Centra il contenuto verticalmente */
}

/* Per fare in modo che l'immagine si adatti alla colonna destra */
.image-right {
	width: 100%;
	/* Imposta l'immagine per occupare il 100% della colonna */
	height: auto;
	/* Mantiene le proporzioni originali dell'immagine */
}

:where(.btn-primary, .btn-outline) {
	padding: var(--btn-padding);
	font-size: var(--btn-font-size);
	font-weight: 400;
	color: var(--btn-color);
	background-color: var(--btn-bg);
	transition: var(--bls-transition);
	border-radius: var(--btn-radius);
	line-height: 1.65;
	cursor: pointer;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
}

:where(.btn-primary2) {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: var(--btn-font-size);
	font-weight: var(--heading-weight);
	color: var(--btn-color);
	background-color: var(--btn-bg);
	transition: var(--bls-transition);
	border-radius: var(--btn-radius);
	line-height: 1.65;
	cursor: pointer;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
}

.btn-outline {
	--btn-bg: #747ab9 !important;
	--btn-border-color: #b8b2b26b;
	border: 1px solid var(--btn-border-color);
}

.btn-outline:hover,
.template-tab li.active {
	--btn-bg: var(--color-primary);
	--btn-border-color: var(--color-primary);
	color: var(--btn-color);
}

.btn-primary:hover {
	--btn-bg: #747ab9;
	--btn-border-color: #643ed0;
}

@keyframes backgroundAnimation {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.design-tabs__header .tab-title.active,
.template-tab li.active {
	transition: var(--bls-transition);
	background-color: var(--btn-bg);
}

.btn-small {
	--btn-padding: 0.5em 1.5rem;
}

.btn-nomal {
	padding-top: 1rem;
	padding-bottom: 1rem;

	min-width: 20rem;
	display: inline-flex;
	justify-content: center;
}

.btn-large {
	--btn-padding: 1.8rem 5.5rem;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	transition: var(--bls-transition);
	color: var(--color-link);
}

p:only-child {
	margin-block: 0;
}

#responsive-iframe {
	height: 850px; /* Altezza default */
}

@media (max-width: 768px) {
	#responsive-iframe {
		height: 900px; /* Altezza maggiore su tablet */
	}
}

@media (max-width: 300px) {
	#responsive-iframe {
		height: 900px !important; /* Occupa tutto lo schermo su mobile */
	}
}

.row {
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.col-lg-4,
.col-xs-12,
.col-xs-6,
.col-xs-3 {
	position: relative;
	min-height: 1px;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	width: 100%;
}

.row > * {
	margin-bottom: var(--bs-gutter-x);
}

.relative {
	position: relative;
}

.medium-weight {
	font-weight: 500;
}

.semibold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.extrabold {
	font-weight: 800;
}

.text-start {
	text-align: start;
}

.text-end {
	text-align: end;
}

.color-white {
	color: var(--color-white);
}

:where(a:hover) {
	color: var(--color-link-hover);
}

.border {
	border: 1px solid var(--color-border);
}

.border-top-0 {
	border-top: 0;
}

.border-gradient {
	border-top: 1px solid;
	border-image-source: linear-gradient(
		90deg,
		#fff0 0,
		rgb(113 97 159 / 0.5) 50%,
		#fff0 100%
	);
	border-image-slice: 1;
}

.section__pt {
	padding-top: 40px;
}

.section__pb {
	padding-bottom: var(--section-pb);
}

.section__spacing {
	--bs-gutter-x: 2rem;
	margin-bottom: calc(var(--section-spacing) - var(--bs-gutter-x, 0px));
}

.overflow-hidden {
	overflow: hidden;
	will-change: transform;
	display: block;
}

.lh-1 {
	line-height: 1;
}

.flex {
	display: flex;
}

.flex1 {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.inline-flex {
	display: inline-flex;
}

.d-block {
	display: block;
}

.flex-1 {
	flex: 1;
}

.d-grid {
	display: grid;
}

.wrap {
	flex-wrap: wrap;
}

.gap-2 {
	gap: 0.2rem;
}

.gap-5 {
	gap: 0.5rem;
}

.gap-10 {
	gap: 1rem;
}

.gap-15 {
	gap: 1.5rem;
}

.gap-30 {
	gap: 3rem;
}

.z-2 {
	z-index: 2;
}

.align-items-center {
	align-items: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: flex-end;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.height-auto {
	height: auto;
}

.centro {
	display: flex;
	justify-content: center;
	/* Allinea orizzontalmente */

	text-align: center;
	/* Centra il testo */
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.uppercase {
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}
.visitor-box__wrapper2 {
	align-content: center !important;
}
.hover-zoom {
	position: relative;
	overflow: hidden;
	will-change: transform;
	display: block;
}

.hover-zoom:hover img:not(.label) {
	transform: var(--bls-transform);
}

.fs-10 {
	font-size: 1rem;
	text-transform: uppercase;
}

.fs-12 {
	font-size: 1.5rem;
	font-weight: bold;
}

.fs-14 {
	font-size: 1.4rem;
}

.fs-16 {
	font-size: 1.6rem;
}

.fs-18 {
	font-size: 1.8rem;
}

.fs-22 {
	font-size: 2.2rem;
	line-height: 2.8rem !important;
}

.fs-60 {
	font-size: clamp(4rem, 5.8vw, 4rem);
}

.fs-61 {
	font-size: clamp(4.5rem, 5.8vw, 4.5rem);
	line-height: 5.8rem !important;
}

.fs-84 {
	font-size: clamp(2.8rem, 6.7vw, 2.4rem);
	line-height: 3.8rem;
}

.fs-90 {
	font-size: clamp(5rem, 7vw, 9rem);
	font-weight: 900;
}

.fs-100 {
	font-size: clamp(3rem, 7vw, 3rem);
	font-weight: 900;
	padding-right: 20px;
}

.mx-90 {
	margin-left: clamp(5rem, 7vw, 9rem);
	margin-right: clamp(5rem, 7vw, 9rem);
}

.text-highlight {
	color: #747ab9;
	font-weight: 900 !important;
}

.cursor-pointer {
	cursor: pointer;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.mr-10 {
	margin-right: 1rem;
}

.mr-15 {
	margin-right: 1.5rem;
}

.m-0 {
	margin: 0;
}

.mt-0 {
	margin-top: 20px;

	text-align: left;
}

.sede {
	line-height: 1.7rem;
	width: 200px;
	margin-top: 50px;
	text-align: left;
}

.mt-5 {
	margin-top: 0.5rem;
}

.mt-10 {
	margin-top: 1rem;
}

.mt-15 {
	margin-top: 1.5rem;
}

.mt-30 {
	margin-top: 3rem;
}

.mt-50 {
	margin-top: clamp(3rem, 4vw, 5rem);
}

.mt-70 {
	margin-top: clamp(3rem, 5vw, 7rem);
}

.mb-5 {
	margin-bottom: 0.5rem;
}

.mb-10 {
	margin-bottom: 1rem;
}

.mb-15 {
	margin-bottom: 1.5rem;
}

.mb-20 {
	margin-bottom: 2rem;
}

.mb-25 {
	padding-top: 1rem;
	margin-bottom: 2.5rem;
}

.mb-30 {
	margin-bottom: 3rem;
}

.mb-45 {
	margin-bottom: clamp(3rem, 3.8vw, 4.5rem);
}

.p-15 {
	padding: 1.5rem;
}

.py-15 {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.py-30 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.px-50 {
	padding-left: 5rem;
	padding-right: 5rem;
}

.p-20 {
	padding: 1rem;
}

.px-20 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.px-10 {
	padding-left: 1rem;
	padding-right: 1rem;
}

.p-30 {
	padding: 3rem;
}

.pb-30 {
	padding-bottom: 3rem;
}

.pt-20 {
	padding-top: 2rem;
}

.border-radius {
	border-radius: 15px;
}

.border-radius-10 {
	border-radius: 10px;
}

.border-radius-20 {
	border-radius: 20px;
}

.border-radius-50 {
	border-radius: 50%;
}

.bg-dark {
	background: #ffffff08;
	transition: var(--bls-transition);
}

.bg-dark:not(.not-hover):hover {
	background: rgb(255 255 255 / 0.06);
}

.bg-dark-2 {
	background: rgb(255 255 255 / 0.05);
}

.heading-color {
	color: var(--color-heading);
}

.base-color {
	color: var(--body-color);
}

.site-header.header-pinned {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;

	transition: var(--bls-transition);
	z-index: 10;
}

.site-header.hidden {
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}

.site-header.header-pinned .stretch_width {
	border-bottom: 1px solid var(--color-border);
}

.site-header.header-pinned .stretch_width::after {
	content: "";
	background: rgb(19 17 28 / 0.3);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: absolute;
	inset: 0;
	z-index: -1;
}

.menu-label {
	position: relative;
	right: 0px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 2px;
	margin-bottom: 0px;
	padding: 5px 7px;
	line-height: 1;
	background-color: var(--color-primary);
	color: var(--color-white);
}
.white {
	color: white !important;
}

.menu-label:after {
	border: 5px solid #fff0;
	content: "";
	height: 0;
	position: absolute;
	width: 0;
	bottom: 15px;
	left: -10px;
	margin-left: 0;
	transform: translateY(100%);
	transform-origin: 0 0;
	border-right-color: #747ab9;
	border-radius: 1px;
}

@keyframes heartBeat1 {
	0%,
	50% {
		transform: scale(1);
		opacity: 1;
	}

	15% {
		transform: scale(0.8);
	}

	20% {
		transform: scale(0.85);
		opacity: 1;
	}

	35% {
		transform: scale(1.3);
		opacity: 0.6;
	}

	100% {
		transform: scale(1);
	}
}

.theme-label {
	position: absolute;
	right: 2rem;
	top: 2rem;
	z-index: 1;
	pointer-events: none;
	animation: 1.35s linear infinite heartBeat1;
}

@media (max-width: 1177px) {
	.menu-label {
		left: 50px;
		position: relative;
		right: 0px;
		font-size: 8px;
		font-weight: 600;
		border-radius: 2px;
		margin-bottom: 10px;
		padding: 5px 7px;
		line-height: 1;
		background-color: var(--color-primary);
		color: var(--color-white);
	}
	.flex-container {
		display: block;
		padding-left: var(--bs-gutter-x, 1.5rem);
		padding-right: var(--bs-gutter-x, 1.5rem);
		margin-inline: auto;
		gap: 50px;
		width: 100%;
		min-width: 100%; /* Fino a 1600px */
		margin: 0 auto;
		justify-content: center; /* Centra le colonne orizzontalmente */
		align-items: center; /* Centra le colonne verticalmente */
	}

	/* Colonna sinistra */
	.col-left {
		width: 100%;
		display: flex;
		justify-content: center; /* Centra il contenuto orizzontalmente */
		align-items: center; /* Centra il contenuto verticalmente */
	}

	/* Colonna destra */
	.col-right {
		width: 100%;
		display: flex;
		justify-content: center; /* Centra il contenuto orizzontalmente */
		align-items: center; /* Centra il contenuto verticalmente */
	}

	.section__slider {
		padding: 0px 0 0 !important;
	}
	:where(.container, .fluid_container) {
		padding-top: 0px !important;
	}

	.numero_mobile {
		--progress-desktop: 5%;
		flex-wrap: wrap;
		justify-content: center !important;
	}

	.flex {
		flex-wrap: wrap;
		justify-content: flex-start; /* Metti gli altri elementi a sinistra */
	}

	.navigation {
		order: 2; /* Fa sì che la navigazione venga seconda */
	}

	.buynow-btn {
		order: 3; /* Il bottone sarà l'ultimo a destra */
		margin-left: auto; /* Spinge il bottone a destra */
	}

	.d-none-mb {
		display: none !important;
	}

	.ms-flex-none {
		flex: none;
	}

	.site-header .stretch_width {
		padding-bottom: 15px;
	}

	.slider-button-wrapper {
		margin-top: 0px;
		flex-direction: column;
	}

	.navigation-mobile {
		overflow-y: auto;
		overflow-x: hidden;
	}

	.navigation-mobile .menu-content,
	.navigation-mobile .sub-nav,
	.navigation-mobile .subchildmenu,
	.navigation-mobile .submenu {
		padding: 0 15px;
	}

	.navigation .menu-content > li > a {
		font-weight: var(--heading-weight);
		position: relative;
		margin: 0 auto;
	}

	.navigation-mobile .menu-content > li {
		width: 100%;
		padding: 1.5rem 0;
		position: relative;
	}

	.menu-content > li {
		margin: 0 auto;
	}

	.navigation-mobile .bls-menu-item,
	.navigation-mobile .fluid_container,
	.navigation-mobile .row {
		padding: 0;
		margin: 0;
		display: block;
	}

	.navigation-mobile .open-children-toggle {
		top: 0;
		left: 0;
	}

	.navigation-mobile .open-children-toggle::before,
	.navigation-mobile .open-children-toggle::after {
		display: none;
	}

	.navigation-mobile .bls-menu-item,
	.navigation-mobile ul li,
	.navigation-mobile .subchildmenu-header,
	.navigation-mobile .title-submobile {
		border-bottom: 1px solid var(--color-border);
	}

	.navigation-mobile .title-subchildmenu::before,
	.navigation-mobile .title-submobile::before {
		content: "";
		background: url(../assets/images/icon-svg/icon_prev_mobile.svg) no-repeat
			center;
		width: 8px;
		height: 13px;
		display: inline-flex;
		margin-right: 1rem;
		cursor: pointer;
	}

	.navigation-mobile .open-children-toggle.d-none-desktop::before {
		content: "";
		background: url(../assets/images/icon-svg/icon_next_mobile.svg) no-repeat
			center;
		width: 6px;
		height: 12px;
		position: absolute;
		display: inline-flex;
		transform: none;
		margin-top: -6px;
	}

	.navigation-mobile,
	.navigation-mobile .submenu,
	.navigation-mobile .subchildmenu,
	.navigation-mobile .sub-nav {
		position: fixed;
		background-color: var(--body-bg-color);
		top: 0;
		left: 0;
		bottom: 0;
		max-width: 450px;
		width: 100%;
		z-index: 9999;
		transform: translate3d(-104%, 0, 0);
		-webkit-transform: translate3d(-104%, 0, 0);
		transition: var(--bls-transition);
	}

	.navigation-mobile.box-menu,
	.navigation-mobile .open-submenu .submenu,
	.navigation-mobile .open-submenu .sub-nav,
	.navigation-mobile .open-subchildmenu .subchildmenu {
		transform: translateZ(0);
		-webkit-transform: translate3d(0, 0, 0);
	}

	.navigation-mobile .menu-close {
		position: absolute;
		right: 30px;
		top: 20px;
		background: url(../assets/images/icon-svg/icon_sub_close.svg) no-repeat
			center;
		width: 12px;
		height: 12px;
	}

	.open-menu:after {
		top: 0;
		left: 0;
		content: "";
		width: 100%;
		display: block;
		position: fixed;
		height: 100%;
		background: rgb(0 0 0 / 0.5);
		z-index: 999;
		transition: opacity 0.2s cubic-bezier(0, 0, 0.3, 1);
		transition-delay: 0.1s;
	}

	.navigation-mobile .title-mobile {
		background-color: var(--color-primary);
		color: var(--color-white);
		font-size: 14px;
		text-transform: uppercase;
		padding: 1.5rem 3rem;
		font-weight: var(--heading-weight);
	}

	.navigation-mobile .subchildmenu-header,
	.navigation-mobile .title-submobile {
		background-color: var(--color-primary);
		color: var(--color-white);
		padding: 1.5rem 3rem;
		font-weight: var(--heading-weight);
		margin: 0 -3rem;
	}

	.navigation-mobile .bls-menu-item > a,
	.navigation-mobile ul li {
		padding: 1.5rem 0;
		position: relative;
		margin: 0;
	}

	.navigation-mobile .open-subchildmenu .subchildmenu,
	.navigation-mobile .open-submenu .sub-nav,
	.navigation-mobile .open-submenu .submenu {
		max-width: 100%;
	}

	.navigation-mobile .bls-menu-item {
		position: relative;
	}

	.submenu-mobile-header {
		padding: 0 !important;
		position: static !important;
		border-bottom: none !important;
	}
}

@media (max-width: 575px) {
	.d-none-small-mb {
		display: none !important;
	}

	.col-top {
		padding-right: 0px;
	}

	.section__slider {
		padding: 0px 0 0 !important;
	}

	:where(.container, .fluid_container) {
		margin-top: 0px;
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		margin-inline: 0;
		width: 100%;

		/* o il valore che preferisci */
	}

	.loghi {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 10px;
	}

	.loghi img {
		max-width: 100%; /* Si ridimensiona in base al contenitore */
		height: auto; /* Mantiene le proporzioni */
		width: auto; /* Permette il ridimensionamento fluido */
		max-height: 80px; /* Altezza massima per evitare immagini troppo grandi */
	}

	:where(h2, .h2),
	.h2-size {
		font-size: clamp(2.8rem, 1vw, 1.2rem);
		letter-spacing: -1px;
		line-height: 2.8rem;
	}

	:where(.btn-primary, .btn-outline) {
		padding: 15px;
		font-size: 1.3rem;
		font-weight: var(--heading-weight);
		color: var(--btn-color);
		background-color: var(--btn-bg);
		transition: var(--bls-transition);
		border-radius: var(--btn-radius);
		line-height: 1.65;
		cursor: pointer;
		display: inline-flex;
		position: relative;
		white-space: nowrap;
	}

	.section-description {
		margin-top: 40px;
		margin-bottom: 60px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

.topbar {
	background: var(--color-primary);
	height: 35px;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.section__slider {
	padding: 50px 0 0;
}

.slider-button-wrapper .btn-outline {
	--bls-transition: all 0.2s linear;
}

.lazy-section {
	opacity: 0; /* Nascosto inizialmente */
	visibility: hidden; /* Nascosto inizialmente */
	position: relative;
	transition: opacity 1s ease, visibility 1s ease;
}

/* Pseudo-elemento ::after per aggiungere una transizione quando la sezione è visibile */
.lazy-section {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-out, visibility 0s 0.5s;
}

.lazy-section.visible {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease-in, visibility 0s;
}

.slider-button-wrapper .btn-outline:not(:hover) {
	--btn-bg: transparent;
	--btn-border-color: var(--color-white);
}

.slider-heading {
	padding-top: 50px;
	padding-bottom: 0px !important;
	background: linear-gradient(91.85deg, #ffffff 0, #c0afd6 60%, #dfd9e8 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
	display: inline-block;
	letter-spacing: 0px;
	line-height: 1.2rem;
	text-align: left;
	/* Allinea il testo a sinistra */
	width: 100%;
	max-width: 100%;
	/* Assicura che il contenitore si estenda */
}

.slider-text {
	max-width: 55rem;
}

.alfabeto-1::before {
	content: "I";
}
.alfabeto-2::before {
	content: "E";
}

.alfabeto-3::before {
	content: "K";
}
.alfabeto-4::before {
	content: "H";
}

.alfabeto-5::before {
	content: "Ó";
}

.alfabeto-6::before {
	content: "&";
}

.alfabeto::before {
	font-family: "E-commerce", monospace !important;
	font-size: 50px; /* Regola la grandezza */
	line-height: 0px;
	font-weight: 400;
	display: inline-block;
	margin-right: 0px; /* Rimuove qualsiasi margine destro */
	padding-right: 0px; /* Rimuove eventuali padding destro */
}

.ecommerce {
	margin-left: 0px !important;
	margin-top: 0px !important;
	font-family: "Ecommerce", monospace !important;
	font-size: 5px;
	font-weight: 400;
	display: inline-block;

	/* Mantiene la stessa larghezza */
}

/* Numeri */
.symbol-1::before {
	content: "a";
}
.symbol-2::before {
	content: "1";
}
.symbol-3::before {
	content: "2";
}
.symbol-4::before {
	content: "3";
}
.symbol-5::before {
	content: "4";
}
.symbol-6::before {
	content: "5";
}
.symbol-7::before {
	content: "6";
}
.symbol-8::before {
	content: "7";
}
.symbol-9::before {
	content: "8";
}
.symbol-10::before {
	content: "9";
}

/* Lettere A-Z */
.symbol-11::before {
	content: "A";
}
.symbol-12::before {
	content: "B";
}
.symbol-13::before {
	content: "C";
}
.symbol-14::before {
	content: "D";
}
.symbol-15::before {
	content: "E";
}
.symbol-16::before {
	content: "F";
}
.symbol-17::before {
	content: "G";
}
.symbol-18::before {
	content: "H";
}
.symbol-19::before {
	content: "I";
}
.symbol-20::before {
	content: "S";
}
.symbol-21::before {
	content: "K";
}
.symbol-22::before {
	content: "L";
}
.symbol-23::before {
	content: "M";
}
.symbol-24::before {
	content: "N";
}
.symbol-25::before {
	content: "O";
}
.symbol-26::before {
	content: "P";
}
.symbol-27::before {
	content: "Q";
}
.symbol-28::before {
	content: "R";
}
.symbol-29::before {
	content: "S";
}
.symbol-30::before {
	content: "T";
}
.symbol-31::before {
	content: "U";
}
.symbol-32::before {
	content: "V";
}
.symbol-33::before {
	content: "W";
}
.symbol-34::before {
	content: "X";
}
.symbol-35::before {
	content: "Y";
}
.symbol-36::before {
	content: "Z";
}

.symbol::before {
	font-family: "Ecommerce", monospace !important;
	font-size: 5px; /* Regola la grandezza */
	line-height: 0px;
	font-weight: 400;
	display: inline-block;
	margin-right: -5px; /* Rimuove qualsiasi margine destro */
	padding-right: 0; /* Rimuove eventuali padding destro */
}

.arrow1::before {
	content: "d";
}

.arrow::before {
	font-family: "PixArrows", monospace !important;
	font-size: 100px; /* Regola la grandezza */
	line-height: 0px;
	font-weight: 400;
	display: inline-block;
	margin-right: 0px; /* Rimuove qualsiasi margine destro */
	padding-right: 0px; /* Rimuove eventuali padding destro */
}
.arrow-small::before {
	padding-top: 5px;
	font-size: 20px; /* Dimensione piccola */
}

.symbol-large::before {
	margin-left: 5px !important;

	margin-top: 0px !important;
	font-family: "Ecommerce", monospace !important;
	font-size: 50px;
	font-weight: 400;
	display: inline-block;
}

.symbol-medium::before {
	font-size: 20px; /* Dimensione media */
}

.symbol-small::before {
	font-size: 15px; /* Dimensione piccola */
}

@font-face {
	font-family: "E-commerce";
	src: url("E-commerce.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "PixArrows";
	src: url("PixArrows.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "Ecommerce";
	src: url("Ecommerce.woff2") format("woff2");
	font-display: swap;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-MediumItalic.eot");
	src: local("Yellix Medium Italic"), local("Yellix-MediumItalic"),
		url("Yellix-MediumItalic.eot?#iefix") format("embedded-opentype"),
		url("Yellix-MediumItalic.woff2") format("woff2"),
		url("Yellix-MediumItalic.woff") format("woff"),
		url("Yellix-MediumItalic.ttf") format("truetype");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-Medium.eot");
	src: local("Yellix Medium"), local("Yellix-Medium"),
		url("Yellix-Medium.eot?#iefix") format("embedded-opentype"),
		url("Yellix-Medium.woff2") format("woff2"),
		url("Yellix-Medium.woff") format("woff"),
		url("Yellix-Medium.ttf") format("truetype");
	font-weight: 500;
	font-display: swap;

	font-style: normal;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-Regular.eot");
	src: local("Yellix Regular"), local("Yellix-Regular"),
		url("Yellix-Regular.eot?#iefix") format("embedded-opentype"),
		url("Yellix-Regular.woff2") format("woff2"),
		url("Yellix-Regular.woff") format("woff"),
		url("Yellix-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-Black.eot");
	src: local("Yellix Black"), local("Yellix-Black"),
		url("Yellix-Black.eot?#iefix") format("embedded-opentype"),
		url("Yellix-Black.woff2") format("woff2"),
		url("Yellix-Black.woff") format("woff"),
		url("Yellix-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-Bold.eot");
	src: local("Yellix Bold"), local("Yellix-Bold"),
		url("Yellix-Bold.eot?#iefix") format("embedded-opentype"),
		url("Yellix-Bold.woff2") format("woff2"),
		url("Yellix-Bold.woff") format("woff"),
		url("Yellix-Bold.ttf") format("truetype");
	font-weight: bold;
	font-display: swap;

	font-style: normal;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-SemiBold.eot");
	src: local("Yellix SemiBold"), local("Yellix-SemiBold"),
		url("Yellix-SemiBold.eot?#iefix") format("embedded-opentype"),
		url("Yellix-SemiBold.woff2") format("woff2"),
		url("Yellix-SemiBold.woff") format("woff"),
		url("Yellix-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-Light.eot");
	src: local("Yellix Light"), local("Yellix-Light"),
		url("Yellix-Light.eot?#iefix") format("embedded-opentype"),
		url("Yellix-Light.woff2") format("woff2"),
		url("Yellix-Light.woff") format("woff"),
		url("Yellix-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-Thin.eot");
	src: local("Yellix Thin"), local("Yellix-Thin"),
		url("Yellix-Thin.eot?#iefix") format("embedded-opentype"),
		url("Yellix-Thin.woff2") format("woff2"),
		url("Yellix-Thin.woff") format("woff"),
		url("Yellix-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Yellix";
	src: url("Yellix-ExtraBold.eot");
	src: local("Yellix ExtraBold"), local("Yellix-ExtraBold"),
		url("Yellix-ExtraBold.eot?#iefix") format("embedded-opentype"),
		url("Yellix-ExtraBold.woff2") format("woff2"),
		url("Yellix-ExtraBold.woff") format("woff"),
		url("Yellix-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

.design-tabs__header .tab-title.active,
.template-tab li.active {
	--btn-bg: var(--color-primary);
}

body {
	display: none;
}

.btn-demo {
	position: relative;
	overflow: hidden;
	background: transparent;
}

.btn-demo::before,
.btn-demo::after {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	background: linear-gradient(45deg, #794aff, #a73ba7, #d0473e, #794aff);
	background-size: 400%;
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	z-index: -1;
	animation: animate 20s linear infinite;
}

.btn-demo::after {
	filter: blur(20px);
}

@keyframes animate {
	0% {
		background-position: 0 0;
	}

	50% {
		background-position: 400% 0;
	}

	100% {
		background-position: 0 0;
	}
}

img[src$="ecommerce.svg"] {
	filter: brightness(0) invert(1);
}

.top-1 {
	animation-name: fadeInDownslideshow;
	animation-duration: 0.6s;
	animation-delay: 0.3s;
	max-width: 600px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.slider-heading {
	animation-name: fadeInDownslideshow;
}

.section__slider .section-description {
	animation-name: fadeInDownslideshow;
	animation-duration: 1.2s;
	animation-delay: 0.7s;
}

.slider-button-wrapper2 {
	animation-name: fadeInDownslideshow;
	animation-duration: 0.2s;
	animation-delay: 0.2s;
}

.slider-button-wrapper {
	animation-name: fadeInDownslideshow;
	animation-duration: 0.8s;
	animation-delay: 0.9s;
}

.banner-slider {
	-webkit-clip-path: ellipse(106% 100% at center 0);
	clip-path: ellipse(106% 100% at center 0);
}

.banner-slider picture {
	align-self: flex-end;
}

:is(
		.top-1,
		.slider-heading,
		.section__slider .section-description,
		.slider-button-wrapper
	) {
	opacity: 0;
	animation-fill-mode: forwards;
}

.top-1 .btn-outline.btn-small {
	pointer-events: none;
	color: #ffffff;
}

@keyframes shine {
	0% {
		background-position: 0;
	}

	60% {
		background-position: 180px;
	}

	100% {
		background-position: 180px;
	}
}

@keyframes move {
	0% {
		left: 0;
		opacity: 0;
	}

	5%,
	80% {
		opacity: 0;
	}

	48% {
		opacity: 0.2;
	}

	100% {
		left: 82%;
	}
}

@-webkit-keyframes fadeInDownslideshow {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
		filter: blur(10px);
	}

	to {
		filter: blur(0);
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownslideshow {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
		filter: blur(10px);
	}

	to {
		filter: blur(0);
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes cross-top-blur {
	from {
		opacity: 0;
		filter: blur(10px);
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	to {
		opacity: 1;
		filter: blur(0);
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes cross-left-blur {
	from {
		opacity: 0;
		filter: blur(5px);
		-webkit-transform: translate3d(0, 40px, 0);
		transform: translate3d(0, 40px, 0);
	}

	to {
		opacity: 1;
		filter: blur(0);
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes cross-left-blur {
	from {
		opacity: 0;
		filter: blur(5px);
		-webkit-transform: translate3d(-40px, 0, 0);
		transform: translate3d(-40px, 0, 0);
	}

	to {
		opacity: 1;
		filter: blur(0);
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes cross-right-blur {
	from {
		opacity: 0;
		filter: blur(5px);
		-webkit-transform: translate3d(40px, 0, 0);
		transform: translate3d(40px, 0, 0);
	}

	to {
		opacity: 1;
		filter: blur(0);
		-webkit-transform: none;
		transform: none;
	}
}

.bls__section-header {
	margin-bottom: clamp(3rem, 4vw, 5rem);
}

.visitor-box__description {
	font-size: clamp(1.5rem, 1vw, 2em);
}

.number {
	font-size: clamp(3rem, 4vw, 1rem);
	color: #747ab9;
	font-weight: bold;
	width: 40px;
	/* Spazio tra il numero e il testo */
	flex-shrink: 0;
	/* Evita il ridimensionamento */
	display: inline-block;
	/* Mantiene il comportamento corretto */
	/* Sposta il numero all'inizio */
	text-align: center;
}

.number2 {
	font-size: clamp(3rem, 4vw, 1rem);
	background: var(
		--Linear-text,
		linear-gradient(92deg, #94b36a 0, #94b36a 50%, #94b36a 100%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
	font-weight: bold;
	/* Spazio tra il numero e il testo */
	flex-shrink: 0;
	/* Evita il ridimensionamento */
	display: inline-block;
	/* Mantiene il comportamento corretto */
	/* Sposta il numero all'inizio */
	text-align: center;
}

.mw-450 {
	max-width: 450px;
}

.number-home {
	margin-bottom: -1.5rem;
}

.number-home span {
	vertical-align: top;
}

.design-tabs__header .tab-title:not(.active):hover,
.template-tab li:not(.active):hover {
	color: var(--color-white);
	background: #fff0;
	border-color: var(--color-primary);
}

.label-popular {
	background-color: #d2fcb9;
	color: #3a7d13;
	padding: 3px 10px;
}

.label-new {
	background-color: #3357d8;
	color: var(--color-white);
	padding: 3px 10px;
}

.label-free {
	background-color: #f2b9fc;
	color: var(--color-primary);
	padding: 3px 10px;
}

.label-hot {
	background-color: var(--color-primary);
	color: #3357d8;
	padding: 3px 10px;
}

.design-tabs__content .theme-demo:not(.scroll-trigger--offscreen) {
	transition: var(--bls-transition);
}

.theme-demo:hover {
	border-color: var(--color-primary);
}

.theme-dot span {
	width: 5px;
	height: 5px;
	background: rgb(255 255 255 / 0.3);
	border-radius: 50%;
}

.footer-template-libraries h4 {
	font-size: 3.2rem;
}

.footer-template-libraries h4 span {
	background: var(
		--Linear-text,
		linear-gradient(92deg, #fff 0, #c6c1e1 60%, #794aff 100%)
	);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
}

@-moz-keyframes ticker {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes ticker {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@-o-keyframes ticker {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

@keyframes ticker {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

.section__scroll-text p {
	background: linear-gradient(90deg, #ffffff 0, #747ab9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff0;
}

.section__scroll-button {
	z-index: -1;
}

.section__scroll-button > *,
.section__scroll-text > * {
	animation: ticker 50s infinite linear;
	flex-shrink: 0;
	line-height: 1;
}

.section__scroll-button:hover > *,
.section__scroll-text:hover > * {
	animation-play-state: paused;
}

.scroll-line {
	background-image: url(../assets/images/icon-svg/icon_scroll_text.svg);
	width: 20px;
	height: 20px;
}

.img-responsive {
	width: 100%; /* Occupa il 100% del contenitore */
	height: 100%; /* Occupa il 100% del contenitore */
	object-fit: cover; /* Ritaglia l'immagine per coprire tutto senza deformarsi */
	display: block; /* Evita spazi indesiderati sotto l'immagine */
}

.section__scroll-button .btn-outline {
	pointer-events: none;
	border: 0;
	--btn-padding: 1.6rem 3rem;
}

.section__scroll-button::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.mobile-box {
	background: rgb(113 97 159 / 1);
}

.shoppable-demo-video {
	width: 100%;
	border: 1px solid var(--color-primary);
	line-height: 0;
	margin: 0 1.5rem;
}

.shoppable-demo-video::after {
	content: "";
	position: absolute;
	top: 0;
	right: -38px;
	background: url(../assets/images/icon-svg/icon_shoplable.svg) no-repeat center;
	width: 25px;
	height: 39px;
}

.box-speed-inner {
	max-width: 410px;
	margin: auto;
}

.box-speed .btn-outline {
	border: 0;
}

.box-speed .btn-outline:not(:hover) {
	--btn-bg: rgba(255, 255, 255, 0.03);
}

.progress-circle {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: conic-gradient(
		#0be8b4 0 var(--progress-desktop),
		#444 var(--progress-desktop)
	);
}

.progress-circle::before {
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #312f44;
	z-index: 1;
}

.progress-value {
	color: #0be8b4;
	font-size: 4rem;
	z-index: 2;
}

.counter-mobile {
	background: conic-gradient(
		#ffb800 0 var(--progress-mobile),
		#444 var(--progress-mobile)
	);
}

.counter-mobile .progress-value {
	color: #ffb800;
}

.visitor__more {
	margin-top: 0.2rem;
	transition: var(--bls-transition);
}

.visitor__more:hover {
	background: var(--color-primary);
	color: var(--color-white);
}

.design-tabs__content .tab-content {
	display: none;
	opacity: 0;
}

.design-tabs__content .tab-content.active {
	opacity: 1;
	z-index: 2;
	display: block;
}

.design-tabs__content .tab-content:not(.active) > * {
	pointer-events: none !important;
}

.clients-info {
	border-radius: 0 0 15px 15px;
}

.bls__page-faq-items .bls__page-faq-title {
	padding: 2.4rem 2rem;
	cursor: pointer;
}

.bls__page-faq-content {
	padding: 0 2rem 2.5rem 2rem;
}

.bls__page-faq-items.active {
	border-color: var(--color-primary);
}

.bls__page-faq-items:not(.active) .bls__page-faq-title {
	color: var(--body-color);
}

.faq-image {
	position: relative;
	display: block;
}

.faq-image picture {
	border-radius: 15px;
	overflow: hidden;
	transition: var(--bls-transition);
}

.faq-image:not(.active) picture {
	position: absolute;
	inset: 0;
	opacity: 0;
	transform: translateY(10px);
}

.faq-image.active picture {
	opacity: 1;
	transform: translateY(0);
}

.menu-icon {
	cursor: pointer;
}

.menu-close {
	cursor: pointer;
}

.open-children-toggle {
	position: absolute;
	right: 1rem;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 4rem;
	min-height: 4rem;
	z-index: 2;
	cursor: pointer;
}

.active .open-children-toggle:before {
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.active .open-children-toggle::after,
.active .open-children-toggle:before {
	background-color: var(--color-white);
}

.open-children-toggle:after,
.open-children-toggle:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	transition: var(--bls-transition);
	background-color: var(--color-heading);
	background-color: var(--body-color);
}

.desktop {
	display: block !important;
}

.mobile {
	display: none !important;
}

.open-children-toggle:before {
	width: 12px;
	height: 1px;
}

.open-children-toggle:after {
	width: 1px;
	height: 12px;
}

.site-footer__bottom {
	padding: 3rem 0;
}

.site-section__header p {
	max-width: 470px;
	margin: auto;
}

@keyframes circTxt-rotating {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.icon-footer::before {
	content: "";
	position: absolute;
	inset: 10px;
	background: url(../assets/images/icon-svg/rotator_text.svg) no-repeat center;
	width: 80px;
	height: 80px;
	z-index: 1;
	animation: 8s linear 0s infinite normal none running circTxt-rotating;
}

.text-slide:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60%;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.3;
	background-color: #747ab9;
	filter: blur(150px);
	border-radius: 50%;
}

@keyframes blur {
	0% {
		top: var(--top-blur);
	}

	16% {
		top: -5%;
	}

	32% {
		top: -30%;
	}

	48% {
		top: -55%;
	}

	64% {
		top: -30%;
	}

	80% {
		top: -5%;
	}

	100% {
		top: var(--top-blur);
	}
}

.box-shadow-top::after {
	content: "";
	position: absolute;
	height: 425px;
	left: 0;
	right: 0;
	top: 0;
	background: radial-gradient(
		50% 100% at 50% 0,
		rgb(116 122 285 / 0.7) 0,
		#fff0 100%
	);
	pointer-events: none;
	transition: all 0.6s linear;
}

.box-shadow-top.scroll-trigger--offscreen::after {
	opacity: 0.5;
	left: 50%;
	right: 50%;
}

.top-1 .btn-outline.btn-small {
	pointer-events: none;
	color: #ffffff;
}

.box-shadow-bottom::after {
	content: "";
	position: absolute;
	height: 425px;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(
		50% 100% at 50% 0,
		rgb(115 99 248 / 0.2) 0,
		#fff0 100%
	);
	transform: rotate(180deg);
	pointer-events: none;
}

.help_us_improve {
	position: fixed;
	right: 1.5rem;
	bottom: 9rem;
	z-index: 9;
}

.back-to-top-button {
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	position: fixed;
	right: 2rem;
	bottom: 9.5rem;
	background-color: var(--color-white);
	z-index: 9;
	cursor: pointer;
	box-shadow: 0 0 20px 0 rgb(17 17 17 / 0.1);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: var(--bls-transition);
}

.back-to-top-button.active {
	opacity: 1;
	visibility: visible;
	pointer-events: visible;
}

.menu-bottom-mobile {
	background: rgb(19 17 28 / 0.3);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	justify-content: space-around;
	border-top: 1px solid var(--color-border);
}

@media (min-width: 576px) {
	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.features-grid {
		column-count: 2;
		display: block;
		gap: 0;
	}

	.features-grid3 {
		column-count: 3;
		display: block;
		gap: 0;
	}

	.features-grid4 {
		column-count: 4;
		display: block;
		gap: 0;
	}

	.features-grid > div {
		break-inside: avoid;
		display: inline-block;
	}

	.shoppable-demo-video {
		max-width: 200px;
	}
}

@media (min-width: 360px) {
	.visitor-right-content {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 360px) {
	.visitor-right-content2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.swiper-pagination {
	position: relative;
}

.swiper-pagination-bullet {
	position: relative;
}

.eroe {
	margin-top: 1rem;
	display: flex;
	justify-content: center; /* Centra orizzontalmente */
	align-items: center; /* Centra verticalmente */
	text-align: center; /* Assicura il centraggio del testo */
	height: 100%; /* Assicurati di impostare un'altezza, se necessaria */
	max-width: 800px;
}

.hero {
	font-size: 2.2rem;
	display: block;
	letter-spacing: 0.02rem;
	margin-top: -40px;
	line-height: 2.8rem;
	text-align: left;
}

.swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	inset: -10px;
	border: 1px solid #fff0;
	border-radius: 50%;
}

.gradient-underline {
	text-decoration: underline;
	text-decoration-color: transparent;
	background-image: linear-gradient(to right, #ff0000, #ff9900, #33cc33);
	background-size: 100% 2px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 2px; /* Spazio per l'underline */
}

.swiper-pagination-bullet-active::before {
	border-color: var(--color-white);
}

.swiper-button-next,
.swiper-button-prev {
	opacity: 1 !important;
}

.swiper-button-next:after {
	background: url(../assets/images/icon-svg/topbar_next.svg) no-repeat center;
	width: 16px;
	height: 16px;
}

.swiper-button-prev:after {
	background: url(../assets/images/icon-svg/topbar_prev.svg) no-repeat center;
	width: 16px;
	height: 16px;
}

@media (min-width: 768px) {
	:root {
		--section-pt: 100px;
		--section-pb: 100px;
		--section-spacing: 100px;
	}

	.back-to-top-button {
		right: 3rem;
	}

	.help_us_improve {
		bottom: 3rem;
		right: 3rem;
	}
}

@media (max-width: 767px) {
	footer {
		padding-bottom: 75px;
	}
}

@media (max-width: 1350px) {
	.desktop {
		display: none !important;
		width: 100%;
		max-width: 900px;
	}
	.mobile {
		margin-top: 100px !important;
		padding-bottom: 0px !important;
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		display: block !important;
	}
}
@media (max-width: 400px) {
	div#bottone {
		display: none;
	}
}

@media (max-width: 1258px) {
	span.symbol.symbol-1 {
		display: none;
	}
}

@media (max-width: 1267px) {
	.navigation ul a {
		--body-font-size: 13px !important;
		font-weight: bold !important;
	}
}

@media (max-width: 1120px) {
	.navigation ul a {
		--body-font-size: 12px !important;
		font-weight: bold !important;
	}
}

@media (min-width: 769px) and (max-width: 1600px) {
	.hero {
		font-size: clamp(1.5rem, 5vw, 1.8rem) !important; /* Font dinamico */
		line-height: clamp(1.3em, 1.3vw, 1.9em) !important;
		display: block;
		letter-spacing: 0.02rem;
		margin-top: -40px;

		text-align: left;
	}
	.fs-60 {
		font-size: clamp(1.5rem, 5vw, 5rem); /* Font dinamico */
		line-height: clamp(
			1em,
			1.3vw,
			1em
		) !important; /* Line-height proporzionato */ /* Min 1.2, dinamico con 1.3vw, max 1.6 */ /* Un'altezza di riga adattata al font */
		padding-bottom: 10px;
	}

	.desc_right {
		font-family: "Yellix", sans-serif;
		font-weight: 400;
		font-size: 20px !important; /* Il font sarà il 4% della larghezza della finestra */
		line-height: 1em !important; /* Un'altezza di riga adattata al font */
	}

	.title_left {
		font-family: "Yellix", sans-serif;
		font-weight: 800;
		font-size: 60px !important;
		line-height: 60px !important;
	}

	.section-heading {
		font-size: 3.6vw !important; /* Il font sarà il 4% della larghezza della finestra */
		line-height: 0.9em !important; /* Un'altezza di riga adattata al font */
	}

	.h2 .section-heading {
	}

	:where(h2, .h2),
	.h2-size {
		font-family: "Yellix", sans-serif;
		font-weight: 600;
		font-size: 1.2vw !important; /* Il font sarà il 4% della larghezza della finestra */
		line-height: 1.2em !important; /* Un'altezza di riga adattata al font */
	}

	.fs-61 {
		font-size: 4.5vw !important; /* Il font sarà il 4% della larghezza della finestra */
		line-height: 1.2em !important; /* Un'altezza di riga adattata al font */
	}
}

@media (min-width: 300px) and (max-width: 769px) {
	.titoletto {
		color: white !important ;
		font-size: 13px;
		display: block;
	}

	.fs-12 {
		font-size: 1.2rem;
		font-weight: 600;
	}
	.title_left {
		font-family: "Yellix", sans-serif;
		font-weight: 800;
		font-size: 40px !important;
		line-height: 40px !important;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	.site-header .stretch_width {
		padding-bottom: 0px;
	}
	.desc_right {
		text-align: left;
		font-size: 18px !important;
		line-height: 2.2rem !important;
		font-weight: 500;
		padding-top: 0px;
		padding-bottom: 30px;
	}
	.hero {
		font-size: 2.2rem;
		display: block;
		letter-spacing: 0.02rem;
		margin-top: -40px;
		line-height: 2.8rem;
		text-align: left;
	}
	.slider-heading {
		padding-top: 0px;
	}
	.custom-line-height {
		padding-top: 0px !important;
	}

	.flex {
		max-width: 100%;
		flex-wrap: unset;
		justify-content: space-between;
	}
	.fs-60 {
		font-size: 8vw !important; /* Il font sarà il 4% della larghezza della finestra */
		line-height: 1em !important; /* Un'altezza di riga adattata al font */
	}

	.right_box {
		padding-left: 0px;
		margin-bottom: 0px;
		padding-right: 0px;
		flex: 100%;
		text-align: left;
		margin-left: auto;
	}
	.fs-18 {
		font-size: 1.8rem;
		text-align: left;
		align-content: center;
		padding: 0px;
	}

	.visitor-box__description.lh-1 {
		align-content: center;
		padding: 10px;
		font-size: 13px;
		text-align: left;
	}

	.crisp-client .cc-1brb6[data-full-view="true"] .cc-1yy0g .cc-1m2mf {
		bottom: 90px !important;
		right: 14px !important;
		z-index: 1 !important;
	}

	.mb-30 {
		text-align: left;
	}

	.p-30 {
		padding: 2rem;
	}

	.py-30 {
		padding: 10px;
	}

	.left_box {
		flex: 100%;

		margin-bottom: 0px;
	}

	.fs-61 {
		font-size: 5vw !important; /* Il font sarà il 4% della larghezza della finestra */
		line-height: 1.4em !important; /* Un'altezza di riga adattata al font */
	}
}

@media (min-width: 1115px) {
	.menu-bottom-mobile {
		display: none !important;
	}
	:root {
		--btn-padding: 1.25rem 3rem;
		--width-blur: 800px;
		--height-blur: 800px;
		--top-blur: 200px;
		--opacity-blur: 0.3;
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

	.site-header {
		position: absolute;
		left: 0px;
		right: 0px;
		z-index: 10;
	}

	.section__slider {
		padding: 60px 0 0;
	}

	.navigation > ul > li {
		margin: 0 5px;
		padding: 5px 0;
	}

	.navigation > ul > li:not(.item-mega) {
		position: relative;
	}

	.navigation > ul > li > a svg {
		margin-left: 0px;
		vertical-align: middle;
	}

	.navigation ul a {
		color: var(--color-heading);
		transition: 0.2s;
		font-size: var(--body-font-size);
		font-weight: var(--heading-weight);
		position: relative;
		display: block;
		cursor: pointer;
	}

	.navigation :hover > a {
		color: var(--color-primary);
	}

	ul a.current {
		color: var(--color-primary);
	}

	.navigation .sub-nav {
		background: rgb(19 17 28 / 0.3);
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
		border-radius: 0 0 10px 10px;
		padding: 18px 30px 25px 30px;
		border: 1px solid var(--color-border);
	}

	.navigation .submenu {
		background-color: #13111c4d;
		padding: 50px 0;
	}

	.section-subheading {
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0 auto;
		width: 100% !important;
		max-width: 700px !important;
		text-align: center;
	}
	.menu-label {
		position: absolute;
		right: -28px;
		top: -18px;
	}

	.menu-label:after {
		bottom: 1px;
		left: 7px;
		border: 5px solid #fff0;
		border-top-color: var(--color-primary);
	}

	.navigation .sub-nav li a,
	.navigation .submenu li a {
		display: block;
		margin: 0;
		padding-top: 10px;
		font-weight: var(--body-weight);
	}

	.navigation .sub-nav,
	.navigation .submenu {
		position: absolute;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: 3;
		pointer-events: none;
		transition: opacity 0.35s, visibility 0.35s, transform 0.35s,
			-webkit-transform 0.35s;
	}

	.d-none-desktop {
		display: none !important;
	}

	.navigation .sub-nav {
		margin: 0;
		top: 100%;
		min-width: 300px;
		transform: translateY(8px);
		-webkit-transform: translateY(8px);
	}

	.navigation .submenu {
		margin: 25px 0 0;
		right: 0;
		transform: translateY(8px);
		-webkit-transform: translateY(8px);
	}

	.sub-label {
		border-radius: 20px;
		font-size: 9px;
		line-height: 12px;

		padding: 4.5px 10px;
		color: var(--color-white);
		font-weight: 800;
		display: inline-block;
		margin: 0 7px;
		vertical-align: middle;
	}

	.sub-label.sub-hot {
		background-color: #dfd9e8;
	}

	.sub-label.sub-new {
		background-color: #747ab9;
	}

	.navigation > ul > li:hover .sub-nav,
	.navigation > ul > li:hover .submenu {
		opacity: 1;
		visibility: visible;
		pointer-events: unset;
		transform: none !important;
	}

	.navigation .sub-nav li:not(:last-child),
	.navigation .submenu li:not(:last-child) {
		margin-bottom: 7px;
	}

	.navigation .sub-nav li a:hover,
	.navigation .submenu li a:hover {
		transform: translateX(5px);
	}
}

@media (min-width: 1025px) {
	:root {
		--page-width: 100% !important;
		--fluid-container-width: 100% !important;
	}
}

@media (min-width: 1200px) {
	.features-grid {
		column-count: 2;
	}

	.features-grid3 {
		column-count: 3;
	}
	.features-grid4 {
		column-count: 4;
	}

	.visitor-right-content2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		/* Due colonne uguali */
	}

	.visitor-right-content {
		grid-template-columns: repeat(4, 1fr);
	}

	.section-faq-admin,
	.section__template-libraries {
		--bs-gutter-x: 3rem;
	}

	.section-faq-admin .faq-content-inner {
		min-height: 95px;
	}
}

.custom_text_html {
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	bottom: 10px;
	z-index: 99;
	background-color: var(--color-primary);
	color: #fff;
	border-radius: 60px;
	font-size: 13px;
	font-weight: 500;
	pointer-events: auto;
	overflow: hidden;
	padding: 12px 30px;
}

.custom_text_html a {
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 768px) {
	.col-top {
		padding-right: 0%;
	}
	.section__slider {
		padding: 0px 0 0;
	}

	.col-left,
	.col-right {
		width: 100%;
		/* Le colonne occupano il 100% della larghezza, andando una sotto l'altra */
	}

	/* Per gestire l'immagine su dispositivi mobili */
	.image-right {
		width: 100%;
		/* Mantiene l'immagine responsive */
	}
	.custom_text_html {
		display: none;
	}
}

.btn-outline .menu-label.hot {
	color: #dfd9e8;
	top: 9px;
	right: 15px;
	background: none;
	font-weight: bolder;
}

.btn-outline .menu-label.hot::after {
	display: none;
}

footer {
	margin-bottom: 57px;
}
.spazio {
	margin-bottom: 40px;
}
.loghi2 {
	display: flex;
	flex-wrap: wrap; /* Permette il passaggio a più righe se necessario */
	justify-content: flex-start; /* Distribuisce uniformemente le immagini */
	align-items: center; /* Allinea verticalmente */
	gap: 20px; /* Distanza tra le immagini */
	width: 100%;
}

.loghi {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	gap: 10px;
}

.loghi img {
	max-width: 100%; /* Si ridimensiona in base al contenitore */
	height: auto; /* Mantiene le proporzioni */
	width: auto; /* Permette il ridimensionamento fluido */
	max-height: 35px; /* Altezza massima per evitare immagini troppo grandi */
}

@media (max-width: 400px) {
	.loghi {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		gap: 10px;
	}

	.loghi img {
		max-width: 100%; /* Si ridimensiona in base al contenitore */
		height: auto; /* Mantiene le proporzioni */
		width: auto; /* Permette il ridimensionamento fluido */
		max-height: 30px; /* Altezza massima per evitare immagini troppo grandi */
	}
}

@media (max-width: 990px) {
	.btn-outline .menu-label.hot {
		top: -13px;
		right: 12px;
	}
}

@media (max-width: 1024px) {
	.features-grid3 {
		column-count: 3;
	}

	.features-grid4 {
		column-count: 2;
	}
}
