@font-face {
	font-family: Aeonik;
	src: url("Font/Aeonik-Regular.woff") format("woff");
	font-weight: normal;
}

.focusOn {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	border-width: 2px 0px 0px 0px;
	border-style: solid;
}

@keyframes infiniteScroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-160%);
	}
}
.scrolling_container {
	display: block;

	overflow-x: hidden;
}
.horizontal-scrolling-items {
	display: flex;
	padding: 6px;

	width: 2600px;
	animation-name: infiniteScroll;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.horizontal-scrolling-items__item {
	white-space: nowrap;
	font-size: 24px;
	font-family: Aeonik;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: white;
	font-family: Aeonik;
}
#left_border {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 95vh;
}
.footer_prova {
	margin-top: 200px;

	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
.footer_prova a {
	color: black;
	font-family: Aeonik;
	font-size: 34px;
	text-align: left;
	cursor: pointer;
}
.f1 {
	text-align: center;
	border-right: 2px solid;

	padding: 10px;
}
.f2 {
	text-align: center;
	padding: 10px;
}

.footer_prova a:hover {
	text-decoration: underline;
	text-underline-offset: 6px;
	color: black;
}
.vertical_row {
	margin-right: 12px;
	margin-top: 8px;
	width: 30px;
	height: 30px;
}

#BackToTop {
	cursor: pointer;
	width: 40px;
	height: auto;
	position: fixed;
	bottom: 35px;
	right: 1.5%;
	z-index: 99;
	opacity: 0;
	transition: 0.7s;
}

.active {
	text-decoration: underline;
	text-decoration-thickness: 3px;
	text-underline-offset: 6px;
}

.underline {
	border-bottom: 2px solid currentColor;
}

.Title {
	font-family: Aeonik;

	font-size: 84px;
	color: black;
	text-align: left;
}
.Title2 {
	font-family: Aeonik;

	font-size: 28px;

	color: #1b1c1e;
	text-align: left;
	line-height: 140%;
	width: 800px;
}
#div_title {
	display: flex;
	align-items: left;
	justify-content: top;
	flex-direction: column;
	border-style: solid;
	border-width: 0px 0px 0px 2px;
	height: 100vh;
	padding-left: 40px;
	padding-top: 80px;
}
.space {
	border-width: 0px 0px 0px 2px;
	height: 200px;
	border-style: solid;
}

#Subtitle {
	font-family: Aeonik;

	font-size: 48px;
	color: black;
	writing-mode: vertical-rl;
}
#Subtitle:hover {
	text-decoration: none;
}
#Subtitle:active {
	color: black;
	text-decoration: none;
}

.external_rectangle {
	border-style: solid;
	border-width: 2px 0px 2px 0px;
	border-color: black;
	height: 480px;
	background-color: white;
	display: flex;
	align-items: stretch;
}

.image_cover {
	display: flex;
	align-items: stretch;
	margin: 0 !important;
	padding: 0 !important;
	border-left: 2px solid black;
}

.HomePhoto {
	object-fit: cover;
	width: 100%;
	overflow: hidden;
}

.color_project {
	background-color: #cde2f7;
}
.color_project2 {
	background-color: #bbaec5;
}
.color_project3 {
	background-color: #d26453;
}
.color_project4 {
	background-color: #606060;
}
.color_project5 {
	background-color: #b5c7d3;
}

.info_project {
	border-width: 0px 0px 0px 2px;
	border-style: solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-x: hidden;
}

.title_paragraph {
	font-family: Aeonik;
	font-size: 35px;
	color: black;

	margin-bottom: 16px;
	margin-top: -47px;
}
.inside_project {
	padding-left: 30px;
	padding-right: 16%;
	display: flex;

	flex-direction: column;
}
.description {
	font-family: Aeonik;
	font-size: 20px;
	color: black;

	margin-bottom: 72px;
}

.button {
	font-family: Aeonik;
	width: 160px;

	background-color: white;
	border: solid;
	color: black;
	border-width: 2px;
	padding: 8px 16px 8px 16px;
	border-radius: 30px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 20px;
	margin-bottom: auto;
}

.button:hover {
	background-color: black;
	color: white;
	text-underline-offset: 4px;
}

.button:active {
	background-color: black;
	color: white;
}

.focus_general {
	height: 90px;
	display: flex;
	justify-content: stretch;
	border-width: 0px 0px 2px 0px;
	border-style: solid;
}

.footer {
	font-family: Aeonik;
	display: flex;
	padding-right: 8%;
	align-items: flex-end;

	flex-direction: column;
	margin-bottom: 100px;
	margin-top: 100px;
}
.footer a {
	color: black;
	font-family: Aeonik;
	font-size: 35px;
	text-align: left;
	cursor: pointer;
}

.footer a:hover {
	text-decoration: underline;
	text-underline-offset: 6px;
	color: black;
}

footer a:active {
	text-decoration: underline;
	text-underline-offset: 6px;
	color: black;
}

.mobile_row {
	display: none;
}
.TitleMobile {
	display: none;
}
.TitleMobile2 {
	display: none;
}
.focus_p_mobile {
	display: none;
}
.title_paragraph_mobile {
	display: none;
}

@media screen and (min-width: 1600px) {
	.description {
		width: 70%;
	}
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
	#Subtitle {
		display: none;
	}
	.title_paragraph {
		margin-bottom: 24px;
	}
	.vertical_row {
		display: none;
	}
	#div_title {
		border-style: none;
		height: 70vh;
	}
	.description {
		margin-bottom: 56px;
	}

	.mobile_row {
		display: block;
		height: 25vh;
	}
	.mobile_arrow {
		width: 30px;
		padding-top: 5px;
		height: auto;
	}
	.horizontal_mobile {
		height: 70px;
		border-width: 2px 0px 2px 2px;
		border-style: solid;
		display: flex;
		align-items: center;
		padding-left: 40px !important;
	}
	.horizontal_mobile a:first-child {
		font-family: Aeonik;
		font-size: 40px;
		color: black;

		margin-right: 15px;
	}
	.horizontal_mobile > a:hover {
		color: black;
		text-decoration: none;
	}
	.left_mobile {
		border-width: 2px 0px 2px 0px;
		border-style: solid;
		height: 70px;
	}
	.right_mobile {
		border-width: 2px 0px 2px 0px;
		border-style: solid;
		height: 70px;
	}
	#left_border {
		height: 75vh;
	}

	.space {
		border-width: 0px 0px 0px 0px;
		height: 200px;
	}

	.title_paragraph_mobile {
		display: none;
	}
	.inside_project {
		padding-right: 16%;
	}
	.Title2 {
		width: 80%;
		font-size: 26px;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px) {
	#Subtitle {
		display: none;
	}
	.vertical_row {
		display: none;
	}
	#div_title {
		border-style: none;
		height: 70vh;
	}
	.Title {
		font-size: 61px;
	}
	.title_paragraph {
		font-size: 31px;
		margin-top: -24px;
		margin-bottom: 24px;
	}
	.description {
		font-family: Aeonik;
		font-size: 18px;
		margin-bottom: 72px;
	}
	.button {
		font-size: 18px;
	}

	.mobile_row {
		display: block;
		height: 25vh;
	}
	.mobile_arrow {
		width: 30px;
		padding-top: 5px;
		height: auto;
	}
	.horizontal_mobile {
		height: 70px;
		border-width: 2px 0px 2px 2px;
		border-style: solid;
		display: flex;
		align-items: center;
		padding-left: 40px !important;
	}
	.horizontal_mobile a:first-child {
		font-family: Aeonik;
		font-size: 32px;
		color: black;

		margin-right: 15px;
	}
	.horizontal_mobile > a:hover {
		color: black;
		text-decoration: none;
	}
	.left_mobile {
		border-width: 2px 0px 2px 0px;
		border-style: solid;
		height: 70px;
	}
	.right_mobile {
		border-width: 2px 0px 2px 0px;
		border-style: solid;
		height: 70px;
	}
	#left_border {
		height: 75vh;
	}
	.space {
		border-width: 0px 0px 0px 0px;
		height: 200px;
	}
	.inside_project {
		padding-right: 12%;
	}

	.Title2 {
		width: 85%;
	}
	.horizontal-scrolling-items__item {
		font-size: 22px;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.footer_prova a {
		color: black;
		font-family: Aeonik;
		font-size: 24px;
		text-align: left;
		cursor: pointer;
	}
	.f1 {
		text-align: center;
		border-right: 2px solid;

		padding: 10px;
	}
	.f2 {
		text-align: center;
		padding: 10px;
	}

	.footer_prova a:hover {
		text-decoration: underline;
		text-underline-offset: 6px;
		color: black;
	}

	.description {
		display: none;
	}
	#Subtitle {
		display: none;
	}
	.vertical_row {
		display: none;
	}
	#div_title {
		border-style: none;
		height: 70vh;
		padding-left: 16px;
		padding-top: 48px;
	}
	.Title {
		display: none;
	}
	.Title2 {
		display: none;
	}
	.TitleMobile {
		display: block;
		font-size: 32px;

		font-family: aeonik;
		line-height: 150%;
	}
	.TitleMobile2 {
		display: block;
		font-size: 20px;

		font-family: aeonik;
		line-height: 140%;
	}
	.title_paragraph {
		display: none;
	}
	.title_paragraph_mobile {
		font-size: 26px;

		margin-top: -24px;
		margin-bottom: 48px;
		font-family: Aeonik;

		color: black;
		display: block;
	}
	.description {
		font-family: Aeonik;
		font-size: 18px;
		margin-bottom: 72px;
	}
	.button {
		font-size: 16px;
		width: 130px;
		background-color: rgb(0, 0, 0);
		color: rgb(255, 255, 255);
		border-width: 2px;
		padding: 10px 12px 10px 12px;
		border-radius: 30px;
		text-align: center;
	}
	.button:visited {
		background-color: black;
		color: white;
	}

	.mobile_row {
		display: block;
		height: 20vh;
	}
	.mobile_arrow {
		width: 20px;
		padding-top: 5px;
		height: auto;
	}
	.horizontal_mobile {
		height: 56px;
		border-width: 2px 0px 2px 2px;
		border-style: solid;
		display: flex;
		align-items: center;
		padding-left: 18px !important;
	}
	.horizontal_mobile a:first-child {
		font-family: Aeonik;
		font-size: 24px;
		color: black;

		margin-right: 12px;
	}
	.horizontal_mobile > a:hover {
		color: black;
		text-decoration: none;
	}
	.left_mobile {
		border-width: 2px 0px 2px 0px;
		border-style: solid;
		height: 56px;
	}
	.right_mobile {
		border-width: 2px 0px 2px 0px;
		border-style: solid;
		height: 56px;
	}
	#left_border {
		height: 75vh;
	}
	.space {
		border-width: 0px 0px 0px 0px;
		height: 200px;
	}
	.image_cover {
		display: none;
	}
	.inside_project {
		padding-left: 8px;
		padding-right: 12px;
	}
	.external_rectangle {
		height: 280px;
	}
	.footer {
		margin-bottom: 40px;
		margin-top: 100px;
	}
	.footer a {
		font-size: 30px;
	}
	.horizontal-scrolling-items__item {
		font-size: 18px;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
	.image_cover {
		display: flex;
		width: 50%;
	}
}

@media screen and (min-width: 0px) and (max-width: 333px) {
	.mobile_row {
		display: none;
	}
	.TitleMobile {
		font-size: 24px;
	}
	.TitleMobile2 {
		font-size: 16px;
	}
	.title_paragraph_mobile {
		font-size: 20px;
	}
	.button {
		font-size: 14px;
	}
	.focus_p_mobile {
		font-size: 12px;
	}
	.footer a {
		font-size: 24px;
	}
}

@media (orientation: landscape) and (min-width: 0px) and (max-width: 751px) {
	.image_cover {
		display: flex;
		width: 50%;
	}
	.mobile_row {
		display: none;
	}
}
