@font-face {
    font-family: 'roboto';
    src: url('/static/fonts/RobotoMono-VariableFont_wght.ttf') format('truetype');
}

@font-face {
    font-family: 'baste';
    src: url('/static/fonts/BasteB-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'baste-medium';
    src: url('/static/fonts/BasteBTRIAL-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'baste-black';
    src: url('/static/fonts/BasteBTRIAL-Black.otf') format('opentype');
}

@font-face {
    font-family: 'sligoil';
    src: url('/static/fonts/Sligoil-Micro.otf') format('opentype'),
		 url('/static/fonts/Sligoil-Micro.woff') format('woff'),
		 url('/static/fonts/Sligoil-Micro.woff2') format('woff2');
}

* {
	font-family: 'baste', monospace;
}

a {
	text-decoration: none;
	cursor: pointer;
}

html {
	//overflow-x: hidden;
	//scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	color: #353d39;
	background-color: #f5efeb;
	transition: transform 0.5s linear;
	/*-webkit-transform-style: preserve-3d;*/
	/*-webkit-backface-visibility: hidden;*/
	/*-webkit-transform: translateZ(0);*/
	//z-index: 10;
	//position: relative;
	margin: 0;
}

body.unscroll {
	overflow-y: hidden;
}

header {
	/*position: sticky;*/
	/*position: -webkit-sticky;*/
	/*top: 0;*/
	position: absolute;
    z-index: 1;
	padding: 30px 120px;
	box-sizing: border-box;
	width: 100%;
}

#navbar {
	display: flex;
}

#navbar .item {
	font-size: 24px;
	width: 180px;
	text-align: center;
}

#navbar .item:hover {
	text-decoration: underline;
	text-decoration-color: #353d39;
}

#navbar .item--flexible {
	flex: 1;
}

#navbar .item--thin {
	width: 100px;
}

#navbar .item .text {
	margin-bottom: -6px;
	font-family: 'baste', monospace;
	color: #353d39;
}

#navbar .item .border {
	padding: 8px 0;
	border-bottom: 6px solid #353d39;
	border-left: 3px solid #353d39;
	border-right: 3px solid #353d39;
}

#navbar .item .border--thick-left {
	border-left: 6px solid #353d39;
	border-radius: 0 0 0 6px;
}

#navbar .item .border--thick-right {
	border-right: 6px solid #353d39;
	border-radius: 0 0 6px 0;
}

#navbar .item select {
	all: unset;
	font-size: 18px;
}

#navbar .item select option {
	font-size: 24px;
}

section {
	padding: 0 120px;
}

.block {
	//padding-top: calc(50vh - 280px);
	//max-width: 1600px;
	//margin: auto;
	//padding-left: 80px;
	width: 100%;
	//padding: 0 120px;
	display: flex;
	flex-wrap: wrap;
}

.block--nowrap {
	flex-wrap: nowrap;
}

.product-anchor {
	margin-bottom: 40px;
}

.product {
	align-items: center;
	background-repeat: no-repeat;
    background-position-y: top;
	background-position-x: calc(100% + var(--background-position-x));
}

.product--reverse {
	flex-direction: row-reverse;
	background-position-x: calc(0% - var(--background-position-x));
}

.main--padding {
	padding: 0 120px;
}

/*.gap--large {*/
/*	gap: 100px;*/
/*}*/

.uppercase {
	text-transform: uppercase;
}

.image--centered {
	display: block;
    margin: auto;
}

/*#synthmate {*/
/*	margin-bottom: 40px;*/
/*}*/

/*.synthmate-image {*/
/*	//margin-left: -300px;*/
/*	background-image: url("/static/images/synthmate.svg");*/
/*	background-repeat: no-repeat;*/
/*	background-position-x: right;*/
/*    background-position-y: top;*/
/*	margin-top: -56px;*/
/*	flex-grow: 1;*/
/*    height: 780px;*/
/*}*/

/*#keyboard {*/
/*	margin-bottom: 40px;*/
/*}*/

/*.keyboard-image {*/
/*	!*background-image: url("/static/images/keyboard.svg");*!*/
/*	!*background-repeat: no-repeat;*!*/
/*	!*background-position-x: right;*!*/
/*    !*background-position-y: top;*!*/
/*	margin-top: -56px;*/
/*	flex-grow: 1;*/
/*    height: 1000px;*/
/*}*/

/*#keyboard .block {*/
/*	background-image: url("/static/images/keyboard.svg");*/
/*	background-repeat: no-repeat;*/
/*	background-position-x: calc(100% + 300px);*/
/*    background-position-y: top;*/
/*	margin-top: -56px;*/
/*	!*margin-top: -56px;*!*/
/*	!*flex-grow: 1;*!*/
/*    !*height: 780px;*!*/
/*}*/

/*#keyboard .main--padding {*/
/*	margin-bottom: 250px;*/
/*}*/

/*.pedal-image {*/
/*	!*background-image: url("/static/images/keyboard.svg");*!*/
/*	!*background-repeat: no-repeat;*!*/
/*	!*background-position-x: right;*!*/
/*    !*background-position-y: top;*!*/
/*	margin-top: -56px;*/
/*	flex-grow: 1;*/
/*    height: 1020px;*/
/*}*/

/*#pedal .block {*/
/*	background-image: url("/static/images/pedal.svg");*/
/*	background-repeat: no-repeat;*/
/*	background-position-x: calc(0% - 400px);*/
/*    background-position-y: top;*/
/*	margin-top: 56px;*/
/*}*/

/*#pedal .main--padding {*/
/*	margin-bottom: 600px;*/
/*}*/

.rotated-45 {
	transform: rotate(45deg);
}

#menu {
	display: none;
}

/*#menu.visible {*/
/*	//display: block;*/
/*	opacity: 1;*/
/*	pointer-events: inherit;*/
/*}*/

/*#menu {*/
/*	opacity: 0;*/
/*	pointer-events: none;*/
/*	//display: none;*/
/*	position: absolute;*/
/*	top: 0;*/
/*	//left: 100%;*/
/*	width: 100%;*/
/*	//height: 100%;*/
/*	height: max(100%, 100vh);*/
/*	background-color: #f3ede9;*/
/*    z-index: 1;*/
/*	transition: opacity 0.8s ease-in;*/
/*}*/

/*#menu h2 {*/
/*	display: table;*/
/*	margin: 0 0 15px 0;*/
/*	margin-left: 20px;*/
/*	margin-right: auto;*/
/*	//font-size: 50px;*/
/*	line-height: 72px;*/
/*	//font-weight: bold;*/
/*	//text-align: right;*/
/*	//color: #353d39;*/
/*	letter-spacing: 0;*/
/*	transition: opacity 0.25s ease-in-out;*/
/*}*/

/*#menu h2:hover {*/
/*	//background-image: url("/static/menu-obdelnik.svg");*/
/*	opacity: 0.5;*/
/*}*/

/*#menu main {*/
/*	//margin-top: calc(50vh - 260px);*/
/*	position: absolute;*/
/*	top: calc(50vh - 253px);*/
/*}*/

/*#menu .content {*/
/*	max-width: inherit;*/
/*	position: sticky;*/
/*	top: 0;*/
/*}*/

/*#menu header .hamburger {*/
/*	margin-right: 46px;*/
/*	margin-top: 38px;*/
/*}*/

/*#menu a {*/
/*	cursor: pointer;*/
/*}*/

/*#menu .inline {*/
/*	margin-top: 120px;*/
/*	text-align: left;*/
/*	margin-left: 400px;*/
/*}*/

/*#menu .inline div {*/
/*	display: inline-block;*/
/*	margin-right: 140px;*/
/*}*/

/*#menu .inline h4 {*/
/*	color: white;*/
/*	margin: 0;*/
/*}*/

.transition {
    transform: translate(-100%);
}

/*.content {*/
/*	max-width: 1495px;*/
/*	margin: auto;*/
/*	text-align: center;*/
/*}*/

header .logo {
	margin-left: 40px;
	float: left;
	cursor: pointer;
	margin-top: 40px;
}

header .hamburger {
	margin-right: 40px;
	float: right;
	transition: transform 0.5s linear;
	cursor: pointer;
	margin-top: 40px;
	display: none;
}

header .hamburger:hover {
	//transform: rotate(180deg);
	opacity: 0.5;
}

#menu header .hamburger:hover {
	transform: rotate(180deg);
	opacity: 1;
}

#content {
	max-width: 1084px;
	margin: auto;
	text-align: center;
}

#content .div2 {
	width: 420px;
	display: inline-block;
	padding-top: 70px;
	//float: left;
}

#content .div1 {
	display: inline-block;
	width: 490px;
	vertical-align: top;
}

#first {
	background-image: url("/static/images/background.jpg");
	background-color: #f5efeb;
	background-blend-mode: multiply;
	height: 100vh;
    background-position: center;
	position: relative;
}

#first .block {
	padding-top: 160px;
	justify-content: space-between;
	align-items: flex-start;
}

#first .berlin {
	font-size: 20px;
	text-align: center;
	margin-top: 110px;
	padding: 40px;
	border: 3px solid rgba(53, 61, 57, .2);
	box-shadow: 0 0 2px 2px rgba(53, 61, 57, .2);
	border-radius: 10px;
	color: #353d39;
}

#first .berlin:hover {
	background-color: rgba(225, 225, 225, .5);
}

#contact-form {
	position: sticky;
	bottom: 0;
	display: flex;
    justify-content: flex-end;
	color: black;
	margin-right: 125px;
	margin-top: -145px;
}

#contact-form .content {
	padding: 30px;
	background: rgba(53, 61, 57, .8);
	backdrop-filter: blur(5px);
	border-radius: 8px 8px 0 0;
	width: 408px;
	box-sizing: border-box;
}

#contact-form #contact-form-content2 {
	display: none;
}

#contact-form .content select {
	width: 100%;
	font-size: 16px;
	height: 24px;
	margin-bottom: 8px;
	padding: 2px 8px;
	color: #353d39;
	background-color: white;
	box-shadow: 0 0 2px 2px rgb(255, 255, 255);
	border: 0;
}

#contact-form .content input {
	width: 100%;
	//border: 0;
	padding: 2px 10px;
	box-sizing: border-box;
	font-size: 16px;
	margin-bottom: 8px;
	color: #353d39;
	background-color: white;
	box-shadow: 0 0 2px 2px rgb(255, 255, 255);
	border: 0;
}

#contact-form .content h4 {
	font-size: 20px;
	margin: 0;
	padding: 23px 64px 18px 64px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 0 3px 3px rgb(255, 255, 255);
}

#contact-form .content div {
	font-family: "sligoil", sans-serif;
	font-size: 15px;
	color: white;
	transform: translate(0, 17px);
    text-align: center;
}

#first #down {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 15px);
	transition: transform 0.25s linear, opacity 0.25s ease-in-out;
}

#first #down:hover {
	opacity: 0.5;
	transform: translate(0, 6px);
}

#first .text {
	font-size: 40px;
	line-height: 56px;
	font-family: 'baste', monospace;
}

#about {
	padding-top: 80px;
	padding-bottom: 120px;
}

.text {
	font-family: "sligoil", sans-serif;
	font-size: 18px;
	max-width: 710px;
}

.href {
	transition: opacity 0.25s ease-in-out;
}

.href:hover {
	opacity: 0.5;
}

.href a {
	font-size: 14px;
	//color: #F1828D;
	font-weight: bold;
	vertical-align: middle;
}

.center {
	text-align: center;
	margin: auto;
}

.heart {
    position: absolute;
    z-index: -1;
    transform: translate(-50%, -40%);
}

h1 {
	font-size: 80px;
	margin: 0;
	line-height: 88px;
	margin-bottom: 65px;
	text-align: left;
}

h2 {
	font-size: 64px;
	font-weight: normal;
	margin: 0 0 50px 0;
	//line-height: 52px;
	//line-height: 72px;
	//margin-bottom: 65px;
	//text-align: left;
}

h3 {
	font-size: 30px;
	margin: 0;
	line-height: 45px;
	margin-bottom: 50px;
}


h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	//margin-left: 50px;
	margin-bottom: 24px;
	//text-align: left;
}

main {
	margin-bottom: 120px;
}

footer {
	//height: 360px;
	//height: 220px;
	background-color: #353d39;
	//position: relative;
	color: #f5efeb;
	padding: 120px 120px 0 120px;
	background-image: url("/static/images/footer-background.svg");
	background-repeat: no-repeat;
	background-position-x: calc(0% - 500px);
	background-position-y: calc(50% - 300px);
}

footer h4 {
	font-size: 40px;
}

footer .photos {
	gap: 15px;
	padding-bottom: 50px;
}

footer .photos a {
	flex-basis: calc(33% - 8px);
    width: calc(33% - 16px);
}

footer .photos img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	box-shadow: 0 0 2px 2px rgba(53, 61, 57, .2);
}

footer .insta {
	display: block;
	text-align: right;
	color: #f5efeb;
	font-size: 20px;
}

footer .insta img {
	vertical-align: middle;
	margin-right: 10px;
}

footer .about {
	margin-top: 300px;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 150px;
}

footer .about .left {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 50%;
}

footer .text {
	font-size: 28px;
	margin-top: 40px;
	max-width: 900px;
}

footer .about .right img {
	height: 550px;
}

footer .links {
	display: flex;
	justify-content: space-between;
}

footer .links div, footer .links a, footer .links a u {
	font-family: "sligoil", sans-serif;
	font-size: 16px;
}

footer .links a {
	margin-left: 50px;
	color: #f5efeb;
}

footer .end {
	font-size: 40px;
	border-top: 5px solid white;
	border-left: 5px solid white;
	border-right: 5px solid white;
	border-radius: 10px 10px 0 0;
	margin-top: 20px;
	padding: 50px;
	text-align: center;
}

.product .product-image img {
	display: none;
}

@media only screen and (max-width: 1600px) {
	/*#keyboard .block {*/
	/*	background-position-x: calc(100% + 500px);*/
	/*}*/

	/*#pedal .block {*/
	/*	background-position-x: calc(0% - 500px);*/
	/*}*/

	.product {
		//background-position-x: calc(100% + 500px) !important;
		background-position-x: calc(100% + var(--background-position-x) + var(--step-size));
	}

	.product--reverse {
		//background-position-x: calc(0% - 500px) !important;
		background-position-x: calc(0% - var(--background-position-x) - var(--step-size));
	}

	footer {
		background-position-x: calc(0% - 600px);
    	background-position-y: calc(50% - 400px);
	}

	footer .text {
		font-size: 24px;
	}

	footer .about .left {
		flex-basis: 40%;
	}
}

@media only screen and (max-width: 1400px) {
	#first .logo {
		width: 360px;
	}

	#first .text {
		font-size: 32px;
	}

	.product {
		//background-position-x: calc(100% + 500px) !important;
		background-position-x: calc(100% + var(--background-position-x) + var(--step-size) + var(--step-size));
	}

	.product--reverse {
		//background-position-x: calc(0% - 500px) !important;
		background-position-x: calc(0% - var(--background-position-x) - var(--step-size) - var(--step-size));
	}

	/*#keyboard .block {*/
	/*	background-position-x: calc(100% + 700px);*/
	/*}*/

	/*#pedal .block {*/
	/*	background-position-x: calc(0% - 700px);*/
	/*}*/

	footer {
		background-position-x: calc(0% - 600px);
    	background-position-y: calc(50% - 500px);
	}

	footer .about .right img {
		height: 400px;
	}

	footer .links a {
		margin-left: 20px;
	}
}

@media only screen and (max-width: 1000px) {
	/*html, body {*/
	/*	overflow-x: hidden;*/
    /*	width: 100vw;*/
	/*}*/

	header {
		padding: 20px 10px;
	}

	header #navbar {
		display: none;
	}

	header .logo, #menu header .logo {
		margin-top: 25px;
    	margin-left: 25px;
	}

	header .hamburger  {
		margin-top: 28px;
    	margin-right: 10px;
		display: block;
	}

	/*#menu header .hamburger {*/
	/*	margin-top: 22px;*/
    /*	margin-right: 32px;*/
	/*}*/

	main {
		margin-bottom: 80px;
	}

	#first {
		background-size: cover;
	}

	#first .block {
		padding-top: 40px;
	}

	#first .logo {
		width: 250px;
	}

	#first .block .right {
		flex-grow: 1;
	}

	#first .text {
		font-size: 24px;
		line-height: 36px;
		margin-top: 50px;
	}

	#first .berlin {
		font-size: 16px;
		padding: 20px 10px;
		background-color: #f5efeb;
		border-radius: 4px;
		margin-top: 60px;
	}

	#about {
		padding-top: 50px;
		padding-bottom: 60px;
	}

	#about img {
		display: none;
	}

	#about div {
		height: 250px;
    	width: 100%;
		background-image: url(/static/images/workshop.jpg);
		background-position: center;
    	background-size: cover;
		border-radius: 10px;
	}

	.separator {
		height: 36px;
	}

	section {
		padding: 0 20px;
	}

	.main--padding {
		padding: 0 20px;
	}

	.block--nowrap {
		flex-wrap: wrap;
	}

	.text {
		font-size: 14px;
		max-width: initial;
	}

	h2 {
		font-size: 40px;
		margin: 0 0 30px 0;
	}

	h4 {
		font-size: 20px;
		line-height: 22px;
		margin-bottom: 16px;
	}

	.product {
		background-image: none !important;
		margin-top: 20px !important;
	}

	.product .product-image {
		height: auto !important;
		margin-top: 40px !important;
	}

	.product .product-image img {
		display: block;
		width: var(--zoom);
		position: relative;
		right: var(--left);
	}

	.product--reverse .product-image img {
		left: var(--left);
	}

	.product--zoom .product-image {
		overflow: hidden;
	}

	.product--zoom .product-image img {
		right: var(--left);
		left: initial;
	}

	.product .main--padding {
		flex-shrink: initial !important;
		flex-basis: 100% !important;
		margin-bottom: 20px !important;
		margin-top: 40px;
	}

	footer {
		padding: 30px 50px 0 50px;
		background-image: none;
		margin-bottom: -125px;
	}

	footer h4 {
		font-size: 22px;
		margin-bottom: 20px;
	}

	footer .photos {
		padding-bottom: 10px;
	}

	footer .photos a {
		flex-basis: 100%;
		width: 100%;
	}

	footer .insta {
		text-align: center;
		font-size: 16px;
	}

	footer .insta img {
		height: 32px;
	}

	footer .about {
		margin-top: 160px;
		margin-bottom: 140px;
	}

	footer .about .left img {
		width: 200px;
	}

	footer .text {
		font-size: 18px;
		line-height: 26px;
	}

	footer .about .right img {
		width: 100%;
		height: auto;
		margin-top: 50px;
	}

	footer .links {
		flex-wrap: wrap;
		gap: 20px;
		margin-bottom: 50px;
	}

	footer .links div {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
		font-size: 14px;
	}

	footer .links a, footer .links a u {
		margin-left: 0;
		font-size: 14px;
	}

	footer .end {
		margin-left: -40px;
		margin-right: -40px;
		font-size: 28px;
		padding: 30px 20px 130px 20px;
	}

	#contact-form {
		margin-right: 15px;
		margin-left: 15px;
		margin-top: initial;
	}

	#contact-form .content {
		width: 100%;
		padding: 20px;
	}

	#contact-form .content h4 {
		font-size: 18px;
		padding: 20px 0;
		text-align: center;
	}

	#contact-form .content div {
		font-size: 14px;
		transform: translate(0, 13px);
	}

	#menu {
		display: block;
	    top: 0;
	    z-index: 1;
		position: fixed;
		padding: 0 26px 0 20px;
		height: 100vh;
		background-color: #f3ede9;
		width: calc(100% - 46px);
		left: 100%;
		//transform: translate(100%);
		transition: transform 0.3s ease-in-out;
	}

	#menu .menu {
		float: right;
		margin-top: 50px;
	}

	#menu.active {
		transform: translate(-100%);
	}

	#menu .items {
	    margin-top: 50px;
	}

	#menu .items h2 {
		font-size: 26px;
		color: #404756;
		//font-family: "sligoil", sans-serif;
	    text-align: left;
		margin: 50px 0 50px 0;
	}

	#menu .languages {
		margin-top: 100px;
		font-size: 26px;;
	}

	#menu .languages span {
		margin-right: 20px
	}

	#menu .languages .underline {
		text-decoration: underline;
	}
}
