@charset "utf-8";
body {
	background-color: #EFEFEF;
	margin: 0;
}
p {
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 40px;
	letter-spacing: -3px;
}
.main_container {
	margin: 68px;
	width: 1307.35px;
	background-color: #EFEFEF;
}

/*Section: Menu Bar*/
#menubar {
	padding-bottom: 120px;
}
#menu_list {
	display: inline-flex;
	list-style: none;
	column-gap: 20px;
	float: right;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 25px;
	letter-spacing: -2px;
}

/*Section: Landing*/
#landing {
	width: 1307.35px;
	height: 844px;
}
#title {
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
	font-size: 150px;
	letter-spacing: -6px;
	color: #505E69;
}
.title_container {
	position: relative;
	display: flex;
	width: 1307.35px;
	margin-bottom: 0px;
	height: auto;
}
#button {
	position: absolute;
	top: 170px;
	right: 0px;
	display: inline;
	text-align: right;
	align-content: center;
	justify-content: center;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
	font-size: 39px;
	border-color: #0F0F0F;
	background-color: #EFEFEF;
	padding: 25px;
	letter-spacing: -2px;
}
#landing_img {
	position: relative;
	bottom: 125px;
	width: 1307.35px;
}
.landing_photo {
	width: 1307.35px;
	height: auto;
}
/*Section: About Us*/
#aboutus {
	margin-top: 370px;
}
.heading {
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
	font-size: 150px;
	letter-spacing: -6px;
	color: #505E69;
	margin-top: 0px;
}
.about_content {
	text-align: right;
}
#about_content_container {
	width: 702px;
	display: flex;
	float: right;
}
/*Section: What We Do*/
#services {
	margin-top: 600px;
}
.heading_right_container {
	float: right;
	text-align: right;
	width: 1305px;
	height: 300px;
}
#servicelist {
	display: inline-flex;
	gap: 25px;
	width: 1307.35px;
}
.services {
	position: relative;
	color: white;
}
.bottom_left { 
	position: absolute;
  	top: 380px;
  	left: 25px;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size: 60px;
	letter-spacing: -4px;
	line-height: -65px;
}
.top_left {
	position: absolute;
  	top: 15px;
  	left: 25px;
	
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
	font-size: 72px;
	letter-spacing: -4px;
	line-height: -65px;
}
.bottom_left2 {
	position: absolute;
  	top: 460px;
  	left: 25px;
	
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size: 60px;
	letter-spacing: -4px;
	line-height: -65px;
}
/*Section: From Our Clients*/
#testimonials {
	margin-top: 330px;
	position: relative;
}
#testimonial-content {
	position: absolute;
	top: 300px;
	width: 1307.35px;
	display: inline-flex;
	gap: 25px;
	height: 546px;
}
.testimonials {
	position: relative;
	background-color: #98A9B3;
	padding-left: 35px;
	padding-right: 35px;
	width: 370px;
	height: 590px;
}
.quote {
	position: absolute;
	top: 45px;
	font-weight: 700;
	font-size: 120px;
}
.testi_content {
	position: absolute;
	top: 205px;
	width: 330px;
	font-size: 35px;
	color: white;
	letter-spacing: -2px;
}
/*Section: Past Works*/
#pastworks {
	margin-top: 1000px;
	position: relative; 
}
.gallery {
	width: 1307.35px;
}
.gallery_top {
	display: inline-flex;
	gap: 20px;
	margin-bottom: 20px;
	height: 476px;
}
.pastworkimage_container {
	position: relative;
	width: 100%;
}
.project_name {
	position: absolute;
	top: 50px;
	left: 50px;
	text-align: center;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
	font-size: 30px;
	color: white;
	opacity: 0.6;
}
.project_year {
	position: absolute;
	top: 80px;
	left: 50px;
	text-align: center;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size: 20px;
	opacity: 0.6;
	color: white;
}
.gallery_mid {
	height: 400px;
	width: 100%;
	display: inline-flex;
	gap: 20px;
	column-gap: 20px;
	margin-bottom: 20px;
}
.pastworkimage_container_mid {
	position: relative;
	width: 33%;
	height: 415px;
	object-fit: contain;
}
.pastworkimage_container_last {
	position: relative;
	width: 100%;
}
#gallery_img6 {
	width: 100%;
}
/*Section: Contact Us*/
#contact {
	position: relative;
	margin-top: 250px;
	width: 1307.35px;
}
#contact_column {
	position: absolute; 
	top: 300px;
	display: flex;
	margin-top: 0px;
}
#form_row {
	width: 1055px
}
label {
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size: 32px;
	letter-spacing: -2px;
	color: #505E69;
}
#name {
	width: 1020px;
	height: 93px;
	background-color: #C9C9C9;
	border: none;
	margin-bottom: 20px;
}
#email {
	width: 1020px;
	height: 93px;
	background-color: #C9C9C9;
	border: none;
	margin-bottom: 20px;
}
#message {
	width: 1020px;
	height: 255px;
	background-color: #C9C9C9;
	border: none;
}
.button {
	margin: 20px 0px;
	float: right;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 400;
  	font-style: normal;
	font-size: 25px;
	border-color: #0F0F0F;
	background-color: #EFEFEF;
	padding: 10px 40px;
	letter-spacing: -2px;
}
input[type=text] {
	padding-left: 35px;
}

#socials_row {
	position: relative;
	float: right;
	text-align: right;
	margin-left: 50px;
}
.socials_link {
	position: relative;
}
#ig_link {
	position: absolute;
	top: 30px;
	left: 30px;
	font-weight: 700;
	color: #505E69;
}
#ig_arrow {
	position: absolute;
	align-items: right;
	text-align: right;
	top: 50px;
	left: 175px;
}
#email_link {
	position: absolute;
	top: 530px;
	left: 115px;
	text-align: right;
	font-weight: 700;
	color: #505E69;
}
#email_arrow {
	position: absolute;
	align-items: right;
	text-align: right;
	top: 540px;
	left: 175px;
}
#whatsapp_link {
	position: absolute;
	top: 270px;
	left: 25px;
	text-align: right;
	font-weight: 700;
	color: #505E69;
}
#whatsapp_arrow {
	position: absolute;
	align-items: right;
	text-align: right;
	top: 290px;
	left: 175px;
}

/*Footer*/
#footer {
	position: relative;
	height: 618px;
	background-color: #4D4D4D;
	font-family: "Space Grotesk", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	margin-top: 1000px;
	color: white;
}
#footer_container {
	position: relative;
	padding-top: 60px;
	margin-left: 68px;
	height: 558px;
}
#footer_column {
	position: absolute;
	top: 200px;
	left: 0px;
	display: inline-flex;
	gap: 100px;
	margin-left: 0;
}
.list_footer {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
	font-weight: 400;
	letter-spacing: -1px;
}
#email_footer {
	font-size: 18px;
	letter-spacing: -1px;
}
footer {
	font-weight: 400;
	margin-top: 400px;
	font-size: 14px;
	letter-spacing: -1px;
	margin-bottom: 68px;
	display: flex;
	justify-content: center;
}
.backtotop {
	font-size: 18px;
	letter-spacing: 0px;
	scroll-behavior: smooth;
	font-weight: 700;
}

/*Animations*/
.list_footer a:link {
	color: white;
	text-decoration: none;
}
.list_footer a:visited {
	color: white;
	text-decoration: none;
}
.list_footer a:hover {
	color: white;
	text-decoration: underline;
}
.list_footer a:active {
	color: white;
	text-decoration: none;
}
#menu_list a:link  {
	color: black;
	text-decoration: none; 
}
#menu_list a:visited {
	color: black;
	text-decoration: none; 
}
#menu_list a:hover {
	color: #505E69;
	text-decoration: underline;
	transition: ease 0.5s;
}
#menu_list a:active {
	color: black;
	text-decoration: none; 
}
#button:hover {
	border-color: #505E69;
	background-color: #505E69;
	color: #EFEFEF;
	font-weight: 500;
	border-style: solid;
}
.button:hover {
	border-color: #505E69;
	background-color: #505E69;
	color: #EFEFEF;
	font-weight: 400;
	transition: ease 0.5s;
	border-style: solid;
}
#title:hover {
	text-decoration: underline;
	transition: ease 0.5s;
}
.heading:hover {
	text-decoration: underline;
	transition: ease .5s;
}
.serviceimage:hover {
	filter: brightness(70%);
	transform: scale(98%);
	transition: ease .5s;
}
.testimonials:hover {
	transform: scale(98%);
	transition: ease .5s;
}
.socials_link a:link {
	color: #505E69;
	text-decoration: none;
}
.socials_link a:visited {
	color: #505E69;
	text-decoration: none;
}
.socials_link a:hover {
	text-decoration: underline; 
}
.backtotop a:link {
	color: white;
	text-decoration: none;
}
.backtotop a:visited {
	color: white;
	text-decoration: none;
}
.backtotop a:hover {
	color: white;
	text-decoration: underline;
}
.backtotop a:active {
	color: white;
	text-decoration: none;	
}
#email_footer a:link {
	color: white;
	text-decoration: none;
}
#email_footer a:visited {
	color: white;
	text-decoration: none;
}
#email_footer a:hover {
	color: white;
	text-decoration: underline;
}
#email_footer a:active {
	color: white;
	text-decoration: none;
}
.pastwork_img:hover {
	filter: brightness(40%);
	transition: ease-in .5s;
}
.pastworkimage_container:hover {
	transition: ease 1s;
	transform: scale(98%);
}
.pastworkimage_container_last:hover {
	transition: ease 1s;
	transform: scale(98%);
}
.pastworkimage_container_mid:hover {
	transition: ease 1s;
	transform: scale(98%);
}
.icons_footer:hover {
	transform: scale(98%)
}




@media (max-width:992px) {
	
	/*Responsive Design: Menu Bar*/
	#logo_menu {
		position: absolute;
		left: 42%;
		top: 10%;
	}
	#menu_list {
		margin-top: 10px;
		position: absolute;
		top: 30%;
		left: 25%;
		display: block;
		justify-content: center;
		text-align: center;
	}
	
	/*Responsive Design: Title*/
	#title {
		font-size: 65px;
	}
	.heading {
		font-size: 70px;
		width: 30%;
	}
	.landing_photo {
		width: 350px;
		height: auto;
	}
	.title_container {
		width: 980px;
		display: block;
		margin-bottom: 130px;
	}
	#landing {
		margin-top: 400px;
		width: 350px;
		margin-bottom: 0px;
	}
	#button {
		position: absolute;
		right: 750px;
		top: 350px;
		display: block;
		font-size: 15px;
		padding: 15px;
		letter-spacing: -1px;
	}
	
	/*Responsive Design: About*/
	#aboutus {
		margin-top: 0px;
	}
	.arrow {
		width: 46px;
		height: auto;
	}
	#about_content_container {
		position: absolute;
		left: 70px;
		width: 70%;
	}
	.about_content {
		font-size: 30px;
		text-align: left;
		letter-spacing: -2px;
	}
	
	/*Responsive Design: Right-Aligned Titles*/
	.arrow_right {
		width: 46px;
		height: auto;
		transform: rotate(270deg);
	}
	.heading_right_container {
		float: left;
		text-align: left;
		width: 1305px;
		height: 300px;
		margin-bottom: 20px;
	}
	
	/*Responsive Design: What We Do*/
	#services {
		position: relative;
	}
	#servicelist {
		position: absolute;
		left: 0px;
		top: 160px;
		display: block;
		column-gap: 55px;
	}
	.bottom_left {
		position: absolute;
		top: 350px;
		z-index: 1;
		font-size: 35px;
		width: 200px;
		letter-spacing: -2px;
	}
	.serviceimage {
		width: 325px;
		height: auto;
	}
	.top_left {
		font-size: 40px;
		position: absolute;
  		top: 15px;
  		left: 25px;
	}
	
	.bottom_left2 {
		position: absolute;
		top: 370px;
		font-size: 35px;
		width: 100px;
		letter-spacing: -2px;
	}
	
	/*Responsive Design: Testimonials*/
	#testimonials {
		margin-top: 180%;
	}
	#testimonial-content {
		display: block;
		gap: 50px;
		margin-top: 0px;
	}
	.testimonials {
		width: 20%;
		height: 65%;
		margin-bottom: 20px;
	}
	.testi_content {
		font-size: 18px;
		letter-spacing: -1px;
		width: 80%;
	}
	
	/*Responsive Design: Past Works*/
	#pastworks {
		margin-top: 130%;
		position: relative;
	}
	.gallery {
		position: absolute;
		top: 150px;
		margin-top: 0px;
	}
	.gallery_top {
		display: block;
		column-gap: 20px;
		width: 350px;
		margin-top: 0px;
	}
	.hover_pastwork {
		position: absolute;
		bottom: 260px;
		width: 350px;
	}
	.pastwork_img {
		width: 350px;
		height: auto;
	}
	.gallery_mid {
		display: block;
		margin-top: 50px;
		margin-bottom: -1500px;
	}
	.pastworkimage_container_mid {
		margin-bottom: 0px;
		height: auto;
	}
	#gallery_img6 {
		width: 350px;
		height: auto;
	}
	.pastworkimage_container_last {
		margin-top: 2163px;
	}
	
	/*Responsive Design: Contact*/
	#contact {
		margin-top: 300%;
	}
	#form_row {
		margin-top: 0px;
		width: 350px;
	}
	#contact_column {
		position: absolute; 
		top: 180px;
		display: block;
	}
	#name , #email {
		width: 300px;
		height: 70px;
	}
	#message {
		width: 300px;
	}
	.button {
		font-size: 20px;
		padding: 5px 20px;
		position: absolute;
		left: 235px;
	}
	#socials_row {
		position: absolute;
		right: 215px;
		margin-top: 60px;
		float: left;
		font-size: 20px;
		text-align: left;
	}
	
	#whatsapp_link {
		position: absolute;
		top: 150px;
	}
	#whatsapp_arrow {
		position: absolute;
		top: 170px;
	}
	#email_link {
		position: absolute;
		top: 280px;	
	}
	#email_arrow {
		position: absolute;
		top: 290px;
	}
	
	/*Responsive Design: Footer*/
	#footer {
		margin-top: 1500px;
	}
	#footer_container {
		margin-left: 10%;
	}
	#logo_footer {
		width: 50px;
		height: auto;
	}
	#footer_column {
		font-size: 14px;
		gap: 40px;
	}
	.icons_footer {
		width: 20px;
		height: auto;
	}
	.mail_logo_footer {
		height: 19px;
		width: 26px;
	}
	#email_footer , .backtotop {
		font-size: 14px;
	}
	footer {
		position: absolute;
		left: 100px;
	}
}

	