@import url('https://fonts.cdnfonts.com/css/aero03');

body {
  margin: 0;
  padding: 0;
  background-color: #1F1F21;
  background-size: cover;
  max-width: 100%;
}
 
.navbar{
  background-color: #1F1F21;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: fixed;
  z-index: 1000;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}

#navbutton{
  display: flex;
  
  justify-content: space-between;
}

@media (max-width: 1080px) {


 #logonav{
  margin-left: -60px;
 }

 

}

#navlogo{
  min-height: 90px;
}

.nav-button{
  color: white;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 6px;
  font-size: 16px;
  margin-top: -10px;
}

.nav-button:hover {
  background-color: transparent;
  color: orange;
}

img{
	width: 50%;
	margin-left: 20px;
}

 .slide {
  position: relative;
  text-align: center; 
  display: flex;
  flex-direction: column;
  align-items: center; 
  opacity: 0;
  transition: opacity 0.5s ease;
}


#start {
 padding-top: 5%;
 align-items: center;
 justify-content: center;
 background-color: white;
}

#baner2{
  width: 100%; 
  margin-bottom: 20px;
  margin-left: -1px;
}

.niewiem{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  font-family: 'Aero_03', sans-serif;
  font-size: 20px;
  background-color: transparent;
  height: 250px;
  z-index: 999;
  position: absolute;
  width: 100%;
  margin-top: -110px;
}

.F{
  margin-top: 15px;
}

.niewiem1{
  width: 250px;
  height: 200px;
  background-color: white;
  text-align: center;
  padding-top: 30px;
  border: 2px solid orange;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.niewiem1 img{
  margin-left: -5px;
  margin-top: 15px;
  width: 90px;
  opacity: 50%;
}

.niewiem2{
  width: 250px;
  height: 250px;
  background-color: white;
  text-align: center;
  padding-top: 30px;
  border: 2px solid rgb(255, 165, 0);
  margin-top: -25px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.niewiem2 img{
  margin-left: -5px;
  margin-top: 30px;
}

#niewiemL{
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

#niewiemR{
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

#section2 {
 background-color: #1F1F21;
 margin-top: 150px;
 margin-bottom: 15rem;
 display: flex;
 justify-content: center;
 align-items: center;
}

@media screen and (max-width: 1180px) {
  #section2{
    max-height: fit-content;
    justify-content: center;
    align-items: center;
  }

 #about {
  margin-top: 90px;
  margin-bottom: 60px;
 }

 #hej{
  margin-bottom: 400px;
 }

}

.title{
  margin-top: 50px;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 margin-bottom: 20px;
}

.title img{
  width: 465px;
}

.text{
  color: #fff;
  font-family: sans-serif;
  text-align: justify;
  font-size: 22px;
}

.kafle{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.XD{
  margin-left: 20px;
  
}

@media screen and (max-width: 1180px) {
  #bot{
    display: flex;
    flex-direction: row;
  }

  #kalendarze{
    margin-left: 40px;
  }

}

.kafel{
  margin-bottom: 55px;
  width: 400px;
  height: 250px;
  background-color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 25px;
}

.kafel::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, #f88401 0%, #f8a301 100%);
  transition: height 0.5s ease;
  z-index: 0;
}

.kafel:hover::before{
  height: 100%;
}

.kafel:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.kafel .opis, .kafel .row, .kafel .row2 {
  position: relative;
  z-index: 1;
  transition: color 0.5s ease;
}

.kafel:hover .opis, .kafel:hover .row, .kafel:hover .opis2, .kafel:hover .row2 {
  color: white;
}

.opis{
  font-size: 40px;
  font-family: 'Aero_03', sans-serif;
  text-align: left;
  margin-left: 25px;
  margin-top: 15px;
}
 .row{
  display: flex;
  flex-direction: row;
  margin-top: 75px;
 }

 .row2{
  display: flex;
  flex-direction: row;
  margin-top: 118px;
 }


 .opis2{
  font-family: sans-serif;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 12px;
 }

 .marker{
  background-color: orange;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 50%; 
  width: 30px; 
  height: 30px; 
  font-size: 30px;
  text-align: center;
  margin-left: 230px;
 }

 .marker img{
  width: 25px;
  justify-content: center;
  text-align: center;
  margin-left: -0.1px;
 }

#section3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: white;
  padding: 0px;
  
}

#about img{
  width: 100%;
  margin: 0;
}

#opinie{
  display: flex;
  margin-top: 200px;
  margin-bottom: 200px;
  align-items: center;
  justify-content: center;
  font-family: 'Aero_03', sans-serif;
  flex-wrap: wrap;
 
}

.lewo img{
 width: 900px;
}



.prawo img{
  display: flex;
  flex-direction: column;
  width: 500px;
  text-align: center;
}

#section5{
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


#section4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
	font-family: 'Aero_03', sans-serif;
	font-size: 30px;
  color: white;
  background-color: #1F1F21;
  height: 900px;
}

#gora{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 55px;
  height: 55px;
  margin-bottom: 5px;
  
}

.tlo{
  background-color: white;
  width: 850px;
  height: 40px;
  margin-bottom: 10px;
  color: black;
  text-align: center;
}

#social{
  display: flex;
  flex-direction: row;
  height: 200px;
  border-bottom-left-radius: 80px;
}

#J{
 width: 280px;
 margin-left: 20px;
 margin-top: 10px;
}

.D{
  margin-top: 5px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.links{
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.links img{
  margin-right: 20px;
}

.orange {
	color: orange;
}

#hej{
  width: 100%;
  margin: 0px;
}

#section5{
width: 100%;
margin: 0px;
}

a:link
{
   color: rgb(0, 0, 0);
   text-decoration: none;
}

a:hover{
  color: orange;
}

a:visited
{
   color: rgb(0, 0, 0);
}

a:active
{
   color: rgb(0, 0, 0);
}

.visible {
  opacity: 1;
}

.slide img {
  max-width: 100%; 
  max-height: 100%; 
  height: auto; 
}

#link{
  color: white;
}

#link:visited{
  color: white;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px; 
  right: 20px; 
  z-index: 999; 
}

.scroll-to-top button {
  background-color: orange;
  color: black;
  border: none;
  padding: 15px; 
  border-radius: 50%; 
  width: 50px; 
  height: 50px; 
  cursor: pointer;
  font-size: 20px;
  text-align: center;
}

.scroll-to-top button:hover {
  background-color: #555;
}

footer {
    background-color: white;
    color: #1F1F21;
    text-align: center;
    padding: 20px;
	font-family: 'Aero_03', sans-serif;
	box-shadow: 5px 5px 10px rgba(0.8, 0, 0, 0.8);
}

@media screen and (max-width: 1180px) {
  .nav-list {
    display: none; 
  }

  .nav-toggle {
    display: block; 
  }

  .nav-list.active {
    top: 40px;
    font-size: 24px;
  }

}



