@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------------------*/
/*معرض الصور*/
.slide-photo{
	position: relative;
	height: 600px;
	width: 100%;
	overflow: hidden;
}
.swiper-container {
	width: 100%;
	padding-top: 90px;
	padding-bottom: 10px;
	transition: all 0.5s linear;
}
    
.swiper-slide {
	background-position: center;
	background-size: cover;
	width: 420px;
	height: 420px;
}
.swiper-slide .number{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.5;
	text-shadow: 4px 4px 4px rgba(255,255,255,0.5),
	-5px px 4px rgba(255,255,255,0.5);
	font-size: 100px;
	font-weight: 900;
}