@charset "UTF-8";
/*import fontu*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Fredoka:wdth,wght@85.3,300..700&family=Pixelify+Sans:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Signika+Negative:wght@300..700&display=swap');

/*selektory globalne*/
*{
    transition: 1s;
    box-sizing: border-box;
}
html{
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
	scroll-behavior: smooth;
}
body{
    font-size: 1.6rem;
}
h1{
    font-family: "Cinzel Decorative", serif;
	font-size: 96px;
}
h2{
	font-family: "Cinzel Decorative", serif;
	font-size: 40px;
}
h3{
	padding: inherit;
	font-size: 24px;
}
h4{
	padding: inherit;
	font-size: 16px;
}
h5{
	font-family: "Cinzel Decorative", serif;
	font-size: 30px;
}
h6{}

img{max-width: 100%;}
img{max-width: 100%;}
a{
    text-decoration: none;
    color: inherit;
}
p{
	padding-top: inherit;
    line-height: 140%;
	font-size: 18px;
}

/*nav mobile*/

.burger{
	position: fixed;
	top: 2rem;
	right: 3rem;
	font-size: 5rem;
	color: white;
	padding: 0 .7rem .7rem;
	border-radius: 0.5rem;
	cursor: pointer;
	z-index: 5;
}
.nakladka{
	background-color: #1AAB9B;
	color: #FFE0E0;
	z-index: 6;
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nakladka ol{
	/*background-color: cadetblue;*/
	text-align: center;
	width: 100%;
	
}
.nakladka ol li{
	margin-bottom: 1rem;
}
.nakladka ol li a{
	/*background-color: aqua;*/
	display: block;
	padding: 2rem;
}
.nakladka ol li a:hover{
	background-color: #222;
}
.zamknijX{
	position: absolute;
	top: 2rem;
	right: 2rem;
	font-size: 5rem;
	padding: 0 1.25rem .6rem;
	
}
/*nav*/
nav{
    background-color: #222;
    padding: 1rem;
    display: flex;
    justify-content: center;position: fixed;
	width: 100%;
	color: aliceblue;
}
nav ol{
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    
}

nav ol li{}
nav ol li a{}
nav ol li a:hover{}
nav ol li a:hover{}

/* nav mobile*/


/*sekcje*/

section{
	
	/*background: #030A16;*/
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem;
	color: white;
	
}
.zawartosc{
	max-width: 1400px;
	width: 100%;
	display: flex;
	gap: 2rem;
}

/*
#nawigacja{
	background-color: #030A16;
	min-height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between; 
	padding: 0 20px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#nawigacja h2{
	color: white;
	text-align: center;
	flex-grow: 1
	
}
*/
#pierwsza {
	/*background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(3,10,22,1)),
	url("../img/tlo.webp") no-repeat center center;*/
	background-size: cover;
	color: white;
	text-align: center;
	background-color: #020c18;
	
}
#pierwsza #sekcja1bg img{
	position:absolute;
	align-items: center;
	justify-content: center;
	left: 0px;
	width: 100%;
	top: -400px;
	mask: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,1),rgba(0,0,0,1),rgba(0,0,0,1),rgba(0,0,0,1),rgba(0,0,0,1), rgba(0,0,0,0));
	z-index: 2;

}

#pierwsza linia{

	padding: 15px;
	width: 350px;
	border-top: 1px solid white;
	margin-top: 20px;

	
}
.hero {
	flex-direction: row;
	justify-content: right;
	align-items: center;
	padding: 4rem 2rem;
	gap: 5rem;
	z-index: 2;
	
	
}

.hero-text {
	display: flex;
	flex-direction: column;
	max-width: 50%;
	text-align: right;
	align-items: flex-end;
}

.carousel-wrapper {
	position: relative;
 	max-width: 70%;
 	width: 100%;
 	height: 500px;
 	overflow: hidden;
 	border-left: 1px solid #00ffff; 
 	border-radius: 1rem 0 0 1rem;
 	box-shadow: inset 0 0 20px rgba(0,255,255,0.2);
}

.carousel {
	display: flex;
	width: 300%;
	height: 100%;
	animation: animate-it 15s infinite;

}


.carousel img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	
	
}

@keyframes animate-it { 
0%{
	transform: translateX(0%);

}

45%{
	transform: translateX(-60%);
	
}
	
70%{
	transform: translateX(-96%);
	
}
	


	
}
.subject {
  animation: animate-it linear;
  animation-timeline: scroll(root block);
	animation-duration: 20s;
}


.hero h1 {
	font-size: 10rem;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
}

.hero h4 {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.2rem;
	margin-bottom: 2rem;
}

.hero h3 {
	font-size: 2.2rem;
	font-weight: 400;
	margin-bottom: 2rem;
}

.hero-img {
	max-width: 500px;
	border-radius: 1rem;
	box-shadow: 0 0 20px rgba(0, 255, 255, 0.4);
}

/* DRUGA SEKCJA STYLING */
#druga {
	background: rgb(1,9,15);
    background: linear-gradient(180deg, rgba(1,9,15,1) 0%, rgba(103,117,151,1) 100%);
}

#druga img{
	mix-blend-mode: screen;
	position: fixed;
	z-index: 1;
	bottom: 10px;
	width: 500px;
	right: 300px;
	opacity: 50%;

	
}

#druga .sekcja {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
	/*padding: 4rem 2rem;*/
}

.meduza-box{
	/*background-color: aqua;*/
	justify-content: space-between;
	align-items: flex-start;
	max-width: 39rem;
	
}

#druga linia2{
	align-items: flex-start;
	padding: 15px;
	width: 350px;
	border-top: 1px solid white;
	margin-top: 20px;
}

#druga linia3{
	align-items: flex-start;
	padding: 15px;
	width: 350px;
	border-top: 1px solid white;
	margin-top: 20px;
}

#druga linia4{
	align-items: flex-start;
	padding: 15px;
	width: 350px;
	border-top: 1px solid white;
	margin-top: 20px;
}

#druga h5 {
	/*background-color: blueviolet;*/
	height: 70px;
}
#druga p {
	
	margin-top: 4rem;
	/*background-color: brown;*/
	color: white;
	line-height: 1.6;
	/*font-size: 20;*/
}

#br {
	gap: 2rem;
}
#trzecia {
	background: #657495;
    background: linear-gradient(180deg,rgba(101, 116, 149, 1) 0%, rgba(55, 114, 142, 1) 100%);
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    padding: 2rem;
}

.galeria {
	max-width: 1400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
	padding: 3rem;
	align-items:flex-start;
	z-index: 2;
	
}

.text {
	/*background-color: darkmagenta;*/
    max-width: 600px;
	align-items:flex-start;
    text-align: left;
	padding: 4rem;
}

.images {
	/*background-color: darkkhaki;*/
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.images img {
    width: 500px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.images img:hover {
    transform: scale(1.1);
    filter: hue-rotate(100deg);
}

#czwarta{
	background: #38728E;
	background: linear-gradient(180deg,rgba(56, 114, 142, 1) 0%, rgba(1, 9, 15, 1) 100%);
}

#czwarta .zawartosc{
display: flex;
flex-direction: column;
}

#czwarta .zawartosc #czwarta-slider{
    display: flex;
    flex-wrap: nowrap;
    gap:3rem;
    overflow: scroll;
    justify-content: flex-start;
    padding: 0 2rem;
	z-index: 2;
}
#czwarta .zawartosc #czwarta-slider article{
    flex:0 0 1100px;
    background-color:#2F3135;
    display: flex;
    height: 650px;
    width: 1500px;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;}

 #czwarta .zawartosc #czwarta-slider article img{
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: top;
    
 }


 /* width */
 #czwarta .zawartosc #czwarta-slider::-webkit-scrollbar {
    width: 0;
    scrollbar-width: thin;
    

}

/* Track */
#czwarta .zawartosc #czwarta-slider::-webkit-scrollbar-track {
background: #2F3135;
margin:  0 20vw 0 20vw ;
border-radius: 1rem;

}

/* Handle */
#czwarta .zawartosc #czwarta-slider::-webkit-scrollbar-thumb {
background: #00748C;
border-radius: 1rem;
}

/* Handle on hover */
#czwarta .zawartosc #czwarta-slider::-webkit-scrollbar-thumb:hover {
background: white;
}

#stopka{
	background-color: #020c18;
	color: #FFFFFF;
	flex-direction: column;
	min-height: 477px;
	
}

#stopka h3{
	margin-top: 6.2rem;
	font-size: 1rem;
}
 
#stopka b{
	color: #26338F;
	font-weight: bolder;
	text-decoration: underline;
	
}


#stopka .copyrigth p{
	padding: 2rem;
	color: #464646;
	font-size: 0.9rem;
	 text-align: center;

}

#stopka .zawartosc {
	/*background-color: aqua;*/
  display: flex;
  justify-content: center;
 column-gap: 18rem;
	
}

#stopka .footer-column {
  /*background-color: green;*/
 
	
}

 .footer-column h2 {
/*background-color: burlywood;*/
  font-size: 28px;
  margin-bottom: 20px;
  color: #ffffff;
  letter-spacing: 1px;
}

#stopka .zawartosc p {
	/*background-color: darksalmon;*/color: white;
	font-size: 15px;
 	margin: 5px ;
  line-height: 1.6;
	padding: 0;
}

#stopka .contact-info{
	/*background-color: cornflowerblue;*/
	padding: 50px;
  margin-top: 2rem;
  font-weight:bold;
}


/*************************************************************************/
/*RWD*/

@media all and (max-width: 600px){
	.burger{
		display: block;
		z-index: 5;
	}
	 
	#pierwsza{
		align-items: center;
		justify-content: center;
		text-align: center;
		min-height: 75vh;
		
	}
	.nakladka{
/*		min-width: 100%;*/
	}
	nav {
		display: none;
		
	}

	#nawigacja h2{
	font-size: 24px;
	}

	.zawartosc {
		flex-direction: column;
	}

	.hero-text{
		font-size: 30px;
		align-items: center;
		justify-content: center;
		max-width: 80%;
		text-align: center;
		gap: 1rem;
	}

	.hero h1 {
	font-size: 60px;
	}
	.hero h3{
		font-size: 20px;
	}
		.carousel-wrapper{
		position: relative;
 		max-width: 70%;
 		width: 100%;
 		overflow: hidden;
 		border: none; 
 		border-radius: 0;
 		box-shadow: none;
		height: 100%;
	}
 	 
	.zawartosc-hero{ 
		align-items: center;
		text-align: center;

	}
 	 #meduza-section {
    	grid-template-columns: repeat(3, 1fr);
  	}

	#druga .zawartosc {
		/*background-color: aqua;*/
		justify-content: center;
		align-items: center;
	}
	#trzecia{
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 2rem;
	}
	.galeria {
        flex-direction: column;
		max-width: 100%;
    	gap: 0rem;
		height: 50%;
		align-items:center;
		padding:0;
		
    }
	#trzecia .text{
		align-items: center;
		justify-content: center;
		max-width: 100%;
		text-align:left;
		gap: 1rem;
		padding: 0;
	}
	#trzecia h5{
		margin-bottom: 4rem;
	}

	#trzecia p{
		margin-bottom: 4rem;
	}
	
    .images {
		max-width: 100%;
        grid-template-columns: repeat(2, 1fr); /* Siatka 2x2 pozostaje */		
		gap: 1rem;

    }
	
	.images img{
		max-width: 100%;
    	height: 100%;
	}
	#czwarta{
	background: #38728E;
	/*background: linear-gradient(180deg,rgba(56, 114, 142, 1) 0%, rgba(1, 9, 15, 1) 100%);*/
	/*background-color: red;*/
	min-height: 60vh;
	max-width: 100%;
}

	#czwarta .zawartosc #czwarta-slider{
		padding: 0 ;
	}
	#czwarta .zawartosc #czwarta-slider article{
		
		max-height: 100%;
		max-width: 100%;
		height: 200px;
		width: 100%;
	}

	#czwarta .zawartosc #czwarta-slider article img{
		max-height: 100%;
		max-width: 100%;
		height: 100%;
		width: 100%;
	}

	#stopka{
		padding:4rem;
	}
}
