
@font-face {
	font-family: "montserrat";
	src: url('/fonts/montserrat.ttf')
}

.montserrat {
	font-family: 'montserrat', sans-serif;
}


html, body {
	font-family: montserrat !important;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}
body {padding-top: 60px;
	color: #777;
	font-size: 15px;
	font-weight: 400;
	
	position: relative;
/*	font-family: 'Roboto', sans-serif;overflow-x: hidden;*/
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main { 
    display: block;
}
hr {
	border-left: none;
	border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	text-decoration: none;
	outline: none;
	color: #538bff;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
		 -o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
}
a:hover {
	color: #666;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
a[class*="glyphicon-"] {
	text-decoration: none;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
	margin: 5px 0 10px;
	color: #333;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}
h1, h2 {
	font-weight: 300;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5, h6 {
	font-size: 1em;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
ul, ul li {
	list-style: none;
}

/* NUOVO  */


body {
	background: #f4f6fb;
	padding-top: 80px;
}

.nav-content {
	background: rgba(240,245,255,0.75);
	backdrop-filter: blur(14px);
}



/* VALUES */
.values-section {
	background: #f7f9fc;
}

.value-box .value-icon {
	font-size: 48px;
	color: #6c8cff;
	text-shadow: 0 0 12px rgba(120,150,255,0.4);
}
/* CTA 
     style=" background: linear-gradient(135deg, #1e3c78, #287896);" background: linear-gradient(135deg, #1b2a41, #0d1b2a);
*/


/*background: linear-gradient(135deg, #1e3c78, #287896); box-shadow: inset 0 0 80px rgba(0,0,0,0.4);*/
/*.cta2-section { background-color:#DDDDDD;}*/
.cta-bar {
	background: linear-gradient(135deg, #000, #0000009e);
	transition: transform .3s ease;
}
.cta-bar:hover  {transform: translateY(-4px);}
.moveup:hover {transition: transform .3s ease;transform: translateY(-4px);}
.footer {
	background: #111111; /*#0d1b2a*/
}


.topbar-premium {
	background: rgba(240,245,255,0.00);
	/* backdrop-filter: blur(14px);height:40px;
 border-bottom: 1px solid rgba(13,110,253,0.15); */
}

.text-blu {
	/*color: #045387;#FFD700;*/
	color: #b22222;
}

.topbar-icon {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255,255,255,0.75);
	backdrop-filter: blur(10px);
	color: #0d6efd;
	font-size: 18px;
	transition: 0.25s ease;
	text-decoration: none;
	box-shadow: 0 2px 6px rgba(13,110,253,0.15);
}

	.topbar-icon:hover {
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(13,110,253,0.25);
	}

	.topbar-icon.whatsapp {
		color: #25D366;
	}

		.topbar-icon.whatsapp:hover {
			box-shadow: 0 4px 12px rgba(37,211,102,0.35);
		}

/* Mobile: icone più piccole e più vicine */
@media (max-width: 575.98px) {
	.topbar-icon {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
}


.float-soft {
	animation: softMove 8s ease-in-out infinite alternate;
}

@keyframes softMove {
	0% {
		transform: translateY(0) scale(1);
	}

	100% {
		transform: translateY(-10px) scale(1.02);
	}
}



/*HOME*/
.custom-card {
	border: 1px solid rgba(100, 150, 255, 0.25);
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.card-img-wrapper {
	position: relative;
	overflow: hidden;
}

	.card-img-wrapper::after {
		content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.15);
		opacity: 0;
		transition: opacity 0.4s ease;
		pointer-events: none;
	}

	.card-img-wrapper .card-img-top {
		transition: transform 0.6s ease;
	}

.custom-card:hover {
	border-color: rgba(245, 215, 140, 0.9);
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(100, 150, 255, 0.18);
}

	.custom-card:hover .card-img-wrapper .card-img-top {
		transform: scale(1.06);
	}

	.custom-card:hover .card-img-wrapper::after {
		opacity: 1;
	}







/* Wrapper del contenuto */
.main-content-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center; /* Centra il contenuto verticalmente nei 600px */
}

/* --- FIX PER MOBILE --- */
@media (max-width: 768px) {
	#heroCarousel {
		/* Rimuoviamo l'altezza fissa: ora il carosello è alto quanto il suo contenuto */
		height: auto;
		min-height: 500px; /* Un'altezza minima per non farlo sembrare troppo schiacciato */
	}

	.main-content-wrapper {
		position: relative; /* Diventa il "motore" dell'altezza */
		height: auto;
		padding: 60px 0; /* Spazio extra sopra e sotto per il testo */
	}

	.carousel-inner {
		position: absolute; /* Resta bloccato dietro al testo che cresce */
		height: 100%;
	}
}



.main-photo-mask {
	-webkit-mask-image: url('/images/forma1.png');
	mask-image: url('/images/forma1.png');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}


.float-updown {
	animation: floatY 2.5s ease-in-out infinite alternate;
}

@keyframes floatY {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-25px);
	}
}




.services-section h4, h5, h6 {
	color: #FFF !important;
}

.bottom-bar-card {
	position: relative;
	height: 260px;
	border-radius: 18px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	transition: transform .4s ease, filter .4s ease;
}

.bottom-bar {
	width: 100%;
	padding: 18px 20px;
	background: rgba(50, 110, 125, 0.65);
	color: #fff;
	backdrop-filter: blur(4px);
}

	.bottom-bar h4 {
		margin: 0 0 6px;
		font-size: 1.2rem;
		font-weight: 600;
	}

	.bottom-bar p {
		margin: 0 0 10px;
		font-size: .9rem;
		opacity: .9;
	}

.bottom-bar-card:hover {
	transform: translateY(-6px);
	filter: brightness(1.1);
}


/* SECTION PARALLAX */
.maulli-parallax {
	background-image: url('/images/parallax3.jpg');
	background-size: cover;
	background-position: center;
	background-attachment: fixed; /* effetto parallax */
	padding: 120px 0;
	position: relative;
}
.maulli-parallax::before {
	content: "";
		position: absolute;
		inset: 0;
		background: rgba(0, 0, 0, 0.45);
		/*backdrop-filter: blur(1px);*/
		z-index: 1;
	}
	.maulli-parallax .container,
	.maulli-parallax .row {
		position: relative;
		z-index: 2;
	}
.text-box {
	max-width: 500px;
	color: #fff;
}
.inner-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 20px;
	transition: transform 0.5s ease;
}
.inner-img:hover {
	transform: scale(1.03);
}



/* FINE NUOVO */










/* GALLERY Wrapper generale dei controlli 
.swiper-controls-wrapper {
	margin-top: 35px; 
	display: flex;
	justify-content: center; 
	align-items: center;
	position: relative;
}
.swiper-pagination {
	position: static !important;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: auto;
}
.swiper-controls {
	position: absolute;
	right: 0;
	display: flex;
	gap: 10px;
}
.swiper-button-prev,
.swiper-button-next {
	position: static !important;
	width: 38px;
	height: 38px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-prev::after,.swiper-button-next::after {
		font-size: 16px;
}
*/


/* ------
.card-vertical {
	width: auto;
	height: 520px;
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	color: #fff;
}
.card-vertical .card-img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		transition: transform 0.4s ease;
	}
.card-vertical:hover .card-img {
		transform: scale(1.05);
	}
.overlay-dark {
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.40);
	z-index: 1;
}
.card-img-overlay {
	z-index: 2;
}
.separator {
	border: none;
	border-top: 1px solid rgba(255,255,255,0.4);
	width: 60%;
	margin: 0.75rem 0;
}
.social-links a {
	font-size: 1.2rem;
	transition: opacity 0.3s ease;
}
.social-links a:hover {
		opacity: 0.7;
	}
 */



/* ------
.maulli-section .small-title {
	letter-spacing: 2px;
	font-size: 0.85rem;
	color: #888;
}
.maulli-section .main-img-wrapper {
	position: relative;
}
.maulli-section .main-img {
	border-radius: 20px;
}
.maulli-section .small-img {
	width: 120px;
	border-radius: 16px;
	position: absolute;
	z-index: 3;
	transition: transform 0.4s ease;
}


.maulli-section .small-img-1 {bottom: 8px;margin-left: 8px;}
.maulli-section .small-img-2 {display:none;}

@media (min-width: 992px) {
.maulli-section .small-img-1 {bottom: -20px;left: -10px;}
	.maulli-section .small-img-2 {display: block;top: 20px;right: -2px;}
	.maulli-section .small-img {
		width: 260px;
	}
}


.maulli-section .small-img:hover {
	transform: scale(1.05);
}
.maulli-section .contact-link {
	font-size: 0.9rem;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	transition: color 0.3s ease, border-color 0.3s ease;
}
.maulli-section .contact-link:hover {
		color: #000;
		border-color: #000;
}
 */



/* banner*/
.banner-hero {width: 100%;height: 450px;overflow: hidden;}
.banner-hero img {width: 100%;height: 100%;object-fit: cover;}
.banner-hero .overlay {position: absolute;inset: 0;background: rgba(0,0,0,0.25);}
.banner-text {z-index: 2;}
/*.info-card {background: #caa05c1a;}
.info-card i {margin-bottom: 0.25rem;color: #6c7ae0;} 'display: block;*/
 






/* old */

.kaushan {font-family: 'Kaushan Script', cursive;}
.colblu {color:#538bff;}

/* PREZZI */
.panel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
.panel-body{padding: 0px;text-align: center;}
.the-price{background-color: rgba(220,220,220,.17);box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;padding: 20px;margin: 0;}
.the-price h1{line-height: 1em;padding: 0;margin: 0;}
.subscript{font-size: 25px;}
/* CSS-RIBBON Position correctly within container*//*Set overflow to hidden, to mask inner square*/
.cnrflash
{position: absolute;top: -9px;right: 4px;z-index: 1;overflow: hidden;width: 100px;height: 100px;border-radius: 3px 5px 3px 0;}
.cnrflash-inner/*Set position, make larger then 			container and rotate 45 degrees*/
{position: absolute;bottom: 0;right: 0;width: 145px;height: 145px;-ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    e: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);*/
    background-s
    background-size: 4px,auto, auto,auto;background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after/*Use the border triangle trick to make it look like the ribbon wraps round it's container*/
{content: " ";display: block;position: absolute;bottom: -16px;width: 0;height: 0;border: 8px solid #800000;}
.cnrflash-inner:before{left: 1px;border-bottom-color: transparent;border-right-color: transparent;}
.cnrflash-inner:after{right: 0;border-bottom-color: transparent;border-left-color: transparent;}
.cnrflash-label{position: absolute;bottom: 0;left: 0;display: block;width: 100%;padding-bottom: 5px;color: #fff;
text-shadow: 0 1px 1px rgba(1,1,1,.8);font-size: 0.95em;font-weight: bold;text-align: center;}



.footer-link {
	color: #ccc;
	text-decoration: none;
	transition: color 0.3s ease;
}

	.footer-link:hover {
		color: #fff;
	}

.footer-logo img {
	max-width: 160px;
}

.social-links a {
	transition: opacity 0.3s ease;
}
.social-links a:hover {opacity: 0.7;}
.navbar {background-color: #111111;/*border-bottom: 1px solid #ddd;*/}
.navbar-brand img {max-width: 155px;}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #cda300;
}
.cloudTop {
	position: absolute;
	background-image: url('/images/bar1.png');
	background-position-x: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -120px;
	width: 100%;
	height: 150px;
	display: block;
	z-index: 10;
}
.check-item {display: flex;align-items: center;gap: 0.60rem;margin-bottom: 0.05rem;}
.check-item i {color: #8bc6a0;font-size: 1.1rem;}
.check-item span {font-weight: 500;color: #333;font-size: 0.95rem;}

.bg-scuro {background-image: url('/images/bg_brand.png');}

/* Contenitore immagine */
.carousel-img {
	position: relative;
	width: 100%;
	height: 800px;
	overflow: hidden;
}

	.carousel-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transform: scale(1.2);
	}

/* --- ANIMAZIONI --- */

/* Zoom */
.anim-zoom img {
	animation: zoomIn 8s ease-in-out forwards;
}

@keyframes zoomIn {
	from {
		transform: scale(1.2);
	}

	to {
		transform: scale(1.35);
	}
}

/* Pan Left */
.anim-pan-left img {
	animation: panLeft 8s linear forwards;
}

@keyframes panLeft {
	from {
		transform: translateX(5%) scale(1.2);
	}

	to {
		transform: translateX(-5%) scale(1.2);
	}
}

/* Pan Right */
.anim-pan-right img {
	animation: panRight 8s linear forwards;
}

@keyframes panRight {
	from {
		transform: translateX(-5%) scale(1.2);
	}

	to {
		transform: translateX(5%) scale(1.2);
	}
}
