@charset "utf-8";
/* CSS Document */

/**************===========================================================================================***********/

/* الستايل المخصص للسلايد*/
.slider{
	position: relative;
	border-radius: 35px 35px 0 0;
	width: 100%;
	border-bottom: 2px solid #bea139;
}
.myslider{
	border-radius: 35px 35px 0 0;
	max-height: 85vh;
	display: none;
	position:static;
	overflow: hidden;
}
.myslider img{
	
	width: 100%;
	height: auto;
}
.prev , .next{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px;
	padding: 15px;
	cursor: pointer;
	color: #BEA139;
	transition: 0.1s;
	user-select: none;
}
.prev:hover,.next:hover{
	color: #285D93;
}
.next{
	right: 0;
}
.dotsbox{
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 20px;
	cursor: pointer;
}
.dot{
	display: inline-block;
	width: 25px;
	background: #285D93;
	border-radius: 25%;
	height: 8px;
	margin: 0 10px;
	cursor: pointer;
}
.active , .dot:hover{
	border-color: #BEA139;
}
.zizo{
	-webkit-animation-name: zezo;
	-webkit-animation-duration: 1.5s;
	animation-name: zezo;
	animation-duration: 1.5s;
}
.text h2{
	color: #BEA139;
	font-size: 28px;
	background: rgba(0,0,0,0.55);
	padding: 5px 10px;
}
@keyframes zezo {
	from{opacity: 0.9}
	to{opacity: 1}
}
@-webkit-keyframes zezo {
	from{opacity: 0.9}
	to{opacity: 1}
}
.text{
	position: absolute;
	color: #000;
	line-height: 35px;
	top: 55%;
	right: 15%;
	-webkit-animation-name: post;
	-webkit-animation-duration: 2s;
	animation-name: post;
	animation-duration: 2s;
	z-index: 2;
	text-align: right;
}
@-webkit-keyframes post{
	from{right: 25%;}
	to{right: 15%;}
}
@keyframes post{
	from{right: 25%;}
	to{right: 15%;}
}
.text h1{
	color: #285D93;
	font-weight: bold;
	margin-bottom: 20px;
}
.text h2{
	font-weight: bold;
	margin: 20px;
}
.myslider img{
	transform: scale(1.5,1.5);
	-webkit-animation-name: zoomin;
	-webkit-animation-duration: 40s;
	animation-name: zoomin;
	animation-duration: 40s;
}
@-webkit-keyframes zoomin{
	from{transform: scale(1,1);}
	to{transform: scale(1.5,1.5);}
}
@keyframes zoomin{
	from{transform: scale(1,1);}
	to{transform: scale(1.5,1.5);}
}
@media screen and (max-width: 800px){
    .slider{
        margin-top: 5px;
    }
    .slider,.myslider{
        border-radius: 0px 0px 0px 0px;
    }
	.text{
		line-height: 25px;
		top: 65%;
		right:5%;
		transform: translate(-50%,-50%);
		-webkit-animation-name: post2;
		-webkit-animation-duration: 2s;
		animation-name: post2;
		animation-duration: 2s;
	}
	.dotsbox,.dot{
	    display:none;
	}
	@keyframes post2{
		from{top: 35%;}
		to{top: 65%;}
		.text h1{
			font-size: 40px;
		}
		.text h2{
			font-size: 13px;
		}
	}
}
@media screen and (max-width: 520px){
	.text h1{
		font-size: 30px;
	}
}
/*=============================================================================================================*/
/* شريط الاخبار */
.textslider{
	margin-top: 10px;
	position: relative;
	border-radius: 10px;
	background: #ffffff;
	width: 98%;
	height: 50px;
	border: 2px solid #285D93;
	right: 0.5%;
	left: 0.5%;
	overflow: hidden;
}
.myslidere{
	border-radius: 15px;
	height: 50px;
	display: none;
	overflow: hidden;
}
.textahkbar{
	-webkit-animation-name: post3;
	-webkit-animation-duration: 2s;
	animation-name: post3;
	animation-duration: 2s;
	direction: rtl;
	overflow: hidden;
	right: 15%;
}
.textahkbaren{
	-webkit-animation-name: post3;
	-webkit-animation-duration: 2s;
	animation-name: post3;
	animation-duration: 2s;
	direction: ltr;
	overflow: hidden;
	left: 15%;
}
.textahkbar h2{
	position: absolute;
	-webkit-animation-name: post3;
	-webkit-animation-duration: 2s;
	animation-name: post3;
	animation-duration: 2s;
	z-index: 2;
	font-size: 16px;
	right: 20%;
	color: #BEA139;
	overflow: hidden;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}
.textahkbaren h2{
	position: absolute;
	-webkit-animation-name: post3;
	-webkit-animation-duration: 2s;
	animation-name: post3;
	animation-duration: 2s;
	z-index: 2;
	font-size: 16px;
	left: 20%;
	color: #BEA139;
	overflow: hidden;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
}
.titleal{
	float: right;
	width: 14%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	background-color: #285D93;
	padding: 0;
	border-radius: 0 10px 10px 0;
}
.titlealen{
	float: left;
	width: 14%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #285D93;
	padding: 0;
	border-radius: 10px 0 0 10px;
}
.titleal h1,.titlealen h1{
	color: #ffffff;
	margin-top: 0;
	font-size: 24px;
}
@-webkit-keyframes post3{
	from{
		color: #fff;
	}
	to{
		color: #BEA139;
	}
}
@media screen and (max-width:800px){
	.titleal h1,.titlealen h1{
		font-size: 16px;
		margin-top: 5px;
	}
	.textahkbar h2,.textahkbaren h2{
		font-size: 12px;
		width: 100%;
	}
}