body {
	background-color: #ffffff;
}

#frame {
	background-image: url("/public/images/BirellKJidlu/banner.png");
	padding: 0px;
	background-position: top;
}

#content {
	background-color: transparent;
	overflow-x: visible;
	overflow-y: visible;
}

.BirellKJidluIndex {
	img {
		margin-top: 20%;
		margin-bottom: 45%;
	}
}

#whyBirell {
	display: flex;
	flex-direction: column;
	gap: 50px;
	color: #2a3e8b;

	.leave {
		position: absolute;
		width: 70%;
		top: 50px;
	}

	.grep_1 {
		position: absolute;
		right: 0;
		top: -120px;
		width: 30%;
		z-index: 2;
	}

	.branch_1 {
		position: absolute;
		right: -30px;
		top: -60px;
		z-index: 1;
	}

	.branch_2 {
		position: absolute;
		left: 0;
		top: -110px;
	}

	.pomelo_1 {
		position: absolute;
		left: 0;
		top: -80px;
		width: 30%;
	}

	.grep_2 {
		position: absolute;
		right: 0;
		width: 25%;
	}

	.leaves_2 {
		position: absolute;
		right: 0;
		top: 0;
	}

	.pomelo_2 {
		position: absolute;
		right: 0;
		top: 0;
	}

	.grep_3 {
		position: absolute;
		left: 50px;
		top: -30px;
	}

	.grep_4 {
		position: absolute;
		left: 0;
		top: 0px;
	}

	h2 {
		background-image: url("/public/images/BirellKJidlu/yellow.png");
		background-size: 100% 100%;
		font-size: 3rem;
		font-weight: 600;
		padding-top: 80px;
		padding-bottom: 50px;
		margin: 0;
	}

	div {
		padding-left: 1.4rem;
		padding-right: 1.4rem;

		h3 {
			font-size: 2rem;
			font-weight: 600;
		}

		p {
			font-size: 1.8rem;
			font-weight: 400;
		}
	}

	.validity {
		margin-top: -10%;
		margin-bottom: 50px;
	}
}

#banners {
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	padding-bottom: 1.4rem;
	img {
		width: 100%;
	}

	.blur_game_cont {
		background-image: url("/public/images/BirellKJidlu/game.png");
		background-size: cover;
		width: 100%;
		height: 670px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 1.4rem;

		h3 {
			font-size: 4rem;
			font-weight: 600;
			color: #2a3e8b;
			margin-bottom: 1.4rem;
		}

		button {
			width: 50%;
			margin-left: auto;
			margin-right: auto;
			background-color: #2a3e8b;
		}
	}

	.blur_game {
	}

	canvas {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		filter: blur(10px);
		cursor: grab;
	}
}

/* Překryvný modal */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	display: none; /* Skrytý na začátku */
}

.modal-content {
	position: relative;
	width: 95%;
	max-width: 600px;
	height: 90vh;
	background: white;
	border-radius: 35px;
	text-align: center;
	overflow: hidden;
}

.modal img {
	max-width: 100%;
	display: block;
}

.modal canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(10px);
}

.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
	background: red;
	color: white;
	border: none;
	padding: 5px 12px;
	cursor: pointer;
	font-size: 25px;
	border-radius: 50%;
	z-index: 9999;
}

.button {
	background: blue;
	color: white;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	cursor: pointer;
	margin-top: 10px;
}
