h1.h1-hero-mega-text {
	font-size: 19.75vw;
}

h1.h1-hero-mega-text span {
	font-size: 8.75vw;
}

.h-80vh {
	height: 80vh;
}

.sticky-box-3d {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
}

.relative-container {
	height: 6300px;
	position: absolute;
	width: 100%;
	overflow: visible;
}

.mt-20 {
	margin-top: 20px;
}

.pt-100 {
	padding-top: 100px;
}

.z-2-rel {
	z-index: 2;
	position: relative;
}

.divider {
	background: none;
}

.bg-black {
	background-color: #000000;
}

.bg-white {
	background-color: #fff;
}

.loading-3d {

	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color: #000;
	opacity: 1;
	transition: 0.5s;
	visibility: visible;
	z-index: 1;
	margin-top: 20vh;
}

.loading-3d.hidden{
	opacity: 0;
	visibility: hidden;
}

.mega-divider {
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 220px;
	margin-top: 220px;
	background-color: none;
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #fff;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}


.vert-img-hero-portfolio {
	height: 100%;
	object-fit: cover;
}


.italic {
	font-style: italic;
}

.sticky-div-storia {
	position: -webkit-sticky;
	position: sticky;
	top: 60px;
}

.vis-none {
	visibility: hidden;
}

.uppercase-text {
	text-transform: uppercase;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}


.mr-0 {
	margin-right: 0px;
}

.bg-black-fix {
	position: relative;
	z-index: 9999;
}

.underlined {
	text-decoration: underline;
}

.glass-box-home p {
	backdrop-filter: blur(5px);
    border-radius: 15px;
    color: #e4e4e4;
    background-color: #0000003b;
	padding-left: 5px;
}

.sk__project-body-info-col {
	align-items: self-start;
}

.fix-mobile-col-chisiamo-mondi {
	height: 800px;
}

@media all and (max-width: 767px) {
	.relative-container {
		height: 5000px;
	}

	.sticky-box-3d {
		position: fixed;
		top: 40px;
	}

	.fix-mobile-container-3d {
		height: 95vh;
		padding-left: 0px;
		padding-right: 0px;
	}

	.mb-sm-50 {
		margin-bottom: 50px;
	}

	.fix-mobile-col-chisiamo-mondi {
		height: 420px;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: -16px;
	}
}
