@font-face{
	font-family: f1;
	src: url("homa.ttf");
}
*{
	font-family: f1;
}
.carousel-item>img{
	height: 400px;
}
.icons>svg{
	padding: 7px;
}
.w30{
	width: 33%;
}
.scrollspy>img{
	width: 80%;
}
.card>img{
	height: 100px;
	margin-bottom: 5px;
}
.nmc:hover{
	transition: 0.5s ease;
	transform: scale(1.05);
	background-color: antiquewhite;
}
p{
	text-align: justify;
	margin: 10px 0;
}
.bg-redi{
	background-color: #C10003;
	color: whitesmoke;
}
.bg-greeni{
	background-color: #419215;
	color: whitesmoke;
}
.bg-whitei{
	background-color: antiquewhite;
	color: #001105;
}
.bg-yellowi{
	background-color: #FFD692;
	color: #001105;
}
.m5{
	margin: 0 5px;
}
.aa{
	text-decoration: 0;
	color: inherit;
}.head-shadow{
	box-shadow: 0px 1px 20px 2px #8B8B8B; 
	color: #8B8B8B
}
.cardi{
	width: 150px;
	height: 200px;
}
.cardi,.cardii{
	background-color: antiquewhite;
	color: #1B0000;
	padding-top: 25px;
	border-radius: 10px;
	transition: 0.5s ease;
}
.h1000{
	height: 650px;
}
.cardi<img{
	opacity: 30%;
}
.cardi:hover,.cardii:hover{
	background-color: #D60003;
	color: #FFFEF0;
	transform: scale(1.05);
}
.dari{
	background: radial-gradient(an);
}
.grad-1{
	background: linear-gradient(white,#FFC463);
	height: 70px;
	width: 100%;
}
.grad-2{
	background: linear-gradient(#FFCB77,antiquewhite);
	height: 30px;
	width: 100%;
}