:root {
  --pink: #ffe9fc;
}

h2 {
  color: #573350;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  color: #573350;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 150%;
}

a {
  color: #93708c;
  text-decoration: underline;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.main-body {
  background-color: var(--pink);
  cursor: none;
  max-height: 100vh;
  font-family: Poppins, sans-serif;
  overflow: visible;
}

.navbar-logo-left {
  z-index: 101;
  border-radius: 500px;
  width: 100%;
  min-width: auto;
  max-width: none;
  position: static;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-image: none;
  border-radius: 400px;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 0;
  position: sticky;
  left: 0;
}

.container {
  width: 90vw;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.container.h {
  width: auto;
}

.container.pgs {
  border-left: 1px solid #ffffff1a;
  border-right: 1px solid #ffffff1a;
}

.container.pgs._2 {
  background-color: #0d00ff05;
}

.container.pgs._2.light {
  background-color: #0d00ff00;
  border-left-width: 3px;
  border-left-color: #4e4d692e;
  border-right-width: 3px;
  border-right-color: #4e4d692e;
}

.container.margin-top {
  margin-top: 140px;
}

.navbar-wrapper {
  z-index: 201;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  transition: all 1s;
  display: flex;
  position: relative;
}

.navbar-brand {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff0;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-brand.white {
  background-color: #fff;
  flex: 0 auto;
  padding: .5em .7em;
  transition: all .9s;
}

.navbar-brand.socails {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex: 0 auto;
}

.nav-menu-wrapper {
  grid-column-gap: 5.2rem;
  grid-row-gap: 5.2rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex: none;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  opacity: .7;
  color: #93708c;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  opacity: 1;
  font-weight: 600;
}

.nav-link.big {
  margin-right: 0;
  padding: 0;
  font-size: 17px;
}

.nav-link.big.top {
  margin-top: 5rem;
}

.nav-link.bold {
  color: #633c5b;
  font-weight: 500;
  display: none;
}

.text-name {
  color: #050505;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all .7s;
}

.text-name.light {
  color: #573350;
  font-weight: 400;
  line-height: 150%;
}

.text-name.light.pdng-tp {
  margin-top: 1rem;
}

.text-name.light.pdng-bot {
  color: #573350;
  margin-top: 10px;
  margin-bottom: 10px;
}

.logo {
  width: 2rem;
}

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

.h-flex.charkhesh-item {
  z-index: 9999;
  background-color: var(--pink);
  color: #93708c;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 1em;
  font-size: 1.1rem;
  font-weight: 600;
  position: absolute;
}

.h-flex.charkhesh-item._1 {
  z-index: 1;
  top: 19rem;
  left: -8.2rem;
}

.h-flex.charkhesh-item._2 {
  z-index: 1;
  top: 27rem;
  left: -6.6rem;
}

.h-flex.charkhesh-item._3 {
  z-index: 1;
  top: 26rem;
  right: -6.2rem;
}

.h-flex.charkhesh-item._4 {
  z-index: 1;
  bottom: 10rem;
  right: -8rem;
}

.h-flex.charkhesh-item.type-2 {
  border: 7px solid var(--pink);
  cursor: pointer;
  background-color: #e6cde2;
  border-radius: 17px;
  padding-right: 1em;
  font-size: .9rem;
  transition: all .2s;
}

.h-flex.charkhesh-item.type-2:hover {
  transform: scale(1.2)translate(0, -6px);
}

.h-flex.charkhesh-item.type-2._1 {
  z-index: 9999;
  top: 12rem;
  left: auto;
  right: -4rem;
}

.h-flex.charkhesh-item.type-2._2 {
  z-index: 99999999;
  top: 23rem;
  left: auto;
  right: -2rem;
}

.h-flex.charkhesh-item.type-2._3 {
  z-index: 2147483647;
  top: 19rem;
  left: -3.5rem;
  right: auto;
}

.h-flex.charkhesh-item.type-2._4 {
  z-index: 99999;
  bottom: 16rem;
  left: -3.6rem;
  right: auto;
}

.social {
  color: #52364d;
  cursor: pointer;
  transition: opacity .5s;
  transform: translate(0, 3px)scale(.8);
}

.social:hover {
  opacity: 100;
}

.container-nav {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  max-width: 950px;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  inset: 1rem 0% auto;
}

.container-nav.dark {
  z-index: 14;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 14;
  background-color: #ffe9fce3;
  border: 2px solid #573350;
  border-radius: 500px;
  width: 90vw;
  max-width: 1020px;
  padding-left: 0;
  padding-right: 0;
  transition: transform .3s;
}

.text-span-2 {
  transition: all 1s;
}

.title-flex {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  margin-left: -18px;
}

.title-flex.case-studies {
  max-width: 440px;
  margin-top: 16rem;
  margin-left: 0;
}

.title-flex.why-me {
  z-index: 0;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  min-height: auto;
  margin-left: 0;
  padding-right: 30px;
}

.title-flex.testimonials {
  justify-content: center;
  align-items: center;
}

.title-flex.no-margin {
  margin-left: 0;
}

.title-flex.no-margin.sticky {
  position: sticky;
  top: 10rem;
}

.title-flex.no-margin.prgcts {
  padding: 50px;
}

.title-flex.ch {
  justify-content: center;
  align-items: flex-start;
}

.title-flex.case-study {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-flow: column;
  margin-left: 0;
  padding-left: 2em;
  padding-right: 2em;
  font-size: .8rem;
  display: flex;
}

.title-flex.case-study.blg {
  flex: 1;
  height: 100%;
}

.title-flex.case-study.pdng {
  flex: 1;
  justify-content: center;
  max-width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.title-flex.case-study.pruple {
  color: #573350;
}

.title-flex.center {
  justify-content: center;
  align-items: center;
  margin-top: -100px;
  margin-left: 0;
  position: relative;
}

.section-title {
  font-size: 1.7em;
  font-weight: 600;
  line-height: 150%;
}

.section-title.light {
  color: #573350;
}

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

.section-title.medium {
  color: #fff;
  font-weight: 500;
}

.section-title.medium.wcm {
  text-align: left;
  width: 100%;
}

.light-text {
  opacity: 1;
  color: #573350;
  line-height: 170%;
}

.light-text.dark {
  color: #fff;
}

.light-text.dark.pdng {
  margin-top: .5em;
}

.light-text.dark.pdng.center {
  text-align: center;
}

.light-text.dark.pdng.h2.center, .light-text.dark.h2 {
  font-weight: 600;
}

.light-text.white {
  color: #fff;
}

.light-text.black {
  color: #000;
}

.light-text.low-opacity {
  opacity: .5;
}

.light-text.low-opacity.dark {
  color: #cad4f0;
}

.light-text.low-opacity.dark.centered {
  color: #cad4f0;
  text-align: center;
}

.light-text.low-opacity.dark.st {
  color: #cad4f0;
  text-align: center;
  background-color: #03030a;
  border: 1px solid #fff3;
  border-radius: 20px;
  width: auto;
  margin-bottom: 0;
  padding: .5em 1em;
  transition: all .5s;
}

.light-text.low-opacity.dark.st:hover {
  opacity: 100;
  color: #03030a;
  background-color: #fff;
  width: auto;
  height: auto;
  font-weight: 600;
}

.light-text.low-opacity.dark.des {
  opacity: 100;
  max-width: 100%;
}

.light-text.low-opacity.white {
  color: #cad4f0;
}

.light-text.low-opacity.balck {
  color: #000;
}

.light-text.low-opacity.pink {
  color: #441031;
}

.light-text.h2 {
  font-size: 2.7rem;
  font-weight: 800;
}

.light-text.h2.pink {
  color: #2c0a25;
  font-weight: 600;
}

.cta-button {
  z-index: 0;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #573350;
  cursor: pointer;
  border: 3px solid #5733504d;
  border-radius: 40px;
  padding: .7em 1em;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 150%;
  position: relative;
  overflow: hidden;
}

.cta-button.dark {
  color: #fff;
  border-color: #fff;
}

.cta-button.pricing-cta {
  color: #fff;
  border-color: #ffffff4f;
}

.cta-button.main {
  color: #fff;
  background-color: #573350;
  border-color: #573350;
  justify-content: space-between;
}

.cta-button.main.width {
  width: 17rem;
}

.cta-button.l {
  background-color: #ffe9fc;
  height: 100%;
}

.cta-button.w {
  background-color: #fff;
}

.cta-button.white {
  color: #000;
  background-color: #fff;
  border-color: #ffffff4d;
}

.cta-button.white.space-between {
  justify-content: space-between;
}

.cta-button.white._089 {
  color: #fff;
  background-image: url("https://cdn.prod.website-files.com/6817437079339ff29a2300a8/69062cd4e6e12f910ab50fea_Frame%201321316380.avif");
  background-position: 0 0;
  background-size: cover;
  border-color: #6b46ff12;
  border-radius: 400px;
  font-size: 2rem;
  font-weight: 300;
}

.cta-button.white._089.light {
  background-color: #2c0a25;
  background-image: none;
  background-size: auto;
}

.link-block {
  color: #93708c;
  text-decoration: none;
}

.link-block.c {
  opacity: 1;
}

.link-block.c.w--current {
  color: #573350;
  font-weight: 600;
}

.link-block.underline {
  text-decoration: underline;
  transition: all .5s;
}

.link-block.underline:hover {
  color: #573350;
}

.link-block.form-submit {
  flex: none;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0 0% 0 auto;
}

.link-block.h100 {
  flex: 1;
}

.link-block.cta-link {
  flex-flow: column;
  display: flex;
  position: relative;
}

.link-block.cta-link.sm {
  flex: none;
}

.link-block.cta-link.grow {
  flex: 1;
}

.link-block.cta-link.tt {
  flex: 1;
  justify-content: flex-end;
}

.link-block.abs {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 36.3rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link-block._12 {
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.cursor {
  z-index: 2147483647;
  border: 3px solid #573350;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: -5px;
  margin-left: -5px;
  display: flex;
  position: fixed;
}

.cursor.purple {
  opacity: 1;
  border-color: #573350;
}

.cursor.purple.opacity {
  opacity: 100;
  opacity: 100;
}

.cursor.white {
  opacity: 0;
  border-color: #fff;
}

.cursor.black {
  opacity: 0;
  border-color: #000;
}

.curssor-inner {
  background-color: #573350;
  border-radius: 20px;
  width: 1.5em;
  height: 1.5em;
}

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

.curssor-inner.black {
  background-color: #000;
}

.curssor-inner.purple {
  background-color: #573350;
}

.div-block-112 {
  border: 2px solid #72426a36;
  border-radius: 210px;
  padding: 1em;
}

.case-study-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffffff05;
  border: 1px solid #ffffff1a;
  border-radius: 40px;
  flex-flow: column;
  padding-bottom: 2em;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.case-study-box:hover {
  background-color: #ffffff0a;
  transform: translate(0, -10px);
}

.case-study-box.blog {
  background-color: #03030a00;
  width: 22rem;
  height: 100%;
}

.case-study-box.fw.featured {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #90f;
  border-style: none;
  border-radius: 40px;
  flex-flow: row;
  width: 32rem;
  padding-bottom: 0;
  transition-property: none;
}

.case-study-box.fw.featured:hover {
  transform: none;
}

.case-study-box.light {
  background-color: #57335012;
}

.case-study-image {
  background-color: #ffffff05;
  min-height: 230px;
  margin-bottom: 1em;
}

.case-study-image.h {
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 310px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  overflow: hidden;
}

.flex-block-2 {
  justify-content: space-between;
}

.collection-list-wrapper {
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.image-5 {
  width: auto;
  height: 100%;
}

.image-5._2 {
  max-width: none;
  height: 280px;
  margin-left: -35px;
}

.collection-item {
  vertical-align: middle;
  width: auto;
  max-width: 45%;
  margin-right: 0%;
  padding-bottom: 1em;
  display: inline-block;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start space-between;
  place-items: start;
  width: 100%;
  margin-left: 0%;
  display: flex;
}

.collection-list-2.not-bigger {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  margin-left: 0%;
  display: flex;
}

.cursor-wrapper {
  z-index: 999999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.cursor-wrapper.top {
  top: 0;
}

.footer {
  z-index: 1;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer.sticked-relative {
  z-index: 4;
  justify-content: space-between;
  align-items: center;
  min-height: 400vh;
  padding-bottom: 0;
  position: sticky;
  top: 0;
}

.footer.sticked-relative.light {
  background-color: var(--pink);
  background-color: var(--pink);
}

.typewriter {
  color: #1b2441;
  letter-spacing: -1.5px;
  margin-bottom: 2px;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 1.2;
}

.typewriter.margin-bottom {
  color: #dee4f600;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #dee4f6;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #000, #01010200 15%, #03030900 78%, #03030a), linear-gradient(#5741ff26, #5741ff26), url("https://cdn.prod.website-files.com/6817437079339ff29a2300a8/69062cd4e6e12f910ab50fea_Frame%201321316380.avif");
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 20px;
  font-weight: 600;
}

.typewriter.rotation {
  color: #1b244100;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b7c1e2;
  transition: all .5s;
  transform: rotate(-6deg);
}

.typewriter.rotation.top-pdng {
  margin-top: 0;
}

.emoji.small {
  width: 1.4rem;
}

.low-opacity {
  opacity: .5;
  color: #b7c1e2;
}

.low-opacity.high {
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-end;
  display: flex;
}

.center-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
}

.center-flex.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.center-flex.email-flex {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  align-items: stretch;
  position: relative;
}

.center-flex.email-flex:focus {
  border-color: #fff3;
}

.lottie-animation-2 {
  width: 100%;
  margin-top: 0;
}

.copy-right {
  color: #fff0;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #3a4466;
  text-indent: 0;
  text-transform: capitalize;
  text-overflow: clip;
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 70px;
  line-height: 150%;
}

.copy-right.light {
  -webkit-text-stroke-color: #573350;
  -webkit-text-stroke-color: #573350;
}

.sticked-footer-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 160px;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 410px;
}

.sticked-footer-div._2 {
  z-index: 0;
  z-index: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  bottom: auto;
}

.lottie-cover {
  z-index: 1;
  background-image: radial-gradient(circle, #0000, #0000 61%, #000 94%);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-cover.light {
  background-image: radial-gradient(circle, #0000, #0000 61%, #ffe9fc 94%);
}

.lottie-parent {
  position: relative;
}

.page-title {
  color: #573350;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 150%;
}

.page-title.sm {
  font-size: 2.8rem;
}

.page-title.left {
  text-align: left;
  margin-top: 0;
}

.space-flex {
  justify-content: space-between;
  width: 100%;
}

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

.space-flex.b {
  flex-flow: column;
  transition-property: none;
}

.space-flex.b:hover {
  transform: none;
}

.space-flex.nn {
  z-index: 11;
  background-color: var(--pink);
  margin-top: 2rem;
  position: relative;
}

.space-flex.dn {
  justify-content: space-between;
  align-items: flex-end;
}

.space-flex.dn.mr {
  margin-bottom: 2rem;
}

.services-title-flex {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #93708c;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
}

.bold {
  font-weight: 600;
}

.h2.white {
  color: #fff;
}

.h2.white.center {
  text-align: center;
}

.dark-pink {
  color: #573350;
}

.dn {
  transform: translate(0, 4px);
}

.height {
  height: 2rem;
}

.height.cta-icon {
  border-radius: 30px;
  transform: translate(0, -2px);
}

.height.big {
  height: 3rem;
  transform: translate(0, 5px);
}

.fw {
  width: 100%;
}

.fw.fh {
  z-index: 1;
  height: 100%;
}

.fw.fh._2 {
  height: 102%;
}

.fotoer {
  z-index: 5;
  justify-content: center;
  align-items: flex-end;
  min-height: 34.6rem;
  padding-top: 8em;
  display: flex;
  position: relative;
  bottom: 0;
}

.text-mask {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.text-mask.rigjt {
  justify-content: flex-start;
  align-items: center;
}

.text-mask.big {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 3rem;
  display: flex;
}

.cta-border {
  z-index: -1;
  background-color: #ffe9fc;
  border: 2px solid #573350;
  border-radius: 40px;
  align-self: center;
  width: 92%;
  height: 100%;
  transition: transform .575s;
  position: absolute;
}

.cta-border._2 {
  background-color: #ffeafc;
  border-color: #5733504d;
}

.cta-border.w {
  background-color: #fff;
  border-color: #5733504d;
}

.cta-border.ww {
  background-color: #ffe9fc00;
  border-color: #fff;
  border-radius: 130px;
}

.footer-inner {
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-color: #070315;
  border: 3px solid #4e4d692e;
  border-radius: 70px;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 1020px;
  padding: 1rem;
  display: flex;
}

.footer-inner.inner {
  background-color: #070315;
  background-image: url("https://cdn.prod.website-files.com/6817437079339ff29a2300a8/68fe4e06ffbb70bc919bf2b4_Frame%201321317051.avif");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 34.6rem;
  padding-left: 6rem;
  padding-right: 6rem;
  box-shadow: 0 9px 20px #2600ff12;
}

.footer-inner.inner.light {
  background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6817437079339ff29a2300a8/68fe4e06ffbb70bc919bf2b4_Frame%201321317051.avif");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.footer-inner._2 {
  background-color: #0703155c;
}

.footer-inner._2.light {
  background-color: #07031500;
}

.footer-inner._1 {
  background-color: #02010700;
  border-radius: 70px 70px 0 0;
}

.better-call-parsa-txt {
  color: #b7c1e2;
  font-size: 18px;
  font-weight: 500;
}

.promote-footer-cta-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.logo-big {
  width: 3rem;
}

.quick-stack-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-bottom: 23px;
  padding: 0;
}

.lft {
  justify-content: flex-start;
  align-items: flex-end;
}

.ftr {
  background-color: #000;
  position: relative;
}

.ftr.light {
  background-color: #ffe9fc;
}

.line-white {
  background-color: #ffffff1a;
  height: 1px;
}

.line-white.fw.margin-top {
  margin-top: -3px;
}

.line-white.fw.margin-top.light {
  background-color: #4e4d692e;
  height: 3px;
}

.text-span-5 {
  color: #b7c1e2;
  -webkit-text-stroke-width: 0px;
  font-size: 30px;
  line-height: 150%;
}

.copy-right-2 {
  color: #fff0;
  text-align: center;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #b7c1e2;
  text-indent: 0;
  text-transform: capitalize;
  text-overflow: clip;
  flex: 0 auto;
  margin-bottom: 50px;
  font-size: 70px;
  line-height: 150%;
}

.bold-text-2 {
  color: #2c0a25;
  -webkit-text-stroke-width: 0px;
}

.case-study-box-title {
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 692px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .circle-dor._1 {
    width: 23rem;
  }

  .circle-dor._2 {
    width: 31.4rem;
  }

  .container-2 {
    max-width: 735px;
  }

  .container-2.blog-container {
    position: static;
  }

  .testimonial-box.light {
    left: -6rem;
  }

  .testimonial-box.light.contact {
    left: -1rem;
  }

  .testimonial-box.light.contact.rifht {
    right: 0;
  }

  .testimonial-box.light.zi {
    left: -17rem;
  }

  .testimonial-box.slider {
    width: 47%;
  }

  .div-block-9 {
    min-width: 100vw;
  }

  .works-parent.new.sticky {
    position: static;
  }

  .projects-column {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    align-items: center;
    display: block;
  }

  .container-nav.dark {
    max-width: 728px;
  }

  .title-flex {
    width: 100%;
    margin-left: 0;
  }

  .title-flex.case-study {
    padding-left: 1em;
    padding-right: 1em;
  }

  .title-flex.why-me {
    align-self: center;
  }

  .title-flex.no-margin.sticky {
    position: static;
  }

  .title-flex.center {
    flex-flow: column;
  }

  .project-details-flex {
    flex-flow: column;
    order: 9999;
    justify-content: flex-start;
    padding-top: 1rem;
  }

  .project-details-flex.mroe {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .project-details-flex.t {
    flex-flow: column;
  }

  .project-details-flex.spcial {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .no-padding {
    align-self: stretch;
  }

  .project-budget {
    order: 9999;
  }

  .cta-button {
    font-size: 1.4em;
  }

  .cta-button.white._089 {
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
  }

  .big-fade-bg {
    font-size: 5rem;
  }

  .video-opener {
    align-self: flex-end;
    width: 100%;
  }

  .column {
    flex-flow: column;
    align-self: center;
    height: 36rem;
  }

  .link-block.cta-link {
    font-size: 14px;
  }

  .emoji-project.dark {
    top: 9rem;
    right: 0;
  }

  .star._4 {
    right: 0;
  }

  .star._7 {
    right: 8rem;
  }

  .project-logo {
    top: 20rem;
  }

  .project-logo.dark {
    position: absolute;
    top: 115px;
    left: 80px;
  }

  .div-block-16 {
    max-width: 100vw;
    overflow: hidden;
  }

  .div-block-17 {
    max-height: none;
    position: static;
  }

  .case-study-box.fw.featured {
    align-self: center;
  }

  .collection-item {
    width: 45%;
    max-width: none;
  }

  .collection-list-2 {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .quick-stack-2 {
    align-self: center;
  }

  .quick-stack-2._2 {
    width: 100%;
    max-width: none;
  }

  .ff {
    flex-flow: column;
  }

  .cursor-wrapper {
    display: none;
  }

  .line-bg-motion {
    top: auto;
    bottom: -25rem;
    right: auto;
  }

  .sticked-footer-div._2 {
    top: 120px;
  }

  .loading-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .loading-wrapper.new {
    display: none;
  }

  .page-title.left {
    font-size: 3rem;
  }

  .space-flex {
    flex-flow: wrap;
  }

  .space-flex.dn {
    margin-bottom: 2em;
  }

  .space-flex.nn {
    justify-content: center;
  }

  .services-title-flex {
    margin-bottom: 1rem;
    font-size: 17px;
  }

  .case-study-thumbnail {
    width: 24rem;
    height: 34rem;
  }

  .case-study-thumbnail.big {
    width: 720px;
    height: 24rem;
  }

  .plyr_component.dark._w-background-video {
    height: 32rem;
  }

  .section-1 {
    width: 100vw;
  }

  .h1-home.comes-later {
    font-size: 50px;
  }

  .div-block-121._2 {
    height: auto;
    position: static;
  }

  .work-showcase-box {
    left: 0;
  }

  .work-showcase-box._5, .work-showcase-box._6 {
    top: 0;
    left: 0;
  }

  .work-showcase-box._2 {
    top: 0;
  }

  .work-showcase-box._3 {
    left: 0;
  }

  .work-showcase-box._4 {
    top: 0;
  }

  .work-showcase-box._5, .work-showcase-box._6 {
    top: 0;
    left: 0;
  }

  .work-showcase-box._7 {
    top: 0;
    left: 0;
  }

  .work-showcase-box._9 {
    top: 0;
  }

  .work-showcase-box.a {
    flex-flow: row;
    max-width: 692px;
    height: auto;
    margin-left: 0;
    position: static;
  }

  .div-block-123.a {
    flex: 0 auto;
    order: -9999;
    width: 100%;
    height: 22rem;
  }

  .cat-text-light.tag {
    display: none;
  }

  .show-work-full-box {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .show-work-full-box.a {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  ._w-background-video.plyr_component._3 {
    width: 32rem;
  }

  .border-cell {
    border-bottom: 1px solid #ffffff1a;
    border-right: 1px solid #ffffff1a;
  }

  .section-2 {
    height: auto;
  }

  .testimonials-holder {
    grid-column-gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .height.big {
    height: 3rem;
  }

  .half-width {
    align-self: center;
    width: 32rem;
  }

  .half-width.space-betwwen {
    width: 32rem;
  }

  .cstds {
    flex-flow: column;
    justify-content: space-between;
    align-self: center;
    align-items: flex-end;
  }

  .comment {
    width: 32rem;
  }

  .cell-2 {
    justify-content: center;
    align-items: stretch;
  }

  .div-block-125, .div-block-126 {
    width: 100px;
  }

  .text-mask.big {
    height: 3rem;
  }

  .main-hero-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    height: auto;
    margin-bottom: 5rem;
    padding-top: 150px;
  }

  .h1 {
    font-size: 45px;
  }

  .cell-3 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .div-block-130 {
    margin-top: 0;
  }

  .bg-coverer {
    display: none;
  }

  .footer-inner.inner {
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-inner._2 {
    height: 100%;
  }

  .footer-inner._1 {
    height: 630px;
  }

  .better-call-parsa-txt {
    font-size: 15px;
  }

  .show-work-full-box-outter {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .stk {
    justify-content: space-between;
    align-items: center;
    max-width: 726px;
    height: auto;
    position: static;
  }

  .mt {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 30px;
  }

  .sm-on-tab {
    border-radius: 200px;
    width: 21rem;
    margin-bottom: 60px;
    overflow: hidden;
  }

  .cell-5 {
    border-left-style: none;
    flex: 0 auto;
    order: 9999;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
  }

  .hero-cta-flex-2 {
    flex-flow: column;
  }

  .div-block-131 {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .text-name.light.pdng-tp {
    font-size: 1rem;
  }

  .cenntered-hero-circle {
    max-width: 50%;
  }

  .h-flex.charkhesh-item._1 {
    font-size: 1rem;
    top: 11rem;
    left: -7.9rem;
  }

  .h-flex.charkhesh-item._2 {
    background-color: #ffe9fc;
    padding-right: 3px;
    font-size: 1rem;
    top: 20rem;
    left: -4rem;
  }

  .h-flex.charkhesh-item._3 {
    font-size: 1rem;
    top: 18rem;
    right: -5.5rem;
  }

  .h-flex.charkhesh-item._4 {
    font-size: 1rem;
    bottom: 17rem;
  }

  .h-flex.charkhesh-item.type-2._1 {
    top: 4rem;
  }

  .h-flex.charkhesh-item.type-2._2 {
    background-color: #e6cde2;
    padding-right: 1em;
    top: 29rem;
    right: -4rem;
  }

  .h-flex.charkhesh-item.type-2._3 {
    top: 21rem;
    left: -4rem;
  }

  .h-flex.charkhesh-item.type-2._4 {
    bottom: 27rem;
  }

  .circle-dor._1 {
    width: 24rem;
    height: 37rem;
  }

  .circle-dor._2 {
    width: 17rem;
    height: 25rem;
  }

  .bg-icon._3 {
    top: 5rem;
  }

  .container-2 {
    max-width: 560px;
  }

  .container-2.cs {
    max-width: none;
  }

  .testimonial-box.light {
    top: -3rem;
    left: -3rem;
  }

  .testimonial-box.light.dark-bg {
    top: -1rem;
  }

  .testimonial-box.light.zi {
    top: -1rem;
    left: -6rem;
  }

  .testimonial-box.slider {
    align-self: stretch;
    height: auto;
    padding: 1em;
    font-size: 12px;
    display: flex;
  }

  .projects-column {
    flex-flow: column;
  }

  .title-flex {
    margin-left: 0;
  }

  .title-flex.no-margin.prgcts {
    justify-content: flex-start;
    align-items: center;
  }

  .project-details-flex.t, .project-details-flex.spcial {
    flex-flow: row;
  }

  .project-details-flex.mroe {
    padding-top: 6rem;
  }

  .project-details-flex.t, .project-details-flex.spcial {
    flex-flow: row;
  }

  .light-text.low-opacity.white {
    font-size: 15px;
  }

  .light-text.dark.pdng.center.h2 {
    font-size: 2rem;
  }

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

  .emoji-project {
    top: 12rem;
    left: 0;
    right: auto;
  }

  .collection-item {
    width: 100%;
    max-width: none;
  }

  .collection-list-2 {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    display: flex;
  }

  .quick-stack-2._2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .code-embed-2 {
    align-self: flex-start;
  }

  .ff {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .cursor-wrapper {
    display: none;
  }

  .flex-cover {
    height: auto;
  }

  .splide__slide {
    width: 29rem;
    height: auto;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .splide__slide.top {
    width: 23rem;
    height: auto;
  }

  .typewriter {
    font-size: 62px;
  }

  .typewriter.rotation.top-pdng {
    font-size: 2.7rem;
  }

  .typewriter.margin-bottom {
    text-align: center;
    font-size: 40px;
  }

  .center-flex.lftmb {
    display: none;
  }

  .copy-right {
    font-size: 50px;
  }

  .loading-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hand-drown.light._1 {
    bottom: 1rem;
  }

  .plyr_cover-button {
    font-size: .8em;
  }

  .section-1 {
    min-height: auto;
  }

  .section-1-bg {
    max-width: 100vw;
    inset: 0%;
    overflow: hidden;
  }

  .work-showcase-box.a {
    flex: none;
    width: 710px;
  }

  .show-work-full-box.a {
    flex-flow: row;
    max-width: 100vw;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }

  .testimonial-work-showcase-image {
    border-radius: 20px;
    order: -9999;
    position: relative;
  }

  .testimonial-work-showcase-cover {
    height: 16rem;
  }

  .lg {
    position: absolute;
    transform: translate(-10px)scale(.7);
  }

  .lg._2 {
    position: static;
    transform: translate(-10px)scale(.7);
  }

  .white-text {
    font-size: 1.8rem;
  }

  .fotoer {
    min-height: auto;
  }

  .main-hero-stack {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .h1 {
    font-size: 43px;
  }

  .cell-3 {
    justify-content: center;
    align-items: center;
  }

  .footer-inner.inner {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-inner._1 {
    width: 90vw;
    height: auto;
  }

  .better-call-parsa-txt {
    font-size: 14px;
  }

  .promote-footer-cta-button {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 10px;
  }

  .logo-big {
    width: 2.6rem;
  }

  .quick-stack-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lft {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stk {
    max-width: 100vw;
    overflow: hidden;
  }

  .copy-right-2.lm {
    margin-bottom: 0;
    font-size: 50px;
  }

  .sm-on-tab {
    margin-bottom: 0;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-cta-flex-2 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .container.pgs._2.light {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .navbar-wrapper.div-block-112 {
    max-width: 100%;
  }

  .navbar-brand.white, .navbar-brand.white.w--current {
    padding: 0;
  }

  .navbar-brand.white, .navbar-brand.white.w--current {
    padding: 0;
  }

  .navbar-brand.socails {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-menu-two.move {
    max-width: 100%;
  }

  .nav-link.big {
    font-size: 15px;
  }

  .menu-button {
    color: #4d1d45;
    background-color: #0000;
  }

  .menu-button.w--open {
    background-color: #af98ad;
    border-radius: 20px;
  }

  .text-name {
    display: none;
  }

  .text-name.light.pdng-tp {
    display: block;
  }

  .text-name.light.pdng-bot {
    text-align: center;
    display: block;
  }

  .logo {
    width: 3rem;
  }

  .hero {
    height: auto;
    min-height: 100vh;
  }

  .hero-parent {
    min-height: 100vh;
    margin-top: 0;
  }

  .hero-circles {
    max-height: none;
    margin-top: -110px;
  }

  .cenntered-hero-circle {
    width: 62%;
    max-width: 19.3rem;
  }

  .h-flex.charkhesh-item._1 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    background-color: #ffe9fc00;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    top: 24.4rem;
    left: 90px;
  }

  .h-flex.charkhesh-item._2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    background-color: #ffe9fc00;
    top: 19rem;
    left: -1rem;
  }

  .h-flex.charkhesh-item._3 {
    background-color: #ffe9fc00;
    padding-left: 0;
    top: -1rem;
    right: -.5rem;
  }

  .h-flex.charkhesh-item._4 {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    background-color: #ffe9fc00;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 1em;
    inset: 30px auto auto 3px;
  }

  .h-flex.charkhesh-item.type-2._1 {
    background-color: #e6cde2;
    align-self: flex-end;
    padding-left: 1em;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }

  .h-flex.charkhesh-item.type-2._2 {
    background-color: #e6cde2;
    align-self: flex-end;
    position: relative;
    top: 0;
    right: auto;
  }

  .h-flex.charkhesh-item.type-2._3 {
    background-color: #e6cde2;
    align-self: flex-end;
    padding-left: 1em;
    position: relative;
    top: 0;
    left: 0;
  }

  .h-flex.charkhesh-item.type-2._4 {
    background-color: #e6cde2;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: auto;
    padding-left: 1em;
    position: relative;
    top: 0;
    left: 0;
  }

  .circle-dor._1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-style: none;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 40px;
    display: flex;
    top: 22rem;
  }

  .circle-dor._2 {
    border-style: solid;
    max-width: 90%;
    height: 26rem;
  }

  .fader.top {
    height: 13rem;
  }

  .bg-icon._1 {
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    top: 7rem;
    left: 5rem;
  }

  .bg-icon._2 {
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    bottom: 14rem;
  }

  .bg-icon._3 {
    transition-duration: 0s;
    transition-timing-function: ease-in-out;
    top: -15rem;
    right: 0;
  }

  .social {
    transform: translate(0, 3px)scale(.7);
  }

  .t1 {
    background-color: #caafc5;
    border-radius: 20px;
    flex: none;
    order: -1;
    margin-left: 0;
  }

  .t1._2 {
    flex: none;
  }

  .div-block-5 {
    top: -14rem;
  }

  .container-2 {
    width: 100%;
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }

  .container-2.flex {
    justify-content: center;
    align-items: center;
    left: 0;
  }

  .container-2.cs {
    max-width: none;
  }

  .container-2.cs.not-sticky.pading-botom.no-border.comments {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-2.notsticky {
    justify-content: flex-start;
    align-items: center;
  }

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

  .container-2.qa {
    margin-top: -20rem;
  }

  .container-2.new {
    padding-top: 0;
  }

  .div-block-7 {
    margin-right: 0;
    top: 0;
  }

  .testimonial-box.light {
    max-width: 100%;
    margin-bottom: 1em;
    padding: .5em 1em;
    position: static;
    inset: 0% 0% auto auto;
    transform: none;
  }

  .testimonial-box.light.dark-bg {
    width: 100%;
  }

  .testimonial-box.light.contact {
    width: 100%;
    max-width: none;
  }

  .testimonial-box.light.zi {
    border-radius: 20px;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .testimonial-box.slider {
    width: 100%;
    max-width: 90vw;
    height: 31rem;
    padding: 1em;
    display: flex;
  }

  .div-block-9 {
    min-width: 300px;
    max-width: 300px;
  }

  .works-parent {
    min-height: 250vh;
  }

  .works-parent.dark.new {
    max-width: 100vw;
    overflow: hidden;
  }

  .works-parent.new.sticky {
    min-height: auto;
    position: static;
  }

  .projects-column {
    flex-flow: column;
    padding-top: 0;
    display: block;
  }

  .projects-column.dark {
    padding-top: 0;
  }

  .container-nav.dark {
    width: auto;
    max-width: 90vw;
    left: 12px;
    right: 12px;
  }

  .text-span-2 {
    display: none;
  }

  .fixed-cta {
    z-index: 961;
    width: 60px;
    height: 60px;
    bottom: 2rem;
    right: 2rem;
  }

  .my-img-cta {
    object-fit: scale-down;
    width: 3rem;
    height: 3rem;
  }

  .bg-1-change.td {
    overflow: hidden;
  }

  .div-block-10 {
    display: none;
  }

  .title-flex {
    margin-left: 0;
  }

  .title-flex.case-studies {
    max-width: 90vw;
    margin-top: 3rem;
  }

  .title-flex.case-study {
    max-width: none;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .title-flex.case-study.pruple {
    max-width: none;
  }

  .title-flex.case-study.blg {
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-flex.case-study.pdng {
    padding: .3em 1.5em 1.5em;
  }

  .title-flex.why-me {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-flex.no-margin.prgcts {
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
  }

  .title-flex.center {
    margin-top: -50px;
  }

  .project-details-flex {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .project-details-flex.mroe {
    order: -9999;
    padding-top: 0;
  }

  .project-details-flex.t {
    flex-flow: wrap;
  }

  .project-details-flex.spcial {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: wrap;
    align-items: stretch;
  }

  .section-title.medium.pink {
    color: #2c0a25;
  }

  .light-text {
    font-size: 14px;
  }

  .light-text.low-opacity.dark.centered, .light-text.low-opacity.white, .light-text.low-opacity.pink {
    font-size: 16px;
  }

  .light-text.low-opacity.dark.centered, .light-text.low-opacity.white, .light-text.low-opacity.pink, .light-text.low-opacity.dark.centered, .light-text.low-opacity.dark.centered, .light-text.low-opacity.white, .light-text.low-opacity.pink {
    font-size: 16px;
  }

  .light-text.dark.pdng.h2 {
    font-size: 1.9rem;
  }

  .light-text.h2 {
    font-size: 2rem;
  }

  .paragraph-bigger.light-text {
    font-size: 20px;
  }

  .paragraph-bigger.top {
    font-size: 1.8em;
  }

  .paragraph-bigger.top.bold {
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
  }

  .paragraph-bigger.top.mid {
    font-size: 2em;
  }

  .padding-manfi.light-text {
    font-size: 25px;
  }

  .cta-button {
    border-width: 5px;
    justify-content: flex-start;
    align-items: center;
    padding-left: .7em;
    padding-right: .7em;
    font-size: 1.5em;
  }

  .cta-button.dark {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    border-width: 3px;
    border-radius: 17px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 1.2em;
  }

  .cta-button.pricing-cta {
    border-width: 3px;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .cta-button.main.width {
    width: auto;
  }

  .cta-button.l {
    border-width: 3px;
  }

  .cta-button.w {
    border-width: 3px;
    flex: 1;
  }

  .cta-button.white._089 {
    font-size: 1.6rem;
  }

  .cta-button.white.space-between {
    justify-content: center;
  }

  .big-fade-bg {
    white-space: nowrap;
    word-break: keep-all;
    font-size: 5rem;
  }

  .big-fade-bg.dark {
    opacity: .25;
  }

  .big-fade-bg.case-study-text {
    display: none;
  }

  .video-opener {
    width: 100%;
    max-width: none;
    left: 0;
  }

  .column {
    flex-flow: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block.fix-on-mobile {
    z-index: 999;
    position: fixed;
  }

  .link-block.h100 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block.cta-link.sm {
    width: 100%;
  }

  .link-block.cta-link.grow {
    flex: none;
    width: 100%;
  }

  .link-block.om {
    align-self: flex-start;
  }

  .link-block.lbcs {
    width: 23rem;
    max-width: 90vw;
  }

  .stars {
    max-width: 90vw;
  }

  .writer-inner {
    font-size: 23px;
  }

  .emoji-project {
    position: absolute;
    top: 16rem;
    right: 0;
  }

  .emoji-project.dark {
    z-index: 1;
    z-index: 1;
    position: relative;
    top: -4rem;
    right: 3rem;
  }

  .star._1 {
    top: 0;
    left: 11rem;
  }

  .star._2 {
    top: 38rem;
    right: 0;
  }

  .star._3 {
    top: 4rem;
    right: 4rem;
  }

  .star._4 {
    top: 31rem;
    right: 0;
  }

  .star._5 {
    right: 101px;
  }

  .star._6 {
    top: 40rem;
    left: 0;
  }

  .star._7 {
    right: 0;
  }

  .project-logo {
    position: static;
    top: -50px;
  }

  .project-logo.dark {
    z-index: 0;
    z-index: 0;
    align-self: center;
    width: 7rem;
    position: relative;
    top: -10px;
    left: 0;
  }

  .paginate-nemonekar {
    display: none;
    bottom: 2em;
    left: 2em;
  }

  .image-3 {
    max-width: 100%;
    margin-top: -2rem;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .image-3._2 {
    order: 9999;
  }

  .div-block-13 {
    margin-top: 0;
  }

  .div-block-16 {
    max-width: 100vw;
    display: none;
    position: static;
    overflow: hidden;
  }

  .div-block-17 {
    grid-column-gap: 7rem;
    grid-row-gap: 7rem;
    justify-content: space-between;
    padding-top: 4rem;
    position: static;
  }

  .ctatext.zz {
    display: none;
  }

  .stars-bg {
    position: relative;
  }

  .image-4 {
    opacity: 100;
    flex: 1;
    min-height: 100vh;
    position: absolute;
    bottom: auto;
    right: auto;
  }

  .div-block-18 {
    max-width: 100vw;
    margin-top: 0;
    overflow: hidden;
  }

  .div-block-111 {
    opacity: 0;
  }

  .contact-flex {
    margin-top: 7rem;
  }

  .div-block-112 {
    padding: .25em;
  }

  .tbcs {
    max-width: 300px;
  }

  .tmcs {
    max-width: 90vw;
    overflow: auto;
  }

  .tblk {
    white-space: nowrap;
    word-break: keep-all;
    min-width: auto;
  }

  .case-study-box {
    width: 100%;
  }

  .case-study-box.blog {
    width: 300px;
    max-width: 90vw;
    padding-bottom: 1em;
  }

  .case-study-box.fw.featured {
    border-radius: 30px;
    width: 23rem;
    max-width: 90vw;
  }

  .case-study-image, .case-study-image._2 {
    width: 100%;
    max-width: none;
  }

  .case-study-image._2 {
    width: 100%;
    max-width: none;
  }

  .case-study-image.h {
    width: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .image-5._2 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .collection-item {
    width: 100%;
    max-width: none;
  }

  .collection-list-2 {
    flex-flow: column;
    width: 100%;
    margin-left: 0%;
    display: flex;
  }

  .quick-stack-2 {
    align-self: center;
    width: 100%;
    max-width: 300px;
  }

  .quick-stack-2._1 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 19.3rem;
    top: -220px;
    right: -3px;
  }

  .flex-block-4.high {
    width: 100%;
    max-width: none;
  }

  .ff {
    flex-flow: column;
    max-width: 300px;
    padding-top: 0;
  }

  .ff._1 {
    max-width: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .ff._1.bt {
    width: 90vw;
    max-width: none;
  }

  .ff.fw {
    max-width: 90vw;
  }

  .top-icon {
    position: static;
    left: 56px;
  }

  .cursor-wrapper {
    display: none;
  }

  .b {
    width: 100%;
  }

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

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

  .splide__list.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .splide__slide {
    width: 26rem;
  }

  .splide__slide.top {
    width: 20rem;
    height: auto;
  }

  .splide__slide.blog {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footer.sticked-relative {
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh;
  }

  .typewriter.rotation, .typewriter.rotation.top-pdng {
    font-size: 2rem;
  }

  .typewriter.rotation, .typewriter.rotation.top-pdng, .typewriter.rotation.top-pdng {
    font-size: 2rem;
  }

  .typewriter.margin-bottom {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
  }

  .center-flex.email-flex {
    border-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .center-flex.b {
    flex-flow: column;
    width: auto;
  }

  .center-flex.lftmb {
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .lottie-animation-2 {
    width: 45rem;
    margin-left: -50%;
  }

  .copy-right {
    font-size: 30px;
  }

  .line-bg-motion {
    bottom: -17rem;
    left: 0;
    right: 0;
  }

  .sticked-footer-div {
    padding-bottom: 0;
    bottom: 130px;
    overflow: hidden;
  }

  .lottie-parent {
    max-width: 100vw;
  }

  .loading-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .loading-wrapper.new {
    inset: 0% auto;
    display: none;
    inset: 0% auto;
  }

  .page-title {
    font-size: 2rem;
  }

  .page-title.left {
    max-width: 100%;
    font-size: 2rem;
  }

  .page-title.sm.left {
    word-break: normal;
    word-break: normal;
    font-size: 2rem;
  }

  .contact-bg-line-fade {
    top: -100vh;
    bottom: auto;
  }

  .input-form.half {
    width: 100%;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .space-flex {
    flex-flow: column;
  }

  .space-flex.dn {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .space-flex.b {
    flex: 1;
  }

  .space-flex.nn {
    justify-content: center;
    align-items: center;
  }

  .input-standard.light.no-margin-bottom.no-border {
    border-style: solid;
    border-width: 2px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .flex-block-7 {
    margin-top: 0;
    display: none;
  }

  .contact-form-section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 300px;
    position: relative;
  }

  .line-fader {
    align-self: center;
    height: 19rem;
  }

  .qa-section {
    padding-top: 0;
  }

  .flying-objects {
    justify-content: center;
    transform: scale(.7);
  }

  .flying-object, .flying-object:hover {
    transform: scale(.7);
  }

  .flying-object._1 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    align-self: center;
    top: 0;
    left: 0;
  }

  .flying-object._2 {
    flex: none;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-end;
    height: auto;
    top: 0;
    transform: scale(.7);
  }

  .f1 {
    margin-top: -180px;
  }

  .flying-object-flex._1 {
    margin-left: 0;
    top: 290px;
    left: 55px;
  }

  .flying-object-flex._2 {
    margin-left: 0;
    top: 195px;
    left: 70px;
  }

  .flying-object-flex._3 {
    top: 315px;
    left: 0;
  }

  .flying-object-flex._4 {
    top: 280px;
    left: 30px;
  }

  .fo1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .f4 {
    left: 60px;
  }

  .services-section {
    margin-bottom: 5rem;
    padding-top: 0;
  }

  .services-title-flex {
    max-width: 100%;
    font-size: 15px;
  }

  .service {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    max-width: 300px;
    height: auto;
    min-height: 23rem;
  }

  .case-study-thumbnail {
    width: 100%;
    height: auto;
    padding: .5rem;
  }

  .case-study-thumbnail.big {
    width: 300px;
    height: 18.75rem;
    margin-top: 8rem;
    padding-bottom: .5rem;
  }

  .case-study-thumbnail.big.hidden-mobile {
    display: none;
  }

  .case-study-thumbnail.big.hidden-desktop {
    display: block;
  }

  .thumbnail-relative {
    padding-top: 0;
  }

  .case-study-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cat {
    flex-flow: column;
  }

  .table-of-contents {
    display: none;
  }

  .contents {
    padding-left: 0;
    padding-right: 0;
  }

  .bold {
    font-weight: 500;
  }

  .flx {
    flex-flow: wrap;
    margin-bottom: 2rem;
    padding-left: 0;
    font-size: 11px;
  }

  .hand-drown.light._1 {
    margin: 40px;
    position: relative;
    bottom: 0;
  }

  .hand-drown.light.blog {
    z-index: 13;
  }

  .hand-drown.purple._3 {
    position: relative;
    bottom: -8rem;
    left: 0;
    transform: rotate(10deg);
  }

  .modal-marketing-dark {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .modal.dark {
    max-width: 90vw;
    margin-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .meme {
    width: 11rem;
  }

  .prof {
    width: 40px;
    height: 40px;
  }

  .plyr_cover-button {
    font-size: .7em;
    transform: scale(1.5);
  }

  .section-1 {
    min-height: auto;
    margin-bottom: 0;
  }

  .bg-white-hero {
    width: 100px;
    height: 100px;
  }

  .h1-home.comes-later {
    font-size: 48px;
  }

  .section-1-bg {
    max-width: 100vw;
    overflow: hidden;
  }

  .div-block-121._2 {
    order: 0;
    align-self: flex-start;
    margin-top: 0;
    margin-left: 5vw;
    transition: none;
    display: none;
    position: static;
  }

  .work-showcase-box {
    width: 18rem;
    max-width: 98%;
    inset: 0 0 0 0;
  }

  .work-showcase-box._5, .work-showcase-box._6 {
    top: 0;
    left: 0;
  }

  .work-showcase-box._2 {
    top: 0;
  }

  .work-showcase-box._3 {
    left: 0;
  }

  .work-showcase-box._4 {
    top: 0;
  }

  .work-showcase-box._5, .work-showcase-box._6 {
    top: 0;
    left: 0;
  }

  .work-showcase-box._7 {
    margin-top: -500px;
    font-size: 18px;
    top: 0;
    left: 0;
  }

  .work-showcase-box._7.a {
    margin-top: 0;
  }

  .work-showcase-box._9 {
    top: 0;
  }

  .work-showcase-box.a {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    flex: none;
    align-self: stretch;
    width: 370px;
    max-width: none;
  }

  .div-block-123 {
    height: 10rem;
  }

  .div-block-123.a {
    height: 23rem;
  }

  .cat-text-light {
    font-size: 18px;
  }

  .show-work-full-box {
    grid-row-gap: 32rem;
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: 0;
    padding-top: 5rem;
    transition: none;
  }

  .show-work-full-box.a {
    flex-flow: row;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: auto;
  }

  ._w-background-video.plyr_component {
    border-radius: 20px;
    height: 31rem;
  }

  ._w-background-video.plyr_component.light {
    border-radius: 40px;
    align-self: center;
    align-items: stretch;
    width: 340px;
    max-width: 90vw;
    min-height: 28rem;
  }

  ._w-background-video.plyr_component.dark {
    border-radius: 40px;
    align-self: center;
    max-width: 20rem;
    height: 28rem;
    min-height: 28rem;
  }

  ._w-background-video.plyr_component._3 {
    width: 23rem;
    max-width: 90vw;
  }

  .border-cell {
    border-left-style: none;
    padding-left: 20px;
  }

  .section-2 {
    height: auto;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .testimonial-work-showcase-image {
    border-radius: 30px;
    order: -9999;
    position: relative;
  }

  .testimonials-holder {
    justify-content: center;
  }

  .lg {
    margin-left: 5px;
    position: absolute;
    transform: scale(.7);
  }

  .lg._2 {
    order: -9999;
    margin-left: -13px;
    position: static;
  }

  .white-text {
    font-size: 1.5rem;
  }

  .center-flex-image-blog {
    flex-flow: column;
    align-items: stretch;
    height: 100%;
  }

  .project-title {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .height.cta-icon {
    display: none;
  }

  .height.big {
    height: 2.2rem;
  }

  .half-width {
    justify-content: center;
    align-self: stretch;
    align-items: center;
    max-width: 90vw;
    display: flex;
  }

  .half-width.space-betwwen {
    justify-content: space-between;
    align-items: center;
    max-width: 90vw;
  }

  .comment {
    width: 23rem;
    max-width: 90vw;
  }

  .div-block-125 {
    width: 27%;
    height: 70px;
  }

  .div-block-126 {
    width: 25.5%;
    height: 70px;
    display: flex;
  }

  .div-block-127 {
    align-self: stretch;
    width: 22%;
    height: 70px;
  }

  .dark-bg {
    width: 100vw;
  }

  .fotoer {
    max-width: 90vw;
    min-height: auto;
    padding-top: 2em;
  }

  .text-mask.big {
    height: 2.1rem;
  }

  .cta-border.w, .cta-border.ww, .cta-border.w, .cta-border.ww {
    display: none;
  }

  .main-hero-stack {
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 100px;
  }

  .h1 {
    text-align: center;
    font-size: 42px;
  }

  .div-block-130 {
    display: none;
  }

  .footer-inner.inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: #000;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-width: 1px;
    border-color: #ffffff1a;
    border-radius: 40px;
    justify-content: center;
    padding: 1rem;
  }

  .footer-inner.inner.light {
    background-color: #0000;
    background-image: none;
    background-position: 0 0;
    box-shadow: 0 9px 20px #2c0a252e;
  }

  .footer-inner._2 {
    background-color: #07031500;
    border-width: 1px;
    border-color: #ffffff1a;
    border-radius: 40px;
    padding: .5rem;
  }

  .footer-inner._2.light {
    background-color: #07031500;
    border-color: #4e4d692e;
  }

  .footer-inner._1 {
    border-width: 1px;
    border-color: #ffffff1a;
    border-bottom-style: none;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    max-width: 90vw;
    height: auto;
    padding: .5rem;
  }

  .footer-inner._1.ight {
    border-style: solid solid none;
    border-color: #4e4d692e;
  }

  .better-call-parsa-txt {
    font-size: 15px;
  }

  .better-call-parsa-txt.pink {
    color: #2c0a2580;
  }

  .promote-footer-cta-button {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 10px;
  }

  .logo-big {
    width: 2.5rem;
  }

  .quick-stack-footer {
    grid-column-gap: 1.4rem;
    grid-row-gap: 1.4rem;
  }

  .lft {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .stk {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .line-white.fw.margin-top {
    margin-top: 0;
  }

  .line-white.fw.margin-top.light {
    height: 1px;
  }

  .text-span-5 {
    opacity: .7;
    font-size: 23px;
    font-weight: 300;
  }

  .text-span-5.pink {
    color: #2c0a25;
    font-weight: 400;
  }

  .copy-right-2 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .copy-right-2.lm {
    color: #b7c1e2;
    text-align: left;
    -webkit-text-stroke-width: 0px;
    order: -9999;
    margin-bottom: 0;
    font-size: 23px;
    font-weight: 500;
  }

  .copy-right-2.lm.pink {
    color: #2c0a25;
  }

  .h1-case-study {
    font-size: 32px;
  }

  .hero-cta-flex-2 {
    flex-flow: wrap;
    flex: none;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  .div-block-131 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding-top: 0;
  }
}

#w-node-f4b84ab5-5846-b073-b8a7-4fb07af01328-2cfb7bbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_2c02e1d5-d27c-e682-b49f-3d352f0eb24a-2f0eb22f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_2c02e1d5-d27c-e682-b49f-3d352f0eb24a-2f0eb22f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
