@charset "utf-8";
/* CSS Document */
body{
	background-color: #f6f5f5;
	margin: 0;
	padding: 0;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
section{
	width: 100%;
	height: 95vh;
	background-image: url(images/about-bdg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 75px;
	background-color: rgba(0,0,0,0.7);
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	padding: 0px 5%;
}
nav ul{
	display: flex;
}
.toggle{
	display: none;
}
nav ul li a{
	margin: 30px;
	font-family: myriad pro regular;
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
}
nav ul li a:hover{
	color:#6ab04c;
}
.active{
	font-weight: bold;
	color: #6ab04c;
}
.text-container p:nth-child(1){
	font-family: calibri;
	font-weight: bold;
	color: #6d6d6d;
	font-size: 22px;
}
.text-container p:nth-child(2){
	font-family: calibri;
	font-weight: bold;
	letter-spacing: 1px;
	color: #1a1a1a;
	font-size: 60px;
}
.text-container p:nth-child(3){
	font-family: myriad pro regular;
	color: #403e3e;
	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(-13%,-42%);
}
.text-container button{
	width: 130px;
	height: 42px;
	border-radius: 10px;
	font-family: calibri;
	font-weight: bold;
	font-size: 14px;
	outline: none;
	margin: 0px 10px;
}
.contact-btn{
	border: 2px solid #373636;
	color: #373636;
}
.contact-btn a{
	color: #373636;
}
.prices-btn{
	background-color: #0b0b0b;
	color: #ffffff;
	border: none;
}
.prices-btn a{
	color: #ffffff;
}
button:active{
	transform: scale(1.1);
}
.person{
	height: 420px;
	position: absolute;
	bottom: 45px;
	left: 70%;
	transform: translateX(-70%);
}
.graphics-container{
	width: 80%;
	height: 330px;
	background-color: #f6f5f5;
	border-radius: 20px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	display: flex;
	margin: -7% auto 20px auto;
	position: relative;
	justify-content: space-evenly;
	align-items: center;
}
.graphics-container img{
	height: 250px;
}
.graphics-text{
	width: 550px;
}
.graphics-text p:nth-child(1){
	color: #403e3e;
	font-family: myriad pro;
	font-weight: bold;
	font-size: 23px;
	line-height: 0px;
}
.graphics-text p:nth-child(2),
.graphics-text p:nth-child(3){
	color: #7e7d7d;
	font-family: calibri;
	font-size: 16px;
}
.graphics-text button{
	width: 120px;
	height: 40px;
	color: #ffffff;
	outline: none;
	border: none;
	font-family: calibri;
	background-color: #262525;
}
.graphics-text .contact-btn a{
	color: #ffffff;
	text-decoration: none;
}
.graphics-text .graphic-btn a{
	color: #ffffff;
	text-decoration: none;
}
.websites-info{
	height: 650px;
	background-color: #ffffff;
	padding: 2% 10% 0px 10%;
}
.website-text p:nth-child(1){
	font-family: calibri;
	font-weight: bold;
	color: #3e3d3d;
	font-size: 30px;
	line-height: 0px;
}
.website-text p:nth-child(2){
	font-family: calibri;
	font-weight: bold;
	color: #3e3e3d;
	font-size: 20px;
	line-height: 5px;
}
.website-text p:nth-child(3){
	font-family: calibri;
	color: #7e7d7d;
}
.website-text{
	width: 500px;
	margin: 50px 0px;
}
.box-1,.box-2,.box-3{
	width: 320px;
	height: 400px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.box-container{
	display: flex;
	justify-content: space-between;
}
.box-1 span,
.box-2 span,
.box-3 span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #f5bb00;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: calibri;
	font-weight: bold;
}
.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2){
	color: #f5bb00;
	font-family: calibri;
	font-size: 23px;
	line-height: 0px;
}
.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3){
	font-family: calibri;
	text-align: center;
	width: 230px;
	margin: 0px 0px 20px 0px;
	color: #8f8f8f;
}
.box-1 button,
.box-2 button,
.box-3 button{
	width: 100px;
	height: 30px;
	background-color: #f5bb00;
	color: #ffffff;
	font-weight: bold;
	border: none;
	outline: none;
	border-radius: 5px;
}
.box-1 button a,
.box-2 button a,
.box-3 button a{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.building-plans-info{
	width: 100%;
	height: 280px;
	background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.6)), url(images/banner4.png);
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.building-plans-info{
	color: #ffffff;
	font-size: 20px;
	font-family: calibri;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}
.building-plans-info p:nth-child(1){
	font-family: calibri;
	color: #ffffff;
	font-size: 30px;
	line-height: 0px;
	text-transform: uppercase;
}
.building-plans-info button{
	width: 200px;
	height: 40px;
	background-color: #ffffff;
	outline: none;
	border: none;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
}
.building-plans-info button a{
	color: #f5bb00;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.civil-info{
	width: 100%;
	height: 530px;
	background-color: #f6f5f5;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.civil-info img{
	height: 350px;
}
.civil-text{
	width: 550px;
}
.civil-text p:nth-child(1){
	color: #403e3e;
	font-family: myriad pro;
	font-weight: bold;
	font-size: 23px;
	line-height: 0px;
}
.civil-text p:nth-child(2),
.civil-text p:nth-child(3){
	color: #7e7d7d;
	font-family: calibri;
	font-size: 18px;
}
footer{
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}
footer p{
	font-family: calibri;
}
footer p:nth-child(1){
	font-size: 30px;
	font-weight: bold;
	color: #191919;
	line-height: 10px;
}
footer p:nth-child(2){
	font-size: 16px;
	color: #7e7d7d;
	width: 600px;
	text-align: center;
}
.social-icons a{
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e6e3e3;
	margin: 20px 10px;
	border-radius: 50%;
}
.social-icons{
	display: flex;
}
.copyright{
	color: #565555;
	font-size: 15px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
}
.social-icons i{
	color: #000000;
}
.social-icons a:hover,
.a-social-b a:hover{
	background-color: #000000;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
	transition: all ease 0.5s;
}
.social-icons a:hover i,
.a-social-b a:hover i{
	color:#ffffff;
	transition: all ease 0.5s;
}
.a-social-b{
	position: fixed;
	top:50%;
	right: 0px;
	transform: translateY(-50%);
}
.a-social-b a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	padding: 0px;
	margin: 0px;
	line-height: 0px;
	background-color: #ffffff;
	border: 1px solid #cbcbcb;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
}
.a-social-b i{
	color: #2b2b2b;
	font-size: 20px;
}
@media(max-width: 1000px){
	*{
		box-sizing: border-box;
	}
	.person{
	height: 320px;
	left: 90%;
	transform:translateX(-90%);
}
.text-container{
	top: 46%;
}
.text-container p:nth-child(2){
	font-size: 40px;
}
.text-container button{
	margin: 5px;
}
.graphics-container{
	width: 90%;
	border-radius: 10px;
}
.graphics-container img{
	height: 200px;
}
.graphics-text{
	width: 400px;
}
.graphics-text p:nth-child(1){
	font-size: 20px;
}
.graphics-text p:nth-child(2),
.graphics-text p:nth-child(3){
	font-size: 14px;
}
.websites-info{
	padding: 2% 5% 0px 5%;
}
.box-container{
	justify-content: center;
	flex-wrap: wrap;
}
.websites-info{
	height: auto;
}
.box-1,.box-2,.box-3{
	flex-grow: 1;
	margin: 10px;
}
.building-plans-info{
	height: 200px;
}
.building-plans-info p:nth-child(1){
	font-size: 26px;
}
.building-plans-info p:nth-child(2){
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}
.building-plans-info button{
	font-size: 14px;
	height: 35px;
	width: 160px;
}
.civil-info{
	width: 90%;
	border-radius: 10px;
}
.civil-text{
	width: 400px;
}
}
@media (max-width: 780px){
	section{
		background-image: none;
		background-color: #f7f7f7;
	}
	.person{
		display: none;
	}
	.toggle{
	display: block;
	}
	.text-container p:nth-child(2){
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	}
	.text-container p:nth-child(3){
	font-size: 20px;
	}
.text-container{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
}
nav ul{
	margin: 0px;
	padding: 0px;
	background-color: #ebeef4;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	width: 80%;
	height: 100vh;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
	display: none;
}

nav ul li{
	padding: 10px;
}
nav ul li a{
	font-family: calibri;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #5c5c5c;
}

nav ul li a:hover{
	color: #121212;
}
.active{
	color: #121212;
}
.toggle:before{
	content: '\f0c9';
	font-family: fontAwesome;
	line-height: 30px;
	z-index: 1;
}
.toggle.active:before{
	content:'\f00d';
	position: fixed;
	right: 25px;
	line-height: 0px;
}
nav.active ul{
	display: flex !important;
}
.graphics-container{
	top: 0px;
	flex-direction: column;
	width: 90%;
	height: auto;
	padding: 30px 0px;
	align-items: center;
}
.graphics-text{
	width: 90%;
	text-align: center;
}
.website-text{
	width: 100%;
}
.building-plans-info{
	height: 300px;
}
.building-plans-info p{
	font-size: 18px;
}
.building-plans-info button{
	width: 150px;
	height: 33px;
}
.civil-info{
	top: 0px;
	flex-direction: column;
	width: 90%;
	height: auto;
	padding: 30px 0px;
	align-items: center;
}
.civil-text{
	width: 90%;
	text-align: center;
}
footer p:nth-child(2){
	width: 90%;
}
.copyright{
	font-size: 10px;
	bottom: 12px;
	}
}
