/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Black.ttf') format('truetype');
	font-weight: black;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-BlackItalic.ttf') format('truetype');
	font-weight: black;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Medium.ttf') format('truetype');
	font-weight: medium;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-MediumItalic.ttf') format('truetype');
	font-weight: medium;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Light.ttf') format('truetype');
	font-weight: light;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-LightItalic.ttf') format('truetype');
	font-weight: light;
	font-style: italic;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-Thin.ttf') format('truetype');
	font-weight: thin;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('Roboto/Roboto-ThinItalic.ttf') format('truetype');
	font-weight: light;
	font-style: italic;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}

a {
	color: inherit;
	text-decoration: inherit;
}
button {
	cursor: pointer;
}
.none {
	display: none;
}
.content {
	min-height: 100vh;
	position: absolute;
	width: 100vw;
}
.content-inner {
	max-width: 1080px;
	margin: 142px auto 0 auto;
}
.content-title {
	text-align: center;
	font-size: 36px;
	color: #00ae7a;
}
.content-description {
	margin-bottom: 64px;
	font-size: 20px;
	text-align: justify;
}
.navbar {
	min-height: 56px;
	position: fixed;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	padding: 0 16px;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	background-color: white;
}
.navbar-container {
	height: 24px;
	width: 100%;
	max-width: 1080px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 auto;
	padding: 16px 0;
}
.navbar-logo {
	height: 24px;
}
.navbar-links {
	display: flex;
	gap: 16px;
}
.navbar-links > li {
	list-style: none;
	font-weight: 600;
	color: #727272;
}
.navbar-menu-icon {
	height: 16px;
	width: 16px;
	color: #727272;
}
.navbar-menu-icon-btn {
	border: none;
	background-color: white;
	display: none;
}
.navbar-menu-links-container {
	justify-content: center;
	display: none;
}
.navbar-menu-links {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	text-align: center;
	gap: 16px;
	font-weight: 600;
	color: #727272;
}
.hero-container {
	height: 100vh;
}
.hero-image {
	background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0)),
		url('images/hero.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
}
.hero-title-container {
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	line-height: 200%;
	letter-spacing: 0.1rem;
	color: white;
}
.hero-title {
	line-height: 140%;
	letter-spacing: 0.1rem;
	font-size: 48px;
}

.hero-subtitle-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 120px;
}
.hero-subtitle {
	font-weight: 500;
	max-width: 600px;
	line-height: 180%;
	margin: 0 0 16px 0;
	font-size: 20px;
}
.cta-container {
	width: 100%;
	max-width: 1080px;
	margin: 100px auto;
}
.section-title {
	font-size: 30px;
	text-align: center;
	padding: 0;
	margin: 86px 0;
	color: #727272;
}
.cta-inner-container {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 16px;
}
.cta-btn {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 25%;
	max-width: 220px;
	border-radius: 4px;
	border: none;
	padding: 16px 24px;
	display: flex;
	flex-direction: column;
}
.cta-btn-title {
	color: #00ae7a;
	margin-bottom: 0;
}
.video-section-container,
.video-project-container {
	display: flex;
	justify-content: center;
}
.video-section-inner-container,
.video-project-inner-container,
.video-vr-inner-container {
	display: flex;
	justify-content: center;
	width: 100%;
}
.video-section-inner-container,
.video-project-inner-container {
	margin-bottom: 200px;
}
.video-vr-inner-container {
	margin-bottom: 64px;
}
.video-section-inner-container {
	margin-top: 100px;
}
.video-section-inner-container > iframe,
.video-project-inner-container > iframe,
.video-vr-inner-container > iframe {
	aspect-ratio: 16 / 9;
	width: 80% !important;
}
.video-section-inner-container > iframe {
	padding: 0 16px;
	width: 80% !important;
}
.video-project-inner-container > iframe,
.video-vr-inner-container > iframe {
	width: 100% !important;
}
.contact-container {
	background-color: #b0acac;
	padding: 100px 16px;
	display: flex;
	justify-content: center;
}
.contact-inner-container {
	width: 100%;
	max-width: 1080px;
	display: flex;
	flex-direction: column;
	color: white;
}
.contact-content {
	font-size: 20px;
	line-height: 140%;
}
.contact-list {
	list-style: none;
	padding-left: 0;
}
.contact-list > li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 16px;
}
.contact-list > li > p {
	margin: 0;
}
.contact-email:hover {
	text-decoration: underline;
}
.contact-icon {
	height: 24px;
	width: 24px;
}

.site-container {
	max-width: 800px;
	margin: 0 auto;
	padding: 2em;
}
.project-container-media-left,
.project-container-media-right {
	display: flex;
	margin-bottom: 86px;
}
.project-container-media-left {
	flex-direction: row;
}
.project-container-media-right {
	flex-direction: row-reverse;
}
.project-inner-container {
	width: 50%;
}
.project-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.project-container-media-left > .project-inner-container > .project-info {
	padding-left: 48px;
}
.project-container-media-right > .project-inner-container > .project-info {
	padding-right: 48px;
}
.vr-details {
	margin-bottom: 240px;
}
.vr-details:last-child {
	margin-bottom: 86px;
}
.project-title {
	color: #00ae7a;
	font-size: 32px;
	margin: 0 0 24px 0;
}
.project-description {
	line-height: 1.4;
	text-align: justify;
	margin: 0;
}
.carousel-inner {
	overflow: hidden;
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.slide {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: transform 0.5s cubic-bezier(0.42, 0, 0.58, 1);
}

.slide-content {
	position: relative;
	z-index: 5000;
	height: 100%;
	display: flex;
	align-items: center;
}

.slide img {
	width: 100%;
	object-fit: contain;
}
.carousel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.carousel-btn {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	color: white;
	background-color: #00000075;
	font-size: 28px;
}

.carousel-btn--prev-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.1s ease-in-out;
}

.carousel-btn--prev-next:hover {
	transform: translateY(-50%) scale(1.2);
}

.carousel-btn--prev {
	left: 8px;
}

.carousel-btn--next {
	right: 8px;
}

.carousel-pagination {
	margin-top: 8px;
	display: flex;
	gap: 0.75em;
	justify-content: center;
}

.carousel-pagination .carousel-btn {
	background-color: #aaa;
	height: 0.5em;
	width: 0.5em;
	border-radius: 50%;
	color: transparent;
	transition: transform 0.25s, background-color 0.25s ease-in-out;
	z-index: 1;
	font-size: 16px;
}

.carousel-pagination .carousel-btn--active {
	transform: scale(1.5);
	background-color: #333;
}
.footer {
	padding: 16px;
	text-align: center;
	border-top: 1px solid #b0acac;
}
@media (max-width: 1200px) {
	.content-inner {
		padding-left: 16px;
		padding-right: 16px;
	}
	.hero-title-container {
		padding: 0 16px;
	}
	.hero-title {
		margin: 0 auto;
		padding: 0 16px;
	}
	.hero-subtitle-container {
		margin-top: 140px;
		padding: 0 16px;
		width: calc(100% - 32px);
	}
	.hero-subtitle {
		max-width: none;
		width: 60%;
	}
	.cta-inner-container {
		margin: 0 16px;
		width: auto;
	}
}
@media (max-width: 830px) {
	.navbar {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.navbar-menu-icon-btn {
		display: block;
	}
	.navbar-links {
		display: none;
	}
	.cta-inner-container {
		flex-direction: column;
		align-items: center;
		gap: 48px;
	}
	.cta-btn {
		width: 100%;
	}
	.content-title {
		text-align: start;
	}
	.video-section-inner-container,
	.video-project-inner-container {
		margin-bottom: 86px;
	}
	.vr-details {
		margin-bottom: 86px;
	}
}

@media (max-width: 700px) {
	.hero-title-container {
		top: 200px;
	}
	.hero-title {
		font-size: 40px;
		text-align: center;
	}
	.hero-subtitle {
		text-align: center;
		width: unset;
		font-size: 22px;
		padding-left: 24px;
		padding-right: 24px;
	}
	.project-container-media-left,
	.project-container-media-right {
		flex-direction: column-reverse;
	}
	.project-inner-container {
		width: 100%;
	}
	.project-info {
		margin-bottom: 36px;
	}
	.project-container-media-left > .project-inner-container > .project-info,
	.project-container-media-right > .project-inner-container > .project-info {
		padding: 0;
	}
}
@media (max-width: 540px) {
	.hero-title-container {
		top: 200px;
	}
	.hero-title {
		font-size: 30px;
	}
}
@media (max-width: 380px) {
	.hero-title {
		font-size: 22px;
	}
	.hero-subtitle {
		font-size: 20px;
		line-height: 140%;
	}
}
