#animation {
	position: relative;
	font-family: Kalameh, 'kalameh', sans-serif;
}

#animation #c {
	background: url("back.webp") center center no-repeat;
	background-size: cover;
}

#animation .bg_img_alc {
	display: inline-block;
	position: absolute;
	z-index: 0;
	top: 35%;
	left: 55%;
	width: 44%;
	bottom: 0%;
	background-size: contain;
}

#animation .title {
	display: inline-block;
	position: absolute;
	top: 1%;
	left: 0%;
	right: 0%;
	text-align: center;
	font-family: Kalameh, 'kalameh', sans-serif;
	color: #fff;
	text-shadow: 2px 2px 15px rgba(0, 0, 0, 1), 2px 2px 15px rgba(0, 0, 0, 1);
}

#animation .title b {
	display: block;
	font-weight: 700;
	font-size: 36pt;
}

#animation .title span {
	display: block;
	font-weight: 400;
	font-size: 14pt;
}

#animation .info {
	display: inline-block;
	position: absolute;
	width: 5%;
	border-radius: 50%;
	background: #C3A848;
}

#animation .info:before {
	content: "";
	padding-top: 100%;
	float: left;
}

#animation .info:after {
	display: inline-block;
	position: absolute;
	content: "";
	width: 180%;
	background: url("line.png") center center no-repeat;
	background-size: contain;
	z-index: 200;
}

#animation .info.left:after {
	right: 85%;
	left: -160%;
}

#animation .info.right:after {
	left: 85%;
	right: -160%;
}

#animation .info.bottom:after {
	bottom: 70%;
	top: -70%;
}

#animation .info.top:after {
	top: 70%;
	bottom: -70%;
}

#animation .info.right.bottom:after { transform: scale(-1, 1); }
#animation .info.right.top:after { transform: scale(-1, -1); }
#animation .info.left.top:after { transform: scale(1, -1); }

#animation .info .block {
	display: inline-block;
	min-width: 450%;
	min-height: 100%;
	position: absolute;
	box-sizing: border-box;
	padding: 20px;
	background: #3D4938;
	color: #F7F5EE;
	font-family: Kalameh, 'kalameh', sans-serif;
	font-weight: 400;
	transition: opacity 0.2s ease-in-out;
	opacity: 0;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, 0.5);
}

#animation .info .block a {
	color: #fff;
	text-decoration: none;
}

#animation .info .block b {
	font-weight: 700;
	font-family: Kalameh, 'kalameh', sans-serif;
	font-size: 20pt;
	display: block;
	margin-bottom: 20px;
	line-height: 1.4;
	color: #fff;
	padding-inline-end: 40px;
}

#animation .info .block a:hover b,
#animation .info .block b:hover {
	color: #C3A848;
}

#animation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#animation ul li {
	font-size: 14pt;
	line-height: 1.6;
	font-weight: 400;
	position: relative;
	padding-inline-start: 1.2em;
	margin-inline-start: 0.4em;
}

#animation ul li::before {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	top: 0.55em;
	width: 0;
	height: 0;
	border-block: 0.28em solid transparent;
	border-inline-start: 0.4em solid #fff;
}

#animation ul span {
	display: block;
	font-weight: 400;
	font-size: 14pt;
	line-height: 1.4;
}

#animation .info .block .close {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0.35rem;
	inset-inline-end: 0.35rem;
	z-index: 400;
	cursor: pointer;
	border-radius: 4px;
	color: #f7f5ee;
	transition: background-color 0.2s ease, color 0.2s ease;
}

#animation .info .block .close::before {
	content: "";
	display: block;
	width: 1.35rem;
	height: 1.35rem;
	background-color: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.25' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E") center / contain no-repeat;
}

#animation .info .block .close:hover,
#animation .info .block .close:focus-visible {
	background-color: rgba(195, 168, 72, 0.25);
	color: #c3a848;
}

#animation .info .block .close:focus-visible {
	outline: 2px solid #f7f5ee;
	outline-offset: 2px;
}

#animation .info .block.hidden {
	display: none;
}

#animation .info .block.shown {
	opacity: 1;
}

#animation .info.left.bottom .block {
	top: 0;
	right: 0;
}

#animation .info.right.bottom .block {
	top: 0;
	left: 0;
}

#animation .info.right.top .block {
	bottom: 0;
	left: 0;
}

#animation .info.left.top .block {
	bottom: 0;
	right: 0;
}

#animation .info .plus {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	border-radius: 50%;
	border: none;
	padding: 0;
	margin: 0;
	background: transparent;
}

#animation .info .plus:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 2px;
}

#animation .info .plus:before {
	display: inline-block;
	content: '';
	background: #fff;
	position: absolute;
	top: 30%;
	left: 47%;
	right: 47%;
	bottom: 30%;
}

#animation .info .plus:after {
	display: inline-block;
	content: '';
	background: #fff;
	position: absolute;
	left: 30%;
	top: 47%;
	bottom: 47%;
	right: 30%;
}

@media (max-width: 639px) {
	#animation ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#animation ul li {
		font-size: 12pt;
		margin-inline-start: 0.4em;
		padding-inline-start: 1.1em;
		line-height: 1.35;
	}

	#animation .title {
		top: 5px;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 1), 2px 2px 5px rgba(0, 0, 0, 1);
	}

	#animation .title b {
		font-size: 16pt;
	}

	#animation .title span {
		display: none;
	}

	#animation .info .block b {
		margin-bottom: 10px;
		font-size: 16pt;
	}
}
