@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');


body {
  font-family: 'Roboto', sans-serif;
  line-height: 1.6;
  background: #ffd88e;
}

/*
STYLE MENU - START
*/

*{
  margin: 0;
  padding: 0;
  text-decoration: none;
  
}

header{
  height: 90px;
  background: #00451c;
  position: fixed;
  right: 0;
  top: 0%;
  width: 100%;
  z-index: 100;
  opacity: 0.7;
  border-bottom: solid 2px #ffd88e;
  box-shadow: 5px 5px 10px;
}

.inner-width{
  max-width: 1200px;
  padding: 0 10px;
  margin: auto;
}

.logo{
  float: left;
  padding: 0;
  margin-top: 1em;
}

.logo img{
  height: 50px;
}

.navigation-menu{
  float: right;
  display: flex;
  align-items: center;
  min-height: 90px;
}


.navigation-menu a{
  margin-left: 10px;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  padding: 12px 20px;
  border-radius: 4px;
  transition: .3s linear;
}
.navigation-menu a:hover{
  
  color: #2f3640;
  transform: scale(1.1);
}

.navigation-menu i{
  margin-right: 8px;
  font-size: 16px;
}


.menu-toggle-btn{
  float: right;
  height: 90px;
  color: white;
  font-size: 26px;
  display: none !important;
  cursor: pointer;
}


@media screen and (max-width:1200px) {
  .menu-toggle-btn{
    display: block !important;
    margin-top: 1em;
    margin-right: 20px;
  }

  .logo img{
    margin-left: 20px;
  }


  .navigation-menu{
    position: fixed;
    width: 100%;
    max-width: 400px;
    background:#00451c;
    top: 90px;
    right: 0;
    display: none;
    padding: 20px 40px;
    box-sizing: border-box;
    z-index: 9;
  }

  .navigation-menu::before{
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #172b4d;
    position: absolute;
    top: -10px;
    right: 10px;
  }

  .navigation-menu a{
    display: block;
    margin: 10px 0;
  }

  .navigation-menu.active{
    display: block;
  }
}


/*
STYLE MENU - END
*/

/*
STYLE SLIDER - START
*/
.slider {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.slide.current {
  opacity: 1;
}

.slide .content {
  position: absolute;
  bottom: 550px;
  left: -400px;
  opacity: 0;
  width: 800px;
  color: white;
  padding: 35px;
  
}



.slide .content h1 {
  margin-bottom: -15px;
  margin-top: -15px;
  font-weight: 300;
  font-style: italic;
  font-size: 4em;
  float: right;
  transition-duration:1s;
  -webkit-transition-duration:1s; /* dla Google Chrome, Safari, Opera 15+ */
}

.slide .content p {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 1.2em;
  color: #ffd88e;
  float: right;
  transition-duration:3s;
  -webkit-transition-duration:3s; /* dla Google Chrome, Safari, Opera 15+ */
}

.slide.current .content {
  opacity: 1;
  transform: translateX(600px);
  transition: all 0.7s ease-in-out 0.3s;
}

.kreska-slider {
  border-left: 40px solid#ffd88e;
  height: 2px;
  width: 0;
  margin-top: 35px;
  float:left; 
  padding-right: 23px;
  
}



.button-slider {  
  margin-top: 650px;
  margin-left: 400px;  
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #FFD88D;
  font-size: 2em;
  font-weight: 100;
  padding: 15px;
  background-color: transparent;
  border: solid #FFD88D 2px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  text-align: center; 

}

.button-slider:hover {
  background: #FFD88E;
  border: solid #000000 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
  color: white;
}

.button-slider img {
  padding-right: 30px;
}



@media (max-width: 500px) {



  .slide .content {    
    bottom: 50px;
    left: -150px;
    width: 100%;  
    
  }

  .slide .content h1 { 
    font-weight: 400;
    font-size: 1.5em;
    padding-bottom: 10px;
    transition-duration:1s;
    -webkit-transition-duration:1s; /* dla Google Chrome, Safari, Opera 15+ */
  }

  .slide .content p {
    margin-bottom: 0px;
    font-weight: 100;
    font-size: 1em;
    transition-duration:3s;
    -webkit-transition-duration:3s; /* dla Google Chrome, Safari, Opera 15+ */
  } 

  .kreska-slider {
    border-left: 40px solid#ffd88e;
    height: 2px;
    width: 0;
    margin-top: 25px;
    float:left; 
    padding-right: 23px;
    
  }

  .slide.current .content {
    transform: translateY(-300px);
  }

  .button-slider {  
    margin-top: 500px;
    margin-left: 100px;  
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #FFD88D;
    font-size: 1.5em;
    font-weight: 100;
    padding: 15px;
    background-color: transparent;
    border: solid #FFD88D 2px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;   
  }

  .button-slider img {
    padding-right: 30px;
  }

}



/* Backgorund Images */
 
.slide:first-child {
  background: url('images/slider1.jpg') no-repeat
    center top/cover;
}



/*
STYLE SLIDER - END
*/




/* USŁUGI - START
--------------------------------*/

.image_informacje {    
  width: 100%;
  box-shadow: 2px 2px 5px;
}

.image_informacje_mobile {  
  width:100%;
  display: none;
}


.zaufali-header h2 {
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  margin-top: 50px
  
}

.zaufali-header h3 {
  text-align: center;
  font-weight: 400;
  font-size: 3em;
  color:  #00451c;
  margin-top: 30px
  
}

.zaufali-header h4 {
  text-align: center;
  font-weight: 400;
  font-size: 1.5em;
  margin-top: 30px
}


.center
{
text-align: center;
margin: 0 auto;
padding-top: 20px;
}


.kategorie{
  max-width: 1500px;
  margin: auto;
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}

.kategorie-post{
  width: calc(25% - 10px);
  overflow: hidden;
}

.kategorie-post-img{
  width: 100%;
  border-radius: 6px;
  transition: .3s linear;
}

.kategorie-post-content{
  margin: 20px 20px;
  padding: 30 0px;
  border-radius: 6px;
  transition: .3s linear;
}

.kategorie-post-content h2{
  font-size: 18px;
  font-weight: 600;
  float:left;

}

.kategorie-post-content h3{
  font-size: 16px;
  padding-top: 70px;  
  font-weight: 300;
}

.kreska-kategoria {  
  height: 45px;
  width: 45px;
  float:left;
  padding-right: 20px;
  position: relative;   
}

.kategorie-post:hover .kategorie-post-content{
  transform: scale(1.1);
}

@media screen and (max-width: 1200px){
  .kategorie{
    justify-content: center;
  }
  .kategorie-post{
    width: min(600px, 100%);
  }
  .image_informacje {
    display: none;
  }
  .image_informacje_mobile {
    display: block !important;
    margin-bottom: -200px;
  }

  .zaufali-header {
    margin-top: 250px;
  }
}

/* USŁUGI - END
--------------------------------*/


.slider2 {
  position: relative;
  overflow: hidden;
  height: 30vh;
  width: 100%;
  background: url('images/background.jpg') fixed no-repeat;
  background-position: 0px 400px;
}


/* KONTAKT - START
--------------------------------*/

.kontakt-section {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  min-height: 5vh;   
}

.kontakt-width {
  max-width: 1500px;
  padding: 10px;
  margin: auto;
  display: flex; 
  flex-wrap: wrap;
}

.kontakt-width h2 {
  color: #00451c;
  font-weight: 700;
  font-size: 1.5em;
  padding: 0;
  text-align: center;    
}

.kontakt-width h3 {
  color:white;
  font-weight: 400;
  font-size: 1em;
  padding: 10px 0;
  text-align: center; 
  background-color: #00451c; 
}

.kontakt-width h4 {
  color: #00451c;
  font-weight: 400;
  font-size: 1.5em;
  padding: 5px 0;
  text-align: center;    
}

.kontakt-width h5 {
  color: #00451c;
  font-weight: 400;
  font-size: 1em;
  padding: 0;
  text-align: center;    
}


.kontakt-width a {
    color:white; 
}

.kontakt-width a:hover {
  color: #ffd88e; 
}



.kontakt-column-left{
  width: calc(50% - 10px);
}

.kontakt-column-right{
  width: calc(50% - 10px);  
}




@media screen and (max-width: 1200px){
  .kontakt-column-left{
    justify-content: center;
    width: min(600px, 100%);
  }
  .kontakt-column-right{
    justify-content: center;
    width: min(600px, 100%);
  }
  .kontakt-width h3 {
    font-size: 0.7em;
  }
  .image_informacje{
    display: none;
  }
 

}


.form-group {
  width: 100%;
  padding-top: 5px;
 
}


.form-control { 
  width: 95%;  
  font-size: 1em;
  padding:5px;
  -webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
padding: 15px;
background-color: transparent;
border: solid  2px #00451c;
text-decoration: none;
display: inline-block;
cursor: pointer;
text-align: center; 
}

.button_form {
  background-image: url(/images/button_wyslij.png);
  margin-top: 10px;
  width: 142px;
  height: 37px;
  float: right;
}

@media screen and (max-width:1200px) {
  .form-control{
width: 80%;
  }

  .button_form {
    float: none;
  }

  .kontakt-section {
    margin-top: 200px;
    
  }
}
 

/* KONTAKT - END
--------------------------------*/



/* FOOTER - START
--------------------------------*/

.footer-section {
  top: 30px;
  position: relative;
  overflow: hidden;
  min-height: 5vh;
  background:#00451c;
  
}

.footer-width {
  max-width: 1200px;
  padding: 10px;
  margin: auto;
  display: flex; 
  flex-wrap: wrap;
}



.footer-width h3 {
  color:white;
  font-weight: 400;
  font-size: 1em;
  padding: 10px 0;
  float: right;
}

.footer-width a {
    color:white; 
}

.footer-width a:hover {
  color: #ffd88e; 
}



.footer-column-left{
  width: calc(25% - 10px);
  overflow: hidden;
}

.footer-column-right{
  width: calc(75% - 10px);
  overflow: hidden;
}




@media screen and (max-width: 1200px){
  .footer-column-left{
    justify-content: center;
    width: min(600px, 100%);
  }
  .footer-column-right{
    justify-content: center;
    width: min(600px, 100%);
  }
  .footer-width h3 {
    font-size: 0.7em;
  }
}

/* FOOTER - END
--------------------------------*/

