
:root {
	--cnvs-themecolor: #6fbbb4;
	--cnvs-themecolor-rgb: 111,187,180;

	--cnvs-themecolor-darker: #32827b;

	--cnvs-body-bg: var(--cnvs-themecolor-darker);

	--cnvs-body-font: "Montserrat", sans-serif;
	--cnvs-primary-font: "Montserrat", sans-serif;;

	--cnvs-header-height:	80px;
	--cnvs-header-height-md:	80px;
}

#content {
	background-color: var(--bs-white);
}

.color {
  color: rgba(var(--cnvs-themecolor-rgb), var(--bs-text-opacity, 1)) !important;
}

.tmava {
	background: #56588b;
}

.tmava2 {
	background: #32827b;
}

.review-section {
	position: relative;
	overflow: hidden;
}

.review-section .head-home {
	position: relative;
	z-index: 50;
}


.review-section .container {
	position: relative;
	z-index: 50;
}

.review-section .video-wrap {
	position: absolute;
	inset: 0;
	z-index: 10;
}

.heading-block h2 {
	line-height: 1.4;
}

.dark {
	--cnvs-header-bg: #56588b;
	--cnvs-header-sticky-bg: #56588b;
	--cnvs-footer-bg: #56588b;
	--cnvs-primary-menu-submenu-bg: #56588b;
}

#header {
	--cnvs-primary-menu-font: var(--cnvs-body-font);
	--cnvs-primary-menu-font-weight: 600;
	--cnvs-primary-menu-color: var(--cnvs-contrast-800);
	--cnvs-primary-menu-hover-color: #6fbbb4;
	--cnvs-primary-menu-tt:	uppercase;
	--cnvs-primary-menu-ls:	0;
	--cnvs-primary-menu-font-size: 0.8rem;
	--cnvs-header-misc-icons-size: 1.5rem;
}


.cnvs-hamburger {
  --cnvs-hamburger-size: 1.3rem;
	}


.iconlist li i {
	--cnvs-iconlist-size: 1.5rem;
	--cnvs-iconlist-offset: 4px;
	font-size: var(--cnvs-iconlist-size);
}

.goo {
    display: inline-flex;
    align-items: center; /* vertikálne centrovanie */
    gap: 10px; /* medzera medzi ikonou a textom (voliteľné) */
}

.mission-goals .feature-box {
	padding: 30px 30px;
	border-radius: 10px;
}

.card {
	overflow: hidden;
}

.card-img-top {
	transition: transform 0.4s ease;
}

.card:hover .card-img-top {
	transform: scale(1.05);
}

.swiper-wrapper {
	background: #fff;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	transition-timing-function: linear !important;
}

.slider-caption h2{
	font-size: clamp(56px, 8vw, 100px);
	text-shadow: 2px 2px 0 #000;
	font-weight: 600;
}

.slider-caption{
	max-width: 600px;
}

.slider-caption p{
	font-size: clamp(15px, 2vw, 21px);
	font-weight: 400;
}

:not(.active) .tab-icon-active img:last-child,
.active .tab-icon-active img:first-child {
	display: none;
}

.farby-multi .f1 { color: #e53935; } /* červená */
.farby-multi .f2 { color: #f57c00; } /* oranžová */
.farby-multi .f3 { color: #fbc02d; } /* žltá */
.farby-multi .f4 { color: #7cb342; } /* zelená */
.farby-multi .f5 { color: #42a5f5; } /* modrá */
.farby-multi .f6 { color: #8A3AB9; } /* fialova */

.active .tab-icon-active img:last-child {
	display: block;
}

.testimonial .flex-control-nav {
	position: relative;
	justify-content: flex-start;
	top: 0;
	left: 0;
	right: auto;
	margin-top: 20px;
}

.nav-link span {
	font-weight: 600;
}

.nav-link.active span {
	font-weight: 700;
}

.canvas-alt-tabs.tabs-bb .nav-link.active {
	position: relative;
	border-bottom: 0;
	padding-bottom: 1rem;
}

.canvas-alt-tabs.tabs-bb .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 10%;
	height: 0.25rem;
	border-radius: 2rem;
	background-color: var(--cnvs-themecolor);
	transform: translateX(-50%);
}


.shape-divider.shape-divider-1 svg,
.shape-divider.shape-divider-2 svg {
	width: calc( 100% + 800px );
	height: 80px;
}

.shape-divider.shape-divider-2 svg {
	height: 120px;
}

.shape-divider-fill {
	fill: #fff;
}


/* WRAP */
.video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* fallback obrázok – zobrazí sa okamžite */
    background: url('images/home-screen.webp') center center / cover no-repeat;

    overflow: hidden;
}

/* VIDEO */
.video-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    display: block;

    /* fade efekt */
    opacity: 0;
    transition: opacity 0.6s ease;
}

/* keď je video načítané */
.video-wrap.video-loaded video {
    opacity: 1;
}

/* overlay */
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* swiper fix */
.swiper-slide {
    position: relative;
    overflow: hidden;
}


/* dôležité pre mobil */
#slider {
    min-height: 100vh;
    min-height: 100svh;
}

.card::before {
	content: '';
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
    height: 3px;
    width: 100%;
}

.card1::before {
    background: #ca3732;
}
.card2::before {
    background: #e6a742;
}
.card3::before {
    background: #f4db49;
}
.card4::before {
    background: #b1c551;
}
.card5::before {
    background: #6cbae7;
}
.card6::before {
    background: #8A3AB9;
}


.underliner {
    display: inline-block;
    position: relative;
}

.underliner::after {
    width: 100%;
    left: 0;
    transform: none;
}

h2.sortiment {
	font-size: clamp(28px, 10vw, 70px);
	text-shadow: 2px 2px 0 #000;
}

#page-title .container {
    position: relative;
    z-index: 2;
}

.overlay2:before {
	position: absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, #1f2024 100%);
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, #1f2024 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, #1f2024 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,0,0,0)), color-stop(100, #1f2024));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, #1f2024 100%);
	background-image: linear-gradient(to left, rgba(0,0,0,0) 0%, #1f2024 100%);
	width: 100%;
	height: 100%;
	opacity: 1;

}

  #map {
    overflow: hidden;
  }

  .map-card {
    max-width: 260px;
    font-family: Montserrat, Arial, sans-serif;
    color: #222;
  }

  .map-card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
    display: block;
  }

  .map-card h4 {
    margin: 0 0 6px 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
  }

  .map-card p {
    margin: 0 0 6px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .map-card a {
    color: #67bdb8;
    text-decoration: none;
  }

  .map-card a:hover {
    text-decoration: underline;
  }


/* .twentytwenty-horizontal */
.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
	content: " ";
	display: block;
	background: white;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
	color: white;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.twentytwenty-before-label::before,
.twentytwenty-after-label::before {
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	line-height: 38px;
	padding: 0 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label::before,
.twentytwenty-horizontal .twentytwenty-after-label::before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}
.twentytwenty-container img {
	width: 100%;
	position: absolute;
	top: 0;
	display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active:hover.twentytwenty-overlay { background: rgba(0, 0, 0, 0); }

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active:hover.twentytwenty-overlay .twentytwenty-after-label { opacity: 0; }

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label { opacity: 0; }
.twentytwenty-before-label::before { content: "Pôvodne"; }

.twentytwenty-after-label { opacity: 0; }
.twentytwenty-after-label::before { content: "Vizualizácia"; }

.twentytwenty-horizontal .twentytwenty-before-label::before { left: 10px; }
.twentytwenty-horizontal .twentytwenty-after-label::before { right: 10px; }

.twentytwenty-overlay {
	-webkit-transition-property: background;
	-moz-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover .twentytwenty-after-label { opacity: 1; }
.twentytwenty-overlay:hover .twentytwenty-before-label { opacity: 1; }

.twentytwenty-before { z-index: 20; }
.twentytwenty-after { z-index: 10; }

.twentytwenty-handle {
	height: 38px;
	width: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	margin-top: -22px;
	border: 3px solid white;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
	z-index: 40;
	cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle::before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle::after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
	box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
	border-right: 6px solid #999;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #999;
	right: 50%;
	margin-right: -17px;
}
/* twentytwenty-horizontal End */


.block-card-9 .grid-inner .btn-hover {
			opacity: 0;
			display: block;
			transition: opacity .3s ease, transform .3s .1s ease;
			margin-top: 15px;
			position: absolute;
			transform: translateY(0);
		}
		.block-card-9 .grid-inner:hover .btn-hover {
			opacity: 1;
			transform: translateY(-5px);
			
		}
			
		.block-card-9 .grid-inner .btn-hover:hover {
			color: #fff
			
		}
			
			.grid-content h5 {
			color: #fff;
				-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
			
		}

		.block-card-9 .grid-inner .grid-image {
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
			background-size: cover;
			background-position: center center;
		}

		.block-card-9 .grid-inner:hover .grid-image {
			-webkit-animation: kenburns 0.6s ease-out both;
	        animation: kenburns 0.6s ease-out both;
		}
			
		.block-card-9 .grid-inner .grid-icon,
		.block-card-9 .grid-inner .grid-content {
			transition: transform .3s ease;
		}

.block-card-9 .grid-inner:hover .grid-content h5{ color: var(--cnvs-themecolor); text-decoration: underline; text-decoration-style: dotted; text-underline-offset: 3px;}

		.block-card-9 .grid-inner:hover .grid-content { transform: translateY(-5px);}
		.block-card-9 .grid-inner:hover .grid-icon { transform: translateY(-5px); }

		@-webkit-keyframes kenburns {
		  0% {
		    -webkit-transform: scale(1) translate(0, 0);
		            transform: scale(1) translate(0, 0);
		    -webkit-transform-origin: 100% 100%;
		            transform-origin: 100% 100%;
		  }
		  100% {
		    -webkit-transform: scale(1.05) translate(5px, 5px);
		            transform: scale(1.05) translate(5px, 5px);
		    -webkit-transform-origin: right bottom;
		            transform-origin: right bottom;
		  }
		}
		@keyframes kenburns {
		  0% {
		    -webkit-transform: scale(1) translate(0, 0);
		            transform: scale(1) translate(0, 0);
		    -webkit-transform-origin: 100% 100%;
		            transform-origin: 100% 100%;
		  }
		  100% {
		    -webkit-transform: scale(1.05) translate(5px, 5px);
		            transform: scale(1.05) translate(5px, 5px);
		    -webkit-transform-origin: right bottom;
		            transform-origin: right bottom;
		  }
		}

