@font-face {
	font-family: 'NeueHaasGroteskDisp Pro Md 1';
	src: url('font/NHaasGroteskDSPro-65Md.eot');
	src: url('font/NHaasGroteskDSPro-65Md.eot?#iefix') format('embedded-opentype'),
		url('font/NHaasGroteskDSPro-65Md.woff2') format('woff2'),
		url('font/NHaasGroteskDSPro-65Md.woff') format('woff'),
		url('font/NHaasGroteskDSPro-65Md.ttf') format('truetype'),
		url('font/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md') format('svg');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'NeueHaasGroteskDisp Pro Md 2';
	src: url('font/NHaasGroteskDSPro-66MdIt.eot');
	src: url('font/NHaasGroteskDSPro-66MdIt.eot?#iefix') format('embedded-opentype'),
		url('font/NHaasGroteskDSPro-66MdIt.woff2') format('woff2'),
		url('font/NHaasGroteskDSPro-66MdIt.woff') format('woff'),
		url('font/NHaasGroteskDSPro-66MdIt.ttf') format('truetype'),
		url('font/NHaasGroteskDSPro-66MdIt.svg#NHaasGroteskDSPro-66MdIt') format('svg');
	font-weight: 500;
	font-style: italic;
}

* {
	cursor: none;
}

figure#mouse-pointer {
	pointer-events: none;
	background-color: #c0c0c0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: absolute;
	display: block;
	mix-blend-mode: difference;
	z-index: 2;
	margin-left: -10px;
	margin-top: -10px;
	display: block;
}

body {
	margin: 0;
	background-color: black;
	font-family: 'NeueHaasGroteskDisp Pro Md 1';
	overflow-x: hidden;
}

ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;

}

ul.slides {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow-x: auto;
}

ul.slides li {
	display: inline;
	width: 150px;
	height: 150px;
}


#black-bar {
	width: 100vw;
	height: 3vw;
	position: static;
	top: 0px;
	grid-template-columns: 20vw 20vw 20vw 20vw 20vw;
	grid-template-rows: auto auto auto;
	display: grid;
	align-content: center;
}


.ciaobar {
	margin-top: -3vw;
}


#bio {
	background-color: #DADADA;
	grid-template-columns: 20vw 20vw 20vw 20vw 20vw;
	grid-template-rows: auto auto auto auto auto;
	align-content: center;
	width: 100vw;
}

.button {
	float: left;
	position: relative;
	margin-left: 3vw;
}

.black {
	background-color: #c0c0c0;
	color: black;
}

.cococo {
	background-color: black;
	color: #c0c0c0;
}

#container-grid {
	grid-template-columns: 20vw 20vw 20vw 20vw 20vw;
	grid-template-rows: auto auto auto;
	align-content: center;
}


.text-layer {
	margin-right: 80vw;
	padding-right: 3vw;
	max-height: 26vh;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
	z-index: 100;
	font-size: 1em;
	margin-top: 1vw;
	margin-left: 3vw;
	text-align: left;
	color: #c0c0c0;
	mix-blend-mode: difference;
}

.text-layer-x {
	margin-left: 80vw;
	padding-left: 3vw;
	max-height: 26vh;
	position: absolute;
	z-index: 100;
	font-size: 1em;
	margin-top: 1vw;
	text-align: right;
	color: #c0c0c0;
	mix-blend-mode: difference;
}


.grid-bio {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}

.op0 {
	position: absolute;
	display: block;
	opacity: 0%;
	width: 20vw;
	height: 20vw;
	object-fit: cover
}

.op100 {
	position: absolute;
	display: block;
	opacity: 100%;
	width: 20vw;
	height: 20vw;
	object-fit: cover
}

#ciao {
	display: block;
}


.hidden {
	display: none;
}

.display {
	display: block;
}

.grid-item {
	padding-bottom: 100%;
	border-width: thin;
	border-style: solid;
	border-color: #c0c0c0;
}

.grid-item:hover .op0 {
	opacity: 100%;
	display: block;
	z-index: 1;
}

.text {
	position: absolute;
	z-index: 1;
	font-size: 1em;
	max-width: 15vw;
	margin-top: 7vw;
	margin-left: 3vw;
	text-align: left;
	color: #c0c0c0;
	mix-blend-mode: difference;
}


.bio {
	max-height: 14vw;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-top: 3vw;
	margin-bottom: 3vw;
	color: #808080;
	margin-left: 3vw;
	padding-right: 3vw;
}


@media screen and (max-width: 1200px) {
	#black-bar {
		font-size: 1em;
		width: 100vw;
		height: 5vw;
		position: static;
		top: 0px;
		grid-template-columns: 25vw 25vw 25vw 25vw;
		grid-template-rows: auto auto auto;
		display: grid;
		align-content: center;
	}

	.img-bottom {
		height: inherit;
		width: auto;
		bottom: auto;
		position: inherit;

	}

	.ciaobar {
		margin-top: -5vw;
	}

	.black {
		background-color: #c0c0c0;
		color: black;
	}

	.cococo {
		background-color: black;
		color: #c0c0c0;
	}

	.button {
		float: left;
		position: relative;
		margin-left: 3vw;
	}

	.text {
		transition: 0.5s;
		position: absolute;
		z-index: 100;
		font-size: 1em;
		max-width: 20vw;
		margin-top: 3vw;
		margin-left: 3vw;
		text-align: left;
		color: #c0c0c0;
		mix-blend-mode: difference;
	}


	#bio {
		background-color: #DADADA;
		grid-template-columns: 25vw 25vw 25vw 25vw;
		grid-template-rows: auto auto auto;
		align-content: center;
		width: 100vw;
	}

	.bio {
		max-height: 14vw;
		overflow-y: scroll;
		overflow-x: hidden;
		margin-top: 3vw;
		margin-bottom: 3vw;
		color: #808080;
		margin-left: 3vw;
		padding-right: 3vw;
	}

	#container-grid {
		grid-template-columns: 25vw 25vw 25vw 25vw;
		grid-template-rows: auto auto auto;
		align-content: center;
	}

	.text-layer {
		transition: 0.5s;
		margin-right: 75vw !important;
		padding-right: 3vw;
		max-height: 26vh;
		overflow-y: scroll;
		overflow-x: hidden;
		position: absolute;
		z-index: 100;
		font-size: 1em;
		margin-top: 3vw;
		margin-left: 3vw;
		text-align: left;
		color: #c0c0c0;
		mix-blend-mode: difference;
	}

	.text-layer-x {
		transition: 0.5s;
		margin-left: 75vw;
		padding-left: 3vw;
		max-height: 26vh;
		position: absolute;
		z-index: 100;
		font-size: 1em;
		margin-top: 3vw;
		text-align: right;
		color: #c0c0c0;
		mix-blend-mode: difference;
	}

	.hidden {
		display: none;
	}

	.op0 {
		position: absolute;
		opacity: 0%;
		width: 25vw;
		height: 25vw;
		object-fit: cover
	}


	#empty1 {
		display: none;
	}


	#ciao {
		display: inherit;
	}
	
	.none {
		opacity: 0;
	}

}

@media screen and (max-width: 768px) {

	figure#mouse-pointer {
		pointer-events: none;
		background-color: #c0c0c0;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		position: absolute;
		mix-blend-mode: difference;
		z-index: 2;
		margin-left: -10px;
		margin-top: -10px;
	}

	.img-bottom {
		height: inherit;
		width: auto;
		bottom: auto;
		position: inherit;

	}

	#black-bar {
		width: 100vw;
		height: 8vw;
		position: static;
		top: 0px;
		grid-template-columns: 50vw 50vw;
		grid-template-rows: auto auto;
		display: grid;
		align-content: center;
	}

	.ciaobar {
		margin-top: -8vw;
	}


	.black {
		background-color: #c0c0c0;
		color: black;
	}

	.cococo {
		background-color: black;
		color: #c0c0c0;
	}

	.button {
		float: left;
		position: relative;
		margin-left: 3vw;
	}


	#bio {
		background-color: #DADADA;
		grid-template-columns: 50vw 50vw;
		grid-template-rows: 50vw 50vw;
		align-content: center;
		width: 100vw;

	}

	.bio {
		font-size: 0.8em;
		max-height: 50vw;
		overflow-y: scroll;
		overflow-x: hidden;
		margin-top: 3vw;
		margin-bottom: 3vw;
		color: #808080;
		margin-left: 3vw;
		padding-right: 3vw;
	}

	#container-grid {
		grid-template-columns: 50vw 50vw;
		grid-template-rows: auto auto;
		align-content: center;
	}

	.text-layer {
		transition: 0.5s;
		margin-right: 50vw !important;
		padding-right: 3vw;
		max-height: 26vh;
		overflow-y: scroll;
		overflow-x: hidden;
		position: absolute;
		z-index: 100;
		font-size: 0.8em;
		margin-top: 3vw;
		margin-left: 3vw;
		text-align: left;
		color: #c0c0c0;
		mix-blend-mode: difference;
	}

	.text-layer-x {
		transition: 0.5s;
		margin-left: 50vw;
		padding-left: 3vw;
		max-height: 26vh;
		position: absolute;
		z-index: 100;
		font-size: 0.8em;
		margin-top: 3vw;
		text-align: right;
		color: #c0c0c0;
		mix-blend-mode: difference;
	}

	.text {
		transition: 0.5s;
		position: absolute;
		z-index: 3;
		font-size: 0.8em;
		max-width: 45%;
		margin-top: 3vw;
		margin-left: 3vw;
		text-align: left;
		color: #c0c0c0;
		mix-blend-mode: difference;
	}


	.op0 {
		transition: 2s;
		position: absolute;
		opacity: 0%;
		width: 50vw;
		height: 50vw;
		object-fit: cover;
		z-index: 2;
	}


	#empty1 {
		display: none;
	}

	#empty2 {
		display: none;
	}

	#empty3 {
		display: none;
	}

	#ciao {
		display: inherit;
	}

	.none {
		opacity: 0;
	}

}

::-webkit-scrollbar {
	width: 2.5px;
	height: 0.1px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	background: #c0c0c0;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

a {
	color: inherit;
	text-decoration:none;
}

.grid {
	display: grid;
}

.img-portfolio {
	display: inline;
	position: relative;
	height: 100vh;
}

.container-img {
	height: 100vh;
}

.img-slides {
	height: 100vh;
}

#ciaone2 {
	transition: 2s;
}

.text-layer-back {
	margin-left: 96vw;
	padding-left: 3vw;
	max-height: 26vh;
	position: absolute;
	z-index: 1;
	font-size: 1em;
	margin-top: 1vw;
	text-align: right;
	color: #c0c0c0;
	mix-blend-mode: difference;
}

.swiper-container {
	height: 100vh;
}


.none {
	opacity: 0;
}

#mycursor {
	cursor: none;
	width: 97px;
	height: 137px;
	background: url("cursor.png") no-repeat left top;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
}

.img-bottom {
	width: inherit;
	bottom: 0px;
	position: absolute;
}
