:root {
  --purple: #612c8d;
  --dark-purple: #262261;
  --light-purple: #7d33c4;
  --white: white;
  --black: black;
  --pink: #ef60ef;
  --blue: #3613e5;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.section {
  z-index: 99;
  height: 100%;
  min-height: 100vh;
  padding-top: 10%;
  position: relative;
}

.section.header {
  height: 100%;
  padding-top: 0%;
}

.background-colors {
  display: block;
  position: fixed;
  inset: 0;
}

.works_partners-bg {
  z-index: 5;
  opacity: 0;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
}

.contact-bg {
  z-index: 7;
  background-image: linear-gradient(to right, var(--purple), var(--dark-purple));
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}

.landing-bg {
  z-index: 4;
  background-image: linear-gradient(to bottom, #262261, var(--purple));
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
}

.body {
  font-family: Poppins, sans-serif;
}

.landing-section {
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.tagline-wrap {
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.tagline {
  color: #fff;
  font-size: 4.5vw;
  line-height: 10vh;
}

.tagline._02 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vh;
  line-height: 13vh;
}

.text-span {
  font-family: Rocket clouds, sans-serif;
  font-size: 7.3vh;
  font-weight: 400;
  line-height: 7vh;
}

.scroll {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 3%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.arrow {
  transform-origin: 50% 0;
  background-image: url('../images/arrow.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 80px;
  display: inline-block;
}

.text-block {
  transform-origin: 0%;
  color: #fff;
  text-transform: none;
  margin-top: -25px;
  margin-right: -30px;
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  transform: rotate(90deg);
}

.solutions-block01 {
  transform-origin: 0%;
  background-color: #7d33c4;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-text {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 9vh;
  line-height: 10vh;
  display: block;
}

.em-container {
  width: 85%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.em-container.works {
  padding-left: 30px;
  padding-right: 30px;
}

.em-container.expertise {
  z-index: 1;
  cursor: none;
  justify-content: space-between;
  width: 70%;
  max-width: 1340px;
  margin-left: auto;
  padding-right: 0%;
  display: flex;
}

.teaser-text {
  color: #fff;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 100px;
  font-size: 2.5vh;
  font-weight: 300;
  line-height: 3.5vh;
}

.teaser-text.dark-text {
  color: #333;
}

.about-text02 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 9vh;
  line-height: 10vh;
  display: inline-block;
}

.solutions {
  color: #fff;
  margin-left: 12px;
  font-family: Rocket clouds, sans-serif;
  font-size: 7.3vh;
  font-weight: 400;
  line-height: 7vh;
  display: inline-block;
  position: static;
  left: 5%;
}

.about-text-wrap02 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.solutions-wrap {
  padding-right: 8px;
  display: inline-block;
  position: relative;
}

.about-section {
  padding-top: 20%;
}

.solutions-block-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
}

.solutions-block02 {
  background-color: var(--light-purple);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.expertise-listing {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 2vh;
  font-weight: 300;
  line-height: 2.2vh;
  list-style-type: none;
}

.expertise-section {
  padding-top: 10%;
  padding-bottom: 10%;
  position: relative;
}

.expertise {
  z-index: 0;
  cursor: default;
  margin-left: 8%;
  padding-right: 2%;
  text-decoration: none;
  position: relative;
}

.gradient-text {
  letter-spacing: -8px;
  background-image: linear-gradient(to right, #ef60ef, #7d33c4);
  padding-left: 2px;
  padding-right: 8px;
  font-family: Rocket clouds, sans-serif;
  font-size: 7.8vh;
  line-height: 10.5vh;
  position: absolute;
  top: -50px;
  left: 0;
}

.works-title {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vh;
  line-height: 10vh;
  display: inline-block;
}

.filter {
  margin: 70px -30px;
}

.filter-btn {
  color: #666;
  border-radius: 30px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 28px;
  text-decoration: none;
}

.filter-btn:hover {
  background-image: none;
}

.filter-btn.active {
  color: var(--white);
  background-image: linear-gradient(to right, #ef60ef, #3613e5);
}

.works-grid {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.works-linkbox {
  width: 25%;
  margin-right: -.3%;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.works-img.opacity {
  opacity: 0;
}

.hover-bg {
  opacity: .9;
  background-image: linear-gradient(to right, #ef60ef, #3613e5);
  width: 100.5%;
  height: 100.5%;
  padding: 40px;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.works-hover-company {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 2vh;
}

.works-hover-title {
  color: #fff;
  margin-top: 5px;
  font-size: 4.5vh;
  font-weight: 600;
  line-height: 5.5vh;
}

.works-hover-cat {
  color: #fff;
  font-size: 2vh;
  font-weight: 200;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.partners-title {
  color: #333;
  text-align: center;
  margin: 0 auto;
  font-size: 9vh;
  line-height: 10vh;
  display: block;
}

.clients-logo {
  width: 55%;
  margin: 50px auto;
  display: block;
  position: relative;
}

.partners-row {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.clients-logo-color {
  max-width: 100%;
  position: absolute;
  inset: 0;
}

.partners-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: relative;
}

.hexagon {
  opacity: .8;
  background-image: url('../images/contact-hexagon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 100%;
  position: absolute;
  top: -14%;
  right: 0;
}

.contact-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vh;
  line-height: 10vh;
  display: block;
}

.contact-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vh;
  font-weight: 300;
  line-height: 10vh;
}

.together-block-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0%;
}

.together-text02 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9vh;
  font-weight: 300;
  line-height: 10vh;
  display: inline-block;
}

.contact-details {
  width: 80%;
  margin-top: 30px;
}

.company-name {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 2.5vh;
  font-weight: 300;
  line-height: 3.5vh;
}

.company-name.address {
  margin-top: 0;
  margin-bottom: 50px;
}

.together-block02 {
  background-color: #7d33c4;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.together {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rocket clouds, sans-serif;
  font-size: 7.3vh;
  font-weight: 300;
  line-height: 8vh;
  display: inline-block;
  position: static;
  left: 5%;
}

.contact-text-wrap02 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.us-text {
  color: #d8d8d8;
  letter-spacing: -8px;
  font-family: Rocket clouds, sans-serif;
  font-size: 7.8vh;
  line-height: 9.2vh;
  display: block;
  position: absolute;
  bottom: -45px;
  right: 10px;
}

.contact-header-wrap {
  position: relative;
}

.togther-wrap {
  margin-left: 25px;
  display: inline-block;
  position: relative;
}

.bold-text {
  font-weight: 600;
}

.contact-title-wrap {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20%;
  right: 10%;
}

.contact-btn {
  color: #fff;
  width: 35%;
  text-decoration: none;
  display: flex;
}

.contact-btn:hover {
  border-radius: 50px;
}

.button-text {
  z-index: 1;
  text-align: center;
  text-transform: none;
  font-size: 2.5vh;
  font-weight: 600;
  line-height: 3vh;
  position: relative;
}

.contact-arrow {
  width: 30px;
  margin-left: 3%;
  padding-bottom: 8px;
}

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

.logo-white-wrap {
  z-index: 100;
  width: 13vw;
  height: auto;
  position: fixed;
  top: 50px;
  left: 50px;
}

.footer {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5vh;
  line-height: 3vh;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.logo-color-wrap {
  z-index: 101;
  opacity: 0;
  width: 13vw;
  height: auto;
  position: fixed;
  top: 50px;
  left: 50px;
}

.logo-color-wrap.w--current {
  opacity: 0;
  display: none;
}

.logo-color {
  width: 100%;
  height: 100%;
  display: block;
}

.partners-section {
  z-index: 99;
  height: 100%;
  min-height: 100vh;
  padding-top: 20%;
  padding-bottom: 20%;
  position: relative;
}

.div-block-107 {
  transform-origin: 50% 100%;
  top: 564px;
  left: -23px;
}

.blob-p1 {
  width: 65vw;
  height: 65vh;
  position: absolute;
  top: -443px;
  left: -86px;
}

.landing-bg-elements01 {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
}

.blob-b1 {
  transform-origin: 50% 100%;
  width: 45vw;
  height: 40vh;
  position: absolute;
  top: 280px;
  left: -201px;
}

.blending-container.mbm-multiply {
  opacity: .5;
  width: 100vw;
  height: 100%;
}

.outer-metaballs-container {
  filter: brightness() contrast(8000%);
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.inner-metaballs-container {
  filter: blur(20px);
  width: 100%;
  height: 100%;
  position: relative;
}

.stage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3000px;
  display: block;
  position: relative;
}

.blob-p2 {
  width: 68vw;
  height: 50vh;
  position: absolute;
  top: -301px;
  right: -174px;
}

.blob-b2 {
  width: 50vw;
  height: 45vh;
  position: absolute;
  left: -79px;
}

.rotate-line {
  width: 38vw;
  position: absolute;
  top: 300px;
  left: -184px;
}

.rotate-top {
  transform-origin: 50% 0;
  width: 40vw;
  position: absolute;
  top: -232px;
  right: 476px;
}

.rotate-left {
  width: 30vw;
  position: absolute;
  top: 500px;
  left: -196px;
}

.rotate1 {
  width: 30vw;
  position: absolute;
  top: 206px;
  right: -127px;
}

.rorate-line-r {
  width: 40vw;
  position: absolute;
  top: 350px;
  right: -165px;
}

.landing-bg-elements02 {
  z-index: 6;
  position: absolute;
  inset: 0;
}

.mobile-menu-link {
  z-index: 10;
  color: #333;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 8vh;
  font-weight: 600;
  line-height: 8vh;
  text-decoration: none;
  display: block;
  position: relative;
}

.con-outer-metaballs-container {
  filter: brightness() contrast(8000%);
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.con-blob-r2 {
  width: 25vw;
  position: absolute;
  bottom: -81px;
  right: 0;
}

.inner-metaballs-container-con {
  filter: blur(20px);
  width: 100%;
  height: 100%;
  position: relative;
}

.con-blob-r1 {
  width: 25vw;
  position: absolute;
  bottom: -39px;
  right: -184px;
}

.con-blob-left1 {
  width: 45vw;
  position: absolute;
  bottom: 357px;
  left: -256px;
}

.contact-stage {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.contact-blending-container.mbm-multiply {
  opacity: .5;
  width: 100vw;
  height: 100%;
}

.con-blob-l2 {
  width: 45vw;
  position: absolute;
  bottom: -96px;
  left: -228px;
}

.con-blob-l3 {
  width: 43vw;
  position: absolute;
  bottom: 9px;
  left: 196px;
}

.contact-element-bg {
  z-index: 8;
  opacity: 0;
  position: fixed;
  inset: 0;
}

.menu-link {
  color: #333;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 3.5vw;
  text-decoration: none;
  display: block;
}

.burger-button-wrapper {
  margin-top: 100px;
  margin-right: 100px;
  padding: 10px;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
}

.div-block-8 {
  z-index: 103;
  margin-top: 55px;
  margin-right: 50px;
}

.burger-line-top, .burger-line-middle {
  background-color: #ef60ef;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.burger-line-bottom {
  background-color: #ef60ef;
  width: 30px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
}

.mobile-menu {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.div-block-7 {
  z-index: 102;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-menu {
  z-index: 103;
  width: 13vw;
  height: auto;
  position: fixed;
  top: 50px;
  left: 50px;
}

.menu-bg {
  background-color: #7d33c4a1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0;
}

.nav-wrap {
  z-index: 102;
  background-color: #0000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.explore-link {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blob-p3 {
  width: 25vw;
  position: absolute;
  top: 140vh;
  right: -184px;
}

.works-bg-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.bg-plus-wrap {
  float: right;
  display: block;
  position: absolute;
  overflow: hidden;
}

.bg-plus-wrap.one {
  width: 40px;
  height: 40px;
  top: 5%;
  left: 24%;
}

.bg-plus-wrap.two {
  width: 30px;
  height: 30px;
  top: 8%;
  right: 15%;
}

.bg-plus-wrap.three {
  width: 35px;
  height: 35px;
  top: 24%;
  right: 25%;
}

.bg-plus-img {
  width: 100%;
  display: block;
  position: static;
  overflow: visible;
}

.address-wrap {
  width: 70%;
  display: inline-block;
}

.getintouch-wrap {
  width: 30%;
  display: inline-block;
}

.get-in-touch {
  color: #fff;
  margin-top: 50px;
  margin-bottom: 0;
  font-size: 2.5vh;
  font-weight: 300;
  line-height: 3.5vh;
}

.contact-us-link {
  color: #fff;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.get-in-touch-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5vh;
  font-weight: 300;
  line-height: 3.5vh;
  display: inline-block;
}

.email-arrow {
  width: 20px;
  margin-left: 2%;
}

.html-embed, .html-embed-2 {
  display: inline-block;
}

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

.expertise-box {
  color: var(--white);
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  padding-left: 2%;
  padding-right: 2%;
  position: relative;
}

.expertise-box.lower {
  margin-top: 10vh;
}

.expertise-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vh;
  line-height: 6vh;
}

.expertise-graphic {
  width: 26vh;
  height: 26vh;
  margin-top: 1.5vh;
  margin-bottom: 1.5vh;
  position: relative;
  left: -4.5vh;
}

.expertise-box-bg {
  z-index: 0;
  background-image: linear-gradient(#262261f2 50%, #7d33c400);
  display: none;
  position: absolute;
  inset: 0%;
}

.expertise-p {
  margin-bottom: 8%;
}

.cursor-wrapper {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0%;
  left: 0%;
}

.cursor {
  border: 2px solid #ed1e79;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  transform: translate(-50%, -50%);
}

.cursor-inner {
  background-color: #ed1e79;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.expertise-p-wrap {
  z-index: 4;
  position: relative;
  overflow: hidden;
}

.expertise-img {
  position: absolute;
  inset: 0%;
}

.expertise-img.design {
  background-image: url('../images/pencil.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.expertise-img.video {
  background-image: url('../images/camera.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.expertise-img.web {
  background-image: url('../images/laptop.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.expertise-img.brand {
  background-image: url('../images/message.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.landing-graphic {
  z-index: 2;
  position: absolute;
}

.landing-graphic.torus {
  width: 30vh;
  height: 30vh;
  top: 40vh;
  left: 20vh;
}

.landing-graphic.hemisphere {
  width: 20vh;
  height: 20vh;
  top: 8vh;
  right: 46vh;
}

.landing-graphic.cube {
  width: 15vh;
  height: 15vh;
  top: 70vh;
  right: 15vh;
}

.landing-img {
  position: absolute;
  inset: 0%;
}

.landing-img.torus {
  background-image: url('../images/torus.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.landing-img.hemisphere {
  background-image: url('../images/hemisphere.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.landing-img.cube {
  background-image: url('../images/cube.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.text-expertise {
  z-index: 0;
  opacity: .1;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14vw;
  line-height: 22vh;
  position: absolute;
  top: 50vh;
  right: -20vh;
}

.text-expertise.our {
  top: 25vh;
  left: 0;
  right: auto;
}

.expertise-title-wrap {
  overflow: hidden;
}

.expertise-rollover-hand {
  width: 16vh;
  height: 16vh;
  position: absolute;
  top: -20%;
  right: -6%;
}

@media screen and (max-width: 991px) {
  .contact-bg {
    background-image: url('../images/contact-bg_1.png'), linear-gradient(to right, var(--purple), var(--dark-purple));
    background-position: 25% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .landing-bg {
    background-image: url('../images/main-bg.png'), linear-gradient(to bottom, #262261, var(--purple));
    background-position: 50% 0, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .tagline-wrap {
    width: 80%;
    margin-top: -10%;
  }

  .tagline {
    cursor: default;
  }

  .tagline._02 {
    font-size: 65px;
    line-height: 80px;
  }

  .heading {
    font-size: 60px;
    line-height: 70px;
  }

  .text-span {
    font-size: 45px;
    line-height: 50px;
  }

  .scroll {
    width: 6%;
    bottom: 5%;
  }

  .text-block {
    font-size: 14px;
    line-height: 20px;
  }

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

  .em-container.expertise {
    width: 85%;
  }

  .teaser-text {
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 24px;
  }

  .about-text02 {
    padding-top: 10px;
    font-size: 50px;
    line-height: 60px;
  }

  .solutions {
    margin-top: 10px;
    font-size: 45px;
    line-height: 50px;
  }

  .solutions-wrap {
    padding-right: 4px;
  }

  .about-section {
    padding-top: 30%;
  }

  .expertise-listing {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .expertise-section {
    padding-top: 20%;
    padding-bottom: 20%;
    position: relative;
  }

  .expertise {
    padding-right: 0%;
  }

  .gradient-text {
    font-size: 45px;
    line-height: 65px;
    top: -30px;
  }

  .works-title {
    font-size: 60px;
    line-height: 70px;
  }

  .filter {
    margin-top: 50px;
  }

  .filter-btn {
    font-size: 18px;
    line-height: 24px;
  }

  .works-linkbox {
    width: 33.3333%;
    margin-right: -.5%;
  }

  .works-img.opacity {
    opacity: 1;
  }

  .hover-bg {
    padding: 25px;
  }

  .works-hover-company {
    font-size: 14px;
  }

  .works-hover-title {
    font-size: 24px;
    line-height: 30px;
  }

  .works-hover-cat {
    font-size: 14px;
    bottom: 25px;
    left: 25px;
  }

  .partners-title {
    font-size: 60px;
    line-height: 70px;
  }

  .clients-logo {
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .partners-title-wrap {
    width: 295px;
  }

  .hexagon {
    background-position: 0;
    width: 35%;
    top: -27%;
    right: -5%;
  }

  .contact-title {
    font-size: 60px;
    line-height: 70px;
  }

  .contact-header {
    font-size: 50px;
    line-height: 60px;
    display: inline-block;
  }

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

  .contact-details {
    width: 85%;
    margin-top: 30%;
  }

  .company-name {
    font-size: 16px;
    line-height: 24px;
  }

  .company-name.address {
    margin-bottom: 20px;
  }

  .together {
    font-size: 45px;
    line-height: 50px;
  }

  .us-text {
    font-size: 45px;
    line-height: 65px;
    bottom: -35px;
  }

  .togther-wrap {
    margin-left: 15px;
  }

  .contact-title-wrap {
    top: 13%;
  }

  .button-text {
    font-size: 16px;
    line-height: 24px;
  }

  .logo-white-wrap {
    width: 200px;
    top: 40px;
    left: 40px;
  }

  .footer {
    font-size: 14px;
    line-height: 16px;
  }

  .logo-color-wrap {
    width: 200px;
    top: 40px;
    left: 40px;
  }

  .blob-p1 {
    width: 80vw;
    height: 80vh;
    top: -100px;
    left: -120px;
  }

  .blob-b1 {
    width: 60vw;
    height: 50vh;
    left: -50px;
  }

  .stage {
    height: 2500px;
  }

  .blob-p2 {
    width: 110vw;
    height: 110vh;
    top: -180px;
    right: -100px;
  }

  .rotate-line {
    top: 400px;
    left: -100px;
  }

  .rotate-top {
    width: 55vw;
    top: -100px;
    right: 100px;
  }

  .rotate-left {
    left: -120px;
  }

  .rotate1 {
    right: -80px;
  }

  .rorate-line-r {
    top: 300px;
    right: -120px;
  }

  .mobile-menu-link {
    font-size: 8vw;
    line-height: 8vw;
  }

  .con-blob-r2 {
    width: 60vw;
    bottom: -10px;
    right: -60px;
  }

  .con-blob-r1 {
    width: 40vw;
    bottom: -80px;
    right: -30px;
  }

  .con-blob-left1 {
    width: 100vw;
    bottom: 380px;
    left: -100px;
  }

  .con-blob-l2 {
    width: 60vw;
    bottom: 120px;
    left: -100px;
  }

  .con-blob-l3 {
    width: 60vw;
    bottom: 150px;
    left: 80px;
  }

  .menu-link {
    font-size: 3.4vw;
    line-height: 3.4vw;
  }

  .div-block-8 {
    margin-top: 45px;
    margin-right: 40px;
  }

  .mobile-menu {
    display: flex;
  }

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

  .logo-menu {
    width: 200px;
    top: 40px;
    left: 40px;
  }

  .blob-p3 {
    width: 35vw;
    top: 110vh;
    right: -50px;
  }

  .works-bg-video {
    display: none;
  }

  .bg-plus-wrap.one {
    width: 35px;
    height: 35px;
    top: 6%;
    left: 22%;
  }

  .bg-plus-wrap.two {
    width: 25px;
    height: 25px;
    top: 12%;
    right: 12%;
  }

  .bg-plus-wrap.three {
    width: 35px;
    height: 35px;
    top: 30%;
    right: 35%;
  }

  .address-wrap {
    width: 70%;
  }

  .getintouch-wrap {
    width: 30%;
    margin-bottom: 70px;
  }

  .get-in-touch, .get-in-touch-name {
    font-size: 16px;
    line-height: 24px;
  }

  .expertise-box {
    width: 23%;
  }

  .expertise-title {
    font-size: 24px;
    line-height: 30px;
  }

  .expertise-graphic {
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
  }

  .cursor-wrapper {
    display: none;
  }

  .expertise-img.design {
    background-image: url('../images/pencil-mobile.png');
    background-position: 50%;
    background-size: contain;
  }

  .expertise-img.video {
    background-image: url('../images/camera-mobile.png');
    background-position: 50%;
    background-size: contain;
  }

  .expertise-img.web {
    background-image: url('../images/laptop-mobile.png');
    background-position: 50%;
    background-size: contain;
  }

  .expertise-img.brand {
    background-image: url('../images/message-mobile.png');
    background-position: 50%;
    background-size: contain;
  }

  .landing-graphic.torus, .landing-graphic.hemisphere, .landing-graphic.cube {
    display: none;
  }

  .text-expertise {
    top: 29vh;
    right: -10vh;
  }

  .text-expertise.our {
    top: 18vh;
  }

  .expertise-rollover-hand {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .contact-bg {
    background-image: url('../images/contact-bg.png'), linear-gradient(to right, var(--purple), var(--dark-purple));
    background-position: 15% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

  .tagline-wrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-span {
    font-size: 35px;
    line-height: 40px;
  }

  .scroll {
    width: 10%;
  }

  .about-text {
    font-size: 38px;
    line-height: 45px;
  }

  .em-container.expertise {
    flex-wrap: wrap;
  }

  .about-text02 {
    font-size: 38px;
    line-height: 45px;
  }

  .solutions {
    font-size: 35px;
    line-height: 40px;
  }

  .solutions-wrap {
    padding-right: 2px;
  }

  .about-section {
    padding-top: 40%;
  }

  .expertise-listing {
    font-size: 14px;
    line-height: 20px;
  }

  .gradient-text {
    font-size: 35px;
    line-height: 50px;
    top: -20px;
  }

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

  .filter-btn {
    margin-top: 15px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .works-linkbox {
    width: 50%;
  }

  .works-hover-title {
    font-size: 21px;
    line-height: 28px;
  }

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

  .clients-logo {
    width: 70%;
  }

  .partners-row {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .partners-col.custom-margin {
    margin-bottom: 1px;
  }

  .partners-title-wrap {
    width: 250px;
  }

  .contact-title {
    text-align: left;
    font-size: 50px;
    line-height: 60px;
    position: relative;
  }

  .contact-header, .together-text02 {
    font-size: 40px;
    line-height: 50px;
  }

  .contact-details {
    width: 100%;
    margin-top: 15%;
  }

  .together {
    font-size: 35px;
    line-height: 40px;
  }

  .us-text {
    letter-spacing: -4px;
    font-size: 35px;
    line-height: 48px;
    bottom: -22px;
    left: 160px;
    right: auto;
  }

  .contact-title-wrap {
    float: none;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    left: auto;
    right: auto;
  }

  .contact-btn {
    width: 180px;
  }

  .contact-arrow {
    width: 26px;
    padding-bottom: 4px;
  }

  .logo-white.opacity {
    opacity: 0;
  }

  .logo-white-wrap {
    background-image: url('../images/logo-white-icon.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
  }

  .footer {
    bottom: 40px;
  }

  .logo-color-wrap {
    background-image: url('../images/logo-color-icon.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 180px;
    top: 20px;
    left: 30px;
  }

  .logo-color.opacity {
    opacity: 0;
  }

  .blob-p1 {
    top: -80px;
  }

  .blob-b1 {
    top: 350px;
  }

  .blob-p2 {
    width: 150vw;
    height: 150vh;
  }

  .blob-b2 {
    top: 600px;
  }

  .rotate-line {
    width: 45vw;
    top: 420px;
  }

  .rotate-top {
    top: -90px;
  }

  .rotate-left {
    left: -50px;
  }

  .rotate1 {
    width: 40vw;
  }

  .rorate-line-r {
    top: 250px;
    right: -100px;
  }

  .mobile-menu-link {
    font-size: 6vw;
    line-height: 7vw;
  }

  .menu-link {
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-8 {
    margin-top: 40px;
  }

  .logo-menu {
    width: 180px;
    top: 30px;
    left: 30px;
  }

  .blob-p3 {
    top: 120vh;
  }

  .works-bg-video {
    display: none;
  }

  .bg-plus-wrap.one {
    width: 30px;
    height: 30px;
    left: 26%;
  }

  .bg-plus-wrap.two {
    width: 23px;
    height: 23px;
  }

  .bg-plus-wrap.three {
    width: 30px;
    height: 30px;
  }

  .bg-plus-img {
    top: 136px;
    left: 30px;
  }

  .address-wrap {
    width: 100%;
  }

  .getintouch-wrap {
    width: 32%;
  }

  .get-in-touch {
    margin-top: 10px;
  }

  .email-arrow {
    width: 26px;
    padding-bottom: 4px;
  }

  .expertise-box {
    width: 46%;
    margin-bottom: 60px;
  }

  .expertise-box.lower {
    margin-top: 0;
  }

  .expertise-graphic {
    width: 100px;
    height: 100px;
  }

  .expertise-p {
    margin-bottom: 10px;
  }

  .text-expertise {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .background-colors {
    display: block;
  }

  .contact-bg {
    background-position: 30% 100%, 0 0;
  }

  .landing-bg {
    display: block;
  }

  .body {
    background-color: #612c8d;
  }

  .tagline-wrap {
    margin-top: -20%;
  }

  .tagline._02 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

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

  .text-span {
    margin-left: -20px;
    font-size: 30px;
    line-height: 40px;
    display: block;
  }

  .scroll {
    width: 15%;
    bottom: 6%;
  }

  .about-text {
    font-size: 30px;
    line-height: 38px;
  }

  .em-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .em-container.works {
    padding-left: 50px;
    padding-right: 50px;
  }

  .em-container.expertise {
    padding-left: 0;
  }

  .teaser-text {
    font-size: 15px;
  }

  .about-text02 {
    margin-left: 0;
    padding-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .solutions {
    font-size: 30px;
    line-height: 36px;
  }

  .about-text-wrap02 {
    flex-direction: column;
    display: flex;
  }

  .gradient-text {
    letter-spacing: -4px;
    padding-right: 5px;
    font-size: 30px;
    line-height: 45px;
    top: -15px;
    left: 30px;
  }

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

  .filter {
    flex-direction: column;
    align-items: flex-start;
    margin-left: -20px;
    margin-right: -20px;
  }

  .works-linkbox {
    width: 100%;
  }

  .hover-bg {
    padding: 35px;
  }

  .works-hover-cat {
    bottom: 35px;
    left: 35px;
  }

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

  .clients-logo {
    width: 80%;
  }

  .partners-col.custom-margin {
    margin-bottom: 0;
  }

  .partners-title-wrap {
    width: 180px;
    padding-left: 60px;
    padding-right: 0;
    left: -60px;
  }

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

  .contact-header, .together-text02 {
    font-size: 30px;
    line-height: 36px;
  }

  .contact-details {
    margin-bottom: 20%;
  }

  .company-name {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .company-name.address {
    width: 75%;
    margin-top: 0;
  }

  .together {
    font-size: 28px;
    line-height: 42px;
  }

  .us-text {
    font-size: 30px;
    line-height: 36px;
    bottom: -18px;
  }

  .togther-wrap {
    margin-top: 8px;
  }

  .contact-title-wrap {
    padding-left: 30px;
  }

  .mobile-menu-link {
    font-size: 10vw;
    line-height: 10vw;
  }

  .menu-link {
    font-size: 7vw;
    line-height: 7vw;
  }

  .div-block-8 {
    margin-top: 35px;
    margin-right: 30px;
  }

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

  .nav-wrap {
    display: none;
  }

  .bg-plus-wrap.one {
    width: 23px;
    height: 23px;
  }

  .bg-plus-wrap.two {
    width: 18px;
    height: 18px;
    top: 16%;
  }

  .bg-plus-wrap.three {
    width: 23px;
    height: 23px;
    top: 25%;
    right: 45%;
  }

  .bg-plus-img {
    top: 102px;
    left: 36px;
  }

  .address-wrap {
    width: 100%;
    padding-right: 0;
  }

  .getintouch-wrap {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0%;
  }

  .get-in-touch {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .contact-us-link {
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .get-in-touch-name {
    margin-bottom: 0;
  }

  .expertise-box {
    flex-direction: column;
  }
}


@font-face {
  font-family: 'Rocket clouds';
  src: url('../fonts/Rocket-Clouds.woff2') format('woff2'), url('../fonts/Rocket-Clouds.eot') format('embedded-opentype'), url('../fonts/Rocket-Clouds.woff') format('woff'), url('../fonts/Rocket-Clouds.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}