* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	width: 100%;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

@media (prefers-reduced-motion: reduce){
	html {
		scroll-behavior: auto;
	}
}

:root {
	--nav-h: 100px;
} 

body {
	width: 100%;
	min-height: 100vh;
	background-color: #000;
}

.hbox {
	width: 100%;
	height: 889px;
	background-color: #000;
	position: relative;
}

#home {
	padding-top: 100px;
}

#about, #services, #projects, #contact {
	scroll-margin-top: var(--nav-h);
}

.nav-container {
	position: fixed;
	top: 0;
	width: 100%;
	height: var(--nav-h);
	background-color: #000;
	z-index: 1000;
}

.nav-links {
	display: flex;
	justify-content: flex-end;
	padding: 2.5% 2.5% 0% 0%;
	gap: 30px;
}

.nav-links a {
	font-family: 'Raleway', sans-serif;
	font-size: 13.25px;
	color: #FBFBFB;
	text-decoration: none;
	min-width: 0;
	cursor: pointer;
}

.title {
	position: absolute;
	padding: 0rem 0rem 67.05rem 0rem;
	font-size: 72px;
	color: #FBFBFB;
	text-align: center;
	font-family: 'Playfair Display', serif;
	pointer-events: none;
}

.quote {
	position: absolute;
	padding: 0rem 0rem 26.75rem 0rem;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	color: #FBFBFB;
	text-align: center;
	font-family: "Didot eText W01 Italic";
	pointer-events: none;
}

.hbox-container {
	width: 100%;
	position: relative;
	height: 1210px;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}

.hbox-content, .hbox-content1 {
	font-family: 'Raleway', sans-serif;
	font-size: 14.5px;
	color: #FBFBFB;
	font-weight: 300;
	letter-spacing: 0.3px;
	text-align: center;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: break-word;
	line-height: 1.87rem;
	padding: 0rem 1rem 0rem 1rem;
	max-width: 91ch;
}

.hbox-content1 {
	padding: 0rem 0rem 15.25rem 0rem;
}

.email-link {
	font-family: 'Raleway', sans-serif;
	color: #FBFBFB;
	text-decoration: underline;
	cursor: pointer;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.slider {
	display: flex;
	width: 100%;
	height: 574px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
	scrollbar-width: none;
	-ms-overflow-style: none;
	overscroll-behavior-x: contain;
}

.slider::-webkit-scrollbar {
	display: none;
}

.slider img {
	flex: 1 0 100%;
	scroll-snap-align: start;
	object-fit: cover;
}

.slider-nav {
	display: flex;
	column-gap: 1rem;
	position: absolute;
	bottom: 1.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.slider-nav a {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #D3D3D3;
	opacity: 0.75;
	transition: opacity ease 250ms;
}

.slider-nav a.active {
	opacity: 1;
	background-color: #fff;
}

.abox {
	position: relative;
	width: 100%;
	height: 834px;
	background-image: url('assets/img7.webp');
	background-size: cover;
	background-position: center;
}

.abox-container {
	position: absolute;
	padding: 6.55% 43% 0% 29.5%;
	display: block;
	overflow-wrap: break-word;
	color: #FBFBFB;
	text-align: left;
}

.abox-title {
  	line-height: 1.35em;
	font-size: 40px;
  	font-weight: normal;
	font-family: 'Playfair Display', serif;
	color: #FBFBFB;
}

.abox-content, .abox-content1 {
	font-family: 'Raleway', sans-serif;
  	line-height: 1.875em;
	font-size: 15px;
	color: #FBFBFB;
	padding: 1.88rem 0rem 0rem 0rem;
}

.abox-content1 {
	padding: 3.38rem 0rem 0rem 0rem;
}

.sbox {
	width: 100%;
  	height: 330px;
  	background-color: #000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sbox-title {
	position: absolute;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	color: #FBFBFB;
  	font-family: 'Playfair Display', serif;
  	font-size: 40px;
}

.sbox-quote {
	font-family: "Didot eText W01 Italic";
  	font-size: 16px;
  	line-height: 1.6;
	color: #FBFBFB;
	padding: 5.5% 0 0 0;
}

.split-section {
	display: flex;
	width: 100%;
	min-height: 450px;
	height: auto;
	background-color: #000;
}

.split-box {
	width: 50%;
	background-color: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.split-img {
	width: 50%;
	background: url('assets/img8.webp') center/cover no-repeat;
}

.split-img1 {
	width: 50%;
	background: url('assets/img9.webp') center/cover no-repeat;
}

.split-img2 {
	width: 50%;
	background: url('assets/img10.webp') center/cover no-repeat;
}

.split-img3 {
	width: 50%;
	background: url('assets/img11.webp') center/cover no-repeat;
}

.split-img4 {
	width: 50%;
	background: url('assets/img12.webp') center/cover no-repeat;
}

.split-img5 {
	width: 50%;
	background: url('assets/img13.webp') center/cover no-repeat;
}

.split-img6 {
	width: 50%;
	background: url('assets/img14.webp') center/cover no-repeat;
}

.split-desc {
	width: 50%;
	background-color: #000;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0 8% 0 13%;
	gap: 2rem;
	line-height: 1.6;
}

.split-title {
	color: #FBFBFB;
  	font-family: 'Playfair Display', serif;
  	font-size: 22px;
}

.split-quote {
	color: #FBFBFB;
  	font-family: "Didot eText W01 Italic";
  	font-size: 16px;
	margin-top: 28px;
}

.split-text {
	color: #FBFBFB;
  	font-family: 'Raleway', sans-serif;
  	line-height: 1.875em;
	font-size: 14px;
}

.wide-box {
	width: 100%;
	background: url('assets/img15.webp') center/cover no-repeat;
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wide-img {
	color: #000;
  	font-family: 'Raleway', sans-serif;
  	line-height: 1.875em;
    	font-size: 15px;
	padding: 9.25% 0rem 0rem 17%;
}

.contact-section {
	display: flex;
	width: 100%;
	min-height: 829px;
	height: auto;
	background-color: #191919;
}

.contact-img {
	width: 50%;
	background: url('assets/img16.webp') center/cover no-repeat;
	min-height: 829px;
}

.contact-box {
	width: 50%;
	background-color: #191919;
	color: #FDFDFD;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding: 6.5% 13.1% 3% 13.1%;
	line-height: 1.6;
	text-align: center;
	gap: 18px;
}

.contact-title {
	color: #FBFBFB;
  	font-family: 'Playfair Display', serif;
  	text-align: center;
	font-size: 40px;
}

.contact-text, .contact-text1 {
	color: #FBFBFB;
  	font-family: 'Raleway', sans-serif;
  	line-height: 1.875em;
	font-size: 15px;
	text-align: center;
}

.contact-text1 {
	padding-bottom: 1rem;
}

.contact-form {
	width: 100%;
}

.form-row {
	display: flex;
	gap: 30px;
	padding: 0rem 2.5rem 1rem 2.5rem;
	justify-content: center;
	align-items: center;
}

.form-group {
	position: relative;
	margin-bottom: 1rem;
}

.form-group.full-width {
	width: 100%;
}

.form-group label {
	position: absolute;
	top: 12px;
	left: 0;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #FBFBFB;
	transition: 0.2s ease all;
	pointer-events: none;
}

.form-group input, .form-group textarea {
	width: 100%;
	padding: 12px 0;
	border: none;
	border-bottom: 1px solid #FBFBFB;
	background-color: transparent;
	color: #FBFBFB;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	border-radius: 0;
	outline: none;
	transition: border-bottom 0.3s ease;
	resize: none;
}

.form-group input:focus ~ label,
.form-group input.has-value ~ label,
.form-group textarea:focus ~ label,
.form-group textarea.has-value ~ label {
	top: -20px;
	left: 0;
	font-size: 12px;
	color: #FBFBFB;
}

.form-group input:focus,
.form-group textarea:focus {
	border-bottom: 1px solid #FBFBFB;
}

.form-row:first-of-type .form-group {
	flex: 1;
}

.form-row:first-of-type .form-group.full-width {
	flex: 2;
}

.submit-btn {
	background: transparent;
	color: #FBFBFB;
	padding: 12px 30px;
	border: none;
	outline: none;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	cursor: pointer;
	transition: background-color 0.3s;
	margin-top: 1rem;
}

.submit-btn:hover {
	background-color: #555;
}


.map {
	position: relative;
	height: 400px;
	overflow: hidden;
}

.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bbox {
	position: relative;
	height: 296px;
	width: 100%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.bottom-text {
	line-height: 1.875em;
	text-align: center;
	font-size: 15px;
	font-family: 'Raleway', sans-serif;
	color: #FBFBFB;
	padding: 0rem 0rem 1rem 0rem;
}

.bottom-text:last-of-type {
	margin-top: 10px;
}

.clickable-image {
	transition: transform 0.3s;
	padding: 0rem 0rem 1rem 0rem;
}

a.clickable-image {
	text-decoration: none;
	border: none;
}

@media (max-width: 1024px) {
	.contact-img {
		display: none;
	}

	.contact-section {
		flex-direction: column;
	}

	.contact-box {
		width: 100%;
	}

	.form-row {
		flex-direction: column;
		padding: 0 0 0.5rem 0;
		gap: 0;
	}

	.form-group {
		width: 100%;
		margin-bottom: 1.75rem;
	}
}

@media (max-width: 1024px) and (orientation: landscape) {
	.form-row {
		flex-direction: column;
		padding: 0 0 0.5rem 0;
		gap: 0;
	}

	.form-group {
		width: 100%;
		margin-bottom: 1.75rem;
	}

}

@media (max-width: 768px) {

	:root {
		--nav-h: 70px;
	}

	.nav-container {
		height: 70px;
	}

	.nav-links {
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px;
		padding: 20px 16px 0;
	}

	.nav-links a {
		font-size: 12px;
	}

	#home {
		padding-top: 70px;
	}

	.hbox {
		height: auto;
	}

	.hbox-container {
		height: auto;
		padding: 36px 24px 56px;
		gap: 20px;
	}

	.title {
		position: static;
		padding: 0;
		font-size: 38px;
	}

	.quote {
		position: static;
		padding: 0;
		left: auto;
		transform: none;
		font-size: 16px;
		width: 100%;
		text-align: center;
	}

	.hbox-content1 {
		padding: 0;
	}

	.abox {
		height: auto;
		min-height: 400px;
	}

	.abox-container {
		position: static;
		padding: 40px 24px;
	}

	.abox-title {
		font-size: 28px;
	}

	.sbox {
		height: auto;
		padding: 48px 24px;
		text-align: center;
		flex-direction: column;
		gap: 16px;
	}

	.sbox-title {
		position: static;
		transform: none;
		font-size: 28px;
	}

	.sbox-quote {
		padding: 0;
	}

	.split-section {
		flex-direction: column;
	}

	.split-box,
	.split-desc {
		width: 100%;
		padding: 40px 24px;
		order: 2;
	}

	.split-img,
	.split-img1,
	.split-img2,
	.split-img3,
	.split-img4,
	.split-img5,
	.split-img6 {
		width: 100%;
		min-height: 260px;
		order: 1;
	}

	.split-desc {
		align-items: flex-start;
	}

	.wide-box {
		height: auto;
		padding: 48px 24px;
	}

	.wide-img {
		padding: 0;
		text-align: center;
		font-size: 15px;
		color: #FBFBFB;
	}

	.contact-section {
		flex-direction: column;
		min-height: auto;
	}

	.contact-img {
		display: none;
	}

	.contact-box {
		width: 100%;
		padding: 40px 24px;
	}

	.form-row {
		flex-direction: column;
		padding: 0 0 0.5rem 0;
		gap: 0;
	}

	.form-group {
		width: 100%;
		margin-bottom: 1.75rem;
	}

	.bbox {
		height: auto;
		padding: 40px 24px;
	}
}