@import url("https://fonts.cdnfonts.com/css/mont");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,80");
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	background-color: white;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: black;
}

/*###########################################################################################  */
/*#########################################mobile############################################  */
/*###########################################################################################  */

@media screen and (max-width: 480px) {
	#header {
		width: 100%;
		height: 10%;
		background-color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
		position: fixed;
		z-index: 3;
		transition: 0.2 ease;
	}

	#logo {
		width: 120px;
		height: 30px;
	}

	.hamburger {
		width: 30px;
		transition: 0.3s ease-out;
	}

	#header ul {
		display: none;
	}

	.mobileMenu {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(11, 11, 95, 0.801);
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: translateX(100%);
		opacity: 0;
		transition: 0.3s ease-out;
	}

	.mobileMenu p a {
		font-family: "Montserrat";
		color: white;
		font-size: 20px;
	}

	.mobileMenu p {
		margin: 10px 0;
	}

	.X {
		position: absolute;
		width: 30px;
		top: 30px;
		right: 30px;
	}

	/* ............................................................................ */

	#banner {
		width: 100%;
		height: 75%;
		position: relative;
		top: 0%;
		right: 0%;
		overflow-x: hidden;
		/* box-shadow: 10px 0 10px rgba(0, 0, 0, 0.795); */
	}

	.pc {
		display: none;
	}

	.mobile {
		/* height: 100%; */
		width: 100%;
	}

	video::-webkit-media-controls {
		display: none;
	}

	.banner-cover {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;
	}

	.banner-cover h2,
	.banner-cover h3,
	.banner-cover p {
		font-family: "Montserrat";
		color: white;
	}

	.banner-cover h2 {
		font-size: 30px;
		width: 80%;
	}

	.banner-cover h3 {
		font-size: 18px;
		width: 80%;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.banner-cover p {
		font-size: 15px;
		width: 70%;
	}

	/* ............................................................................... */

	#services {
		width: 100%;
		height: 120%;
		margin-top: 10%;
	}

	#services .container {
		display: none;
	}

	#services .container2 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}

	#services .container2 .box {
		width: 100%;
		height: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10% 0;
		transition: 0.3s ease;
		position: relative;
	}

	#services .container2 .box h2 {
		font-family: "Montserrat";
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 10%;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
	}

	#services .container2 .box p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		width: 70%;
		text-align: center;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
	}

	#services .container2 .box a {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		text-align: center;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
		margin-top: 10px;
		text-decoration: underline;
	}

	.box3 {
		background-image: url(../images/lasermark.jpg);
		background-size: cover;
		background-position: center;
	}

	.box2 {
		background-image: url(../images/dizajn.PNG);
		background-size: cover;
		background-position: center;
	}

	.box1 {
		background-image: url(../images/vyroba.JPG);
		background-size: cover;
		background-position: center;
	}

	.bcCover {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.422);
	}

	/* .......................................................... */

	#about {
		width: 100%;
		height: 80%;
	}

	.box-about {
		width: 100%;
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.box-about h1 {
		font-family: "Montserrat";
		font-size: 40px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(56, 56, 165);
		transition: 0.3s ease-out;
	}

	.box-about div {
		display: none;
	}

	.box-about2 {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0 5%;
	}

	.box-about2 p {
		font-family: "Montserrat";
		font-size: 15px;
		width: 90%;
		transition: 0.3s ease-out;
	}

	.box-about2 div {
		width: 250px;
		height: 150px;
		background-image: url(../images/freza_wm.JPG);
		background-size: cover;
		transition: 0.3s ease-out;
	}

	#about .link {
		margin-top: 30px;
		margin-left: 5%;
		font-family: "Montserrat";
		font-size: 15px;
	}

	#technology {
		width: 100%;
		height: 60%;
		background-image: url(../images/napis.jpg);
		background-size: 300%;
		background-position: center;
		margin-top: 10%;
		transition: 0.3s ease-out;
	}

	.cover {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.514);
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.cover h1 {
		font-family: "Montserrat";
		font-size: 40px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(255, 255, 255);
		transition: 0.3s ease-out;
	}

	.cover p {
		font-family: "Montserrat";
		margin-left: 5%;
		font-size: 15px;
		width: 90%;
		color: white;
		transition: 0.3s ease-out;
	}

	#photogalery {
		width: 100%;
		height: 200%;
	}

	.box-photogalery {
		width: 100%;
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.box-photogalery h1 {
		font-family: "Montserrat";
		font-size: 40px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(56, 56, 165);
		transition: 0.3s ease-out;
	}

	.box-photogalery div {
		display: none;
	}

	.box-photos {
		width: 100%;
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}

	.photo {
		width: 45%;
		height: 45%;
		margin: 10px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.photo p {
		font-family: "Montserrat";
		font-size: 15px;
		color: white;
		position: absolute;

		transition: 0.2s ease;
		top: 60%;
	}

	.photo1,
	.photo2,
	.photo3,
	.photo4,
	.photo5,
	.photo6,
	.photo7,
	.photo8,
	.photo9,
	.photo10,
	.photo11,
	.photo12,
	.photo13,
	.photo14,
	.photo15,
	.photo16 {
		background-size: cover;
		background-position: center;
	}

	.photo1 {
		background-image: url(../images/galeria/f01.JPG);
	}

	.photo2 {
		background-image: url(../images/galeria/f02.JPG);
	}

	.photo3 {
		background-image: url(../images/galeria/f03.JPG);
	}

	.photo4 {
		background-image: url(../images/galeria/f04.JPG);
	}
	.photo5 {
		background-image: url(../images/galeria/f05.JPG);
	}
	.photo6 {
		background-image: url(../images/galeria/f06.JPG);
	}
	.photo7 {
		background-image: url(../images/galeria/f07.JPG);
	}

	.photo8 {
		background-image: url(../images/galeria/f08.JPG);
	}
	.photo9 {
		background-image: url(../images/galeria/f09.JPG);
	}
	.photo10 {
		background-image: url(../images/galeria/f010.JPG);
	}
	.photo11 {
		background-image: url(../images/galeria/f011.JPG);
	}
	.photo12 {
		background-image: url(../images/galeria/f012.JPG);
	}
	.photo13 {
		background-image: url(../images/galeria/f013.JPG);
	}
	.photo14 {
		background-image: url(../images/galeria/f014.JPG);
	}
	.photo15 {
		background-image: url(../images/galeria/f015.JPG);
	}
	.photo16 {
		background-image: url(../images/galeria/f016.JPG);
	}

	#footer {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: row-reverse;
		margin-top: 10%;
		padding-bottom: 10%;
	}

	#footer .right {
		width: 50%;
		height: 100%;
		padding: 0 5%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.right li {
		font-family: "Montserrat";
		font-size: 15px;
		text-align: left;
		margin: 20px 0;
	}

	#footer .left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		padding: 0 5%;
	}

	#footer .left img {
		width: 180%;
	}

	.left h3 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		margin: 20px 0;
		margin-left: 0px;
	}

	.left p {
		font-family: "Montserrat";
		font-size: 15px;
		margin-left: 0px;
	}

	.needed {
		margin-bottom: 30px;
	}
}

/*###########################################################################################  */
/*#########################################tablet############################################  */
/*###########################################################################################  */

@media screen and (max-width: 1024px) and (min-width: 481px) {
	#header {
		width: 100%;
		height: 10%;
		background-color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
		position: fixed;
		z-index: 2;
		transition: 0.2 ease;
	}

	#logo {
		width: 200px;
		height: 60px;
	}

	.hamburger {
		width: 30px;
		transition: 0.3s ease-out;
	}

	#header ul {
		display: none;
	}

	.mobileMenu {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(11, 11, 95, 0.801);
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: translateX(100%);
		opacity: 0;
		transition: 0.3s ease-out;
	}

	.mobileMenu p a {
		font-family: "Montserrat";
		color: white;
		font-size: 25px;
	}

	.mobileMenu p {
		margin: 20px 0;
	}

	.X {
		position: absolute;
		width: 30px;
		top: 30px;
		right: 30px;
	}

	/* ............................................................................ */

	#banner {
		width: 100%;
		height: 75%;
		background-color: red;
		background-image: url(../images/tratamiento_metales.jpg);
		background-position: 70% center;
		background-size: 400%;
		position: relative;
		top: 0%;
		right: 0;
		box-shadow: 10px 0 10px rgba(0, 0, 0, 0.795);
		overflow: hidden;
	}

	.pc {
		display: none;
	}

	.mobile {
		width: 100%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	video::-webkit-media-controls {
		display: none;
	}

	.banner-cover {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;
	}

	.banner-cover h2,
	.banner-cover h3,
	.banner-cover p {
		font-family: "Montserrat";
		color: white;
	}

	.banner-cover h2 {
		font-size: 50px;
		width: 80%;
	}

	.banner-cover h3 {
		font-size: 30px;
		width: 80%;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.banner-cover p {
		font-size: 25px;
		width: 70%;
	}

	/* ............................................................................... */

	#services {
		width: 100%;
		height: 120%;
		margin-top: 10%;
	}

	#services .container {
		display: none;
	}

	#services .container2 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}

	#services .container2 .box {
		width: 100%;
		height: 30%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10% 0;
		transition: 0.3s ease;
		position: relative;
	}

	#services .container2 .box h2 {
		font-family: "Montserrat";
		font-size: 40px;
		font-weight: 500;
		margin-bottom: 10%;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
	}

	#services .container2 .box p {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		width: 70%;
		text-align: center;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
	}

	#services .container2 .box a {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		text-align: center;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
		margin-top: 10px;
		text-decoration: underline;
	}

	.box3 {
		background-image: url(../images/lasermark.jpg);
		background-size: cover;
		background-position: center;
	}

	.box2 {
		background-image: url(../images/dizajn.PNG);
		background-size: cover;
		background-position: center;
	}

	.box1 {
		background-image: url(../images/vyroba.JPG);
		background-size: cover;
		background-position: center;
	}

	.bcCover {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.422);
	}

	/* .......................................................... */

	#about {
		width: 100%;
		height: 60%;
		margin-top: 50px;
	}

	.box-about {
		width: 100%;
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	.box-about h1 {
		font-family: "Montserrat";
		font-size: 100px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(56, 56, 165);
		transition: 0.3s ease-out;
	}

	.box-about div {
		display: none;
	}

	.box-about2 {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 0 5%;
	}

	.box-about2 p {
		font-family: "Montserrat";
		font-size: 25px;
		width: 80%;
		transition: 0.3s ease-out;
	}

	.box-about2 div {
		width: 450px;
		height: 270px;
		background-image: url(../images/freza_wm.JPG);
		background-size: cover;
		transition: 0.3s ease-out;
	}

	#about .link {
		margin-top: 30px;
		margin-left: 5%;
		font-family: "Montserrat";
		font-size: 15px;
	}

	#technology {
		width: 100%;
		height: 60%;
		background-image: url(../images/napis.jpg);
		background-size: 300%;
		background-position: center;
		margin-top: 10%;
		transition: 0.3s ease-out;
	}

	.cover {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.514);
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.cover h1 {
		font-family: "Montserrat";
		font-size: 100px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(255, 255, 255);
		transition: 0.3s ease-out;
	}

	.cover p {
		font-family: "Montserrat";
		margin-left: 5%;
		font-size: 25px;
		width: 70%;
		color: white;
		transition: 0.3s ease-out;
	}

	#photogalery {
		width: 100%;
		height: 200%;
	}

	.box-photogalery {
		width: 100%;
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.box-photogalery h1 {
		font-family: "Montserrat";
		font-size: 100px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(56, 56, 165);
		transition: 0.3s ease-out;
	}

	.box-photogalery div {
		display: none;
	}

	.box-photos {
		width: 100%;
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}

	.photo {
		width: 45%;
		height: 45%;
		margin: 10px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.photo p {
		font-family: "Montserrat";
		font-size: 25px;
		color: white;
		position: absolute;

		transition: 0.2s ease;
		top: 60%;
	}

	.photo1,
	.photo2,
	.photo3,
	.photo4,
	.photo5,
	.photo6,
	.photo7,
	.photo8,
	.photo9,
	.photo10,
	.photo11,
	.photo12,
	.photo13,
	.photo14,
	.photo15,
	.photo16 {
		background-size: cover;
		background-position: center;
	}
	.photo1 {
		background-image: url(../images/galeria/f01.JPG);
	}

	.photo2 {
		background-image: url(../images/galeria/f02.JPG);
	}

	.photo3 {
		background-image: url(../images/galeria/f03.JPG);
	}

	.photo4 {
		background-image: url(../images/galeria/f04.JPG);
	}
	.photo5 {
		background-image: url(../images/galeria/f05.JPG);
	}
	.photo6 {
		background-image: url(../images/galeria/f06.JPG);
	}
	.photo7 {
		background-image: url(../images/galeria/f07.JPG);
	}

	.photo8 {
		background-image: url(../images/galeria/f08.JPG);
	}
	.photo9 {
		background-image: url(../images/galeria/f09.JPG);
	}
	.photo10 {
		background-image: url(../images/galeria/f010.JPG);
	}
	.photo11 {
		background-image: url(../images/galeria/f011.JPG);
	}
	.photo12 {
		background-image: url(../images/galeria/f012.JPG);
	}
	.photo13 {
		background-image: url(../images/galeria/f013.JPG);
	}
	.photo14 {
		background-image: url(../images/galeria/f014.JPG);
	}
	.photo15 {
		background-image: url(../images/galeria/f015.JPG);
	}
	.photo16 {
		background-image: url(../images/galeria/f016.JPG);
	}

	#footer {
		width: 100%;
		height: 50%;
		display: flex;
		flex-direction: row-reverse;
		margin-top: 10%;
		padding-bottom: 10%;
	}

	#footer .right {
		width: 50%;
		height: 100%;
		padding: 0 5%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.right li {
		font-family: "Montserrat";
		font-size: 25px;
		text-align: left;
		margin: 20px 0;
	}

	#footer .left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
		padding: 0 5%;
	}

	#footer .left img {
		width: 400px;
	}

	.left h3 {
		font-family: "Montserrat";
		font-size: 45px;
		font-weight: 500;
		margin: 20px 0;
		margin-left: 0px;
	}

	.left p {
		font-family: "Montserrat";
		font-size: 25px;
		margin-left: 0px;
	}

	.needed {
		margin-bottom: 30px;
	}
}
/*###########################################################################################  */
/*#########################################notebook##########################################  */
/*###########################################################################################  */

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	#header {
		width: 100%;
		height: 10%;
		background-color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
		position: fixed;
		z-index: 3;
		transition: 0.2 ease;
	}

	#header img {
		width: 120px;
		height: 30px;
	}

	#header ul {
		width: 50%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	#header ul li {
		font-family: "Montserrat";
		font-size: 15px;
	}

	.hamburger {
		display: none;
	}

	.mobileMenu {
		display: none;
	}

	/* ............................................................................ */

	#banner {
		width: 100%;
		height: 75%;
		position: relative;
		top: 0%;
		box-shadow: 10px 0 10px rgba(0, 0, 0, 0.795);
		overflow: hidden;
	}

	.pc {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.mobile {
		display: none;
	}

	.banner-cover {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;
	}

	.banner-cover h2,
	.banner-cover h3,
	.banner-cover p {
		font-family: "Montserrat";
		color: white;
	}

	.banner-cover h2 {
		font-size: 40px;
	}

	.banner-cover h3 {
		font-size: 20px;
		margin-top: 20px;
	}

	.banner-cover p {
		font-size: 15px;
	}

	/* ............................................................................... */

	#services {
		width: 100%;
		height: 70%;
		/* margin-top: 5%; */
	}

	#services .container {
		display: none;
	}

	#services .container2 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	#services .container2 .box {
		width: 30%;
		height: 70%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10% 0;
		transition: 0.3s ease;
		position: relative;
	}

	#services .container2 .box h2 {
		font-family: "Montserrat";
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 10%;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
	}

	#services .container2 .box p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		width: 70%;
		text-align: center;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
	}

	#services .container2 .box a {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		width: 70%;
		text-align: center;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
		margin-top: 20px;
		text-decoration: underline;
	}

	.box3 {
		background-image: url(../images/lasermark.jpg);
		background-size: cover;
		background-position: center;
	}

	.box2 {
		background-image: url(../images/dizajn.PNG);
		background-size: cover;
		background-position: center;
	}

	.box1 {
		background-image: url(../images/vyroba.JPG);
		background-size: cover;
		background-position: center;
	}

	.bcCover {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.422);
	}

	/* .......................................................... */

	#about {
		width: 100%;
		height: 70%;
	}

	.box-about {
		width: 100%;
		height: 40%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.box-about h1 {
		font-family: "Montserrat";
		font-size: 60px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(56, 56, 165);
		transition: 0.3s ease-out;
	}

	.box-about div {
		width: 70%;
		height: 1.5px;
		background-color: black;
		transition: 0.3s ease-out;
	}

	.box-about2 {
		width: 100%;
		height: 50%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
	}

	.box-about2 p {
		font-family: "Montserrat";
		font-size: 15px;
		width: 50%;
		transition: 0.3s ease-out;
	}

	.box-about2 div {
		width: 350px;
		height: 170px;
		background-image: url(../images/freza_wm.JPG);
		background-size: cover;
		transition: 0.3s ease-out;
	}

	#about .link {
		margin-left: 5%;
		font-family: "Montserrat";
		font-size: 15px;
	}

	#technology {
		width: 100%;
		height: 60%;
		background-image: url(../images/napis.jpg);
		background-size: 100%;
		background-position: center;
		margin-top: 10%;
		transition: 0.3s ease-out;
	}

	.cover {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.514);
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.cover h1 {
		font-family: "Montserrat";
		font-size: 60px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(255, 255, 255);
		transition: 0.3s ease-out;
	}

	.cover p {
		font-family: "Montserrat";
		margin-left: 5%;
		font-size: 15px;
		width: 70%;
		color: white;
		transition: 0.3s ease-out;
	}

	#photogalery {
		width: 100%;
		height: 250%;
	}

	.box-photogalery {
		width: 100%;
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.box-photogalery h1 {
		font-family: "Montserrat";
		font-size: 60px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(56, 56, 165);
		transition: 0.3s ease-out;
	}

	.box-photogalery div {
		width: 60%;
		height: 1.5px;
		background-color: black;
		transition: 0.3s ease-out;
	}

	.box-photos {
		width: 100%;
		height: 17%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
	}

	.photo {
		width: 23%;
		height: 98%;
		margin: 10px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.photo p {
		font-family: "Montserrat";
		font-size: 20px;
		color: white;
		position: absolute;
		transition: 0.2s ease;
		top: 60%;
	}

	.photo1,
	.photo2,
	.photo3,
	.photo4,
	.photo5,
	.photo6,
	.photo7,
	.photo8,
	.photo9,
	.photo10,
	.photo11,
	.photo12,
	.photo13,
	.photo14,
	.photo15,
	.photo16 {
		background-size: cover;
		background-position: center;
	}

	.photo1 {
		background-image: url(../images/galeria/f01.JPG);
	}

	.photo2 {
		background-image: url(../images/galeria/f02.JPG);
	}

	.photo3 {
		background-image: url(../images/galeria/f03.JPG);
	}

	.photo4 {
		background-image: url(../images/galeria/f04.JPG);
	}
	.photo5 {
		background-image: url(../images/galeria/f05.JPG);
	}
	.photo6 {
		background-image: url(../images/galeria/f06.JPG);
	}
	.photo7 {
		background-image: url(../images/galeria/f07.JPG);
	}

	.photo8 {
		background-image: url(../images/galeria/f08.JPG);
	}
	.photo9 {
		background-image: url(../images/galeria/f09.JPG);
	}
	.photo10 {
		background-image: url(../images/galeria/f010.JPG);
	}
	.photo11 {
		background-image: url(../images/galeria/f011.JPG);
	}
	.photo12 {
		background-image: url(../images/galeria/f012.JPG);
	}
	.photo13 {
		background-image: url(../images/galeria/f013.JPG);
	}
	.photo14 {
		background-image: url(../images/galeria/f014.JPG);
	}
	.photo15 {
		background-image: url(../images/galeria/f015.JPG);
	}
	.photo16 {
		background-image: url(../images/galeria/f016.JPG);
	}

	#footer {
		width: 100%;
		height: 70%;
		display: flex;
		flex-direction: row-reverse;
	}

	#footer .right {
		width: 50%;
		height: 100%;
		padding: 0 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}

	.right li {
		font-family: "Montserrat";
		font-size: 15px;
		text-align: right;
		margin: 20px 0;
	}

	#footer .left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0 5%;
	}

	#footer .left img {
		width: 300px;
	}

	.left h3 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		margin: 20px 0;
		margin-left: 50px;
	}

	.left p {
		font-family: "Montserrat";
		font-size: 15px;
		margin-left: 50px;
	}

	.needed {
		margin-bottom: 30px;
	}
}

/*###########################################################################################  */
/*#########################################pc##########################################  */
/*###########################################################################################  */

@media screen and (min-width: 1281px) {
	#header {
		width: 100%;
		height: 10%;
		background-color: white;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
		position: fixed;
		z-index: 2;
		transition: 0.2 ease;
	}

	#header img {
		height: 50px;
	}

	#header ul {
		width: 50%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	#header ul li {
		font-family: "Montserrat";
		font-size: 18px;
	}

	.hamburger {
		display: none;
	}

	.mobileMenu {
		display: none;
	}

	/* ............................................................................ */

	#banner {
		width: 100%;
		height: 75%;
		position: relative;
		top: 0%;
		box-shadow: 10px 0 10px rgba(0, 0, 0, 0.795);
		overflow: hidden;
	}

	/* video {
		position: absolute;
		left: 0;
	} */

	.mobile {
		display: none;
	}

	.pc {
		width: 115%;

		position: absolute;
	}

	.banner-cover {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 5%;
	}

	.banner-cover h2,
	.banner-cover h3,
	.banner-cover p {
		font-family: "Montserrat";
		color: white;
	}

	.banner-cover h2 {
		font-size: 40px;
	}

	.banner-cover h3 {
		font-size: 20px;
		margin-top: 20px;
	}

	.banner-cover p {
		font-size: 15px;
	}

	/* ............................................................................... */

	#services {
		width: 100%;
		height: 70%;
		/* margin-top: 5%; */
	}

	#services .container {
		display: none;
	}

	#services .container2 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	#services .container2 .box {
		width: 30%;
		height: 70%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 10% 0;
		transition: 0.3s ease;
		position: relative;
	}

	#services .container2 .box h2 {
		font-family: "Montserrat";
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 10%;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
	}

	#services .container2 .box p {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		width: 70%;
		text-align: center;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
	}

	#services .container2 .box a {
		font-family: "Montserrat";
		font-size: 15px;
		font-weight: 500;
		width: 70%;
		text-align: center;
		transition: 0.3s ease;
		color: white;
		z-index: 2;
		margin-top: 20px;
		text-decoration: underline;
	}

	.box3 {
		background-image: url(../images/lasermark.jpg);
		background-size: cover;
		background-position: center;
	}

	.box2 {
		background-image: url(../images/dizajn.PNG);
		background-size: cover;
		background-position: center;
	}

	.box1 {
		background-image: url(../images/vyroba.JPG);
		background-size: cover;
		background-position: center;
	}

	.bcCover {
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.422);
	}

	/* .......................................................... */

	#about {
		width: 100%;
		height: 50%;
	}

	.box-about {
		width: 100%;
		height: 40%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.box-about h1 {
		font-family: "Montserrat";
		font-size: 60px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(56, 56, 165);
		transition: 0.3s ease-out;
	}

	.box-about div {
		width: 70%;
		height: 1.5px;
		background-color: black;
		transition: 0.3s ease-out;
	}

	.box-about2 {
		width: 100%;
		height: 50%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 5%;
	}

	.box-about2 p {
		font-family: "Montserrat";
		font-size: 15px;
		width: 50%;
		transition: 0.3s ease-out;
	}

	.box-about2 div {
		width: 550px;
		height: 270px;
		background-image: url(../images/freza_wm.JPG);
		background-size: cover;
		transition: 0.3s ease-out;
	}

	#about .link {
		margin-left: 5%;
		font-family: "Montserrat";
		font-size: 15px;
	}

	#technology {
		width: 100%;
		height: 40%;
		background-image: url(../images/napis.jpg);
		background-size: 100%;
		background-position: center;
		margin-top: 10%;
		transition: 0.3s ease-out;
	}

	.cover {
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.514);
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}

	.cover h1 {
		font-family: "Montserrat";
		font-size: 60px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(255, 255, 255);
		transition: 0.3s ease-out;
	}

	.cover p {
		font-family: "Montserrat";
		margin-left: 5%;
		font-size: 15px;
		max-width: 70%;
		color: white;
		transition: 0.3s ease-out;
	}

	#photogalery {
		width: 100%;
		height: 250%;
	}

	.box-photogalery {
		width: 100%;
		height: 20%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.box-photogalery h1 {
		font-family: "Montserrat";
		font-size: 60px;
		margin-left: 5%;
		font-weight: 500;
		color: rgb(56, 56, 165);
		transition: 0.3s ease-out;
	}

	.box-photogalery div {
		width: 60%;
		height: 1.5px;
		background-color: black;
		transition: 0.3s ease-out;
	}

	.box-photos {
		width: 100%;
		height: 17%;
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;

		flex-wrap: wrap;
	}

	.photo {
		width: 23%;
		height: 95%;
		margin: 10px 0;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.photo p {
		font-family: "Montserrat";
		font-size: 20px;
		color: white;
		position: absolute;
		transition: 0.2s ease;
		top: 60%;
	}

	.photo1,
	.photo2,
	.photo3,
	.photo4,
	.photo5,
	.photo6,
	.photo7,
	.photo8,
	.photo9,
	.photo10,
	.photo11,
	.photo12,
	.photo13,
	.photo14,
	.photo15,
	.photo16 {
		background-size: cover;
		background-position: center;
	}

	.photo1 {
		background-image: url(../images/galeria/f01.JPG);
	}

	.photo2 {
		background-image: url(../images/galeria/f02.JPG);
	}

	.photo3 {
		background-image: url(../images/galeria/f03.JPG);
	}

	.photo4 {
		background-image: url(../images/galeria/f04.JPG);
	}
	.photo5 {
		background-image: url(../images/galeria/f05.JPG);
	}
	.photo6 {
		background-image: url(../images/galeria/f06.JPG);
	}
	.photo7 {
		background-image: url(../images/galeria/f07.JPG);
	}

	.photo8 {
		background-image: url(../images/galeria/f08.JPG);
	}
	.photo9 {
		background-image: url(../images/galeria/f09.JPG);
	}
	.photo10 {
		background-image: url(../images/galeria/f010.JPG);
	}
	.photo11 {
		background-image: url(../images/galeria/f011.JPG);
	}
	.photo12 {
		background-image: url(../images/galeria/f012.JPG);
	}
	.photo13 {
		background-image: url(../images/galeria/f013.JPG);
	}
	.photo14 {
		background-image: url(../images/galeria/f014.JPG);
	}
	.photo15 {
		background-image: url(../images/galeria/f015.JPG);
	}
	.photo16 {
		background-image: url(../images/galeria/f016.JPG);
	}

	#footer {
		width: 100%;
		height: 40%;
		display: flex;
		flex-direction: row-reverse;
		margin-top: 0%;
	}

	#footer .right {
		width: 50%;
		height: 100%;
		padding: 0 5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
	}

	.right li {
		font-family: "Montserrat";
		font-size: 15px;
		text-align: right;
		margin: 20px 0;
	}

	#footer .left {
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 0 5%;
	}

	#footer .left img {
		width: 300px;
	}

	.left h3 {
		font-family: "Montserrat";
		font-size: 25px;
		font-weight: 500;
		margin: 20px 0;
		margin-left: 50px;
	}

	.left p {
		font-family: "Montserrat";
		font-size: 15px;
		margin-left: 50px;
	}

	.needed {
		margin-bottom: 30px;
	}
}
