/* STYLE CSS */

@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;800&display=swap);

style
*{
    transition: 1s;
    box-sizing: border-box; 
}

body{
    height: 100%;
    font-family: 'Inter', sans-serif;
    background: #000000;
    color: rgb(255, 255, 255);
    overflow-x: hidden;
}
html{
    height: 100%;
    scroll-behavior: smooth; 
}
.section {
 /* height: 800px; */
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  align-items: center;
  padding: 120px;
  box-sizing: border-box;
  overflow: hidden; 
}
.section img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain; 
}
.section-content {
  max-height: 100%;
}

nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0px 30px;
    position:fixed;
    width: 100%;
    top:0;
    background:rgba(0, 0, 0, 0.6);
    backdrop-filter:blur(10px);
    z-index:1000;
}
nav img{
    height:30px;
}
nav ol{
    max-width: 1200px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 2vw;
}
nav ol li{
    flex: 0;
}
nav a{
     text-decoration: none;
     color: #ffffff;
     display: block;
}
nav ol li a:hover{
 background-color: #fff;
 color: black;
}
#zero {
height: 980px;
position: relative;
  
  background-image: url("../img/tlo01.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; 

  padding-top: 120px; 
  box-sizing: border-box; 
}
.hero-zawartość {
 background: none;
display: flex;
flex-direction: column;
gap: 6vh;
justify-content: center;
align-items: center;
margin-top: 60px;
 position: relative;
 max-width: 2000px;
 width: 100%;
 text-align: center;
 
background: rgba(27, 25, 25, 0.2);
border-radius: 16px;
box-shadow: 0 34px 70px rgba(44, 43, 43, 0.1);
backdrop-filter: blur(5px);S
-webkit-backdrop-filter: blur(5px);
border: 3px solid rgba(91, 78, 78, 0.3);
 width: 600px;        
height: 350px; 
}
.hero-zawartość h1 {
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    text-align: center;
    color: #e6e6e6;
    font-size: 48px;
    font-weight: 600;
}
.hero-środek {
    font-family: 'Inter';
    font-style: light;
  margin-top:  0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}
.btn {
    display: inline-block;
    padding: 10px 28px;        
    background-color: #ffffff; 
    color: #000000;            
    text-decoration: none;     
    font-weight: 600;
    border-radius: 8px;        
    transition: 0.3s ease;     
}
.btn:hover {
    background-color: #000000;
    color: #ffffff;
}
.kontener2 {
    display: flex;
    align-items: center;      /* wyrównanie w pionie */
    justify-content: space-between;
    gap: 50px;
}

#pierwsza {
  background: #000;
  color: #ffffff;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}
.zawartość2 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 100px;

  display: grid;
  grid-template-columns: 460px 1fr; 
  gap: 80px;

  box-sizing: border-box;
  overflow: hidden;
}
.tytuł {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ogień {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 26px;
  color: #d6d6d6;
  grid-column: 1
}

.kule img {
  width: 520px;       
  height: auto;
  display: block;
  padding-top: 40px;
  grid-column: 2;
}


#druga {
  background: #000;
  color: #ffffff;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
}
.zawartość3 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0 100px;
  display: grid;
  grid-template-columns: 460px 1fr; 
  gap: 80px;
  box-sizing: border-box;
  overflow: hidden;
}
.tytuł2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wodatst{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 420px;
  margin-bottom: 26px;
  color: #d6d6d6;
  grid-column: 1:
}

.wodaobrazek img {
 width: 100%; 
 
  height: auto;
  display: block;
  grid-column: 1
}

#trzecia {
     background-image: url(../img/ogientlo.jpg);
      background-size: cover;              
     background-position: center;          
     background-repeat: no-repeat;         
     color: #fff;                         
     padding: 250px 200px;  
     height: 800px;
}
.zawartość {
  display: grid;
  grid-template-columns: 1fr 1fr; 
  max-width: 1200px;
  margin: 0 auto;                
  padding: 60px 20px;             
}

.kolumna {
  display: flex;
  flex-direction: column;
  justify-content: center;        
  align-items: center;           
  text-align: center;             
}

.kolumna1 {
  font-size: 16px;
  line-height: 1;
  color: #d6d6d6;
}

.kolumna2 {
  font-size: 16px;
  line-height: 1;
  color: #d6d6d6;
}

#czwarta{
    background-image: url(../img/woda\ tlo.jpg);
      background-size: cover;              
     background-position: center;          
     background-repeat: no-repeat;         
     color: #fff;                         
     padding: 250px 200px;  
     height: 800px;

}
#piąta{
      background-image: url(../img/tlo5.jpg);
       background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 200px 50px;
}

.zawartość5 {
  display: flex;               
  justify-content: center;     
  gap: 30px;                   
  flex-wrap: wrap;            
}

.element {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);

  flex: 1 1 300px;    
  max-width: 400px;   
  padding: 30px;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;  
  justify-content: center; 
  align-items: center;      
  text-align: center;       
}

#stopka {
  width: 100%;
  background: #111;          
  color: #fff;
  padding: 50px 0;           
  box-sizing: border-box;    
  font-family: 'Inter', sans-serif;
}
.zawartość6 {
  max-width: 1200px;          
  margin: 0 auto;            
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;            
  gap: 20px;                  
  box-sizing: border-box;
}
.article {
  flex: 1 1 220px;           
  padding: 20px;              
  box-sizing: border-box;    
}


.zawartość6 h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.zawartość6 p {
  font-size: 16px;
  font-weight: 300;
  margin: 6px 0;
}
#stopka h6 {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #ccc;
}