body
{
   
    margin: 0 auto;
    background-color: white

}
/* Klasa dla nawigacji na stałe widocznej */
.nav {
    position: fixed; /* Ustawia nawigację w stałej pozycji */
    top: 0;
    left: 0;
    width: 100%;
    transition: top 0.3s; /* Płynna animacja przy ukrywaniu i pokazywaniu */
    position: fixed; /* lub sticky, jeśli chcesz, żeby menu pozostawało na górze podczas przewijania */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050; /* Ustaw wyższy z-index niż dla innych elementów na stronie */
}

/* Klasa, gdy nawigacja jest schowana */
.nav-hidden {
    top: -102px; /* Wysokość nawigacji plus ewentualny margines */
}

.nav
{
    background-color:white;
    height: 102px;
}

.lista
{
    text-align: center;
    justify-content: center;
    padding-top: 35px;   
    list-style-type:none;
}
.lista li 
{
    padding-left: 20px;
    text-decoration: none;
}
.lista li a
{
    color: black;
    text-decoration: none;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
}
.lista li a:hover
 {
    text-decoration: underline;
 }
.flexblock
{
    display: flex;
    justify-content: space-around;
    text-align: center;
}
#logo
{
    padding-top: 10px;
    width: 230px;
    height: 90px;
}
.hamburger
{
    display: none;
}
 /* Dodanie koloru obramówki do przycisku */
 .hamburger button {
    border: 2px solid black; /* Zmień kolor na dowolny inny */
    background-color: white;
    color: black;
}
.hamburger button:hover {
    background-color: black;
    border-color: black;
}
.listarozwijalna
{
    list-style-type:none;
  
   
}
.listarozwijalna a
{
    text-decoration: none;
    color: black;
    padding: 15px;
}
.listarozwijalna a:hover
{
    text-decoration: underline;
}
.linia1
{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 800px;
    padding-top: 50px;
   
}
.fota
{
    width: 50%;
}
.zdj
{
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 150px;
}
.opis
{
    width: 30%;
    list-style: none;

}
.opisn
{
    font-size: 18px;
}
.nazwa
{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    list-style: none;
}
.specyfikacje
{
    display: none;
    text-align: center;
    width: 100%;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.button
{
    height: 150px;
    width: 300px;
    border: solid 1px black;
}
.button:hover
{
    background-color: gray;
    color: white;
    transform: scale(1.1);
}

.gallery-item {
    transition: transform 0.3s ease-in-out;
}
.gallery-item:hover {
    transform: scale(1.05);
}
.gallery-item img {
    width: 100%;
    height: auto;
}
.napis
{
    text-align: center;
    padding-top: 80px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 90px;
}
.zn
{
    display: none;
}
.galeria
    {
        width: 100%;
    }
.gallery
{
    
    justify-content: space-between;
    padding-top: 80px;
    width: 99%;
    align-items: center;
    text-align: center;
}
.g
{
    max-width: 450px;
    height: auto;
}
.stopka
{
    height: 120px;
    background-color: black;
    display: flex;
    justify-content: center;
    list-style: none;
    font-size: 50px;
    margin-top: 50px;
    padding-bottom: 10px;
}
.stopka li{
    padding: 25px;
    
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}
.kontakt
{
   
    color: white;
    align-items: center;
    text-decoration: none;
    width:50%;
    text-align: center;
  
}
.w
{
    font-size: 90px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 300;
    font-style: normal;
    
}
.warianty
{
  text-align: center;
  list-style: none;
  padding-top: 50px;
}
.wariantylista
{
    
   
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    list-style: none;
}
.gr
{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
}
.carousel-inner .carousel-item a:hover img {
    transform: scale(1.05); /* Powiększenie obrazka przy najechaniu */
}
.gallery a:hover img {
    transform: scale(1.1); /* Powiększenie obrazka o 10% */
}
.basic:hover
{   
    transform: scale(1.1);
}
.PREMIUM:hover
{   
    transform: scale(1.1);
}
.size
{
    padding: 15px;
    border-radius: 5px; /* Zaokrąglenie rogów dla cienia */
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1); /* Cień: poziomy offset, pionowy offset, rozmycie, kolor */
    height: 750px;
    width: 40%;
}
.size2
{
    padding: 15px;
    border-radius: 5px; /* Zaokrąglenie rogów dla cienia */
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1); /* Cień: poziomy offset, pionowy offset, rozmycie, kolor */
    height: 750px;
    width: 40%;
}
.icon {
    font-size: 24px; /* Możesz dostosować rozmiar */
    color: green; /* Możesz dostosować kolor */
    margin: 10px; /* Przestrzeń między ikonami */
}

.white {
    color: white;
}

.red:hover
{
    color: red;
}
.pink:hover
{
    color: fuchsia;
}
.blue:hover
{
    
    color: blue;
}
.gray:hover
{
    color: gray;
}
.kk
{
    list-style: none;
}

@media (max-width: 1900px)
{
    .zn3
    {
        display: none;
    }
}
@media (max-width: 1400px)
{
    .zn4
    {
        display: none;
    }
}
@media (max-width: 1200px)
{
    
   
    .napis
    {
        padding-top: 200px;
    }
    .wariantylista
    {
        flex-direction: column;
    }
    .size
    {
        width: 90%;
        height: 1100px;
    }
    .PREMIUM
    {
        margin-top: 50px;
    }
    .basic:hover
{   
    transform: scale(1);
}
.PREMIUM:hover
{   
    transform: scale(1);
}
    .size2
    {
        width: 90%;
        height: 800px;
    }
   
    
    .zn
    {
        display: none;
    }
    .lista
    {
        display: none;
    }
    .hamburger
    {
        padding-top: 35px;
        display: block;  
    }
    .linia1
    {
        flex-direction: column;
    }
    .zdj
    {
        border-radius: 50px;
    }
    .fota
    {
        width:80%;
    }
    .opis
    {
        width: 70%;
    }
    .nazwa
    {
        font-size: 58px;
    }
    .specyfikacje
    {
        padding-top: 50px;
        flex-wrap: wrap;
       
    }
   
   .dd
   {
        padding-top: 15px;
   }
 
}
@media (max-width: 1000px)
{
    .zn2
    {
        display: none;
    }
    .specyfikacje
    {
        
    }
}
@media (max-width: 650px)
{
    .specyfikacje
    {
        flex-direction: column;
     
    }
    .g
    {
        max-width: 350px;
    }
  
}
@media (max-width: 500px)
{
    .opis
    {
        margin-top: -150px;
    }
    .specyfikacje
    {
        padding: 0;
    }
    .nazwa
    {
        padding-top: 100px;
    }
    .napis
    {
        padding-top:60px ;
    }
}



