@charset "UTF-8";
*,
*::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
  margin-top: 60px;
}

header {
  background-color: #EA6121;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  height: 60px;
  background-color: #EA6121;
  z-index: 1000;
}

main {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.anchor {
  display: block;
  height: 60px;
  margin-top: -60px;
  visibility: hidden;
}

.text {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  margin: 15px 15px;
  text-align: justify;
  color: #2A5698;
}

.timeline-text {
  line-height: 1.6;
  color: #2A5698;
  padding: 0 15px;
}

.offer-header {
  color: #2A5698;
  padding: 15px 15px;
}

.offer-list {
  color: #2A5698;
  line-height: 1.6;
  margin-left: 30px;
}

#logo {
  aspect-ratio: 209/84;
  width: auto;
  height: 100%;
  display: 0;
  height: calc(100% + 1px);
}

#hamburger-menu {
  margin-left: auto;
  margin-right: 5px;
  font-size: 1.5em;
  color: white;
  cursor: pointer;
}
#hamburger-menu:before {
  content: "☰";
}
#hamburger-menu.open:before {
  content: "✕";
}

.desktop-menu {
  display: none;
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 60vw;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(234, 97, 33, 0.7);
  border: 3px solid #EA6121;
  border-radius: 0 15px 15px 0;
  transition: transform 0.3s ease-in;
  z-index: 1000;
  transform: translateX(-100%);
}
#mobile-menu.show {
  transform: translateX(0%);
}
#mobile-menu ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}
#mobile-menu ul li {
  padding: 10px 20px;
}
#mobile-menu ul li a {
  text-decoration: none;
  color: #2A5698;
  display: block;
}

h2 {
  color: #2A5698;
  background-image: linear-gradient(to right, white, #EA6121);
  padding: 5px 10px;
  text-shadow: 0 0 3px #fff;
}

#hero-image {
  text-align: center;
}
#hero-image img {
  aspect-ratio: 800/457;
  width: 100%;
  height: auto;
  max-width: 1200px;
  height: auto;
  margin-bottom: -5px;
}

#how-it-works h3 {
  color: #2A5698;
  padding-top: 25px;
}
#how-it-works .timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#how-it-works .timeline .timeline-item {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
#how-it-works .timeline .timeline-item img {
  padding: 0px 0;
  display: block;
  margin: 35px auto;
  aspect-ratio: 225/225;
  min-width: 150px;
  width: 150px;
  height: auto;
  max-width: 100%;
}

.benefits-section ul {
  list-style: none;
  padding: 15px 0px;
}
.benefits-section ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.benefits-section ul li .list-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.benefits-section ul li p {
  margin: 0;
  padding-left: 26px;
  text-indent: -26px;
}

.list-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.team-section {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.team-section .team-member {
  display: inline-block;
  margin: 0 auto;
}
.team-section .team-member img {
  border: 3px solid #ea6121;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
}
.team-section .team-member h3 {
  color: #2A5698;
}
.team-section .team-member p {
  color: #2A5698;
  padding: 20px 15px;
}

.contact-section {
  text-align: center;
  background-color: #EA6121;
  color: white;
  margin-top: 100px;
}
.contact-section h2 {
  color: #fff;
  background-image: none;
  text-shadow: 0 0 3px #2A5698;
}
.contact-section .contact-item {
  padding: 20px 0px;
}
.contact-section .contact-item a {
  color: inherit;
  text-decoration: none;
}
.contact-section .contact-item a p {
  display: inline-block;
  font-size: larger;
  font-weight: bold;
  text-shadow: 0 0 2px #2A5698;
}
.contact-section .contact-item a img {
  margin-right: 5px;
  vertical-align: middle;
  height: 50px;
  width: 50px;
}

.site-banner {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #EA6121;
  color: white;
  padding: 10px;
  text-align: center;
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
.site-banner p {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgb(58, 58, 58);
  margin: 0;
  padding: 0 10px;
  display: inline-block;
  color: white;
}
.site-banner a {
  margin-top: 50px;
  color: white;
  text-decoration: none;
}
.site-banner button {
  background-color: #2A5698;
  border: none;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  border-radius: 3px;
  color: white;
  padding: 5px 10px;
  margin-left: 10px;
  cursor: pointer;
}

footer {
  background-color: #2A5698;
}
footer p {
  text-align: center;
  color: white;
  padding: 10px;
}
footer a {
  display: block;
  text-align: center;
  color: white;
  padding: 0 0 10px 0;
}

.privacy_policy {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.privacy_policy img {
  max-width: 250px;
  min-width: 120px;
  height: auto;
  display: block;
  margin: 80px auto 0 auto;
}
.privacy_policy h1 {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
}
.privacy_policy h3 {
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
}
.privacy_policy p {
  padding: 10px;
  font-size: 14px;
  text-align: justify;
}

@media (min-width: 768px) {
  #hamburger-menu {
    display: none;
  }
  #mobile-menu {
    display: none;
  }
  .desktop-menu {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
  }
  .desktop-menu ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .desktop-menu ul li {
    margin: 0 10px;
  }
  .desktop-menu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: white;
    text-shadow: 1px 1px 1px #2A5698;
    padding: 10px;
    transition: color 0.3s ease;
  }
  .desktop-menu ul li a:hover, .desktop-menu ul li a:focus, .desktop-menu ul li a.active {
    color: #2A5698;
    text-shadow: 0px 0px 1px #fff;
    text-decoration: underline;
  }
}
@media (min-width: 992px) {
  #hero-image {
    text-align: center; /* Wyśrodkowanie zawartości tekstu, co również wpływa na obrazy */
  }
  #hero-image img {
    width: 100%;
    height: auto;
    max-width: 1200px; /* Maksymalna szerokość obrazu */
    max-height: 686px; /* Maksymalna wysokość obrazu */
    margin-bottom: -5px;
    display: inline-block; /* Sprawia, że obraz zachowuje się jak element inline, co pozwala na wyśrodkowanie */
  }
}/*# sourceMappingURL=main.css.map */