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

body {
  font-family: "Roboto", sans-serif;
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1200px;
}

nav p {
  display: inline-block;
}

.navigation-main {
  height: 20%;
  width: 100%;
  display: flex;
}

.navigation-author {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 50%;
  margin: 20px;
}

.navigation-author p {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 30px;
  font-weight: bold;
}

.navigation-author i {
  font-size: 70px;
}

.navigation-menu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 5px;
  width: 50%;
  padding: 20px;
}

.navigation-menu i {
  display: none;
}

.navigation-menu a {
  font-size: 20px;
  text-decoration: none;
  color: black;
  transition: 0.3s;
}

.navigation-author span {
  color: rgba(17, 159, 202, 0.733);
}

.navigation-author p:hover,
i:hover {
  color: rgba(17, 159, 202, 0.733);
}

.navigation-menu a:hover {
  color: rgba(17, 159, 202, 0.733);
  transform: translateY(20px) scale(1.2);
  padding: 20px;
}

.mainimg {
  background-image: url("../img/kran.avif");
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  width: 100%;
  background-position: center;
  position: relative;
}

.heroimg {
  background-color: rgba(0, 0, 0, 0.623);
  height: 100%;
  width: 100%;
  position: absolute;
}

.herotext {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  font-size: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

.herotext p {
  color: rgba(255, 255, 255, 0.671);
}

h1 {
  color: rgba(255, 255, 255, 0.671);
  font-size: 70px;
}

h1 span {
  color: rgba(17, 159, 202, 0.733);
}

.aboutus {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 90px;
}

.iframe2 {
  display: flex;
  padding-left: 20px;
  padding-bottom: 60px;
  align-self: center;
}

.aboutus2 {
  margin-top: -70px;
  width: 100%;
  height: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  flex-wrap: wrap;
}

.aboutustext {
  width: 50%;
  height: 70%;
  letter-spacing: 2px;
  line-height: 25px;
  font-weight: bold;
}

.aboutustext h2 {
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap;
}

.aboutustext p {
  font-weight: bold;
  padding-top: 0px;
}

.aboutusimg {
  display: flex;
  flex-direction: column;
  width: 50%;
  height: 50%;
}

.plumberimg {
  position: absolute;
  top: 10%;
  height: 500px;
  width: 550px;
}

.service {
  width: 100%;
  height: 500px;
  background-color: gray;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.serviceimg {
  background-image: url("../img/budowa.avif");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.serviceimg2 {
  background-image: url("../img/paczka.avif");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.heroserviceimg {
  background-color: rgba(0, 0, 0, 0.623);
  height: 100%;
  width: 100%;
  position: absolute;
}

.heroservicetext {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  z-index: 10;
}

.heroservicetext h2 {
  color: rgba(255, 255, 255, 0.671);
  font-size: 50px;
  text-transform: uppercase;
}

.heroservicetext p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.671);
  font-weight: bold;
}

.heroservicetext span {
  color: rgba(17, 159, 202, 0.733);
}

.heroservicetext input {
  margin-top: 10px;
}

.button {
  height: 55px;
  width: 100px;
  padding: 10px;
  border: 2px solid rgba(17, 159, 202, 0.733);
  border-radius: 5%;
  background-color: rgba(128, 128, 128, 0.007);
  transition: background-color 0.5s;
  color: rgba(255, 255, 255, 0.726);
  font-size: 20px;
  cursor: pointer;
}

.button:hover {
  background-color: rgba(17, 159, 202, 0.733);
}

.contact {
  position: relative;
  background-image: url("../img/kontakt.avif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0px;
  display: flex;
  width: 100%;
  height: 500px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
}

.hero {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.623);
  width: 100%;
  height: 100%;
}

.contactleft {
  width: 49vw;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.contacttext {
  display: flex;
  font-size: 40px;
  margin-top: 50px;
  z-index: 1000;
}

.contacttext a {
  color: rgba(255, 255, 255, 0.671);
  transition: 0.2s;
  z-index: 1000;
  text-decoration: none;
  font-weight: bold;
}

.contacttext a:hover {
  color: rgba(17, 159, 202, 0.733);
}

.icon {
  display: flex;
  align-items: start;
  color: aqua;
  margin: 10px;
}

.fa-location-dot {
  color: rgba(180, 29, 29, 0.849);
}

.fa-facebook {
  color: rgba(19, 19, 204, 0.788);
}

.fa-phone {
  color: rgba(0, 0, 0, 0.692);
}

.fa-envelope {
  color: rgba(196, 117, 21, 0.788);
}

.footer {
  clear: both;
  width: 100%;
  background-color: rgba(14, 13, 13, 0.925);
}

.footertext {
  font-size: 20px;
  font-weight: bold;
  color: rgb(12, 12, 12);
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow {
  position: fixed;
  left: 97%;
  top: 99%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.arrowtext {
  font-size: 15px;
  font-weight: bold;
  color: rgb(199, 125, 36);
  white-space: nowrap;
}

.fa-sharp {
  position: absolute;
  left: 50%;
  top: -70%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: rgb(199, 125, 36);
  animation: arrowcircle 1s linear infinite;
  padding: 20px;
}

.fa-sharp:hover {
  color: rgba(199, 126, 36, 0.603);
  animation: 0;
}

.hamburgerlist span {
  display: none;
}

.hamburgerlistcss {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  z-index: 10000000;
  border-radius: 10%;
  transition: 0.5s;
}

.texthamburgercss {
  text-align: center;
  display: block;
  font-size: 25px;
  text-decoration: none;
  color: rgba(2, 6, 8, 0.596);
}

.hamburger {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  color: white;
  text-decoration: none;
}

.hamburger2 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  color: white;
  text-decoration: none;
}

.hamburger3 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  color: white;
  text-decoration: none;
}

.hamburger4 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  color: white;
  text-decoration: none;
}

.hamburger5 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  color: white;
  text-decoration: none;
}

button a {
  color: rgba(255, 255, 255, 0.671);
  font-size: 20px;
  text-decoration: none;
}

.iframe2 {
  display: none;
}

.wrapper-car {
  margin-left: auto;
  margin-right: auto;
  padding-left: auto;
  padding-right: auto;
  width: 100%;
  max-width: 1100px;
}

.car-none {
  display: none;
}

.timetabletel {
  top: 25%;
  left: 0.9%;
  transform: translate(-50%, -50%);
  position: fixed;
  display: block;
  width: 50px;
  height: 180px;
  border-radius: 5px;
  background-color: rgba(17, 159, 202, 0.801);
  z-index: 1000;
}

.timetabletel button {
  margin-top: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  line-height: 3px;
  padding: 10px;
  border: 0;
  background-color: rgba(17, 159, 202, 0);
  white-space: nowrap;
}

.timetable {
  top: 25%;
  left: 250px;
  width: 400px;
  transform: translate(-50%, -50%);
  position: fixed;
  display: block;
  border: 2px solid rgba(17, 159, 202, 0.945);
  background-color: rgba(17, 159, 202, 0.781);
  font-weight: bold;
  white-space: nowrap;
  z-index: 10000000;
  transition: 0.5s;
  opacity: 2;
}

.timetable_none {
  opacity: 0;
  transition: 0.5s;
}

@keyframes arrowcircle {
  0% {
    top: -70%;
  }
  25% {
    top: -60%;
  }
  50% {
    top: -70%;
  }
  75% {
    top: -60%;
  }
  100% {
    top: -70%;
  }
}
@media (max-width: 1220px) {
  .aboutus {
    margin: 20px;
  }
  .iframe1 {
    display: none;
  }
  .iframe2 {
    display: block;
  }
}
@media (max-width: 1117px) {
  .karuzela {
    padding-left: 60px;
  }
  .contacttext .address {
    font-size: 35px;
  }
  .none {
    display: none;
  }
}
@media (max-width: 992px) {
  .timetabletel {
    top: 25%;
    left: 2%;
    transform: translate(-50%, -50%);
    position: fixed;
    display: block;
    width: 50px;
    height: 180px;
    border-radius: 5px;
    background-color: rgba(17, 159, 202, 0.801);
    z-index: 1000;
  }
  .wrapper-car {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
    max-width: 800px;
  }
  .none2 {
    display: none;
  }
  .iframe2 {
    display: none;
  }
  .arrow {
    left: 95%;
  }
  .navigation-author p {
    font-size: 30px;
  }
  .navigation-author i {
    font-size: 40px;
  }
  .navigation-author {
    width: 30%;
  }
  .navigation-menu {
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: flex-start;
  }
  .navigation-menu a {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    white-space: nowrap;
  }
  .contacttext {
    white-space: nowrap;
  }
  .aboutusimg {
    display: none;
  }
  .aboutustext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    width: 70%;
    height: 100%;
    letter-spacing: 2px;
    line-height: 25px;
    padding-left: auto;
    padding-right: auto;
  }
  .aboutus {
    padding-top: 0px;
  }
  .aboutus2 {
    height: 900px;
  }
  .contact {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
  }
  .contacttext {
    font-size: 35px;
    white-space: nowrap;
  }
  .contacttext .address {
    font-size: 35px;
  }
  .iframe {
    display: none;
  }
  .contacttext .address {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .fa-location-dot {
    margin-bottom: 60px;
  }
  .karuzela {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .karuzela {
    padding-left: 40px;
  }
  .wrapper-car {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
    max-width: 500px;
  }
  .none3 {
    display: none;
  }
  .arrow {
    left: 93%;
  }
  .navigation-author p {
    font-size: 30px;
  }
  .navigation-author i {
    font-size: 40px;
  }
  .navigation-menu {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
  }
  .navigation-menu a {
    display: none;
  }
  .navigation-menu i {
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    font-size: 50px;
  }
  h1 {
    font-size: 80px;
    white-space: normal;
  }
  .navigation-menu a {
    font-size: 20px;
    white-space: nowrap;
  }
  .contacttext {
    white-space: nowrap;
  }
  .aboutusimg {
    display: none;
  }
  .aboutustext {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    width: 90%;
    height: 100%;
    letter-spacing: 2px;
    line-height: 25px;
    padding-right: 40px;
    text-align: center;
  }
  .aboutus {
    height: 800px;
  }
  .aboutus2 {
    height: 950px;
    padding: 0;
  }
  .aboutustext2 {
    padding-right: 0px;
  }
  .mainimg {
    background-attachment: scroll;
  }
  .serviceimg {
    background-attachment: scroll;
  }
  .fa-location-dot {
    padding-bottom: 20px;
  }
  .contacttext .address {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .fa-location-dot {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .timetabletel {
    top: 33%;
    left: 3%;
    transform: translate(-50%, -50%);
    position: fixed;
    display: block;
    width: 30px;
    height: 140px;
    border-radius: 5px;
    background-color: rgba(17, 159, 202, 0.534);
    z-index: 1000;
  }
  .timetabletel button {
    margin-top: 7px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    line-height: 1px;
    border: 0;
    background-color: rgba(17, 159, 202, 0);
    white-space: nowrap;
  }
  .timetable {
    top: 33%;
    left: 50%;
    width: 75%;
    transform: translate(-50%, -50%);
    position: fixed;
    display: block;
    border: 2px solid rgba(17, 159, 202, 0.945);
    background-color: rgba(17, 159, 202, 0.781);
    font-weight: bold;
    white-space: nowrap;
    z-index: 10000000;
    font-size: 15px;
    transition: 0.5s;
    opacity: 2;
  }
  .timetable_none {
    transition: 0.5s;
    opacity: 0;
  }
  .karuzela {
    padding-left: 0px;
  }
  .wrapper-car {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    width: 100%;
    max-width: 320px;
  }
  .none4 {
    display: none;
  }
  .mainimg {
    background-image: url("../img/krantel.avif");
  }
  .serviceimg {
    background-image: url("../img/budowatel.avif");
  }
  .serviceimg2 {
    background-image: url("../img/paczkatel.avif");
  }
  .contact {
    background-image: url("../img/kontakttel.avif");
  }
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 576px;
  }
  .herotext {
    white-space: normal;
  }
  .navigation-author p {
    font-size: 30px;
  }
  .navigation-author i {
    font-size: 40px;
  }
  .navigation-menu {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
  }
  .navigation-menu a {
    display: none;
  }
  .navigation-menu i {
    display: flex;
    justify-content: flex-end;
    font-size: 50px;
  }
  h1 {
    font-size: 50px;
  }
  .aboutus {
    height: 600px;
  }
  .aboutus2 {
    height: 700px;
  }
  .aboutusimg {
    display: none;
  }
  .aboutusleft {
    display: flex;
    flex-direction: column;
    width: 40%;
  }
  .aboutustext {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 2px;
    text-align: center;
    padding-left: 43px;
    width: 100%;
  }
  .aboutustext2 {
    padding-right: 40px;
  }
  .aboutustext h2 {
    font-size: 20px;
  }
  .aboutustext p {
    padding-top: 0;
    margin: -8px;
  }
  .contact {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-wrap: nowrap;
    background-attachment: scroll;
    background-position: 0px 0px;
  }
  .contacttext {
    padding-right: 20px;
    font-size: 24px;
    white-space: nowrap;
  }
  .contacttext .address {
    font-size: 24px;
  }
  .arrow {
    display: none;
  }
  .mainimg {
    background-attachment: scroll;
  }
  .serviceimg {
    background-attachment: scroll;
  }
  .serviceimg2 {
    background-attachment: scroll;
  }
}/*# sourceMappingURL=style.css.map */