@font-face {
	font-family: 'PPWriter';
	src: url('assets/PPWriter-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

body,
html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'PPWriter-Regular.otf', sans-serif;
	scroll-behavior: smooth;
	background-color: #FBF9F9;
	font-family: 'PPWriter', sans-serif;
	max-height: 100vh;
	overflow: hidden;
}

a:any-link {
	color: #ffffff !important;
	text-decoration: none;
}

.main {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
	margin-top: 60px;
}

.main__background {
	width: 80vw;
	height: 100%;
	background-image: url(assets/background.svg);
	background-size: contain;
	background-repeat: no-repeat;
	/* background-attachment: scroll; */
	position: absolute;
	top: 138px;
	left: 0;
}

.main__logo {
	width: 216px;
	height: 52px;
	mix-blend-mode: difference;
	z-index: 2;
}

.main__slogan,
.main__attributes,
footer {
	font-size: 12px;
	font-weight: 100;
	color: #ffffff;
	mix-blend-mode: difference;
	z-index: 4;
	position: relative;
}

.main__slogan {
	margin-top: 20.7vw;
}

.main__attributes {
	margin-top: 17.7vw;
	display: flex;
	gap: 90px;
}

footer {
	display: flex;
	gap: 13.4vw;
	margin-left: 3.7vw;
	padding-bottom: 1.4vw;
	text-transform: uppercase;
	line-height: 1.2em;
	position: fixed;
	bottom: 0;
	left: 0;
}

.path {
	width: 100vw;
	/* height: 200vh; */
	top: 0;
	left: 0;
	z-index: 1;
	position: absolute;
	/* display: flex; */
	flex-direction: column;
	/* flex-wrap: nowrap; */
	align-items: flex-end;
	gap: 16.145vw;
	height: 123.8vh;
	overflow: scroll;
}

.path__single {
	/* width: 75.67vw; */
	width: 100vw;
	height: 47.4vw;
	/* height: 84.2vh; */
	background-size: contain;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
}

.path__single--first {
	background-image: url('assets/path.svg');
	background-position: right;
	float: right;
}

.path__single--second {
	background-image: url('assets/path-2.svg');
	background-position: left;
	float: left;
	height: 78.5vw;
	margin-top: 16.145vw;
}

.mobile-only {
	display: none;
}

@media screen and (min-width: 2560px) {
	.path__single {
		/* height: 56.4vw; */
	}
	
	.path {
		height: 103.8vh;
		margin-top: -2vw;
	}
	
	.path__single--second {
		height: 78.5vw;
	}
}

@media screen and (max-width: 767px) {
	.mobile-only {
		display: block;
	}
	
	.main {
		margin-top: 0;
		height: 100vh;
	}
	
	.main__slogan,
	.main__attributes,
	footer {
		font-size: 3.2vw;
	}
	
	.main__background {
		/* width: 100vw;
		height: 100%;
		background-image: url(assets/background-mobile.svg);
		top: 15px;
		left: 15px; */
		
		/* working: */
		/* width: 94vw;
		height: calc(100vh - 22px);
		background-image: url(assets/background-mobile.svg);
		top: 11px;
		left: 11px;
		background-position: center; */
		
		/* new */
		width: 100vw;
		height: calc(100vh - 10px);
		background-image: url(assets/background-mobile.svg);
		top: 10px;
		left: 0px;
		background-position: top;
		background-size: contain;
	}
	
	.main__logo {
		margin-top: 9vh;
		/* margin-top: 10vh; */
		width: 48vw;
		height: 11.733333333333333vw;
	}
	
	.main__attributes {
		/* margin-top: 60.3vw;
		margin-left: 35vw; */
		gap: 0;
		flex-direction: column;
		position: absolute;
		top: 31.5vh;
		/* top: 73vw; */
		left: 52vw;
	}
	
	.main__slogan {
		margin-top: 0;
		position: absolute;
		top: 56.6vh;
		/* left: 28vw; */
		text-align: center;
	}
	
	.path {
		height: 100vh;
	}
	
	.path__single {
		height: 59vh;
	}
	
	.path__single--first {
		width: 81vw;
		margin-top: -8.4vh;
		/* margin-top: 0.6vw; */
		background-image: url(assets/path-mobile.svg);
		height: 65vh;
	}
	
	.path__single--second {
		width: 77vw;
		height: 84vh;
		margin-top: 7.645vh;
		/* margin-top: 10.645vw; */
		background-image: url(assets/path-2-mobile.svg);
		background-position: left;
		float: left;
	}
	
	footer {
		flex-direction: column;
		gap: 5.128205128205128vw;
		bottom: .8461538461538463vw;
		left: 7.6923076923076925vw;
	}
}

/* @media screen and (max-width: 375px) {
	.main__logo {
		margin-top: 9vh;
	}
	
	.main__attributes {
		top: 54vw;
	}
	
	.main__slogan {
		top: 56.5vh;
	}
	
	.path__single {
		height: 68vh;
	}
	
	.path__single--first {
		width: 79vw;
		margin-top: -17.5vw;
	}
	
	.path__single--second {
		width: 81vw;
		height: 88.5vh;
		margin-top: -0.755vw;
	}
	
	footer {
		bottom: 25px;
		left: 15px;
	}
} */
/* .site-header {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
	mix-blend-mode: difference;
	color: black;
}

.site-header__logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.site-header__address,
.site-header__contact {
	position: fixed;
	left: 0;
}

.site-header__address {
	top: 0;
}

.site-header__contact {
	bottom: 0;
}

.site-header__phone {
	margin-left: 100px;
}

.content-section {
	height: 100vh;
	width: 100%;
	background-size: cover;
	transition: background-color 0.3s ease;
}

.content-section--beige {
	background-color: #FBF9F9;
}

.content-section:not(.content-section--beige) {
	background: url('your-image-url.jpg') no-repeat center center fixed;
} */