:root {
  --white: white;
  --cod-gray: #0f0f0f;
  --thunder: #1e1b1e;
  --honeysuckle: #e7fa79;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  background-color: #0f0f0f;
  font-family: Roboto, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 120%;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 120%;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 120%;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

p {
  color: #fffc;
  margin-bottom: 0;
  font-weight: 400;
}

a {
  color: var(--cod-gray);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 40rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: var(--thunder);
  border-radius: 30px;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 87rem;
  margin-top: .9375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.logo-image {
  width: 100%;
  height: 100%;
  max-height: 3rem;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 7.5rem;
  padding-left: 1.875rem;
  padding-right: .875rem;
  display: flex;
}

.navbar-menu-button {
  z-index: 1001;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}
.navbar-menu-button:focus-visible {
  outline: 2px solid #007BFF; /* Highlight with a blue outline */
  outline-offset: 4px;        /* Add spacing between the outline and the button */
}
.navbar-menu-button.w--open {
  background-color: #0000;
}

.navbar-menu-button.opacity {
  opacity: 0;
}

.navbar-menu-line-top {
  background-color: #fff;
  width: 2rem;
  height: 2px;
}

.navbar-menu-line-bottom {
  background-color: #fff;
  width: 2rem;
  height: 2px;
  margin-top: 12px;
}

.hero-grid {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-columns: 1.125fr .75fr;
}

.hero-grid-description {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--thunder);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding: 6rem 1.875rem 1.875rem;
  display: flex;
}

.hero-grid-image {
  background-color: var(--thunder);
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.hero-grid-social {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--thunder);
  border-radius: 30px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center flex-start;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  min-height: 100%;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.body {
  background-color: var(--cod-gray);
}

.nav {
  color: #fff;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
}

.nav.link {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10rem;
  margin-bottom: 0;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  margin-top: 6rem;
  display: flex;
}

.primary-button {
  background-color: var(--honeysuckle);
  border-radius: 40px;
  flex-direction: row;
  align-items: center;
  padding: 1rem 3rem;
  display: flex;
}

.primary-button.about {
  align-self: flex-start;
}

.primary-button-text-1 {
  color: var(--cod-gray);
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}

.secondary-button {
  border: 2px solid var(--honeysuckle);
  border-radius: 40px;
  flex-direction: row;
  align-items: center;
  padding: 1rem 3rem;
  display: flex;
}

.secondary-button.contact {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: inline-block;
}
.secondary-button.contact:hover {
  background-color: #333;
  color:#fff
}

.secondary-button.about {
  align-self: flex-start;
}

.secondary-button-text-1 {
  color: var(--honeysuckle);
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}

.social-image {
  margin-top: 0;
  margin-bottom: 0;
}

.social-wrraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 2fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.hero-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.projects {
  background-color: var(--thunder);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  display: flex;
}

.projects-grid {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
}

.project-container {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: var(--thunder);
  border-radius: 30px;
  flex-direction: column;
  padding: 1.875rem;
  display: flex;
}

.project-label {
  background-color: var(--honeysuckle);
  border-radius: 30px;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.project-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.project-image {
  border-radius: 30px;
  height: 25rem;
  max-height: 50rem;
  margin-top: 0;
  margin-bottom: 0;
}

.project-button {
  background-color: var(--thunder);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 4% 4% auto;
}

.technologies {
  background-color: var(--thunder);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  display: flex;
}

.technologies-container {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 87rem;
  margin-top: .9375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: grid;
}

.technology {
  background-color: var(--honeysuckle);
  text-align: center;
  border-radius: 30px;
  padding: 5rem .5rem 4rem;
}

.technology.design {
  padding-top: 4.8rem;
}

.technology.web {
  padding-top: 5.2rem;
}

.technology-logo-shopify {
  object-fit: contain;
  width: 50%;
  height: 100%;
  max-height: 4rem;
  margin-bottom: 4rem;
}

.technology-logo {
  object-fit: fill;
  width: 50%;
  height: 100%;
  max-height: 4rem;
  margin-bottom: 4rem;
}

.technology-logo.web {
  object-fit: fill;
  max-height: 4.1rem;
  margin-bottom: 3.8rem;
}

.technology-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.together-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--thunder);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.footer-section {
  padding-bottom: .9375rem;
}

.footer-content {
  background-color: var(--thunder);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  display: flex;
}

.footer-links {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 3.75rem;
  display: flex;
}

.social-links {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.social-link-image {
  object-fit: fill;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--thunder);
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 6rem 1.875rem;
  display: grid;
}

.contact-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-field {
  border-radius: 30px;
  height: 4rem;
  padding-left: 1.875rem;
  font-size: 1.375rem;
}

.text-field.description {
  height: 9rem;
  padding-top: 1.375rem;
}

.form {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  display: flex;
}

.faq-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--thunder);
  border-radius: 30px;
  flex-direction: column;
  padding: 3.75rem 1.875rem;
  display: flex;
}

.faq-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.question-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 2px solid var(--honeysuckle);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 1.125rem 1.5rem 1.875rem;
  display: flex;
}

.h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.question-arrow {
  object-fit: fill;
  width: auto;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

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

.answer-wrapper {
  background-color: var(--honeysuckle);
  border-radius: 30px;
  align-items: center;
  padding: 1.35rem 1.875rem;
}

.answer {
  color: var(--cod-gray);
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 120%;
}

.projects-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border: 3px solid var(--honeysuckle);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
  display: flex;
}

.about-grid {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  grid-template-rows: auto 1fr auto auto;
  width: 100%;
  height: 100%;
}

.about-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.about-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: var(--thunder);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding: 6rem 1rem 1.875rem 1.875rem;
  display: flex;
}

.about-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.about-second-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.about-second-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  background-color: var(--thunder);
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 3.75rem 1rem 1.875rem 1.875rem;
  display: flex;
}

.about-second-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.nav-menu {
  background-color: var(--thunder);
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-links {
  flex-direction: column;
  display: flex;
}

.link.w--current {
  background-color: var(--honeysuckle);
  color: var(--thunder);
  font-size: 4rem;
  font-weight: 700;
}

.preloader {
  z-index: 9999;
  background-color: var(--thunder);
  transform-origin: 50% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.preloader-logo {
  object-fit: none;
  max-height: 3rem;
}

.button-text-container {
  width: 100%;
  height: 2rem;
  overflow: hidden;
}

.primary-button-text-2 {
  color: var(--cod-gray);
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}

.secondary-button-text-2 {
  color: var(--honeysuckle);
  font-family: Poppins, sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
}

.footer-link {
  color: #fffc;
  transition: color .2s ease-in-out;
}

.footer-link:hover {
  color: #fff;
}

.success-message {
  background-color: var(--honeysuckle);
  color: var(--thunder);
  border-radius: 30px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.error-message {
  border-radius: 30px;
  margin-top: 3rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.style-guide-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--thunder);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  padding: 2rem 1.875rem;
  display: flex;
}

.typography {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.headings {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.heading-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.text-wrapper {
  background-color: #131313;
  border-radius: 2.5rem;
  align-self: flex-start;
  padding: .75rem 1rem;
}

.text {
  color: #fffc;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.1;
}

.paragraphs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.paragraph-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.rich-text {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: left;
  flex-direction: column;
  display: flex;
}

.rich-text-class h2 {
  margin-bottom: 1.25rem;
}

.rich-text-class p {
  margin-bottom: 1rem;
}

.rich-text-class h4, .rich-text-class h1, .rich-text-class h3, .rich-text-class h5 {
  margin-bottom: 1.25rem;
}

.rich-text-class blockquote {
  border-left-width: 8px;
  border-left-color: var(--honeysuckle);
  color: var(--white);
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  line-height: 120%;
}

.rich-text-class li {
  color: #fffc;
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 110%;
}

.rich-text-class ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.color {
  width: 10rem;
  height: 5rem;
}

.color.honeysuckle {
  background-color: var(--honeysuckle);
  border: 1px solid #fff;
}

.color.white {
  background-color: #fff;
}

.color.cod-grey {
  background-color: var(--cod-gray);
}

.color.thunder {
  border: 1px solid var(--white);
  background-color: var(--thunder);
}

.colors {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: left;
  border-radius: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.colors-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
}

.color-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.buttons {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: left;
  border-radius: 2.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.buttons-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.button-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

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

.licenses-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--thunder);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.875rem;
  display: flex;
}

.assets-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--thunder);
  border-radius: 30px;
  flex-direction: column;
  padding: 2rem 1.875rem;
  display: flex;
}

.asset-container {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

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

.changelog-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--thunder);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.875rem;
  display: flex;
}

.together-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: center;
  max-width: 45rem;
  margin-bottom: 3.5rem;
  display: flex;
}

.paragraph.medium {
  font-size: 1.75rem;
  line-height: 120%;
}

.paragraph.regular {
  font-size: 1.5rem;
  line-height: 120%;
}

.paragraph.small {
  font-size: 1.25rem;
  line-height: 120%;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1.75rem;
    line-height: 120%;
  }

  .navbar-wrapper {
    height: 7rem;
  }

  .hero-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-grid-description {
    padding-top: 4rem;
  }

  .nav {
    margin-bottom: 1.5rem;
  }

  .hero-image {
    object-position: 50% 17%;
    max-height: 55rem;
  }

  .projects {
    height: 7rem;
  }

  .project-label {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-image {
    height: 15rem;
  }

  .technologies {
    height: 7rem;
  }

  .together-content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .contact-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    text-align: center;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .contact-content {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .faq-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .faq-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .about-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .about-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-top: 4rem;
  }

  .about-second-grid-image {
    width: 100%;
  }

  .about-second-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    display: flex;
  }

  .navbar-links {
    margin-top: 2rem;
  }

  .heading-container, .paragraph-container {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
  }

  .rich-text-class blockquote {
    font-size: 1.25rem;
  }

  .colors-grid {
    grid-template-rows: auto auto;
  }

  .paragraph.medium {
    font-size: 1.5rem;
    line-height: 120%;
  }

  .paragraph.regular {
    font-size: 1.25rem;
    line-height: 120%;
  }

  .paragraph.small {
    font-size: 1.125rem;
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.875rem;
  }

  h6 {
    margin-bottom: 1rem;
  }

  p {
    font-size: 1.5rem;
    line-height: 115%;
  }

  a {
    font-size: 1.5rem;
  }

  ol {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  img {
    max-height: 30rem;
  }

  .navbar-logo {
    padding-left: 0;
  }

  .logo-image {
    max-height: 2rem;
  }

  .navbar-wrapper {
    height: 6rem;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .hero-grid-description {
    padding: 3rem 1rem 1rem;
  }

  .hero-grid-social {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav {
    margin-bottom: 1.5rem;
    font-size: 2.9rem;
    
  }

  .nav.link {
    height: .75rem;
    font-size: 2.5rem;
  }

  .primary-button {
    padding: .5rem 2rem;
  }

  .primary-button-text-1 {
    font-size: 1.125rem;
  }

  .secondary-button {
    padding: .5rem 2rem;
  }

  .secondary-button-text-1 {
    font-size: 1.125rem;
  }

  .social-image {
    max-height: 3rem;
  }

  .social-image.linkedin {
    max-height: 3.5rem;
  }

  .projects {
    height: 7rem;
  }

  .projects-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .project-container {
    padding: 1rem;
  }

  .project-label {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .project-image {
    width: 100%;
    height: 20rem;
  }

  .technologies {
    height: 7rem;
  }

  .technologies-container {
    grid-template-columns: 1fr;
  }

  .technology {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .technology.design, .technology.web {
    padding-top: 3rem;
  }

  .technology-logo, .technology-logo.web {
    margin-bottom: 1.5rem;
  }

  .technology-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .together-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-links {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-bottom: 3rem;
  }

  .contact-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .text-field {
    height: 3rem;
    padding-left: 1.5rem;
    font-size: 1.25rem;
  }

  .form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .faq-wrapper {
    grid-column-gap: 1.75rem;
    grid-row-gap: 1.75rem;
    padding: 2rem 1rem;
  }

  .question-wrapper {
    padding: 1.2rem 1rem;
  }

  .h4 {
    font-size: 1.3rem;
  }

  .answer-wrapper {
    padding: 1rem .5rem 1rem 1rem;
    display: none;
  }

  .answer {
    font-size: 1.2rem;
  }

  .projects-wrapper {
    height: auto;
  }

  .projects-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }

  .about-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-left: 1rem;
  }

  .about-second-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 2.5rem;
    padding-left: 1rem;
  }

  .about-second-content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .navbar-links {
    margin-top: 1rem;
  }

  .link.w--current {
    font-size: 3.3rem;
  }

  .preloader-logo {
    max-height: 2rem;
  }

  .primary-button-text-2, .secondary-button-text-2 {
    font-size: 1.125rem;
  }

  .heading-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text {
    font-size: 1rem;
  }

  .paragraph-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .rich-text-class h2, .rich-text-class h4, .rich-text-class h1, .rich-text-class h3, .rich-text-class h5 {
    margin-bottom: 1rem;
  }

  .rich-text-class blockquote {
    border-left-width: 6px;
    font-size: 1.125rem;
    line-height: 115%;
  }

  .rich-text-class li {
    font-size: 1rem;
  }

  .rich-text-class ul {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .colors-grid {
    grid-template-rows: auto auto auto;
  }

  .licenses-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .assets-wrapper {
    padding: 1.5rem 1rem;
  }

  .white {
    font-size: 1rem;
  }

  .changelog-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .together-wrapper {
    margin-bottom: 3rem;
  }

  .paragraph.medium {
    font-size: 1.25rem;
    line-height: 120%;
  }

  .paragraph.regular {
    font-size: 1.125rem;
    line-height: 120%;
  }

  .paragraph.small {
    font-size: 1rem;
    line-height: 120%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4, h5 {
    font-size: 1.25rem;
  }

  p {
    font-size: 1.125rem;
    line-height: 120%;
  }

  ol {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .logo-image {
    width: auto;
    height: auto;
    max-height: 1.5rem;
  }

  .navbar-wrapper {
    height: 5rem;
    padding-right: .125rem;
  }

  .hero-grid-description {
    padding-top: 2rem;
  }

  .nav {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .nav.link {
    height: 8rem;
    font-size: 2rem;
  }

  .button-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .primary-button {
    padding: .4rem 1.35rem;
  }

  .primary-button-text-1 {
    font-size: 1rem;
  }

  .secondary-button {
    padding: .25rem 1.25rem;
  }

  .secondary-button-text-1 {
    font-size: 1rem;
  }

  .social-image {
    max-height: 3rem;
  }

  .social-image.linkedin {
    max-height: 3.5rem;
  }

  .social-wrraper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .projects {
    align-items: center;
    height: 5rem;
  }

  .project-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .project-label {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .project-image {
    width: auto;
    height: 13rem;
  }

  .technologies {
    height: 5rem;
  }

  .together-content {
    padding: 3rem .5rem;
  }

  .footer-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .social-link.nickname {
    display: none;
  }

  .contact-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .contact-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-field {
    height: 2.4rem;
    font-size: 1rem;
  }

  .text-field.description {
    height: 8rem;
    padding-top: 1rem;
  }

  .faq-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .question-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .h4 {
    font-size: 1.2rem;
  }

  .answer-wrapper {
    display: none;
  }

  .answer {
    font-size: 1.1rem;
  }

  .projects-container {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    align-items: stretch;
    padding-top: 1.5rem;
  }

  .about-wrapper, .about-second-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }

  .link.w--current {
    font-size: 2.3rem;
  }

  .preloader-logo {
    max-height: 1.5rem;
  }

  .primary-button-text-2, .secondary-button-text-2 {
    font-size: 1rem;
  }

  .headings {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .heading-container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .text {
    font-size: .75rem;
  }

  .heading {
    font-size: 1.125rem;
  }

  .heading-2 {
    font-size: 1rem;
  }

  .paragraphs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .paragraph-container {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .rich-text-class blockquote {
    font-size: 1rem;
    line-height: 110%;
  }

  .rich-text-class li {
    font-size: .875rem;
  }

  .rich-text-class ul {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .color.honeysuckle, .color.white, .color.cod-grey, .color.thunder {
    width: 7rem;
    height: 4rem;
  }

  .colors {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .colors-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .buttons {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: .875rem;
    padding-right: .875rem;
  }

  .buttons-container {
    flex-direction: column;
  }

  .licenses-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .white {
    font-size: .75rem;
  }

  .changelog-wrapper {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .together-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 2.5rem;
  }

  .paragraph.medium {
    font-size: 1rem;
    line-height: 120%;
  }

  .paragraph.regular {
    font-size: .875rem;
    line-height: 120%;
  }

  .paragraph.small {
    font-size: .75rem;
    line-height: 120%;
  }
}

.w-layout-grid.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}

.content-section {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #eee; /* Light text color for contrast */
}

.content-section img {
  max-width: 70%;
  height: auto;
}

@media (max-width: 600px) {
  .content-section {
      flex-direction: column; /* Stack items vertically on small screens */
      align-items: center; /* Center items horizontally */
      text-align: center; /* Center text horizontally */
      gap: 10px; /* Adjust gap between image and text */
  }
}
@media (max-width: 600px) {
  .content-section img {
      max-width: 80%; /* Allow image to be larger on smaller screens */
  }
  .nav.link {
    height: .75rem;
    font-size: 2.5rem;
  }
}

#w-node-_57faec4d-e34b-f572-b388-b55697e86372-5e438579 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44450e43-7c84-0bb1-8315-427e4af416d8-5e438579 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_480d3f16-8b74-9c07-35e4-55350b8094b6-0b8094b6, #w-node-_480d3f16-8b74-9c07-35e4-55350b8094b7-0b8094b6, #w-node-_36fa7714-b68c-9c02-f4c1-864d95daa451-5e43857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4958e121-7b5a-2792-1abc-2c78ce688fad-5e43857c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3a3d2e4d-c6d5-0ff7-2429-0a11cd4e0af2-5e43857c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_930597b2-4843-cd34-8550-a47fdc9cd193-5e43857c {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_97f92fdf-88b0-28d2-fdd0-9fa3d84222e1-5e43857c, #w-node-_97f92fdf-88b0-28d2-fdd0-9fa3d84222e2-5e43857c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_3a3d2e4d-c6d5-0ff7-2429-0a11cd4e0af2-5e43857c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_930597b2-4843-cd34-8550-a47fdc9cd193-5e43857c {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2b4f8e34-14b5-75a6-9172-227277298ef6-5e438579, #w-node-_2b4f8e34-14b5-75a6-9172-227277298efe-5e438579, #w-node-_2b4f8e34-14b5-75a6-9172-227277298f06-5e438579, #w-node-_2b4f8e34-14b5-75a6-9172-227277298f0e-5e438579, #w-node-_0264c0a2-f779-f718-1b08-e063c911f278-5e438582, #w-node-_0264c0a2-f779-f718-1b08-e063c911f280-5e438582, #w-node-_0264c0a2-f779-f718-1b08-e063c911f288-5e438582, #w-node-_0264c0a2-f779-f718-1b08-e063c911f290-5e438582 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_480d3f16-8b74-9c07-35e4-55350b8094b6-0b8094b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_480d3f16-8b74-9c07-35e4-55350b8094bc-0b8094b6 {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }

  #w-node-_97f92fdf-88b0-28d2-fdd0-9fa3d84222e1-5e43857c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_97f92fdf-88b0-28d2-fdd0-9fa3d84222e7-5e43857c {
    grid-area: span 3 / span 2 / span 3 / span 2;
  }
}


