body {
	margin: 0px;
	font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
	color: #ffffff;
	overflow-x: hidden;
	--tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

div {
	display: block;
	unicode-bidi: isolate;
}

#animated-bg {
	z-index: -1;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	inset: 0px;
	position:fixed;
}
        
#animated-bg iframe {
	min-width: 100%;
	min-height: 100%;
	width: 100vw;
	height: 56.25vw; /* 16:9 aspect ratio */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

@media (max-aspect-ratio: 16/9) {
	#animated-bg iframe {
		width: 177.78vh;
		height: 100vh;
	}
}

#bg-video {
	transition: transform 0.5s ease-out;
	will-change: transform;
	width: 100vw;
	height: 56.25vw;
	min-height: 100vh;
	min-width: 177.78vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

#fog-overlay {
	background: radial-gradient(circle at center, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
	mix-blend-mode: overlay;
	opacity: 0.3;
	transition: background-position 0.5s ease-out;
	position: absolute;
	inset: 0px;
}

.hero-section {
	height: 100vh;
	width: 100%;
	position: relative;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}

.hero-section div {
	text-align: center;
}

#maestrie-logo {
	width: 60vw;
	margin: auto;
	vertical-align: middle;
}

#maestrie-pitch {
	margin:auto;
	font-size: calc(8px + 0.8vw);
	max-width: 40vw;
}

#maestrie-dev {
	display: block;
	margin: 30vh auto auto auto;
	font-size: calc(6px + 0.6vw);
	max-width: 40vw;
}

#sapas-logo {
	margin: 3vh auto auto auto;
	width: 4vw;
	display: block;
}

#sapas-name {
	margin: auto;
	width: 4vw;
	display: block;
}