
* {
	padding: 0;
	margin: 0;
}

body {
	max-height: 100dvh;
	height: 100dvh;
	font-family: 'Saira Condensed', sans-serif;
	overflow: hidden;
}

main {
	display: grid;
	grid-template-rows: auto min-content;
	max-height: 100dvh;
	height: 100%;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-image: url("./Images/ForindustrieBackground.png");
	background-size: cover;
	height: 100%;
}

footer {
	height: 15%;
	color: #173861;
}

.logo-container {
	display: flex;
	align-items: start;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.logo {
	/*margin-top: 10%;*/
	width: 30%;
}

.progress {
	position: relative;
	height: 10px;
	max-width: 100%;
	width: 100%;
	background: transparent;
	overflow: visible !important;
}

.progressbar {
	position: relative;
	background: #FF5C04;
}

.progress-text {
	position: absolute;
	right: 0;
	top: 0;
	padding: 1em;
	border-radius: 50%;
	background-color: #FF5C04;
	font-weight: bold;
	color: white;
	z-index: 1;
	transform: translateX(50%) translateY(-40%);
}

.text-title {
	font-size: 2.5vw;
	font-weight: 700;
	line-height: 2.5vw;
	letter-spacing: 0em;
	color: #FFFFFF;
}

.text-title-footer {
	margin-right: 25px;
	font-size: 3vw;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	color: rgba(23, 56, 97, 1);
}

.btn-contact {
	text-transform: uppercase;
	width: auto;
	padding: 10px;
	border-radius: 10px;
	background: rgba(200, 217, 234, 1);
	border: none;
	font-size: 1vw;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	color: rgba(23, 56, 97, 1);
}

.tel {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: center;
	color: rgba(23, 56, 97, 1);
}

@media (max-width: 768px) {
	.text-title-footer {
		font-size: 20px;
	}

	.btn-contact {
		font-size: 12px;
	}
}

@media (min-width: 769px) and (max-width: 992px) {
	.text-title-footer {
		font-size: 24px;
	}

	.btn-contact {
		font-size: 12px;
	}
}

@media (min-width: 993px) {
	.text-title-footer {
		font-size: 24px;
	}

	.btn-contact {
		font-size: 14px;
	}
}

@media (max-width: 768px) {
	.text-title {
		margin-top: 60px;
		font-size: 16px;
	}

	.cont-footer {
		flex-direction: column;
		max-width: 100%;
	}
}

.cont-footer {
	max-width: 50%;
}

.footer-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bg-light {
	--bs-bg-opacity: 1;
	background-color: #ffffff !important;
}

#unity-container {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	max-height: 100dvh;
	opacity: 1;
	background-color: transparent;
	z-index: 10;
}

#unity-canvas {
	width: 100%;
	height: 100%;
}
