@charset "utf-8";
/* CSS Document */
.newssidebig{
	background: #fff;
	width: 100%;
	height: auto;
	min-height: 100vh;
	display: flex;
	direction: rtl;
	justify-content: center;
}
.newsside{
	width: 90%;
	height: auto;
	min-height: 80%;
	background-color: ghostwhite;
	margin: 100px auto 100px auto; 
	box-shadow: 0 0 40px -10px rgba(0,0,0,0.75);
	position: relative;
}
.hedernews{
	width: 100%;
	max-height: 100%;
	height: 400px;
	background-size: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	direction: ltr;
}

.titlenews{
	width: 100%;
	position: relative;
	margin: 20px 20px auto;
}
.titlenews h2{
	font-size: 40px;
	text-shadow: 20px 10px 10px rgba(0,0,0,0.10);
	color: #000;
	text-align: right;
	max-width: 90%;
}
.textnews{
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	justify-content: center;
	
}
.textnews h3,.textnews pre{
	font-size: 20px;
	text-align: justify;
	text-align-last: right;
	font-weight: 100;
	font-family: 'Cairo', sans-serif;
	white-space: pre-line;
}
.multiimg{
	width: 98%;
	height: auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 60px 1% 10px 1%;
}
.multiimg img{
	width: auto;
	max-width: 100%;
	height: 250px;
	margin-bottom: 20px;
	box-shadow: 0 0 40px -10px rgba(0,0,0,0.75);
}
.morenews{
	width: 100%;
	height: 500px;
	position: relative;
}
.morenews .nextnews{
	width: 10%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	position: absolute;
}
.morenews .nextnews .next,.morenews .prevnews .prev{
	font-size: 100px;
	color: rgba(0,0,0,0.35);
}
.morenews .nextnews .next:hover,.morenews .prevnews .prev:hover{
	color: rgba(0,0,0,1.00);
	text-shadow: 0 0 40px -10px rgba(0,0,0,0.75);
}
.morenews .prevnews{
	width: 10%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 0;
}
.morenewsside{
	width: 80%;
	height: 100%;
	position: absolute;
	left: 10%;
	right: 10%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
}
.mornewsclass{
	width: 280px;
	height: 380px;
	box-shadow: 0 0 40px -10px rgba(0,0,0,0.75);
}
.imgmorenews{
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.imgmorenews img{
	width: 100%;
	height: auto;
}
.textmornews{
	width: 90%;
	height: 95%;
	margin: 0 5% 0 5%;
	background: #fff;
	
}
a{
	text-decoration: none;
}
.textmornews h4{
	padding-top: 10px; 
	width: 100%;
	font-size: 20px;
	font-weight: 100;
	color: #000;
	text-align: justify;
	text-align-last: right;
}
/*====================================//**/
.sidebigimg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.70);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
}
.sidebigimg.open{
	visibility: visible;
	opacity: 1;
}
.bigimg{
	width: auto;
	max-width: 80%;
	height: auto;
	max-height: 80%;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.bigimg img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	border: 1px solid #fff;
}
.pop-close-icon{
	position: absolute;
	height: 25px;
	width: 25px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 20px;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
@media screen and (max-width: 1100px){
	.titlenews h2{
		font-size: 30px;
	}
	.morenews{
		display: none;
	}
}
@media screen and (max-width: 800px){
	.titlenews h2{
		font-size: 26px;
	}
	.hedernews{
		background-attachment: local;
		background-position: top;
		height: 250px;
	}
	.bigimg{
		width: auto;
		min-width: 90%;
		max-width: 100%;
		height: auto;
		max-height: 80%;
	}
}
@media screen and (max-width: 650px){
	.titlenews h2{
		font-size: 20px;
	}
	.multiimg img{
		height: auto;
		max-width: 95%;
	}
}
@media screen and (max-width: 510px){
	.titlenews h2{
		font-size: 20px;
	}
}
