html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

html
{
    height:100%; 
    margin-bottom: 0px; 
}

body 
{
    text-align: center;
    height:100%;
	width: 100%;
    margin-bottom: 0px;
    font-family: 'Heebo', sans-serif;
	direction:rtl;
	zoom: 0.9;
}


*{
	
	box-sizing: border-box;
	scroll-behavior: smooth;
}


div.header{
	width: 100%;
	background-color: white;
	display: inline-block;
		text-align: center;
	position: fixed;
	right: 0;
	z-index: 100;
	box-shadow: 5px 5px 5px 6px rgba(0,0,0,0.02);
}


div.links-header{
	display: inline-block;
	
}

div.header img.logo{
	height: 70px;
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 10px;

}

div.header img.logo2{
	height: 45px;
	display: inline-block;
	position: absolute;
	left: 90px;
	top: 27px;
}

div.header a{
	padding: 20px 3px;
	display: inline-block;
	color: darkorange;
	text-align: center;
	text-decoration: none;
	margin: 10px 30px;
	font-weight: 300;
	font-size: 20px;
}

div.header a:hover{
	color: #131313;
}


div.top-arrow a{
text-decoration: none;
    position: fixed;
    left: 15px;
    bottom: 45px;
    z-index: 111;
    box-sizing: border-box;
	font-size: 33px;
	background-color: #488CFF;
	border-radius: 15px 2px 15px 2px;
	padding: 5px;
	color: white;
	transition: 0.2s;
}

div.top-arrow a:hover{
	background-color: #FF8D08;
	border-radius: 15px 15px 15px 15px;
}



/* This div is the first part with logo */
div.first-part{
	height: 90vh;
	background-image: url("../images/first-image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

div.content1{
	align-content: center;
	justify-content: center;
	text-align: center;
	margin-top: 150px;
}

div.first-part img.logo-full{
	height: 140px;
	text-align: center;
	display: inline-block;
	margin: 20px 0;
}


i.fa-phone{
	font-size: 33px;
	display: inline-block;
	margin: 10px;
	position: absolute;
	right: 20px;
	color: #3F77F8;

}

i.fa-phone:hover{
	color: #FF5D12;
}

div.first-part h1{
	font-size: 44px;
	font-weight: 300;
	color: dimgrey;	
}

div.first-part a{
	text-decoration: none;
	display: inline-block;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 600;
	color: cornflowerblue;
	padding: 15px 20px;
	outline: 3px solid cornflowerblue;
		border-radius: 15px 0 15px 0;
	transition: 0.2s;

}

div.first-part a:hover{
	color: #000077;
	outline: 3px solid #000077;
	border-radius: 15px 5px 15px 5px;
}


/* This Div is the small line with Email contacting */
div.second-part{
	
	height: 100px;
	background-image: url("../images/gradient-blue-bg.jpg");
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	
}

div.second-part a{
	text-decoration: none;
	display: inline-block;

	font-size: 25px;
	font-weight: 200;
	color: white;
	margin: 32px 20px;
transition: 0.3s;
}

div.second-part a:hover{
	letter-spacing: 1px;
	
}


/*This Div is the Boxes with info part */
div.third-part{
	
	text-align: center;
	display: inline-block;
	
}

div.third-part h2{
	font-size: 33px;
	
}


div.third-part div.box-container{
	text-align: center;
	display: inline-block;
	width: 60%;
}


div.box-container div.box{
	display: inline-block;
	padding: 40px;
	margin: 10px;
	border-radius: 35px 0 35px 0;
	transition: 0.3s;
	border: 2.5px solid orangered;
	overflow: hidden;
	width: 40%;
	height: 40%;
}

div.box-container div.box:hover{
	transform: translateY(-10px);
	border: 2.5px solid #161616;
	border-radius: 35px 10px 35px 10px;
	
	
	
}

div.box h3{
	font-size: 24px;
	font-weight: 500;
}

div.box p{
	font-size: 20px;
	font-weight: 200;
	margin: 20px;
}


div.box img{
	width: 80px;
}


div.fourth-part{
	display: inline-block;
    width: 100%;
	padding: 60px 0;
	overflow: hidden;
	background-image: url("../images/gradient-orange-bg.png");
	background-size: cover;
	
}

div.fourth-part h2{
	font-size: 33px;
	font-weight: 500;
	color: floralwhite;
}


div.fourth-part p{
	color: white;
	font-size: 20px;
	font-weight: 300;
	margin: 20px;
	width: 30%;
	display: inline-block;
}



div.fith-part{
	display: inline-block;
    width: 100%;
	padding: 60px 0;
	overflow: hidden;
	
}

div.fith-part h2{
	font-size: 33px;
	font-weight: 500;
	color: #1B1ADC;
}


div.fith-part p{
	color: #0F0F0F;
	font-size: 20px;
	font-weight: 300;
	margin: 20px;
	width: 50%;
	display: inline-block;
}


div.box-container-2{
	display: inline-flex;
	width: 70%;
}

div.box2{
	color: black;
	font-size: 24px;
	width: 25%;
	text-align: center;
	height: 250px;
	margin: 20px;
	display: inline-block;
	outline: 2px solid orange;
	border-radius: 35px 0 35px 0;
	transition: 0.2s;
}

div.box2 img{
	width: 100px;
}

div.box2:hover{
	
	outline: 2px solid black;
}


div.projects-section{
	background-image: url("../images/gradient-blue-bg.jpg");
		background-size: cover;
}

div.projects-section h2{
	font-size: 36px;
	color: white;
	font-weight: 400;
}





div.contact h2{
	font-size: 40px;
	font-weight: 600;
	color: rgba(189,0,2,1.00);
	letter-spacing: -1px;

}

div.contact h3{
	font-size: 22px;
	color: dimgrey;
}


div.contact img{
	width: 100px;
	margin: 25px;
	transition: 0.4s;
}

div.contact img:hover{
	transform: rotate(20deg);
}








img.project-image {
	width: 100%;
}





















footer{
	background-color: #262626;
	width: 100%;
	bottom: 0;
	padding: 10px 0;
	color: white;
	font-size: 14px;
	direction: ltr;
	display: inline-block;
	position: absolute bottom;
	overflow: hidden;
}

footer h7{
	float: left;
	font-weight: 200;
	padding-left: 20px;
	
}

footer a{
	float: right;
	font-weight: 100;
	padding-right: 20px;
	text-decoration: none;
	color: white;
	outline: none;
	
}











/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 1080px) {
	
	
	div.third-part div.box-container{
	text-align: center;
	display: inline-block;
	width: 80%;
}
	
	
	div.box-container div.box{
	display: inline-block;
	padding: 20px;
	margin: 5px;
	border-radius: 35px 0 35px 0;
	transition: 0.3s;
	border: 2.5px solid orangered;
	overflow: hidden;
	width: 80%;
	height: 40%;
}
	
	
	
	div.links-header{
		display: none;
	}
	


	div.fourth-part p{
		width: 80%;
	}
	
	
	div.top-arrow{
		display: none;
	}
		
	div.projects-section img{
		width: 80%;
	}

	div.header{
		padding: 10px 0;
	}


	div.box p{
		font-size: 16px;
		margin: 0 auto;
	}

	div.box h3{
		font-size: 20px;
	}

	i.fa-phone{
		margin: 0 auto;
	}


	div.content1{
		zoom: 0.8;
	}


	div.fith-part p{
		font-size: 16px;
		width: 80%;

	}

	
	div.box-container-2{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	
	div.box2{
		width: 80% !important;
		height: auto;
		padding: 20px;
		
	}
	
	div.contact{
		zoom: 0.8;
	}
	
	
	
	
	
	
	




}

/* Codex responsive refinements */
html,
body {
	min-width: 0;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 1080px) {
	body {
		zoom: 1;
	}

	div.header {
		min-height: 72px;
		padding: 8px 0;
	}

	div.header img.logo {
		height: 54px;
		left: 14px;
		top: 9px;
	}

	div.header img.logo2 {
		height: 32px;
		left: 74px;
		top: 24px;
	}

	i.fa-phone {
		font-size: 28px;
		right: 14px;
		top: 18px;
	}

	div.first-part {
		height: auto;
		min-height: 72vh;
		background-attachment: scroll;
		padding: 110px 16px 70px;
	}

	div.content1 {
		zoom: 1;
		margin-top: 40px;
	}

	div.first-part img.logo-full {
		height: auto;
		width: min(82vw, 360px);
	}

	div.first-part h1 {
		font-size: clamp(30px, 8vw, 44px);
		line-height: 1.18;
	}

	div.second-part {
		height: auto;
		padding: 22px 12px;
	}

	div.second-part a {
		font-size: clamp(19px, 5vw, 25px);
		margin: 0;
	}

	div.third-part div.box-container {
		width: min(100%, 760px);
		padding: 0 12px;
	}

	div.box-container div.box {
		width: 100%;
		max-width: 560px;
		height: auto;
		padding: 24px 18px;
	}

	div.fourth-part,
	div.fith-part,
	div.projects-section,
	div.contact {
		padding-left: 14px;
		padding-right: 14px;
	}

	div.fourth-part p,
	div.fith-part p {
		width: min(100%, 760px);
		font-size: 18px;
		line-height: 1.55;
	}

	div.box-container-2 {
		width: min(100%, 720px);
	}

	div.box2 {
		width: 100% !important;
		max-width: 520px;
		margin: 14px auto;
	}

	div.projects-section img {
		width: min(100%, 520px);
	}

	div.contact {
		zoom: 1;
	}

	div.contact h2 {
		font-size: clamp(30px, 9vw, 40px);
		letter-spacing: 0;
	}

	div.contact h3 {
		font-size: 19px;
		line-height: 1.45;
	}

	footer {
		position: static;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 6px;
		padding: 14px 12px;
		line-height: 1.4;
	}

	footer h7,
	footer a,
	footer img {
		float: none !important;
		padding: 0;
		margin: 0 !important;
	}

	img.project-image,
	body > img {
		width: 100%;
		height: auto;
		display: block;
		padding-top: 82px;
	}
}

@media screen and (max-width: 520px) {
	div.header img.logo2 {
		display: none;
	}

	div.header img.logo {
		height: 48px;
		left: 12px;
	}

	i.fa-phone {
		font-size: 25px;
	}

	div.first-part {
		min-height: 68vh;
		padding-top: 92px;
	}

	div.third-part h2,
	div.fourth-part h2,
	div.fith-part h2,
	div.projects-section h2 {
		font-size: 29px;
		line-height: 1.2;
	}
}