/* Created by Key-Six, s.r.o. | info@key-six.sk */

@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@1,400;1,500;1,600;1,700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('photoswipe.css');
@import url('photoswipe-skin.css');
@import url('themify-icons.css');

:root {
	--k6-identity-dark: #231F20;
	--k6-identity-light: #B5ACA6;
}

body {
	background-color: #111;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	overflow-x: hidden;
}
header {
	position: relative;
	padding-left: 1rem;
	padding-right: 1rem;
	background-color: var(--k6-identity-dark);
}
header img {
	width: 420px;
}
header + nav {
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
	background: linear-gradient(90deg, rgba(35,31,32,1) 0%, rgba(47,43,44,1) 50%, rgba(35,31,32,1) 100%);
}
h1 {
	color: var(--k6-identity-light);
	font-size: 3rem;
	font-weight: 300;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
h2 {
	letter-spacing: 1.5px;
}
h3 {
	font-family: 'Bitter', serif;
	font-size: 1.35rem;
	font-weight: 500;
	letter-spacing: 1.5px;
}
p {
	line-height: 1.35rem;
	font-weight: 300;
	letter-spacing: 0.5px;
}
b,
strong {
	color: #FFF;
	font-weight: 600;
}
i {
	font-family: 'Bitter', serif;
}
button {
	border: 0;
	outline: 0;
	background: transparent;
}
.ml-auto {
	margin-left: auto;
}
.mr-auto {
	margin-right: auto;
}
.pl-3 {
	padding-left: 1rem;
}
.pr-3 {
	padding-right: 1rem;
}
.py-lg {
	padding-top: 8rem;
	padding-bottom: 8rem;
}
.transition {
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.form-control:focus {
	color: #FFF;
	border-color: #B5ACA6;
	box-shadow: 0 0 0 .25rem rgba(181,172,166,0.25);
}
.hr-line {
	position: relative;
	display: block;
	width: 80px;
	margin: 20px 0 25px 0;
	border-bottom: 1px solid #FFF;
}
.hr-line::after {
	position: absolute;
	display: block;
	height: 7px;
	width: 7px;
	left: 50%;
	top: 50%;
	content: '';
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	background: #FFF;
}
.text-center .hr-line {
	margin-left: auto;
	margin-right: auto;
}
.img-underlay {
	position: absolute;
	display: block;
	top: calc(100% + 3rem);
	left: 50%;
	margin-left: -128px;
	z-index: 1;
}
.img-underlay + img {
	z-index: 2;
}
.vertical-align-middle {
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-identity-dark {
	background-color: var(--k6-identity-dark);
}
.bg-dark {
	background-color: #000;
}
.loading {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1050;
	background: #231F20;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.loading.remove {
	opacity: 0;
}
.loading > div {
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	left: 0;
	top: 50%;
	padding: 0 30px;
	transform: translateY(-50%);
	color: #FFF;
	font-size: 38px;
	line-height: 46px;
	text-align: center;
	letter-spacing: 1px;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.75);
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.loading.remove > div {
	filter: blur(25px);
	opacity: 0;
}
.navbar-brand {
	position: relative;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.navbar-brand.visible {
	opacity: 1;
}
.navbar-toggler {
	padding: .25rem .35rem;
}
.navbar-light .nav-link {
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2.5px;
}
.navbar-light .navbar-nav .nav-link {
	color: var(--k6-identity-light);
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
	color: #FFF;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .75rem;
	padding-left: .75rem;
}
.navbar-light .navbar-toggler {
	color: #B5ACA6;
	font-size: 2.3rem;
	padding: 0;
	border: 0;
}
.navbar-toggler:focus {
	border-color: #FFF;
	color: #FFF;
	box-shadow: none;
}
.navbar-light .nav-link.active::after {
	position: absolute;
	display: block;
	height: 7px;
	width: 7px;
	left: 50%;
	bottom: -11px;
	content: '';
	transform: translateX(-50%) rotate(45deg);
	background: #fff;
}
.nav-tabs {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border-color: var(--k6-identity-light);
}
.nav-tabs .nav-link {
	flex: 1;
	background: initial;
	color: var(--k6-identity-light);
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
	position: relative;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent;
	color: #FFF;
}
.nav-tabs .nav-link.active {
	background: initial;
	border-color: transparent;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}
.nav-tabs .nav-link.active::after {
	position: absolute;
	display: block;
	height: 7px;
	width: 7px;
	left: 50%;
	bottom: -4px;
	content: '';
	transform: translateX(-50%) rotate(45deg);
	background: #fff;
}
.button {
	position: relative;
	display: inline-block;
	padding: 20px 30px;
	color: var(--k6-identity-light);
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}
.button:hover {
	color: #FFF;
}
.button span {
	color: var(--k6-identity-light);
	border-radius: 60px;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	border-width: 2px;
	border-style: solid;
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 35% 0, 47% 0, 60% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(0% 0%, 0% 100%, 44% 100%, 35% 0, 47% 0, 60% 100%, 100% 100%, 100% 0%);
	-webkit-transition: -webkit-clip-path 0.5s;
	transition: -webkit-clip-path 0.5s;
	-o-transition: clip-path 0.5s;
	transition: clip-path 0.5s;
	transition: clip-path 0.5s,
	-webkit-clip-path 0.5s;
}
.button:hover span {
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 94% 100%, 0 0, 5% 0, 100% 100%, 100% 100%, 100% 0%);
	clip-path: polygon(0% 0%, 0% 100%, 94% 100%, 0 0, 5% 0, 100% 100%, 100% 100%, 100% 0%);
}
.section-variant a {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: auto;
}
.section-variant .item-variant span {
	display: block;
	margin-top: 15px;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}
.section-variant .item-variant i {
	display: block;
	margin-top: 2px;
	color: var(--k6-identity-light);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.section-variant .item-variant figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.section-variant .item-variant figure::after {
	position: absolute;
	display: block;
	box-sizing: border-box;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 10px solid rgba(0,0,0,0.5);
}
.section-variant figure:hover img {
	transform: scale(1.5);
}
.section-variant .item-variant .img-popup + a {
	position: relative;
	display: block;
	float: left;
	width: 50px;
	margin: 15px 0 0 0;
	border-radius: 6px;
	overflow: hidden;
}
.section-variant .item-variant .img-popup + a:hover img {
	transform: scale(1.2);
}
.section-variant .item-variant .img-popup + a + span,
.section-variant .item-variant .img-popup + a + span + i {
	margin-left: 65px;
	overflow-x: hidden;
	text-overflow: ellipsis;
}
.section-collection a {
	position: relative;
	display: block;
	text-decoration: none;
}
.section-collection a > div {
	position: relative;
	margin-top: 20px;
}
.section-collection a > div > span {
	display: block;
	color: #FFF;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2.5px;
	text-transform: uppercase;
}
.section-collection a > div > i {
	display: block;
	color: var(--k6-identity-light);
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
}
.section-collection a > figure {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.section-collection a > figure::after {
	position: absolute;
	display: block;
	box-sizing: border-box;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 10px solid rgba(0,0,0,0.5);
}
.section-collection a > figure > img {
	display: block;
	transform: scale(1.1) translateX(-10px);
}
.section-collection a:hover > figure > img {
	transform: scale(1.1) translateX(10px);
}
.section-collection > div > div > div:nth-child(even) > a {
	margin-top: 35px;
}
.section-collection a > div::after {
	position: absolute;
	display: block;
	top: 50%;
	right: 0;
	content: "\e649";
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 1.8rem;
	transform: translateY(-50%);
	color: #111;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.section-collection a:hover > div::after {
	color: var(--k6-identity-light);
}
.section-collection .feature-row {
	position: relative;
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: start;
	align-items: auto;
	align-content: start;
	row-gap: 5px;
	column-gap: 5px;
}
.section-collection .feature-row > img {
	display: block;
	width: 30px;
	flex: 0 0 auto;
	opacity: 0.4;
}
.section-collection .feature-row > img:hover {
	opacity: 1;
}
.tooltip.show {
	opacity: 1;
}
.tooltip-inner {
	background-color: var(--k6-identity-light);
	color: #111;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.bs-tooltip-top .tooltip-arrow::before {
	border-top-color: var(--k6-identity-light);
}
.bs-tooltip-end .tooltip-arrow::before {
	border-right-color: var(--k6-identity-light);
}
.wrapper {
	position: relative;
}
.wrapper > section:not(.section-parallax):last-child {
	padding-bottom: 8rem !important;
}
.heading > * {
	margin-bottom: 0;
}
.content > *:first-child {
	margin-top: 0;
	padding-top: 0;
}
.content > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.content ul {
	padding-left: 0;
	list-style-type: none;
}
.content ul li {
	position: relative;
	padding-left: 24px;
}
.content ul li::after {
	position: absolute;
	display: block;
	content: "\e6af";
	font-size: 15px;
	left: 0;
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	top: 3px;
	color: var(--k6-identity-light);
}
.content img {
	max-width: 100%;
	height: auto;
}
.section-error {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}
.section-error > div,
.section-error > div > div {
	height: 100%;
}
.row-button {
	font-size: 0;
}
.row-button .button {
	margin-right: 1rem;
}
.row-button .button:last-child {
	margin-right: 0;
}
.img-thumbnail {
	padding: 0.65rem;
	border: 0;
	border-radius: 0;
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
	background-color: #111;
}
footer .copyright a,
.content a {
	color: #FFF;
	font-weight: 600;
	text-decoration: underline;
}
footer .copyright a:active,
footer .copyright a:focus,
footer .copyright a:hover,
.content a:active,
.content a:focus,
.content a:hover {
	color: #FFF;
	text-decoration: none;
}
.section-center,
.section-left,
.section-right {
	position: relative;
}
.section-center::after,
.section-left::after,
.section-right::after {
	position: absolute;
	display: block;
	bottom: 0;
	top: 0;
	width: 40%;
	content: '';
	z-index: 1;
	background: rgba(255,255,255,0.02);
}
.section-center::after {
	left: 50%;
	transform: translateX(-50%);
}
.section-left::after {
	left: 0;
}
.section-right::after {
	right: 0;
}
.section-center > *,
.section-left > *,
.section-right > * {
	position: relative;
	z-index: 2;
}
.section-parallax {
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.section-overlay::after {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background: rgba(0,0,0,0.85);
}
.section-overlay > * {
	position: relative;
	z-index: 2;
}
.form-contact {
	position: relative;
	padding: 30px;
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
	background: #161616;
}
.icon-row {
	position: relative;
	display: flex;
	align-items: center;
}
.icon-row .icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: #B5ACA6;
	font-size: 24px;
	background: rgba(181,172,166,0.15);
}
.section-icon {
	color: var(--k6-identity-light);
	font-size: 0.65rem;
	line-height: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.section-icon figure {
	margin-bottom: 10px;
}
.section-icon span {
	margin-bottom: 15px;
}
.item-label {
	position: relative;
	display: block;
	overflow: hidden;
}
.item-label::after {
	position: absolute;
	display: block;
	box-sizing: border-box;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 10px solid rgba(0,0,0,0.5);
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.item-label:hover::after {
	border-color: rgba(255,255,255,0.5);
}
.section-label .pr-label {
	padding-right: 6.66rem;
}
.video-container {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}
.video-container > iframe {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0;
}
footer {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
	background: #231F20;
}
footer > img {
	position: absolute;
	display: block;
	top: 0;
	left: 50%;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
	animation: k6pulse 6s ease-out infinite;
}
footer .copyright {
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
	background: linear-gradient(90deg, rgba(35,31,32,1) 0%, rgba(47,43,44,1) 50%, rgba(35,31,32,1) 100%);
	position: relative;
	padding: 0.9rem 0;
	z-index: 3;
	color: #FFF;
	font-weight: 400;
	font-size: 0.8rem;
	text-align: center;
	letter-spacing: 1px;
}
footer .content-footer {
	color: var(--k6-identity-light);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 1px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.75);
}
footer .content-footer a {
	color: #FFF;
	text-decoration: none;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
footer .content-footer a:hover {
	color: var(--k6-identity-light);
	text-decoration: none;
}

.mobile {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	height: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	overflow: hidden;
	transition: all 0.5s ease-out, background 1s ease-out;
	transition-delay: 0.2s;
	z-index: 1022;
	line-height: 1.4;
}
.mobile .mobile-toggle {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 1.2rem;
	line-height: 50px;
	overflow: hidden;
	cursor: pointer;
	transform: rotate(0deg);
	transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	margin-bottom: 10px;
	color: #FFF;
}
.mobile .mobile-toggle:hover {
	color: var(--k6-identity-light);
}
.mobile img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 15px;
}
.mobile ul {
	position: relative;
	display: block;
	padding: 0px 48px 0;
	list-style: none;
}
.mobile ul li {
	border-bottom: 1px solid var(--k6-identity-dark);
	margin-top: 5px;
	transform: scale(1.15) translateY(-30px);
	opacity: 0;
	transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.mobile ul li:nth-child(1) {
	transition-delay: 0.49s;
}
.mobile ul li:nth-child(2) {
	transition-delay: 0.42s;
}
.mobile ul li:nth-child(3) {
	transition-delay: 0.35s;
}
.mobile ul li:nth-child(4) {
	transition-delay: 0.28s;
}
.mobile ul li:nth-child(5) {
	transition-delay: 0.21s;
}
.mobile ul li:nth-child(6) {
	transition-delay: 0.14s;
}
.mobile ul li:nth-child(7) {
	transition-delay: 0.07s;
}
.mobile ul li a {
	display: block;
	position: relative;
	color: #fff;
	font-weight: 100;
	text-decoration: none;
	font-size: 22px;
	line-height: 2.35;
	font-weight: 200;
	width: 100%;
	padding: 0;
}
.mobile ul li a:hover {
	color: var(--k6-identity-light);
}
.mobile.active {
	height: 100%;
	background-color: #000;
	transition: all 0.3s ease-in, background 0.5s ease-in;
	transition-delay: 0.25s;
}
.mobile.active ul li {
	transform: scale(1) translateY(0px);
	opacity: 1;
}
.mobile.active ul li:nth-child(1) {
	transition-delay: 0.27s;
}
.mobile.active ul li:nth-child(2) {
	transition-delay: 0.34s;
}
.mobile.active ul li:nth-child(3) {
	transition-delay: 0.41s;
}
.mobile.active ul li:nth-child(4) {
	transition-delay: 0.48s;
}
.mobile.active ul li:nth-child(5) {
	transition-delay: 0.55s;
}
.mobile.active ul li:nth-child(6) {
	transition-delay: 0.62s;
}
.mobile.active ul li:nth-child(7) {
	transition-delay: 0.69s;
}
.pswp__img--placeholder--blank{
	display: none !important;
}
.pswp__caption__center {
	text-align: center;
}
.modal-backdrop {
	background-color: #000;
}
.modal-backdrop.show {
	opacity: 0.95;
}
.modal-content {
	border: 0;
	border-radius: 5px;
	background-color: var(--k6-identity-dark);
	box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
}
.modal-header {
	border-bottom-color: #111;
	background: linear-gradient(90deg, rgba(35,31,32,1) 0%, rgba(47,43,44,1) 50%, rgba(35,31,32,1) 100%);
}
.modal-title {
	color: var(--k6-identity-light);
	font-weight: 500;
	letter-spacing: 1px;
	text-shadow: 1px 2px 3px rgba(0,0,0,0.5);
}
.modal-header .btn-close {
	padding: 0;
	background: none;
	box-shadow: none;
	color: #FFF;
	font-size: 1.2rem;
	margin-right: 0;
	opacity: 1;
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.modal-header .btn-close:hover {
	color: var(--k6-identity-light);
}
.modal-header .btn-close::before {
	display: block;
	content: "\e646";
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}
.swiper {
	width: 100%;
	height: auto;
}
.swiper-slide > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-slide > a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	background-color: rgba(0,0,0,0.2);
	-o-transition: 0.25s;
	-ms-transition: 0.25s;
	-moz-transition: 0.25s;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.swiper-slide > a:hover::after {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide .swiper-content {
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
}
.swiper-slide .swiper-content h2,
.swiper-slide .swiper-content h3,
.swiper-slide .swiper-content p,
.swiper-slide .swiper-content a {
	text-shadow: 1px 2px 3px rgba(0,0,0,0.75);
}
.swiper-slide .swiper-content > *:last-child {
	margin-bottom: 0;
}
.swiper-slide article {
	position: relative;
	display: block;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	padding: 15px;
}
.swiper-pagination-progressbar {
	box-shadow: 1px 0 4px -1px rgba(0,0,0,0.85);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--k6-identity-light);
}
.swiper-button-next,
.swiper-button-prev {
	color:var(--k6-identity-light);
}
.section-image .content {
	position: relative;
}
.section-image .content::after {
	position: absolute;
	display: block;
	content: '';
	right: -20px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: var(--bs-body-color);
}
.section-image .img-fluid {
	margin-top: 130px;
}

@keyframes k6pulse {
	0% {
		box-shadow: 0 0 25px -10px rgba(0,0,0,0.0);
	}
	50% {
		box-shadow: 0 0 25px -10px rgba(0,0,0,0.75);
	}
	100% {
		box-shadow: 0 0 25px -10px rgba(0,0,0,0.0);
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-brand {
		position: absolute;
	}
}

@media (max-width: 1399px) {
	.section-label .pr-label {
		padding-right: 5.15rem;
	}
}

@media (max-width: 1199px) {
	footer .content-footer {
		letter-spacing: 0;
	}
	.section-label .pr-label {
		padding-right: 3.65rem;
	}
}

@media (max-width: 991px) {
	.rellax {
		width: 480px;
		transform: translate3d(0,0,0) !important;
	}
	footer {
		padding-top: 4rem;
	}
	.section-center::after,
	.section-left::after,
	.section-right::after {
		display: none;
	}
	.section-collection > div > div > div:nth-child(even) > a {
		margin-top: 0;
	}
	.section-image .content::after {
		display: none;
	}
	.section-image .img-fluid {
		margin-top: 0;
	}
	.section-label .pr-label {
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 2.7rem;
		letter-spacing: 2px;
	}
	.section-collection .feature-row {
		margin-top: 15px;
	}
	.section-collection .feature-row > img {
		width: 48px;
	}
	.swiper-slide .swiper-content {
		display: none;
	}
}

/* === Montalia: jemne minimalisticke hover ulahcenia === */

.navbar-light .navbar-nav .nav-link::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 0;
	height: 1px;
	background: #FFF;
	transition: width 0.3s ease, left 0.3s ease;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover::after {
	width: 60%;
	left: 20%;
}

.section-collection a > figure::after,
.section-variant .item-variant figure::after {
	transition: border-color 0.4s ease;
}
.section-collection a:hover > figure::after,
.section-variant .item-variant figure:hover::after {
	border-color: rgba(181,172,166,0.35);
}

footer > img {
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}
footer > img:hover {
	transform: translateX(-50%) translateY(-50%) scale(1.06);
	box-shadow: 0 0 35px -5px rgba(181,172,166,0.45);
}

.button span {
	transition: clip-path 0.5s, -webkit-clip-path 0.5s, box-shadow 0.4s ease;
}
.button:hover span {
	box-shadow: 0 0 18px -2px rgba(181,172,166,0.35);
}

.section-variant .item-variant span,
.section-variant .item-variant i {
	transition: letter-spacing 0.4s ease, color 0.4s ease;
}
.section-variant .item-variant a:hover span {
	letter-spacing: 2px;
}
.section-variant .item-variant a:hover i {
	color: #FFF;
}

html {
	scroll-behavior: smooth;
}

::selection {
	background: var(--k6-identity-light);
	color: var(--k6-identity-dark);
}
::-moz-selection {
	background: var(--k6-identity-light);
	color: var(--k6-identity-dark);
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track {
	background: var(--k6-identity-dark);
}
::-webkit-scrollbar-thumb {
	background: rgba(181,172,166,0.4);
	border-radius: 4px;
	transition: background 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
	background: var(--k6-identity-light);
}

.swiper-button-next,
.swiper-button-prev {
	transition: color 0.3s ease, transform 0.3s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #FFF;
	transform: scale(1.15);
}

footer .content-footer a {
	position: relative;
	display: inline-block;
}
footer .content-footer a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -2px;
	width: 0;
	height: 1px;
	background: var(--k6-identity-light);
	transition: width 0.3s ease, left 0.3s ease;
}
footer .content-footer a:hover::after {
	width: 100%;
	left: 0;
}

/* Created by Key-Six, s.r.o. | info@key-six.sk */