@charset "utf-8";
/* CSS Document */
	*,body{
		direction: rtl;
		text-decoration: none;
		padding: 0;
		margin: 0;
		color: #ed2424;
		box-sizing: border-box;
	}
	a,a:hover,a:active{color: inherit;text-decoration: none;}
@font-face {
    font-family: 'aliMath89_1';
    src: url('../font/ReadexPro-Medium.eot');
    src: url('../font/ReadexPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/ReadexPro-Medium.woff2') format('woff2'),
        url('../font/ReadexPro-Medium.woff') format('woff'),
        url('../font/ReadexPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'aliMath89_2';
    src: url('../font/Lateef-Regular.eot');
    src: url('../font/Lateef-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Lateef-Regular.woff2') format('woff2'),
        url('../font/Lateef-Regular.woff') format('woff'),
        url('../font/Lateef-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

	
	#header{
		display: grid;
		grid-template-columns: 60px 1fr 120px;
		grid-column-gap: 5px;
		align-items: center;
		font-family: aliMath89_1;
		color: #ed2424;
		user-select: none;		
	}
	#header div:nth-child(1) , #header div:nth-child(3){
		background-color: #ed2424;
		height: 100%;
	}
#header div:nth-child(1){
	display: flex;
	align-items: center;
	justify-content: center;
}
#header div:nth-child(1) img {
	width: 35px;
	height: auto;
	position: relative;
	cursor: pointer;
}
#header div:nth-child(1) img:hover {
	transform: scale(1.05);
}
	#header div:nth-child(3){
		padding: 5px;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header div:nth-child(2) ul li{
		display: inline-block;
		margin: 0 0.7rem;
		border-bottom: 2px solid #fff;
		padding-bottom: 5px;
		transition: all 0.3s ease;
	}
	#header div:nth-child(2) ul li:hover{
		border-bottom: 2px solid #ed2424;
		cursor: pointer;
	}
	.container{
		position: relative;
		margin: auto;
		width: 100%;
		max-width: 1920px;
	}
	.container #sec1{
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 60px 20px;
		user-select: none;
	}
	.container #sec1 #sec1r h1{
		font-size: 10vw;
		font-family: sans-serif;
		margin: 0;
	}
	.container #sec1 #sec1r div{
        width: 100%;max-width: 600px;position: relative;margin: auto;
	}
	.container #sec1 #sec1r div div{
		direction: ltr;
	}
	.container #sec1 #sec1r div div .more{
		max-width: 150px;
		background-color: #000;
		color: #fff;
		text-align: center;
		padding: 10px;
		font-size: 16px;
		font-family: aliMath89_1;
		border-radius: 15px;
	}
	.container #sec1 #sec1r div div .more:hover{
		background-color: #FFBF00;
		cursor: pointer;
	}
	.container #sec1 #sec1r p{
		font-size: 25px;
		font-family: aliMath89_1;
	}
	.container #sec1 #sec1l{
		text-align: center;
	}
	.container #sec1 #sec1l img{
		max-width: 100%;
		
	}
	.container-fluid{
		width: 100%;
		background-color: #ed2424;
	}
	#sec2 .container-fluid{
		background-color: #ed2424;
		padding-top: 30px;
	}
	#sec2 .container-fluid .container{
		max-width: 100%;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
		padding: 3% 10%;
	}
	#sec2 .container-fluid .container div{
		width: 30%;
		max-width: 300px;
		min-width: 250px;
		user-select: none;
	}
	#sec2 .container-fluid .container div p:nth-child(1){
		padding: 30px 5px;
		background-color: #fff;
		width: 100%;
		max-width: 300px;
		position: relative;
		margin: auto;
		margin-top: 10px;
		min-height: 380px;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: all 0.3s ease;
		cursor: pointer;
	}
#sec2 .container-fluid .container div p:nth-child(1):hover{
	background-color: #FFA62F;
}
	#sec2 .container-fluid .container div p:nth-child(2){
		color: #fff;
		max-width: 250px;
		position: relative;
		margin: auto;
		text-align: center;
		font-family: aliMath89_1;
		font-size: 18px;
		margin: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
#sec2 .container-fluid .container div:hover p:nth-child(2){
	color: #FFA62F;
	cursor: pointer;
}
	#sec3 .container{
		display: grid;
		grid-template-columns: 1fr 500px;
		padding: 5% 10px;
		font-family: aliMath89_1;

	}
	#sec3 .container div:nth-child(1){
		padding: 5% 20%;
	}
	#sec3 div:nth-child(1) h3{
		font-size: 4vw;
		font-family: aliMath89_1;
	}
	#sec3 div:nth-child(1) #s31{
		margin: 20px 0;
		font-size: 30px;
	}

	#sec3 div:nth-child(2){
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#sec3 div:nth-child(2) img{
		width: 100%;
		max-width: 450px;
	}
	
	/*section 4*/
	
	
	
	#sec4 .container{		
		display: grid;
		grid-template-columns: 1fr 500px;
		padding: 5% 10px;
		font-family: aliMath89_1;

	}
	#sec4 .container div:nth-child(1){
		color: #fff;
		padding: 5% 20%;
	}
	#sec4 div:nth-child(1) h3{
		font-size: 4vw;
		font-family: aliMath89_1;color: #fff;
	}
	#sec4 div:nth-child(1) p{
		color: #fff;
	}
	#sec4 div:nth-child(1) #s42{
		margin: 20px 0;
		font-size: 16px;
	}
	#sec4 div:nth-child(2){
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#sec4 div:nth-child(2) p{
		width: 360px;
		height: 360px;
		background-color: #fff;
		border-radius: 50%;
	}
	#sec4 div:nth-child(2) img{
		width: 75%;
		max-width: 450px;
	}
	#sec5 .container-fluid{
		background-color: #000;
	}
	#sec5 .container-fluid .container{
		display: grid;
		grid-template-columns: 1fr 1fr;
		padding: 5% 10px;
	}
	#sec5 .container-fluid .container div:nth-child(1){
		padding: 5% 1%;
		color: #fff;
		font-family: aliMath89_1;
	}
	#sec5 .container-fluid .container div:nth-child(1) h3{
		font-family: aliMath89_1;
		font-size: 8vw;
		color: #fff;
	}
	#sec5 .container-fluid .container div:nth-child(1) p{
		font-size: 2vw;
		color: #fff;
		margin-top: 20px;
	}
	#sec5 .container-fluid .container div:nth-child(2){
		text-align: left;
	}
	#sec5 .container-fluid .container div:nth-child(2) img{
		width: 100%;
		max-width: 450px;
		margin-left: 4%;
	}
	footer .container-fluid{
		background-color: #ed2424;
	}
	footer .container-fluid .container{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 2% 5%;
	}
	footer .container-fluid .container div:nth-child(1) h3{
		color: #fff;
		font-family: aliMath89_1;
		font-weight:normal;
		font-size: 18px;
		margin-bottom: 10px;
	}
	footer .container-fluid .container div:nth-child(1) p{
		width: 30px;
		height: 30px;
		background-color: #fff;
		border-radius: 50%;
		display: inline-block;
		padding: 5px;
	}
	footer .container-fluid .container div:nth-child(1) p img{
		max-width: 100%;
	}
	footer .container-fluid .container div:nth-child(2) h3 span{
		color: #fff;
		font-family: aliMath89_1;
		font-weight: 100;
	}
footer .container-fluid .container div:nth-child(2) h3 img{
	display: inline-block;
	max-width: 30px;
	position: relative;
	bottom: -10px;
}
	footer .container-fluid .container div:nth-child(3){
		text-align: center;
	}
	footer .container-fluid .container div:nth-child(3) p {
		color: #fff;
		font-family: aliMath89_1;
		font-weight: 100;
		margin-bottom: 10px;
		cursor: pointer;
	}
		#bg{
			position: fixed;
			top: 0px;
			bottom: 0px;
			left: 0;
			right: 0;
			z-index: 9;
			z-index: 2;
			background-color: rgba(255,255,255,0.8);
			display: none;
		}
		#conUs{
			position: fixed;
			z-index: 10;
			width: 95%;
			max-width: 800px;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			font-family: aliMath89_1;
			background-color: #d52121;
			padding: 2% 1%;
			border-radius: 10px;
			display: none;
		}
		#conUs h3{
			text-align: center;
		}
		#conUs h3 img{
			width: 120px;
			margin-bottom: 10px;
		}
		#conUs div{
			display: grid;
			grid-template-columns: 120px 1fr;
			margin: 5px 0;
			overflow: hidden;
			border-radius: 5px;
		}
		#conUs div p{
			padding: 5px;
			text-align: center;
			display: flex;
			align-items: center;
			justify-content: center;
		}
		#conUs div p:nth-child(1){
			background-color: #d52121;
			color: #fff;
		}
		#conUs div p:nth-child(2){
			border-radius: 10px;
			overflow: hidden;
		}		
		#conUs div p:nth-child(2) input{
			width: 100%;
			border: 0px;
			border-radius: 5px;
			outline: none;
			color: #333;
			height: 100%;
			padding: 5px 10px;
			font-size: 18px;
			font-family: aliMath89_1;
		}
		#conUs div p:nth-child(2) textarea{
			padding: 10px;
			color: #333;
			font-size: 18px;
			border-radius: 5px;
			min-height: 160px;
			border: 0;
			width: 100%;
			font-family: aliMath89_1;
			outline: none;
		}
		#conUs #err{
			padding: 5px 10px;
			background-color:#ed2424;
			color: #FFA62F;
			display: none;
		}
		#conUs button{
			border: 0px;
			color: #333;
			padding: 10px 20px;
			font-size: 18px;
			border-radius: 5px;
			background-color: #FFA62F;
			font-family: aliMath89_1;
			margin-top: 20px;
		}
#toTop{
	position: fixed;
	bottom:20px;
	left:10px;
	z-index:7;
	width:40px;
	height: 40px;
	border:1px solid #ed2424;
	background-color: #fff;
	border-radius:50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#toTop img{
	max-width: 85%;
}
#toTop:hover{
	cursor: pointer;
	background-color: #FFA62F;
}
.env{
	display: none;
}

/* screen resize */

@media only screen and (max-width: 665px) {
	#header  ul{
		display: none;
	}
	.env{
		display: block;
	}
	#header{
		background-color: #ed2424;
		direction: ltr;
	}
}
@media only screen and (max-width: 925px) {
	#sec3 .container{
		direction: ltr;
		display: block;
	}
	#sec4 .container{
		direction: ltr;
		display: block;
	}
	#sec3 .container div:nth-child(1) ,#sec4 .container div:nth-child(1){
		padding: 20px 10px;
	}
	#sec4 div:nth-child(2) p {
		width: 200px;
		height: 200px;
	}
}
@media only screen and (max-width: 510px) {
	footer .container-fluid .container{
		display: flex;
		flex-wrap: wrap;
	}
	footer .container-fluid .container div{
		min-width: 150px;
	}
	footer .container-fluid .container div:nth-child(3){
		width: 100%;
	}
	
}
