@charset "utf-8";
/* CSS Document */
*{
	transition: 400ms;
} /* "*" dotyczy wsyztskich elementów*/

@font-face {
  font-family: 'Roboto Condensed';
  src: url('../font/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}



body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; 
  font-style: normal; 
}




.burger{
    display: none;
    position: fixed;
    top: 2rem;
    right: 2rem;
    font-size: 4rem;
    color: #fff;
    backdrop-filter: blur(5px); 
	padding: .6rem;
    border-radius: 1rem;
    cursor: pointer;
    z-index: 1;
}
.nakladka{
    background-color: #EF0307;
    opacity: .9;
    color: #fff;
    position: fixed;
    z-index: 2;
    top: 0;
    bottom:0 ;
    right: 0;
    width: 0%; 
    overflow: hidden; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.nakladka ol{
    /*background-color: yellow;*/
    text-align: center;
    width: 100%;
}
.nakladka ol li{
    margin-bottom: 1rem;
}
.nakladka ol li a{
    /*background-color: blue;*/
    display: block;
    padding: 2rem;
}
.nakladka ol li a:hover{
    background-color: #333;
}


nav{
	
	
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0.7rem;
	z-index: 1;
	max-width: 100%;
	position: fixed;
	left: 0%;
	backdrop-filter: blur(25px); 
	
	
}
nav ol{
	
	
	max-width: 1200px;
	display: flex;
	justify-content: center;
	gap: 4vw;
	
	
}
nav ol li a{
	
	
	color: white;
	padding: 8px;
	display: block; 
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
    transition: all 0.3s ease-in-out;

}



/* Podkreślenie animowane */
nav ol li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: cadetblue;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

nav ol li a:hover::after {
    width: 100%;
    left: 0;
}

/* Zmiana koloru tła */
nav ol li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    transform: translateY(-3px); /* Efekt uniesienia */
}


section{
	
	min-height: 95vh; 
	display: flex;
	align-items: center;
	scroll-margin-top: 5.4rem;
    max-width: 100%;
}





#pierwsza {
    position: relative;
    background: url("../img/sekcja1-tlo.jpg");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 97vh;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Przesuwa tekst na dół */
    align-items: center;
    overflow: hidden;
    padding-bottom: 50px; /* Dodatkowy odstęp od dołu */
}

#pierwsza h1 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    opacity: 60%;
    font-size: 12vw;
    color: whitesmoke;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 4vw;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 20px; /* Przesuwa niżej */
}

#pierwsza .zawartosc h2 {
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 2vw;
    font-weight: 400;
    letter-spacing: 3vw;
    backdrop-filter: blur(2px);
    margin-bottom: 50px; /* Dodatkowy odstęp */
}




#druga {
    background-image: url("../img/water.jpg");
    background-size: cover; 
    background-position: center ;
    background-repeat: no-repeat;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5vw; 
    box-sizing: border-box;
	position: relative; /* Potrzebne dla absolutnego pozycjonowania napisu */
    overflow: hidden; /* Zapobiega przesuwaniu ekranu */

}


#druga .zawartosc {
    max-width: 800px;
    padding: 4rem;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	line-height: 1.3rem;
	border-right: solid 1px white;
	
}


#druga h2 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
	line-height: 1.4;
}






#druga p {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 300;
	text-align: justify;
	padding: 15px 0 30px 0;
}

/* Stylowanie przycisku */


#druga #przycisk button:hover {
    background-color:#11468F;
    transform: scale(1.1);
}





#trzecia {
    background-image: url("../img/BYE.jpg");
    background-size: cover; 
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 5vw; 
    box-sizing: border-box;
	position: relative; /* Potrzebne dla absolutnego pozycjonowania napisu */
    overflow: hidden; /* Zapobiega przesuwaniu ekranu */

}


#trzecia .zawartosc {
    max-width: 800px;
    padding: 4rem;
    backdrop-filter: blur(5px); 
    border-radius: 15px;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	line-height: 1.3rem;
	border-right: solid 1px white;
	
}


#trzecia h1 {
    font-size: 2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
	line-height: 1.4;
}






#trzecia p {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 300;
	text-align: justify;
	padding: 15px 0 30px 0;
}

/* Stylowanie przycisku */
#trzecia #przycisk button {
    background-color: #193450;
    font-family: inherit;
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 50px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#trzecia #przycisk button:hover {
    background-color:#11468F;
    transform: scale(1.1);
}



#czwarta {
    background:url("../img/tlo.jpg");
    background-size: cover;
    display: flex;
    background-position: right;
    justify-content: flex-start;

	
}
#czwarta .zawartosc {
    max-width: 600px;
    margin: 5%;
    padding: 4rem;
    backdrop-filter: blur(15px); 
  	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	line-height: 3.3rem;
	border: solid 3px aqua;
}


#czwarta h1 {
    
	color: aqua;
	font-size: 6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
	line-height: 1.4;
	text-align: right;
}


#czwarta h2 {
	
	color: aqua;
	font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
	line-height: 1.4;
	
	}

#czwarta p {
    color: white;
	font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 300;
	padding: 15px 0 30px 0;
	
}


#piata {
    
	background:url("../img/tlosekcji5.jpg");
	background-size: cover;
    display: flex;
    justify-content: flex-end;

	
}

#piata .zawartosc {
    
	
	max-width: 600px;
    margin: 5%;
    padding: 4rem;
	backdrop-filter: blur(15px); 
  	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
	line-height: 3.3rem;
	border: solid 3px aqua;
	
}


#piata h1 {
    
	color: aqua;
	font-size: 6rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
	line-height: 1.4;
	text-align: right;
}

#piata h2 {
	
	color: aqua;
	font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
	line-height: 1.4;
	
	}

#piata p {
    
	color: white;
	font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 300;
	padding: 15px 0 20px 0;
	
}





	footer {
    background-color: black;
    color: white;
    height: 200px;
    display: flex;
    justify-content: center;
	align-content: center;
	flex-direction: column;
	border-top: solid 20px #048AB3;
	opacity: 0;
    
    animation: fadeInFooter 1s ease-out forwards;
	}

@keyframes fadeInFooter {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.footer-links a {
    color: #FFFFFF;
    font-size: 22px;
    position: relative;
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Efekt hover */
.footer-links a:hover {
    color: #048AB3; /* Żółty akcent */
    transform: scale(1.1);
}

/* Animowane podkreślenie */
.footer-links a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    width: 0;
    height: 2px;
    background-color: #048AB3;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
	
}

.footer-links a:hover::after {
    width: 100%;
    left: 0;
}




.footer-content {
    display: flex;
    justify-content: center;
    align-content: center;
	background-color: black;
	width: 100%;
	color:white;
	padding: 10px 0 10px;
}

footer p {
    margin: 0;
    font-size: 18px;
	
}
.footer-links {
    display: flex;
    flex-wrap: wrap;
	gap: 50px;
    margin: 10px;
    align-items: center;
	justify-content: center;
	

}

.footer-links a {
    
    color: #FFFFFF;
    font-size: 22px;
    
}






/*RWD*/



@media (max-width: 768px) {
    nav {
        display: none;
    }

    .burger {
        display: block;
    }

    .nakladka {
        background-color: #002F6C; /* granatowe tło */
        flex-direction: column;
       
    }

    .nakladka ol li a {
        font-size: 1.5rem;
        color: white;
        text-transform: uppercase;
        transition: background-color 0.3s;
    }

    .nakladka ol li a:hover {
        background-color: #004080;
		
    }

    .zamknijX {
        font-size: 4rem;
        color: white;
    }
}

@media (max-width: 768px) {
    #pierwsza {
        padding-bottom: 30px;
    }

    #pierwsza h1 {
        font-size: 15vw;
        letter-spacing: 2vw;
        margin-bottom: 10px;
    }

    #pierwsza .zawartosc h2 {
        font-size: 3vw;
        letter-spacing: 1vw;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    
	#druga {
        justify-content: center; 
        text-align: center;
        padding: 0 8vw;
        width: 100vw; 
    }

    #druga .zawartosc {
        padding: 2rem;
        width: 100%; 
        max-width: 90vw; 
    }

    #druga h1 {
        font-size: 2rem;
    }

    #druga p {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    #trzecia {
        justify-content: center; 
        text-align: center;
        padding: 0 8vw;
        width: 100vw; 
    }

    #trzecia .zawartosc {
        padding: 2rem;
        width: 100%; 
        max-width: 90vw; 
    }

    #trzecia h1 {
        font-size: 2rem;
    }

    #trzecia p {
        font-size: 1rem;
    }
}



@media (max-width: 768px) {
    #czwarta {
        justify-content: center; 
        padding: 0; 
		width: 100vw; 
        overflow-x: hidden; 
	}
    #czwarta .zawartosc {
        width: 100%; 
        max-width: 100%;
        padding: 2rem;
	}
    #czwarta h1 {
        font-size: 4rem; 
        text-align: center; 
    }

    #czwarta h2 {
        font-size: 3rem; 
        text-align: center;
    }

    #czwarta p {
        font-size: 1rem; 
        text-align: justify;
    }
}

@media (max-width: 768px) {
    #piata {
        justify-content: center; 
        padding: 0; 
		width: 100vw; 
        overflow-x: hidden; 
		
    }

    #piata .zawartosc {
        width: 100%; 
        max-width: 100%;
        padding: 2rem;
	}
    #piata h1 {
        font-size: 4rem; 
        text-align: center; 
    }

    #piata h2 {
        font-size: 3rem; 
        text-align: center;
    }

    #piata p {
        font-size: 1rem; 
        text-align: justify;
    }
}

@media (max-width: 768px) {
    .footer-links {
        
		
	}
	
}


