@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Roboto";
}

a {
  color: unset;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #f4b301;
}

li {
  list-style: none;
}

body,
main,
.articles {
  display: flex;
  flex-direction: column;
  align-items: center;
}

header,
main,
footer,
.articles {
  width: 100%;
}

h1 {
  font-weight: unset;
}

h2 {
  font-size: 5rem;
  text-transform: uppercase;
}

h3 {
  font-size: 2rem;
  color: #f5a302;
}

.logo h2 {
  font-weight: unset;
}

/* navbar */
header {
  position: sticky;
  display: flex;
  justify-content: center;
  background-color: #1e2329;
  color: white;
  padding: 1.1rem 5rem;
  text-transform: uppercase;
  top: 0px;
  z-index: 9;
  transition: padding 0.3s ease-in-out;
}

ul {
  display: flex;
}

.logo {
  width: 25%;
  font-size: 4rem;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  z-index: 10;
}
.logo span {
  color: #f4b301;
}

nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 75%;
  font-size: 1.5rem;
  transition: transform 0.3s ease-in-out;
}

li {
  margin: 0rem 2rem;
}

.uslugi {
  font-size: 1.5rem;
}

.name {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #f4b301;
  font-weight: unset;
}

.icons-wrapper {
  display: flex;
  margin-top: 0;
}

.icon {
  margin: 0rem 1rem;
}

/* Baner */
.glowna {
  display: flex;
  text-transform: uppercase;
}
.glowna section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.glowna section .uslugi {
  font-size: 3rem;
  color: white;
  text-shadow: 0px 0px 20px black;
}
.glowna section .name {
  text-align: right;
  margin-top: 0.5rem;
  font-size: 2rem;
  color: #f4b301;
}

.logo-baner-wrapper {
  position: absolute;
  right: 7rem;
}

.banerImg {
  width: 100%;
}

/* Oferta */
.oferta {
  width: 85%;
}

.oferta {
  display: flex;
  flex-direction: column;
  padding: 10rem 0rem;
}
.oferta h2 {
  text-align: center;
  grid-area: 1/1/2/3;
  padding-bottom: 4rem;
}
.oferta section {
  display: flex;
  align-items: center;
  width: 100%;
}
.oferta p {
  /* width: 50%; */
  font-size: 1.2rem;
}
.oferta div {
  padding: 0rem 3rem;
}
.oferta div h3 {
  margin-bottom: 2rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
}
.grid img {
  width: 320px;
}

/* o nas */
.onas {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #f5a302;
  padding: 10rem 0rem;
}
.onas h2 {
  padding-bottom: 5rem;
}
.onas section {
  display: flex;
  width: 70%;
  align-items: center;
}
.onas section div {
  font-size: 2rem;
  padding: 5rem;
}

.koparka-pawel {
  width: 480px;
}

/* Kontakt */
.kontakt {
  width: 100%;
  display: flex;
  font-size: 1.5rem;
  padding: 10rem 0rem;
}

.kontakt section {
  width: 50%;
}

.map {
  display: flex;
  justify-content: flex-end;
  padding: 2rem 0rem;
}

.dane {
  padding: 2rem 5rem;
}
.dane div {
  margin-bottom: 0.5rem;
}
.dane div div {
  display: flex;
  align-items: center;
}
.dane div .phone-number {
  font-weight: 500;
}
.dane > div {
  padding: 0rem 0rem 2rem 0rem;
}
.dane h3 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.dane img {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

/* footer */
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  font-size: 1rem;
  background-color: #1e2329;
  color: white;
}

footer a {
  text-decoration: underline;
}

.hide-opacity {
  opacity: 0;
}

.hide-display-menu {
  display: none;
}

.author {
  display: flex;
}

.author-separator {
  padding: 0rem 0.5rem;
}

.copyright {
  display: flex;
}

.copyright-text {
  padding-right: 0.5rem;
}

/*# sourceMappingURL=style.css.map */
