body{
    margin: 0;
    font-family: "Roboto", sans-serif;
  
}
.header h1{
    font-family: "Roboto", sans-serif;
    font-weight: 800;
    user-select: none;
    font-style: normal;
    font-size: 45px;

}
.header{
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    padding: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    
}
.logo{
    display: flex;
   
    flex-direction: row;
    align-items: center;
}
.logo img{
    width: 35px;
    height: 35px;
    margin: 4px;
}
a{
    text-decoration: none;
}
.button{
    background-color: #2E2E70;
    color: white;
    border-radius: 10px;
    padding: 10px;
    font-weight: bold;
    cursor: pointer;
    padding-left: 40px;
    margin-right: 100px;
    padding-right: 40px;
    
}
.button:hover{
    background-color: #5858ff;
    transition: 0.5s ease-in-out;
}
#a{
    text-transform: uppercase;
    font-size: 20px;
    
}

#a2{
    
    font-size: 50px;
}
.napis{
    margin-top: 120px;
    margin-bottom: 120px;
    
    font-weight: bold;
    color: white;
    margin-left: 10%;
    display: flex;
    flex-direction: column;
}
.mid{
    height: 350px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-image: url("essa.jpg");
    display: flex;
    margin-bottom: 25px;
}
.produkty{
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
    color: black;
    
}
.produkt{

    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    justify-content: space-between;
    
}
.miejsce{
    height: 50px;
    width: 100%;
}
h1{
    
    text-align: center;
    text-transform: uppercase;
}
.box{
    width: 80%;
    
    height: 800px;
    position: relative;
    border-radius: 8px;
    aspect-ratio: 1 / 0.7;
 
}
.box h1{
    background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(145,145,145,1) 69%, rgba(255,255,255,1) 100%);
    margin: 0;
    color: white;
    padding: 10px;
}
.box .image-box img{
    object-fit: cover;
    transition: 0.5 ease-in-out;
    width: 100%;
    height: 100%;
}
.box::after{
    content: "";
    position: absolute;
    inset: 0;
   
    border-radius: inherit;
    opacity: 0;
    transition: 0.4 ease-in-out;
}
.box img{
    filter: grayscale(1) brightness(0.4);

}

.box .content h2{
    scale: 1;
    opacity: 1;
}
.box .content p {
    opacity: 1;
    transform: translateY(0);
}
.info{
    position: fixed;
    width: 100%;
    bottom: 0;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.589);
    text-align: center;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .content h2,
  .content p {
    opacity: 0;
    transition: 0.4s 0.2s ease;
  }
  .content h2 {
    color: white;
    font-size: 35px;
    margin-bottom: 12px;
    scale: 0.7;
  }
  .content p {
    font-size: 30px;
    line-height: 1.5;
    color: #d1d1d1;
    transform: translateY(50%);
  }
.produkt img{
    width: 35%;
    height: 35%;
   
}
.opis{
   
   margin-top: 80px;
   margin-left: 200px;
}
.opis h1, .opis2 h1{
    margin: none;
}
.opis2{
    margin-top: 80px;
    margin-right: 100px;
    margin-left: 20px;
 }
.opis h1, .opis2 h1{
    font-size: 50px;
}
.opis p, .opis2 p{
    font-size: 20px;
}
.kontakt{
    display: flex;
 text-align: center;
    width: 100%;
    justify-content: center;
   font-size: 20px;
  
}
.tlefon{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.tlefon img{
    height: 40px;
    margin: 20px;
}
@media only screen and (max-width: 1100px){
    .header{
        padding: 10px;
        font-size: 30px;
   
    }
    .header h1{
        font-size: 60px;
    }
    .info{
        height: 100px;
        font-size: 35px;
    }
    .button{
        padding: 20px;
        padding-left: 60px;
        padding-right: 60px;
    }
    h1{
        margin-left: 0;
    }
    .logo img{
        width: 50px;
        height: 50px;
    }
    .napis{
   
        margin: 100px;
    }
    #a{
 
        font-size: 25px;
    }
    .produkty{
        padding-top: 100px;
 
    
    }
    #a2{
        
        font-size: 60px;
    }
    .produkt img{
        width: 50%;
        height: 50%;
       
    }
    .opis h1, .opis2 h1{
        font-size: 40px;
    }
    .opis{
   
        margin-top: 0px;
        margin-left: 100px;
     }
     .opis2{
        margin-top: 0px;
        margin-right: 0px;
        margin-left: 10px;
     }
     .kontakt{
        font-size: 30px;
     }
}