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

body {
  color: #333;
  font-family: Geist, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

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

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

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.875rem;
}

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

p {
  color: #e2e2e2;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  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;
  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;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav-bar-link.w--current {
  border-bottom: 1px solid var(--silver);
  color: var(--silver);
}

.home {
  color: #fff;
  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;
}

.padding_global {
  justify-content: center;
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding_global.glow-3 {
  background-image: radial-gradient(circle farthest-side at 50% 150%, #4454fe1a, #4454fe00 75%);
  flex-flow: column;
}

.padding_global.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00);
}

.padding_global.glow-2 {
  background-image: radial-gradient(circle closest-corner at 100%, #4454fe1a, #4454fe00);
}

.padding_global.glow-4 {
  background-image: radial-gradient(circle closest-corner at -40%, #ff6f4c1a, #ff6f4c00);
}

.main_container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-title {
  letter-spacing: -.08px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.188rem;
  font-weight: 700;
  line-height: 6.25rem;
}

.hero-paragraph {
  color: var(--paragraph-gray);
  letter-spacing: -.06px;
}

.hero-paragraph.about {
  font-size: 1.2rem;
  line-height: 2em;
}

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

.button-wrapper:hover {
  transform: scale(1.02);
}

.button-wrapper.project {
  z-index: -1;
  padding: 0;
  position: absolute;
  inset: -2px;
}

.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-weight: 700;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

.button-content.project {
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  position: relative;
}

.button-content.project.w--current {
  color: var(--dark-navy-black);
  background-color: #fff0;
  background-image: linear-gradient(120deg, #ffffffe6, #ffffffd9);
}

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

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

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

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

.service-cards-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.service-card {
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  padding: 10px;
  transition: all .4s;
  display: flex;
}

.service-card:hover {
  filter: brightness(150%);
}

.service-card-title {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5em;
}

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

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

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

.process-card-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1em;
}

.process-card-title.center {
  text-align: center;
  text-transform: capitalize;
  font-size: .8rem;
  font-weight: 400;
}

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

.faq-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 2rem;
  overflow: hidden;
}

.faq-answer {
  color: var(--paragraph-gray);
  font-size: 14px;
  font-weight: 400;
}

.faq-toggle {
  color: #fff;
  white-space: break-spaces;
  align-items: center;
  width: 100%;
  padding: 2rem 2rem 0;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

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

.faq-body {
  background-color: #0000;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

.faq-answer-container {
  color: var(--paragraph-gray);
  padding-top: 1rem;
  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 {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

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

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

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam;
  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: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff9;
  min-height: 100px;
  padding-left: 0;
  padding-right: 0;
  font-family: Anek Malayalam;
  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(--brown), var(--midnight-blue));
  color: #fff;
  border-radius: 50px;
  padding: 20px 25px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

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

.success-message {
  color: #fff;
  background-color: #dddddd0d;
  height: 100%;
  font-family: Anek Malayalam;
  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;
  line-height: 1.3em;
}

.projects-wrapper {
  padding-top: 8rem;
  position: relative;
  overflow: visible;
}

.projects-marquee-container {
  justify-content: flex-start;
  align-items: stretch;
  width: 150vw;
  display: flex;
}

.project-thumbnail {
  border: 1px solid var(--dark-navy-black);
  flex: none;
  max-width: 20rem;
}

.project-marquee {
  flex: none;
  display: flex;
}

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

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

.button-2 {
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #2c2d37cc;
  border: 1px solid #fff;
  border-radius: 50px;
  align-items: center;
  padding: 12px 13px 12px 28px;
  font-weight: 700;
  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 {
  background-image: linear-gradient(to right, #fff0, #fffc);
  flex: 1;
  height: 1px;
  margin-left: 20px;
}

.project-image {
  object-fit: cover;
  border-radius: 16px;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
}

.slider-section-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.slider-section-wrapper.glow-1 {
  background-image: radial-gradient(circle closest-corner at 0%, #ff6f4c1a, #ff6f4c00 95%);
}

.slider-section-container {
  width: 100%;
}

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

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

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #141520cc;
  padding-top: 15px;
  padding-bottom: 15px;
  position: sticky;
  top: 0;
}

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

.button {
  background-color: #0000;
  border: 2px solid #cbf83e;
  border-radius: 100px;
  padding: 14px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  transition: all .8s;
}

.button:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  transform: translate(2px, -2px);
}

.button.download {
  color: #000;
  background-color: #cbf83e;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 7px 30px 14px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.div-block-18 {
  color: #fff;
  background-color: #fff;
  border-radius: 16px;
  padding: 60px;
}

.div-block-11 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  background-color: #fbfaf8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.navbar-2 {
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 15px;
  transition: all .8s;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -90px);
  box-shadow: 0 2px 20px #0000001c;
}

.service-content {
  text-align: right;
  width: 62%;
}

.bold-text {
  font-size: 32px;
  font-weight: 900;
}

.paragraph-3 {
  color: #fff;
  margin-top: 40px;
  font-size: 18px;
  line-height: 30px;
}

.text-block-5 {
  display: inline-block;
}

.features {
  background-color: #f1f1f1;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.footer-simple_social-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 13rem;
  margin-bottom: 3rem;
  display: grid;
}

.title-bold {
  color: #fff;
  margin-bottom: 35px;
  font-family: Geist, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 3.75rem;
}

.title-bold._1 {
  letter-spacing: -.06px;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-simple_link {
  color: #fff;
  padding: .5rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer-simple_link:hover {
  color: #cbf83e;
}

.udesly-crt-glitch {
  color: #000;
  font-size: 9rem;
  line-height: 100px;
}

.line-container {
  justify-content: space-between;
  width: 100%;
  max-width: 80vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0 auto 0%;
}

.paragraph {
  margin-bottom: 0;
  font-size: 17px;
  line-height: 26px;
}

.div-block-9-copy {
  text-align: left;
  width: 62%;
}

.faq-question {
  z-index: 2;
  grid-column-gap: 16px;
  color: #fff;
  background-color: #cbf83e;
  border-radius: 12px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  font-size: 21px;
  font-weight: 400;
  display: flex;
  position: relative;
}

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

.image-10 {
  width: 30px;
}

.heading-medium {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
  position: relative;
}

.heading-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: 700;
}

.custom-cursor {
  border: 2px solid #cbf83e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.link-block-4 {
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: all .3s;
  display: flex;
}

.link-block-4:hover {
  color: #fff;
  background-color: #cbf83e;
}

.section-certification {
  position: relative;
}

.section-label {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
  line-height: 24px;
  display: none;
}

.heading-5-copy {
  color: #000;
  border-bottom: 2px solid #000;
  margin-top: 40px;
  margin-bottom: 13px;
  margin-left: 35px;
  font-size: 20px;
  font-weight: 700;
}

.heading-5-copy.hide {
  display: none;
}

.her-bg_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-subtitle {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-card {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 70px 100px 70px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 10px #0003;
}

.footer-social-icon-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-nav {
  z-index: 9999;
  background-color: #22222280;
  border: 1px solid #dedede;
  border-radius: 16px;
  padding: 6px;
  position: relative;
}

.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-9 {
  width: 25px;
}

.image-9:hover {
  color: #fff;
}

.faq-toggle-2 {
  z-index: 2;
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(16px);
}

.section-5 {
  background-color: #f1f1f1;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.section-partners {
  display: none;
}

.image-3 {
  border: 1px solid #ddd;
  padding: 5px;
  transition: box-shadow .8s;
  box-shadow: 3px 3px 3px 4px #ddd;
}

.image-3:hover {
  box-shadow: none;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 85px;
  display: grid;
}

.collection-list-wrapper {
  margin-top: 60px;
}

.feature-card-img {
  width: auto;
  max-width: none;
  height: 50%;
}

.feature-card-img.r-20 {
  height: 40%;
  right: -20px;
}

.feature-card-img.h40 {
  height: 40%;
  right: -40px;
}

.feature-card-img.l15 {
  margin-left: 15px;
  right: -30px;
}

.div-block-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #222;
  border-radius: 8px;
  margin: 6px;
  padding: 6px 10px;
  display: flex;
}

.plus-icon {
  background-color: #000;
  width: 2px;
  height: 16px;
}

.heading-4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
}

.heading-6 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 115px;
  font-weight: 500;
  line-height: 100px;
}

.text-block-10 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
}

.is-black {
  color: #000;
}

.footer-simple_container {
  color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-heading-wrapper {
  display: none;
}

.section-header {
  color: #000;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 45px;
  line-height: 50px;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-top: 75px;
  padding-left: 4rem;
  padding-right: 4rem;
}

.service-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-block-4 {
  color: #000;
  margin-right: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
  display: inline-block;
  position: relative;
  top: 6px;
}

.text-block {
  color: #fff;
  width: 1000px;
  margin: 25px auto 42px;
  font-size: 20px;
  line-height: 30px;
}

.section-3 {
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/markus-spiske-MgtHZ4zlC1U-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.heading-9 {
  color: #464646;
  font-weight: 400;
}

.text-field-2 {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 2px;
  border-radius: 6px;
  height: 45px;
  margin-bottom: 25px;
}

.text-field-2::placeholder {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.text-field-2.text-area {
  height: 150px;
  margin-bottom: 55px;
}

.container-small {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-card-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}

.paragraph-2.cta-text {
  color: #fff;
  width: 83%;
  margin-bottom: 30px;
  font-size: 18px;
}

.div-block-20 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  display: none;
}

.lines {
  background-color: #e6e1e1;
  width: 1px;
  height: 100%;
}

.cursor-wrapper {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.services-section {
  background-color: #f1f1f133;
  padding-top: 40px;
  padding-bottom: 150px;
  display: flex;
}

.heading-3 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 900;
}

.features-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 106px;
}

.section-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 64px;
  display: flex;
}

.section {
  padding-top: 8rem;
}

.section.footer {
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.faq {
  padding-bottom: 8rem;
}

.link-block-5 {
  display: none;
}

.btn-primary {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  cursor: none;
  background-color: #cbf83e;
  border: 2px solid #cbf83e;
  border-radius: 4px;
  padding: 18px 55px;
  font-size: 16px;
  line-height: 18px;
  transition: all .5s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #cbf83e;
}

.btn-primary.outilne {
  color: #fff;
  background-color: #0000;
  border-color: #cbf83e;
}

.btn-primary.black {
  color: #fff;
  background-color: #000;
  border-radius: 6px;
}

.btn-primary.black:hover {
  background-color: #202020;
}

.btn-primary.nav-button {
  margin-left: 40px;
}

.btn-primary.nav-button:hover {
  color: #000;
}

.cta-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: flex;
}

.certificate-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}

.certificate-card:hover {
  background-color: #cbf83ecc;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  color: #cbf83e;
  border: 2px solid #fff;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 30px;
  font-size: 25px;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.link-block-3:hover {
  border-color: #cbf83e;
}

.div-block-19 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-21 {
  background-color: #cbf83e;
  border-radius: 16px;
  width: 78%;
  padding: 30px 40px;
}

.cta {
  text-align: center;
  background-image: linear-gradient(#000000d1, #000000d1), url('../images/quotation-bg.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.hero-section {
  background-image: linear-gradient(#0009, #0009);
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.logo-cloud_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-simple_logo-link {
  margin-bottom: 2rem;
  text-decoration: none;
}

.nav-link {
  color: #2f2a6b;
  border-bottom: 1px solid #0000;
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 700;
}

.nav-link.w--current {
  color: #cbf83e;
  border-bottom: 1px solid #cbf83e;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.faqs-container {
  flex-direction: column;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  filter: invert();
  width: 50px;
}

.certification-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-22 {
  background-color: #cbf83e;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.faq-icon-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-simple_divider {
  border-bottom: 1px solid #fff;
  width: 11.875rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.udesly-code-snippet {
  display: none;
}

.container {
  width: 93%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container.relative {
  z-index: 2;
  position: relative;
}

.service-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-block-11 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 25px;
}

.partners-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-6 {
  width: 100px;
  height: 100px;
}

.nav-menu-2 {
  display: flex;
}

.collection-item {
  border-radius: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-9 {
  color: #cbf83e;
  font-size: 27px;
}

.footer-simple_nav-links {
  text-align: center;
  font-weight: 600;
}

.heading-7 {
  color: #000;
  font-size: 44px;
}

.text-block-2 {
  margin-bottom: 20px;
  padding-right: 5rem;
  font-size: 18px;
  line-height: 30px;
}

.minus-icon {
  background-color: #000;
  width: 2px;
  height: 16px;
  position: absolute;
  inset: 0%;
  transform: rotate(90deg);
}

.section_footer-simple {
  background-color: #000;
  background-image: url('../images/Mask-group-2.svg');
  background-position: 50%;
  background-size: cover;
}

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

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta-2 {
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/download-3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-5 {
  width: 1140px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-3 {
  width: 1140px;
  max-width: 90%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.service-icon-block {
  background-color: #cbf83e;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 120px;
  padding: 25px 9px;
  transition: background-color .8s;
  display: flex;
}

.service-icon-block:hover {
  background-color: #cbf83e80;
}

.line {
  background-color: #cbf83e;
  width: 150px;
  height: 1px;
  margin-left: 30%;
  margin-right: auto;
}

.home-nav_link {
  color: #dedede;
  border: 1px solid #3e3e3e;
  border-radius: 8px;
  margin-left: 0;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .3s;
}

.home-nav_link:hover {
  color: #000;
  background-color: #cbf83e;
}

.image-7 {
  width: 150px;
}

.service-column {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-card-img-wrapper {
  align-items: center;
  width: 100px;
  padding-left: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.udesly-typewriter-effect {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}

.udesly-typewriter-effect.title-bold {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.125rem;
  line-height: 3.75rem;
}

.logo-img {
  width: 100%;
  height: 100%;
}

.logo-img.inverse {
  filter: invert();
}

.logo-img.inverse._1 {
  object-fit: contain;
}

.toggle-icon {
  filter: none;
  width: 28px;
}

.link-block-6 {
  margin-top: 10px;
}

.div-block-13 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 60px;
  display: flex;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.faq-answer-wrap {
  background-color: #fff;
  background-image: none;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 95%;
  padding: 42px 20px 12px;
  display: flex;
  transform: translate(0, -35px);
}

.faq-answer-2 {
  opacity: .65;
  mix-blend-mode: multiply;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 30px;
  overflow: hidden;
}

.feature-card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.logo-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logo-div.size {
  justify-content: center;
  width: 150px;
}

.logo-div.center {
  justify-content: center;
  width: 100px;
}

.faq-wrap {
  cursor: pointer;
}

.hero-wrapper {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4rem;
  display: grid;
  position: relative;
}

.certificate-items {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.heading-large {
  color: #fff;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .65fr 1fr;
  place-items: center;
  margin-top: 75px;
  padding-left: 4rem;
  padding-right: 4rem;
  display: none;
}

.image-8 {
  transform: rotate(180deg);
}

.heading {
  text-transform: uppercase;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.heading.is-white {
  color: #fff;
  font-size: 30px;
  line-height: 100%;
}

.fixed-desktop_nav {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cursor-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  position: absolute;
}

.yellow-title {
  color: #cbf83e80;
  text-align: center;
  text-transform: uppercase;
  margin-top: -104px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
}

.padding-section-large {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-15 {
  background-color: #222;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto;
}

.h1 {
  letter-spacing: -2px;
  font-size: 84px;
  line-height: 80px;
}

.h1.cta-h1 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 65px;
}

.work-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-11 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.project-wrapper {
  cursor: none;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 5px #54545433;
}

.project-wrapper:hover {
  color: #fff;
  text-align: justify;
}

.projectlink {
  z-index: 9;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-navy-black);
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  text-decoration: none;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-29 {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.projects-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.cert-img {
  background-color: var(--dark-navy-black);
  object-fit: contain;
  border-radius: 16px;
}

.div-block-30 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(160deg, #69383480, #282c6780);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.project-name {
  text-align: center;
  text-transform: capitalize;
  font-size: 1.4rem;
  font-weight: 700;
}

.project-purpose {
  color: var(--paragraph-gray);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}

.service-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 3.75rem 2.5rem;
  transition: all .4s;
  display: flex;
}

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

.services-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.skills-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(8rem, 1fr));
  grid-auto-columns: minmax(8rem, 1fr);
  grid-auto-flow: row dense;
  justify-content: stretch;
  place-items: stretch center;
  width: 100%;
  display: grid;
}

.skill-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title {
  letter-spacing: 2px;
  font-family: Playfair Display, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1em;
}

.section-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.5rem;
}

.skill-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.about-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.exp-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.expr {
  color: #fff;
  letter-spacing: 6px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 80px;
}

.years-of-exp {
  color: var(--paragraph-gray);
  text-align: center;
  text-transform: none;
}

.subtitle {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 1.688rem;
  font-weight: 500;
  line-height: 1em;
}

.subtitle.small {
  font-size: 1.25rem;
}

.sub-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  padding-bottom: 10px;
  display: flex;
}

.sub-section-wrapper.full-width {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.skills-exp-wrapper {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.circle {
  z-index: -1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #4454fe00;
  background-image: linear-gradient(144deg, #ff6f4c24, #4454fe24);
  border-radius: 100%;
  width: 132px;
  height: 132px;
  position: absolute;
  box-shadow: 2px 2px 5px #c2c2c21a;
}

.exp-txt {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.skill-logo {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.socials-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.socials-wrapper.nav {
  order: 1;
  align-items: center;
  display: none;
}

.socials-wrapper.nav.desk {
  display: flex;
}

.social-icon {
  object-fit: cover;
  width: 24px;
  height: 24px;
}

.div-block-31 {
  overflow: hidden;
}

.services-right {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.services-left {
  width: 35%;
  position: sticky;
  top: 120px;
}

.service-desc {
  background-color: var(--dark-navy-black);
  border-radius: 16px;
  width: 100%;
  position: sticky;
  top: 120px;
  box-shadow: 2px 2px 5px #c2c2c233;
}

.service-desc._2 {
  top: 160px;
  transform: scale(1.01);
}

.service-desc._3 {
  top: 200px;
  transform: scale(1.02);
}

.service-desc._4 {
  top: 240px;
  transform: scale(1.03);
}

.service-desc._5 {
  top: 280px;
  transform: scale(1.04);
}

.service-desc._6 {
  top: 320px;
  transform: scale(1.05);
}

.service-desc._7 {
  top: 360px;
  transform: scale(1.06);
}

.service-card-desc {
  color: var(--paragraph-gray);
  text-align: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.8em;
}

.para {
  color: var(--paragraph-gray);
  font-size: 1.063rem;
}

.copyright {
  color: var(--paragraph-gray);
  text-align: center;
}

.service-title {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  transition: opacity .5s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.service-title.active {
  opacity: 1;
  pointer-events: auto;
}

.service-title.mob {
  display: none;
}

.services-left-wrapper {
  position: relative;
}

.service-icon {
  width: 64px;
}

.project-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-content-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.faq-qs {
  color: #fff;
}

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

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

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

.services-wrap {
  position: relative;
}

.skills-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.nav-links {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  display: flex;
}

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

@media screen and (min-width: 1440px) {
  .hero-content-conatiner {
    max-width: 620px;
  }

  .hero-title {
    line-height: 100px;
  }

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

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

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

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

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

  .projects-wrapper {
    padding-top: 150px;
  }

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

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

  .service-content {
    width: 55%;
  }

  .hero-subtitle {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .skill-block {
    padding-right: 60px;
  }

  .subtitle {
    font-size: 26px;
  }

  .sub-section-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .skill-logo {
    width: 32px;
    height: 32px;
  }

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

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

@media screen and (min-width: 1920px) {
  .padding_global.glow-3 {
    justify-content: space-between;
    align-items: center;
  }

  .service-card-title {
    font-size: 2rem;
  }

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

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

  .projects-wrapper {
    padding-top: 170px;
  }

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

  .service-content, .div-block-9-copy {
    width: 50%;
  }

  .div-block-21 {
    width: 75%;
  }

  .grid-2 {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
  }

  .service-wrapper {
    padding: 60px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .section-subtitle {
    font-size: 2rem;
  }

  .div-block-31 {
    justify-content: flex-start;
    align-items: center;
  }
}

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

  .menu-button {
    background-color: #4454fe00;
    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;
  }

  .padding_global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-content-conatiner {
    max-width: 85%;
  }

  .hero-title {
    font-size: 6.5rem;
  }

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

  .hero-paragraph.tab {
    max-width: 85%;
  }

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

  .webflow-partner-badge {
    width: 160px;
    height: 160px;
    padding: 20px;
    position: absolute;
    right: 0%;
  }

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

  .service-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .service-card-title {
    font-size: 1.5rem;
  }

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

  .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-wrapper {
    padding-top: 6rem;
  }

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

  .project-thumbnail {
    max-width: 15rem;
  }

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

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

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

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

  .nav-menu {
    background-color: var(--dark-navy-black);
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    margin-right: 0;
    padding: 3rem 0 20px 2.5vw;
  }

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

  .div-block-18 {
    padding: 45px 25px;
  }

  .icon {
    color: #000;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-wrapper-2 {
    overflow: hidden;
  }

  .navbar-2 {
    display: block;
  }

  .features {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .title-bold {
    font-size: 40px;
    line-height: 50px;
  }

  .title-bold._1 {
    font-size: 38px;
  }

  .line-container {
    display: none;
  }

  .paragraph {
    font-size: 13px;
    line-height: 24px;
  }

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

  .heading-medium {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-5-copy {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  .her-bg_wrap {
    display: none;
  }

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

  .section-5 {
    padding-top: 4.5rem;
    padding-bottom: 4rem;
  }

  .service-grid {
    grid-column-gap: 20px;
    margin-top: 65px;
  }

  .plus-icon {
    height: 16px;
  }

  .heading-6 {
    font-size: 90px;
    line-height: 80px;
  }

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

  .section-header {
    font-size: 40px;
    line-height: 45px;
  }

  .grid-6 {
    grid-column-gap: 25px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .service-block {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    align-items: center;
  }

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

  .heading-9 {
    font-size: 24px;
    line-height: 28px;
  }

  .paragraph-2.cta-text {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-20 {
    padding-left: 12px;
  }

  .services-section {
    padding-bottom: 100px;
  }

  .heading-3 {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
  }

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

  .div-block-14 {
    top: 28px;
    left: 12%;
  }

  .section-header-wrapper {
    max-width: 66.66%;
    padding-bottom: 45px;
  }

  .section {
    padding-top: 6rem;
  }

  .section.faq {
    padding-bottom: 6rem;
  }

  .btn-primary.nav-button:hover {
    color: #000;
  }

  .link-block-3 {
    padding: 16px 25px;
  }

  .div-block-21 {
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section {
    background-image: linear-gradient(#0009, #0009), url('../images/bg-portfolio.jpg');
    background-position: 0 0, 0 0;
  }

  .nav-link {
    padding-bottom: 20px;
    padding-left: 40px;
  }

  .certification-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    max-width: 90%;
  }

  .service-box {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    align-items: center;
  }

  .text-block-11 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding-bottom: 20px;
  }

  .footer-simple_nav-links {
    margin-left: 0;
    margin-right: 0;
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 34px;
    line-height: 34px;
  }

  .text-block-2 {
    padding-right: 2rem;
    font-size: 16px;
    line-height: 28px;
  }

  .minus-icon {
    height: 16px;
  }

  .cta-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .udesly-typewriter-effect.title-bold {
    font-size: 2.8rem;
  }

  .toggle-icon {
    max-width: 32px;
  }

  .div-block-13 {
    padding-bottom: 100px;
  }

  .page-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq-answer-2 {
    font-size: 15px;
    line-height: 27px;
  }

  .div-block-25 {
    position: relative;
    top: 137px;
  }

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

  .div-block-24 {
    align-items: flex-start;
    display: flex;
  }

  .fixed-desktop_nav {
    display: none;
  }

  .yellow-title {
    margin-top: -95px;
    font-size: 45px;
    line-height: 55px;
  }

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

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

  .h1.cta-h1 {
    font-size: 55px;
    line-height: 50px;
  }

  .work-list {
    grid-template-columns: 1fr 1fr;
  }

  .projectlink {
    width: 90px;
    height: 90px;
  }

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

  .project-name {
    font-size: 1.3rem;
  }

  .service-wrapper {
    padding: 2rem 1.5rem;
  }

  .service-wrapper:hover {
    background-color: #4454fe00;
  }

  .services-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .section-title {
    font-size: 1rem;
  }

  .exp-wrapper {
    width: 100%;
  }

  .subtitle {
    font-size: 20px;
  }

  .sub-section-wrapper {
    width: 100%;
  }

  .skills-exp-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .socials-wrapper.nav {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2.5vw;
    display: flex;
  }

  .socials-wrapper.nav.desk {
    display: none;
  }

  .social-icon.nav {
    width: 30px;
    height: 30px;
  }

  .service-title:hover {
    background-color: #4454fe00;
  }

  .service-icon {
    width: 54px;
  }

  .hero-content-wrap {
    position: relative;
  }

  .skills-wrap {
    justify-content: center;
    align-items: center;
  }

  .nav-links {
    flex-flow: column;
  }
}

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

  .padding_global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .hero-title {
    font-size: 5.5rem;
    line-height: 5.25rem;
  }

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

  .hero-paragraph.about {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .button-wrapper {
    padding: 1px;
  }

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

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

  .webflow-partner-badge {
    width: 140px;
    height: 140px;
    bottom: -10%;
  }

  .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: 1.2rem;
  }

  .section-title-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: none;
  }

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

  .process-card-title.center {
    font-size: .7rem;
    font-weight: 200;
  }

  .faq-wrapper {
    width: 100%;
  }

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

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

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

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

  .explore-button-wrapper {
    bottom: -30%;
  }

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

  .navigation-wrapper {
    padding-left: .5rem;
  }

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

  .service-content {
    text-align: left;
  }

  .paragraph-3 {
    margin-top: 25px;
  }

  .title-bold {
    margin-bottom: 25px;
    font-size: 35px;
    line-height: 45px;
  }

  .udesly-crt-glitch {
    font-size: 7.5rem;
    line-height: 80px;
  }

  .hero-subtitle {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .faq-toggle-2 {
    transform: translate(12px);
  }

  .section-5 {
    min-height: 80vh;
    padding-top: 4rem;
  }

  .service-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 75px;
    line-height: 65px;
  }

  .section-header {
    margin-top: 16px;
  }

  .grid-6 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-block {
    grid-column-gap: 25px;
    flex-direction: row-reverse;
    align-items: flex-start;
  }

  .paragraph-2.cta-text {
    width: 100%;
  }

  .heading-3 {
    font-size: 16px;
    line-height: 26px;
  }

  .div-block-14 {
    margin-top: 44px;
  }

  .section-header-wrapper {
    max-width: 90%;
    padding-bottom: 40px;
  }

  .div-block-21 {
    width: 100%;
    padding: 40px 25px;
  }

  .logo-cloud_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faqs-container {
    max-width: 90%;
  }

  .certification-wrapper {
    padding-top: 60px;
  }

  .service-box {
    align-items: flex-start;
  }

  .text-block-2 {
    line-height: 26px;
  }

  .grid-5 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cta-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .udesly-typewriter-effect.title-bold {
    font-size: 2rem;
  }

  .div-block-13 {
    padding-bottom: 60px;
  }

  .faq-answer-wrap {
    max-width: 92%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-answer-2 {
    font-size: 14px;
    line-height: 26px;
  }

  .div-block-25 {
    top: 76px;
  }

  .hero-wrapper {
    padding-left: 0;
  }

  .certificate-items {
    grid-template-columns: 1fr 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h1.cta-h1 {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 40px;
  }

  .projectlink {
    width: 84px;
    height: 84px;
  }

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

  .project-name {
    font-size: 1.2rem;
    font-weight: 600;
  }

  .services-wrapper {
    padding-bottom: 6rem;
  }

  .skills-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
  }

  .section-title {
    font-size: 1rem;
  }

  .skill-text {
    font-size: .8rem;
  }

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

  .subtitle {
    font-size: 22px;
  }

  .socials-wrapper.nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .services-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .service-icon {
    width: 44px;
  }
}

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

  .padding_global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-title {
    font-size: 4rem;
    line-height: 4.25rem;
  }

  .button-content.project {
    padding: 10px 20px;
  }

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

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

  .service-card {
    padding: 30px;
  }

  .service-card-title {
    font-size: 1.1rem;
  }

  .faq-toggle, .faq-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .projects-wrapper {
    padding-top: 4rem;
  }

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

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

  .arrow-circle {
    padding: 10px;
  }

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

  .div-block-18 {
    padding: 40px 10px;
  }

  .div-block-11 {
    grid-column-gap: 20px;
  }

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

  .title-bold {
    font-size: 25px;
    line-height: 35px;
  }

  .title-bold._1 {
    font-size: 27px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 22px;
  }

  .faq-question {
    grid-column-gap: 12px;
    padding: 12px;
    font-size: 14px;
  }

  .heading-medium {
    font-size: 36px;
    line-height: 46px;
  }

  .heading-5 {
    margin-bottom: 26px;
  }

  .heading-5-copy {
    margin-left: 20px;
  }

  .faq-toggle-2 {
    grid-column-gap: 20px;
  }

  .section-5 {
    padding-bottom: 2.5rem;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-6 {
    font-size: 55px;
    line-height: 50px;
  }

  .section-header {
    font-size: 28px;
    line-height: 33px;
  }

  .grid-6 {
    grid-row-gap: 50px;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-block {
    grid-column-gap: 10px;
    grid-row-gap: 25px;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 24px;
  }

  .text-field-2 {
    margin-bottom: 20px;
  }

  .text-field-2.text-area {
    height: 130px;
    margin-bottom: 45px;
  }

  .paragraph-2.cta-text {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-3 {
    font-size: 14px;
    line-height: 24px;
  }

  .features-wrapper {
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    width: 40%;
    margin-top: 30px;
    top: 42px;
    left: 20%;
  }

  .section-header-wrapper {
    max-width: 100%;
    padding-bottom: 30px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    padding-top: 4rem;
  }

  .section.faq {
    padding-bottom: 4rem;
  }

  .btn-primary.nav-button {
    margin-left: 20px;
  }

  .link-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-21 {
    padding: 30px 15px;
  }

  .hero-section {
    padding-bottom: 40px;
  }

  .logo-cloud_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .nav-link {
    padding-left: 20px;
  }

  .faqs-container {
    max-width: 100%;
  }

  .div-block-22 {
    border-radius: 100%;
    width: 110px;
    height: 110px;
  }

  .faq-icon-wrap {
    margin-right: 15px;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .nav-menu-2 {
    padding-bottom: 30px;
  }

  .text-block-2 {
    padding-right: .5rem;
    font-size: 15px;
    line-height: 26px;
  }

  .cta-2 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .udesly-typewriter-effect.title-bold {
    font-size: 1.5rem;
  }

  .div-block-13 {
    padding-right: 50px;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-answer-wrap {
    max-width: 92%;
    padding-bottom: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-answer-2 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-25 {
    top: 100px;
  }

  .certificate-items {
    grid-template-columns: 1fr;
  }

  .yellow-title {
    margin-top: -83px;
    font-size: 36px;
    line-height: 46px;
  }

  .div-block-15 {
    width: 60px;
    height: 60px;
  }

  .h1.cta-h1 {
    font-size: 35px;
    line-height: 30px;
  }

  .work-list {
    grid-template-columns: 1fr;
  }

  .projectlink {
    width: 80px;
    height: 80px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .projects-grid {
    grid-template-columns: 1fr;
  }

  .project-name {
    font-size: 1.1rem;
  }

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

  .services-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
  }

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

  .section-subtitle {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .skill-text {
    font-size: .6rem;
  }

  .subtitle {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .skills-exp-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .socials-wrapper.nav {
    padding-left: 3vw;
  }

  .services-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
  }

  .services-left {
    display: none;
  }

  .service-desc {
    top: 80px;
  }

  .service-desc._2 {
    top: 120px;
  }

  .service-desc._3 {
    top: 160px;
  }

  .service-desc._4 {
    top: 200px;
  }

  .service-desc._5 {
    top: 240px;
  }

  .service-desc._6 {
    top: 280px;
  }

  .service-desc._7 {
    top: 320px;
  }

  .service-card-desc {
    font-size: 1rem;
  }

  .service-title.mob {
    opacity: 100;
    display: flex;
    position: relative;
  }

  .service-icon {
    width: 33px;
  }

  .footer-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .skills-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}


