body {
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

h4 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}






.nav-panel {
    /* background-color: #262a6c; */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
}

.nav-img {
    height: 100px;
}

.nav-1 ul {
    display: flex;
    flex-direction: row;
    list-style: none;
}

.nav-1 ul li a {
    color: white;
    padding: 0 10px;
    text-decoration: none;
}






.nav1 {
display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
  }











/* -----------------------------MENU----------------------------- */

/* header */

.header {
  background-color: #fff;

  position: fixed;
  width: 100%;
  z-index: 300;


}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;

  height: 100px;
  display: flex;
  align-items: center;
}

.header li a {
  display: block;
  padding: 20px 20px;
 
  text-decoration: none;

  color: black;
    font-size: 20px;
}


.header li a:hover {
  color: #20A4F3;
}
.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 400px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


@media (max-width: 48em) {
  .header ul {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
   }

   .nav1 {
     display: block;
   }
}









  /* --------------------------------------KONTAKT-------------------------------- */



  input:focus {
    border: 1px solid red !important;
    outline: none;
    }
  
    textarea:focus {
        border: 1px solid red !important;
        outline: none;
        }
  
  
  .wrapper2 {
    max-width: 1000px;
    margin: 0 auto;
    
  }
  
  .boxes2 {
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    */
  }
  
  .box11 {
    margin: 30px 0;
    padding: 0 10px;
  }
 
  
  .box11 p {
    margin: 5px 0;
  }
  
  .box22 {
    /* margin-right: 50px; */
    padding: 0 10px;
  }
  
  .box11 input {
    border-radius: 10px;
    height: 50px;
    width: 100%;
    margin: 5px 0;
    border: 1px solid black;
    padding: 10px;
  }

  .box11 select{
    border-radius: 10px;
    height: 50px;
    width: 100%;
    margin: 5px 0;
    border: 1px solid black;
    padding: 10px;
  }
  
  .box22 textarea {
    resize: none;
    border-radius: 10px;
    width: 100%;
  }
  
  .box33 input {
    margin-right: 10px;
  }
  
  .button {
    margin-top: 30px;
    width: 200px;
    height: 50px;
    font-size: 20px;
    background-color:rgb(191, 185, 185) ;
    margin-left: 10px;
   
  }
  
  .box33 {
    padding: 0 10px;
  }
  
  
  .kom {
    font-size: 30px;
  }


  

.mar {
  margin-bottom: 100px;
}
 









/* -----------------------------------FOOTER------------------------------------ */


footer {
  background-color: #282c31;

}

.footer1 {
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}


.footer-content-1 {
 
  display: flex;
  justify-content:space-between ;
}


.footer-menu ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
}


.footer-menu ul li  {
padding-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
color: white;
}

.footer-menu ul li a {
  color: white;
  text-decoration: none;
}



.footer-content-1-1 {
  color: white;
  padding: 20px 0;
}

.footer-content-1-1 p {
  margin: 0;
  padding: 10px;
}

.footer-content-1-1 p a {
  color: white;
  text-decoration: none;
}



.footer-logos :nth-child(2) {
font-size: 30px;
padding-left: 10px;
}

.footer-logos a {
color: gray;
}


















.gallery-text {
 
  font-size: 55px;
  color: #B9529F;
  border-bottom: 2px #2d3889 solid;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'IBM Plex Sans', sans-serif;
  
}






.img {
  width: 200px;
  border-radius: 5px;
  cursor: zoom-in;
  display: block;
  height: 200px;
  object-fit: cover;
}

.img-panel {
  padding: 5px;
  background-color: transparent;
  height: auto;
  width: auto;
  display: inline-block;
  transition: all 200ms ease;
  border-radius: 5px;
}
.img-panel:hover {
  background-color: #20A4F3;
}

.img-panel__selct {
  background-color: #20A4F3;
}

.display-box {
 
  max-width: 1000px;
  min-width: 300px;
  margin: 1em auto;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(auto-fill, 210px);
  grid-autoflow: row;
  justify-content: center;
  margin-bottom: 100px;
}

.img-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  transition: all 200ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 400;
}

.img-wrapper__initial {
  background-color: rgba(0, 0, 0, 0.7);
}

.image__selected {
  max-width: 70vw;
  max-height: 80vh;
  display: block;
  cursor: pointer;
  transition: all 300ms ease-in-out;
  position: relative;
  border: transparent solid 4px;
  border-radius: 5px;
}

.img-selected-initial {
  border: white solid 4px;
}

.img-close {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 200ms ease-in-out;
  cursor: pointer;
  border-radius: 5px;
}
.img-close:hover {
  background-color: #CA3B4E;
}
.img-close:before {
  content: " ";
  height: 40px;
  width: 5px;
  background-color: white;
  transform: rotate(45deg);
  position: absolute;
  cursor: pointer;
}
.img-close:after {
  content: " ";
  height: 40px;
  width: 5px;
  transform: rotate(135deg);
  position: absolute;
  z-index: 100;
  background-color: white;
  cursor: pointer;
}

.add-img-fieldset {
  
}

.file-input {
  visibility: hidden;
}

.file-input-label {
  padding: 10px 15px;
  background-color: #255F85;
  border-radius: 3px;
  font-family: sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.file-input-label:hover {
  background-color: #4C7C9B;
}



 




/* ----------------ANIMATIONS--------------- */



.slideanim {
  visibility:hidden;
  visibility:visible\9;/*For old IE browsers IE6-8 */
}
.slideanim.slide {                  
  visibility: visible;                  
  animation: slide 1s;
}
.slideanim::after {
  /* useful when its child elements are float:left; */
  content: "";
  display: table;
  clear: both;
}
@keyframes slide {
  0% {
      opacity: 0;
      transform: translateY(50%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}






.slider {
  /* padding-top: 100px; */
  display: flex;
  flex-direction: column;
  position: relative;

}

.slider2 {
 
  display: flex;
  flex-direction: column;
  position: relative;

}




.line {
  border-top: 1px white solid;
}

.block {
  height: 105px;
}


.s-text {
  position: absolute;
  z-index: 200;
  color: white;
  font-size: 50px;
  text-align: center;
  text-transform: uppercase;
  left: 0;
  right: 0;
  bottom: 10%;
}



.pasek {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-size: 25px;
}


.pasek2 {
background-color: #282c31;
color: white;
width: 40%;
text-align: end;
padding-right: 5px;
text-transform: uppercase;
}

.pasek3 {
  background-color: #ffc901;
  color: black;
  width: 60%;
  padding-left: 5px;
  }




.box1 {
  display: flex;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0 10px;
}

.box1 img {
  object-fit: cover;
    width: 500px;
    height: 375px;
    padding-right: 40px;
}

.box1 div {
  font-size: 20px;
}
.txt-b {
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
  color: #044970;
}

.txt-b2{
  font-size: 30px;
  font-weight: 500;
  margin-top: 10px;
  text-align: right;
  padding-right: 10px;
  color: #044970;

}

.txt-r{

  text-align: right;
  padding-right: 10px;
}













.box2 {
display: flex;
flex-direction: row;
justify-content: center;
min-height: 200px;
margin-top: 150px;
}

.left {
  background-color:#ffc901;
  width: 40%;
  position: relative;
  display: flex;
}

.left img {
  max-width: 350px;
  position: absolute;
  left: 85%;
  bottom: -14%;
}


.right {
  background-color: #e1e1e1;
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right2 p{
  padding-left: 100px;
}

.right2 p:nth-child(1) {
font-size: 40px;
font-weight: 500;
text-transform: uppercase;

}

.right2 p:nth-child(2) {
  font-size: 30px;
  }




  .box3 {
    display: flex;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 10px;
    font-size: 20px;
  }


  .parallax {
    background-image: url("img/paralax.jpg");
    min-height: 350px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px; 
    display: flex;
  }
  .parallax1-2 {
    background-image: url("img/paralax_transport.jpeg");
    min-height: 350px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px; 
    display: flex;
  }


  .parallax1-3 {
    background-image: url("img/paralax_skup.jpeg");
    min-height: 350px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px; 
    display: flex;
  }

  .parallax1-4 {
    background-image: url("img/paralax_paczkowanie.jpeg");
    min-height: 350px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px; 
    display: flex;
  }
  
  

      .parallax2 {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 70%;
      }

      .parallax3 {
        position: absolute;
        width: 300px;
        color: white;
        font-size: 30px;
        top: 20%;
      
          }
    

      .parallax3 :nth-child(1){
        text-transform: uppercase;

      }


      .box4 {
        display: flex;
        flex-direction: row;
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 10px;
        margin-bottom: 30px;
      }

      .box4-1 {
         margin-top: 50px;
      }


      .box4 :nth-child(1){
        font-size: 30px;
        padding-right: 30px;
        width: 40%;
      }

      .box4 :nth-child(2){
        font-size: 20px;
      }



      .map {
        width: 100%;
        height: 450px;
      }


      .box-text-1 {
        
       
      margin-top: 20px !important;
        /* max-width: 1300px; */
        margin: 0 auto;
        padding: 0 10px;
        padding-bottom: 20px;
      
      
      }

      .box-text {
        padding: 20px;
        
      margin-top: 20px !important;
    
        margin: 0 auto;
      }

      .box-text p {
        margin-left: 10%;
        font-size: 30px;
        padding-bottom: 10px;
      }

      .box-text1 { 
      width: 100%;
      height: 10px;
      background-color: #20A4F3;

      }

      .box-text2 { 
        display: flex;
        flex-direction: row;
        align-items: flex-end;
  
        }

        .box-text3 { 
          width: 86px;
          height: -18px;
         
          border-bottom: 40px solid #20A4F3;
          border-right: 37px solid transparent
          
    
          }




          .box-of {
            max-width: 1300px;
            padding: 0 10px;
            margin: 0 auto;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding-bottom: 10px;
          
          }

          .box-of1 {
            width: 400px;
            padding: 20px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
           
          }
                
          .box-of1 :nth-child(1) {
            font-size: 30px;
            color: #20A4F3;
          }

          .box-of1 :nth-child(2) {
            font-size: 25px;
            font-weight: 400;
            height: 60px;
            color: #044970;
           
          }

          .box-of1 :nth-child(3) {
            font-size: 15px;
            font-weight: 400;
            height: 100px;
          }





          /* -------------------------------------COOKIES------------------------------------------ */


          #riskfloater {
            background-color: green;
            left: 10px;
            position: fixed;
            padding: 8px 16px;
            background: green;
            color: #ffffff;
            cursor: pointer;
            bottom: 10px;
            z-index: 2;
           
        }
        
        #cookiebar { 
            position: fixed;
            bottom: 0;
            left: 5px;
            right: 5px;
            display: none;
            z-index: 200;
            .container {
            
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                background-color: green;
                color: #ffffff;
                margin-bottom: 10px;
                text-align: center;
                padding: 10px;
                overflow: hidden;
                a{
                    color: white;
                    text-decoration: none;
                    border-bottom: 1px dotted white;
                }
            }
        }
        
        #cookiebarBox { 
            position: fixed;
            bottom: 0;
            left: 5px;
            right: 5px;
           width: 300px;
            z-index: 200;
            .container {
            
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                background-color: #20a6f3;
                color: #ffffff;
                margin-bottom: 10px;
                text-align: center;
                padding: 10px;
                overflow: hidden;
                a{
                    color: white;
                    text-decoration: none;
                    border-bottom: 1px dotted white;
                }
            }
        }
        
        .cookieok {
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-color: #e8f0f3;
            color: #186782 !important;
            font-weight: 600;
         
            line-height: 2.5em;
            height: 2.5em;
            display: block;
            padding-left: 30px;
            padding-right: 30px;
            border-bottom-width: 0 !important;
            cursor: pointer;
            max-width: 200px;
            margin: 0 auto;
            margin-top: 5px;
            
        }

        .cp a {
          color: white;
        }