

body{
/*    background-image: url(../img/stars.jpg);*/
    background-color: #636476;
    display: flex;
    justify-content: center;
    background-size: cover;
    position: relative;
   
}

/* Sprawia, że menu jest sticky (przyklejone do górnej krawędzi) */
#main_menu {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
  }
  /* Domyślny wygląd menu */
  .navbar {
    background-color: #4db35c00 !important;/* Kolor tła menu */
  }
  
  /* Wygląd menu po przewinięciu */
  .navbar.scrolled {
    background-color: #9ed44f69 !important; /* Zmieniony kolor tła */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.791); /* Dodanie cienia */
  }
  


.button_delete{
background-color: #00ff5a;
font-size: large;
font-family: system-ui;
}

.button_delete:hover{
    background-color: #00ff5a;
    font-size: large;
    font-family: system-ui;
    }



.btn_logo {
  
    border-style: solid;
    margin-top: 503px;
    margin-bottom: 100px;
/*    margin-right: 150px;*/
    margin-left: 1202px;
    background-color: yellow;
    border-radius: 20px;
    box-shadow: 0 0 0 6px black, 0 0 0 12px yellow;
    font-size: 20px;
    font-family: arial;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
    position: absolute;
    }



.btn_logo:hover {
      box-shadow: 0 0 0 10px black, 0 0 0 18px #00ff5a;
      border-radius: 40px;
    }


.footer_miro{
    color: white;
}

.footer_miro:hover{
    color: #59ff01;
}

a.brak_kreski {
    text-decoration: none;
}

a.brak_kreski:hover{
    color: aqua;
}

.party{
    
    background-image: url(../img/disco4.jpg);
    background-size: cover;
    
}

.kasa{
    background-image: url(../img/money.jpg);
    background-size: cover;
   
}

#pasek_procent{
    color: aqua;
    font-size: 25px;
    position: fixed;
    top: 0px;
    left: 2px;
}

#ruchomy_tekst{
    color: red;
    font-size: 2em;
    font-weight: 700;
    animation-name: calculator;
    animation-duration: 1s;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.zebranie{
    text-align: left;
}

.strona_przygotowanie{
  font-size: 3em;
  color: red;
  font-weight: 700;
}

.dropdown-item:hover{
    background: #474646;
    color: white;
    transition-duration: 0.5s;
}

#pasek{
    
    background-image: linear-gradient(#ffff0096, #ff000096);
    height: 25px;
    width: 25px;
    position: fixed;
    top: 50px;
    left: 25px;
    
}

#container {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
 /* margin-top: 20px;*/
  margin-bottom: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;  
   
}


.bg-primary{
  width: 100%;
  border-radius: 5px;
  /* background-color: #4db35c81 !important; */
  align-items: center;
}



#news {
    background-color: rgba (0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3%;
    border-radius: 5px;
    
}

#news:hover{
    height: 5%;
    transition-duration: 2s;
    

}

.news {
    color: white;
    font-size: 30px;
    font-weight: bold;
}
    
.header  {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content:left; 
  align-items:center;
  background-image:url(../img/logo.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden; 
  transition-duration: 1.0s;
  transform: scale (1.1);
  
}

.hidden{
display: none;

}

.header1  {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content:left; 
  align-items:center;
  background-image:url(../img/jasmin.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden; 
  transition-duration: 1.0s;
  transform: scale (1.1);
}


.header2  {
  width: 100%;
  height: 500px;
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content:left; 
  align-items:center;
  background-image:url(../img/crocus.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden; 
  transition-duration: 1.0s;
  transform: scale (1.1);
}





.img_header{
  position: absolute;
}

@keyframes move {
    0%{ color: red;
        transform: translateX(-100px);
        
        
    }
    100% { color: blue;
         transform: translateX(100px);
    }
}

@keyframes move2 {
    0% {transform: translateX(-300px);
        opacity: 0;
    
    }
    60% {transform: translateX(50px);
        opacity: .7;
    
    }
    100% {transform: translateX(0px);
        opacity: 1;
    
    }
}

@keyframes move1 {
    0%{ color: red;}
    100% { color: blue;}
         
    }
    
@keyframes move3 {
    0% {opacity: .4;
    
    }
    
    100% {
        opacity: 1;
        transform: scale(1.1);
    
    }
}

@keyframes calculator {
    0% {transform: scale(1.0);
    
    }
    
    100% {
        
        transform: scale(1.1);
    
    }
}




.header:hover{
  animation: powieksz 1s normal;
  animation-fill-mode: forwards;
}

.header:not(:hover) {
 animation: pomniejsz 1s normal;
 animation-fill-mode: forwards;
}
    
.navbar-collapse {
  justify-content: center;
}

.navbar-light .navbar-nav .nav-link{
background-color: #474646;
color: white;
border: 1px solid white;
border-radius: 5px;
font-size: 16px;
}

#s:hover{
    background-color: blue;
    color: white;
    transition-duration: 0.5s;
    background-position: center;
    
}
/* #s:not(:hover){
   
    
} */

.navbar-light .navbar-nav .nav-link:hover{
    background-color: white;
    font-size: 1em;
    color: black;
    border: 1px solid red;
    border-radius: 5px;
    transition-duration: 0.5s;
}

#content {
  width: 100%;
  background-image: url(../img/content.jpg);
  overflow: auto;
  background-size: cover;
  border-radius: 5px;
 
  font-size: 1vw;
  overflow: hidden;
  /*max-height: 500px;*/
    
} 



.wrapper {
    display: flex;
    width: 100%;
    border-radius: 5px;
    overflow: auto;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 5px;
    padding-top: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    position: relative;
}  

#footer {
  width: 100%;
  margin-top: 10px;
  color: aliceblue;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  overflow: hidden;

    
}

.video {
    position: absolute;
    z-index: -20;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    
}

#footer:hover {
 
  
  color:#58ee09;
  transition-duration: 0.5s;

    
}
.opis {
    border: 1px solid #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    
     
}

/* #prawo {
   background-color: red;
    background-position: absolute;
} */

.a_prawo_hover:hover{
    color:red;
}
.text {
    overflow: hidden;
}
.readmore, .readless {
    text-align:right;
    padding:2px;
    cursor: pointer;
}  

.navbar-light .navbar-nav .nav-link:focus {
    color: red;
    background-color: white;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-evenly;
}

#links{
    display: flex;
    width: 100%;
    overflow: auto;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 5px;
    padding-bottom: 20px;
    padding-top: 20px;
}
    
#hymn {
  display: flex;
  flex-wrap: wrap;
  width: 50vw;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-image: url(../img/content.jpg);
  background-size: cover;
}


#widget {
  display: flex;
  flex-wrap: nowrap;
  width: 30%;
  height: 50%;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  
}
.content_main_img{
    width: 100%;
    height: 45vh;
    margin-top: 15px;
}

.main_img{
    width: 30%;
    border-radius: 10px;
}

.main_img:hover{
    width: 33%;
    transition-duration: 1s;
    border: 3px solid green;
}
.main_img:not(:hover){
    width: 30%;
    transition-duration: 1s;
    border: 5px solid transparent;
}


.image_size {
    width: 60%;
    border-radius: 5px;
}.image_size1 {
    width: 50%;
    border-radius: 5px;
}
.image_size:hover {
    transform: scale(1.05);
    transition-duration: 0.5s;
}
.image_size:not(:hover) {
    transform: scale(1.0);
    transition-duration: 1s;
}.image_size1:hover {
    transform: scale(1.05);
    transition-duration: 0.5s;
}
.image_size1:not(:hover) {
    transform: scale(1.0);
    transition-duration: 1s;
}
.logopzd {
    border-radius: 10px;
    margin-left: 40px;
}
.logopzd:hover {
    transform: scale(1.2);
    transition-duration: 1s;
}
.logopzd:not(:hover) {
    transform: scale(1.0);
    transition-duration: 1s;
}
    
.naglowek{
    color: #1700ff;
    font-size: 4.5rem;
    font-family: cursive;
    z-index: 22;
    display: none;
        
}

.naglowek1{
    color: #1700ff;
    font-size: 4.5rem;
    font-family: cursive;
    z-index: 22;
    display: block;
    margin-left: 100px;
        
}

.naglowek2{
    color: #ffffff;
    font-size: 4.5rem;
    font-family: cursive;
    z-index: 22;
    display: block;
    margin-left: 100px;
        
}
.zyczenia{
    font-size: 50px;
    color: #206934;
    font-weight: 700;
    font-style: italic;
}

.opisPogody{
    color: #f2e907;
    font-family: 'Lobster', cursive;
    width: 100%;
    }

#odliczanie{
    /* display: flex; */
    color: blue;
    font-size: 40px;
    /* align-items: center;
    justify-content: center;
    width: 500px;
    height: 50px; */
}
#procent{
    display: flex;
    color: blue;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.iframe{
    background-color: #0058ff17;
}

.strzalka{
   position:fixed;
   bottom:40px;
   right:20px;
   cursor: pointer;
   z-index: 999999999999999;
}

.o1 {
        font-size: 7em;
        color: red;
        font-weight: bold;
    }

    .o2 {
        font-size: 2.0em;
        color: black;
        font-weight: bold;

    }

    .o3 {
        font-size: 3.0em;
        color: red;
        font-weight: bold;

    }

    .o4 {
        font-size: 4em;
        color: blue;
        font-weight: bold;
    }

    .o5 {
        font-size: 2.0em;
        color: black;
        font-weight: bold;
    }

    .o6 {
        font-size: 2.0em;
        color: black;
        font-weight: bold;
    }

    .o7 {
        font-size: 2.0em;
        color: black;
        font-weight: bold;
    }

    .o8 {
        font-size: 2.0em;
        color: black;
        font-weight: bold;
    }
    .zarzad_nazwisko{
        color: green;
        font-size: 2em;
        font-style: italic;
        font-weight: bolder;
        animation-name: move2;
        animation-duration: 3s;
        
   
   
       }
    

    .zarzad_tel{
        color: red;
        font-size: 2em;
        font-style: italic;
        font-weight: bolder;
        animation-name: move1;
        animation-duration: 3s;
        animation-direction: alternate-reverse;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite
    }

    .zarzad_time{
        font-size: 2em;
        color: blue;
        font-weight: 600;
        font-style: italic;
    }

    .zarzad_mail{
        font-size: 2em;
        font-weight: 600;
        line-height: 0;
    }

    .meet1{
        font-size: 5em;
        color: #50ff00;
        font-weight: 700;
        

    }

    .meet2{
        font-size: 2em;
        color: chartreuse;
        

    }

    .meet3{
        font-size: 2em;
        color: antiquewhite;
        

    }

    .meet4{
        font-size: 2em;
        color: #cef37c;
        font-weight: 500;
        

    }

    .meet5{
        font-size: 2em;
        color: crimson;
        font-weight: 700;
        margin: 0;
    }

    .kontakt1{
        color: #e03425;
        font-size: 3em;
        font-weight: 600;
    }

    .kontakt2{
        color: #0200ff;
        font-size: 3em;
        font-weight: 600;

    }

    .kontakt3{
        color: #fd0404;
        font-size: 3em;
        font-weight: 600;
        font-style: oblique;

    }

    .kontakt4{
        color: #fd0404;
        font-size: 3em;
        font-weight: 600;
        font-style: oblique;

    }

    .kontakt5{
        color: black;
        font-size: 2em;
        font-weight: 600;
        font-style: oblique;

    }


    /* .main_page1{
        color: #00afff;
        font-size: 5em;
        font-weight: 700;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 0;
        animation-name: calculator;
        animation-duration: 3s;
        animation-direction: alternate-reverse;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;
} */

.neon-text {
    font-size: 5em;
    color: #084bf5;
    font-weight: 700;
    font-style: italic;
    text-shadow: 
        0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px #abff00,
        0 0 30px #abff00,
        0 0 40px #abff00
        0 0 50px #abff00,
        0 0 60px #abff00;
    animation: neon 1.5s ease-in-out infinite alternate;
}

@keyframes neon {
    from {
        text-shadow: 
            0 0 5px #fff,
            0 0 10px #fff,
            0 0 20px #00efff,
            0 0 30px #00efff,
            0 0 40px #00efff,
            0 0 50px #00efff,
            0 0 60px #00efff;
    }
    to {
        text-shadow: 
            0 0 10px #fff,
            0 0 20px #abff00,
            0 0 30px #abff00,
            0 0 40px #abff00,
            0 0 50px #abff00,
            0 0 60px #abff00,
            0 0 70px #abff00;
    }
}
    .main_page1a {
        color: red;
        font-size: 2.6em;
        font-weight: 700;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 0;
    }

    .main_page2{
        
        font-size: 4em;
        font-weight: 700;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 0;
        animation-name: move1;
        animation-duration: 3s;
        animation-direction: alternate-reverse;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;

    }

    .main_page3{
        color: #0e00ff;
        font-size: 1.8em;
        font-weight: 600;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 0

    }

    .main_page4{
        color: green;
        font-size: 2em;
        font-weight: 600;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 15px;

    }

    .main_page5{
        color: #710080;
        font-size: 1.5em;
        font-weight: 600;
        font-style: italic;
        margin-top: 15px;
        margin-bottom: 0;

    }

    .main_page6{
        color: red;
        font-size: 1.5em;
        font-weight: 600;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 0;

    }

    .main_page7{
        color: orange;
        font-size: 3em;
        font-weight: 600;
        font-style: italic;
        margin-top: 0;
        margin-bottom: 0;
        animation-name: move;
        animation-duration: 3s;
        animation-direction: alternate-reverse;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite;

    }

    .weather_module{
          
        display: flex;
        flex-direction: column;
        width: 60%;
    }
 /* .weather_module{
          
          display: grid;
          grid-template-columns: (2, 1fr);
          grid-template-rows: (3, 1fr);
          justify-items: center;
          width: 60%;
      } */
      
      .item{
        
          margin: 5px;
          
      }
      
      .item1{
          grid-column: 1 / 3;
          grid-row: 1 / 2;
      }
      .item2{
          grid-column: 1 / 2;
          grid-row: 2 / 3;
          width: 15vw;
      }
      .item3{
          grid-column: 2 / 3;
          grid-row: 2 / 3;
          width: 15vw;
      }
      .item4{
          grid-column: 1 / 2;
          grid-row: 3;  
      }
      .item5{
          grid-column: 2 / 3;
          grid-row: 3;
          
      }
      
      .wethr_module_text{
          color: #20e911;
          font-weight: 700;
          font-size: 50px;
          font-style: oblique;
      }
      
      .wethr_module_text1{
          color: white;
          font-style: oblique;
          font-size: 45px;
          
      }

.oplaty_1{
    color: blue;
    font-size: 2em;
    font-weight: 700
}

.oplaty_2{
    color: black;
    font-size: 1.5em;
    font-weight: 700
}

.oplaty_3{
    color: black;
    font-size: 1.5em;
    font-weight: 700
}

.oplaty_4{
    color: black;
    font-size: 1.5em;
    font-weight: 700
}
.oplaty_5{
    color: black;
    font-size: 1.5em;
    font-weight: 700
}

.oplaty_6{
    color: red;
    font-size: 1.5em;
    font-weight: 700;
    animation-name: calculator;
    animation-duration: 1s;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    
}

.oplaty_7{
    color: #ff22a9;
    font-size: 1.5em;
    font-weight: 700
}

.oplaty_8{
    color: black;
    font-size: 1.5em;
    font-weight: 700
}

.oplaty_9{
    color: blue;
    font-size: 1.3em;
    font-weight: 700
}

.oplaty_10{
    font-size: 2em;
    font-weight: 700;
    color: red;
    
}
.oplaty_11{
    color: red;
    font-size: 2em;
    font-weight: 700
}

.oplaty_12{
    color: black;
    font-size: 1.4em;
    font-weight: 700
}

.oplaty_13{
    color: #f40777;
    font-size: 1.5em;
    font-weight: 700
}

.oplaty_14{
    font-size: 1.5em;
    color: black;
    font-weight: 600;
}

.oplaty_15{
    font-size: 1.5em;
    color: green;
    font-weight: 600;
}

#powierzchnia{
    font-size: 1.5em;
    font-weight: 700;
    background: #c3dda9;
}


#wynik{
    font-size: 1.5em;
    font-weight: 700;
    background: #a9ddd6;
}

#wynik_woda{
    font-size: 1.5em;
    font-weight: 700;
    background: #ffbd27;
}

#wyliczenie{
    color: red;
    font-size: 2em;
    font-weight: 700;
}

/*p{
    line-height: 1.3em;
}*/

.ogloszenia{
    font-size: 7em;
    color: white;
    font-weight: 700;
    margin: 100 0 100 0;
    
}

.konto1{
    color: green;
    font-size: 2.5em;
    font-weight: 700;
    line-height: .5;
    margin-bottom: 25px;
    margin-top: 10px;
}

.konto2{
    color: green;
    font-size: 3em;
    font-weight: 700;
    line-height: .5;
    margin-bottom: 25px;
    
}

.konto3{
    font-size: 1.5em;
    font-weight: 700;
    color: red;
    line-height: .5;
    
}
    
.konto4{
    font-size: 1.2em;
    font-weight: 700;
    color: #0039ff;
    line-height: .5;
}

.konto5{
    font-size: 1.3em;
    color: #0039ff;
    font-style: italic;
    line-height: .5;
}

.konto6{
    color: red;
    font-size: 2em;
    font-style: italic;
    font-weight: bolder;
    animation-name: move1;
    animation-duration: 3s;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite
}
.konto7{
    font-size: 1.5em;
    font-weight: 700;
    color: #ff0078;
    line-height: .5;
}

.konto8{ 
    font-size: 1.5em;
    font-weight: 700;
    color: red;
    line-height: .5;
    animation-name: move3;
    animation-duration: 1s;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.konto9{
     font-size: 1.3em;
     font-weight: 700;
     color: black;
     margin: 0px 0px 0px;
}

.konto11{
     font-size: 2.3em;
     font-weight: 800;
     color: red;
     
}

#calc{
    animation-name: calculator;
    animation-duration: 1s;
    animation-direction: alternate-reverse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.scrollTopButton {
     width: 64px;
     height: 64px;
     position: fixed;
     visibility: hidden;
     overflow: hidden;
     z-index: 99999999;
     background-image: url('../img/arrow1.png');
     right: 85px;
     bottom: 75px;
    
}

.scrollTopButton.show {
     visibility: visible;
     cursor: pointer;
     
}

.w1{
    color: red;
    font-size: 48px;
    font-weight: 700;
    font-family: cursive;
}
    

.w2{
    color: #034a90;
    font-size: 38px;
    font-family: system-ui;
    font-weight: 700;
    
}
.w3{
    color: #1f6b0b;
    font-size: 31px;
    font-family: cursive;
    font-weight: 700;
    
}
.w4{color: #1d1e1f;
    font-size: 19px;
    font-family: system-ui;
    font-weight: bold;
    
}
.w5{color: #e10f25;
    font-size: 20px;
    font-family: system-ui;
    font-weight: bold;
    
}
.w6{color: #434449;
    font-size: 20px;
    font-family: system-ui;
    font-weight: bold;
    
}

.w7{color: blue;
    font-size: 20px;
    font-family: system-ui;
    font-weight: bold;
    
}

.goToService{color: #434449;
    font-size: 20px;
    font-family: roboto;
    font-weight: bold;
    
}



/* Responsive*/

@media (max-width: 375px) {
    
    #container {
     
      width: 100%
    }

    #main_menu {
        position: static;
        top: 0;
        z-index: 1000;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
      }
    
    .wethr_module_text{
        color: #20e911;
        font-weight: 700;
        font-size: 15px;
        font-style: oblique;
    }
   
    .ogloszenie_mobile {  
       background-image: url(../img/woda_on.jpg);
        width: 100%;
    }
        
    #odliczanie{
       display: flex;
       color: blue;
       font-size: 14px;
       align-items: center;
       justify-content: center;
}
    h1, h2, h3, h4{
    font-size: 16px;
    }
    
    /* .header{
        height: 20vh;
        margin-top: 0px;
    } */
    
    .naglowek {
    
    color: #5cfd06;
    font-size: 25px;
    font-family: 'Lobster', cursive;
    mix-blend-mode: lighten;
   }
        
    .logopzd {
        display: none;
    }
    
    #111 {
        display: none;
    }
      
    .zyczenia {
        font-size: 20px;
    }
    
    
    #tp-widget-default {
        transform: scale(0.8);
    }
    
    .opisPogody{
    color: #b3e59a;
    font-size: 1rem;
    font-family: 'Lobster', cursive;   
        
    }
    
    
     #news{
        height: 12vh;
    }
    .news{
        font-size: 12px;
    }
    #facebook_slider_widget{
        display: none;
    }
    
    
    .content_main_img{
        all: initial;
    }
    .main_img:hover{
    width: 33%;
    transition-duration: 1s;
    border: 1px solid green;
    }
    
    #pasek{
    display: none;
    }
    
    
    #pasek_procent{
    display: none;
    }
    
     #test{
    display: none;
    }
    
    .bg-primary {
    width: 100%;
    border-radius: 5px;
    background-color: #ffeb3ba1 !important;
    align-items: center;
    }
    
    #widget p{
        font-size: 16px;
    }
    
    .o1 {
        font-size: 7em;
        color: red;
        font-weight: bold;
    }

    .o2 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;

    }

    .o3 {
        font-size: 3.0em;
        color: red;
        font-weight: bold;

    }

    .o4 {
        font-size: 3.5em;
        color: blue;
        font-weight: bold;
    }

    .o5 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;
    }

    .o6 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;
    }

    .o7 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;
    }

    .o8 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;
    }
    
    .zarzad_nazwisko{
        color: green;
        font-size: 2em;
        font-style: italic;
        font-weight: bolder;
    }
    

    .zarzad_tel{
        color: red;
        font-size: 2em;
        font-style: italic;
        font-weight: bolder;
    }
    
    .zarzad_time{
        font-size: 2em;
        color: blue;
        font-weight: 600;
    }
    
    .meet1{
        font-size: 3em;
        color: red;
        font-weight: 700;
    }
    
    .kontakt1{
        color: #e03425;
        font-size: 2.5em;
        font-weight: 600;
        
    }
    .kontakt4{
        color: #e03425;
        font-size: 2.0em;
        font-weight: 600;
        font-style: oblique;
    }
    
    .item1{
        display: none;
    }
    
    .scrollTopButton.show {
     visibility: hidden; 
    }
    
.w1{
    color: red;
    font-size: 28px;
    font-weight: 700;
    font-family: sans-serif;
}
.w2{
    color: #034a90;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 700;
    
}
.w3{
    color: #1f6b0b;
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 700;
    
}
.w4 {
    color: #1d1e1f;
    font-size: 14px;
    font-family: revert;
    font-weight: bold;
}
    
    .w7{color: blue;
    font-size: 10px;
    font-family: system-ui;
    font-weight: bold;
    
}
    
}


@media (min-width: 376px) and (max-width: 768px) {
    
    #main_menu {
        position: static;
        top: 0;
        z-index: 1000;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
      }

    #container {
     
      width: 100%
    }

    .wethr_module_text{
        color: #20e911;
        font-weight: 700;
        font-size: 28px;
        font-style: oblique;
    }
    
    #odliczanie{
    display: flex;
    color: blue;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    }
    
    .content_main_img {
        all: initial;
    }
    .main_img:hover{
    width: 33%;
    transition-duration: 1s;
    border: 1px solid green;
    }
    /* .header{
        height: 40vh;
        margin-top: 0px;
    } */
    #news{
        height: 20vh;
        font-size: 20px;
    }
    
    .naglowek {
    color: #5cfd06;
    font-size: 35px;
    font-family: 'Lobster', cursive;
    mix-blend-mode: lighten;
        
    }
    
    .logopzd {
        display: none;
    }
   
    
    .zyczenia {
        font-size: 40px;
    }
    
     #pasek{
    display: none;
    }
    
     #pasek_procent{
    display: none;
    }
    
    #test{
    display: none;
    }
    
    .bg-primary {
    width: 100%;
    border-radius: 5px;
    background-color: #ffeb3ba1 !important;
    align-items: center;
    }
    
    .opisPogody{
    color: #b3e59a;
    font-size: 1.5rem;
    font-family: 'Lobster', cursive;   
        
    }
    
    .o1 {
        font-size: 7em;
        color: red;
        font-weight: bold;
    }

    .o2 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;

    }

    .o3 {
        font-size: 3.0em;
        color: red;
        font-weight: bold;

    }

    .o4 {
        font-size: 3.5em;
        color: blue;
        font-weight: bold;
    }

    .o5 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;
    }

    .o6 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;
    }

    .o7 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;
    }

    .o8 {
        font-size: 3.0em;
        color: black;
        font-weight: bold;
    }
    
    .zarzad_nazwisko{
        color: green;
        font-size: 2em;
        font-style: italic;
        font-weight: bolder;
    }
    

    .zarzad_tel{
        color: red;
        font-size: 2em;
        font-style: italic;
        font-weight: bolder;
    }
    
    .zarzad_time{
        font-size: 2em;
        color: blue;
        font-weight: 600;
    }
    
    .meet1{
        font-size: 3em;
        color: red;
        font-weight: 700;
    }
    
    .kontakt1{
        color: #e03425;
        font-size: 2.5em;
        font-weight: 600;
    }
    
    .item1{
        display: none;
    }
    
    .scrollTopButton.show {
     visibility: hidden; 
    }
    
.w1{
    color: red;
    font-size: 28px;
    font-weight: 700;
    font-family: sans-serif;
}
.w2{
    color: #034a90;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 700;
    
}
.w3{
    color: #1f6b0b;
    font-size: 31px;
    font-family: sans-serif;
    font-weight: 700;
    
}
        
        
}
  

    