* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-size: 1.125rem;
	line-height: 1.72rem;
	background: rgb(32, 32, 32);
	color: rgba(255, 255, 255, 0.82);
	margin: 0;
}

strong {
	font-weight: 500;
}

summary {
	cursor: pointer;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
}

p {
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

img {
	display: block;
	max-width: 100%;
}

.download-link {
	width: 170px;
	display: block;
}

.mobile-download-link {
	margin-top: 1.2rem;
}

.download-link img {
	width: 100%;
}

.hero-download-btn {
	/* margin-top: 3rem; */
}

.footer-download-link {
	margin: 2rem auto 0 auto;
}

.download-img {
	width: 100%;
}

.inner-container {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 1380px) {
	.container {
		max-width: 1360px;
		padding-left: 0;
		padding-right: 0;
	}
}

.feature-loader {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 95%;
	height: 97%;
	z-index: -1;
	overflow: hidden;
	/* background-color: red; */
}

.feature-loader.iphone {
	border-radius: 2.5rem;
}

.feature-loader::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(
		90deg,
		transparent 20%,
		#252525 50%,
		transparent 80%
	);
	/* background-size: 300%; */
	background-position-x: 100%;
	animation: shimmer 2s ease-in-out infinite;
}

@keyframes shimmer {
	0% {
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		transform: translate3d(100%, 0, 0);
	}
}

.feature-loader.ipad {
	border-radius: 40px;
}

.feature-img {
	display: none;
}

.feature-img.medium-zoom-image--opened {
	display: block;
}

.image-loaded .feature-img {
	display: block;
}

.image-loaded .load-wrapper {
	display: none;
}

.medium-zoom-overlay {
	background: rgb(32, 32, 32) !important;
}

.nav-link-node {
	cursor: pointer;
	user-select: none;
}

.nav-link-node:last-of-type rect {
	opacity: 1 !important;
}

.nav-link-node:last-of-type text {
	fill: #111 !important;
}

.nav-link-node rect {
	opacity: 0;
	fill: white;
	transition: opacity 0.125s ease-in-out;
}

.nav-link-node:hover rect {
	opacity: 1;
}

.nav-link-node:hover text {
	fill: #111;
}

#nav-text-layer {
	fill: white;
	font-size: 1.4rem;
}

#site-navigation {
	transition: opacity 0.2s ease-in-out;
	width: 100%;
	/* width: 820px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width: 440px) {
	#site-navigation {
		width: 380px;
	}
}

#site-navigation svg {
	display: block;
	width: 100%;
}

.medium-zoom--opened #app-header {
	opacity: 0 !important;
	transform: translate3d(0px, -20px, 0px);
	pointer-events: none;
}

#site-navigation li {
	display: inline-block;
	margin-right: 1rem;
}

#site-navigation li:first-of-type a {
	background: white;
	color: #111;
}

#site-navigation li:last-of-type {
	margin-right: 0;
}

#app-header {
	position: fixed;
	top: 2rem;
	left: 0;
	right: 0;
	z-index: 999;
	height: 72px;
	pointer-events: none;
}

#app-footer {
	margin: 0 1rem;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	background: #111;
	overflow: hidden;
}

#footer-download-wrapper {
	padding: 8rem 2rem;
	text-align: center;
}

#footer-download-wrapper .section-title {
	font-size: 2rem;
	margin-top: 1.6rem;
	margin-bottom: 1rem;
	line-height: 2rem;
}

#footer-legal-wrapper {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 2rem;
	font-size: 0.88rem;
	color: rgba(255, 255, 255, 0.42);
}

@media screen and (min-width: 540px) {
	#footer-legal-wrapper {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
	}
}

#footer-legal-wrapper h5 a {
	color: rgba(255, 255, 255, 0.82);
	text-decoration: underline;
}

#footer-app-icon {
	max-width: 120px;
	margin: 0 auto;
}

#app-footer h5 {
	font-weight: 300;
	font-size: inherit;
	margin: 0 0 1rem 0;
}

.logo-container {
	display: none;
	/* display: flex; */
}

@media screen and (min-width: 580px) {
	.logo-container {
		display: flex;
		/* margin-right: 2rem; */
	}
}

.logo-container h1 {
	font-size: 1.5rem;
	font-weight: 400;
}

.nav-container {
	pointer-events: auto;
	width: fit-content;
	background-color: #111a;
	height: 100%;
	padding: 0.6rem;
	margin: 0 auto;
	border-radius: 42px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	backdrop-filter: blur(4px);
}

@media screen and (min-width: 540px) {
	.nav-container {
		/* justify-content: space-between; */
	}
}

#logo {
	margin: 0;
}

#header-logo {
	max-width: 120px;
}

#hero-app-icon {
	max-width: 92px;
}

#hero-logo {
	margin-right: 1rem;
}

#hero-svg {
	display: block;
}

#hero-scroll-down {
	position: absolute;
	width: 1px;
	height: 18px;
	bottom: 26px;
	left: 50%;
	background-color: #fffc;
	animation: scrollDown 3s infinite ease-in-out;
}

@keyframes scrollDown {
	0% {
		transform: scaleY(0);
		transform-origin: 0 0;
	}
	29.999% {
		transform: scaleY(1);
		transform-origin: 0 0;
	}
	30% {
		transform: scaleY(1);
		transform-origin: 0 100%;
	}
	60% {
		transform: scaleY(0);
		transform-origin: 0 100%;
	}
	100% {
		transform: scaleY(0);
		transform-origin: 0 100%;
	}
}

#hero-text-mobile {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	background: #111a;
	backdrop-filter: blur(8px);
	padding: 2rem 1rem;
	border-top-left-radius: 42px;
	border-top-right-radius: 42px;
	margin: 0 8px;
}

#hero-text-mobile h1 {
	font-size: 2rem;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0.2rem;
}

#hero-text-mobile h2 {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: 200;
	margin-bottom: 0;
}

#hero-text {
	position: absolute;
	bottom: 4rem;
	z-index: 1;
	left: 0;
	width: 100%;
	display: none;
}

@media screen and (min-width: 740px) {
	#hero-text-mobile {
		display: none;
	}
	#hero-text {
		display: block;
	}
}

@media screen and (min-width: 940px) {
	#hero-text {
		left: unset;
		width: 920px;
		left: calc(50% - 460px);
	}
}

#hero-unit-title {
	font-weight: 500;
	font-size: 1.2rem;
	fill: white;
}

#hero-unit-subtitle {
	font-size: 0.82rem;
	font-weight: 200;
	fill: rgba(255, 255, 255, 0.82);
}

#hero-unit {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

#hero-unit .container {
	display: flex;
	justify-content: space-between;
}

#hero-text h1,
#hero-text h2 {
	margin: 0;
}

#hero-text h1 {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 0.12rem;
}

#hero-text h2 {
	font-size: 1.2rem;
}

#hero-headline {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#hero-preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#scroll-down {
	width: 100%;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: red; */
}

#hero-preview-overlay video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.app-icon-wrapper {
	padding: 1rem 1.6rem;
}

.app-icon {
	max-width: 92px;
}

.hero-download-img {
	width: 160px;
}

.feature-gallery-container {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature-gallery-titles {
	margin-bottom: 3rem;
}

.feature-gallery-titles .feature-preview-wrapper {
	background: linear-gradient(
		to bottom,
		rgba(32, 32, 32, 0.8) 70%,
		rgba(32, 32, 32, 0.4) 90%,
		rgba(32, 32, 32, 0) 100%
	);
}

.feature-preview-wrapper {
	/* position: relative; */
	transition: transform 0.05s linear;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.feature-headline-section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.feature-media-section {
	position: relative;
	transition: transform 0.1s linear;
}

.feature-preview-wrapper h3 {
	color: white;
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: 500;
	margin: 0 0 1.5rem 0;
	text-transform: capitalize;
}

.feature-preview-wrapper p {
	font-weight: 300;
}

#features-gallery {
	margin-top: 2rem;
	padding-top: 4rem;
}

#features-gallery .section-title {
	text-align: center;
	margin-bottom: 10rem;
}

#features-gallery .features-gallery-section:last-of-type {
	padding-bottom: 0;
}

#features-gallery ul {
	grid-template-columns: repeat(2, 1fr);
	gap: 8rem 1.75rem;
}

@media screen and (min-width: 500px) {
	#features-gallery ul {
		display: grid;
	}
}

@media screen and (min-width: 780px) {
	#features-gallery ul {
		gap: 8rem 2rem;
	}
}

@media screen and (min-width: 1366px) {
	#features-gallery ul {
		gap: 8rem 2.5rem;
	}
}

@media screen and (min-width: 658px) {
	#features-gallery ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (min-width: 920px) {
	#features-gallery ul {
		grid-template-columns: repeat(4, 1fr);
	}
}

#features-gallery li {
	display: flex;
	margin-bottom: 3rem;
}

@media screen and (min-width: 500px) {
	#features-gallery li {
		margin-bottom: 0rem;
	}
}

#features-gallery ul li:nth-child(6n - 1) {
	grid-column: span 2;
}

#features-gallery ul li:nth-child(6n) {
	grid-column: span 2;
}

#features-gallery ul li:nth-child(6n + 1) {
	grid-column: 1 / 2;
}

.features-gallery-section {
	padding: 3rem 0;
}

#exporting-border-top {
	background: rgba(255, 255, 255, 0.12);
	width: 100%;
	height: 1px;
	margin: 10rem auto 0 auto;
}

#exporting {
	margin-top: 8rem;
	padding-top: 4rem;
	text-align: center;
}

#exporting h2 {
	margin-top: 0;
}

.export-text h5 {
	margin-bottom: 0;
	color: white;
}

/* .export-text h5:last-of-type {
	font-weight: 300;
	color: rgba(255, 255, 255, 0.82);
} */

.section-title {
	font-weight: 500;
	font-size: 2.6rem;
	line-height: 3.6rem;
	margin-bottom: 2rem;
}

/* @media screen and (min-width: 660px) {
	.section-title {
		font-size: 3rem;
		line-height: 4rem;
	}
} */

@media screen and (min-width: 880px) {
	.section-title {
		font-size: 3rem;
		line-height: 4rem;
	}
}

@media screen and (min-width: 1080px) {
	.section-title {
		font-size: 4rem;
		line-height: 5rem;
	}
}

@media screen and (min-width: 1284px) {
	.section-title {
		font-size: 5rem;
		line-height: 6rem;
	}
}

.export-examples-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.export-example {
	width: 100%;
}

@media screen and (min-width: 980px) {
	.export-example {
		width: 50%;
	}
}

.export-example:first-of-type {
	padding-right: 0;
	margin-bottom: 3rem;
}

.export-example:last-of-type {
	padding-left: 0;
}

@media screen and (min-width: 980px) {
	.export-example:first-of-type {
		padding-right: 1.25rem;
		margin-bottom: 0;
	}

	.export-example:last-of-type {
		padding-left: 1.25rem;
	}
}

/* .export-example-img-wrapper {
	padding: 0rem 2rem 0rem 2rem;
} */

.export-example-footer {
	text-align: center;
}

.sketchfab-subtitle {
	max-width: 590px;
	color: rgba(255, 255, 255, 0.42);
}

.export-example-footer p {
	font-size: 15px;
	margin-top: 0.75rem;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.42);
}

#sketchfab {
	margin-top: 0rem;
	padding-top: 4rem;
	text-align: center;
}

@media screen and (min-width: 980px) {
	#sketchfab {
		margin-top: 2rem;
	}
}

@media screen and (min-width: 1200px) {
	#sketchfab {
		margin-top: 8rem;
	}
}

#sketchfab h2 {
	margin-top: 0;
	margin-bottom: 3rem;
}

#sketchfab-container {
	width: 82%;
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 44%;
	margin: 0 auto;

	max-width: 1440px;
}

@media screen and (min-width: 800px) {
	#sketchfab-container {
		padding-top: 36%;
	}
}

@media screen and (min-width: 1500px) {
	#sketchfab-container {
		padding-top: 30%;
	}
}

.extruded {
	box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.18);
}

@media screen and (min-width: 1620px) {
	#sketchfab-container {
		width: 100%;
	}
}

.export-example-img {
	width: 100%;
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0; */
}

#exporting-formats {
	margin: 6rem auto 0rem auto;
	padding-top: 4rem;
	padding-bottom: 4rem;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	/* background-color: #555; */
	/* background-image: url(../assets/img/bg-formats.png);
	background-position: 50% 25%;
	background-size: cover;
	background-blend-mode: multiply; */
}

@media screen and (min-width: 920px) {
	#exporting-formats {
		padding-bottom: 6rem;
	}
}

@media screen and (min-width: 1260px) {
	#exporting-formats {
		padding-bottom: 10rem;
	}
}

#exporting-formats h3 {
	margin-top: 0;
}

.exporting-formats-wrapper {
	display: flex;
}

.supported-format-text {
	font-weight: 600;
	font-size: 2rem;
	text-anchor: middle;
	fill: rgba(255, 255, 255, 0.92);
}

.export-formats-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.desktop-svg-formats {
	display: none;
	margin: 3rem 0 1rem 0;
}

@media screen and (min-width: 860px) {
	.desktop-svg-formats {
		display: block;
	}
}

.export-format-headline {
	font-weight: 600;
	margin-right: 1rem;
	width: 72px;
	height: 62px;
	background: #111;
	color: white;
	/* border-radius: 50%; */
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25px;
}

@media screen and (min-width: 860px) {
	.export-format-headline {
		display: none;
	}
}

.export-format {
	width: 100%;
	text-align: left;
	padding: 0rem 1rem 1rem 1rem;
	/* display: flex;
	align-items: baseline; */
}

@media screen and (min-width: 600px) {
	.export-format {
		width: 49%;
	}
}

@media screen and (min-width: 860px) {
	.export-format {
		width: 24%;
	}
}

#export-3d-formats li {
	display: inline-block;
	padding: 1rem 3rem;
	font-size: 2rem;
	margin-right: 1rem;
	background-color: red;
}

#export-3d-formats li:last-of-type {
	margin-right: 0;
}

.sketchfab-embed-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.sketchfab-embed-wrapper iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.compatible-software {
	margin-bottom: 6rem;
}

.software-list-title {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.72);
	margin-bottom: 16px;
	font-weight: 500;
	text-align: center;
}

.software-list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
	color: #909090;
	font-size: 15px;
}

.software-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.software-item::after {
	content: "•";
	margin-left: 20px;
	color: #4a4a4a;
}

.software-item:last-child::after {
	content: "";
	margin-left: 0;
}
.many-more {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	font-weight: 700;
}

#faq {
	padding-top: 4rem;
	padding-bottom: 4rem;
}

@media screen and (min-width: 620px) {
	#faq {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}

@media screen and (min-width: 920px) {
	#faq {
		padding-top: 10rem;
		padding-bottom: 10rem;
	}
}

#faq h2 {
	margin-top: 0;
	text-align: center;
}

.faq-container {
	margin: 0 auto;
	border-radius: 25px;
	overflow: hidden;
}

@media screen and (min-width: 640px) {
	.faq-container {
		max-width: 620px;
		padding-left: 0;
		padding-right: 0;
	}
}

.faq-summary,
.faq-body {
	padding: 1rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-summary {
	font-weight: 400;
	user-select: none;
	background: #111;
	color: white;
}

.faq-body {
	background: #131313;
}

.faq-container details:last-of-type .faq-summary {
	border-bottom: none;
}

#record-feature-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#hero-unit-video {
	width: 100%;
	height: 100%;

	object-fit: cover;
	object-position: 50% 40%;
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50%; */
}

#record-feature-video-wrapper {
	position: relative;
}

#record-feature-video {
	position: absolute;
	top: 2%;
	left: 2%;
	width: 95%;
	height: 97%;
	border-radius: 52px;
	z-index: -1;
	object-fit: contain;
	mask-image: url(../assets/img/iphone-mask.png);
	mask-size: 100% 100%;
	mask-repeat: no-repeat;
}

#footer-nav {
	display: flex;
	flex-wrap: wrap;
	padding-top: 2rem;
	padding-bottom: 2rem;
	font-size: 0.8rem;
	color: rgba(255, 255, 255, 0.42);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-nav-col {
	width: 100%;
	margin-bottom: 2rem;
}

@media screen and (min-width: 540px) {
	.footer-nav-col {
		width: 50%;
	}
}

@media screen and (min-width: 1024px) {
	.footer-nav-col {
		width: 25%;
	}
}

.footer-nav-col h5 {
	margin: 0 0 2rem 0;
	color: rgba(255, 255, 255, 0.82);
}

.footer-nav-col a {
	font-weight: 600;
	transition: color 0.075s ease-in-out;
}

.footer-nav-col a:hover {
	color: white;
}

.back-to-home-btn {
	text-decoration: underline;
	margin: 6rem 0;
	display: block;
}

#cookie-consent {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 1rem;
	z-index: 9999;
	background: linear-gradient(0deg, #111e, transparent 80%);
	transition: opacity 0.125s ease-out;
}

#cookie-consent.visible {
	opacity: 1 !important;
	pointer-events: auto !important;
}

#cookie-wrapper {
	max-width: 600px;
	margin: 0 auto;
	padding: 2rem;
	border-radius: 25px;
	overflow: hidden;
	backdrop-filter: blur(36px);
	background: #1119;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

#cookie-wrapper p {
	margin: 0;
}

#cookie-wrapper a {
	text-decoration: underline;
}

#cookie-accepter {
	padding: 1rem;
	margin: 1rem 0 0 0;
	border-radius: 25px;
	border: none;
	font-size: 1rem;
	cursor: pointer;
}
