/* Global */
.samuraj-section:has(.frontpage-animation) {
	overflow-x: clip;
	overflow-y: visible;
}

canvas.samuraj-background {
	width: 750px;
	height: 750px;
	position: absolute;
	transition: all 0.3s ease;
	pointer-events: none;
	z-index: 2;
	display: block;
}

/* Variations */
/* FP */
canvas.frontpage-animation {
	right: -370px;
	top: 50%;
	transform: translateY(-50%);
	left: unset !important;
	opacity: 0.9;
	filter: blur(110px);
}
@media screen and (max-width: 1025px) {
	canvas.frontpage-animation {
		display: none !important;
	}
}

/* Footer */
footer .samuraj-background {
	left: 50% !important;
	transform: translateX(-50%);
	top: -600px;
	filter: blur(180px);
}

footer canvas.samuraj-background {
	width: 900px;
	height: 900px;
}

@media screen and (max-width: 1025px) {
	footer canvas.samuraj-background {
		width: 600px;
		height: 600px;
		top: -400px;
		opacity: 0.8;
	}
}

@media screen and (max-width: 1025px) {
	.mobile-menu-animation {
		top: 0;
		width: 550px;
		height: 550px;
		left: unset;
		right: -300px;
	}
}
