
 /* Kontener dla rozwijanej listy */
 .flag-dropdown {
   
    position: relative;
    display: inline-block;
    width: 200px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    /* Początkowo brak obramówki */
    border: none;
    transition: border 0.3s;
   
  }

  /* Styl wybranej flagi */
  .selected-flag img {
    width: 30px;
    height: 29px;
    border-radius: 5px;
    padding-bottom: 8px;
  }

  /* Styl rozwijanej listy */
  .flag-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }

  /* Elementy listy (flagi) w pionie */
  .flag-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .flag-item img {
    width: 30px;
    height: 20px;
    margin-right: 10px;
  }

  /* Po najechaniu na flagę */
  .flag-item:hover {
    background-color: #f0f0f0;
  }

  /* Pokaż obramówkę po rozwinięciu */
  .flag-dropdown.open {
    border: 1px solid #ccc;
  }
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;
}
.kk
{
    list-style: none;
    padding-top: -5px;
}
.kk a
{
    color: black;
    text-decoration: none;
}
.kk a:hover
{
    text-decoration: underline;
}


.onas
{
    text-shadow: 4px 4px 8px #666666;
    background-image: url(canva/zdj.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 89vh; /* Wysokość widoku */
    border-top: solid 2px black;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Umieszcza zawartość na dole kontenera */
    align-items: center; /* Wyśrodkowuje zawartość poziomo */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    color: white;
    padding-bottom: 140px;
    
}
.przycisk
{
    height: 50px;
    width: 190px;
    font-size: 22px;
}
.tekstonas
{
    margin-left: 210px;
    margin-right: 210px;     
}
.opis
{
    display: flex;
    justify-content: space-around;
    text-align: center;

    
}
.opis1
{
    display: flex;
    justify-content: space-around;
    text-align: center;
  
}
.lewoonas
{
    padding-right: 150px;
    width: 45%;
    margin-left: 150px;
    display: flex;
    align-items: center; /* Wyśrodkowanie pionowe */
    justify-content: center; /* Wyśrodkowanie poziome (opcjonalnie) */
    
}
#modern
{
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    list-style: none;
}
#tofirma
{
    list-style: none;
}
.prawoonas
{
    
    width: 55%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
     
}
.zdj1
{
    background-image: url(canva/logo.jpg);
}
.zdj2
{
    background-image: url(canva/3.jpg);
}
.zdj3
{
    background-image: url(canva/2.jpg);
}
.zdj4
{
    background-image: url(canva/1.jpg);
}
.oferta
{
   
    display: flex;

}

.card-group+.card-group
{
    display: none; /*Do usunięcia usuń*/
}
.card-body {
    display: flex;
    flex-direction: column;
    align-items: center; /* Wyśrodkowuje zawartość w poziomie */
    text-align: center; /* Wyśrodkowuje tekst wewnątrz kart */
}

.card-title {
    margin-bottom: 10px; /* Margines dolny dla oddzielenia tytułu od tekstu */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    list-style: none;
}

.card-text {
    margin-bottom: 15px; /* Margines dolny dla oddzielenia tekstu od przycisków */
}

.btn {
    margin-top: auto; /* Przesuwa przycisk na dół karty */
}
.spa
{
    text-shadow: 4px 4px 8px #666666;
    background-image: url(sauna/IMG_8376.jpg);
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 98vh;
    width: 100%;
}
.spa
{
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* Umieszcza zawartość na dole kontenera */
    align-items: center; /* Wyśrodkowuje zawartość poziomo */
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 150px;
    list-style: none;
    color: white;
    
}
.spa li+li
{
    text-align: center;
}
.but
{
   height: 50px;
   width: 150px;
}
.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;
    
}

.kontakt
{
   
    color: white;
    align-items: center;
    text-decoration: none;
    width:50%;
    text-align: center;
  
}
.containerkontakt{
    
}
.containerkontakt
{
    
}
.mapa
{
   
}
.white {
    color: white;
}

.red:hover
{
    color: red;
}
.pink:hover
{
    color: fuchsia;
}
.blue:hover
{
    
    color: blue;
}
.gray:hover
{
    color: gray;
}
@media (max-width: 1200px)
{
    .lista
    {
        display: none;
    }
    .hamburger
    {
        padding-top: 35px;
        display: block;  
    }
    .opis
    {
        flex-direction: column;
    }
    .opis1{
        flex-direction: column-reverse;
    }
    .lewoonas
    {
        height: 300px;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .prawoonas
    {
        width: 100%;
    }
    
}
@media (max-width: 700px)
{
    .onas
{
    font-size: 65px;
}
.spa
{
    font-size: 130px;
}
}
@media (max-width: 600px)
{
    .onas
{
    font-size: 40px;
}
.spa
{
    font-size: 100px;
}
}
@media (max-width: 430px)
{
    .lewoonas
    {
        height: 500px;
        
    }
    .lewoonas ul
    {
        padding: 0;
    }
    .spa
{
    font-size: 80px;
}
}

