@font-face {
  font-family: Iowan Old Style;
  src: url('../fonts/iowan-old-style-bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Iowan Old Style;
  src: url('../fonts/iowan-old-style.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Manrope;
  src: url('../fonts/Manrope-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --off-black: #151515;
  --laptop-margins: 50px;
  --tab-margins: 30px;
  --mob-margins: 10px;
  --transparent: transparent;
  --pc-margins: 80px;
  --30px: 30px;
  --off-white: #eee;
  --black: black;
  --white: white;
  --off-orange: #f0a367;
  --poppins: Poppins, sans-serif;
  --manrope: Manrope, sans-serif;
  --orange: #f48b38;
  --iowan-old-style: "Iowan Old Style", sans-serif;
  --sora: Sora, sans-serif;
  --brand-color: #fffdf7;
  --0px: 0px;
  --white-2: white;
  --black-2: black;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  overflow-x: hidden;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  cursor: pointer;
  text-decoration: underline;
}

.body-wrapper {
  background-color: var(--off-black);
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
}

.rect-decor-container {
  z-index: 2;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: wrap;
  width: 100%;
  padding: 1vw;
  display: flex;
  position: absolute;
  top: 0;
}

.decor-box {
  background-color: #03030380;
  width: 15.5vw;
  height: 15.5vw;
  box-shadow: 0 0 1px 2px #000;
}

.section {
  padding: 120px var(--laptop-margins);
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.section-header {
  background-image: linear-gradient(180deg, var(--transparent) 57%, #000000e6);
  min-height: 100vh;
  padding-top: 110px;
}

.section.section-off-white {
  background-color: var(--off-white);
}

.section.section-off-white.section-margin-down {
  padding-bottom: 200px;
}

.section.section-off-white.section-margin-down.section-projects {
  grid-column-gap: 190px;
  grid-row-gap: 190px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
}

.section.section-off-white.section-authority {
  padding-top: 0;
}

.section.section-off-white.section-no-top-margin {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.section.section-off-white.section-no-top-margin.section-no-bottom-margin {
  padding-bottom: 0;
}

.section.section-cta {
  height: 50vw;
}

.section.section-footer {
  background-color: var(--black);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 0;
}

.section.secton-pricing.section-off-white.section-no-top-margin {
  padding-top: 0;
}

.navbar {
  z-index: 998;
  background-color: #fff0;
  padding: 60px 50px 15px;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-btn-line {
  background-color: #151515;
  border-radius: 30px;
  width: 100%;
  height: 3px;
  margin-top: 12px;
  padding-bottom: 0;
  padding-right: 0;
}

.logo-link {
  text-align: center;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.logo-link.w--current {
  width: 220px;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff0;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
  padding-top: 5px;
  display: block;
}

.navbar-container {
  background-color: #fff0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  height: 100%;
}

.circle-decor {
  z-index: 1;
  background-color: var(--off-orange);
  filter: blur(60px);
  border-radius: 110px;
  width: 250px;
  height: 250px;
  display: none;
  position: absolute;
  inset: -250px 0% 0% -250px;
}

.header-content {
  z-index: 3;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  display: flex;
}

.header-content.header-content-homepage {
  justify-content: center;
  align-items: flex-start;
}

.header-written-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-content-text-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.header-main-heading {
  font-family: var(--poppins);
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 69px;
}

.white-paragraph {
  font-family: var(--manrope);
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.container {
  z-index: 3;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.container.cta-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.container.container-footer {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  flex-flow: column;
  align-self: flex-end;
  display: flex;
}

.container.testimonial-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.container-authority {
  display: flex;
}

.container.container-pricing {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f0f0f0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-text {
  z-index: 1;
  font-family: var(--manrope);
  justify-content: flex-start;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.link-bg {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.link-hover-line {
  background-image: linear-gradient(351deg, #0000 20%, #fff 52%, #0000 85%);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
  transform: perspective(2000px);
}

.orange-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 100vw;
  flex-wrap: nowrap;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 50px;
  min-height: 3rem;
  padding: 10px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.orange-btn:hover {
  filter: brightness(80%);
}

.orange-btn.cta-btn, .orange-btn.center-btn {
  align-self: center;
}

.orange-btn.center-btn.header-btn {
  height: auto;
}

.btn-text {
  z-index: 1;
  font-family: var(--manrope);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
  position: relative;
}

.header-paragraph-div {
  max-width: 620px;
}

.cursor-hover-interaction {
  cursor: none;
}

.recent-works-heading-div {
  align-self: center;
  max-width: 740px;
}

.recent-works-heading {
  font-family: var(--poppins);
  color: var(--off-black);
  font-size: 22px;
  font-weight: 400;
}

.recent-works-heading.align-center {
  text-align: center;
}

.recent-works-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.recent-works-project {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.recent-works-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.recent-works-project-name-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.recent-works-project-heading {
  font-family: var(--iowan-old-style);
  color: var(--off-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
}

.recent-works-project-tag {
  font-family: var(--manrope);
  color: var(--off-black);
  font-size: 16px;
}

.recent-works-projects-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.recent-works-image-div {
  z-index: 1;
  width: 280px;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: rotate(10deg);
}

.recent-works-image {
  pointer-events: none;
  box-shadow: 0 2px 40px #0000001a;
}

.authority-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.authority-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: inset 4px 0 0 0 var(--orange), 0 0 0 4px #ffffffb3;
  background-color: #fff6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  height: 150px;
  padding-top: 20px;
  padding-left: 20px;
  display: flex;
}

.authority-small-text {
  font-family: var(--manrope);
  color: var(--off-black);
  font-size: 15px;
}

.authority-big-text {
  font-family: var(--poppins);
  color: var(--off-black);
  font-size: 70px;
  line-height: 70px;
}

.testimonial-section-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.testimonials-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.testimonial-btn {
  align-self: center;
}

.heading-sora {
  font-family: var(--sora);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 47px;
  font-weight: 400;
}

.heading-sora.heading-white {
  font-family: var(--poppins);
  color: var(--white);
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

.testimonial-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  box-shadow: inset 4px 0 0 0 var(--orange), 0 0 0 4px #ffffffb3;
  background-color: #fff6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.testimonial-paragraph-text {
  font-family: var(--manrope);
  font-size: 18px;
  line-height: 31px;
}

.testimonial-author-div {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.testimonial-author-img {
  border-radius: 90px;
}

.testimonial-author-bio-div {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonial-author-name {
  font-family: var(--manrope);
  color: var(--black);
  font-size: 16px;
  font-weight: 700;
}

.testimonial-author-job {
  font-family: var(--manrope);
  color: var(--off-black);
  font-weight: 400;
}

.faqs-section-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faqs-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-span-3 {
  color: var(--orange);
}

.faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-shadow: inset 3px 0 0 0 var(--orange), 0 0 0 3px #ffffffb3;
  flex-flow: column;
  margin-bottom: 28px;
  padding: 20px 30px;
  cursor: pointer;
}

.faq-question-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-text {
  font-family: var(--manrope);
  color: var(--white);
  font-size: 19px;
}

.faq-text-plus-sign {
  font-family: var(--manrope);
  color: var(--orange);
  font-size: 60px;
}

.cta-heading-div {
  justify-content: center;
  align-items: flex-start;
  max-width: 840px;
  display: flex;
}

.cta-paragraph-div {
  width: 510px;
}

.cta-paragraph-text {
  font-family: var(--manrope);
  color: var(--white);
  text-align: center;
  font-size: 21px;
  line-height: 36px;
}

.footer-brand-img-corner {
  width: 50vw;
  margin-bottom: 5px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 4px auto;
}

.copyright-text {
  font-family: var(--manrope);
  color: var(--white);
  font-size: 15px;
  line-height: 30px;
}

.footer-content-div {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

.footer-explore-links-wrapper, .footer-social-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-div {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-heading {
  font-family: var(--manrope);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

.link-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f0f0f0;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-answer {
  font-family: var(--manrope);
  color: var(--off-white);
  padding-top: 25px;
  font-size: 17px;
  line-height: 26px;
}

.faq_answer {
  padding-right: 40px;
}

.faq-link {
  color: var(--orange);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 500;
  text-decoration: none;
}

.big {
  font-size: 34px;
}

.testimonial-heading {
  font-family: var(--poppins);
  color: var(--off-black);
  text-align: center;
  width: 690px;
  font-size: 22px;
  font-weight: 400;
}

.orange {
  color: var(--orange);
}

.testimonial-author-linkedin {
  width: 24px;
}

.testimonial-author-linkedin-img {
  align-self: flex-end;
}

.header-btn-box {
  background-color: #0003;
  border-radius: 6px;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.primary-heading {
  font-family: var(--poppins);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 500;
  line-height: 60px;
}

.primary-heading.align-center {
  text-align: center;
}

.pricing-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.pricing-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  box-shadow: inset 4px 0 0 0 var(--orange), 0 0 0 4px #ffffffb3;
  background-color: #fff6;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px 30px 30px 25px;
  display: flex;
}

.pricing-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.pricing-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.pricing-divider-line {
  background-color: #0003;
  width: 100%;
  height: 1px;
}

.pricing-title {
  font-family: var(--sora);
}

.secondary-heading {
  font-family: var(--iowan-old-style);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 44px;
}

.secondary-heading.align-center {
  text-align: center;
}

.pricing-points-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.pricing-point-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-tick-img {
  width: 25px;
}

.pricing-point-text {
  font-family: var(--sora);
  font-size: 18px;
  line-height: 31px;
}

.pricing-content-div {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.section-header {
    padding-right: var(--pc-margins);
    padding-left: var(--pc-margins);
  }

  .section.section-off-white.section-margin-down {
    padding-bottom: 250px;
  }

  .section.section-cta {
    height: 50vw;
  }

  .navbar {
    padding-left: 80px;
    padding-right: 80px;
  }

  .header-content {
    padding-top: 100px;
  }

  .header-content.header-content-homepage {
    padding-top: 130px;
  }

  .header-written-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .header-content-text-div {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    max-width: 950px;
  }

  .header-main-heading {
    font-size: 62px;
    line-height: 80px;
  }

  .white-paragraph {
    font-size: 20px;
    line-height: 34px;
  }

  .link-text {
    font-size: 21px;
  }

  .orange-btn {
    padding: 13px 27px;
  }

  .btn-text {
    font-size: 20px;
  }

  .recent-works-heading.align-center {
    text-align: center;
  }

  .recent-works-image-div {
    width: 320px;
  }

  .heading-sora.heading-white {
    text-align: left;
  }

  .heading-sora.heading-white.align-center {
    text-align: center;
    line-height: 63px;
  }

  .testimonial-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 50px;
  }

  .testimonial-paragraph-text {
    font-size: 19px;
    line-height: 34px;
  }

  .faqs-section-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faqs-heading-div {
    width: 770px;
  }

  .faqs-wrapper {
    padding-top: 20px;
  }

  .faq {
    padding: 40px 30px;
  }

  .faq-text {
    font-size: 21px;
    line-height: 27px;
  }

  .cta-paragraph-text {
    font-size: 21px;
  }

  .footer-content-div {
    grid-column-gap: 300px;
    grid-row-gap: 300px;
  }

  .footer-links-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .footer-explore-links-wrapper, .footer-social-links-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-links-div {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .testimonial-heading {
    width: 740px;
    font-size: 24px;
  }

  .pricing-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 50px;
  }

  .pricing-point-text {
    font-size: 19px;
    line-height: 34px;
  }
}

@media screen and (min-width: 1440px) {
  .section.section-off-white.section-margin-down.section-projects {
    grid-column-gap: 220px;
    grid-row-gap: 220px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-sora.heading-white.align-center {
    line-height: 65px;
  }

  .testimonial-heading {
    width: 750px;
  }
}

@media screen and (max-width: 991px) {
  .decor-box {
    width: 18.8vw;
    height: 18.8vw;
  }

  .decor-box.decor-box-hidden-tab {
    display: none;
  }

  .section {
    padding: 100px var(--tab-margins);
  }

  .section.section-header {
    padding-top: 70px;
    padding-right: var(--30px);
    padding-left: var(--30px);
  }

  .section.section-cta {
    height: 59.5vw;
  }

  .navbar {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-menu-div {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 4px 10px;
  }

  .menu-button.w--open {
    background-color: #fff6;
    border-radius: 60px;
  }

  .menu-btn-line {
    background-color: var(--white);
  }

  .logo-link {
    height: 65px;
  }

  .nav-menu {
    background-color: var(--white);
    border-radius: 20px;
    width: 90vw;
    height: auto;
    margin-top: 20px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 30px;
    padding-bottom: 50px;
    display: block;
  }

  .header-content {
    padding-top: 140px;
  }

  .header-content.header-content-homepage {
    padding-top: 120px;
  }

  .link-text.navbar-link {
    color: var(--black);
  }

  .link-hover-line.link-hover-line-black {
    background-image: linear-gradient(351deg, #0000 20%, #000 52%, #0000 85%);
  }

  .recent-works-heading {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
  }

  .recent-works-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .recent-works-project {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .recent-works-project-heading {
    font-size: 28px;
  }

  .recent-works-project-tag {
    font-size: 14px;
  }

  .recent-works-projects-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .authority-div {
    height: 140px;
  }

  .authority-small-text {
    font-size: 13px;
  }

  .authority-big-text {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-sora {
    font-size: 40px;
  }

  .heading-sora.heading-white {
    text-align: center;
    font-size: 40px;
  }

  .faqs-section-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cta-paragraph-div {
    width: 450px;
  }

  .header-btn-box {
    display: none;
  }

  .primary-heading {
    font-size: 36px;
  }

  .pricing-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .pricing-wrapper {
    max-width: 480px;
  }

  .secondary-heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .decor-box {
    width: 32vw;
    height: 32vw;
  }

  .section {
    padding-right: var(--mob-margins);
    padding-left: var(--mob-margins);
  }

  .section.section-header {
    padding-top: 60px;
    padding-right: var(--mob-margins);
    padding-left: var(--mob-margins);
  }

  .section.section-off-white.section-margin-down {
    padding-bottom: 40px;
  }

  .section.section-off-white.section-margin-down.section-projects {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .section.section-cta {
    height: 131vw;
  }

  .navbar {
    height: 100px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-div {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .logo-link {
    height: 60px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 20px;
    width: 90vw;
    margin-left: 5vw;
    margin-right: 5vw;
    padding-top: 30px;
    padding-bottom: 50px;
    box-shadow: 0 2px 5px #0000001a;
  }

  .header-content {
    justify-content: center;
    align-items: flex-start;
  }

  .header-content.header-content-homepage {
    padding-top: 80px;
  }

  .header-content-text-div {
    width: 100%;
  }

  .header-main-heading {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
  }

  .white-paragraph {
    text-align: center;
    font-size: 18px;
  }

  .container.container-footer {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding-bottom: 90px;
  }

  .orange-btn {
    align-self: center;
  }

  .btn-text {
    font-size: 17px;
  }

  .header-paragraph-div {
    align-self: center;
    width: 100%;
    max-width: 460px;
  }

  .recent-works-project-name-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .recent-works-project-heading {
    font-size: 27px;
    line-height: 34px;
  }

  .recent-works-project-tag {
    min-width: 120px;
  }

  .recent-works-image-div {
    display: none;
  }

  .authority-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .authority-div {
    width: 70%;
  }

  .heading-sora {
    text-align: center;
    font-size: 35px;
  }

  .heading-sora.heading-white {
    font-size: 36px;
    line-height: 60px;
  }

  .heading-sora.heading-white.align-center {
    line-height: 50px;
  }

  .testimonial-div {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .testimonial-paragraph-text {
    font-size: 17px;
    line-height: 30px;
  }

  .faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-text {
    font-size: 16px;
  }

  .faq-text-plus-sign {
    font-size: 45px;
  }

  .cta-paragraph-div {
    width: 370px;
  }

  .cta-paragraph-text {
    font-size: 16px;
  }

  .footer-brand-img-corner {
    width: 70vw;
    inset: auto 0% 5px 50%;
    transform: translate(-50%);
  }

  .copyright-text {
    text-align: center;
  }

  .footer-content-div {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .faq-answer {
    font-size: 14px;
  }

  .testimonial-heading {
    width: 100%;
  }

  .testimonial-author-linkedin {
    width: 22px;
  }

  .primary-heading {
    font-size: 32px;
  }

  .pricing-main-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .pricing-div {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .secondary-heading {
    font-size: 32px;
  }

  .pricing-point-text {
    font-size: 17px;
    line-height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .section.section-cta {
    height: 163vw;
  }

  .navbar {
    height: 12vh;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-btn-line {
    height: 2px;
    margin-top: 10px;
  }

  .logo-link {
    height: 50px;
    margin-top: 8px;
  }

  .header-content.header-content-homepage {
    padding-top: 130px;
  }

  .header-written-content {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
  }

  .header-content-text-div {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
  }

  .header-main-heading {
    text-align: center;
    line-height: 54px;
  }

  .white-paragraph {
    line-height: 29px;
  }

  .container.container-footer {
    padding-bottom: 60px;
  }

  .btn-text {
    font-size: 15px;
  }

  .header-paragraph-div {
    width: 300px;
  }

  .recent-works-project-name-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .recent-works-project-tag {
    text-align: right;
    min-width: 0;
  }

  .authority-div {
    width: 90%;
  }

  .heading-sora.heading-white {
    font-size: 32px;
    line-height: 53px;
  }

  .heading-sora.heading-white.align-center {
    line-height: 45px;
  }

  .testimonial-paragraph-text {
    font-size: 15px;
    line-height: 30px;
  }

  .testimonial-author-name {
    font-weight: 600;
  }

  .testimonial-author-job {
    font-size: 12px;
    line-height: 17px;
  }

  .faq-question-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .faq-text {
    line-height: 29px;
  }

  .cta-paragraph-div {
    width: 270px;
  }

  .cta-paragraph-text {
    line-height: 29px;
  }

  .footer-brand-img-corner {
    width: 90vw;
    transform: translate(-50%);
  }

  .copyright-text {
    font-size: 12px;
  }

  .footer-links-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .pricing-point-text {
    font-size: 15px;
    line-height: 30px;
  }
}


@font-face {
  font-family: 'Iowan Old Style';
  src: url('../fonts/iowan-old-style-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Iowan Old Style';
  src: url('../fonts/iowan-old-style.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}