@font-face{
	font-family: Estedad;
	src: url(../fonts/Estedad.woff2);
}
*{
	box-sizing: border-box;
}
html{
	font-size: 19px;
}
#homepage{
	background: #000000;
	background: linear-gradient(39deg, rgba(0, 0, 0, 1) 0%, rgba(33, 37, 41, 1) 23%, rgba(0, 13, 255, 0.87) 49%, rgba(31, 4, 255, 1) 83%, rgba(47, 0, 255, 1) 100%);
}
a{
	text-decoration: none;
}
.salam{
	direction: ltr; text-align: center;
}
body{
	background: #000000;
	background: linear-gradient(39deg, rgba(0, 0, 0, 1) 0%, rgba(33, 37, 41, 1) 23%, rgba(0, 13, 255, 0.87) 49%, rgba(31, 4, 255, 1) 83%, rgba(47, 0, 255, 1) 100%);
	font-family: Estedad, Tahoma;
}
/* website srtucture */
main{
	display: grid;
	grid-template-columns: 200px auto;
	grid-template-rows: auto auto auto;
	grid-template-areas: 
	'header header'
	'aside article'
	'footer footer'
	;
	gap: 10px;
	width: 950px;
	min-height: 1000px;
	margin: 0 auto;
	padding: 10px;
}
header,aside,article,footer{
	background-color: #212529;
	border: 1px solid #212529;
	border-radius: 10px;
	color: white;
}
header{
	grid-area: header;
	padding: 10px 10px 10px 10px;
}
aside{
	grid-area: aside;
}
article{
	grid-area: article;
	padding: 10px;
	min-height: 700px;
}
footer{
	grid-area: footer;
	direction: ltr;
	text-align: center;
}
#main-menu{
	display: none;
}
#main-menu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#main-menu ul li{
}
#main-menu ul li a{
	padding: 6px 10px;
	margin: 3px 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #003f8f;
	color: whitesmoke;
	border-right: 7px solid #2196F3;
	transition: o.3s;
}
#main-menu ul li a:hover{
	background-color: #2196F3;
	color: whitesmoke;
	border-right: 7px solid #003f8f;
	box-shadow: 7px 7px 0px #2196F3;
}
#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#nav ul li{
	display: inline-block;
	padding: 5px 4px;
	border-radius: 7px 7px 0px 0px;
}
	#nav ul li a{
	display: inline-block;
	border-radius: 7px 7px 0px 0px;
	padding: 5px 1px;
	background-color: #2196F3;
	color: whitesmoke;
	transition: 0.3;
	border-bottom:7px solid #003f8f ;
	}
#nav ul li a:hover{
	background-color: #003f8f;
	color: whitesmoke;
	border-bottom:7px solid #2196F3 ;
}
#sem ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sem ul li{
}
#sem ul li a{
	padding: 6px 10px;
	margin: 3px 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #003f8f;
	color: whitesmoke;
	border-right: 7px solid #2196F3;
	transition: o.3s;
}
#sem ul li a:hover{
	background-color: #2196F3;
	color: whitesmoke;
	border-right: 7px solid #003f8f;
	box-shadow: 7px 7px 0px #2196F3;
}
@keyframes logoplay{
from{
	transform: translate(-300px);
	opacity: 0;
}
to{
	transform: translate(0px);
	opacity: 1;
}
}
#logo{
	animation: logoplay 2s;
}
@keyframes menuplay{
	0%{
		transform: translate(300px);
	}
	50%{
		transform: translate(-30px);
	}
	100%{
		transform: translate(0px);
		opacity: 1;
	}
}
#main-menu ul li{
	opacity: 0;
	animation: menuplay 1.7s forwards;
}
h1{
	/*text-align: center;
	border-radius: 10px 10px 10px 10px;
	background-color: #30cfd0;*/
}
article{
	padding: 5px;
}
/* Medium Screen */
@media screen and (max-width: 1024px){
	main{
		width: 100%;
	}
	#nav{
		display: none;
	}
	#main-menu{
		display: inherit;
	}
	.abc{
		display: none;
	}
}
/* small screen */
@media screen and (max-width: 500px){
	main{
		grid-template-columns: auto;
		grid-template-rows: auto auto auto auto;
		grid-template-areas: 
		'header'
		'article'
		'aside'
		'footer'
		;
	}
	.abc{
		display: none;
	}
}
::selection {
  background: #7c0dd6;
  color: #fff;
}
.btn-outline-success{
	background-color: #ffffff !important;
  	border-color: #0400f0 !important;
  	color: #0400f0;
	transition: background-color 0.3s ease;
}
.btn-outline-success:hover {
	background-color: #0400f0 !important;
  	border-color: #ffffff !important;
  	color: white;
	transition: background-color 0.3s ease;
}
.dropdown-divider {
  border-top: 1px solid #ffffff;
  opacity: 10;
}
.dropdown-item:hover {
	background-color: #0400f0;
	color: white;
	border-right: 7px solid #0066ff;
}
.goorba{
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #0400f0;
	background-color: #212529;
	color: #0400f0;
	transition: 0.7s;
}
.goorba:hover {
	border-color: #212529;
	background-color: #0400f0;
	color: #212529;
}
.abc {
	border-radius: 7px 7px 7px 7px;
	padding: 5px;
	transition: 0.7s;
	background-color: #ffffff;
	border: 1px solid #0400f0;
	color: #0400f0;
}
.abc:hover {
	background-color: #0400f0;
	border: 1px solid #ffffff;
	color: white;
}
.abc a{
	display: block;
}

