body {
	background: #181d25;
	padding: 0;
	margin: 0;
	font-family: Tajawal;
	font-size: 16px;
	direction: rtl;
	color: #FFF;
}
* {
	position: relative;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #FFF;
}
.allcontents {
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
}

.allcontents .leftContents {
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.allcontents .leftContents .bg {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	filter: blur(5px);
	transform: scale(1.1);
}

.allcontents .leftContents a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 9px 30px;
	border: 1px solid #ffffff47;
	font-weight: bold;
	border-radius: 5px;
	transition: .3s all ease;
}

.allcontents .leftContents a i {
	float: right;
	font-size: 26px;
	padding-left: 10px;
}

.allcontents .leftContents a:hover {
	background: #ffffff1f;
}

.rightContents {
	float: right;
	width: 50%;
	height: 100%;
	background: #262e3c;
	z-index: 9;
	padding: 0 2%;
}

.rightContents:after {content: '';position: absolute;top: 0;left: -6%;bottom: 0;width: 150px;background: #262e3c;transform: skew(-6deg);box-shadow: 0 0 30px #00000085;z-index: -1;}

.rightContents:before {
	content: '';
	position: absolute;
	top: 0;
	left: -10px;
	bottom: 0;
	width: 190px;
	background: #262e3c;
	transform: skew(-8deg);
}
.rightContents .Contents {
	margin: 0 auto;
	padding: 10% 0;
}

.rightContents .Contents >span {
	background: #55555530;
	display: block;
	padding: 10px 15px;
	border-radius: 8px;
	text-align: center;
	line-height: 24px;
	margin-top: 15px;
}
.rightContents .Contents .logo {display: table;margin: 0 auto;}

.rightContents .Contents .logo img {
	width: 160px;
}

.rightContents .Contents .logo h1 {
	display: block;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 28px;
	line-height: 20px;
}
.rightContents .Contents >p {
	display: block;
	margin: 15px 0;
}

.rightContents .Contents >p em {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding: 0 10px;
	border-right: 5px solid #ce0000;
	font-style: normal;
	margin-bottom: 8px;
}

.copyrights {
	position: absolute;
	left: 0;
	width: 50%;
	text-align: center;
	bottom: 12px;
	font-weight: bold;
}
.social-media {
	display: table;
	justify-content: center;
	background: #212935;
	margin: 0 auto;
	border-radius: 15px;
	padding: 11px 10px;
}
.social-icon {
	float: right;
	height: 35px;
	width: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.45rem;
	color: #fff;
	font-weight: 400;
	border-radius: 50%;
	border: 1px solid #ffffff26;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}
.social-icon:hover {
	color: #4481eb;
	border-color: #4481eb;
}

@media(max-width: 960px){
	.rightContents{
		float: none;
		width: 100%;
		height: auto;
		padding: 0 20px;
	}
	.rightContents:before,.rightContents:after {
		display: none
	}
	.allcontents .leftContents{
		width: 100%;
		float: none;
		height: 50%;
	}
	.copyrights{
		width: 100%;
		position: relative;
		margin-top: -50px;
	}
	.allcontents .leftContents a{
		width: 220px;
	}
}
@media(max-width:800px){
    .allcontents{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }
    .allcontents > div {
    min-width: 100%;
}

.allcontents .rightContents {
    order: 2;
}
.allcontents .leftContents {}
}

.box5 {
	display: table;
	justify-content: center;
	background: #212935;
	margin: 0 auto;
	border-radius: 15px;
	padding: 11px 10px;
}
