body {
  margin: 0%;
  font-display: block;
}
li,
a,
button {
  font-family: auster, sans-serif;
  font-style: bold;
  font-weight: 200;
  font-size: 1.3vw;
  color: #1c2519;
  cursor: pointer;
}
a:link {
  text-decoration: none;
}
ul {
  text-align: center;
  list-style-type: none;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
li {
  display: inline;
  padding-left: 2%;
  padding-right: 2%;
}
button {
  font-size: 20px;
  background-color: white;
  border: none;
}
.buttony {
  display: flex;
}
.hamburger {
  display: none;
  cursor: pointer;
  font-size: 40px;
  color: #1c2519;
}
.mobile__nav {
  display: none; /* Ukryj menu mobilne */
  background-color: white; /* Lub inny kolor tła */
}

.mobile__nav.active {
  display: block; /* Pokaż menu kiedy jest aktywne */
}
.nav__buttons {
  color: #1c2519;
  background-color: white;
  font-size: 1.5vw;
  margin-left: 10px;
  position: relative;
  border: none;
}
.nav__buttons_active {
  color: #1c2519;
  background-color: white;
  font-size: 1.5vw;
  margin-left: 10px;
  position: relative;
  border: none;
  text-decoration: none;
  border-bottom: 4px solid #e4622c;
}
.nav__hi {
  color: #e85521;
  background-color: white;
  font-size: 1.5vw;
  margin-left: 10px;
  position: relative;
  border: none;
}
.nav__buttons:hover {
  color: #e85521;
}
.nav__icons {
  margin-left: 40px;
}
.nav__active {
  color: #d884ae;
  font-size: 20px;
}
a:link {
  text-decoration: none;
}
.headerstyle {
  z-index: 999;
  border-radius: 0 0 1.25rem 1.25rem;
}
header {
  width: 85%;
  align-items: center;
  margin: auto;
  z-index: 999;
  background: white;
  box-shadow: #525252;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1.25rem 1.25rem;
  display: flex;
  justify-content: space-between;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
}
.logo {
  height: 70px;
  width: auto;
  border-radius: 0%;
}
.logom {
  display: none;
}
.logo__mobile {
  display: none;
}
.mobile__nav {
  display: none;
}
h1 {
  font-size: 50px;
  font-family: 'irregardless-variable', sans-serif;
  font-variation-settings: 'ital' 0, 'wght' 400;
  color: #b2ab3c;
  text-align: center;
  padding-top: 2.5%;
  padding-bottom: 2.5%;
  margin-bottom: 0%;
  margin-top: 0%;
  animation-name: appear;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 5%;
  margin-top: 5%;
  width: 95%;
}
p {
  text-align: left;
  font-family: auster, sans-serif;
  font-size: 1.2vw;
  color: #1c2519;
  width: 40%;
  margin-right: 2%;
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
img {
  width: 30%;
  border-radius: 1rem;
}
.portrait {
  margin-left: 1%;
  animation-name: appear;
  animation-duration: 0.5s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.contact {
  text-align: center;
  font-family: auster, sans-serif;
  font-size: 1.2vw;
  color: #e85521;
  padding-bottom: 7%;
}
.contact:hover {
  color: #e85521;
}
.contact__info {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.logofooter {
  margin-top: 3%;
  margin-bottom: 5%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 15%;
}

@media only screen and (max-width: 2560px) {
  header {
    width: 70%;
  }
  .logo {
    height: 4vw;
  }
}
@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 90px;
  }
  .container {
    display: block;
  }
  p {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-size: 2vw;
    display: block;
  }
  .contact {
    font-size: 2vw;
  }
  .portrait {
    margin-top: 6%;
    margin-bottom: 10%;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    margin-top: 15%;
  }
  .headerstyle {
    z-index: 999;
    border-radius: 0 0 1.25rem 1.25rem;
  }
  header {
    width: 85%;
    align-items: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    z-index: 999;
    background: white;
    box-shadow: #525252;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 1.25rem 1.25rem;
    display: flex;
    justify-content: space-between;
    padding-left: 2%;
    padding-right: 2%;
    box-sizing: border-box;
  }
  .logom {
    display: block;
    height: 4vw;
    width: auto;
    border-radius: 0%;
  }
  .headermobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 7%;
    padding-right: 7%;
    width: 93%;
    padding-bottom: 2%;
    padding-top: 2%;
  }
  .logofooter {
    width: 40%;
    margin-bottom: 25%;
  }
  .hamburger {
    position: absolute;
    right: 10px; /* Możesz dostosować wartość */
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    z-index: 1001;
  }
  /* Animacja hamburgera */
  /* Dla hamburgera */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  /* Dla menu mobilnego */
  .mobile__nav.active {
    display: block;
  }

  /* Menu mobilne */
  .mobile__nav {
    position: fixed;
    top: 0;
    padding-top: 20%;
    left: 100%;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: left;
    transition: left 0.2s ease-in-out;
    z-index: 998;
  }
  /* Aktywne menu */
  .mobile__nav.active {
    left: 0;
  }
  .buttony {
    display: none;
  }
  .logo {
    display: none;
  }
  .logo__mobile {
    align-items: center;
    justify-content: center;
  }
  .logo__mobile__img {
    width: 30%;
  }
  .mobile__nav__container {
    margin-left: 5%;
    margin-right: 5%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    width: 90%;
    padding-top: 40px;
  }
  .nav__hi {
    margin-left: 0;
    font-size: 30px;
  }
  .mobile__sites {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .fontawesome {
    margin-left: 5px;
    margin-right: 5px;
  }
  .mobile__site,
  .mobile__link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    margin-top: 25%;
  }
  header {
    height: 70px; /* lub np. min-height: 120px; */
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .fontawesome {
    font-size: 25px;
  }
  .rights {
    margin-bottom: 45%;
    font-size: 13px;
  }
  .logo {
    display: none;
    height: 8vw;
    width: auto;
    border-radius: 0%;
  }
  .logom {
    display: block;
    height: 7vw;
    width: auto;
    border-radius: 0%;
  }
  p {
    font-size: 4.5vw;
  }
  .contact {
    font-size: 4.5vw;
  }
  .portrait {
    width: 60%;
  }
  h1 {
    font-size: 40px;
    padding-top: 12%;
  }
  .contact__info {
    margin-bottom: 30%;
  }
}
