@import url("/Assets/CSS/Chatranjali.css");

body {
	background: url("/Urdu/JavedAkhtar/Poems/Tarkash/Quiver.jpg") center fixed;
	background-size: cover;
}
	body::before {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		backdrop-filter: blur(5px) brightness(0.6);
		z-index: -1;
}

page.text {
	color: #FFFFFF;
}
page.dark {
	color: #2A211A;
}
page.lite {
	color: #66584F;
}

.covers img {
	position: absolute;
	right: 5vw;
	height: 50vh;
	opacity: 0;
	animation: fade 8s infinite;
}
	.covers img:first-child {
		animation-delay: 0s;
	}
	.covers img:last-child {
		animation-delay: 4s;
	}
@keyframes fade {
	  0% { opacity: 0; }
	 25% { opacity: 1; }
	 50% { opacity: 1; }
	100% { opacity: 0; }
}

div[id$="-2"] .indian {
	font-family: "Noto Sans Arabic";
	font-size: 0.91em;
	line-height: 1.5;
	direction: rtl;
}