@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Regular.woff2') format('woff2');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans Italic';
    src: url('../fonts/NotoSans-Italic.woff2') format('woff2');
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

/* VARIABLES */

:root {
	--primary-color: #48000b;
	--primary-color-rgb: 72, 0, 11;
	--secondary-color: #b6af9f;
	--tertiary-color: #c28c81;
	--quaternary-color: #deb8a1;

	--primary-font: 'Noto Sans';
	--primary-font-italic: 'Noto Sans Italic';
}


/* BOOTSTRAP OVERRIDES */

body {
	--bs-body-color: #fff;
	--bs-body-bg: #000;
	--bs-link-color: #fff;
	--bs-link-color-rgb: 255, 255, 255;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #c8c8c8;
	--bs-link-hover-color-rgb: 200, 200, 200;

	--bs-breakpoint-xxl: 1440px;
	--bs-primary: var(--primary-color);
	--bs-secondary: #6c757d;
	--bs-primary-rgb: var(--primary-color-rgb);
	--bs-secondary-rgb: 108, 117, 125;
	--bs-primary-text-emphasis: var(--primary-color);
	--bs-secondary-text-emphasis: var(--secondary-color);
	--bs-primary-bg-subtle: #cfe2ff;
	--bs-secondary-bg-subtle: #e2e3e5;
	--bs-primary-border-subtle: #9ec5fe;
	--bs-secondary-border-subtle: #c4c8cb;
	--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
	--bs-body-font-family: var(--primary-font);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-emphasis-color: #000;
	--bs-emphasis-color-rgb: 0, 0, 0;
	--bs-secondary-color: rgba(33, 37, 41, 0.75);
	--bs-secondary-color-rgb: 33, 37, 41;
	--bs-secondary-bg: #e9ecef;
	--bs-secondary-bg-rgb: 233, 236, 239;
	--bs-tertiary-color: rgba(33, 37, 41, 0.5);
	--bs-tertiary-color-rgb: 33, 37, 41;
	--bs-tertiary-bg: #f8f9fa;
	--bs-tertiary-bg-rgb: 248, 249, 250;
	--bs-heading-color: inherit;
	--bs-code-color: #d63384;
	--bs-highlight-color: #212529;
	--bs-highlight-bg: #fff3cd;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #2e2e2e;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-xxl: 2rem;
	--bs-border-radius-2xl: var(--bs-border-radius-xxl);
	--bs-border-radius-pill: 50rem;
	--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
	--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
	--bs-focus-ring-width: 0.25rem;
	--bs-focus-ring-opacity: 0.25;
	--bs-focus-ring-color: rgba(13, 110, 253, 0.25);
	--bs-form-valid-color: #198754;
	--bs-form-valid-border-color: #198754;
	--bs-form-invalid-color: #dc3545;
	--bs-form-invalid-border-color: #dc3545;
}

.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: var(--primary-color);
	--bs-btn-border-color: var(--primary-color);
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: var(--primary-color);
	--bs-btn-hover-border-color: var(--primary-color);
	--bs-btn-focus-shadow-rgb: var(--primary-color-rgb);
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: var(--primary-color);
	--bs-btn-active-border-color: var(--primary-color);
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: var(--primary-color);
	--bs-btn-disabled-border-color: var(--primary-color);
}

.black {
	background-color: #000;
}

a {
	text-decoration: none;
}

.unterlogo {
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 25px 0 0;
	font-size: 1.8rem;
}


/* UTILITIES */
.is-section {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 1;
	max-width: 100%;
	overflow: hidden;
}

.is-section.is-full {
	width: 100%;
	height: 100vh;
}

.has-background {
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}

.has-py-xl {
	padding-top: 200px;
	padding-bottom: 200px;
}

.has-py-lg {
	padding-top: 100px;
	padding-bottom: 100px;
}

.has-py-md {
	padding-top: 50px;
	padding-bottom: 50px;
}

.has-py-sm {
	padding-top: 20px;
	padding-bottom: 20px;
}

/***************************
 # mon-looper
***************************/
.mon-looper {
	display: flex;
	white-space: nowrap;
	overflow: hidden;
}

.mon-looper>* {
	animation: textLoop 10s linear infinite;
	font-size: 3vw;
	color: black;
	margin-bottom: 0;
}

@media only screen and (max-width: 990px) {
	.mon-looper p {
		font-size: 10vw;
	}
}

@keyframes textLoop {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}


/***************************
 # mon-blockquote
***************************/
.mon-blockquote {
	position: relative;
	max-width: 600px;
	width: 100%;
	margin: 80px auto;
	align-self: center;
	text-align: center;
}

.mon-blockquote span {
	position: relative;
	color: var(--secondary-color);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}

@media only screen and (max-width: 800px) {
	.mon-blockquote h1,
	.mon-blockquote span {
		font-size: 1.8rem !important;
	}
}

.mon-blockquote p {
	position: relative;
	color: var(--secondary-color);
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	max-width: 600px !important;
}

.mon-blockquote h1 {
	position: relative;
	color: var(--secondary-color);
	font-size: 2.5rem;
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
}

/***************************
 # site-footer Copyright (c) 2025 by Aryad Garcia (https://codepen.io/Aryad-Garcia/pen/qBzbReB)
****************************/
footer {
	position: relative;
	width: 100%;
	background: #fff;
	margin-top: 100px;
}

footer.is-section {
	z-index: 99;
	overflow: visible;
}

.menu {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

.footermenu {
	display: flex;
	padding-bottom: 1rem;
	margin: 0 auto;
}

footer .menu li {
	list-style: none;
}


footer .menu li a {
	font-size: 1.1em;
	color: #555555;
	margin: 0 10px;
	display: inline-block;
	transition: 0.5s;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

footer .menu li a:hover {
	opacity: 1;
	color: #8E8E8E;
}

footer p {
	color: #000;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 1.1em;
}

footer .wave {
	position: absolute;
	top: -90px;
	left: 0;
	width: 100%;
	height: 100px;
	background: url("../media/wave12.svg");
	background-size: 1000px 100px;
}

footer .wave#wave1 {
	z-index: 1000;
	opacity: 1;
	bottom: 0;
	animation: animateWave 20s linear infinite;
}

footer .wave#wave2 {
	z-index: 999;
	opacity: 0.5;
	bottom: 10px;
	animation: animateWave_02 20s linear infinite;
}

footer .wave#wave3 {
	z-index: 1000;
	opacity: 0.2;
	bottom: 0;
	animation: animateWave 20s linear infinite;
}

footer .wave#wave4 {
	z-index: 999;
	opacity: 0.7;
	bottom: 20px;
	animation: animateWave_02 20s linear infinite;
}

@keyframes animateWave {
	0% {
		background-position-x: 1000px;
	}

	100% {
		background-position-x: 0px;
	}
}

@keyframes animateWave_02 {
	0% {
		background-position-x: 0px;
	}

	100% {
		background-position-x: 1000px;
	}
}

/***************************
 # drehende Gallery Copyright (c) 2025 by Harry Xie (https://codepen.io/software_giant172/pen/vYxoVjm)
***************************/
.gallery {
	position: relative;
	width: 321px;
	height: 200px;
	transform-style: preserve-3d;
	animation: animate 20s linear infinite;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

@media only screen and (max-width: 800px) {
	.gallery {
		width: 300px;
		height: 150px;
	}
}

.gallery span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-reflect: below 0px linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5));
}

.gallery span:nth-child(1) {
	transform: rotateY(calc(1 * 45deg)) translateZ(400px);
}

.gallery span:nth-child(2) {
	transform: rotateY(calc(2 * 45deg)) translateZ(400px);
}

.gallery span:nth-child(3) {
	transform: rotateY(calc(3 * 45deg)) translateZ(400px);
}

.gallery span:nth-child(4) {
	transform: rotateY(calc(4 * 45deg)) translateZ(400px);
}

.gallery span:nth-child(5) {
	transform: rotateY(calc(5 * 45deg)) translateZ(400px);
}

.gallery span:nth-child(6) {
	transform: rotateY(calc(6 * 45deg)) translateZ(400px);
}

.gallery span:nth-child(7) {
	transform: rotateY(calc(7 * 45deg)) translateZ(400px);
}

.gallery span:nth-child(8) {
	transform: rotateY(calc(8 * 45deg)) translateZ(400px);
}

.gallery span img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@keyframes animate {
	0% {
		transform: perspective(1000px) rotateY(0deg);
	}

	100% {
		transform: perspective(1000px) rotateY(360deg);
	}
}

/***************************
 # left right Copyright (c) 2025 by Hervé (https://codepen.io/herve/pen/KwVLmp)
***************************/
.wrap {
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000;
}

.left {
	position: absolute;
	width: 50%;
	left: 0;
	top: 0;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.right {
	position: absolute;
	width: 50%;
	right: 0;
	top: 0;
	height: 100%;
	background: #000;
	overflow: hidden;

	.magic {
		left: -100%;
		color: #fff;
	}
}

.magic {
	width: 200%;
	text-align: center;
	position: absolute;
	top: 22%;
	color: #101010;
	white-space: nowrap;
	font-size: 4rem;
	animation: width-anim 1.42s 2.42s infinite alternate both;
}

@keyframes width-anim {
	0% {
		width: 100%;
	}

	100% {
		width: 300%;
	}
}

/***************************
 # Start bubbles network  Copyright (c) 2025 by Vlasov.Dev Core (https://codepen.io/VlasovDevCore/pen/XJbdJYG)
***************************/

.starter {
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

#particles {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/***************************
 # Logos Kunden
***************************/
.logo-wall {
	margin: 0;
	padding: 0;
	margin-left: 2px;
	overflow: hidden;
}


.logo-wall>li>a {
	display: flex;
}

body.boxed .wrap {
	max-width: 1282px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.section-inner {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
}

.logo-wall {
	display: block;
}

.logo-wall>li img {
	opacity: 0.7;
	transform: scale(1);
	transition: transform .3s, opacity .3s;
}

.logo-wall>li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 20%;
	margin-left: -2px;
	margin-bottom: -2px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #2e2e2e;
}

.logo-wall>li>a {
	display: flex;
}

@media (max-width: 767px) {
	.logo-wall>li {
		width: 50% !important;
	}
}

@media (min-width: 992px) and (max-width:1198px) {
	.logo-wall>li {
		width: 25% !important;
	}
}

@media (min-width: 767px) and (max-width:991px) {
	.logo-wall>li {
		width: 33.3% !important;
	}
}

@media (max-width: 767px) {
	.fluidmobile {
		--bs-gutter-x: 1.5rem;
		--bs-gutter-y: 0;
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		margin-right: auto;
		margin-left: auto;
	}
}

.abstand {
	padding-right: 20px;
	font-size: 1.3rem !important;
}

@media (max-width: 767px) {
	.logo-wall>li img {
		width: 70%;
	}
}

/* ----------------------------------------------
 * Generated by Animista on 2025-11-3 5:56:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

@keyframes heartbeat {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	10% {
		-webkit-transform: scale(0.91);
		transform: scale(0.91);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	17% {
		-webkit-transform: scale(0.98);
		transform: scale(0.98);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}

	33% {
		-webkit-transform: scale(0.87);
		transform: scale(0.87);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
	}

	45% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out;
	}
}

.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
}

/* Allgemein / Desktop */
#about {
	background-image: url("../media/parallax.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* Mobil: noch stärker nach rechts schieben */
@media (max-width: 768px) {
	#about {
		background-position: 75% center;
	}
}


/* -------------------- *
 * Sticker
/* -------------------- */
.rzc-sticker {
	position: sticky;
	top: 80px;
}


/* -------------------- *
 * Sticky testimonials 
/* -------------------- */
.rzc-sticky-cards {
	position: relative;
}

.sticky-cards__item {
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	will-change: scale;
}

@media (max-width: 768px) {
	.sticky-cards__item {
		margin-bottom: 20px;
	}
}

.sticky-cards__card {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color: #e0e0e0;
	z-index: 1;
	border: 1px solid #000;
	padding: 40px;
}

@media (max-width: 768px) {
	.sticky-cards__card {
		padding: 30px 20px;
	}
}

.sticky-cards__card .counter {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: clamp(28px, 2vw, 34px);
	font-weight: normal;
	line-height: 1;
	opacity: 0.3;
	z-index: -1;
}

@media (max-width: 768px) {
	.sticky-cards__card .counter {
		font-size: 24px;
		top: 15px;
		left: 15px;
	}
}

.sticky-cards__card .review {
	font-size: clamp(19px, 2vw, 24px);
	text-wrap: pretty;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.sticky-cards__card .review {
		font-size: 18px;
		margin-bottom: 15px;
	}
}

.sticky-cards__card .author {
	font-size: 20px;
	opacity: 0.5;
	letter-spacing: 0.2px;
}

@media (max-width: 768px) {
	.sticky-cards__card .author {
		font-size: 16px;
	}
}


/* -------------------- *
 * Text Reveal 
/* -------------------- */
.rzc-text-reveal {
    --rzc-text-reveal--color--reveal: #efedea;
    --rzc-text-reveal--color--initial: rgb(255 255 255 / 20%);
	font-size: 19px;
}

.rzc-text-reveal > span {
    position: relative;
    display: inline;
    color: var(--rzc-text-reveal--color--reveal);
    -webkit-text-fill-color: var(--rzc-text-reveal--color--initial);
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-image: linear-gradient(currentColor, currentColor);
    background-size: 0% 100%;
    will-change: background-size;
	line-height: 1.6;
    font-size: inherit; 
}

.mon-title.rzc-text-reveal {
	font-size: clamp(36px, 5vw, 62px) !important;
    font-weight: 800;
    line-height: 1.1;
}

.mon-subtitle.rzc-text-reveal {
	margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: calc(15px + 0.1vw) !important;
    font-weight: 500;
    letter-spacing: 2px;
}

@media (max-width: 767px) {
    #about .rzc-text-reveal {
        width: 300px;
    }
}

/* -------------------- *
 * Scrolling Text
/* -------------------- */
:root {
    --rzc-scrolling-text--color--text: #000000;
    --rzc-scrolling-text--color--bg: #ffffff;
}

.rzc-scrolling-text {
    position: relative;
    display: flex;
    padding: 10px 0;
    font-size: calc(21px + 1.8vw);
    line-height: 1;
    overflow: hidden;
}

.scrolling-text__inner {
    display: flex;
    width: fit-content;
    flex: auto;
    flex-shrink: 0;
    flex-direction: row;
}

.scrolling-text__content {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    will-change: transform;
}

/* Scrolling Text separator */
.scrolling-text__separator {
    display: flex;
    margin: 0 3vw;
}

i.scrolling-text__separator {
    font-size: calc(16px + 3vw);
}

svg.scrolling-text__separator {
    height: calc(20px + 1vw);
    fill: var(--rzc-scrolling-text--color--text);
}

/* If class "scrolling-text--has-separator" and data attribute "data-opposite-direction" is enabled */
.rzc-scrolling-text.scrolling-text--has-separator[data-opposite-direction="true"] i.scrolling-text__separator,
.rzc-scrolling-text.scrolling-text--has-separator[data-opposite-direction="true"] svg.scrolling-text__separator {
    transform: rotate(180deg);
}

/* Dynamic separator */
.rzc-scrolling-text.scrolling-text--has-separator .scrolling-text__separator {
    transform: scaleX(-1);
    /* You can use "rotate(180deg)" instead */
    transition: transform .3s;
}

.rzc-scrolling-text.scrolled-up.scrolling-text--has-separator .scrolling-text__separator {
    transform: scaleX(1);
    /* You can use "rotate(0deg)" instead */
}


/* Crossed Scrolling Text */
.scrolling-text--crossed {
    display: block;
    padding-top: calc(30px + 3vw);
    padding-bottom: calc(30px + 3vw);
    overflow: hidden;
}

.scrolling-text--crossed__inner {
    margin-left: -50px;
    margin-right: -50px;
}

.scrolling-text--crossed .rzc-scrolling-text {
    padding: 5px 0;
    background-color: var(--rzc-scrolling-text--color--bg);
	color: var(--rzc-scrolling-text--color--text);
}

.scrolling-text--crossed .rzc-scrolling-text {
    padding: 10px 0;
}

.scrolling-text--crossed .rzc-scrolling-text:nth-child(1) {
    transform: translateY(50%) rotate(8deg);
}

.scrolling-text--crossed .rzc-scrolling-text:nth-child(2) {
    transform: translateY(-50%) rotate(-8deg);
}

@media (max-width: 991px) {
    .scrolling-text--crossed .rzc-scrolling-text:nth-child(1) {
        transform: translateY(50%) rotate(12deg);
    }

    .scrolling-text--crossed .rzc-scrolling-text:nth-child(2) {
        transform: translateY(-50%) rotate(-12deg);
    }
}


/* Scrolling Text reverse colors */
.rzc-scrolling-text.scrolling-text--color-reverse {
    background-color: var(--rzc-scrolling-text--color--text);
    color: var(--rzc-scrolling-text--color--bg);
}

.rzc-scrolling-text.scrolling-text--color-reverse .scrolling-text__separator>svg {
    fill: var(--rzc-scrolling-text--color--bg);
}


/* -------------------- *
 * Scroll Down
/* -------------------- */
.rzc-scroll-down {
	position: absolute;
	display: block;
	right: 2.3%;
	bottom: 30px;
	z-index: 9;
}
@media (max-width: 1400px) {
	.rzc-scroll-down {
		right: 10px;
		bottom: 15px;
	}
}

/* Scroll down inner */
.rzc-scroll-down-inner {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
}

/* Scroll down icon */
.rzc-scroll-down .rzc-scrd-icon {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	font-size: 19px;
	color: #fff;
	transform: translate(-50%, -50%);
}
.rzc-scroll-down .rzc-scrd-icon {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: transform .2s ease-in-out;
}
.rzc-scroll-down:hover .rzc-scrd-icon {
	transform: scale(1.2);
}

/* Scroll down svg */
.rzc-scroll-down svg.text { 
	width: 100%; 
	animation: sdc-rotation 8s infinite linear;
	will-change: animation;
}

.rzc-scroll-down text { 
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 14px;
	fill: #fff;
	transition: fill .2s;
}

/* Scroll down animation */
@media (min-width: 769px) {
	@keyframes sdc-rotation {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(-360deg);
		}
	}
}


/* -------------------- *
 * Scroll Down
/* -------------------- */
.rzc-scroll-down {
	position: absolute;
	display: block;
	right: 5rem;
	bottom: 5rem;
	z-index: 9;
}
@media (max-width: 1400px) {
	.rzc-scroll-down {
		right: 10px;
		bottom: 15px;
	}
}

/* Scroll down inner */
.rzc-scroll-down-inner {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
}

/* Scroll down icon */
.rzc-scroll-down .rzc-scrd-icon {
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	font-size: 19px;
	color: #fff;
	transform: translate(-50%, -50%);
}
.rzc-scroll-down .rzc-scrd-icon {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: transform .2s ease-in-out;
}
.rzc-scroll-down:hover .rzc-scrd-icon {
	transform: scale(1.2);
}

/* Scroll down svg */
.rzc-scroll-down svg.text { 
	width: 100%; 
	animation: sdc-rotation 8s infinite linear;
	will-change: animation;
}

.rzc-scroll-down text { 
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 10px;
	fill: #fff;
	transition: fill .2s;
}

/* Scroll down animation */
@media (min-width: 769px) {
	@keyframes sdc-rotation {
		0% {
			transform: rotate(0deg);
		}
		100% {
			transform: rotate(-360deg);
		}
	}
}


/* -------------------- *
 * Scrol to Top
/* -------------------- */
.rzc-scroll-to-top {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	right: 30px;
	bottom: 30px;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0, 100%, 0);
	transition: transform .3s, opacity .3s, visibility .3s;
}
@media (max-width: 1400px) {
	.rzc-scroll-to-top {
		right: 15px;
		bottom: 15px;
	}
}
.rzc-scroll-to-top.rzc-srzc-active {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}

/* Scroll to top progress */
.rzc-srzc-progress {
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	box-shadow: inset 0 0 0 2px rgb(143 143 143 / 40%);
}
@media (max-width: 1400px) {
	.rzc-srzc-progress {
		width: 40px;
		height: 40px;
	}
}

/* Scroll to top icon */
.rzc-srzc-progress::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	width: 6px;
	height: 6px;
	background-color: #fff;
	border-radius: 10px;
}
@media (max-width: 1400px) {
	.rzc-srzc-progress::after {
		font-size: 6px;
	}
}

/* Scroll to top svg */
svg.rzc-srzc-progress-circle {
	overflow: hidden;
	vertical-align: middle;
}
svg.rzc-srzc-progress-circle path {
	fill: none;
	stroke: #fff;
	stroke-width: 4;
}


/* -------------------- *
 * Ripple Background *
/* -------------------- */
.rzc-ripple-bg {
    position: relative;
    overflow: hidden;
}

.rzc-ripple-bg canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


/* -------------------- *
 * Ripple Background *
/* -------------------- */
.rzc-nav-full-overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transform: translateY(-100%);
    transition: transform 0.4s ease-in-out;
}

.rzc-nav-full-overlay.overlay-active {
    transform: translateY(0);
}

.rzc-nav-full-overlay ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.rzc-nav-full-overlay ul {
    display: flex;
    list-style: none;
}

.rzc-nav-full-overlay ul li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
    transform: translateY(-100%);
}

.rzc-nav-full-overlay li a {
    position: relative;
	
    color: inherit;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
}

.rzc-nav-full-overlay li a::before {
    content: '';
    width: 70px;
    height: 2px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: 150px;
    z-index: 100;
    transform: translateX(-100%);
    opacity: 0;
    transition: all 0.2s linear;
}

.rzc-nav-full-overlay li a::after {
    content: attr(data-content);
    font-size: 1rem;
    transition: all 0.2s linear;
    opacity: 0;
    position: absolute;
    z-index: 100;
    color: inherit;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    text-transform: none;
    font-weight: 300;
    letter-spacing: 0;
    white-space: nowrap;
	letter-spacing:2px;
}

.rzc-nav-full-overlay li a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.rzc-nav-full-overlay li a:hover::after {
    transform: translate(-50%, 15px);
    opacity: 1;
}

.rzc-nav-full-overlay li:nth-of-type(1) {
    background-color: #000;
	color: #fff;
}

.rzc-nav-full-overlay li:nth-of-type(2) {
    background-color: #fff;
	color: #000;
}

.rzc-nav-full-overlay li:nth-of-type(3) {
    background-color: #000;
	color: #fff;
}

.rzc-nav-full-overlay li:nth-of-type(4) {
    background-color: #fff;
	color: #000;
}

.rzc-nav-full-overlay li:nth-of-type(5) {
    background-color: #000;
	color: #fff;
}

.rzc-nav-full-overlay li.slide-in {
    animation: rzc-slide-in-nav-item 0.4s linear both;
}

.rzc-nav-full-overlay li.slide-in-delay-1 {
    animation-delay: 0.2s;
}

.rzc-nav-full-overlay li.slide-in-delay-2 {
    animation-delay: 0.4s;
}

.rzc-nav-full-overlay li.slide-in-delay-3 {
    animation-delay: 0.6s;
}

.rzc-nav-full-overlay li.slide-in-delay-4 {
    animation-delay: 0.8s;
}

.rzc-nav-full-overlay li.slide-out {
    animation: rzc-slide-out-nav-item 0.3s linear both;
}

.rzc-nav-full-overlay li.slide-out-delay-1 {
    animation-delay: 0.1s;
}

.rzc-nav-full-overlay li.slide-out-delay-2 {
    animation-delay: 0.2s;
}

.rzc-nav-full-overlay li.slide-out-delay-3 {
    animation-delay: 0.3s;
}

.rzc-nav-full-overlay li.slide-out-delay-4 {
    animation-delay: 0.4s;
}

.rzc-nav-full-overlay--actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.rzc-nav-full-overlay--languages {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 0;
    color: #fff;
}

.rzc-nav-full-overlay--languages a {
    color: inherit;
    text-decoration: none;
    padding: 2px 6px;
    border: 1px solid #fff;
}

.rzc-nav-full-overlay--languages a.is-active {
    background-color: #fff;
    color: #29363b;
}

.rzc-nav-full-overlay--toggler {
    z-index: 100;
    width: 34px;
    cursor: pointer;
    position: relative;
}

.rzc-nav-full-overlay--toggler span {
    display: block;
    height: 1px;
    background-color: #fff;
    margin-top: 8px;
    transition: background-color 0.3s ease;
}

.rzc-nav-full-overlay--toggler span:first-child {
    margin-top: 0;
}

.rzc-nav-full-overlay--toggler.active span {
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-fill-mode: both;
}

.rzc-nav-full-overlay--toggler.active span:nth-child(1) {
    animation-name: rzc-animate-top-bar;
}

.rzc-nav-full-overlay--toggler.active span:nth-child(2) {
    animation-name: rzc-animate-middle-bar;
}

.rzc-nav-full-overlay--toggler.active span:nth-child(3) {
    animation-name: rzc-animate-bottom-bar;
}

.rzc-nav-full-overlay--toggler:not(.active) span {
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-fill-mode: both;
}

.rzc-nav-full-overlay--toggler:not(.active) span:nth-child(1) {
    animation-name: rzc-animate-out-top-bar;
}

.rzc-nav-full-overlay--toggler:not(.active) span:nth-child(2) {
    animation-name: rzc-animate-out-middle-bar;
}

.rzc-nav-full-overlay--toggler:not(.active) span:nth-child(3) {
    animation-name: rzc-animate-out-bottom-bar;
}

@keyframes rzc-slide-in-nav-item {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes rzc-slide-out-nav-item {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

@keyframes rzc-animate-top-bar {
    0% {
        background-color: #fff;
    }
    50% {
        transform: translateY(9px);
    }
    80% {
        transform: translateY(5px);
        background-color: #fff;
    }
    100% {
        transform: translateY(0);
        background-color: #29363b;
    }
}

@keyframes rzc-animate-bottom-bar {
    0% {
        background-color: #fff;
    }
    50% {
        transform: translateY(-9px);
    }
    80% {
        transform: translateY(-5px);
        background-color: #fff;
    }
    100% {
        transform: translateY(0);
        background-color: #29363b;
    }
}

@keyframes rzc-animate-middle-bar {
    0% {
        background-color: #fff;
    }
    80% {
        background-color: #fff;
    }
    100% {
        background-color: #29363b;
    }
}

@keyframes rzc-animate-out-top-bar {
    0% {
        background-color: #29363b;
    }
    50% {
        transform: translateY(9px);
    }
    80% {
        transform: translateY(5px);
        background-color: #29363b;
    }
    100% {
        transform: translateY(0);
        background-color: #fff;
    }
}

@keyframes rzc-animate-out-bottom-bar {
    0% {
        background-color: #29363b;
    }
    50% {
        transform: translateY(-9px);
    }
    80% {
        transform: translateY(-5px);
        background-color: #29363b;
    }
    100% {
        transform: translateY(0);
        background-color: #fff;
    }
}

@keyframes rzc-animate-out-middle-bar {
    0% {
        background-color: #29363b;
    }
    80% {
        background-color: #29363b;
    }
    100% {
        background-color: #fff;
    }
}

@media (max-width: 640px) {
    .rzc-nav-full-overlay li a {
        font-size: 11px;
    }

    .rzc-nav-full-overlay li a::after {
        font-size: 0.6rem;
    }

    .rzc-nav-full-overlay--toggler {
        right: 1rem;
    }

    .rzc-nav-full-overlay li a::before {
        width: 15px;
    }
}



/* k-made */
#start {
	min-height: 100vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #000;
	color: #fff;
}

#start canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.site-navbar-content {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.site-navbar-content > a {
	display: block;
}

section.is-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
	padding: 3rem 0;
}


.gallery-container {
	position: relative;
	height: 550px;
    padding-top: 80px;
	margin-top: 5rem;
}


.sticky-cards__card {
	position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: #000;
    padding: 6rem 5rem;
    z-index: 1;
    border-radius: 10px;
    color: #fff;
    border: 1px solid rgba(255,255,255,0.08);
}

.sticky-cards__card .counter {
	position: absolute;
    top: 20px;
    left: 20px;
    font-size: clamp(28px, 2vw, 34px);
    font-weight: normal;
    line-height: 1;
    opacity: 0.3;
    z-index: -1;
}

.sticky-cards__card .review {
	font-size: clamp(19px, 2vw, 24px);
    text-wrap: pretty;
    margin-bottom: 20px;
}

.sticky-cards__card .author {
	font-size: 22px;
    opacity: 0.5;
    letter-spacing: 0.2px;
	color: #b9b9b9;
	text-transform: uppercase;
}

.sticky-cards__card .author::before {
	content: "-";
	margin-right: 10px;
}


#about {
	min-height: 60vh;
}

#about .col-lg-7 {
	padding-top: 5rem;
}

.contacts {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-top: 3rem;
}

.contacts a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.contacts a span {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}

.contacts a svg {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	padding: 5px;
}

.svg-logo {
	width: 100px;
	color: inherit;
}

@media (max-width: 768px) {
.svg-logo {
    width: 80px;
    margin-left: -22px;
    margin-top: -3rem;}
.rzc-nav-full-overlay--toggler {
    margin-top: -2rem;
    margin-right: -2rem;}	
}

.footer-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.footer-content a {
	color: #000;
}


.container-fluid {
	padding-left: 2rem;
	padding-right: 2rem;
}


@media (max-width: 768px) {
	.rzc-scroll-down svg.text {
		display: none;
	}

	.rzc-scroll-down-inner {
		width: 50px;
		height: 50px;
	}

	.gallery-container {
		height: 350px;
		padding-top: 2rem;
	}
}

.counter,
.sticky-cards__card p,
.author {
    color: #e2e2e2;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}