
div#menu {
  font-family: Verdana, sans-serif;
  font-size: 60%;
  background-color: white;
  box-shadow: 0px 18px 16px -18px grey;
  display: inline-block;

  margin: 2% 2%;
  background-color: white;
  max-width: 99%;
 
}

#menu ul{list-style: none;
display: flex;
flex-direction: row;
justify-content: right;
}
#bilplu {width: 17%;
float: left;}
#tytul15 {color: #FCF6F1;
  background-color: #1c2021;}
#navbar a{font-size: 20px;
  text-decoration: none;
  color: #112A46;
  margin: 0px 0px 0px 40px;
  padding: 10px 20px;
  background-color: #ACC8E5;
 
  border-radius: 30px;
  }
#navbar a:hover:not(.active) {
  background-color: #eee6d9;
  color: #150e02;
}
main {display: flex;
flex-direction: column;
max-width: 98%;
}

#naglowek1 {
font-size: 40px;
font-weight: bold;
color: #13110e;
font-family: Verdana, sans-serif;
margin: 45px 20px;
}

#article1 { 
margin: auto ;
display: flex;
max-width: 98%;
flex-direction: row;
column-gap: 2%;
flex-wrap: wrap;

}
.ofirmie 
{
  margin: auto;
width: 40%;
font-family: Verdana, sans-serif;
line-height: 30px;
}

.mySlides {display:none;}

#slide1 {display:block}
.ofirmiegaleria img {vertical-align: middle;
  max-width: 100%}


.ofirmiegaleria {
  width: 40%;
  max-width: 600px;
  position: relative;
  margin: auto;
  margin-top: 4.5%;
}


.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #23170D;
  background-color:rgb(195, 209, 233);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color:rgb(195, 209, 233)
}


.text {
  color:#24211E;
  background-color: rgb(193, 179, 168, 0.7);
  font-size: 15px;
  padding: 8px 0px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.sec {max-width: 90%}
.numbertext {
  color:#262421;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}


.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}







@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
#btn {
  
  background-color:#424242;
  border: none; 
  color:#FFFFFF; 
  padding: 14px 28px; 
  cursor: pointer; 
  border-radius: 30px;
}
#btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#btn:hover span {
  padding-right: 25px;
}

#btn:hover span:after {
  opacity: 1;
  right: 0;
}

#article2 { 
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  margin: auto ;
  width: 98%;
  font-family: Verdana, sans-serif;
  
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.close {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  position: fixed;
  top: 20px; 
  right: 30px; 
}

.close:hover {
  color: #ccc;
}

#btn {
  cursor: pointer;
}

 #container{
 width: 70%;
 overflow: auto;
 }


#usluginav {
  background-color: #ffffff;
  color: white;
  text-align: center;
 
  width: 25%;
  height: auto; 
  overflow: auto;
  line-height: 20px;
}

.usluginava{
  color: white;
  background-color: black;
  border-radius: 30px;
  text-decoration: none;
  padding: 20px 10px;
  margin: 20px 7px;
  font-size: 18px;       
  cursor: pointer;        
         
  display: block; 
}

.card {
  width: 95%;
  border: 1px solid #ddd;
  margin: 10px 0px;
  padding: 0px;
  box-sizing: border-box;
  height: 450px;
  overflow: hidden;
  display: none;
  border-radius: 30px;
  }
#card1 {
  background-color: #13a562;
  padding:1px 6px;
  display: block
}
h3 {font-size: 20px;
  margin: 20px 0px 20px 20px;
  
}
.card ul{font-size: 16px;
    width: 50%;
    line-height: 40px;
    margin: 10px 0px 0px 60px;;
    padding: 0;
   
   
 }

.sec1 {max-width:450px;margin-left:15px;
  float: right; margin-top: 50px;
}
#card2 {background-color: #40beae;
color: #112A46}
#card3 {background-color: #00bce9;
}
#card4 {background-color: #b99316;
height: 600px}
#card5 {background-color: #8c5523;
color: #E8E0D7}

.content {
padding: 10px 20px}

footer {background-color: rgb(195, 209, 233);
text-align: right;
color:#55504a;
margin: 0;
padding: 0; 
bottom: 0;}

#artykul3 {
margin: 20px 10px 100px 10px;
display: flex;
flex-direction: row;
width: 100%;

justify-content: space-around;
}
#kontakt1 {width: 30%;
  font-size: 125%;
  text-align: center;
  font-weight: 200;
box-shadow: 20px  20px black;
background-image: url("watch-1277873_1280.png");}
#godzpra {width: 30%;
  box-shadow: 20px  20px black;
  background-image: url("watch-1277873_1280.png");
  font-size: 125%;
  text-align: center;
}
h2 {
  font-size: 40px;
  font-weight: bold;
  color: #13110e;
  font-family: Verdana, sans-serif;
  margin: 50px 125px 0px 125px;
  }
  h4 {font-size: 100%;
  margin: 0;}
  #article15 {
  background-image: url("target-4694357_1280.png");
  width: 100%;
  height: 1025px;
  padding: 0;
  margin: 5% 0% 2% 0%}
#art15  {display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 25px;
  justify-content: right;
  margin: 0% 0% 0% 70%;
}
.art55 {display: block;
padding: 20px 45px;
background-color:rgb(195, 209, 233, 0.6);
border-radius: 30px;
font-size: 125%;
}







@media screen and (max-width: 600px){html {width: 100%}
#navbar a{font-size: 15px;
  text-decoration: none;
 
  margin: 0% 0% 0% 0%;
  padding: 5px 10px;
  
 
  border-radius: 30px;
}
#article1 {flex-direction: column;}
#naglowek1 {
  font-size: 35px;
  font-weight: bold;
  color: #13110e;
  font-family: Verdana, sans-serif;
  margin: 25px 5px;
  }
  #article1 { 
    margin: 0% ;
    display: flex;
    max-width: 98%;
    column-gap: 0%;
    flex-wrap: wrap;
    
    }
    .ofirmie {
  margin: auto;
width: 90%;
font-family: Verdana, sans-serif;
line-height: 30px;
}
.ofirmiegaleria {
  width: 90%;
  max-width: 600px;
  position: relative;
  margin: auto;
  margin-top: 4.5%;
}
.art55 {display: block;
  padding: 10px 25px;
  background-color:rgb(195, 209, 233, 0.6);
  border-radius: 30px;
  font-size: 125%;
  }
  #tytul15 {
    padding: 0 0px;
  margin: 5% 0% 5% 5%;}
  #article2 { 
    display: flex;
    flex-direction: column;
    column-gap: 5px;
    margin: auto ;
    width: 100%;
    font-family: Verdana, sans-serif;}
    .card {
      width: 100%;
      border: 1px solid #ddd;
      margin: auto;
     
      box-sizing: border-box;
      display: none;
      border-radius: 30px;
      }
      .card ul{font-size: 16px;
        font-weight: 700;
        text-align: left;
        width: 100%;
        line-height: 25px;
        margin: 30px 10px 0px 20px;;
        padding: 0;
        color: #0c0c0b;
     }
    
     #container{
      width: 100%;
      overflow: auto;

      }     
       
      ul.content {background-color: rgba(250, 242, 225, 0.6);
      padding-left: 30px; width: 85%; height: auto;}
      h4 {font-size: 20px;
        text-align: center;
        margin: 60px 70px 20px 20px;
        color: #1d1c1b;
        background-color: rgba(250, 242, 225, 0.9);}
    .sec1{display: none;}
     #usluginav {
     
      text-align: center;
     
      margin:auto;
      width: 90%;
      height: auto; 
      overflow: auto;
      line-height: 20px;
    }
     .usluginava{
      display: flex;
      flex-direction: row;
      
      border-radius: 30px;
      text-decoration: none;
    
      margin: 1% 1%;
      font-size: 15px;       
      cursor: pointer;        
         
      display: block; 
    }
    #artykul3 {
      margin: 20px 10px 100px 10px;
      display: flex;
      flex-direction: column;
      width: 100%;
      justify-content: space-around;
      }
      #kontakt1 {width: 90%;
        font-size: 125%;
        text-align: center;
        font-weight: 200;
      box-shadow: 20px  20px black;
      background-image: url("watch-1277873_1280.png");}
      #godzpra {width: 90%;
        box-shadow: 20px  20px black;
        background-image: url("watch-1277873_1280.png");
        font-size: 125%;
        text-align: center;
        margin-top: 20%;
      }
      #article15 {
        background-image: url("target2-4694357_1280.png");
        width: 100%;
        height: 1025px;
        padding: 0;
        margin: 5% 0% 2% 0%}

       .sec1 {display: none;}
#card1 {background-image: url("2accounting-6063321_1280.png"); opacity: 0.8;}
#card2 {background-image: url("2money-6780010_1280.png"); opacity: 0.8;}
#card3 {background-image: url("2business-6680123_1280.png"); opacity: 0.8;}
#card4 {background-image: url("people-5525900_1280.png"); opacity: 0.8;
height: 600px}
#card5 {background-image: url("2work-4166471_1280.png"); opacity: 0.8;}
}





@media screen and (min-width: 600px) and (max-width: 1000px){html {width: 98%;
  height: 100%;
  margin: 0px;}
  #navbar a{font-size: 20px;
    text-decoration: none;
   
    margin: 0px 0px 0px 40px;
    padding: 10px 20px;
    
    border-radius: 30px;
    }
    #article1 {flex-direction: row;}
    .sec1 {max-width: 50%;
      height: auto; margin-left:15px;
      float: right; margin-top: 50px;
}
#article15 {
  background-image: url("target3-4694357_1280.png");
  width: 100%;
 height: 1000px;
  padding: 0;
  margin: 5% 0% 2% 0%}
#art15  {display: flex;
  flex-direction: row; 
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 25px;
  justify-content: right;
  margin: 0% 0% 0% 50%;
}
.art55 {display: block;
padding: 20px 45px;
background-color:rgb(195, 209, 233, 0.6);
border-radius: 30px;
font-size: 125%;
}
h4 {font-size: 100%;
  margin: 0;
text-align: center}
.card {height: auto;}}
