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: #ff6f4c;
}

strong {
  font-weight: 600;
}

.body-1 {
  background-color: #141520;
}

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

.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.w--current {
  width: 250px;
}

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

.page-wrapper {
  background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-1 {
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 2px;
  text-decoration: none;
  transition-duration: .4s;
}

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

.button-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  border-radius: 50px;
  align-items: center;
  padding: 20px 25px;
  font-family: Anek Malayalam, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

.service-card {
  width: 100%;
  background-color: rgba(68, 84, 254, 0);
  background-image: linear-gradient(144deg, rgba(255, 184, 118, .1), #900b00);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  transition: all .4s;
  display: flex;
}

.service-card:hover {
  background-color: rgba(255, 20, 1, .13);
  background-image: linear-gradient(144deg, rgba(255, 184, 118, .1), #ff1401);
}

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

.service-card-paragraph {
  margin-bottom: 15px;
}

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

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

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

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

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

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

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

.process-card-paragraph {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-block {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

.arrow-circle {
  background-image: linear-gradient(#900b00, #900b00);
  border-radius: 50%;
  padding: 12px;
}

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

.slide-nav {
  display: none;
}

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

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

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

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

.left-arrow {
  width: 80px;
  height: 80px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(20, 21, 32, .35);
  margin-right: auto;
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

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

.right-arrow {
  width: 80px;
  height: 80px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(20, 21, 32, .37);
  transition: all .3s;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

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

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

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

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

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

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

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

.project-image {
  min-height: 450px;
  object-fit: cover;
}

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

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

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

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

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

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

.iphone-shape {
  z-index: 1;
  width: 100%;
  position: relative;
}

.iphone14-screen {
  z-index: 0;
  width: 90.2%;
  height: 95.8%;
  object-fit: cover;
  border-radius: 3%;
  position: absolute;
  top: 2.2%;
  left: 5.1%;
  overflow: hidden;
}

.mockup-subtitle {
  max-width: 24em;
  color: #fff;
  letter-spacing: -.01em;
  margin: 1em auto;
  font-size: 1.4em;
  line-height: 1.4;
}

.mockup-title {
  color: #6e3b0e;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(148deg, #f5ad6a, #ff1401);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 6em;
  font-weight: 600;
  line-height: .95;
}

.mockup-title.small {
  background-image: linear-gradient(358deg, #900b00, #ff1401);
  font-size: 3em;
  font-weight: 800;
}

.mockup-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mockup-title-wrapper {
  max-width: 50em;
  color: #ffebb7;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
}

.section-intro-mockups {
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 9%, #720900 55%, rgba(0, 0, 0, 0) 94%);
  padding-bottom: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.iphone-mockup {
  z-index: 1;
  width: 28%;
  position: relative;
  overflow: hidden;
}

.iphone-mockup.is-second {
  margin-top: 11%;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.iphone14-image {
  width: 100%;
}

.menu {
  z-index: 10;
  width: 70px;
  height: 40px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(144, 11, 0, .34);
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-link {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Anek Malayalam, sans-serif;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

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

.preloader-text {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.preloader-bar-1 {
  width: 60%;
  height: 100%;
  background-color: #ff5050;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
}

.c-preloader {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.c-preloader-bar {
  width: 15em;
  height: .25em;
  background-color: #222;
  border-radius: 1000px;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-bar-2 {
  width: 50%;
  height: 100%;
  background-color: #4fff86;
}

._w-preloader-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-preloader-curtain {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.c-preloader-content {
  z-index: 5;
  position: absolute;
}

.c-preloader-title {
  margin-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
  overflow: hidden;
}

._w-preloader {
  width: 100%;
  height: 100%;
  background-color: rgba(19, 19, 19, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.preloader-curtain {
  width: 50%;
  height: 100%;
  background-color: #131313;
  position: relative;
}

.preloader-curtain.right._2 {
  background-color: rgba(19, 19, 19, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.preloader-curtain.left._2 {
  background-color: rgba(19, 19, 19, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.bottom-navbar {
  height: 72px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bottom-navbar.change-height {
  z-index: 10;
  transition: height .1s;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icons-go-here {
  width: 100%;
  height: 44px;
  max-width: 360px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  display: grid;
}

.icon {
  width: 54px;
  height: 54px;
  background-color: rgba(255, 255, 255, .14);
  border-radius: 100px;
  margin-top: 8px;
}

.menu-2 {
  z-index: 11;
  height: 100vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 0, 0, .26);
  background-image: linear-gradient(rgba(17, 17, 17, .8), rgba(17, 17, 17, .8)), url('/wp-content/themes/red-print-f7c3a9/assets/images/graphy-dark.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.menu-items-wrapper {
  width: 100%;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
}

.link-block {
  color: #dadada;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-left: 1px dotted #585858;
  padding: 15px 32px;
  font-size: 4em;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.link-line {
  width: 1px;
  height: 1px;
  background-color: #5e5e5e;
  position: absolute;
  top: auto;
  bottom: 4px;
  left: 35px;
  right: auto;
}

.photo-wrapper {
  position: relative;
}

.menu-corner {
  width: 50px;
  height: 50px;
  opacity: .26;
  border-top: 1px dashed #bebebe;
  border-left: 1px dashed #bebebe;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.menu-corner.bottom-left {
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
  transform: rotate(270deg);
}

.menu-corner.bottom-right {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  transform: rotate(180deg);
}

.menu-corner.top-right {
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
  transform: rotate(90deg);
}

.photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-dot {
  width: 1px;
  height: 1px;
  background-color: #bebebe;
  position: absolute;
  top: 4px;
  bottom: auto;
  left: 4px;
  right: auto;
}

.close {
  z-index: 10;
  width: 70px;
  height: 40px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(20, 21, 32, .38);
  border-bottom-left-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-block-2, .text-block-3 {
  font-family: Anek Malayalam, sans-serif;
  font-weight: 700;
}

.div-block-2 {
  width: 150px;
  grid-column-gap: 30px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(144, 11, 0, .14);
  border-radius: 500px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.div-block-2.m {
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .service-card {
    padding: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .textarea {
    border-radius: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mockup-subtitle {
    font-size: 1.1em;
  }

  .mockup-title {
    font-size: 4em;
  }

  .menu-2 {
    grid-template-columns: 1fr;
  }

  .background-video, .photo-wrapper {
    display: none;
  }
}

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

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

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

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

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

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

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

  .button-1 {
    padding: 1px;
  }

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

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

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

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

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

  .service-card {
    padding: 40px;
  }

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

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

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

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

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

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

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

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

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

  .faq-wrapper {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mockup-title {
    font-size: 3em;
  }

  .mockup-wrapper {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
    justify-content: center;
  }

  .iphone-mockup {
    width: 40%;
  }

  .iphone-mockup.is-second {
    width: 52%;
    order: 1;
  }

  .link-block {
    font-size: 2em;
  }
}

@media screen and (max-width: 479px) {
  .home.w--current {
    width: 200px;
  }

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

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

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

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

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

  .service-card {
    padding: 30px;
  }

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

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

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

  .process-card {
    padding: 30px;
  }

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

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

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

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

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

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

  .arrow-circle {
    padding: 10px;
  }

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

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

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

  .project-image {
    height: 70vw;
    object-fit: fill;
  }

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

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

  .footer-wrapper {
    height: 150px;
    background-color: #900b00;
    border-top: 1px solid #fff;
    margin-top: -150px;
    padding-left: 6vw;
    padding-right: 6vw;
  }

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

  .mockup-title.small {
    font-size: 2em;
  }

  .mockup-title-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(20, 21, 32, .39);
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu-link {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .bottom-navbar.change-height {
    z-index: 10;
  }

  .menu-2 {
    display: none;
  }

  .menu-items-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.5em;
  }

  .close {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(20, 21, 32, .39);
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .section {
    padding-top: 20px;
  }
}

#w-node-fa7d022d-fe15-5985-1df0-3c8f64a1f828-f12ff9fe {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-fa7d022d-fe15-5985-1df0-3c8f64a1f83d-f12ff9fe, #w-node-fa7d022d-fe15-5985-1df0-3c8f64a1f83e-f12ff9fe, #w-node-fa7d022d-fe15-5985-1df0-3c8f64a1f83f-f12ff9fe, #w-node-fa7d022d-fe15-5985-1df0-3c8f64a1f840-f12ff9fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fa7d022d-fe15-5985-1df0-3c8f64a1f828-f12ff9fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


