@font-face{
	font-family: "iransans";
	src: url('../fonts/iransans.ttf');
}
@font-face{
	font-family: "btitr";
	src: url('../fonts/BTitr.ttf');
}
@font-face{
	font-family: nastaliq;
	src: url('../fonts/IranNastaliq.ttf');
}
.titr-txt{
    font-family: "btitr" !important;
}
body{
	font-family: "iransans";
	background-color: #f2f2f2;
}

.header-logo{
	display: block;
	margin-left: auto;
	margin-top: 22%;
	width: auto;
	height:auto;
	max-width: 100%;
	max-height: 100;
}

.navbar-txt{
	color: #141414;
}


.header-date{
	text-align: left;
	margin-top: 12%;
}

.carousel-img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	filter: brightness(50%);
}

.header-sect{
	position: relative;
}