/* ----- TYPOGRAPHY ----- */

/* >>> H1 <<< */

h1 {
  font-family: var(--font-heading-primary), sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  animation: translateYpos 1000ms;
  letter-spacing: -1px;
  line-height: 3.2rem;
  color: var(--color-secondary);
}

h1 span {
  font-size: 2.8rem;
  color: white;
  display: block;
  font-weight: 600;
}

.h1-span1 {
  font-weight: 800;
  font-size: 4rem;
}

/*
.h1-span2 {
  font-size: 18px;
  display: block;
  line-height: 22px;
  margin-top: 15px;
  font-weight: 500;
}
*/

.text-hero {
  font-size: 18px;
  display: block;
  line-height: 22px;
  margin-top: 15px;
  font-weight: 500;
  color: white;
  animation: translateXneg 500ms;
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }

  h1 span {
    font-size: 2.8rem;
  }

  .h1-span1 {
    font-size: 5rem;
  }
}

/* >>> H1 END <<< */

/* >>> H2 <<< */

h2 {
  font-family: var(--font-heading-primary), sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--color-dark-ultra-light);
  width: fit-content;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

h2 span {
  font-size: 17px;
  font-weight: 600;
  display: block;
  color: var(--color-primary);
  text-transform: none;
  margin-top: 5px;
  width: fit-content;
  letter-spacing: 0px;
}

h2 span::before {
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background-color: var(--color-secondary);
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 3px;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.6rem;
  }
}

.h2-whyus {
  font-size: 1.8rem;
  font-weight: 700;
}

.h2-subsection {
  font-size: 4rem;
  color: white;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .h2-subsection {
    font-size: 5rem;
  }
}

/* >>> H2 END <<< */

/* >>> H3 <<< */

h3 {
  font-family: var(--font-heading-primary), sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.h3-whyus {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
}

.h3-card-services {
  font-weight: 700;
  font-size: 22px !important;
}

.h3-prices {
  font-family: var(--font-heading-primary), sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
}

.h3-faq {
  font-weight: 700;
  font-size: 16px;
}

.h3-gallery {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: white;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  opacity: 1;
}

.h3-team {
  padding: 0.2rem 1rem;
  color: var(--color-primary);
}

.h3-team span {
  display: block;
  font-size: 14px;
  color: var(--color-secondary);
}

/* >>> H3 END<<< */

/* >>> H3 <<< */

h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-dark-ultra-light);
  line-height: 18px;
}

/* >>> H3 END<<< */

/* >>> P <<< */

p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

strong {
  font-size: 16px;
}

/* >>> P END <<< */

/* ----- TYPOGRAPHY END----- */
