:root {
  --color--white: #fff;
  --color-scheme-2--text: #000;
  --color-scheme-1--text: #000;
  --color-scheme-2--background: #fff;
  --color--neutral-darkest: #000;
  --color--white-dark: #ccc;
  --color-scheme-1--background: #ccc;
  --radius--large: 40px;
  --color-scheme-4--background: #4c4c4c;
  --color-scheme-4--text: #fff;
  --color-scheme-4--border: #fff;
  --color-scheme-4--foreground: #4c4c4c;
  --opacity--transparent: #fff0;
  --opacity--neutral-darkest-60: #0009;
  --color-scheme-5--text: #000;
  --color-scheme-5--border: #000;
  --color-scheme-5--foreground: #fff;
  --color-scheme-2--foreground: #fff;
  --color-scheme-2--border: #000;
  --color-scheme-3--background: #d8d8d8;
  --color-scheme-3--text: #000;
  --color-scheme-5--background: #fff;
  --radius--medium: 32px;
  --stroke--border-width: 2px;
}

.company-logo, .logo-wide-1 {
  overflow: hidden;
}

.button-style-background {
  background-color: var(--color--white);
  color: var(--color-scheme-2--text);
  border-style: solid;
  border-width: 2px 2px 4px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Londrina Solid, sans-serif;
  text-decoration: none;
  display: flex;
}

.navlink-container {
  grid-column-gap: 2.1875rem;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink {
  color: var(--color-scheme-1--text);
  cursor: pointer;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
}

.navlink:hover {
  opacity: .5;
}

.button-style-2 {
  background-color: var(--color-scheme-2--background);
  color: var(--color--neutral-darkest);
  border: 3px solid #000;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 1.875rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 150%;
  text-decoration: none;
}

.button-style-2.button-style {
  padding: .5rem 1.25rem;
  font-weight: 400;
}

.button-style-2.button-style.cta {
  font-size: 1.5rem;
}

.hero-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hero-img.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
  overflow: hidden;
}

.hero-heading {
  color: var(--color--white);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-bottom: 0;
  font-family: Black Han Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.hero-paragraph {
  color: var(--color--white);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-3 {
  grid-column-gap: 8px;
  border-style: solid;
  border-width: 2px 2px 4px;
  border-color: var(--color--white-dark);
  background-color: var(--color--white);
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.cta-content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.icon-relume {
  overflow: hidden;
}

.feature-section {
  background-color: var(--color-scheme-1--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 7rem 4rem;
  display: flex;
  overflow: hidden;
}

.feature-img {
  border-radius: var(--radius--large);
  width: 31.25rem;
}

.feature-heading {
  grid-row-gap: 16px;
  color: var(--color--neutral-darkest);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Black Han Sans, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.contact-tagline {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-heading {
  color: var(--color-scheme-1--text);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Black Han Sans, sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.feature-paragraph {
  color: var(--color-scheme-1--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.list {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
}

.featurelist-item {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.featurelist-text {
  color: var(--color-scheme-1--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: .9375rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.feature-content {
  grid-column-gap: 55px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.contact-text-content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.about-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.featurelist-heading {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.featurelist-tagline {
  color: var(--color-scheme-2--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 150%;
  text-decoration: none;
}

.featurelist-title {
  color: var(--color-scheme-2--text);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Black Han Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.featurelist-paragraph {
  color: var(--color-scheme-2--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 5rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.featurelist-section {
  background-color: var(--color-scheme-2--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7rem 4rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.calltoaction {
  grid-row-gap: 5rem;
  background-image: linear-gradient(#00000080, #00000080), url('../images/CTA-img.avif');
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 7rem 4rem;
  display: flex;
  overflow: hidden;
}

.calltoaction-heading {
  color: var(--color--white);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Black Han Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.calltoaction-paragraph {
  color: var(--color--white);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.about-section {
  grid-row-gap: 5rem;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  padding: 7rem 4rem;
  overflow: hidden;
}

.about-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.about-heading {
  color: var(--color-scheme-2--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 31px;
  font-family: Black Han Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.about-paragraph {
  color: var(--color-scheme-2--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pricing-section {
  grid-row-gap: 5rem;
  background-color: var(--color-scheme-4--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 7rem 4rem;
  display: flex;
  overflow: hidden;
}

.pricing-title {
  color: var(--color-scheme-4--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Black Han Sans, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.pricing-paragraph {
  color: var(--color-scheme-4--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pricing-offer-title {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.price-name {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 50px;
  display: flex;
}

.price {
  color: var(--color-scheme-4--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Black Han Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.check {
  overflow: hidden;
}

.button-style-4 {
  grid-column-gap: 8px;
  border-width: 2px 2px 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.pricing-heading {
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pricing-tagline {
  color: var(--color-scheme-4--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 150%;
}

.pricing-offer-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-offer-beginning {
  color: var(--color-scheme-4--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.pricing-offer {
  border: 2px solid var(--color-scheme-4--border);
  border-radius: var(--radius--large);
  background-color: var(--color-scheme-4--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem;
}

.price-heading {
  color: var(--color-scheme-4--text);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Black Han Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.pricing-content-row {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-list {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.pricing-button-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.instagram-icon {
  width: 1.5625rem;
  height: 1.5625rem;
  overflow: hidden;
}

.icon-phone, .icon-map {
  overflow: hidden;
}

.text-input {
  border: 2px solid var(--color--neutral-darkest);
  background-color: var(--opacity--transparent);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 12px;
  text-decoration: none;
  display: flex;
}

.text-area {
  border: 2px solid var(--color--neutral-darkest);
  background-color: var(--opacity--transparent);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.type-your-message {
  color: var(--opacity--neutral-darkest-60);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.checkbox {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.label-style {
  color: var(--color--neutral-darkest);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-section {
  background-color: var(--color-scheme-1--background);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 7rem 4rem;
  display: flex;
  overflow: hidden;
}

.instagram-link {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.instagram {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.checkbox-2 {
  border: 2px solid var(--color--neutral-darkest);
  background-color: var(--opacity--transparent);
  border-radius: 4px;
  overflow: hidden;
}

.label-style-2 {
  color: var(--color--neutral-darkest);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .21875rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.label-style-3 {
  color: var(--color--neutral-darkest);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  display: inline-block;
}

.contact-paragraph {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.faq-section {
  grid-row-gap: 5rem;
  background-color: var(--color-scheme-4--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 100vh;
  padding: 7rem 4rem;
  display: flex;
  overflow: hidden;
}

.faq-heading {
  color: var(--color-scheme-5--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Black Han Sans, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.accordion-list {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion {
  border: 2px solid var(--color-scheme-5--border);
  border-radius: var(--radius--large);
  background-color: var(--color-scheme-5--foreground);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.question {
  grid-column-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  overflow: hidden;
}

.answer {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.faq-title {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-paragraph {
  color: var(--color-scheme-5--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.question-2 {
  color: var(--color-scheme-5--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Black Han Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-11 {
  color: var(--color-scheme-5--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.icon-facebook, .icon-instagram, .icon-x, .icon-linkedin, .icon-youtube {
  overflow: hidden;
}

.footer {
  grid-row-gap: 87px;
  background-color: var(--color-scheme-2--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 5rem 4rem;
  overflow: hidden;
}

.logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.3rem;
  display: block;
  overflow: hidden;
}

.footer-links {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-page {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.home-page:hover {
  opacity: .5;
}

.services {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.services:hover {
  opacity: .5;
}

.our-work {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-work:hover {
  opacity: .5;
}

.contact-us {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-us:hover {
  opacity: .5;
}

.about-us {
  color: var(--color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.about-us:hover {
  opacity: .5;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.footer-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 3.25rem;
  display: flex;
}

.credit {
  grid-column-gap: 24px;
  text-align: center;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: Londrina Solid, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.footer-logo {
  width: 9.375rem;
}

.navbar {
  background-color: var(--color-scheme-2--foreground);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: .9375rem 4rem;
  text-decoration: none;
  display: flex;
}

.hero-content {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-bacakground {
  background-color: var(--color-scheme-2--background);
  border: 3px solid #000;
  border-radius: 100px;
  padding: 1.4375rem;
}

.pricing-button-background.button-style-background {
  padding: .5rem 1.25rem;
}

.pricing-button.button-style-2 {
  padding-top: .9375rem;
  padding-bottom: .9375rem;
}

.contact-title {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.feature-tagline {
  font-family: Londrina Solid, sans-serif;
  font-size: 16px;
}

.featurelist-content {
  text-align: center;
  border: 2px solid #000;
  border-radius: 20px;
  margin-bottom: 21px;
  padding: 15px;
}

.flc-heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Black Han Sans, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.flc-tagline {
  font-family: Londrina Solid, sans-serif;
  font-size: 17px;
}

.flc-paragraph {
  font-family: Londrina Solid, sans-serif;
  font-size: 15px;
}

.hiw-track {
  height: 300vw;
}

.camera {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.item {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hiw-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.item.item-2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hiw-img_1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.item.item-3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hiw-img_2.jpg');
  background-position: 0 0, 50%;
  background-attachment: scroll, scroll;
}

.item-content {
  text-align: center;
  flex: none;
}

.item-heading {
  color: var(--color-scheme-2--foreground);
  font-family: Black Han Sans, sans-serif;
  font-size: 37px;
  font-weight: 400;
}

.item-paragraph {
  color: var(--color-scheme-2--foreground);
  font-family: Londrina Solid, sans-serif;
  font-size: 23px;
}

.thinking, .wow-emoji {
  width: 150px;
  height: 150px;
}

.graphic-design {
  width: 250px;
  height: 232px;
}

.love-in-your-hands {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.pointing-finger-white {
  width: 100px;
  height: 100px;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-load-overlay {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.load-slide {
  background-color: var(--color-scheme-1--background);
  width: 50%;
  height: 100%;
}

.welcome {
  font-family: Black Han Sans, sans-serif;
  font-size: 62px;
  font-weight: 400;
  line-height: 62px;
  position: absolute;
}

.heroheading-wrapper {
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .navlink {
    font-size: 1.6rem;
  }

  .button-style-2.button-style {
    font-size: 2rem;
  }

  .button-style-2.button-style.cta {
    font-size: 1.9rem;
  }

  .hero-heading {
    font-size: 3.5rem;
  }

  .hero-paragraph {
    font-size: 1.6rem;
  }

  .feature-section {
    display: flex;
  }

  .contact-heading {
    font-size: 3.3rem;
  }

  .feature-paragraph {
    font-size: 1.4rem;
  }

  .featurelist-text {
    font-size: 1.5rem;
  }

  .contact-text-content {
    justify-content: center;
    align-items: center;
  }

  .featurelist-paragraph {
    margin-bottom: 3.5rem;
    font-size: 1.5rem;
  }

  .featurelist-section {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .calltoaction-paragraph {
    font-size: 1.3rem;
  }

  .about-paragraph {
    font-size: 1.5rem;
  }

  .pricing-paragraph {
    font-size: 1.4rem;
  }

  .pricing-offer-beginning {
    font-size: 1.3rem;
  }

  .pricing-offer {
    width: 46.6rem;
    height: 28.7rem;
  }

  .instagram-link {
    font-size: 1.5rem;
  }

  .contact-paragraph {
    font-size: 1.4rem;
  }

  .faq-heading {
    font-size: 3.3rem;
  }

  .faq-paragraph, .question-2 {
    font-size: 1.4rem;
  }

  .text-11 {
    font-size: 1.3rem;
  }

  .logo {
    width: 17rem;
  }

  .home-page, .services, .our-work, .contact-us, .about-us, .credit {
    font-size: 1.3rem;
  }

  .item-heading {
    font-size: 50px;
    line-height: 60px;
  }

  .item-paragraph {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .navlink-container {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .hero-heading {
    font-size: 2.8rem;
  }

  .cta-content {
    line-height: 0;
  }

  .feature-img {
    width: 23rem;
  }

  .feature-heading {
    text-align: center;
    font-family: Black Han Sans, sans-serif;
    font-weight: 400;
  }

  .contact-heading {
    font-size: 2.1rem;
  }

  .list {
    text-align: center;
  }

  .feature-content {
    grid-row-gap: 55px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .contact-text-content {
    display: flex;
  }

  .about-heading {
    font-size: 1.9rem;
  }

  .faq-heading {
    font-size: 2.5rem;
  }

  .navbar {
    flex-flow: row;
  }

  .hamburger-icon {
    color: var(--color-scheme-2--text);
    font-size: 2.2rem;
  }

  .hiw-track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-flow: column;
    height: auto;
  }

  .item {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hiw-img.jpg');
    background-position: 0 0, 50% 20%;
    width: auto;
    height: 253px;
  }

  .item.item-2, .item.item-3 {
    background-position: 0 0, 50% 20%;
  }

  .hamburgericon-style {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button {
    margin: 20px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .button-style-2.button-style {
    margin-top: 20px;
  }

  .feature-heading {
    font-size: 23px;
  }

  .calltoaction-heading {
    font-size: 2.1rem;
  }

  .about-wrapper {
    flex-flow: column;
  }

  .about-heading {
    text-align: center;
    font-size: 2.1rem;
  }

  .about-paragraph {
    text-align: justify;
    font-size: .9rem;
  }

  .faq-heading {
    font-size: 1.9rem;
  }

  .faq-paragraph {
    font-size: 1rem;
  }

  .logo {
    text-align: center;
    overflow: visible;
  }

  .footer-links, .footer-content {
    flex-flow: column;
  }

  .navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .item-heading {
    font-size: 23px;
  }

  .item-paragraph {
    font-size: 15px;
  }

  .wow-emoji {
    width: 110px;
    height: 110px;
  }
}

@media screen and (max-width: 479px) {
  .button-style-2.button-style {
    text-align: center;
    padding-left: .35rem;
    padding-right: .35rem;
  }

  .hero-heading {
    font-size: 2.3rem;
  }

  .featurelist-title {
    font-size: 2.1rem;
  }

  .about-heading {
    font-size: 1.3rem;
  }

  .pricing-title {
    text-align: center;
    font-size: 37px;
  }

  .pricing-paragraph {
    text-align: center;
    font-size: .9rem;
  }

  .pricing-offer-title {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .price-name {
    justify-content: center;
    align-items: center;
  }

  .price {
    font-size: 1.9rem;
  }

  .pricing-offer-beginning {
    text-align: center;
  }

  .pricing-offer {
    padding: 0;
  }

  .price-heading {
    text-align: center;
    align-self: center;
    margin-top: 20px;
    margin-left: 39px;
    font-size: 1rem;
  }

  .pricing-content-row {
    flex-flow: column;
  }

  .pricing-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-heading {
    font-size: 1.7rem;
  }

  .faq-paragraph {
    font-size: .7rem;
  }

  .logo {
    text-align: center;
  }

  .pricing-button.button-style-2 {
    padding-left: .375rem;
    padding-right: .375rem;
    font-size: 1rem;
  }

  .item-heading {
    font-size: 17px;
    line-height: 22px;
  }
}


