* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

.hero-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 72px;
  position: relative;
  min-height: 100vh;
  background-image: url("bg.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
  font-family: "Poppins";
  overflow: hidden;
}

.hero-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 24px 0px;
  width: 100%;
  max-width: 100%;
  max-width: 1200px;
}

.hero-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.social-icon {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.social-icon svg {
  width: 23px;
  height: 23px;
}

.hero-sections {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 72px;
  z-index: 2;
  text-align: center;
  padding: 0 160px;
  max-width: 1200px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 32px;
  z-index: 2;
  text-align: center;
}

.hero-title {
  color: #fff;
  text-align: center;
  font-family: "Trirong";
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}

.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 40%;
  height: 48px;
  padding: 0;
  border: 1px solid #66250b;
  background-color: transparent;
  color: #66250b;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.hero-desc {
  color: #fff;
  text-align: center;
  font-family: "Poppins";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px;
}

.hero-desc.w80 {
  width: 80%;
}


.formMetamorfozy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  min-height: 420px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 40px rgba(57, 33, 0, 0.15);
  border-radius: 6px;
  max-width: 600px;
  min-width: 600px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 32px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Poppins";
  font-size: 14px;
}

.footer-copy {
  color: #f8f8f8;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-link {
  color: #f8f8f8;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.footer-copy .break {
  display: block;
}

.hero-title h1 {
  color: #FFF;
  text-align: center;
  font-family: Trirong;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}

.hero-footer {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  font-size: 13px;
  opacity: 0.9;
  margin-bottom: 16px;
}

.kontakt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  margin: 0;
}

.kontakt h1 {
  color: #fff;
  text-align: center;
  font-family: "Trirong";
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}

.kontakt-links {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  margin-bottom: 96px;
}

.a-btn-zespol {
  color: #fff;
  font-family: "Montserrat";
  font-style: normal;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.break {
  display: inline;
}

.whole-div-opis {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 72px;
}

.na-czym-polega__title {
    color: #FFF;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.opis-na-czym-polega {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 0;
    width: 70%;
}

@media screen and (max-width:992px){
  .opis-na-czym-polega{
    width: 100%;
  }
}

.opis-na-czym-polega:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 72px;
}

.opis-na-czym-polega p {
  margin: 0;
}

.opis-na-czym-polega ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 0;
}

@media (max-width: 992px) {
  .hero-content {
    width: 100%;
  }

  .hero-header {
    max-width: 960px;
  }

  .social-icon svg {
    width: 18px;
    height: 18px;
    display: block;
  }

  .hero-sections {
    max-width: 960px;
  }

  .hero-content {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .hero-header {
    max-width: 720px;
  }

  .hero-sections {
    max-width: 720px;

  }

  .hero-title {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 48px */
    align-self: stretch;
  }

  .hero-desc {
    font-size: 12px;
  }

  .hero-logo svg {
    width: 167px;
    height: 26px;
  }

  .hero-socials svg {
    width: 18px;
    height: 18px;
  }

  .social-icon {
    width: 40px;
    height: 40px;
  }

  .kontakt-links {
    flex-direction: column;
    gap: 24px;
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .break {
    display: block;
  }

  .kontakt {
    margin-top: 64px;
  }

  .footer {
    gap: 12px;
  }

  .footer-copy {
    max-width: 280px;
    line-height: 1.6;
  }

  .footer-copy .break {
    display: block;
  }

  .formMetamorfozy {
    padding: 16px 16px 24px 16px;
    gap: 24px;
    min-width: unset;
  }
}

@media (max-width: 576px) {
  .hero-header {
    max-width: 540px;
  }

  .hero-sections {
    max-width: 540px;

  }
}

@media (min-width: 575px) {
  .hero-header {
    max-width: 100%;
  }

  .hero-sections {
    max-width: 100%;

  }
}