@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
.font-color-cyan-300 {
  color: #8fe3f9;
}

.bg-color-cyan-300 {
  background-color: #8fe3f9;
}

.bg-color-hover-cyan-300:hover {
  background-color: #8fe3f9;
}

.font-color-cyan-400 {
  color: #71c0d4;
}

.bg-color-cyan-400 {
  background-color: #71c0d4;
}

.bg-color-hover-cyan-400:hover {
  background-color: #71c0d4;
}

.font-color-cyan-600 {
  color: #4d96a9;
}

.bg-color-cyan-600 {
  background-color: #4d96a9;
}

.bg-color-hover-cyan-600:hover {
  background-color: #4d96a9;
}

.font-color-purple-300 {
  color: #d9b8ff;
}

.bg-color-purple-300 {
  background-color: #d9b8ff;
}

.bg-color-hover-purple-300:hover {
  background-color: #d9b8ff;
}

.font-color-purple-400 {
  color: #b18bdd;
}

.bg-color-purple-400 {
  background-color: #b18bdd;
}

.bg-color-hover-purple-400:hover {
  background-color: #b18bdd;
}

.font-color-purple-600 {
  color: #855fb1;
}

.bg-color-purple-600 {
  background-color: #855fb1;
}

.bg-color-hover-purple-600:hover {
  background-color: #855fb1;
}

.font-color-slate-300 {
  color: #d1d1df;
}

.bg-color-slate-300 {
  background-color: #d1d1df;
}

.bg-color-hover-slate-300:hover {
  background-color: #d1d1df;
}

.font-color-slate-600 {
  color: #87879d;
}

.bg-color-slate-600 {
  background-color: #87879d;
}

.bg-color-hover-slate-600:hover {
  background-color: #87879d;
}

.font-color-slate-900 {
  color: #28283d;
}

.bg-color-slate-900 {
  background-color: #28283d;
}

.bg-color-hover-slate-900:hover {
  background-color: #28283d;
}

.font-color-white {
  color: #fafafa;
}

.bg-color-white {
  background-color: #fafafa;
}

.bg-color-hover-white:hover {
  background-color: #fafafa;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p,
h1,
h2 {
  text-align: center;
}

.type-preset-1 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.1;
  font-style: normal;
  font-size: clamp(2.5rem, 6.25vw, 4rem);
}

.type-preset-2 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.1;
  font-style: normal;
  font-size: clamp(2rem, 4.69vw, 2.5rem);
}

.type-preset-3 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 4px;
  font-style: normal;
  font-size: clamp(0.75rem, 1.82vw, 1rem);
}

.type-preset-4 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.5;
  font-weight: 300;
  font-style: normal;
  font-size: clamp(1rem, 2vw, 1.125rem);
}

.type-preset-5 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.5;
  font-style: normal;
  font-size: 1rem;
}

body {
  background-color: #fafafa;
}

header .navigation-header {
  height: 76px;
  display: flex;
  align-items: end;
  justify-content: center;
}
header .hero-section {
  padding: 4rem 2rem 2rem 2rem;
  display: flex;
  gap: 3rem;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
header .hero-section__image {
  height: clamp(160px, 40vw, 303px);
}
header .hero-section__image--left,
header .hero-section__image--right {
  display: none;
}
header .hero-section__content {
  max-width: 449px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
header .hero-section__content .hero-section__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.custom-button {
  display: flex;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 50px;
  align-self: center;
  transition: background-color 0.3s ease;
}

main {
  padding: 2rem 2rem 2.25rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
main .main-section__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  width: 100%;
  max-width: 1120px;
  align-self: center;
}
main .main-section__images img {
  border-radius: 0.5rem;
  width: 100%;
}
main .main-section__texts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 31.5rem;
  align-self: center;
}
main .main-section__texts--header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-content: center;
}

.footer__section-counter {
  z-index: 3;
  position: relative;
  top: 1.75rem;
}

footer {
  position: relative;
  padding-inline: 2rem;
}
footer picture::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(77, 150, 168, 0.9);
}
footer .footer__background-image {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  align-self: center;
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-block: 4rem;
  max-width: 31.5rem;
  justify-self: center;
}
footer .footer-content .footer__section-content {
  z-index: 3;
}

.section-counter {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.section-counter__marker {
  height: 80px;
  width: 0;
  border: 0.25px solid #d1d1df;
}
.section-counter__value {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  border: 1px solid #d1d1df;
  text-align: center;
  align-content: center;
  background-color: #fafafa;
}

@media screen and (min-width: 768px) {
  header .navigation-header {
    height: 108px;
  }
  header .hero-section {
    padding: 4rem 2rem;
  }
  header .hero-section__content .hero-section__buttons {
    justify-content: center;
    flex-direction: row;
  }
  main {
    padding: 3.5rem 2rem 4rem 2rem;
  }
  main .main-section__images {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1440px) {
  header .hero-section {
    padding-block: 0;
    margin-block: 4rem;
    flex-direction: row;
    box-sizing: content-box;
    min-height: 360px;
    position: relative;
  }
  header .hero-section__image {
    display: none;
  }
  header .hero-section__image--right {
    display: block;
    position: absolute;
    bottom: 0;
    right: -26px;
  }
  header .hero-section__image--left {
    display: block;
    position: absolute;
    top: 0;
    left: -26px;
  }
  main {
    padding: 3.5rem 5rem 4.5rem 5rem;
  }
  main .main-section__images {
    gap: 2rem;
  }
  footer {
    padding: 7rem 5rem;
  }
  footer .footer-content {
    padding: 0;
    display: grid;
    grid-template-columns: 445px 355px 256px;
    justify-content: center;
    align-self: center;
  }
  footer .footer-content h2,
  footer .footer-content p {
    text-align: start;
  }
  footer .footer-content button {
    align-self: flex-start;
    justify-self: flex-end;
  }
}

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