* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

body {
    font-family: system-ui, Arial;
    background: #f4f9fd;
    color: #333;
    background-color: #C8FAFF;
    line-height: 1.6;
  }


.schedule-section {
  background-color: #f5f5f5; 
  padding: 50px 0; 
  text-align: center;
}

.schedule-section h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 30px;
  font-weight: 600;
}

.schedule-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.schedule-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 20px;
  max-width: 600px;
  width: 100%;
  transition: transform 0.3s ease;
}

.schedule-card:hover {
  transform: translateY(-10px);
}

.schedule-card h3 {
  font-size: 1.5rem;
  color: #007bff;
  margin-bottom: 15px;
  font-weight: 500;
}

.schedule-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}


.cta-section {
  background-color: #007bff; 
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.cta-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-section p {
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.cta-container {
  max-width: 600px;
  margin: 0 auto;
}

.cta-btn {
  display: inline-block;
  background-color: #ff9900;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #e68900;
}

.cta-btn:active {
  transform: translateY(2px);
}


    header {
background-color: #f4f9fd;
color: white;
padding: 2rem;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-image: url('/plywak.webp');
background-size: cover;
background-position: center;

}

.row {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
text-align: center;
}

.row .content {
flex: 1 1 60%;
}

.row img {
flex-shrink: 0;
width: 200px;
height: 200px;
object-fit: contain;
}

main a {
text-decoration: none;
color: white;
}
main a:hover{
  color: #e7fe65;

}

  header h1 {
    margin: 0;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px black;
  }

  header p {
      font-size: 1.4rem;
    margin-top: 10px;
    text-shadow: 2px 2px 4px black;
  }

  .logo img {
    height: 150px;
    width: auto;
    margin-bottom: 10px;
  }

  .header-text {
    text-align: center;
  }

  nav {
    background-color: #023e8a;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
  }
  
  nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 15px 20px;
    margin: 0.3rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
  }
  
  nav a:hover {
    background-color: #e7fe65;
    color: #023e8a;
  }
  
  nav a::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: 8px;
    left: 50%;
    background-color: #e7fe65;
    transition: 0.3s ease;
    transform: translateX(-50%);
  }
  
  nav a:hover::after {
    width: 60%;
  }
  

  nav a.active {
    background-color: #e7fe65;
    color: #023e8a;
  }
  

  @media (max-width: 768px) {
    nav {
      align-items: center;
      padding: 0.5rem;
    }
  
    nav a {
      font-size: 0.95rem;
      padding: 10px 12px;
      width: 100%;
      text-align: center;
      margin: 0.2rem 0;
    }
  
    nav a::after {
      bottom: 4px;
    }
  }

  
section#dzieci,
section#dorosli,
section#panie {
position: relative;
margin-bottom: 2%;
overflow: hidden;
text-shadow: 4px 4px 4px black;
}

section#dzieci::before,
section#dorosli::before,
section#panie::before {
content: "";
position: absolute;
top: 0; left: 0;
width: 100%; height: 100%;
background-size: cover;
background-position: center;
filter: blur(0);
transition: filter 0.2s ease;
z-index: 0;
}
.news-slider-box {
  background-color: #e3f2fd;
  padding: 0.2rem 0;
  font-size: 0.9rem;
  overflow: hidden;
  max-height: 45px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.text-swiper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.text-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.text-swiper .swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #0d47a1;
  white-space: nowrap;
  padding: 0 1rem;
  box-sizing: border-box;
}



#faq {
  padding: 20px;
  background-color: #f1f9ff;
  margin-top: 30px;
  color: black;
  margin-top: 20px;
  text-align: center;
}

#faq h2 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: black;
}

#faq .question {
  background-color: #f1f9ff;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  color: black;
}

#faq .question h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: black;
}

#faq .question p {
  font-size: 1rem;
  line-height: 1.5;
  color: black;
}

#faq .question:hover {
  background-color: #f1f9ff;
  cursor: pointer;
  color: black;
}



section#dzieci:hover::before,
section#dorosli:hover::before,
section#panie:hover::before {
filter: blur(2px);
}


section#dzieci > *,
section#dorosli > *,
section#panie > * {
position: relative;
z-index: 1;
}

div#Grupy {
padding: auto;
}

div#oferta {
color: black;
}

#kontakt {
background-image: url('p5.jpg');
background-size: cover;
background-position: center;
background-color: #f0f8ff;
padding: 40px 20px;
color: #023e8a;
}

.kontakt-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: stretch;
  color: #023e8a;
}

.kontakt-info,
.kontakt-formularz {
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #005f99;
}

.kontakt-info a:hover {
  color: #0077cc;
  text-decoration: none;
}


.kontakt-info {
  padding: 20px;
  color: #023e8a;
}

.kontakt-formularz {
  padding: 30px;
  font-size: 1rem;
  color: #002b4c;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


@media (max-width: 768px) {
  .kontakt-container {
    flex-direction: column;
  }
}

.kontakt-info h2 {
font-size: 2em;
margin-bottom: 10px;
color: #023e8a;
}


.kontakt-info a {
color: #023e8a;
text-decoration: none;
}

.kontakt-info a:hover {
text-decoration: none;
color: #0077cc;
}

.kontakt-mapa {
flex: 2 1 400px;
height: 300px;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

#kontakt-blok {
  background-color: #f7fbff;
  padding: 60px 20px;
  font-family: system-ui, Arial;
}

.kontakt-box h2,
.kontakt-box h3 {
  color: #005f99;
  margin-bottom: 15px;
  text-align: center;
  padding-top: 10px;
}

.kontakt-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: start;
}

.kontakt-details {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  color: #002b4c;
}

.kontakt-details p {
  margin: 12px 0;
}

.kontakt-details a {
  color: #0077cc;
  text-decoration: none;
  font-weight: 500;
}

.kontakt-details a:hover {
  text-decoration: underline;
}

.kontakt-lokalizacja {
  height: 320px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  justify-self: center;
  margin-top: 20px;
}

label {

  font-family: system-ui, Arial;
}

.map-naglowek {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #005f99;
}

.kontakt-linki {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.kontakt-wstep {
  margin-bottom: 25px;
  line-height: 1.7;
  color: #00324e;
  background-color: #eaf6ff;
  padding: 20px 25px;
  border-left: 6px solid #0077cc;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#dzieci-content {
  background-color: #6aafe0de; 
  color: black;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 1%;
}

#dzieci-content .container-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

#dzieci-content .tekst-blok {
  flex: 1 1 60%;
}

#dzieci-content .zdjecie-blok {
  flex: 1 1 35%;
  max-width: 450px;
}

#dzieci-content .zdjecie-blok img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

#dzieci-content .btn-zapisy {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #517fff;
  color: black;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

#dzieci-content .btn-zapisy:hover {
  background-color: #0088cc;
}

#galeria-content {
  background-color: #e3f2fd;
  padding: 60px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 1%;
}

#galeria-content .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


.galeria-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden; 
}


.galeria-slide {
  display: flex;
  width: 100%; 
  transition: transform 1s ease; 
}


.galeria-slide img {
  width: 100%;
  height: 300px; /
  object-fit: cover; 
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin-right: 20px; 
}

@keyframes galeria-slide-animation {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.galeria-slide {
  animation: galeria-slide-animation 16s infinite linear; 
}


#galeria-content h2 {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: bold;
  color: #1c6b85;
}

@media (max-width: 768px) {
  .galeria-slide img {
    height: 200px; 
  }
}



.btn-social {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-social.fb {
  background-color: #3b5998;
  text-decoration: none;
  color: white;
}

.btn-social.fb:hover {
  background-color: #2d4373;
  text-decoration: none;
  color: white;
}

.btn-social.gmaps {
  background-color: #56ad4e;
  text-decoration: none;
  color: white;
}

.btn-social.gmaps:hover {
  background-color: #1a9916;
  text-decoration: none;
  color: white;
}


  .instruktor-section {
    background-color: #f1f9ff;
    padding: 60px 20px;
  }
  
  .instruktor-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .instruktor-container.reverse {
    flex-direction: row-reverse;
  }
  
  .instruktor-img-wrapper {
    flex: 1 1 40%;
    text-align: center;
     }
  
  .instruktor-img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .instruktor-content {
    flex: 1 1 55%;
    text-align: left;
  }
  
  .instruktor-content.right-text {
    text-align: right;
  }
  
  .instruktor-title {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #023e8a;
  }
  
  .instruktor-text {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #023e8a;
  }
  
  .instruktor-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background-color: #0077cc;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
  }
  
  .instruktor-btn:hover {
    background-color: #005fa3;
  }
  
  
  

  
  @media (max-width: 768px) {
    .instruktor-container,
    .instruktor-container.reverse {
      flex-direction: column;
      text-align: center;
    }
  
    .instruktor-content,
    .instruktor-content.right-text {
      text-align: center;
    }
  }
  
  


  main {
    padding: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    background: linear-gradient(to bottom, #dffbff, #a9f7ff);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  }

  main h2 {
text-align: center;
  }

  section {
    background: white;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .hero-section {
    background: url('/web/images/dzieci/d2.webp') center center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section2 {
    background: url('/web/images/grupapan/grupaplywaniadlapan.jpg') center center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section3 {
    background: url('/web/images/grupapan/grupaplywaniadladoroslych.jpg') center center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-section4 
  {
    background: url('/web/images/grupapan/uks.jpg') center center/cover no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.camp-hero {
  background: url('/web/images/grupapan/obozy.webp') center center/cover no-repeat ;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.camp-hero h1 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.camp-hero p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.camp-hero .hero-btn {
  background-color: #0077cc;
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.camp-hero .hero-btn:hover {
  background-color: #005fa3;
}


.camp-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

.camp-container h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
  color: #004c78;
}

.camp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}

.camp-card {
  background-color: #eaf6ff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.camp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.camp-card h3 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #0077b6;
}

.camp-card p {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}


.ulotka-section {
  background-color: #f1f9ff;
  padding: 50px 20px;
  text-align: center;
}

.ulotka-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #004c78;
}

.ulotka-section p {
  font-size: 1.1rem;
  color: #00324e;
  margin-bottom: 20px;
}

.ulotka-section .hero-btn {
  background-color: #ff9900;
  color: white;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.ulotka-section .hero-btn:hover {
  background-color: #e68900;
}

.ulotka-info {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #555;
}


.camp-cta {
  background-color: #007bff;
  padding: 40px 20px;
  text-align: center;
  color: white;
}

.camp-cta h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.camp-cta p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.camp-cta .hero-btn {
  background-color: #e7fe65;
  color: #023e8a;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.camp-cta .hero-btn:hover {
  background-color: #c8f956;
}

@media (max-width: 768px) {
  .camp-hero h1 {
    font-size: 2rem;
  }

  .camp-container h2,
  .ulotka-section h2,
  .camp-cta h2 {
    font-size: 1.8rem;
  }

  .camp-card {
    padding: 16px;
  }

  .camp-hero p,
  .ulotka-section p,
  .camp-cta p {
    font-size: 1rem;
  }
}


  .hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    text-align: center;
    color: white;
    max-width: 1200px;
    justify-self: center;
  }
  .hero-content h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
  .hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .hero-btn {
    background: #00bcd4;
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
  }
  .hero-btn:hover {
    background: #0097a7;
  }
  
  .features-section {
    background-color: #f4fbff;
    padding: 60px 20px;
  }
  
  .features-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  .features-container h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #004c78;
  }
  
  .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center;
  }
  
  .feature-card {
    background-color: #d7e7ff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.3s ease;
    text-align: left;
  }
  
  .feature-card h3 {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #0077b6;
  }
  
  .feature-card p {
    font-size: 1rem;
    color: #333;
    line-height: 1.5;
  }
  
  .feature-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
  }
  
  

  .gallery-section {
    padding: 4rem 2rem;
    background: #fff;
    text-align: center;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
  }
  .gallery-grid img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    object-fit: cover;
  }
  
  
  .hero-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 12px;
  }

  footer {
    background-color: #023e8a;
    color: white;
    text-align: center;
    padding: 1rem;
  }

  footer p {
    margin: 0;
    font-weight: lighter;
  }

 .sekcja-przewaga {
  padding: 40px 20px;
  background-color: #f1f9ff;
  padding-bottom: 20px;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.text-content {
  flex: 1 1 60%;
}
.image-content {
  flex: 1 1 35%;
  max-width: 400px;
}
.image-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.sekcja-przewaga {
  padding: 40px 20px;
  background-color: #f1f9ff;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  color: black;
}
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}
.text-content {
  flex: 1 1 60%;
}
.image-content {
  flex: 1 1 35%;
  max-width: 400px;
}
.image-content img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.sekcja-przewaga h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
.sekcja-przewaga ul {
  list-style: none;
  padding: 0;
}
.sekcja-przewaga ul li {
  margin-bottom: 10px;
  padding-left: 1.2em;
  position: relative;
}
.sekcja-przewaga ul li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #0077cc;
}
.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #0077cc;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}
.cta-button:hover {
  background-color: #005fa3;
}

.aqua-dzieci-content {
  background: linear-gradient(to right, #60bfce, #44b1bd);
  color: black;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 1%;
}

.aqua-dzieci-content .aqua-container-flex {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.aqua-dzieci-content .aqua-tekst-blok {
  flex: 1 1 60%;
}

.aqua-dzieci-content .aqua-zdjecie-blok {
  flex: 1 1 35%;
  max-width: 450px;
  margin-top: 5%;
}

.aqua-dzieci-content .aqua-zdjecie-blok img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.aqua-dzieci-content .aqua-btn-zapisy {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background-color: #517fff;
  color: black;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.aqua-dzieci-content .aqua-btn-zapisy:hover {
  background-color: #0088cc;
}



  

  @media (min-width: 1000px) {
      header {
     background-position-y: -100px;
      }

    .kontakt-lokalizacja{
      width: 1000px;
    }

    div#Grupy {
      font-size: 150%;
      padding: 20px;
    }
    .hero-section {

      height: 360px;
      width: auto;
  
    }
    .hero-section2 {
  
      height: 360px;
      width: auto;
  
    }
    .hero-section3 {
  
      height: 360px;
      width: auto;
  
    }
    .hero-section4 {
  
      height: 360px;
      width: auto;
  
    }
    .camp-hero {
  
      height: 360px;
      width: auto;
  
    }
  }
@media (max-width: 999px){
  .kontakt-lokalizacja{
    width: 700px;
  }
}
  
  @media (max-width: 768px) {
    header {
      flex-direction: column;
      text-align: center;
    }

    .logo img {
      margin-bottom: 10px;
      height: 100px;
    }

    .header-text h1 {
      font-size: 2rem;
    }

    .header-text p {
      font-size: 1rem;
    }
    main {
      padding: 1rem;
    }
  }

  @media (max-width: 480px) {
    header h1 {
      font-size: 1.8rem;
    }

    header p {
      font-size: 1rem;
    }
    .kontakt-lokalizacja{
      width: 400px;
    }
    .logo img {
      height: 100px;
    }

    section {
      padding: 1rem;
    }
  }
  
  @media (max-width: 400px) {
    .kontakt-lokalizacja{
      width: 300px;
    }
    
  }