@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/comfortaa/v45/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMPrQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
::selection {
  color: #000;
  background: transparent;
}
::-moz-selection {
  color: #000;
  background: transparent;
}
a:visited {
  color: #fff;
}
a:active {
  color: #fff;
}
body {
  margin: 0;
  padding: 0;
  display: grid;
  color: black;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
  grid-template-columns: 1fr;
  background-color: white;
}
body h1,
body h2,
body h3,
body h4,
body h5 {
  font-family: 'Comfortaa', sans-serif;
  font-weight: bold;
  color: #3e454b;
  text-align: center;
  margin: 10px 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  font-variant: small-caps;
  margin: 0;
}
body h1 {
  font-size: 2.5em;
  margin-top: 10px;
  margin-bottom: 22px;
}
@media screen and (max-width: 1250px) {
  body h1 {
    font-size: 2em;
  }
}
body h2 {
  font-size: 2.1em;
}
@media screen and (max-width: 1250px) {
  body h2 {
    font-size: 1.8em;
  }
}
body p {
  font-size: 16px;
  margin: 0;
  text-indent: 30px;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
}
@media screen and (max-width: 800px) {
  body p {
    margin: 5px;
  }
}
@media screen and (max-width: 530px) {
  body p {
    padding-left: 2px;
    padding-right: 2px;
  }
}
body .subtext {
  font-size: 1em;
  padding: 0 20px;
}
body header {
  display: grid;
  grid-template-columns: auto 1fr;
  font-family: 'Comfortaa', sans-serif;
  background-color: #1e1d18;
  padding: 4px;
  color: #fff;
  position: fixed;
  z-index: 52;
  width: 100%;
  transition: top 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  font-variant: small-caps;
  min-height: 34px;
}
@media screen and (max-width: 1420px) {
  body header {
    display: grid;
    grid-template-columns: 1fr;
  }
}
body header div:first-of-type {
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  place-items: center;
  display: grid;
  margin-left: 20px;
  margin-right: 120px;
  font-family: 'Comfortaa', sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 1420px) {
  body header div:first-of-type {
    margin-right: 0;
    text-align: center;
    border-bottom: 1px solid white;
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    margin-bottom: 4px;
  }
}
body header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  place-items: center;
  justify-content: center;
  min-height: 34px;
}
@media screen and (max-width: 1130px) {
  body header ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}
body header ul li {
  margin: 0 15px;
  padding: 17px 10px;
  /*                @media screen and (max-width: 1700px) {
                    margin: 0 10px;
                }
                @media screen and (max-width: 1600px) {
                    margin: 0 5px;
                }
                @media screen and (max-width: 1510px) {
                    margin: 0;
                }
                @media screen and (max-width: 800px) {
                    text-align: center;
                    padding: 10px;
                }
                @media screen and (max-width: 530px) {
                    padding: 0 !important;
                }*/
}
body header ul li a {
  color: #fff;
  padding: 27px 24px;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 1420px) {
  body header ul li a {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 1130px) {
  body header ul li a {
    padding: 15px 10px;
  }
}
body header ul li a:hover {
  background: #fff;
  color: #000;
  transition: all 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-bottom: 2px solid #1e1d18;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (max-width: 1130px) {
  body header ul li a:hover {
    border-radius: 12px;
  }
}
body header .active {
  color: #000;
  background-color: #fff;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
@media screen and (max-width: 1130px) {
  body header .active {
    border-radius: 12px;
  }
}
body main .section {
  padding: 0 20%;
  background-attachment: fixed;
  position: relative;
  font-size: 17px;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  body main .section {
    font-size: 21px;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width: 800px) {
  body main .section {
    padding-top: 150px;
    font-size: 16px;
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media screen and (max-width: 530px) {
  body main .section {
    padding-left: 8px;
    padding-right: 8px;
    padding-left: 3%;
    padding-right: 3%;
  }
}
body main #section-1 {
  background-image: url('../images/background.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 95vh;
}
body main #section-1 .wrapper {
  background-color: #fffb;
}
body main #section-1 .container {
  place-items: center;
}
body main #section-1 .contain {
  background-size: contain;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  border: dashed 1px #3e454b;
}
@media screen and (max-width: 1800px) {
  body main #section-1 .contain {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 1400px) {
  body main #section-1 .contain {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1250px) {
  body main #section-1 .contain {
    width: 300px;
    height: 300px;
    margin: auto;
  }
}
@media screen and (max-width: 530px) {
  body main #section-1 .contain {
    display: none;
  }
}
body main #section-2 {
  background-color: #e8e8e8;
}
body main #section-2 .contain {
  background-size: contain;
}
body main #section-3 {
  background-color: #e8e8e8;
}
body main #section-3 .contain {
  background-size: contain;
}
body main #section-3 .container {
  grid-template-columns: auto 65%;
}
@media screen and (max-width: 1250px) {
  body main #section-3 .container {
    grid-template-columns: 1fr;
  }
}
body main #section-4 {
  background-color: #e8e8e8;
}
body main #section-4 .contain {
  background-size: contain;
}
body main #section-5 {
  background-color: #e8e8e8;
}
body main #section-5 .contain {
  background-size: contain;
}
body main #section-5 .container {
  grid-template-columns: auto 65%;
}
@media screen and (max-width: 1250px) {
  body main #section-5 .container {
    grid-template-columns: 1fr;
  }
}
body main #section-6 {
  background-color: #e8e8e8;
  padding-bottom: 100px;
}
body main #section-6 .contain {
  background-size: contain;
}
body main .wrapper {
  z-index: 23;
  position: relative;
  padding: 120px 20px 20px 20px;
  overflow: hidden;
  /* Zapobiega rozwinięciu tła poza box */
}
@media screen and (max-width: 800px) {
  body main .wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 530px) {
  body main .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
}
body main .wrapper .text {
  z-index: 2;
  /* Umieszcza tekst nad gradientem */
  color: #333;
  /* Kolor tekstu */
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Comfortaa', sans-serif;
}
body .container {
  display: grid;
  grid-template-columns: 65% auto;
  gap: 20px;
}
@media screen and (max-width: 1250px) {
  body .container {
    grid-template-columns: 1fr;
  }
}
body .container .item {
  padding: 20px;
  font-family: 'Comfortaa', sans-serif;
}
@media screen and (max-width: 530px) {
  body .container .item {
    padding-left: 0;
    padding-right: 0;
  }
}
body .container .item-img {
  height: inherit;
  width: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1250px) {
  body .container .item-img {
    order: 2;
    min-height: 300px;
  }
}
body .container .item-img p {
  position: relative;
  top: -50px;
  left: -15px;
  font-size: 10px;
  text-align: center;
  font-style: italic;
}
body .container .item-img p span {
  font-weight: bold;
  font-style: initial;
}
body .item-img {
  min-height: 300px;
  min-width: 300px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
body #contact {
  place-content: center;
  display: grid;
  margin-top: 50px;
  font-family: 'Comfortaa', sans-serif;
}
@media screen and (max-width: 1100px) {
  body #contact {
    padding: 30px;
  }
}
body #contact h2 {
  border-left: solid 5px #d75226;
  text-align: left;
  padding-left: 20px;
}
body #contact .container-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media screen and (max-width: 1100px) {
  body #contact .container-grid {
    font-size: 13px;
    grid-template-columns: 1fr;
  }
}
body #contact .column {
  padding: 0;
  text-align: center;
}
body #contact .column .headling {
  margin-top: 40px;
  font-size: 25px;
}
@media screen and (max-width: 1100px) {
  body #contact .column .headling {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  body #contact .context {
    margin-bottom: 30px;
  }
}
body footer {
  width: 100%;
  min-height: 5vh;
  background: linear-gradient(to top, #2c2a21, #000000);
  color: white;
  font-size: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  z-index: 40;
}
@media screen and (max-width: 800px) {
  body footer {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
body footer p {
  font-size: inherit;
}
@media screen and (max-width: 800px) {
  body footer p {
    margin: 0;
  }
}
body footer div {
  display: grid;
  place-items: center;
}
body footer div .company {
  font-weight: bold;
}
body footer #support {
  color: white;
}
body footer #support a {
  color: white;
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */