@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
* {
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	font-weight: 200;
	box-sizing: border-box;
}
@keyframes fade-down {
	0% {
		opacity: 0;
		transform: translateY(-30px) scale(0.7);
	}
	100% {
		opacity: 1;
		transform: translateY(0px) scale(1);
	}
}
@keyframes fade-font {
	0% {
		transform: scale(0.85);
	
	}
	100% {
		transform: scale(1);
	
	}
}
@keyframes fade {
	0% {
		opacity: 0;
		
	
	}
	100% {
		opacity: 100%;
		
	
	}
}
@keyframes fadeProduct {
	0% {
		filter: brightness(0);
		
	
	}
	100% {
		filter: brightness(100%);
		
	
	}
}

@keyframes fade-right {
	0% {
		
		opacity: 0;
		transform: translateX(50px)  scale(1) ;
	}
	100% {
		opacity: 1;
		transform: translateX(0px) ;
	}
}
@keyframes fade-up {
	0% {

		transform: translateY(30px) scale(0.8);
	}
	100% {
	
		transform: translateY(0px) scale(1.0);
	}
	

}
@keyframes slide-up {
	0% {

		transform: translateY(20px) scale(0.8) ;
	}
	100% {
	
		transform: translateY(0px) scale(1);
	}
}
@keyframes pulse {
		0%{
		transform: scale(0.6);
	}
	100% {
		transform: scale(1);

	}
	}



.banner {
	width: 100%;
	height: 100vh;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background: url(zdjecia/museum2cut.png);
	background-size: cover;
	background-position: top;

}

b {
	font-weight: 400;
}

.navbar {
	
	
	width: 100%;
	margin: auto;
	padding: 60px 80px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	

}

.logo {
	font-size: 25px;
	color: rgb(255, 255, 255);
}

.langue img {
	width: 30px;
	margin: 0 3px;
}

.navbar-links {
	padding: 10px 30px;
	flex: 1;
	text-align: center;
}



.navbar ul li {
	list-style: none;
	display: inline-block;
	margin: 0 15px;
	position: relative;

	
	
}

.navbar ul li a {
	
	text-decoration: none;
	color: #000000;
	font-family: "Roboto Condensed";
	font-size: 16px;
	font-weight: 400;

	

}

.navbar ul li::after {
	content: '';
	height: 3px;
	width: 0;
	background: #b80909;
	position: absolute;
	left: 0;
	bottom: -10px;
	transition: 0.5s;
}

.navbar ul li:hover::after {

	width: 100%;
}

.navbar svg {
	display: none;
}
.content .arrow_div {
margin-top: 40vh;

}
.content {
	flex-direction: column;
	color: #141414;
	display: flex;
	margin: 20px 0;
	align-items: center;
	justify-content: center;
	
	text-align: center;
	

	font-size: 17px;
	font-family: 'Roboto';
	font-weight: 200;
}

.content h1 {
	margin-top: 0px;
	font-size: 65px;
	font-family: 'Roboto';
	
	font-weight: 300;
	letter-spacing: 0.02em;

	animation: fade-up 0.7s;

}

.content h2 {
	margin-top: -5px;
	width: 50%;
	font-size: 20px;
	font-family: "Roboto Condensed";
	font-weight: 400;
	animation: fade-up 1s;
	text-transform: capitalize;

}

.content p {
	margin-top: 0px;
	color: rgb(191, 191, 191);
	text-transform: capitalize;
}
.content  div {
	margin-top: 30vh;

	animation: fade-right 1s;
	animation-delay: 0.1s;
}
button a{
    text-decoration: none;
    font-family: 'Roboto Condensed';
    color: #ffffff;
    font-size: 15px;
}
button {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	margin: 10px 0px;
	border: none;
	border-radius: 5px;
	background: rgb(45, 45, 45);
	letter-spacing: 0.1em;
	color: white;
	font-family: 'Roboto Condensed';

	font-size: 15px;

}

.content .contact_button {
	width: 150px;
	padding: 10px 0;
	
	margin: 1px 0px;

	border-radius: 5px;
	background-color: #00000028;

	color: rgb(255, 255, 255);


	font-size: 15px;
}

.content .contact_button:hover {
	background-color: #00000047;
}

button:hover {
	border: none;
	background: #810606;

	transition: 0.5s;
}
#transparent {
	opacity: 0.5;
}
#transparent:hover {
	opacity: 1;
}





@media (max-width: 768px) {
	.container {
		flex-direction: column;
	}
	.system {
		height: 95vh;
	}
}
.system {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	height: 110vh;
	width: 100%;
	margin: auto;
	padding: 60px 10%;

	


	background-color: #0f0f0f;
}
.system  .gallery {
	padding: 30px 7%;
	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-gap: 8px;

	
}
.system h2{
	color: #ffffff;
	margin: 30px 0px;
	font-size: 72px;
font-weight: 100;
letter-spacing: 1px;
	padding: 30px;
	font-family: "Kanit";
	
	animation: fade-right;
    animation-timeline: view();
    animation-range: entry 0% cover 60%;

}
.system  .gallery h5 {
	color: #ffffff;
	font-size: 19px;
	margin-bottom: 10px;
}

.system .gallery img {
	
	height: 70%;
	object-fit: cover;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: transform 0.3s ease, 0.3s ease;
	opacity: 1;

}
.system .gallery img:hover {
	transform: scale(1.1);
	
}

/* advantages */

.advantages button {
	background: #810606;
}
.advantages button:hover {
	background: #81060600;
	border: 1px solid #ffffff;
}
.advantages {
	display: flex;
	
	align-items: center;
	flex-direction: column;
	height: 100%;

	width: 100%;
	margin: 0 auto;
	padding: 80px;
	
	color: #f6f6f6;
	background-color: #212121;
	
}

.box {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
	width: 80%;
	margin-bottom: 60px;
}
 .faq_box {
width: 90%;


}
.div_box {
	margin-left: 100px;
	width: 70%;
	height: 350px;
	background-color: #1a1a1a;
	border-radius: 10px;
	padding: 30px;
	text-align: left;
	color: #fefefe;
	
	
	}
	.div_box p {
		color: #dcdcdc;
		font-size: 26px;
		font-weight: 300;
		font-family: 'Roboto';
		width: 80%;
		margin-top: 100px;
	}
	
.advantages h2 {
	margin: 20px 20px;
	font-family: 'Oswald';
	font-size: 42px;
	font-weight: 300;

	animation: fade-up;
    animation-timeline: view();
    animation-range: entry 0% cover 60%;
}

.faq {
	max-width: 700px;
	margin-top: 2rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #373737;
	
	cursor: pointer;
	
}

.question {
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.question h3 {
	font-size: 1.3rem;
	font-weight: 400;
	color: #eeeeee;
	letter-spacing: 0.01em;
	font-family: 'Roboto Condensed';
}

.answer {
	max-height: 0;
	overflow: hidden;

	transition: max-height 1.4s ease;
}
.answer  p{
padding-top: 1rem;
line-height: 1.2;
font-size: 18px;
color: #dcdcdc;
font-weight: 300;
}
.faq.active .answer {
	max-height: 600px;
	animation: fade 1s ease-in-out;
}

.faq.active svg {
	transform: rotate(180deg);
}
.advantages svg {
	transition: transform 0.5s ease-in;
}


body {
	background-color: rgb(255, 255, 255);
	margin-bottom: 0;
}


/* galeria */

#galeria {
	background-color: #ffffff;
	width: 100%;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 90px;
	flex-direction: column;



}
.arrow_div {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;

	
}
.arrow_div svg {
	transform: translateY(-10px);
}
.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	grid-gap: 20px;
	padding: 50px 40px;
	margin-bottom: 95px;


}

#galeria h2 {
	margin-top: 80px;
	font-family: 'Oswald';
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 30px;
	color: rgb(0, 0, 0);

	animation: fade-right 1s;
    animation-timeline: view();
    animation-range: entry 0% cover 40%;
	
}
.arrow_div {
	animation: slide-up;
    animation-timeline: view();
    animation-range: entry 0% cover 60%;
}

.gallery img {
	width: 90%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: transform 0.3s ease, 0.3s ease;
	opacity: 0.4;

}

.gallery img:hover {
	opacity: 1;
}

.zdj h5 {
	text-decoration: none;
	color: rgb(0, 0, 0);
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto Condensed';
	margin: 20px;
	font-weight: 400;
	letter-spacing: 0.1em;


}

.gallery img:hover {
	transform: scale(1.1);
}

.zdj {
	margin: 15px 0;
}



/* product section */


.product {
	padding: 15px 0;
}
.row_product {
	padding-top: 40px;
	width: 60%;
	height: 100vh;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-evenly;

}

.column_product {
	flex-basis: 50%;
}

.slider {
	justify-content: center;
	height: 50vh;
	display: flex;


}

.preview img {

	height: 100%;
	border-radius: 10px;
	
}

.column_product h2 {
	font-size: 20px;
	font-family: 'Raleway';
	font-weight: 200;

}

.column_product h3 {

	font-size: 77px;
	font-family: "Kanit";
	font-weight: 100;

}

img #hiddenpic {

	opacity: 0.5;
}

.column_product h4 {
	font-size: 22px;
	font-weight: 300;

	font-family: 'Oswald';
	margin: 20px 10px;
}

.column_product ul {

	font-size: 16px;
	margin: 10px 10px;
}

.column_product ul li {
	color: #e3e3e3;
	font-weight: 300;
	list-style: none;
	margin-top: 3px;
}
.column_product ul li {
	font-family: 'Roboto Condensed';
	font-size: 17px;
}

.row_product button {
	margin: 20px 10px;
}

.options {
display: flex;
justify-content: center;
align-items: center;
	margin-bottom: 5%;
	
	

}

.options button {
	background-color: rgba(0, 0, 0, 0);
	color: rgb(78, 78, 78);
	font-weight: 300;
	font-family: 'Raleway';
	font-size: 16px;
	width: 35%;

	text-align: center;
	letter-spacing: 0.01em;


}

#button1 {
	color: green;
}

#Box1 {
	
	animation: fadeProduct 2s;
	background-color: #000000;
	color: white;


}

#Box2 {
	
	display: none;
	background-color: #8d8d8d;

	animation: fadeProduct 2s;
	color: rgb(246, 246, 246);

}

.options button:hover {
	color: rgb(255, 255, 255);
}

.containerr {
	display: flex;
	justify-content: center;
	/* Centers the items */
	align-items: flex-start;
	border-top: #ffffff;
	border-width: 1px;
	border-style: solid;
	/* Aligns items to the top */

	background-color: rgb(0, 0, 0);
	padding: 30px 0;

	box-sizing: border-box;
	gap: 30px;
	
	/* Sets the gap between items to 20px */
}

.containerr div {
	
	margin: 10px 0;
	padding: 25px 15px;
	/* Adjust padding as needed */
	color: white;

	

}
.containerr div p  {

	color: #ffffff98;
		animation: pulse 1s;
			animation-timeline: view();
			animation-range: entry 0% cover 60%;
	
}

.container_left {
	width: 20%;
	text-align: left;
}

.container_middle {
	width: 25%;
}
.container_right {
	width: 25%;
	/* Adjust width as needed */
}

h2,
h4,
p,
button {
	margin: 10px 0;
}

.container_left button {
	padding: 10px 20px;
	cursor: pointer;
	background: #810606;
	color: white;
	border: none;
	border-radius: 5px;
	width: 250px;
}

.container_left button:hover {
	background-color: #31050c;
}

.containerr h2 {
	letter-spacing: 0.02em;
	font-size: 30px;
	font-family: "Oswald";
	font-weight: 300;
}

.containerr h4 {
	font-size: 23px;
	font-weight: 300;
	font-family: 'Roboto Condensed';
}


/* scroll behaviour */

html {
	scroll-behavior: smooth;
}



#Box1 #primary {
	font-size: 15px;
	color: rgb(237, 237, 237);

}

#Box2 #secondary {
	font-size: 15px;
	color: rgb(255, 255, 255);
}




.container {
	background-color: #0f0f0f;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 120px 17%;
}

.container .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
}

.row section.col {
	display: flex;
	flex-direction: column;
}

.row section.left {
	flex-basis: 35%;
	min-width: 320px;
	margin-right: 60px;
	text-align: left;
}

.row section.right {
	flex-basis: 60%;
	
}

section.left .contactTitle h2 {
	position: relative;
	font-size: 43px;
	color: #ddd;


	display: inline-block;
	margin-top: 4vh;
	font-weight: 300;
	font-family: "Oswald";
	letter-spacing: 0.01em;
}

section.left .contactTitle p {
	text-align: left;
	font-size: 17px;
	color: #ccc;
	letter-spacing: 0.05em;
	line-height: 1.2;
	padding-bottom: 12px;
	font-family: 'Poppins';
	font-weight: 200;
}
.container .contactTitle h2{
	text-align: left;
	
}
section.left .contactInfo {
	margin-bottom: 10px;
}

.container .row .contactInfo hr {
	border: 1px solid rgb(255, 255, 255);
	width: 70%;
}

.contactInfo .iconGroup {
	display: flex;
	align-items: center;
	margin: 25px 0px;
}

.iconGroup .icon {
	width: 45px;
	height: 45px;

	border-radius: 50%;
	margin-right: 20px;
	position: relative;
}

.iconGroup .icon:hover {
	opacity: 0.4;
}

.iconGroup .icon i {
	font-size: 20px;
	color: #ddd;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.iconGroup .details span {
	display: block;
	color: #a2a2a2;
	font-size: 18px;
	font-family: 'Archivo';
	
	font-weight: 200;
}

.iconGroup .details span:nth-child(1) {
	text-transform: uppercase;
	color: #ccc;
}

section.left .socialMedia {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin: 22px 0px 20px;
}

.socialMedia a {
	width: 35px;
	height: 35px;
	text-decoration: none;
	text-align: center;
	margin-right: 15px;
	border-radius: 5px;
	background-color: dodgerblue;
	transition: 0.4s;
}

.socialMedia a i {
	color: #ddd;
	font-size: 18px;
	line-height: 35px;
	border: 1px solid transparent;
	transition-delay: 0.4s;
	
}

.socialMedia a:hover {
	transform: translateY(-5px);
	background-color: #1b1b1b;


}


/* Code for the right section (column) */

.row section.right .messageForm {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}

.row section.right .inputGroup {
	margin: 15px 0px;
	position: relative;
}

.messageForm .halfWidth {
	flex-basis: 48%;
}

.messageForm .fullWidth {
	flex-basis: 100%;
}

.messageForm input,
.messageForm textarea {
	width: 100%;
	font-size: 18px;
	padding: 6px 0px;
	border: none;
	color: #b2b2b2;

	background-color: #1e1e1e;
	outline: none;
}

.messageForm textarea {
	resize: none;
	height: 220px;
	display: block;
}

textarea::-webkit-scrollbar {
	width: 5px;
}

textarea::-webkit-scrollbar-track {
	background-color: #1e1e1e;
	border-radius: 15px;
}

textarea::-webkit-scrollbar-thumb {
	background-color: dodgerblue;
	border-radius: 15px;
}

.inputGroup label {
	position: absolute;
	left: 0;
	bottom: 2px;
	color: #888;
	font-size: 18px;
	transition: 0.4s;
	pointer-events: none;

}

.inputGroup label input {
	border: none;
	border-radius: 5px;
}

.inputGroup:nth-child(4) label {
	top: 5px;
}

.inputGroup input:focus~label,
.inputGroup textarea:focus~label,
.inputGroup input:valid~label,
.inputGroup textarea:valid~label {
	transform: translateY(-30px);
	font-size: 16px;

}



.inputGroup button {
	padding: 8px 16px;
	font-size: 18px;
	background-color: dodgerblue;
	color: #ddd;
	border: 1px solid transparent;
	border-radius: 8px;
	outline: none;
	cursor: pointer;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
	transition: 0.4s;
}

.inputGroup button:hover {
	background-color: #2e2e2e;
	color: dodgerblue;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
	border: 1px solid dodgerblue;
}

.options svg {
	filter: invert(0);

}

#footer {
	display: flex;
	align-items: center;
	
	text-align: center;
	width: 100%;
	background-color: #000000;
	height: 100px;
	color: white;
	font-family: "Roboto Condensed";
	letter-spacing: 0.05em;
	
	justify-content: space-evenly;
	
}

#footer ul li {
	list-style: none;
	display: inline-block;
	margin: 0 20px;
}

#footer ul li a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	font-weight: 300;
}

#footer ul li a:hover {
	color: #810606;
}

.skyworker {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	
	background-image: url(zdjecia/skyworkercut.png);
	width: 100%;

	background-repeat: no-repeat;
	height: 78vh;
	background-size: cover;
	background-position: top;
	background-attachment: scroll;
	filter: brightness(80%);


}

.skyworker button
{
	margin-top: 0vh;
background-color: #0000003c;
border: 1px solid #ffffff;

}
.skyworker button:hover {
	background-color: #00000000;
}
.skyworker div  {
	flex-direction: column;
	color: #ffffff;

	margin-top: 35vh;
	text-align: center;
	
	
	
	
}

.skyworker h2 {
	text-transform: uppercase;
	font-size: 36px;
	font-family: 'Archivo';
	
	font-weight: 300;

	animation: fade-right;
    animation-timeline: view();
    animation-range: entry 0% cover 60%;
	
}
.skyworker p {
	font-weight: 300;
	font-size: 24px;
	font-family: 'Roboto Condensed';
}

.skyworker button {

width: 50%;}


  .half {
	width: 100%;
	height: 5vh;
	display: flex;
	flex-direction: row;
	
	justify-content: space-between;
	
}
.half1 {
	width: 50%;
}

/* RESPONYSWNOSC*/


/* Komputer */
@media(max-width: 1800px) {
	.container {
	
		padding: 100px 10%;
	}
	
	
}
@media(max-width: 1600px) {
	.container {
	
		padding: 100px 8%;
	}
	
	.content {
		margin: 0px 0;
	}
	
	
}
@media(max-width: 1530px) {
	.container {
	
		padding: 100px 7%;
	}
	
}
@media(max-width: 1440px) {
	.container {
	
		padding: 100px 5%;
	}
	.slider {
		height: 36vh;
	}
	.content {
	margin-top: 0px;
	}
	
}
@media(max-width: 1390px) {
	.container {
	
		padding: 100px 4%;
	}
	.content {
 
        transform: scale(0.8);
	}

	
	.content h2 {
 
        transform: scale(0.9);

	}
	
	
	
}
@media(max-width: 1250px) {
	.slider {
		height: 36vh;
	}
			inputGroup .half {
			padding: 30px;
		}
}
@media(max-width: 1150px) {
						  .half {
						  	width: 90%;
			
						  	display: flex;
						  	flex-direction: row;
						  	justify-content: space-between;
						  }

}


/*tablet*/



@media(max-width: 1054px) {

	inputGroup .half {
		margin: 5px 20px;
		}

	
	.messageForm .halfWidth {
		flex-basis: 100%;
	}
	.slider {
		height: 34vh;
		margin: 0 20px;
	}

	.navbar ul li {

		margin: 0 15px;

	}

	.navbar {
		width: 100%;

		padding: 35px;


	}

	.contactInfo .iconGroup {

		margin: 15px;
	}

	.containerr {
		height: 100%;
		display: flex;
		flex-direction: column;
		padding: 25px;
		justify-content: center;
		align-items: center;
		gap: 20px;
		/* Sets the gap between items to 20px */
	}


	.containerr div {
		text-align: center;
		width: 70%;
		padding: 5px 45px;
		/* Adjust padding as needed */


	}
	.box {
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0px;
	}
	.faq_box {
		margin-top: 40px;
	}
	.div_box {
		margin-left: 0px;
		width: 100%;
		height: 250px;
		background-color: #000000dd;
		border-radius: 10px;
		padding: 25px;
		text-align: left;
		color: #ffffff;

		
		}

		
		.advantages h2 {
			margin: 0px 10px;
			margin-top: 40px;
			
			font-size: 34px;
			

			font-weight: 400;
		}
}

@media(max-width: 950px) {

	  .half {
	width: 100%;
	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
	.system {
		height: 80vh;
	}
	.slider {
		height: 37vh;
	
	}

	.gallery {
		
		grid-gap: 35px;
	}
	#galeria {
		padding: 30px 40px;
	}
	.container .row {
		flex-wrap: wrap;
	}

	.row section.left,
	.row section.right {
		flex-basis: 100%;
		margin: 0px;
	}

	.advantages .parent {
		flex-direction: column;
	}

	.advantages {
		
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 20px;
	}

	.navbar ul li {

		margin: 0 12px;

	}
	
	.contactInfo .iconGroup {

		margin: 15px 5px;
	}

	.container {
		padding: 100px 5%;
	}

	
	.content {
	
        margin-top: -20px;
        transform: scale(0.8);

	}
}

/* MOBILE RESOLUTION */
@media (max-width: 800px) {
.navbar ul li a {
	
	color: white;
}

.options button {
	
	font-size: 12px;
	width: 38%;

	


}
.content h2  {
	font-size: 23px;
	
	
}
.content {
	
	margin: 20px 0;
	transform: scale(1.0);
	
}
	.system {
		height: 105vh;
	}
	
	.logo {
		font-size: 17px;
	
	}
	.gallery img {
		width: 100%;
	}
	.column_product {
		text-align: center;
	}
	.column_product ul li  {
		
		font-size: 17px;
	}

	.inputGroup label {
		width: 100%;

		padding: 0px 0px;

	}

	.row section.right .inputGroup {
		margin: 15px 0;
	}

	.inputGroup {
		margin: 10px 20px;
	}

	.logo img {
		display: none;
	}
	
	.container {
		flex-direction: column;
		/* Stack items vertically */
		align-items: center;
		/* Center items horizontally */

		gap: 1px;
	}

	.container h2 {
		font-size: 36px;

	}

	.container h2 {
		font-size: 35px;
		font-family: "Raleway";
		font-weight: 200;
	}

	.container h4 {
		font-size: 25px;
		font-weight: 400;
		font-family: 'Oswald';
	}

	.row {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	.column {
		width: 90%;
	}

	.container_left {
		margin-top: 40px;
		text-align: left;
		margin-bottom: 20px;
	}

	.container div {
		width: 100%;
		/* Make divs take most of the screen width */

		height: auto;
		/* Adjust height */
		padding: 0px;
		/* Adjust padding */
	}

	button {
		width: 100%;
		/* Make button take full width */
		padding: 10px;
		/* Adjust padding */
	}

	.navbar ul li {
		display: block;
	}


	.content h1 {

		font-size: 46px;

	}

	.content h2 {
		font-size: 18px;
		width: 350px;

	}

	.content p {
		font-size: 15px;
		width: 350px;
	}

	.contactInfo .iconGroup {

		margin: 5px;
	}

	.container {
		padding: 10px 5%;
	}

	 .navbar-links {

		position: absolute;
		background-color: #000000;
		height: 100vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}

	.navbar svg {
		display: block;
		color: white;
		margin: 10px;
		font-size: 22px;
		cursor: pointer;
	}

	.navbar ul li {
		margin-top: 20px;


	}

	.text h3 {


		font-family: "Raleway";
		font-weight: 100;


		font-size: 45px;
	}

	.row_product button {
		margin: 10px;
	}

	.slider {
		height: 25vh;
		transform: translateY(200px);

	}

	.text {
		transform: translateY(-350px);
	}

	.options {
		transform: translateY(170px);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

	}

	.row_product {

		width: 90%;
		flex-direction: column;
		height: 110vh;
	}

	

	.gallery {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	}

	.containerr {
		display: flex;
		flex-direction: column;
	}

	.containerr div {
		width: 100%;
		margin: 10px 20px;
		gap: 10px;
	}

	#galeria {
		min-height: 100vh;
	}

	#footer {
		flex-direction: column;
		height: 30vh;

	}

	#footer ul li {
		display: block;
		bottom: 0;
		
		margin: 10px;
	}

	#footer div h3 {
		margin-top: 10px;
	}

}


@media (max-width: 1000px) {

	.navbar ul li a {
		font-size: 14px;
	}

	

	

	.gallery {
		grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
	}

	.advantages p {
		font-size: 16px;
	}

	.gallery h5 {
		font-size: 14px;
		letter-spacing: 0.1em;
	}

	.slider {
		height: 38vh;
		margin: 10px 0px;
	}

	.text h3 {
		font-size: 30px;
	}

	.column_product h3 {
		margin-top: 10px;
		font-size: 72px;
	}

	.column_product h2 {

		font-size: 15px;
	}

	.column_product h4 {
		margin: 10px 5px 0 0px;
	}

	.column_product ul {
		margin: 10px 24px;
	}

}

@media (max-width: 1200px) {
	.text h3 {
		font-size: 55px;
	}

}


@media(max-width: 800px) {
.banner {
		background-attachment: scroll;

	}

	.column_product h3 {
		margin-bottom: 20px;
	}

	.contactInfo .iconGroup {

		padding: 5px;
	}

	

	.contactInfo hr {
		margin-top: 18px;
	}

	.container {
		padding: 20% 10%;
	}

	#galeria {
		min-height: 100vh;
		padding-bottom: 70px;
	}

	#Box1 .slider {
		padding: 15px 10px;
		margin-bottom: 30px;
	}

	#Box2 .slider {
		padding: 25px 10px;
		margin-bottom: 30px;
	}

	


}

@media(max-width: 780px) {
	.system {
height: 120vh;
}

@media(max-width: 500px) {

	.system {
		height: 195vh;
	}
}	
@media(max-width: 432px) {


	.content {
            margin: 65px 0;
	}
	.system {
		height: 190vh;
	}

	
	.text {
		transform: translateY(-50vh);
	}
	.containerr {
		height: 100vh;
	}
	
	.slider {
		height: 40vh;
		margin: 0px 15px;
		padding: 0;
	}

	.text h3 {
		font-size: 20px;
	}

	.column_product h3 {
		margin: 10px 20px;
		font-size: 62px;
	}

	.column_product h2 {

		font-size: 16px;
	}
	#Box1 .slider {
		padding: 0px;
		margin-bottom: 30px;
	}
	#Box2 .slider {
		padding: 0px 0px;

		
	}
	#Box2 .column_product h3 {
		font-size: 55px;
	}
	.row_product {
		height: 125vh;
	}
	#Box2 .column_product .list button {
		text-align: center;
		width: 250px;
	}
#Box1 .column_product .list button {
		text-align: center;
		width: 250px;
	}


	

}
@media(max-width: 376px) {
	.content {
            margin: 30px 0;
	}

	.system {
		height: 190vh;
	}
	.row_product {
		height: 125vh;
	}
	#Box1 .text {
		transform: translateY(-360px);
	}
}

@media(max-width: 350px) {
	.navbar-links {

		position: absolute;
		background-color: #000000;
		height: 100vh;
		width: 200px;
		top: 0;
		right: -200px;
		text-align: left;
		z-index: 2;
		transition: 1s;
	}
	.containerr {
		height: 100vh;
		
	}
	
	

}
}