body{
	margin: 0;
	padding: 0;
	background: white;
}
UL{
	list-style: none;
}
a{
	text-decoration: none;
}
section{
	width: 100%;
	height: 95vh;
	background-color: #e9e3e3;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
nav{
	display:flex ;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background-color: #ffffff;
	box-shadow: #928c8c;

	padding:0px 5%;
}
nav ul{
	display: flex;

}
nav ul li a{
	margin: 30px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	color: #505050;
	font-size: 15px;
	font-weight: 700;
}
.logo{
	font-family: RoadTest;
	color: rgb(46, 30, 45);
	font-size: 18px;
	font-weight:700;
}
.active{
	font-weight: bold;
	color: aquamarine;
}
.text-container p:nth-child(1){
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #492209;
	font-size: 23px;
}
.text-container p:nth-child(2){
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #0e0d0d;
	font-size: 23px;
	letter-spacing: 1px;
	font-size: 60px;
}
.text-container p:nth-child(3){
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	color: #6b4729;
	font-size: 30px;
	line-height: 30px;
	
}
.text-container p{
	line-height: 0px;
	margin: 45px 0px 25px;
}
.text-container{
	position: absolute;
	left: 13%;
	top: 42%;
	transform: translate(-32%,-42%);
}
.text-container button{
	width: 130px;
	height: 42px;
	border-radius: 10px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: 14px;
	outline: none;
	margin: 0px 10px;
}
.hire-btn{
	border: 2px solid #373737;
	color: #373637;
}
.dawn-cv{
	background-color: #0b0b0b;
	color:#ffffff;
	border: none;
}
button:active{
	transform: scale(1.1);
}
.model{
	height: 480px;
	position: absolute;
	bottom: 40px;
	left: 55%;
	translate:translateX(-70%);
	shape-margin: 10%;
}
.about-container{
	
	width: 80%;
	height: 330px;
	background-color: rgb(255, 247, 247);
	box-shadow:2px 2px 12px rgb(0,0,0,0.2);
	border-radius: 20px;
	display: flex;
	margin: -7% auto 2px auto;
	position: relative;
	justify-content: space-evenly;
	align-items: center;
}
.about-container img{
	height: 230px;
}
.about-text{
	width: 550px;
}
.about-text p:nth-child(1){
	color: #403e3e;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 23px;
	line-height: 0px;
}
.about-text p:nth-child(2){
	color: #3e3d3e;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	line-height: 5px;
}
.about-text p:nth-child(3),.about-text p:nth-child(4){
	color: #7e7d7d;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 16px;

}
.about-text button{
	width: 120px;
	height:40px ;
	color: white;
	outline: none;
	border: none;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	background-color: #262525;
}
.services{
	height: 600px;
	background-color: white;
	padding: 2% 10% 0px 10%;
}
.services-text p:nth-child(1){
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #3e3d3d;
	font-size: 30px;
	line-height: 0px;

}.services-text p:nth-child(2){
	color: #3e3d3d;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 13px;
	line-height: 5px
}
.services-text p:nth-child(3){
	color: #7e7d7d;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.services-text{
	width: 500px;
	margin: 50px 0px;
}
.box-1,.box-2,.box-3{
	width: 300px;
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 2px 2px 12px rgba(0, 0,0,0.9) ;
	align-items: center;
	flex-direction: column;
	display: flex;
	justify-content: center;
	border-radius: 10px;

}
.box-container{
	display: flex;
	justify-content: space-between;
}
.box-1{
	background-image: url(https://images.pexels.com/photos/3201478/pexels-photo-3201478.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
}
.box-2{
	background-image: url(https://images.pexels.com/photos/2330137/pexels-photo-2330137.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
}
.box-3{
	background-image:url(https://images.pexels.com/photos/735911/pexels-photo-735911.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500);
}
.box-1 span,
.box-2 span,
.box-3 span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgb(134, 48, 48);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: bold;
}
.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2){
	color: rgb(243, 239, 239);
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-size: 23px;
	line-height: 0px;
}
.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3){
	text-align: center;
	width: 230px;
	margin:0px 0px 20px 0px;
	color: #8d8888;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.box-1 button,
.box-2 button,
.box-3 button{
	width:100px ;
	height: 30px;
	background-color: white;
	border: none;
	outline: none;
	border-radius: 5px;
}
.contact-me{
	width: 100%;
	height: 280px;
	background-color: #0b0b0b;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contact-me p{
	color: rgb(231, 226, 226);
	font-size: 30px;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}.contact-me button{
	width: 200px;
	height: 40px;
	background-color: white;
	outline: none;
	font-size: 14px;
	border-radius: 8px;
}