:root {
  --tomato: #ff6f4c;
  --dark-navy-black: #141520;
  --brown: #693834;
  --midnight-blue: #282c67;
  --silver: #c2c2c2;
  --slate-blue: #4454fe;
  --black-grey: #2c2d37;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3em;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #e2e2e2;
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  color: var(--tomato);
}

strong {
  font-weight: 600;
}

.body-1 {
  background-color: var(--dark-navy-black);
}

.menu-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.menu-button {
  z-index: 1;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav-bar-link {
  height: 40px;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link.w--current {
  color: var(--tomato);
}

.home {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}

.home:hover {
  color: #fff;
}

.home.footer.w--current {
  font-size: 18px;
}

.burger {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 5px;
  display: flex;
}

.burger-line {
  width: 20px;
  background-color: #fff;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.site-name-text-span {
  font-weight: 400;
}

.section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.section-wrapper.glow-3 {
  background-image: radial-gradient(circle farthest-side at 50% 150%, rgba(68, 84, 254, .1), rgba(68, 84, 254, 0) 75%);
}

.section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, rgba(255, 111, 76, .1), rgba(255, 111, 76, 0));
}

.section-wrapper.glow-2 {
  background-image: radial-gradient(circle closest-corner at 100%, rgba(68, 84, 254, .1), rgba(68, 84, 254, 0));
}

.section-container {
  max-width: 1400px;
  flex: 1;
}

.section-container.hero {
  max-width: 800px;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 125px;
  display: flex;
}

.section-container.service {
  padding-top: 50px;
}

.section-container.process, .section-container.faqs {
  padding-top: 125px;
}

.section-container.contact {
  padding-top: 125px;
  padding-bottom: 245px;
}

.hero-content-conatiner {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-paragraph {
  max-width: 500px;
  margin-bottom: 30px;
  font-size: 16px;
}

.button-1 {
  background-image: linear-gradient(113deg, #ff6f4c, #4454fe);
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.button-1:hover {
  transform: scale(1.05);
}

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(120deg, var(--brown), var(--midnight-blue));
  color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.button-content:hover {
  color: #fff;
}

.button-arrow {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.webflow-partner-badge {
  width: 200px;
  height: 200px;
  padding: 35px;
  position: relative;
}

.webflow-partner-text {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-tag-container {
  width: 100%;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 60px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 11px;
  line-height: 1em;
  display: flex;
}

.service-cards-wrapper {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.service-card {
  background-color: rgba(68, 84, 254, 0);
  background-image: linear-gradient(144deg, rgba(255, 111, 76, .14), rgba(68, 84, 254, .14));
  padding: 50px;
  transition: all .4s;
}

.service-card:hover {
  background-color: rgba(68, 84, 254, .1);
}

.service-card-title {
  color: #fff;
  margin-bottom: 15px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.service-card-paragraph {
  max-width: 400px;
  text-align: left;
  text-transform: none;
  overflow-wrap: anywhere;
  margin-bottom: 15px;
  position: static;
}

.service-card-list {
  margin-bottom: 0;
  line-height: 1.7em;
}

.section-title-container {
  width: 100%;
  max-width: 450px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6em;
  display: flex;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.process-content-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.process-card-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: row;
  margin-bottom: 12px;
  display: flex;
}

.process-card {
  grid-row-gap: 20px;
  background-color: rgba(255, 255, 255, .1);
  flex-direction: column;
  padding: 50px;
  display: flex;
}

.process-card-title {
  color: #fff;
  font-family: Anek Malayalam, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.process-card-paragraph {
  max-width: 300px;
  min-width: 100px;
  margin-bottom: 0;
}

.faq-wrapper {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

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

.faq-toggle {
  width: 100%;
  height: 75px;
  color: #fff;
  white-space: break-spaces;
  background-color: rgba(255, 255, 255, .1);
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.faq-toggle.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.faq-body {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.faq-container {
  flex-direction: column;
  display: flex;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-answer-container {
  background-color: rgba(255, 255, 255, .05);
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.contact-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-form-container {
  width: 50%;
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.field-container {
  width: 100%;
  margin-bottom: 40px;
}

.field-label {
  color: var(--silver);
  margin-bottom: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

.text-field:focus {
  border-bottom-color: #fff;
}

.text-field:focus-visible {
  border-bottom-color: #fff;
}

.text-field[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.textarea {
  min-height: 100px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

.textarea:focus {
  border-bottom-color: #fff;
}

.textarea:focus-visible {
  border-bottom-color: #fff;
}

.textarea[data-wf-focus-visible] {
  border-bottom-color: #fff;
}

.submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(120deg, var(--brown), var(--midnight-blue));
  color: #fff;
  border-radius: 50px;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.success-message {
  height: 100%;
  color: #fff;
  background-color: rgba(221, 221, 221, .05);
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.form-block {
  flex: 1;
}

.div-block {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-message {
  color: #9e5847;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  padding: 0;
  font-family: Anek Malayalam, sans-serif;
  line-height: 1.3em;
}

.projects-wrapper {
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.projects-marquee-container {
  width: 240vw;
  display: flex;
}

.project-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.project-marquee {
  width: 50%;
  display: flex;
}

.explore-button-copntainer {
  max-width: 1400px;
  flex: 1;
  justify-content: flex-end;
  padding-bottom: 70px;
  display: flex;
}

.explore-button-wrapper {
  z-index: 2;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: rgba(44, 45, 55, .8);
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  padding: 12px 13px 12px 28px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition-duration: .4s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  transform: scale(1.05);
}

.arrow-circle {
  background-image: linear-gradient(138deg, var(--tomato), var(--slate-blue));
  border-radius: 50%;
  padding: 12px;
}

.section-tag-line {
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
  flex: 1;
  margin-left: 20px;
}

.slide-nav {
  display: none;
}

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

.project-info-container {
  width: 42%;
  max-width: 520px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6em;
  display: flex;
}

.project-image-container {
  width: 50%;
}

.project-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
}

.left-arrow {
  width: 80px;
  height: 80px;
  background-color: #212232;
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: 50%;
  right: auto;
}

.left-arrow:hover {
  background-color: #2d2e3a;
}

.right-arrow {
  width: 80px;
  height: 80px;
  background-color: #212232;
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow:hover {
  background-color: #2d2e3c;
}

.project-tag {
  color: #fff;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .1);
  align-items: center;
  padding: 10px 12px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.project-tag-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  line-height: 1em;
  display: flex;
}

.project-description {
  margin-bottom: 30px;
  font-weight: 300;
}

.project-title {
  margin-top: 0;
  margin-bottom: 10px;
}

.project-link {
  grid-column-gap: 10px;
  color: #fff;
  align-items: center;
  margin-left: -10px;
  padding: 10px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

.link-arrow {
  width: 10px;
  height: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.project-image {
  min-height: 450px;
  aspect-ratio: auto;
  object-fit: contain;
}

.slider-section-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, rgba(255, 111, 76, .1), rgba(255, 111, 76, 0) 95%);
}

.slider-section-container {
  max-width: 1400px;
  flex: 1;
  padding-top: 125px;
}

.navigation-wrapper {
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.navigation-container {
  max-width: 1400px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  margin-right: -10px;
  display: flex;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: rgba(20, 21, 32, .8);
  padding-top: 15px;
  padding-bottom: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer-wrapper {
  height: 120px;
  background-color: rgba(255, 255, 255, .05);
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.footer-container {
  max-width: 1400px;
  color: #fff;
  flex: 1;
  justify-content: space-between;
  font-family: Anek Malayalam, sans-serif;
  font-size: 12px;
  display: flex;
}

.button-text {
  align-items: center;
  display: flex;
}

.text-span {
  color: #f76e56;
}

.text-span-2 {
  color: #4f56f6;
}

@media screen and (min-width: 1280px) {
  .service-card {
    padding: 55px;
  }
}

@media screen and (min-width: 1440px) {
  .section-container.hero {
    padding-top: 110px;
    padding-bottom: 150px;
  }

  .hero-content-conatiner {
    max-width: 620px;
  }

  .hero-title {
    font-size: 42px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .button-content {
    font-size: 17px;
  }

  .webflow-partner-badge {
    width: 250px;
    height: 250px;
  }

  .service-card {
    font-size: 15px;
  }

  .service-card-title {
    font-size: 26px;
  }

  .service-card-paragraph {
    font-size: 15px;
  }

  .process-card-title {
    font-size: 22px;
  }

  .process-card-paragraph {
    font-size: 15px;
  }

  .button-2, .project-tag-container {
    font-size: 17px;
  }

  .project-description {
    font-size: 15px;
  }

  .navbar {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media screen and (min-width: 1920px) {
  .section-container.hero {
    padding-top: 120px;
    padding-bottom: 170px;
  }

  .service-card {
    padding: 60px;
  }

  .section-title-container {
    max-width: 530px;
  }

  .section-title {
    font-size: 40px;
  }

  .process-card-container, .faq-wrapper, .contact-form-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

  .projects-marquee-container {
    width: 200vw;
  }

  .project-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  .menu-button {
    display: flex;
  }

  .nav-bar-link {
    height: auto;
    background-color: rgba(20, 21, 32, 0);
    justify-content: flex-start;
    margin-left: 0;
    padding: 20px 2.5vw;
    font-size: 18px;
    font-weight: 500;
  }

  .nav-bar-link:hover {
    color: #fff;
  }

  .home.footer.w--current {
    font-size: 18px;
  }

  .section-container.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-container.service {
    padding-top: 0;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 100px;
  }

  .section-container.contact {
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .hero-content-conatiner {
    max-width: 500px;
  }

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

  .button-1:hover {
    transform: none;
  }

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
  }

  .section-tag-container {
    margin-bottom: 50px;
  }

  .service-card {
    padding: 35px 25px;
  }

  .service-card:hover {
    background-color: rgba(68, 84, 254, 0);
  }

  .service-card-title {
    font-size: 20px;
  }

  .service-card-paragraph, .service-card-list {
    font-size: 12px;
  }

  .section-title-container {
    font-size: 15px;
  }

  .section-title {
    font-size: 26px;
  }

  .process-card {
    grid-row-gap: 10px;
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 12px;
  }

  .faq-wrapper {
    display: block;
  }

  .faq-answer {
    margin-bottom: 0;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .field-container {
    margin-bottom: 30px;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .textarea {
    border-radius: 0;
  }

  .projects-marquee-container {
    width: 250vw;
  }

  .project-thumbnail-container {
    margin-left: 1px;
    margin-right: 1px;
  }

  .button-2 {
    padding: 8px 9px 8px 21px;
  }

  .button-2:hover {
    transform: none;
  }

  .project-container {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .project-info-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
  }

  .project-image-container {
    width: auto;
    align-items: center;
    display: flex;
    position: relative;
  }

  .left-arrow {
    top: 370px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .right-arrow {
    top: 370px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .project-description {
    margin-bottom: 10px;
  }

  .project-title {
    margin-bottom: 0;
    font-size: 26px;
  }

  .project-image {
    width: 100%;
    height: 450px;
    min-height: auto;
  }

  .slider-section-container {
    padding-top: 100px;
  }

  .navigation-wrapper {
    padding-right: 0;
  }

  .nav-menu {
    background-color: var(--black-grey);
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
    padding: 20px 0 20px 2.5vw;
  }

  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-wrapper {
    height: 120px;
    margin-top: -120px;
  }
}

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

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .section-container {
    max-width: 500px;
  }

  .section-container.hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 75px;
  }

  .section-container.contact {
    padding-top: 75px;
    padding-bottom: 160px;
  }

  .hero-content-conatiner {
    max-width: 470px;
    grid-row-gap: 16px;
  }

  .hero-paragraph {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .button-1 {
    padding: 1px;
  }

  .button-content {
    padding: 16px 20px;
    font-size: 15px;
  }

  .button-arrow {
    width: 10px;
    height: 10px;
  }

  .webflow-partner-badge {
    display: none;
  }

  .section-tag-container {
    margin-bottom: 40px;
    font-size: 10px;
  }

  .service-cards-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .service-card {
    padding: 40px;
  }

  .service-card-title {
    font-size: 22px;
  }

  .service-card-paragraph {
    font-size: 14px;
  }

  .service-card-list {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-title-container {
    width: 100%;
    max-width: none;
  }

  .section-title {
    font-size: 24px;
  }

  .process-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .process-card-container {
    width: 100%;
  }

  .process-card {
    grid-row-gap: 15px;
    padding: 40px;
  }

  .process-card-paragraph {
    font-size: 14px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .contact-content-container {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .contact-form-container {
    width: 100%;
  }

  .projects-wrapper {
    padding-bottom: 80px;
  }

  .projects-marquee-container {
    width: 320vw;
  }

  .explore-button-copntainer {
    padding-bottom: 50px;
  }

  .button-2 {
    font-size: 15px;
  }

  .left-arrow {
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 250px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    top: 250px;
  }

  .project-title {
    font-size: 24px;
  }

  .project-link {
    font-size: 14px;
  }

  .link-arrow {
    width: 9px;
    height: 9px;
  }

  .project-image {
    height: 320px;
    max-height: none;
    min-height: auto;
  }

  .slider-section-container {
    max-width: 500px;
    padding-top: 75px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-container.hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-container.process, .section-container.faqs {
    padding-top: 60px;
  }

  .section-container.contact {
    padding-top: 60px;
    padding-bottom: 210px;
  }

  .section-tag-container {
    margin-bottom: 30px;
  }

  .service-card {
    padding: 30px;
  }

  .service-card-title {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .service-card-paragraph {
    margin-bottom: 12px;
    font-size: 13px;
  }

  .service-card-list {
    font-size: 13px;
  }

  .process-content-container {
    grid-row-gap: 0px;
  }

  .process-card-container {
    margin-bottom: 0;
    display: block;
  }

  .process-card {
    margin-bottom: 12px;
    padding: 30px;
  }

  .process-card-paragraph {
    font-size: 13px;
  }

  .faq-answer-container {
    padding: 20px;
  }

  .projects-wrapper {
    padding-bottom: 60px;
  }

  .projects-marquee-container {
    width: 500vw;
  }

  .explore-button-copntainer {
    padding-bottom: 35px;
  }

  .explore-button-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .arrow-circle {
    padding: 10px;
  }

  .project-info-container {
    margin-left: 6vw;
    margin-right: 6vw;
  }

  .project-slider {
    height: auto;
    max-width: 100vw;
    margin-left: -6vw;
    margin-right: -6vw;
  }

  .left-arrow, .right-arrow {
    margin-top: -70px;
    top: 70vw;
  }

  .project-image {
    height: 70vw;
  }

  .slider-section-wrapper {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .slider-section-container {
    padding-top: 60px;
  }

  .nav-menu {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .footer-wrapper {
    height: 150px;
    margin-top: -150px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .footer-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    font-size: 10px;
  }
}


