:root {
  --tomato: #022169;
  --black-grey: #2c2d37;
  --white: var(--color);
  --slate-blue: #4454fe;
  --color-2: #1d1d1d;
  --dark-navy-black: #141520;
  --midnight-blue: #282c67;
  --red: #c8102f;
  --silver: #c2c2c2;
  --brown: #693834;
  --color: white;
}

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(--black-grey);
}

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

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

.menu-button.w--open {
  background-color: #0000;
}

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

.nav-bar-link:hover {
  color: #022169;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.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 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.burger-line {
  background-color: #fff;
  width: 20px;
  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-1 {
  background-image: linear-gradient(#fff, #fff);
}

.section-wrapper.glow-2 {
  background-image: none;
  padding-bottom: 80px;
}

.section-wrapper.glow-1-copy {
  background-image: none;
  box-shadow: 0 2px 5px #0003;
}

.section-wrapper.glow-1-copy-copy {
  background-image: linear-gradient(#101e4c, #101e4c);
  box-shadow: 0 2px 5px #0003;
}

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

.section-container.hero {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 100px;
  padding-bottom: 125px;
  display: flex;
}

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

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

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

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

.hero-title {
  aspect-ratio: auto;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1.1em;
  position: static;
}

.hero-paragraph {
  color: #fff;
  margin-bottom: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.button-1 {
  background-image: none;
  border-radius: 50px;
  margin-left: 20px;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

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

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-image: linear-gradient(#101e4c, #101e4c);
  border-radius: 17px;
  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;
  box-shadow: 3px 6px 3px #0000004d;
}

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

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

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

.webflow-partner-text {
  position: absolute;
  inset: 0%;
}

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

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

.service-card {
  box-shadow: none;
  background-color: #4454fe00;
  background-image: linear-gradient(#fff, #fff);
  border-radius: 4px;
  flex: 1;
  align-self: auto;
  padding: 50px;
  transition: all .4s;
  position: static;
}

.service-card:hover {
  background-color: #4454fe1a;
}

.service-card-title {
  color: #1d1d1d;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}

.service-card-paragraph {
  color: #1d1d1d;
  margin-bottom: 15px;
  font-family: DM Sans, sans-serif;
}

.service-card-list {
  color: #1d1d1d;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  line-height: 1.7em;
}

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

.section-title {
  color: #fff;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

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

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

.process-card {
  grid-row-gap: 20px;
  background-color: #ffffff1a;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 50px;
  display: flex;
  box-shadow: 7px 7px 10px #0000004d;
}

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

.process-card-paragraph {
  color: #1d1d1d;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
}

.faq-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
}

.faq-card {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 7px 7px 10px #0000004d;
}

.faq-answer {
  color: #1d1d1d;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
}

.faq-toggle {
  color: #fff;
  white-space: break-spaces;
  background-color: #ffffff1a;
  background-image: none;
  align-items: center;
  width: 100%;
  height: 75px;
  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;
  box-shadow: 7px 7px 10px #0000004d;
}

.faq-toggle.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  background-image: linear-gradient(#101e4c, #101e4c);
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

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

.toggle-text {
  z-index: 2;
  color: #1d1d1d;
  font-family: DM Sans, sans-serif;
  position: relative;
}

.faq-answer-container {
  background-color: #ffffff0d;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  box-shadow: 7px 7px 10px #0000004d;
}

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

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

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

.field-label {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

.text-field {
  color: var(--color-2);
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1em;
}

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

.textarea {
  color: var(--color-2);
  background-color: #0000;
  background-image: linear-gradient(#fff, #fff);
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  min-height: 100px;
  padding-left: 5px;
  padding-right: 0;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2em;
}

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

.submit-button {
  background-color: #0000;
  background-image: linear-gradient(120deg, var(--white), var(--white));
  color: #101e4c;
  border-radius: 17px;
  padding: 20px 25px;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: .8em;
}

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

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

.form-block {
  flex: 1;
}

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

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

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

.projects-marquee-container {
  background-color: #7e696900;
  background-image: none;
  width: 160vw;
  display: flex;
}

.project-thumbnail-container {
  width: 20vw;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.project-marquee {
  width: 100%;
  padding-right: 0;
  display: flex;
}

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

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

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #101e4cb3;
  border: 1px solid #fff;
  border-radius: 17px;
  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(#101e4c, #101e4c);
  border-radius: 50%;
  padding: 12px;
}

.section-tag-line {
  background-image: linear-gradient(90deg, var(--color-2), #0059ff);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.slide-nav {
  display: none;
}

.project-container {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-left: 0;
  display: flex;
}

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

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

.project-slider {
  background-color: #0000;
  align-items: center;
  height: 100%;
}

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

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

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

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

.project-tag {
  color: #fff;
  white-space: nowrap;
  background-color: #ffffff1a;
  align-items: center;
  padding: 10px 12px;
  font-family: DM Sans, 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-family: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
}

.project-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.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 {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: relative;
}

.project-image {
  object-fit: cover;
  width: auto;
  min-height: auto;
  display: inline-block;
}

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

.slider-section-wrapper.glow-1 {
  background-image: none;
}

.slider-section-container {
  flex: 1;
  max-width: 100vw;
  padding-top: 100px;
  padding-left: 5vw;
}

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

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

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

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #14152000;
  border-bottom: 2px solid #00000045;
  border-radius: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 6px 2px #0003;
}

.footer-wrapper {
  background-color: #ffffff0d;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

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

.button-text {
  align-items: center;
  font-family: DM Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: .8em;
  display: flex;
}

.text-block {
  font-family: DM Sans, sans-serif;
  font-size: 28px;
}

.text-block-2 {
  color: #1d1d1d;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: #1d1d1d;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.text-block-3 {
  letter-spacing: 1.5px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.text-block-4 {
  color: #1d1d1d;
  font-family: DM Sans, sans-serif;
}

.text-block-5 {
  color: #fff;
  letter-spacing: 1.5px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.text-block-6 {
  letter-spacing: 1.5px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.text-block-7 {
  color: #1d1d1d;
  font-family: DM Sans, sans-serif;
}

.text-block-8 {
  color: #1d1d1d;
  -webkit-text-stroke-color: #1d1d1d;
  font-family: DM Sans, sans-serif;
}

.text-block-9 {
  color: #fff;
  letter-spacing: 1.5px;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.hero-section {
  background-image: linear-gradient(#0006, #0006), url('../images/hero2.png');
  background-position: 0 0, 50%;
  height: 95vh;
}

.hero-section.page2 {
  background-image: linear-gradient(#0006, #0006), url('../images/00048.png');
  background-position: 0 0, 50%;
}

.hero-section.page3 {
  background-image: linear-gradient(#0006, #0006), url('../images/ba.png');
}

.hero-section.page4 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/ren.png');
}

.hero-section.page5 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/screenshot-2025-08-29-at-14.42.55.jpeg');
  background-size: auto, cover;
}

.hero-section.page6 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/screenshot-2025-08-29-at-14.56.50.png');
  background-size: auto, cover;
}

.text-block-10 {
  font-size: 35px;
}

.text-block-11 {
  margin-left: 100px;
  font-size: 35px;
}

.image {
  border-bottom: 0 solid #000;
}

.div-block-2 {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: linear-gradient(#000000ad, #000000ad);
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  overflow: visible;
}

.text-block-12 {
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.text-block-12:hover {
  color: #00264d;
  font-weight: 700;
}

.text-block-13 {
  text-align: center;
  letter-spacing: 1.2px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-13:hover {
  color: #022169;
  font-family: DM Sans, sans-serif;
  font-weight: 700;
}

.text-block-13:active {
  font-family: DM Sans, sans-serif;
}

.text-block-14 {
  text-align: center;
  letter-spacing: 1.2px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-14:hover {
  color: #022169;
  font-weight: 700;
}

.text-block-15 {
  text-align: center;
  letter-spacing: 1.2px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-15:hover {
  font-weight: 700;
}

.text-block-16 {
  letter-spacing: 1.2px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.text-block-16:hover {
  font-weight: 700;
}

.button-1-copy {
  background-image: none;
  border: 1px #000;
  border-radius: 20px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

.image-2 {
  margin-left: 40px;
}

.button-content-copy {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-image: linear-gradient(#101e4c, #101e4c);
  border-radius: 17px;
  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;
  box-shadow: 3px 6px 3px #0000004d;
}

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

.image-3 {
  width: auto;
}

.cell {
  background-image: url('../images/7.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.column-1image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/loft-extensions-hero.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 400px;
  display: block;
}

.column-1image.image1var {
  background-image: url('../images/screenshot-2025-08-29-at-14.03.08.png');
}

.column-1image.image2var {
  background-image: url('../images/screenshot-2025-08-29-at-14.26.37.jpeg');
}

.column-1image.image3var {
  background-image: url('../images/screenshot-2025-08-29-at-14.34.03.png');
}

.column-1image.image4var {
  background-image: url('../images/screenshot-2025-08-29-at-15.26.14.png');
}

.column-1image.image5var {
  background-image: url('../images/screenshot-2025-08-29-at-15.25.16.jpeg');
}

.text-block-17 {
  color: #1d1d1d;
  text-align: left;
  align-items: center;
  padding-left: 60px;
  font-family: DM Sans, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 1.3em;
  display: block;
}

.columns-2 {
  margin-top: 40px;
}

.column-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-18 {
  color: #1d1d1d;
  text-align: right;
  background-color: #0000;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
}

.column-3 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
}

.column-4 {
  align-items: center;
  height: 100px;
  display: flex;
}

.column-5 {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
}

.column-6 {
  align-items: center;
  height: 100px;
  display: flex;
}

.column-7 {
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
}

.text-block-19 {
  font-family: DM Sans, sans-serif;
  font-size: 17px;
}

.section-2 {
  background-image: linear-gradient(#101e4c, #101e4c);
  margin-bottom: 0;
}

.text-block-2-copy {
  color: #fff;
  letter-spacing: 1.5px;
  -webkit-text-stroke-color: #1d1d1d;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
}

.process-card-copy {
  grid-row-gap: 20px;
  background-color: #ffffff1a;
  flex-direction: column;
  margin-bottom: 40px;
  padding: 50px;
  display: flex;
  box-shadow: 7px 7px 10px #0000004d;
}

.column-4-copy {
  align-items: center;
  height: 100px;
  display: flex;
}

.servicesimage1 {
  text-align: center;
  border: 4px #000;
  border-radius: 4px;
  margin-bottom: 30px;
  display: inline-block;
}

.section-3 {
  background-image: linear-gradient(#141414, #141414);
  margin-top: 0;
  padding-top: 0;
}

.image-6 {
  width: 8vw;
  display: inline-block;
}

.section-4 {
  background-image: linear-gradient(#101e4c, #101e4c);
}

.how-we {
  border-radius: 4px;
  margin-top: 15px;
}

.section-5 {
  background-image: linear-gradient(to bottom, var(--white), var(--white));
}

.section-6 {
  background-image: linear-gradient(#fff, #fff);
}

.faq1 {
  border-radius: 4px;
  width: auto;
  margin-top: 20px;
}

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

.section-tag-line-copy-copy {
  background-image: linear-gradient(90deg, var(--color-2), #0059ff);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.section-tag-line-copy-copy-copy {
  background-image: linear-gradient(90deg, #fff, #0059ff);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.project-tag-copy {
  color: #fff;
  white-space: nowrap;
  white-space: nowrap;
  background-color: #ffffff1a;
  align-items: center;
  padding: 10px 12px;
  font-family: DM Sans, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.section-7 {
  background-image: linear-gradient(#101e4c, #101e4c), linear-gradient(#00000080, #00000080);
}

.section-tag-line-copy {
  background-image: linear-gradient(90deg, var(--white), #0059ff);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.section-title-copy {
  color: #1d1d1d;
  text-align: left;
  text-transform: none;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.button-1-copy {
  background-image: none;
  border-radius: 17px;
  margin-left: 20px;
  padding: 2px;
  text-decoration: none;
  transition-property: none;
}

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

.button-1-copy-copy {
  background-image: none;
  border: 1px #000;
  border-radius: 20px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

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

.text-block-20 {
  align-self: center;
  font-family: DM Sans, sans-serif;
}

.section-title-copy-copy {
  color: #1d1d1d;
  text-align: left;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.section-title-copy-copy-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.section-title-copy-copy-copy-copy {
  color: var(--color-2);
  text-align: center;
  text-transform: none;
  text-align: center;
  text-transform: none;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.section-title-copy-copy-copy-copy-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 50px;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block-21 {
  color: var(--color-2);
  margin-bottom: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-imagefeatures {
  background-image: linear-gradient(#0006, #0006), url('../images/screenshot-2025-08-29-at-15.54.17.png');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  min-width: 100%;
  min-height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-imagefeatures.features1 {
  background-image: linear-gradient(#00000059, #00000059), url('../images/screenshot-2025-08-29-at-14.31.10.png');
}

.div-imagefeatures.features2 {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/screenshot-2025-08-29-at-15.47.31.png');
}

.div-imagefeatures.features3 {
  background-image: linear-gradient(#0006, #0006), url('../images/screenshot-2025-08-29-at-15.50.24.png');
}

.div-imagefeatures.features4 {
  background-image: linear-gradient(#0006, #0006), url('../images/screenshot-2025-08-29-at-15.52.19.png');
}

.section-title-copy-copy-copy-copy-copy {
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 30px;
  font-family: DM Sans, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.columns-3 {
  min-height: 45vh;
  margin-top: 30px;
  display: block;
}

.div-block-4 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 25vh;
  max-height: 10vh;
  display: flex;
}

.div-block-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 17vh;
  max-height: 10vh;
  display: flex;
}

.image-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: 10vh;
  max-height: 10vh;
  padding-top: 10px;
  display: inline-flex;
}

.image-10 {
  min-height: 10vh;
  max-height: 10vh;
}

.column-8 {
  min-height: 45vh;
  max-height: 100%;
  display: block;
  position: relative;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.column-9 {
  min-height: 45px;
}

.text-block-22-copy {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: center;
  max-width: 30vw;
  margin-top: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.text-block-20-copy {
  align-self: center;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
}

.image-11 {
  max-height: 3.5vh;
}

.text-block-23 {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  word-break: normal;
  margin-left: 15px;
  margin-right: 0;
  font-family: DM Sans, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: underline;
  position: relative;
  top: 0%;
  left: 0%;
  right: 50%;
}

.marquee-track {
  white-space: nowrap;
  overflow-wrap: normal;
  border-bottom: 1px #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  position: relative;
  transform: translate(0);
}

.section-8 {
  background-color: #00256b;
}

.text-block-19-copy {
  font-family: DM Sans, sans-serif;
  font-size: 22px;
}

.div-block-7 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-section-page1 {
  background-image: linear-gradient(#0006, #0006), url('../images/00048.png');
  background-position: 0 0, 50%;
  height: 95vh;
}

.hero-section-page2 {
  background-image: linear-gradient(#0006, #0006), url('../images/ba.png');
  background-position: 0 0, 50%;
  height: 95vh;
}

.hero-section-page3 {
  background-image: linear-gradient(#0006, #0006), url('../images/ren.png');
  background-position: 0 0, 50%;
  height: 95vh;
}

@media screen and (min-width: 1280px) {
  .section-wrapper.glow-1, .section-wrapper.glow-2 {
    background-image: linear-gradient(#fff, #fff);
  }

  .section-wrapper.glow-1-copy {
    background-image: none;
  }

  .hero-title {
    font-size: 70px;
    line-height: 1.1em;
  }

  .button-1, .button-content {
    margin-left: 0;
  }

  .service-card {
    padding: 55px;
  }

  .section-title {
    color: #fff;
  }

  .process-card {
    background-color: #fff;
    margin-bottom: 15px;
    box-shadow: 7px 7px 10px #0000004d;
  }

  .process-card-title, .process-card-paragraph {
    color: #1d1d1d;
  }

  .project-thumbnail-container {
    width: 20vw;
  }

  .navbar {
    opacity: 1;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-color: #14152000;
  }

  .text-block-4 {
    color: #1d1d1d;
  }

  .hero-section {
    background-color: var(--dark-navy-black);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0006, #0006), url('../images/hero2.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-clip: border-box;
  }

  .button-content-copy {
    margin-left: 20px;
  }

  .section-2 {
    background-image: linear-gradient(#101e4c, #101e4c);
  }

  .process-card-copy {
    background-color: #fff;
    margin-bottom: 40px;
    box-shadow: 7px 7px 10px #0000004d;
  }

  .section-3 {
    background-image: linear-gradient(#141414, #141414);
  }

  .section-7 {
    background-image: linear-gradient(#101e4c, #101e4c);
  }

  .section-title-copy {
    color: #1d1d1d;
  }

  .section-title-copy-copy, .section-title-copy-copy-copy {
    color: #fff;
  }

  .button-1-copy, .button-1-copy-copy {
    margin-left: 0;
  }

  .text-block-20 {
    align-self: center;
  }

  .section-title-copy-copy {
    color: #1d1d1d;
  }

  .section-title-copy-copy-copy, .section-title-copy-copy-copy-copy {
    color: #fff;
  }

  .section-title-copy-copy-copy-copy {
    color: var(--color-2);
  }

  .section-title-copy-copy-copy-copy-copy {
    color: #fff;
  }

  .div-imagefeatures {
    background-image: linear-gradient(#0006, #0006), url('../images/7.jpeg');
  }

  .section-title-copy-copy-copy-copy-copy {
    color: #fff;
    padding-top: 20px;
  }

  .text-block-20-copy {
    align-self: center;
  }

  .hero-section-page1, .hero-section-page2, .hero-section-page3 {
    background-color: var(--dark-navy-black);
    -webkit-text-fill-color: inherit;
    background-image: linear-gradient(#0006, #0006), url('../images/hero2.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    background-clip: border-box;
  }
}

@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: 70px;
  }

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

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

  .webflow-partner-badge {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;
    display: block;
    position: relative;
  }

  .webflow-icon {
    max-width: 100%;
  }

  .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;
  }

  .project-thumbnail-container {
    width: 20vw;
    padding-left: 6px;
    padding-right: 6px;
  }

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

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

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

  .text-block-13, .text-block-14 {
    letter-spacing: 1.5px;
  }

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

  .column-1image {
    background-size: cover;
  }

  .text-block-20, .text-block-20-copy {
    align-self: center;
  }
}

@media screen and (min-width: 1920px) {
  .section-wrapper.glow-1 {
    background-image: linear-gradient(to bottom, var(--white), var(--white));
  }

  .section-wrapper.glow-1-copy {
    background-image: none;
  }

  .section-wrapper.glow-1-copy-copy {
    background-image: linear-gradient(#101e4c, #101e4c);
  }

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

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

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

  .button-content {
    margin-left: 0;
  }

  .service-card {
    padding: 60px;
  }

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

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

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

  .process-card-container {
    grid-row-gap: 5px;
    flex-direction: column;
  }

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

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

  .faq-wrapper {
    grid-row-gap: 5px;
    flex-direction: column;
  }

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

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

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

  .field-label {
    font-size: 18px;
  }

  .projects-marquee-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 165vw;
    display: flex;
  }

  .project-thumbnail-container {
    width: 20vw;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .project-tag {
    font-size: 16px;
  }

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

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

  .button-text {
    font-size: 26px;
  }

  .text-block {
    font-size: 25px;
  }

  .text-block-4, .text-block-8 {
    font-size: 20px;
  }

  .column-1image {
    height: 50vh;
  }

  .text-block-17 {
    font-size: 90px;
  }

  .text-block-18 {
    font-size: 25px;
  }

  .text-block-19 {
    font-size: 18px;
  }

  .image-4 {
    width: auto;
    max-width: 100%;
  }

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

  .image-6 {
    width: 10vw;
  }

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

  .text-block-20 {
    align-self: center;
    font-size: 18px;
  }

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

  .text-block-21 {
    font-size: 20px;
  }

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

  .text-block-22 {
    font-size: 28px;
  }

  .text-block-22-copy {
    font-size: 18px;
    line-height: 25px;
  }

  .text-block-20-copy {
    align-self: center;
    font-size: 18px;
  }

  .text-block-23 {
    font-size: 22px;
  }

  .text-block-19-copy {
    font-size: 18px;
  }
}

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

  .menu-button {
    display: flex;
  }

  .nav-bar-link {
    background-color: #14152000;
    justify-content: flex-start;
    height: auto;
    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: 60px;
  }

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

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

  .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: #4454fe00;
  }

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

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

  .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: 14px;
  }

  .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;
  }

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

  .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;
    margin-bottom: 40px;
    padding-right: 30px;
  }

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

  .left-arrow {
    inset: 370px auto auto 0%;
  }

  .right-arrow {
    inset: 370px 0% auto auto;
  }

  .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;
  }

  .columns {
    margin-top: 30px;
  }

  .text-block-17 {
    font-size: 35px;
  }

  .section-2 {
    margin-bottom: 100px;
  }

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

  .image-6 {
    width: 13vw;
  }

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

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

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

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

  .div-imagefeatures {
    min-height: 70vh;
    padding-bottom: 40px;
  }

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

  .div-block-4 {
    min-height: 30vh;
  }
}

@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: 80px;
  }

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

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

  .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: 28px;
  }

  .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: 20px;
  }

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

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

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

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

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

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

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

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

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

  .text-block {
    font-size: 18px;
  }

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

  .text-block-18 {
    text-align: left;
  }

  .column-3, .column-5, .column-7 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .image-6 {
    width: 15vw;
    margin-right: 0;
  }

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

  .section-title-copy {
    font-size: 28px;
  }

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

  .button-1-copy, .button-1-copy-copy {
    padding: 1px;
  }

  .text-block-20 {
    margin-left: 20px;
  }

  .section-title-copy-copy, .section-title-copy-copy-copy, .section-title-copy-copy-copy-copy {
    font-size: 28px;
  }

  .div-imagefeatures {
    padding-bottom: 40px;
  }

  .section-title-copy-copy-copy-copy-copy {
    font-size: 28px;
  }

  .text-block-22-copy {
    max-width: 50vw;
  }

  .text-block-20-copy {
    margin-left: 20px;
  }

  .image-11 {
    margin-right: 20px;
  }

  .text-block-23 {
    font-size: 22px;
  }
}

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

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

  .section-wrapper.glow-2 {
    padding-bottom: 60px;
  }

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

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

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

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

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

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

  .button-1 {
    margin-top: 20px;
    margin-left: 0;
  }

  .button-content {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .service-card {
    align-self: center;
    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;
  }

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

  .process-card {
    padding: 30px;
  }

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

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

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

  .projects-marquee-container {
    width: auto;
  }

  .project-thumbnail-container {
    width: 30vw;
  }

  .project-marquee {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    flex-flow: row;
    width: auto;
    position: static;
  }

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

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

  .arrow-circle {
    padding: 10px;
  }

  .projects-slider-wrapper, .project-container {
    width: 100vw;
  }

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

  .project-image-container {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }

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

  .project-sldier-mask {
    width: 100vw;
  }

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

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

  .project-tag {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .project-tag-container {
    width: 100vw;
  }

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

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

  .project-image {
    height: 70vw;
    margin-left: 5vw;
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider-section-wrapper.glow-1 {
    width: 100vw;
  }

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

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

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

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

  .button-text {
    font-size: 22px;
  }

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

  .text-block-2 {
    max-width: 55vw;
    line-height: 1.5em;
  }

  .hero-section {
    background-image: linear-gradient(#0006, #0006), url('../images/hero2.png');
    background-position: 0 0, 15%;
  }

  .button-content-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-1image {
    height: 200px;
    margin-top: 0;
    padding-top: 0;
  }

  .text-block-17 {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 65px;
  }

  .column-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: space-between;
    align-items: center;
  }

  .text-block-18 {
    text-align: left;
    padding-left: 10px;
    font-size: 18px;
  }

  .column-3 {
    text-align: center;
  }

  .column-7 {
    text-align: left;
  }

  .text-block-19 {
    font-size: 17px;
  }

  .section-2 {
    margin-bottom: 150px;
  }

  .process-card-copy {
    padding: 30px;
  }

  .servicesimage1 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .image-6 {
    width: 30vw;
  }

  .section-4 {
    width: 100vw;
  }

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

  .project-tag-copy {
    flex: 0 auto;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
  }

  .section-title-copy {
    font-size: 28px;
  }

  .button-1-copy {
    margin-top: 20px;
    margin-left: 0;
  }

  .text-block-20 {
    margin-top: 20px;
    margin-left: 0;
    font-size: 13px;
  }

  .section-title-copy-copy {
    color: #151515;
    text-align: left;
    font-size: 28px;
  }

  .section-title-copy-copy-copy {
    color: #fff;
    text-align: center;
    font-size: 28px;
  }

  .section-title-copy-copy-copy-copy {
    color: var(--color-2);
    text-align: center;
    font-size: 28px;
  }

  .section-title-copy-copy-copy-copy-copy {
    font-size: 18px;
  }

  .div-imagefeatures {
    padding-bottom: 40px;
  }

  .section-title-copy-copy-copy-copy-copy {
    color: #fff;
    text-align: center;
    font-size: 28px;
  }

  .text-block-22-copy {
    max-width: 80vw;
  }

  .text-block-20-copy {
    margin-top: 20px;
    margin-left: 0;
    font-size: 13px;
  }

  .image-11 {
    margin-top: 20px;
    margin-right: 0;
  }

  .link {
    font-size: 16px;
  }

  .text-block-23 {
    margin-left: 15px;
    margin-right: 0;
    font-size: 21px;
    display: block;
  }

  .marquee-track {
    display: inline-block;
    overflow: visible;
  }

  .text-block-19-copy {
    font-size: 22px;
  }

  .hero-section-page1, .hero-section-page2, .hero-section-page3 {
    background-image: linear-gradient(#0006, #0006), url('../images/hero2.png');
    background-position: 0 0, 15%;
  }
}


