* {
margin:0;
padding:0;
box-sizing:border-box;
-webkit-tap-highlight-color: transparent;
outline: none;
	scroll-behavior: smooth;
	
}

:root {
--color-white:#ffffff;
--color-black:#000000;
--color-green:#597d55;
--color-dark:#434343;	
}


@font-face {
    font-family: 'IBM Plex Mono';
    src: url('webfonts/IBMPlexMono-Regular.eot');
    src: url('webfonts/IBMPlexMono-Regular.eot?#iefix') format('embedded-opentype'),
        url('webfonts/IBMPlexMono-Regular.woff2') format('woff2'),
        url('webfonts/IBMPlexMono-Regular.woff') format('woff'),
        url('webfonts/IBMPlexMono-Regular.ttf') format('truetype'),
        url('webfonts/IBMPlexMono-Regular.svg#IBMPlexMono-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Mono';
    src: url('webfonts/IBMPlexMono-Bold.eot');
    src: url('webfonts/IBMPlexMono-Bold.eot?#iefix') format('embedded-opentype'),
        url('webfonts/IBMPlexMono-Bold.woff2') format('woff2'),
        url('webfonts/IBMPlexMono-Bold.woff') format('woff'),
        url('webfonts/IBMPlexMono-Bold.ttf') format('truetype'),
        url('webfonts/IBMPlexMono-Bold.svg#IBMPlexMono-Bold') format('svg');
    font-weight: bold;
    font-style: bold;
    font-display: swap;
}


body {	
	font-size: 16px;
	font-family: 'IBM Plex Mono', sans-serif;
	font-style:normal;
	color:var(--color-dark);
	background-color:#f1faf0;
}


h1 {
font-size:108px;
line-height: 1.0em;	
	margin: 20px 0;
	text-transform: uppercase;
	background: #526F4E;
background: linear-gradient(to bottom right, #526F4E 0%, #7D9A79 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

h2 {
font-size:103px;
font-weight: normal;
	margin: 50px 0;
		line-height: 1.1em;
	padding-top: 30px;
	text-transform: uppercase;
	background: #929692;
background: linear-gradient(to bottom right, #929692 0%, #A7AAA6 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

}

h3 {
font-size:24px;
color:var(--color-dark);
	text-transform: uppercase;
}

h4 {
font-size:24px;
font-weight: bold;
}
h5 {
font-size:24px;
font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}


a {
text-decoration:none;
transition:.4s;
color:var(--color-pinkd);
}
a:hover {
color:var(--color-black);
}

hr {
	width: 80%;
	background-color: #e2e2e2;
  border: none;
  height: 1px;
	margin: auto;
}

main{
	width: 100%;
	overflow: hidden;
	text-align: right;
}
.main-menu {
  display:block;
  position:fixed;
	top:30px;
	left: 30px;
	width: 240px;
	height: auto;
	z-index: 9999;
	background: rgba(227,233,227,0.8);
	backdrop-filter: blur(7px);	
	border-radius: 5px;
	padding-bottom: 25px;
}
.container-menu {
  width: 100%;
	text-align: center;
	position: relative;
}

nav {
display:block;
flex-direction:row;
align-items:center;
justify-content:space-between;
color:var(--color-orange);
height:auto;
font-weight:bold;
font-size:18px;
}

nav a {
display: inline-block;
padding: 15px 0 15px 50px;
width: 100%;
transition: 0.4s;
color: var(--color-black);
font-weight: bold;
font-size: 18px;
text-transform: uppercase;	
	
	position: relative;	
}

nav a:hover {
color: var(--color-green);
	text-decoration: none;
}

.menu-lang a{
font-size: 14px;
	opacity: 0.5;
	margin-top: 10px;
	padding-bottom: 30px;
}
.menu-lang a img{
height: 10px;
	width: auto;
}
.menu-lang a:hover{
	opacity: 1;
}

.menu {
flex-direction:row;
list-style-type:none;
	text-align: left;
}
.menu svg{
  width: 22px;
	height: 32px;
	fill: var(--color-pinkd);
	padding: 6px 0 0 0;
	transition: 0.4s;
}
.menu li a:hover svg{
	fill: var(--color-dark);
}
.menu-icon a {
  padding: 25px 15px !important;
}
.menu-icon a:after {
  display: none;
}
.menu-icon {
  float: right;
}

.menu > li {
display:block;
}

.menu-button-container {
display:none;
height:100%;
width:20px;
cursor:pointer;
flex-direction:column;
justify-content:center;
align-items:center;
float:right;
padding: 20px 30px;
}

#menu-toggle {
display:none;
}

.menu-button,.menu-button::before,.menu-button::after {
display:block;
background-color:var(--color-dark);
position:absolute;
height:3px;
width:20px;
transition:transform 400ms cubic-bezier(0.23,1,0.32,1);
}

.menu-button::before {
content:"";
margin-top:-4px;
}

.menu-button::after {
content:"";
margin-top:4px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
margin-top:0;
transform:rotate(225deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
background:rgba(255,255,255,0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
margin-top:0;
transform:rotate(-225deg);
}


.logo a{
	width: 100%;
	height: auto;
	padding: 50px 0 30px 0;
	display: inline-block;
	margin-bottom: 15px;
}
.logo img{
	width: 94px;
	height: auto;
}

.hero-sec{
	width: 100%;
	position: relative;
}
.hero-sec img{
	width: 100%;
	height: auto;
}
.hero-cont{
	position: absolute;
	top: 0;
	right: 50px;
		width: calc(100% - 350px);
	z-index: 1;
}
.hero-cont h2{
	font-size: 18px;
	color: var(--color-black);
	-webkit-text-fill-color: var(--color-black);
	background: none;
	margin: 0 0 10px 0;
  padding: 0;
}
.hero-cont p{
	text-shadow: 0 0 10px rgba(255,255,255,0.9), 0 0 20px rgba(255,255,255,0.7), 0 0 30px rgba(255,255,255,0.5);
}


.sluzby-sec, .projekty-sec, .partneri-sec, .ponuka-sec, .kontakt-sec{
	width: 100%;
	padding: 0 50px 80px 320px;
}
.sluzby-cont{
	width: 100%;
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.sluzba-bg {
	flex: 0 0 calc(25% - 0.75rem);
	display: flex; 
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px;
	border-radius: 5px;
}
.sluzba {
	background: rgba(113,115,113,0.28);
	backdrop-filter: blur(7px);	
	flex: 1; 
	border-radius: 5px;
	padding: 40px;
	color: var(--color-white);
	text-align: justify;
	text-align-last: left;
}
.sluzba h3{
	margin-bottom: 30px;
	text-align: right;
	text-align-last: right;
}
.scan {
	background: url("images/3d-scan-bg.jpg");
}
.model {
	background: url("images/3d-model-bg.jpg");
}
.doku {
	background: url("images/doku-bg.jpg");
}
.pro-tech {
	background: url("images/doku-bg.jpg");
}

/*.grid-gallery {
		  padding: 0.5rem;
		}*/

		.grid-gallery-item {
		  padding: 0;
		  margin: 0.5rem;
		  max-width: 200px;
		  display: inline-block;
			border: 2px solid transparent;
			transition: 0.3s;
			position: relative;
			border-radius: 5px;
		}
		/*
		.grid-gallery-item:hover {
		  cursor: pointer;			
			border: solid 2px var(--color-green2);
			color: var(--color-green2);
			-webkit-box-shadow: 0px 0px 15px -3px rgba(173,191,33,0.2); 
			box-shadow: 0px 0px 15px -3px rgba(173,191,33,0.2);
		}*/
		

		@supports (display: grid) {
		  .grid-gallery {
			display: grid;
			grid-template-columns: repeat(auto-fill,minmax(150px, auto));
			grid-auto-rows: 150px;
			grid-gap: 1rem;
			grid-auto-flow: dense;  
		  }    
		}  
		  @media screen and (min-width: 750px) {
			.grid-gallery {
			  display: grid;
			  grid-template-columns: repeat(3,minmax(200px, auto));
			  grid-auto-rows: 200px;
			  grid-gap: 1rem;
			  grid-auto-flow: dense;
			}    
		  }

		  .grid-gallery-item {
			margin: 0;
			max-width: none;
		  }
		  .grid-gallery-item:hover {
			cursor: pointer;
		  }
		  .grid-gallery-item:after {
			content: "►";
			font-size: 45px;
			position: absolute;
			color: var(--color-white);
			opacity: 0.5;
			transition: 0.3s;
			left: 50%;
			top: 50%;
			transform: translate(-50%, -50%);
			z-index: 2;
			pointer-events: none;
		  }
		  .grid-gallery-item:hover:after {
			opacity: 1;
		  }
			.grid-gallery-item:before {
			content: "";
			width: 100%;
			height: 100%;
				position: absolute;
				top: 0;
				left: 0;
				border-radius: 5px;
				background: -webkit-linear-gradient(125deg, rgba(139, 143, 139, 0.9) 0%, rgba(139, 143, 139, 0.8) 37%, rgba(139, 143, 139, 0) 80%);
				background: -o-linear-gradient(125deg, rgba(139, 143, 139, 0.9) 0%, rgba(139, 143, 139, 0.8) 37%, rgba(139, 143, 139, 0) 80%);
				background: linear-gradient(215deg, rgba(139, 143, 139, 0.9) 0%, rgba(139, 143, 139, 0.8) 37%, rgba(139, 143, 139, 0) 80%);
		  }
		
		  .grid-gallery-item:first-child {
			grid-row: span 2;
			grid-column: span 2;
		  }

		  .grid-gallery-item:nth-child(2) {
			grid-row: span 2;
		  }

		  .grid-gallery-item:nth-child(4) {
			grid-column: span 2;
		  }
		  .grid-gallery-item:nth-child(5) {
			grid-column: span 2;
		  }
		  .grid-gallery-item:nth-child(7) {
			grid-column: span 3;
		  }

		  

		  .grid-gallery-item img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			  border-radius: 5px;
		  }  

		/* video gallery thumbnail styles */
		.grid-gallery-item .thumb {
			width: 100%;
			height: 100%;
			object-fit: cover;
			display: block;
			border-radius: 5px;
		}

		/* popup */
		.video-popup{
			position: fixed;
			inset: 0;
			background: rgba(0,0,0,0.85);
			display: flex;
			align-items: center;
			justify-content: center;
			z-index: 100000;
			opacity: 0;
			transition: opacity 0.3s ease;
			backdrop-filter: blur(7px);
		}
		.video-popup.visible{
			opacity: 1;
		}
		.video-popup .vp-content{
			transform: scale(0.98);
			transition: transform 0.3s ease;
		}
		.video-popup.visible .vp-content{
			transform: scale(1);
		}
		.video-popup .vp-content{
			position: relative;
			max-width: 90%;
			max-height: 90%;
		}
		.video-popup .vp-video{
			width: 100%;
			height: auto;
			max-height: 80vh;
			border-radius: 6px;
			background: #000;
		}
		.video-popup .vp-close{
			position: absolute;
			right: 8px;
			top: -12px;
			width: 40px;
			height: 40px;
			border: none;
			font-size: 27px;
			cursor: pointer;
			padding: 0 0 4px 0;
			z-index: 99999;
		}
			.grid-gallery-item h3 {
			position: absolute;
				top: 25px;
				right: 30px;
				z-index: 1;
				font-size: 20px;
				color: var(--color-white);
				font-weight: normal;
				line-height: 1.2em;
				padding: 0 0 0 30px;
		  }
		.grid-gallery-item:first-child h3{
					font-size: 35px;
				  }


.referencie-sec{
	width: 100%;
	padding: 0 0 80px 0;
}
.referencie-sec h2{
	padding-right: 50px;
}
		
.carousel-container {
      width: 100%;
      /*margin: 0 auto;*/
      overflow: hidden;
      position: relative;
    }

    .carousel-track {
		width: calc(100% - 350px);
		float: right;
      display: flex;
      transition: transform 0.8s ease;
      will-change: transform;
      cursor: grab;
      user-select: none;
    }

    .carousel-item {
      flex: 0 0 33.3333%;
      box-sizing: border-box;
      padding: 20px 50px 30px 20px;
      text-align: right;
    }

    .testimonial-text {
      font-size: 14px;
      color: var(--color-dark);
      margin-bottom: 30px;
		line-height: 1.6em;
		position: relative;
    }
	.testimonial-text:before{
		content:'“';
      font-size: 150px;
		color: #c0c0c0;
		opacity: 0.25;
		position: absolute;
		top: 30px;
		left: 15px;
		z-index: -1;
    }

    .testimonial-name {
		font-size: 18px;
      font-weight: bold;
      color: var(--color-green);
		margin: 8px 0;
    }

    .testimonial-company {
      color: #787878;
      font-size: 14px;
    }

    .carousel-nav {
      text-align: right;
      margin: 15px 50px 0 0;
    }

    .carousel-bullet {
      display: inline-block;
      width: 12px;
      height: 12px;
      margin: 0 6px;
      background: #ccc;
      border-radius: 50%;
      cursor: pointer;
      transition: background 0.3s;
    }

    .carousel-bullet.active {
      background: #7d847d;
    }

.partneri-loga-cont {
  width: 100%;
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
	justify-content: flex-end;
}

.partner-logo {
  width: 150px;
  height: 150px;
  overflow: hidden;
	float: right;
	display: flex;
	justify-content:center;
	align-items:center;	
}
.partner-logo a {
	height: 75%;
	display: flex;
  justify-content: center;
  align-items: center;
}
.partner-logo a img{
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	-webkit-filter: grayscale(1) ;
	filter: grayscale(1) ;
}


.ponuka-sec h3{
	text-transform: none;
	margin-bottom: 30px;
}
.ponuka-sec p{
	font-size: 18px;
}
.ponuka-sec .w50, .ponuka-sec .w33{
	text-align: left;
}
.ponuka-sec .w50:first-of-type{
	padding: 30px 50px 0 0;
}
.ponuka-sec .calc-add-info .w50:nth-of-type(2){
	margin-top: 70px;
  margin-bottom: 20px;
}
.ponuka-sec .calc-add-info .w50{
	padding-right: 100px;
	margin-top: 40px;
}
.ponuka-sec .calc-add-info input[type="number"]{
	margin-bottom: 0px;
}
.ponuka-sec .radio label{
	min-width: 100px;
	max-width: 200px;
	width: 33%;
	float: left;
	margin-top: 15px;
}

#map { 
	height: 350px; 
	margin-top: 15px; 
	width: 100%;
	border-radius: 5px;
}
label { 
	font-size: 18px;
	display: block;
}
label:hover { 
	cursor: pointer;
}
input[type='text'], input[type='number']{
  background: none;
	border: none;
	border-bottom: solid 1px rgba(139,143,139,0.4);
	font-family: 'IBM Plex Mono', sans-serif;
	padding: 15px 0 3px 0;
	font-size: 16px;
	width: 100%;
	margin-bottom: 40px;
}


input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: none;
  position: relative;
  vertical-align: middle;
  margin-right: 6px;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-green);
  transform: scale(0);
  transition: transform 0.2s ease;
}
input[type="radio"]:checked::before {
  transform: scale(1);
}
input[type="radio"]:hover {
  border-color: #666;
}
input[type="radio"]:disabled {
  border-color: #ccc;
  background-color: #eee;
  cursor: not-allowed;
}
input[type="radio"]:disabled::before {
  background-color: #aaa;
}


button {
  font-family: 'IBM Plex Mono', sans-serif;
	border:none;
	padding: 20px 50px;
	font-size: 24px;
	font-weight: bold;
	background: #8b8f8b;
	border-radius: 5px;
	color: var(--color-white);
	text-transform: uppercase;
	margin: 20px 0;
	transition: 0.3s;
}
button:hover {
	background: var(--color-green);
	cursor: pointer;
}

.result{
	display: grid;
  float: right;
  margin: 25px 0 5px 0;
	width: 100%;
}
.result b, .result span, .result em{
	width: 100%;
}
.result span{
	font-size: 20px;
}
.result em{
	margin-top: 10px;
}


.kontakt-cont {
	display: flex;
	gap: 40px 20px;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.kontakt-cont .w25{
	width: calc(25% - 20px);
}
.kontakt-sec svg{
	fill: #8b8f8b;
	width: 28px;
	height: 26px;
	margin-bottom: 15px;
	transition: 0.3s;
}
.kontakt-sec h3{
	color: var(--color-green);
	font-weight: bold;
	text-transform: none;
	transition: 0.3s;
}
.kontakt-sec h4{
	color: var(--color-green);
	font-weight: normal;
	text-transform: none;
}
.kontakt-sec a:hover h3{
	color: var(--color-dark);
}
.kontakt-sec a:hover svg{
	fill: var(--color-green);
}


.particle-network-animation {
  position: fixed;
  top: -46%;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  min-height: 100vh;
	height: 7000px;
}

.glow {
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), transparent);
}

.glow-1 {
  width: 150vw;
  height: 150vh;
  margin-top: -75vh;
  margin-left: -75vw;
  animation: glow-1-move 25s linear infinite both;
}

@keyframes glow-1-move {
  from {
    transform: translate(-100%, 100%);
  }
  to {
    transform: translate(100%, -100%);
  }
}
.glow-2 {
  width: 100vw;
  height: 100vh;
  margin-top: -50vh;
  margin-left: -50vw;
  animation: glow-2-move 25s linear 8.3333333333s infinite both;
}

@keyframes glow-2-move {
  from {
    transform: translate(-100%, 0%);
  }
  to {
    transform: translate(100%, 100%);
  }
}
.glow-3 {
  width: 120vw;
  height: 120vh;
  margin-top: -60vh;
  margin-left: -60vw;
  animation: glow-3-move 25s linear 16.6666666667s infinite both;
}

@keyframes glow-3-move {
  from {
    transform: translate(100%, 100%);
  }
  to {
    transform: translate(0%, -100%);
  }
}






footer{ 
	width: 100%;
	float: left;
	position: relative;
	height: 70px;
	margin-top: 110px;
	margin-bottom: 10px;
}
footer .fl-l{
	position: relative;
	float: left;
}
footer .logo {
	margin: 0 0 0 30px;
}
footer .logo h2{
	color: #9d9d9d;
}
.creat-cont{
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	
}
.creat  {
	display: flex;
	margin-left: auto;
	align-items:center;
	padding: 0 50px 0 0;
}
.creat img {
  float: right;
  margin: 0 0 0 10px;
  opacity: 1;
}
.creat p{
	font-size: 11px;
	color: #65676b;
	text-align: right;
	float:right;
	padding: 26px 0 0 0;
}


.fl-l{
	float: left;	
}
.fl-r{
	float: right;	
}
.tx-al-cen{
	text-align: center;	
}
.tx-al-l{
	text-align: left;	
}
.uppertext{
	text-transform: uppercase;
}
.mrgn60-0 {
	margin: 60px 0;
}
.mrgn-auto {
	margin: auto;
}
.w16{
	width: calc(100% / 6);
}
.w20{
	width: 20%;
}
.w25{
	width: 25%;
}
.w33{
	width: calc(100% / 3);
}
.w40{
	width: 40%;
}
.w50{
	width: 50%;
}
.w60{
	width: 60%;
}
.w75{
	width: 75%;
}
.w100{
	width: 100%;
}




@media (max-width:1600px) {
	.kontakt-sec .w25{
	width: calc(50% - 20px);
}
}

	

@media (max-width:1200px) {
.hero-cont p{
text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 20px #FFF, 0 0 30px #FFF, 0 0 40px #FFF, 0 0 55px #FFF, 0 0 75px #FFF;
}
	
}

@media (max-width:1000px) {

  .main-menu {
    height:66px;
	  width:calc(100% - 10px);
	  top: 5px;
  left: 5px;
  }
  .container-menu {
    width: 100%;
	 top: 0;
	left: 0; 
  }
	.logo {
	  margin: 0;
		position: absolute;
		top: 8px;
		left:15px;
		z-index: 1;
	}
	.logo a {
  	padding: 7px;
		margin-bottom: 0;
	}
	.logo img {
	  width: 50px;
	}
	
.menu-button-container {
	display:flex;
	z-index: 999999;
	position: absolute;
	right: 0;
	top: 3px;
	}
	
	.menu {
	position:absolute;
	/*display:flex;*/
	top:0;
	margin-top:0;
	left:0;
	flex-direction:column;
	width:100%;
	justify-content:center;
	align-items:center;
	font-size:20px;
	text-align:left;
	line-height:normal;
	height:auto;
		z-index:-99999;
			transition: .4s;
		visibility: hidden;
	}
	#menu-toggle:checked ~ .menu {
	z-index:99999;
		visibility: visible;
		
	}

	#menu-toggle ~ .menu li {
	height:0;
	margin:0;
	padding:0;
	border:0;
	transition: .4s;
		opacity: 0;
		text-align: center;
		z-index: -999999;
	}

	#menu-toggle:checked ~ .menu li {
	transition: .4s;
	z-index:99999;
		opacity: 1;
		height: 60px;
	}
	#menu-toggle ~ .menu li a{
	padding: 20px;		
		transition: .4s;
		top: -100px;
		opacity: 0;
	}
	#menu-toggle:checked ~ .menu li a{
	padding: 15px;
		top: 0;
		opacity: 1;
	}
	#menu-toggle ~ .menu {
	padding: 60px 0 0 0;
		transition: .4s;
	}
	#menu-toggle:checked ~ .menu {
	padding: 60px 0 0 0;
	background: rgba(227,233,227,0.9);
	backdrop-filter: blur(7px);	
	border-radius: 5px;
	}
	
	#menu-toggle ~ .menu .menu-icon {
	width: 20%;
	}
	#menu-toggle:checked ~ .menu .menu-icon {
	width: 20%;
	}

	.menu a {
	width:100%;
	padding:0 0 0 30px;
	}

	.menu > li {
	display:flex;
	justify-content:center;
	margin:0;
	padding:.5em 0;
	width:100%;
	z-index:99999;
		position: relative;
	}
	

	.menu svg {
	  padding: 0;
	}

	nav {
	height:60px;
	position:fixed;
	width:100%;
	z-index:999;
	}

	nav a {
	color:var(--color-dark);
	}

	nav a:after {
	display:none;
	}
	.menu-lang {
  opacity: 0.5 !important;
}
	.menu-lang:hover {
  opacity: 1 !important;
}
	.menu-lang a {
  margin-top: 0;
}

h1{
  font-size: 65px;
}
h2{
  font-size: 60px;
}	
.hero-sec img {
  opacity: 0.3;
}	
.hero-cont{
		width: calc(100% - 100px);
	margin-top: 80px;
}	
.sluzby-sec, .projekty-sec, .partneri-sec, .ponuka-sec, .kontakt-sec{
	width: 100%;
	padding: 40px 50px 50px 50px;
}
.referencie-sec {
  padding: 40px 0 20px 0;
}	
.carousel-track {
  width: 100%;
}
	
	
}

@media (max-width:2500px) {
.sluzba-bg {
	flex: 0 0 calc(50% - 0.5rem);
}
}

@media (max-width:1200px) {
.sluzba-bg {
	flex: 0 0 calc(100% - 0rem);
}
}

@media (max-width:800px) {
	.grid-gallery {
    display: block;
	}
	.grid-gallery-item h3 {
	font-size: 18px;
	top: 15px;
	 right: 15px;
	 padding: 0 0 0 15px;
		  }
	.grid-gallery-item:first-child h3{
		font-size: 24px;
	}
	.partner-logo {
  width: calc(33.3333% - 2rem);
}
.kontakt-sec .w25{
	width: 100%;
	margin-bottom: 10px;
}
	
}



@media (max-width:700px) {
	.carousel-item {
        flex: 0 0 100%;
     }
	.ponuka-sec .w50, .ponuka-sec .w33 {
  width: 100%;
	}
	.ponuka-sec .w50:first-of-type {
  padding: 30px 0 0 0;
	}.ponuka-sec .w33 {
	  padding-right: 0;
	  margin-top: 40px;
	}
	input[type="number"] {
 	 margin-bottom: 0px;
	}

	.grid-gallery-item:first-child {
			grid-row: span 2;
			grid-column: span 3;
		  }


		  .grid-gallery-item:nth-child(3) {
			grid-column: span 2;
		  }
	
}	



@media (max-width:500px) {
	h1{
  font-size: 48px;
}
h2{
  font-size: 44px;
}	
.hero-sec {
  min-height: 450px;
}
.hero-cont {
  width: calc(100% - 40px);
  right: 20px;
}
.sluzby-sec, .projekty-sec, .partneri-sec, .ponuka-sec, .kontakt-sec{
	width: 100%;
	padding: 40px 20px 20px 20px;
}
.sluzba-bg {
  padding: 20px;
}
.sluzba {
  padding: 25px;
	text-align: left;
  text-align-last: left;
}

 .grid-gallery-item:first-child h3 {
    font-size: 18px;
  }	

.referencie-sec {
  padding: 40px 0 20px 0;
}	
.referencie-sec h2 {
  padding-right: 20px;
}
.carousel-item {
  padding: 20px 20px 30px 20px;
}
.carousel-nav {
  margin: 15px 20px 0 0;
}	

.partner-logo {
  width: calc(50% - 1.5rem);
}

.creat  {
	padding: 0 20px 0 0;
}	
	
}

@media (max-width:400px) {
	 
	.partner-logo {
  width: 130px;
  height: 130px;
}
	
}




@media (max-height: 650px) {
.main-menu {
  top: 0;
}
nav {
  height: calc(100vh - 200px);
  overflow-y: scroll;
}
	
}


@media (max-width: 1000px) and (max-height: 650px) {
	.main-menu {
  top: 5px;
}
nav {
  height: 60px;
  overflow:inherit;
}

}

@media (max-width: 1000px) and (max-height: 550px) {
	.main-menu {
  position: relative;
}

}

