body {
  margin: 0 auto;
  background-color: white;
  color: #333333;
  font-family: Montserrat, sans-serif;
}

.col-3 {
  width: 35%;
}

.display-none {
  display: none !important;
}

.display-flex {
  display: flex !important;
}

.desktop-show {
  display: none;
}

.mobile-show {
  display: flex;
}

.container {
  max-width: 700px;
  overflow: hidden;
  padding: 0;
}

.row {
  flex-wrap: nowrap;
}

.bg-white {
  background-color: white;
}

.bg-black {
  background-color: black;
}

.black {
  color: black;
}

ul {
  list-style: none;
}

a, a:active, a:hover {
  color: #F9F9F9;
  text-decoration: none;
}

h5 {
  font-weight: bold;
}

.text-end {
  display: flex;
  align-items: self-end;
  justify-content: right;
}

.bold {
  font-weight: bold;
}

.fit {
  flex: 1;
}

.h-145 {
  height: 145px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-72 {
  margin-top: 72px;
}

.mtb-170 {
  padding-top: 170px;
  padding-bottom: 170px;
}

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

.top-bar {
  display: flex;
  background: white;
  justify-content: space-between;
  padding: 1rem;
  height: 77px;
}

.padding-menu-top {
  height: 1rem;
}

.showMenu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  height: 50vh !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  max-width: 1920px;
  height: 90px !important;
  padding: 30px 40px !important;
}

.navbar, .toggleMenu-container {
  overflow: hidden;
  background-color: white;
  color: #333333;
  align-items: center;
  height: 0;
  padding: 0;
}

.navbar-links a {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
}

.navbar-links {
  display: flex;
  gap: 1.5rem;
}

.navbar-icons a, .top-icons a {
  color: rgba(51, 51, 51, 0.5);
}

.navbar-icons {
  display: none;
}

.top-icons {
  display: flex;
  font-weight: 400;
  gap: 1rem;
  font-size: 16px;
  line-height: 150%;
}

.burger-menu-icon {
  display: none;
  border: none;
  background: transparent;
  justify-content: center;
  align-items: center;
}

.burger-menu-icon img {
  width: 100%;
}

.toggleMenu-container {
  position: fixed;
  width: 100%;
  top: 77px;
  justify-content: end;
  height: 0;
  z-index: 3;
  transition: all 0.5s ease-in-out;
}

.showMenu {
  height: 60px;
}

.toggleMenu {
  padding: 20px;
  background: white;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.toggleMenu .top-icons {
  margin-top: 1rem;
  justify-content: center;
}

.toggleMenu a {
  color: #333333 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}

.logo-top {
  height: 90%;
}

.row-superpowers {
  width: 100%;
  line-height: 150%;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 2rem;
}

.superpowers h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 1rem;
  width: 100%;
}

.superpowers .row {
  flex-direction: column;
  width: 80%;
  justify-content: center;
  margin: 0 auto;
}

.row-superpowers img {
  max-height: 584px;
}

@media only screen and (max-width: 520px) {
  .fit {
    flex-direction: column-reverse;
  }

  .menu-container {
    width: 100%;
  }

  .bg-black {
    width: 100%;
    flex: 1;
  }

  .video-text-bottom {
    width: 65%;
  }
}

@media only screen and (max-width: 720px) {

  .navbar {
    display: none;
  }

  .about {
    background-image: none;
  }

  .ks-row {
    flex-direction: column-reverse;
    align-items: center;
  }

  .desc-container {
    margin-top: 2rem;
  }

  .superpowers .row {
    flex-direction: column;
    margin: 2rem auto;
    gap: 2rem;
  }

  .mobile-icons-menu {
    gap: 3rem;
  }

  .mobile-icons {
    gap: 1.5rem;
  }
}

.navbar img {
  height: 100%;
}

.title-font {
  font-weight: 400;
  font-size: 30px;
  line-height: 150%;
}

.home {
  position: relative;
  height: 100vh;
  color: white;
}

.home-container {
  width: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 2;
  height: 100vh;
  top: 0;
}

.superpowers {
  background-color: black;
  color: #F9F9F9;
}

.background-video {
  object-fit: cover;
  background-color: black;
}

.video-container {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 0;
}

.video-container::after {
  position: absolute;
  right: 0;
  width: 65%;
  height: 100%;
  content: '';
  background-image: linear-gradient(166.23deg, #404C75 14.04%, #93306F 35.75%, #BC2649 51.85%, #E04852 65.33%, #F58239 85.92%);
  mix-blend-mode: overlay;
}

.ux {
  font-size: 60px;
}

.video-text-bottom {
  display: flex;
  flex-direction: column;
  font-weight: 900;
  text-align: end;
  line-height: 30px;
  font-size: 40px;
  margin-left: auto;
  margin-right: 0;
  color: rgba(79, 79, 79, 20%);
}

.black-filler {
  background-color: black;
  flex: 1;
}

.title {
  position: relative;
  left: -5px;
  bottom: 0;
  display: flex;
  align-items: end;
}

.title-content {
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
}

.menu {
  display: flex;
  flex-direction: column;
  color: #F9F9F9;
  height: 100%;
  font-weight: 700;
  padding-top: 1rem;
}

.menu li {
  margin-bottom: 1rem;
}

.menu-container {
  height: 100%;
}

.number {
  margin-bottom: 0 !important;
  text-align: center;
  font-weight: 700 !important;
  font-size: 46px;
  line-height: 150%;
}

.number-desc {
  margin: 2rem;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}

.about {
  background-size: 40%;
  margin: 0 auto;
  background-position-x: right;
  background-repeat: no-repeat;
  width: 80%;
}

.about h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.about .row {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 2rem;
}

.dsgn-desc {
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
}

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

.slick-slide {
  margin: 0.5rem;
  display: flex;
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  border-radius: 33px;
}

.slick-slide img {
  width: 100%;
  border-radius: 33px;
}
.wrapper {
  position: relative;
}
.paginator-center {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  float: right;
  margin-bottom: 20px;
}

.prev {
  height: 100%;
  width: 100px;
  background: url('../img/back.png') center no-repeat;
}

.next {
  height: 100%;
  width: 100px;
  background: url('../img/back.png') center no-repeat;
  transform: rotate(180deg);
}
.prev:hover, .next:hover {
  background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%), url('../img/back.png') center no-repeat;
  transition: all 1s ease-in-out;
}
.carousel {
  margin: 0px auto;
}

.mb-img {
  max-width: 150px;
  height: fit-content;
}

.ks-img {
  max-width: 150px;
  height: fit-content;
}

.card {
  box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.1);
  border-radius: 54px;
  transition: all .6s ease-in-out;
}

.satisfaction {
  display: none;
  /*TODO: satisfaction hidden for now / no content */
}

.howitworks {
  background-color: black;
  color: #F9F9F9;
  height: fit-content;
}

.howitworks h1, .projects h1 {
  padding: 6rem;
}

.howitworks .row {
  z-index: 1;
}

.dash-lines {
  position: absolute;
  height: 100%;
  width: 100%;
}

.path {
  stroke-dasharray: 0, 800, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8;
  stroke-dashoffset: 0;
}

.path-animation {
  animation: dash 2s linear forwards;
}

.revert-animation {
  animation: dash-back 2s linear forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 0, 800, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8;
    stroke-dashoffset: 800;
  }
}

@keyframes dash-back {
  from {
    stroke-dasharray: 0, 800, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8;
    stroke-dashoffset: 800;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.lines-mobile {
  margin-left: 120px;
  min-width: 320px;
  margin-top: 55px;
  max-width: 320px
}

@media only screen and (max-width: 280px) {

  .lines-mobile {
    margin-left: 120px;
    min-width: 140%;
    margin-top: 40px;
  }
}

@media only screen and (min-width: 320px) {

  .lines-mobile {
    margin-left: 150px;
    min-width: 140%;
    margin-top: 30px;
  }
}

.m-line-left {
  margin-top: 23%;
}

.m-line-right {
  margin-top: 55%;
}

.m-low-lines-l, .m-low-lines-m {
  margin-top: 64%;
}

.m-low-lines-p {
  margin-top: 67%;
}

.squares-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin: 0 auto;
  height: 70%;
  width: 80%;
  max-width: 320px;
  background-image: url("/img/squares-mobile-back.png");
}

.squares-container-mobile {
  width: 100%;
  min-height: 817px;
  align-items: flex-start;
  justify-content: center;
  max-height: 817px;
}

.squares-container-mobile img {
  position: absolute;
}

.small-squares-mobile {
  margin-top: 4rem;
  margin-left: 3rem;
}

.big-squares-mobile {
}

.squares-container .row {
  width: 100%;
  justify-content: space-between;
}

.square {
  display: flex;
  flex-direction: column;
  color: black;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
  box-shadow: 0px 2.88152px 22.3318px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  margin-right: 1rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 200%;
}

.small-square {
  width: 8vw;
  height: 8vw;
  max-width: 128px;
  max-height: 128px;
}

.big-square {
  justify-content: end;
  width: 16vw;
  max-width: 253px;
  max-height: 253px;
  height: 16vw;
}

.dash-lines svg {
  position: absolute;
}

.empathise {
  margin-top: 5%;
  margin-left: 10%;
}

.research {
  /*margin-left: 57px;*/
  margin-top: 10%;
}

.prototype {
  margin-right: 3%;
  margin-top: -3%;
}

.develop {
  margin-top: 2%;
}

.test {
  margin-top: -1%;
}

.define {
  margin-top: 9%;
}

.review {
  margin-top: 12%;
  margin-left: 5%;
}

.redefine {
  margin-top: -3%;
  margin-right: 6%;
}

.learn {
  margin-top: 4%;
  margin-left: 15%;
}

.spark {
  margin-top: 9%;
}

.ideate {
  margin-top: -4%;
  margin-left: 3%;
  margin-right: -3%;
}

.create {
  margin-top: -13%;
  margin-right: 2%;
}

.contact {
  background: black;
  color: #F9F9F9;
  padding-top: 6rem;
}

.contact img {
  display: flex;
  margin: 1rem auto;
  max-width: 50%;
}

.contact-row {
  width: 80%;
  margin: 2rem auto;
  flex-direction: column;
}

.contact h1 {
  text-align: center;
  margin-bottom: 2rem;
}

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

.contact svg {
  display: initial;
  margin: 0.5rem;
  min-width: 2rem;
  max-width: 2rem;
}

.show-text-move {
  color: black;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-bottom: 4rem;
  animation: color-change 10s ease-in-out infinite;
}

@keyframes color-change {
  0% {
    color: black
  }
  50% {
    color: white
  }
  100% {
    color: black
  }
}

.footer {
  background: #F9F9F9;
  color: #333333;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  flex-direction: column;
  margin: 0 auto;
}

.footer a {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.011em;
  text-transform: uppercase;
  color: #333333;
}

.footer img {
  max-width: 25%;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.footer-icons, .footer-icons a {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 40px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: black;
}

.footer-links .col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-links {
  width: 80%;
  margin-bottom: 2rem;
  align-self: center;
}
