/*
Theme Name: Sahityapost
Theme URI: sahityapost.com
Version: 0.1
Author: Anil Khatiwada / Milan Acharya
Author URI: sahityapost.com/
Description: this is sahityapost theme
Tags: minimal, simple, responsive, light-weight
Text Domain: sahityapost
*/

html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	max-width: 1440px;
}


body {
	font-family: "Sofia", sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.heading-bar {
	height: 5px;
	background-color: #9a2710;
	width: 100%;
}

.thumbnail {
	border-bottom: 3px solid #9a2710;
}

.thumbnail:hover {
	animation: cardshadow 0.5s normal;
	animation-fill-mode: forwards;

}

.read-more {
	margin-left: 85%;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #9a2710;
	font-weight: bold;
	color: white;
	border-top-left-radius: 35px;
	border-top-right-radius: 35px;
	margin-bottom: -15px;
	width: fit-content;
}

.heading-box {
	width: fit-content;
	/* background-image: url(/assets/img/paper-bg.jpeg); */
	border: 1px solid #9a2710;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: -20px;
	border-radius: 15px;
	font-weight: bold;
}

.marquee {
	animation: marquee 15s alternate-reverse infinite;
}

@keyframes marquee {
	from {
		transform: translateX(0%);
	}

	to {
		transform: translateX(50%);

	}
}

@keyframes cardshadow {
	from {}

	to {
		box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.53), 0 6px 20px 0 rgba(77, 76, 76, 0.53);
	}
}

.anilshadow {
	box-shadow: 0 4px 8px 0 rgba(77, 76, 76, 0.53), 0 6px 20px 0 rgba(77, 76, 76, 0.53);
}


.main-content {
	font-family: 'Mukta', sans-serif;
	font-size: 20px;
}



