@charset "UTF-8";
/* Font */
@font-face {
  font-family: 'Inter-Regular';
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Inter-SemiBold';
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: 'Inter-Light';
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot") format("embedded-opentype"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"); }

/* Global and Variables */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: var(--bs-gutter-x, 24px);
  padding-left: var(--bs-gutter-x, 24px); }

* {
  margin: 0px; }

html {
  scroll-behavior: smooth;
  margin: 0px; }

body {
  background: black;
  color: #fff;
  font-family: 'Inter-Regular';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px; }
  body.no-scroll {
    overflow: hidden; }

h1 {
  font-size: 7vw;
  font-family: 'Inter-Light'; }
  h1 b:nth-child(1) {
    position: absolute;
    left: calc(10vw - 30vw);
    bottom: 700px; }
  h1 b:nth-child(2) {
    position: absolute;
    left: calc(30vw - 30vw);
    bottom: 550px; }
  h1 b:nth-child(3) {
    position: absolute;
    left: calc(20vw - 30vw);
    bottom: 400px; }

.margintop {
  margin-top:60px; }
  
.desc {
  font-size: 20px;
  opacity: 0.6; }

.arrow-right {
  background: url(../img/arrow-right.svg);
  width: 38px;
  height: 40px;
  display: inline-block; }

.arrow-top {
  background: url(../img/arrow-top.svg);
  width: 40px;
  height: 39px;
  display: inline-block; }

.arrow-bottom {
  background: url(../img/arrow-bottom.svg);
  width: 40px;
  height: 39px;
  display: inline-block; }

.link {
  font-size: 26px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease; }
  .link:hover {
    color: #fff;
    text-decoration: none; }
    .link:hover i {
      left: 12px; }
  .link i {
    margin-left: 8px;
    position: relative;
    top: 10px;
    left: 0px;
    transition: 0.3s ease; }

.text-main {
  width: 100%;
  padding: 6vw 8vw;
  display: flex; }
  .text-main h2 {
    font-size: 80px;
    width: 40%; }
    .text-main h2.smaller {
      font-size: 48px; }
  .text-main .desc {
    opacity: 1;
    padding-left: 80px;
    width: 60%; }

.text-main .one-box {
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  opacity: 0; }
  .text-main .one-box.animation {
    transition: 0.6s;
    opacity: 1; }
  .text-main .one-box:nth-child(2) {
    transition-delay: 0.1s; }
  .text-main .one-box:nth-child(3) {
    transition-delay: 0.2s; }
  .text-main .one-box .number-circle {
    min-width: 98px;
    min-height: 98px;
    max-width: 98px;
    max-height: 98px;
    border-radius: 50%;
    border: 1px solid #434343;
    position: relative;
    display: flex; }
    .text-main .one-box .number-circle span {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 12px;
      height: 24px;
      text-align: center; }
  .text-main .one-box .text {
    display: flex;
    padding-left: 16px;
    align-items: center;
    justify-content: center; }

.text-block {
  width: 100%;
  padding: 6vw 8vw;
  display: flex;
  flex-direction: column; }
  .text-block.center {
    text-align: center;
    align-items: center; }
    .text-block.center .desc {
      max-width: 60%; }
  .text-block h2 {
    font-size: 80px;
    margin-bottom: 24px; }
  .text-block .one-wrap {
    display: flex;
    justify-content: space-between; }
    .text-block .one-wrap .desc {
      opacity: 1;
      width: calc(50% - 4vw); }

.text-quote {
  width: 100%;
  padding: 6vw 8vw;
  display: flex;
  flex-direction: column;
  text-align: center; }
  .text-quote p {
    font-size: 48px;
    line-height: 64px;
    max-width: 1200px;
    margin: 24px auto; }

.pic-main {
  display: flex;
  width: 100%;
  padding: 4vh 4vw;
  align-items: center; }
  .pic-main.pt0 {
    padding-top: 0px; }
  .pic-main.wide {
    padding: 6vw 0vw; }
    .pic-main.wide .one-box {
      padding: 0px 0px; }
  .pic-main .one-box {
    padding: 0px 4vw;
    transition: 1s;
    transform: translateY(30px);
    opacity: 0; }
    .pic-main .one-box img {
      width: 100%; }
  .pic-main.animation .one-box {
    transform: translateY(0px);
    opacity: 1; }
  .pic-main.animation .one-box:nth-child(2) {
    transition-delay: 0.1s; }
  .pic-main.animation .one-box:nth-child(3) {
    transition-delay: 0.2s; }
  .pic-main.animation .one-box:nth-child(4) {
    transition-delay: 0.3s; }
  .pic-main.animation .one-box:nth-child(5) {
    transition-delay: 0.4s; }

.skills-wrap {
  width: 100%;
  padding: 6vw 8vw;
  display: flex;
  flex-direction: row; }
  .skills-wrap .skills-boxes {
    flex-direction: column;
    display: flex;
    flex: 50%; }
    .skills-wrap .skills-boxes.animation .skill-box {
      opacity: 1;
      transform: translateY(0px); }
      .skills-wrap .skills-boxes.animation .skill-box .line {
        width: 100%; }
      .skills-wrap .skills-boxes.animation .skill-box:nth-child(1) {
        transition-delay: 0.0s; }
      .skills-wrap .skills-boxes.animation .skill-box:nth-child(2) {
        transition-delay: 0.2s; }
        .skills-wrap .skills-boxes.animation .skill-box:nth-child(2) .line {
          transition-delay: 0.2s; }
    .skills-wrap .skills-boxes .skill-box {
      width: 100%;
      padding: 0px 40px;
      flex-direction: column;
      margin-bottom: 48px;
      transition: 1s;
      transform: translateY(30px);
      opacity: 0; }
      .skills-wrap .skills-boxes .skill-box .line {
        width: 1px;
        transition: 1s; }
  .skills-wrap .text-main {
    padding: 0px;
    flex: 50%; }
  .skills-wrap h2 {
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    width: 100%;
    padding-right: 120px;
    max-width: 500px; }
  .skills-wrap h3 {
    font-size: 36px;
    color: #fff;
    line-height: 48px; }
  .skills-wrap h4 {
    font-size: 30px;
    color: #fff;
    line-height: 48px; }
  .skills-wrap strong {
    color: #fff; }
  .skills-wrap .line {
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: 16px;
    margin-bottom: 16px; }
  .skills-wrap .one-list {
    font-size: 24px;
    color: #bbb;
    margin-bottom: 12px; }
  .skills-wrap.bubble-wrap {
    position: relative; }
    .skills-wrap.bubble-wrap .bubble {
      position: absolute;
      left: -80px;
      top: -500px; }

.blog-article {
  width: 100%;
  padding: 24px; }
  .blog-article header img {
    padding-left: 24vw;
    padding-right: 16vw;
    margin-top: 8vh;
    margin-bottom: 4vh;
    max-width: 100%; }
  .blog-article .content {
    width: 100%;
    display: flex;
    flex-direction: row; }
    .blog-article .content .left-side {
      font-size: 18px;
      width: 24vw;
      padding-right: 24px; }
      .blog-article .content .left-side .group {
        margin-bottom: 160px; }
      .blog-article .content .left-side ul {
        padding-left: 12px;
        color: #999; }
        .blog-article .content .left-side ul li {
          margin-bottom: 8px; }
        .blog-article .content .left-side ul a {
          color: #fff;
          text-decoration: none;
          color: #999;
          transition: 0.2s; }
          .blog-article .content .left-side ul a:hover {
            color: #fff; }
      .blog-article .content .left-side p {
        margin-bottom: 8px; }
      .blog-article .content .left-side .author {
        opacity: 0.6; }
      .blog-article .content .left-side .date {
        opacity: 0.3; }
    .blog-article .content .text-wrap {
      width: calc(100vw - 24vw); }
      .blog-article .content .text-wrap .middle-part {
        width: 100%;
        padding-right: 24vw;
        margin-bottom: 80px; }
      .blog-article .content .text-wrap .middle-part-aside {
        width: 100%;
        padding-right: 24vw;
        position: relative; }
        .blog-article .content .text-wrap .middle-part-aside small {
          width: 16vw;
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0.6;
          font-size: 16px; }
      .blog-article .content .text-wrap h1 {
        font-size: 80px;
        font-family: 'Inter-Regular';
        max-width: 100%;
        margin-bottom: 24px; }
      .blog-article .content .text-wrap h2 {
        font-size: 24px;
        font-family: 'Inter-Regular';
        font-weight: normal;
        line-height: 140%;
        opacity: 0.8;
        max-width: 100%;
        margin-bottom: 48px; }
      .blog-article .content .text-wrap p {
        font-size: 24px;
        line-height: 150%;
        opacity: 0.8;
        width: 100%; }

.content-box {
  display: flex;
  width: 100%;
  padding: 8vw 4vw;
  position: relative;
  overflow: hidden; }
  .content-box.animation .text-wrap {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s; }
  .content-box.animation .photo-wrap {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.6s; }
  .content-box .text-wrap {
    padding: 0px 4vw;
    width: 50%;
    transition: 1s;
    transform: translateY(30px);
    opacity: 0; }
    .content-box .text-wrap.bigger-padding {
      padding-left: 8vw; }
    .content-box .text-wrap h2 {
      font-size: 80px;
      margin-bottom: 36px; }
    .content-box .text-wrap h3 {
      font-size: 36px;
      margin-bottom: 36px; }
    .content-box .text-wrap p {
      font-size: 20px;
      line-height: 30px;
      max-width: 40vw; }
  .content-box .photo-wrap {
    padding: 0px 4vw;
    width: 50%;
    transition: 1s;
    transform: translateY(30px);
    opacity: 0;
    position: relative; }
    .content-box .photo-wrap.infinit img {
      max-width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      padding: 0px 4vw; }
    .content-box .photo-wrap.infinit svg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      animation: infin2 6s infinite;
      width: 100%;
      padding: 0px 4vw; }
    .content-box .photo-wrap img {
      max-width: 100%; }

.cta-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center; }
  .cta-wrap h2 {
    font-size: 80px;
    max-width: 60%; }
  .cta-wrap .btn-cta {
    padding: 12px 48px;
    background: #fff;
    font-size: 20px;
    color: #000;
    margin-top: 24px;
    text-decoration: none;
    transition: 0.3s; }
    .cta-wrap .btn-cta:hover {
      background: #cecece; }

.big-gap {
  width: 100%;
  margin: 20vw 0px; }

.bigger-gap {
  width: 100%;
  padding: 20vw 0px; }

.blur {
  background: url(../img/blur-colors.png);
  width: 830px;
  height: 1009px;
  position: absolute;
  left: -500px;
  top: 500px;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  transition: 3s; }
  .blur.animation {
    opacity: 1; }
  .blur.invert {
    right: -530px;
    top: -120px;
    left: inherit; }

.owl-carousel {
  width: 100%;
  background: #000;
  padding-bottom: 120px;
  margin-top: 60px; }
  .owl-carousel .owl-item {
    opacity: 0.2;
    transition: 0.3s ease; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .item img {
    transition: 0.3s ease; }
  .owl-carousel .owl-nav {
    display: block !important;
    float: right;
    margin-right: 24px;
    margin-top: 24px; }
    .owl-carousel .owl-nav .owl-prev {
      margin-right: 20px;
      background: none !important;
      outline: none !important;
      border: none !important; }
      .owl-carousel .owl-nav .owl-prev.disabled span {
        opacity: 0.2; }
      .owl-carousel .owl-nav .owl-prev span {
        background: url(../img/project-rocket/arrow-left-white.svg);
        width: 38px;
        height: 40px;
        background-size: 100%;
        display: inline-block;
        font-size: 0px;
        opacity: 1; }
    .owl-carousel .owl-nav .owl-next {
      background: none !important;
      outline: none !important;
      border: none !important; }
      .owl-carousel .owl-nav .owl-next.disabled span {
        opacity: 0.2; }
      .owl-carousel .owl-nav .owl-next span {
        background: url(../img/project-rocket/arrow-right-white.svg);
        width: 38px;
        height: 40px;
        background-size: 100%;
        display: inline-block;
        font-size: 0px; }

.owl-dots {
  float: left;
  margin-left: 24px;
  position: relative;
  margin-top: 48px; }
  .owl-dots .owl-dot {
    border: 0px;
    outline: none; }
    .owl-dots .owl-dot:hover span {
      background: #fff; }
    .owl-dots .owl-dot span {
      width: 20px;
      height: 2px;
      background: #fff;
      opacity: 0.3;
      display: inline-block;
      transition: 0.3s ease;
      margin-right: 10px; }
    .owl-dots .owl-dot.active span {
      width: 40px;
      height: 2px;
      background: #fff;
      opacity: 1; }

/* Keyframes */
@keyframes menu {
  from {
    top: -200px; }
  to {
    top: 0; } }
@keyframes bottom-header {
  0% {
    transform: translateY(200px);
    opacity: 0; }
  100% {
    transform: translateY(0px);
    opacity: 1; } }
@keyframes infin {
  0% {
    stroke-dasharray: 97;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 100;
    stroke-dashoffset: 200; }
  100% {
    stroke-dasharray: 97;
    stroke-dashoffset: 0; } }
@keyframes infin2 {
  0% {
    stroke-dasharray: 527;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 1027;
    stroke-dashoffset: -300; }
  100% {
    stroke-dasharray: 527;
    stroke-dashoffset: 0; } }
@keyframes mockup {
  from {
    transform: translateY(10vw);
    opacity: 0; }
  to {
    transform: translateY(0vw);
    opacity: 1; } }
@keyframes line {
  0% {
    stroke-dasharray: 169;
    stroke-dashoffset: 628; }
  100% {
    stroke-dasharray: 690;
    stroke-dashoffset: 200; } }
@keyframes circle-green {
  0% {
    left: -20vw;
    bottom: -360px; }
  50% {
    left: -10vw;
    bottom: -390px; }
  100% {
    left: -20vw;
    bottom: -360px; } }
@keyframes circle-blue {
  0% {
    left: 30vw;
    bottom: -10px; }
  50% {
    left: 20vw;
    bottom: -120px; }
  100% {
    left: 30vw;
    bottom: -10px; } }
@keyframes circle-purple {
  0% {
    left: 40vw;
    bottom: -360px; }
  50% {
    left: 46vw;
    bottom: -260px; }
  100% {
    left: 40vw;
    bottom: -360px; } }
/* Navbar */
.navbar {
  animation: menu 1s; }
  .navbar .navbar-nav {
    text-align: center;
    margin: auto;
    font-size: 18px; }
    .navbar .navbar-nav .nav-item {
      color: #fff; }
      .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        padding-right: 24px;
        padding-left: 24px;
        position: relative; }
        .navbar .navbar-nav .nav-item .nav-link .highlight-circle {
          position: absolute;
          right: 0px;
          top: 5px;
          width: 17px;
          height: 17px;
          background: white;
          background: linear-gradient(90deg, white 0%, #c8b9f4 100%);
          text-align: center;
          padding-top: 2px;
          font-size: 10px;
          font-weight: bold;
          color: #000000;
          border-radius: 50%; }
        .navbar .navbar-nav .nav-item .nav-link:before {
          content: " ";
          position: absolute;
          bottom: 0px;
          left: 24px;
          height: 1px;
          width: 0px;
          background: #fff;
          transition: 0.3s ease; }
        .navbar .navbar-nav .nav-item .nav-link:hover:before {
          width: calc(100% - 48px); }
  .navbar .navbar-text {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
    .navbar .navbar-text img {
      margin-left: 8px; }

footer .links-wrap .one-box a {
  position: relative; }
  footer .links-wrap .one-box a:before {
    content: " ";
    position: absolute;
    bottom: 0px;
    height: 1px;
    width: 0px;
    background: #fff;
    transition: 0.3s ease; }
  footer .links-wrap .one-box a:hover:before {
    width: 100%; }

.menu {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 9999;
  position: fixed;
  opacity: 1;
  transition: 1s; }
  .menu.close {
    opacity: 0;
    z-index: -1; }
  .menu.active {
    overflow: hidden; }
    .menu.active .links .link {
      opacity: 1;
      transform: translateY(0px); }
      .menu.active .links .link:nth-child(1) {
        transition-delay: 0.1s; }
      .menu.active .links .link:nth-child(2) {
        transition-delay: 0.2s; }
      .menu.active .links .link:nth-child(3) {
        transition-delay: 0.3s; }
    .menu.active .groups .one-group {
      opacity: 1;
      transform: translateY(0px); }
      .menu.active .groups .one-group:nth-child(1) {
        transition-delay: 0.1s; }
      .menu.active .groups .one-group:nth-child(2) {
        transition-delay: 0.2s; }
      .menu.active .groups .one-group:nth-child(3) {
        transition-delay: 0.3s; }
  .menu .line01 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    left: 33vw;
    top: 0px; }
  .menu .line02 {
    width: 1px;
    height: 100vh;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    left: 66vw;
    top: 0px; }
  .menu .links .link {
    font-size: 7vw;
    position: absolute;
    transition: 1s;
    opacity: 0;
    transform: translateY(30px);
    font-family: 'Inter-Light'; }
    .menu .links .link:before {
      content: " ";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0px;
      opacity: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #fff;
      transition: 0.3s; }
    .menu .links .link:hover:before {
      bottom: 0;
      opacity: 1; }
    .menu .links .link:nth-child(1) {
      left: 24px;
      top: calc(50% - 4vw); }
    .menu .links .link:nth-child(2) {
      left: calc(33vw + 24px);
      top: calc(50% - 4vw); }
    .menu .links .link:nth-child(3) {
      left: calc(66vw + 24px);
      top: calc(50% - 4vw); }
  .menu .groups .one-group {
    position: absolute;
    transition: 2s;
    opacity: 0;
    transform: translateY(30px); }
    .menu .groups .one-group p {
      font-size: 16px;
      margin-bottom: 0px;
      opacity: 0.6; }
      .menu .groups .one-group p a {
        color: #fff;
        text-decoration: none; }
      .menu .groups .one-group p:hover {
        opacity: 1; }
    .menu .groups .one-group .main-text {
      font-size: 18px;
      margin-bottom: 20px;
      opacity: 1; }
    .menu .groups .one-group:nth-child(1) {
      left: 24px;
      bottom: 48px; }
    .menu .groups .one-group:nth-child(2) {
      left: calc(33vw + 24px);
      bottom: 48px; }
    .menu .groups .one-group:nth-child(3) {
      left: calc(66vw + 24px);
      bottom: 48px; }

.no-stopline {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 9999;
  position: fixed;
  opacity: 1;
  transition: 1s; }
  .no-stopline .navbar {
    z-index: 2; }
  .no-stopline .image {
    position: absolute;
    width: 50vw;
    right: 0;
    bottom: 0; }
    .no-stopline .image img {
      width: 100%; }
  .no-stopline .headline {
    font-family: 'Inter-Light'; }
    .no-stopline .headline .line {
      width: 100%;
      height: 7.8vw;
      position: relative;
      overflow: hidden;
      left: 8vw;
      bottom: -420px; }
      .no-stopline .headline .line:nth-child(2) {
        left: 32vw; }
      .no-stopline .headline .line:nth-child(3) {
        left: 16vw;
        height: 30px;
        bottom: -440px; }
    .no-stopline .headline .main-text {
      font-size: 7.2vw;
      line-height: 8.6vw;
      position: absolute;
      color: #fff;
      z-index: 2;
      transform: translateY(10vh);
      opacity: 0;
      transition: 1s; }
    .no-stopline .headline .text {
      position: absolute;
      font-size: 24px;
      line-height: 32px;
      color: #fff;
      z-index: 2;
      transform: translateY(10vh);
      opacity: 0;
      transition: 1s; }
  .no-stopline.close {
    opacity: 0;
    z-index: -1; }
    .no-stopline.close .headline .main-text {
      transform: translateY(10vh) skew(10deg, 10deg);
      opacity: 0; }
    .no-stopline.close .headline .text {
      transform: translateY(10vh) skew(10deg, 10deg);
      opacity: 0; }
  .no-stopline.active {
    overflow: hidden; }
    .no-stopline.active .headline .main-text {
      transform: translateY(0px) skew(0deg, 0deg);
      opacity: 1; }
      .no-stopline.active .headline .main-text:nth-child(2) {
        transition-delay: 0.1s; }
    .no-stopline.active .headline .text {
      transform: translateY(0px) skew(0deg, 0deg);
      opacity: 1;
      transition-delay: 0.2s; }

/* Header */
header {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height: 100vh;
  padding: 0px; }
  header.about-header {
    /*background: url(../img/about-header.jpg);*/
    height: 100vh; }
    header.about-header video {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0.3;
      background-size: cover;
      object-fit: cover; }
  header.project {
    flex-direction: column; }
    header.project .info-text {
      position: absolute;
      top: 420px;
      right: 8vw;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 30vw; }
      header.project .info-text.animation .one-box {
        opacity: 1;
        transform: translateY(0px);
        transition-delay: 0.2s; }
      header.project .info-text.animation .one-box:last-child {
        transition-delay: 0.3s; }
      header.project .info-text .one-box {
        opacity: 0;
        transform: translateY(30px);
        transition: 1s ease; }
    header.project .dynamic-headline {
      position: static; }
    header.project .project-header {
      width: 84vw;
      margin-left: 8vw;
      margin-right: 8vw;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-top: 40vh;
      position: relative;
      opacity: 0;
      transform: translateY(30px);
      transition: 1s ease; }
      header.project .project-header.animation {
        opacity: 1;
        transform: translateY(0px); }
      header.project .project-header img {
        width: 100%; }
  header .mockup {
    background: url(../img/mockup-iphone.jpg);
    width: 70vw;
    margin-left: 30vw;
    height: 100vh;
    max-height: 100vh;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 20vh;
    position: relative;
    animation: mockup 1s; }
  header .dynamic-headline {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 100%;
    z-index: 2; }
    header .dynamic-headline.static {
      display: flex;
      width: 100%;
      height: 600px; }
    header .dynamic-headline .line {
      width: 100%;
      height: 7.8vw;
      position: relative;
      overflow: hidden;
      bottom: -30vh; }
      header .dynamic-headline .line:nth-child(1) {
        left: 8vw; }
      header .dynamic-headline .line:nth-child(2) {
        left: 8vw; }
      header .dynamic-headline .line:nth-child(3) {
        left: 8vw; }
    header .dynamic-headline h1 {
      position: absolute;
      font-size: 7.2vw;
      line-height: 8.6vw; }
  header .bottom-header {
    animation: bottom-header 1s;
    transition: 1s;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 0px;
    bottom: 48px;
    width: 100%;
    padding: 0px 24px; }
    header .bottom-header.change {
      opacity: 0; }
    header .bottom-header .arrow-bottom {
      opacity: 0.6;
      transition: 0.3s; }
      header .bottom-header .arrow-bottom:hover {
        opacity: 1; }
    header .bottom-header p {
      position: absolute;
      bottom: 0px;
      top: -8px;
      left: 8vw;
      max-width: 360px;
      margin-bottom: 0px; }
    header .bottom-header .infinite {
      width: 40px;
      height: 40px;
      opacity: 0.6; }
      header .bottom-header .infinite svg {
        stroke-dasharray: 77;
        stroke-dashoffset: 120;
        animation: infin 6s infinite; }

/* Header new */
.header-project {
  display: flex;
  flex-direction: column;
  max-height: inherit;
  width: 84vw;
  margin-left: 8vw;
  margin-right: 8vw;
  margin-top: 16vh;
  margin-bottom: 8vh; }
  .header-project .text-wrapper {
    display: flex; }
    .header-project .text-wrapper .info-text .one-box {
      transform: translateY(30px);
      transition: 1s;
      opacity: 0; }
    .header-project .text-wrapper .info-text.animation .one-box {
      transform: translateY(0px);
      transition: 1s;
      opacity: 1; }
      .header-project .text-wrapper .info-text.animation .one-box:nth-child(1) {
        transition-delay: 0.2s; }
      .header-project .text-wrapper .info-text.animation .one-box:nth-child(2) {
        transition-delay: 0.3s; }
    .header-project .text-wrapper .headline-text {
      width: calc(100% - 400px); }
      .header-project .text-wrapper .headline-text .project-name {
        margin-bottom: 12px;
        display: flex;
        transform: translateY(30px);
        opacity: 0; }
        .header-project .text-wrapper .headline-text .project-name.animation {
          transform: translateY(0px);
          transition: 1s;
          opacity: 1; }
    .header-project .text-wrapper .desc {
      font-size: 16px; }
    .header-project .text-wrapper .dynamic-headline {
      position: static; }
      .header-project .text-wrapper .dynamic-headline.animation .line h1 {
        transform: translateY(0vw) skew(0deg, 0deg); }
      .header-project .text-wrapper .dynamic-headline .line {
        bottom: 0px;
        position: static;
        height: 4.8vw; }
        .header-project .text-wrapper .dynamic-headline .line:nth-child(1) h1 {
          transition-delay: 0.1s; }
        .header-project .text-wrapper .dynamic-headline .line:nth-child(2) h1 {
          transition-delay: 0.2s; }
        .header-project .text-wrapper .dynamic-headline .line:nth-child(3) h1 {
          transition-delay: 0.3s; }
        .header-project .text-wrapper .dynamic-headline .line:nth-child(4) h1 {
          transition-delay: 0.4s; }
        .header-project .text-wrapper .dynamic-headline .line h1 {
          position: static;
          font-size: 4vw;
          line-height: 4.2vw;
          font-family: 'Inter-Regular';
          transform: translateY(10vw) skew(10deg, 10deg);
          transition: 1s ease-out; }
    .header-project .text-wrapper .info-text {
      width: 400px;
      display: flex;
      justify-content: space-between;
      padding-top: 36px; }
      .header-project .text-wrapper .info-text .info {
        font-size: 20px; }
  .header-project .pic-wrapper {
    width: 100%;
    margin-top: 48px;
    transform: translateY(30px);
    transition: 1s;
    opacity: 0; }
    .header-project .pic-wrapper.animation {
      transform: translateY(0px);
      opacity: 1; }
    .header-project .pic-wrapper img {
      max-width: 100%; }
    .header-project .pic-wrapper video {
      max-width: 100%;
      object-fit: cover; }

/* Header main */
.header-main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  position: relative; }
  .header-main .main-wrap {
    display: flex;
    flex-direction: row; }
    .header-main .main-wrap .dynamic-headline {
      position: absolute;
      z-index: 2;
      left: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      height: 300px; }
      .header-main .main-wrap .dynamic-headline.animation .line h1 {
        transform: translateY(0vw) skew(0deg, 0deg); }
      .header-main .main-wrap .dynamic-headline .line {
        bottom: 0px;
        position: relative;
        height: 7.1vw;
        overflow: hidden; }
        .header-main .main-wrap .dynamic-headline .line:nth-child(1) {
          left: 8vw; }
        .header-main .main-wrap .dynamic-headline .line:nth-child(2) {
          left: 8vw; }
        .header-main .main-wrap .dynamic-headline .line:nth-child(3) {
          left: 8vw; }
        .header-main .main-wrap .dynamic-headline .line:nth-child(1) h1 {
          transition-delay: 0.1s; }
        .header-main .main-wrap .dynamic-headline .line:nth-child(2) h1 {
          transition-delay: 0.2s; }
        .header-main .main-wrap .dynamic-headline .line:nth-child(3) h1 {
          transition-delay: 0.3s; }
        .header-main .main-wrap .dynamic-headline .line:nth-child(4) h1 {
          transition-delay: 0.4s; }
        .header-main .main-wrap .dynamic-headline .line h1 {
          position: static;
          font-size: 7vw;
          line-height: 7.2vw;
          font-family: 'Inter-Light';
          transform: translateY(12vw) skew(10deg, 10deg);
          transition: 1s ease-out; }
    .header-main .main-wrap .mockup {
      background: url(../img/mockup-iphone.jpg);
      width: 70vw;
      margin-left: 30vw;
      height: 100vh;
      max-height: 100vh;
      background-size: 100%;
      background-repeat: no-repeat;
      margin-top: 16vh;
      position: absolute;
      animation: mockup 1s;
      z-index: 1; }
  .header-main .bottom-header {
    position: absolute;
    bottom: 48px;
    display: flex;
    align-items: center;
    transition: 0.6s;
    width: 100%;
    z-index: 2;
    animation: bottom-header 1s; }
    .header-main .bottom-header.change {
      opacity: 0; }
    .header-main .bottom-header .arrow-bottom {
      opacity: 0.6;
      transition: 0.3s;
      margin-right: 20px;
      margin-left: 24px; }
      .header-main .bottom-header .arrow-bottom:hover {
        opacity: 1; }
    .header-main .bottom-header p {
      max-width: 360px;
      position: absolute;
      left: 8vw;
      margin-bottom: 0px; }

/* Partners */
.logos {
  width: 100%;
  display: flex;
  padding: 12vh 8vw;
  flex-direction: column; }
  .logos.pt0 {
    padding-top: 0px; }
  .logos.mt-200 {
    margin-top: -200px; }
  .logos .one-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: calc(100% + 80px);
    margin-left: -40px; }
    .logos .one-wrap .one-box {
      width: 100%;
      padding-right: 40px;
      padding-left: 40px;
      opacity: 0;
      transform: translateY(4vw);
      transition: 1s; }
      .logos .one-wrap .one-box img {
        max-width: 100%; }
  .logos.animation .one-wrap .one-box {
    opacity: 1;
    transform: translateY(0px); }
    .logos.animation .one-wrap .one-box:nth-child(2) {
      transition-delay: 0.1s; }
    .logos.animation .one-wrap .one-box:nth-child(3) {
      transition-delay: 0.2s; }
    .logos.animation .one-wrap .one-box:nth-child(3) {
      transition-delay: 0.3s; }
    .logos.animation .one-wrap .one-box:nth-child(4) {
      transition-delay: 0.4s; }
    .logos.animation .one-wrap .one-box:nth-child(5) {
      transition-delay: 0.5s; }

/* Projects */
.projects {
  width: 100%;
  margin-top: 8vw; }
  .projects .one-line {
    display: flex;
    margin-bottom: 8vw; }
  .projects .upper-wrap {
    display: flex;
    width: 100%;
    padding: 0px 40px;
    margin-bottom: 60px; }
    .projects .upper-wrap .headline {
      width: 60%; }
      .projects .upper-wrap .headline h2 {
        font-size: 120px;
        font-family: 'Inter-Light'; }
    .projects .upper-wrap .review {
      display: flex;
      width: 40%; }
      .projects .upper-wrap .review .photo {
        width: 65px;
        margin-right: 24px; }
        .projects .upper-wrap .review .photo img {
          border-radius: 50%;
          width: 65px; }
      .projects .upper-wrap .review .text {
        font-size: 26px;
        line-height: 32px;
        padding-right: 4vw;
        text-decoration: none; }
  .projects .grid-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: stretch;
    padding: 0px 40px; }
    .projects .grid-wrap .vertical {
      display: flex;
      flex-direction: column;
      width: 50%;
      padding-right: 12px; }
      .projects .grid-wrap .vertical.animation .one-case {
        transform: translateY(0px);
        opacity: 1; }
        .projects .grid-wrap .vertical.animation .one-case:nth-child(2) {
          transition-delay: 0.3s; }
      .projects .grid-wrap .vertical.animation .banner-box {
        transform: translateY(0px);
        opacity: 1;
        transition-delay: 0.3s; }
      .projects .grid-wrap .vertical .one-case {
        width: 100%;
        padding-left: 0px;
        padding-bottom: 24px;
        text-decoration: none !important;
        color: #fff;
        transform: translateY(30px);
        opacity: 0;
        transition: 1s; }
        .projects .grid-wrap .vertical .one-case .text {
          left: 16px; }
      .projects .grid-wrap .vertical .banner-box {
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
        padding: 0px 24px;
        color: #fff;
        text-decoration: none;
        transition: 0.3s;
        height: 12.5vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        transform: translateY(30px);
        opacity: 0;
        transition: 1s; }
        .projects .grid-wrap .vertical .banner-box:hover {
          background: rgba(255, 255, 255, 0.15);
          transition: 0.3s; }
          .projects .grid-wrap .vertical .banner-box:hover i {
            transform: translateX(12px); }
        .projects .grid-wrap .vertical .banner-box h2 {
          font-size: 36px;
          margin-bottom: 12px; }
        .projects .grid-wrap .vertical .banner-box .coming {
          padding: 6px;
          background: #000;
          color: #fff;
          text-align: center;
          display: block;
          width: 126px;
          border-radius: 50px; }
        .projects .grid-wrap .vertical .banner-box p {
          font-size: 26px;
          margin-bottom: 0px;
          display: flex;
          align-items: center; }
          .projects .grid-wrap .vertical .banner-box p i {
            margin-left: 12px;
            transition: 0.3s; }
    .projects .grid-wrap .vertical:last-child {
      padding-left: 12px;
      padding-right: 0px; }
    .projects .grid-wrap .one-case {
      width: 50%;
      position: relative; }
      .projects .grid-wrap .one-case .text {
        position: absolute;
        top: 48px;
        opacity: 0;
        transition: 0.3s;
        color: #fff; }
      .projects .grid-wrap .one-case:hover img {
        opacity: 0.3; }
      .projects .grid-wrap .one-case:hover .text {
        opacity: 1; }
      .projects .grid-wrap .one-case .image img {
        max-width: 100%;
        object-fit: cover;
        transition: 0.3s; }
  .projects .project {
    position: relative;
    color: #fff;
    text-decoration: none !important;
    width: 100% !important;
    padding: 0px 40px; }
    .projects .project:hover .text .arrow-right {
      transform: translateX(0px);
      opacity: 1;
      width: 40px;
      height: 38px; }
    .projects .project:hover .text span {
      transform: translateY(0px);
      opacity: 1; }
    .projects .project .text {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      flex-direction: column;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 24px;
      transition: 0.6s ease;
      opacity: 0;
      position: relative; }
      .projects .project .text span {
        position: absolute;
        transition: 0.3s;
        top: 0px;
        right: 0;
        transform: translateY(20px);
        opacity: 0;
        font-size: 16px;
        display: none; }
      .projects .project .text.animation {
        opacity: 1; }
      .projects .project .text h2 {
        font-size: 36px; }
      .projects .project .text .desc {
        font-size: 20px;
        opacity: 0.6;
        position: relative;
        transition: 0.3s; }
      .projects .project .text .arrow-right {
        position: absolute;
        transition: 0.3s;
        top: 0px;
        right: 0;
        transform: translateX(20px);
        opacity: 0; }
    .projects .project img {
      width: 100%; }
    .projects .project .reveal {
      background: black;
      width: 100%;
      height: 300px;
      position: absolute;
      left: 0;
      top: 0;
      height: 30.6vw;
      transition: 1.4s ease;
      transition-delay: 0.3s; }
      .projects .project .reveal.animation {
        width: 0px; }

.other-projects {
  display: flex;
  flex-direction: column;
  margin-top: 12vw; }
  .other-projects .headline {
    width: 100%;
    padding: 0px 24px; }
    .other-projects .headline h2 {
      font-size: 120px;
      font-family: 'Inter-Light'; }

/* More projects */
.more-projects {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 8vw;
  margin-top: 12vw; }
  .more-projects.animation .one-box:first-child > div {
    opacity: 0.6; }
  .more-projects.animation .one-box:first-child > .name {
    opacity: 1; }
  .more-projects.animation .one-box:first-child:after {
    width: 100%;
    opacity: 1; }
  .more-projects.animation .one-box:first-child:before {
    width: 100%;
    transition-delay: 0.1s;
    opacity: 1; }
  .more-projects.animation .one-box:nth-child(2) > div {
    opacity: 0.6; }
  .more-projects.animation .one-box:nth-child(2) > .name {
    opacity: 1; }
  .more-projects.animation .one-box:nth-child(2):before {
    width: 100%;
    transition-delay: 0.2s;
    opacity: 1; }
  .more-projects.animation .one-box:nth-child(3) > div {
    opacity: 0.6; }
  .more-projects.animation .one-box:nth-child(3) > .name {
    opacity: 1; }
  .more-projects.animation .one-box:nth-child(3):before {
    width: 100%;
    transition-delay: 0.3s;
    opacity: 1; }
  .more-projects.animation .one-box:nth-child(4) > div {
    opacity: 0.6; }
  .more-projects.animation .one-box:nth-child(4) > .name {
    opacity: 1; }
  .more-projects.animation .one-box:nth-child(4):before {
    width: 100%;
    transition-delay: 0.4s;
    opacity: 1; }
  .more-projects.animation .one-box:nth-child(5) > div {
    opacity: 0.6; }
  .more-projects.animation .one-box:nth-child(5) > .name {
    opacity: 1; }
  .more-projects.animation .one-box:nth-child(5):before {
    width: 100%;
    transition-delay: 0.5s;
    opacity: 1; }
  .more-projects .one-box {
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 20px; }
    .more-projects .one-box > div {
      transition: 1s;
      opacity: 0; }
    .more-projects .one-box:before {
      content: " ";
      width: 0%;
      height: 1px;
      background: #fff;
      position: absolute;
      bottom: 0px;
      left: 0px;
      transition: 1s;
      opacity: 0; }
    .more-projects .one-box:hover .image {
      opacity: 1 !important;
      top: -100px; }
    .more-projects .one-box .name {
      font-size: 36px;
      width: 420px; }
    .more-projects .one-box .date, .more-projects .one-box .show {
      font-size: 20px;
      opacity: 0; }
    .more-projects .one-box .image {
      width: 30vw;
      position: absolute;
      right: 0;
      top: -70px;
      opacity: 0 !important;
      transition: 0.3s;
      z-index: 99; }
      .more-projects .one-box .image img {
        max-width: 100%; }
    .more-projects .one-box:first-child {
      padding-top: 20px; }
      .more-projects .one-box:first-child:after {
        content: " ";
        width: 0%;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 0px;
        left: 0px;
        transition: 1s;
        opacity: 0; }

/* infinite autoplay carousel */
.slide-pane, .infinite-scroller {
  visibility: hidden; }

.slide-wrap {
  height: 410px !important;
  width: 100%;
  position: relative; }
  .slide-wrap .slide-data {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden; }
    .slide-wrap .slide-data ul {
      margin: 0;
      padding: 0;
      position: relative; }
      .slide-wrap .slide-data ul li {
        margin: 0;
        padding: 0;
        position: absolute;
        list-style-type: none;
        display: inline-block;
        width: 250px;
        height: auto;
        text-align: center;
        float: left;
        padding: 20px; }
        .slide-wrap .slide-data ul li img {
          object-fit: cover;
          max-width: 100%; }

.start-about {
  margin-top: 16vh; }

.scroller {
  opacity: 0;
  transform: translateY(30px);
  transition: 2s;
  margin-bottom: 8vh; }
  .scroller img {
    max-width: 210px; }

.scroller.animation {
  opacity: 1;
  transform: translateY(0px); }

.hashtags {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 12vh; }
  .hashtags .one-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 48px;
    opacity: 0.6;
    padding: 48px 24px; }
    .hashtags .one-wrap .one-box {
      width: 20%;
      opacity: 0;
      transition: 1s;
      transform: translateY(30px); }
  .hashtags.animation .one-wrap .one-box {
    opacity: 1;
    transform: translateY(0px); }
  .hashtags.animation .one-wrap:nth-child(1) .one-box:nth-child(1) {
    transition-delay: 0.0s; }
  .hashtags.animation .one-wrap:nth-child(1) .one-box:nth-child(3) {
    transition-delay: 0.1s; }
  .hashtags.animation .one-wrap:nth-child(1) .one-box:nth-child(5) {
    transition-delay: 0.2s; }
  .hashtags.animation .one-wrap:nth-child(2) .one-box:nth-child(2) {
    transition-delay: 0.3s; }
  .hashtags.animation .one-wrap:nth-child(2) .one-box:nth-child(4) {
    transition-delay: 0.4s; }

.banner-blog {
  width: 100%;
  display: flex;
  margin: 8vw 0px;
  background: rgba(255, 255, 255, 0.1); }
  .banner-blog .wrap {
    display: flex;
    width: 100%;
    padding: 48px 8vw;
    align-items: baseline;
    justify-content: space-between; }
    .banner-blog .wrap h2 {
      font-size: 36px; }

/* Process */
.process {
  width: 100%;
  display: block;
  margin-bottom: 5vw;
  position: relative; }
  .process .divider {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 8vw 0px 6vw 0px;
    z-index: 1; }
    .process .divider img {
      width: 1920px;
      display: block;
      margin: auto; }
    .process .divider svg {
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      top: 0px;
      width: 1920px;
      stroke-dasharray: 169;
      stroke-dashoffset: 628;
      stroke-miterlimit: 10;
      stroke-linecap: round; }
      .process .divider svg.animation {
        stroke-dasharray: 690;
        stroke-dashoffset: 200;
        animation: line 5s; }
  .process .headline-old {
    width: 100%;
    padding: 24px;
    margin: 5vw 0px;
    position: relative;
    z-index: 1; }
    .process .headline-old h2 {
      font-size: 120px;
      line-height: 118px;
      font-family: 'Inter-Light'; }
      .process .headline-old h2:nth-child(2) {
        margin-left: 20vw; }
      .process .headline-old h2:nth-child(3) {
        margin-left: 12vw; }
  .process .headline {
    width: 100%;
    padding: 24px;
    margin: 5vw 0px;
    position: relative;
    z-index: 1; }
    .process .headline h2 {
      font-size: 120px;
      line-height: 118px;
      font-family: 'Inter-Light';
      margin-left: 3vw; }
  .process .one-wrap {
    display: flex;
    position: relative;
    z-index: 1; }
    .process .one-wrap.animation .one-box {
      transform: translateY(0px);
      opacity: 1;
      transition: 1s; }
      .process .one-wrap.animation .one-box:nth-child(2) {
        transition-delay: 0.1s; }
      .process .one-wrap.animation .one-box:nth-child(3) {
        transition-delay: 0.2s; }
      .process .one-wrap.animation .one-box:nth-child(4) {
        transition-delay: 0.3s; }
      .process .one-wrap.animation .one-box:nth-child(5) {
        transition-delay: 0.4s; }
    .process .one-wrap .one-box {
      width: 100%;
      display: block;
      margin: 0px 24px 0px 36px;
      opacity: 0;
      transform: translateY(5vw); }
    .process .one-wrap h3 {
      font-size: 36px; }
    .process .one-wrap .desc {
      font-size: 20px;
      opacity: 0.6; }

.bootstrap-tabs {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0px 8vw;
  align-items: flex-start !important; }
  .bootstrap-tabs .nav-pills {
    min-width: 340px;
    width: 50% !important; }
  .bootstrap-tabs .nav-link {
    background: transparent !important;
    padding: 16px 0px;
    text-align: left;
    font-size: 36px;
    color: #fff;
    position: relative;
    opacity: 0.6; }
    .bootstrap-tabs .nav-link:before {
      content: " ";
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      left: -60px;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: 0.3s;
      opacity: 0; }
    .bootstrap-tabs .nav-link.active {
      opacity: 1; }
      .bootstrap-tabs .nav-link.active:before {
        left: -20px;
        opacity: 1; }
  .bootstrap-tabs .tab-content {
    width: 100%; }
  .bootstrap-tabs .inside-wrap {
    display: flex;
    padding: 20px 0px; }
    .bootstrap-tabs .inside-wrap .pic {
      width: 50%;
      padding-right: 80px; }
      .bootstrap-tabs .inside-wrap .pic img {
        max-width: 100%;
        max-height: 235px;
        object-fit: cover; }
    .bootstrap-tabs .inside-wrap .space-wrap {
      width: 33%; }
    .bootstrap-tabs .inside-wrap .text {
      width: 50%;
      font-size: 26px;
      line-height: 32px; }
      .bootstrap-tabs .inside-wrap .text p {
        margin-bottom: 40px; }
      .bootstrap-tabs .inside-wrap .text ul {
        opacity: 0.6;
        list-style: outside;
        padding-left: 20px; }

/* About */
.about {
  width: 100%;
  display: block;
  margin-bottom: 8vw;
  position: relative; }
  .about .photo01 {
    width: 16vw;
    position: absolute;
    left: 8vw;
    top: 24px; }
    .about .photo01 img {
      width: 100%; }
  .about .photo02 {
    width: 20vw;
    position: absolute;
    left: 32vw;
    top: 500px; }
    .about .photo02 img {
      width: 100%; }
  .about .photo03 {
    width: 16vw;
    position: absolute;
    right: 8vw;
    top: 240px; }
    .about .photo03 img {
      width: 100%; }
  .about h2 {
    font-size: 120px;
    margin-left: 32vw;
    font-family: 'Inter-Light'; }
  .about .desc {
    font-size: 26px;
    max-width: 620px; }
  .about .one-wrap {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2; }
    .about .one-wrap.animation .text-wrap {
      transform: translateY(0px);
      opacity: 1; }
    .about .one-wrap.animation .photo-wrap {
      transform: translateY(0px);
      opacity: 1;
      transition-delay: 0.3s; }
    .about .one-wrap .text-wrap {
      width: auto;
      padding-right: 40px;
      margin-left: 32vw;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transform: translateY(5vw);
      opacity: 0;
      transition: 1s; }
      .about .one-wrap .text-wrap .desc {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px; }
  .about .shape01 {
    background: url(../img/about-shape01.svg);
    width: 286px;
    height: 287px;
    position: absolute;
    right: 8vw;
    top: -12vw; }
  .about .shape02 {
    background: url(../img/about-shape02.svg);
    width: 287px;
    height: 287px;
    position: absolute;
    right: 24px;
    top: 27vw; }
  .about .shape03 {
    background: url(../img/about-shape03.svg);
    width: 414px;
    height: 414px;
    position: absolute;
    left: -368px;
    bottom: -280px; }

.team-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8vw 8vw 16vw 8vw; }
  .team-wrap.animation .one-wrap {
    transform: translateY(0px);
    opacity: 1; }
    .team-wrap.animation .one-wrap:nth-child(1) {
      transition-delay: 0.4s; }
    .team-wrap.animation .one-wrap:nth-child(2) {
      transition-delay: 0.5s; }
    .team-wrap.animation .one-wrap:nth-child(3) {
      transition-delay: 0.6s; }
    .team-wrap.animation .one-wrap:nth-child(4) {
      transition-delay: 0.7s; }
  .team-wrap .one-wrap {
    width: calc(25% - 80px);
    transform: translateY(30px);
    opacity: 0;
    transition: 1s; }
    .team-wrap .one-wrap img {
      max-width: 100%; }
    .team-wrap .one-wrap .text {
      margin-top: 12px; }
      .team-wrap .one-wrap .text h5 {
        font-size: 24px;
        font-weight: bold; }
      .team-wrap .one-wrap .text p {
        font-size: 16px;
        margin-bottom: 0px;
        opacity: 0.6; }

/* Worldcoin case study*/
.years-wrap {
  padding: 0vh 8vw;
  position: relative;
  margin-top: 8vh;
  overflow: hidden; }
  .years-wrap .line {
    width: 1%;
    height: 1px;
    background: #434343;
    opacity: 0;
    transition: 1.2s ease; }
    .years-wrap .line.animation {
      width: 100%;
      opacity: 1; }
  .years-wrap .text-block {
    position: relative;
    z-index: 2;
    margin-top: 8vh;
    margin-bottom: 8vh; }
    .years-wrap .text-block h2 {
      font-size: 128px !important; }
  .years-wrap .photo {
    position: absolute;
    left: 8vw;
    right: 8vw;
    top: 8vh;
    width: 84vw;
    margin: auto;
    text-align: center; }
    .years-wrap .photo img {
      max-width: 1220px; }

.registered-people {
  padding: 8vh 8vw 0vh 8vw;
  text-align: center; }
  .registered-people .map {
    background: url(../img/project-worldcoin2/map.jpg);
    width: 100%;
    background-size: cover; }
  .registered-people .text-block {
    position: relative;
    z-index: 2;
    padding-top: 0px;
    padding-bottom: 16vh; }
    .registered-people .text-block h2 {
      font-size: 128px !important; }

.featured-in {
  padding: 0vh 0vw;
  display: flex;
  width: 100%;
  max-width: 1700px;
  margin: auto;
  overflow: hidden; }
  .featured-in .boxes {
    display: flex;
    flex-wrap: wrap;
    width: 130%;
    margin-left: -15%;
    margin-right: -15%; }
    .featured-in .boxes .one-wrap {
      flex: 20%;
      padding: 0px 12px; }
      .featured-in .boxes .one-wrap .one-box {
        width: 100%;
        height: 432px;
        border-radius: 12px;
        border: 1px solid #fff;
        position: relative;
        margin-bottom: 24px;
        display: block;
        color: #FFF;
        background: #000;
        background-clip: padding-box;
        /* !importanté */
        border: solid 1px transparent;
        /* !importanté */
        border-radius: 1em; }
        .featured-in .boxes .one-wrap .one-box:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: -1;
          margin: -1px;
          /* !importanté */
          border-radius: inherit;
          /* !importanté */
          background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }
        .featured-in .boxes .one-wrap .one-box.from-bottom:before {
          background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%); }
        .featured-in .boxes .one-wrap .one-box.empty:before {
          background: transparent; }
        .featured-in .boxes .one-wrap .one-box.half {
          height: 214px; }
        .featured-in .boxes .one-wrap .one-box.article {
          border: 1px solid #fff; }
          .featured-in .boxes .one-wrap .one-box.article:before {
            content: none; }
          .featured-in .boxes .one-wrap .one-box.article .photo {
            width: 100%; }
            .featured-in .boxes .one-wrap .one-box.article .photo img {
              max-width: 100%;
              border-radius: 16px; }
          .featured-in .boxes .one-wrap .one-box.article .text {
            width: 100%;
            padding: 24px; }
            .featured-in .boxes .one-wrap .one-box.article .text h3 {
              font-size: 28px; }
            .featured-in .boxes .one-wrap .one-box.article .text .circle-arrow {
              position: absolute;
              right: 24px;
              bottom: 24px;
              width: 60px;
              height: 60px;
              background: #272727;
              text-align: center;
              padding: 16px;
              border-radius: 50%;
              overflow: hidden;
              transition: 0.3s; }
              .featured-in .boxes .one-wrap .one-box.article .text .circle-arrow .icon-arrow-right {
                position: absolute;
                width: 21px;
                height: 24px;
                background-image: url(../img/project-rocket/arrow-right.svg);
                display: inline-block;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                transition: 0.3s; }
                .featured-in .boxes .one-wrap .one-box.article .text .circle-arrow .icon-arrow-right.second {
                  left: -120px; }
              .featured-in .boxes .one-wrap .one-box.article .text .circle-arrow:hover {
                transform: scale(1.2);
                background: #363636; }
                .featured-in .boxes .one-wrap .one-box.article .text .circle-arrow:hover .first {
                  left: 120px; }
                .featured-in .boxes .one-wrap .one-box.article .text .circle-arrow:hover .second {
                  left: 0; }

/* Audience */
.our-goal {
  padding: 8vh 8vw; }
  .our-goal .text-main {
    padding: 8vh 0; }
  .our-goal .line {
    width: 1%;
    height: 1px;
    background: #434343;
    opacity: 0;
    transition: 1.2s ease;
    margin-bottom: 8vh; }
    .our-goal .line.animation {
      width: 100%;
      opacity: 1; }

/* Footer */
footer {
  width: 100%;
  display: flex;
  padding: 0px 24px 12vw 24px;
  position: relative;
  overflow: hidden;
  padding-top: 10vw;
  transform: translateY(5vw);
  opacity: 0;
  transition: 1s; }
  footer.animation {
    transform: translateY(0px);
    opacity: 1; }
  footer h3 {
    font-size: 48px; }
  footer .text-wrap {
    position: relative;
    z-index: 1;
    margin-right: 8vw; }
    footer .text-wrap .bottom-part {
      margin-top: 60px; }
  footer .links-wrap {
    display: flex;
    position: relative;
    z-index: 1; }
    footer .links-wrap .one-box {
      margin-left: 8vw; }
      footer .links-wrap .one-box p {
        margin-bottom: 4px;
        opacity: 0.6;
        font-size: 20px; }
      footer .links-wrap .one-box .main-text {
        margin-bottom: 32px;
        opacity: 1; }
      footer .links-wrap .one-box a {
        color: #fff;
        text-transform: none;
        text-decoration: none; }
  footer .arrow-wrap {
    position: absolute;
    right: 24px;
    z-index: 2;
    color: #fff;
    opacity: 0.3;
    transition: 0.3s; }
    footer .arrow-wrap:hover {
      opacity: 1; }
      footer .arrow-wrap:hover i {
        transform: translateY(-12px); }
    footer .arrow-wrap span {
      transform: rotate(90deg);
      font-size: 20px;
      position: absolute;
      width: 120px;
      right: -40px;
      top: 100px; }
    footer .arrow-wrap i {
      transition: 0.3s; }
  footer .time-wrap {
    display: flex;
    margin-top: 32px; }
    footer .time-wrap .text {
      margin-left: 8px; }
      footer .time-wrap .text p {
        margin-bottom: 0px; }
  footer .circle-shape {
    width: 590px;
    height: 590px;
    position: absolute;
    margin: auto;
    border-radius: 50%;
    filter: blur(100px);
    -webkit-filter: blur(100px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0); }
    footer .circle-shape.green {
      background: #3EFFB4;
      left: -20vw;
      right: 0;
      bottom: -360px;
      animation: circle-green 5s infinite; }
    footer .circle-shape.blue {
      width: 390px;
      height: 390px;
      background: #53A0FD;
      left: 30vw;
      right: 0;
      bottom: -10px;
      animation: circle-blue 5s infinite; }
    footer .circle-shape.purple {
      background: #3023AE;
      left: 40vw;
      right: 0;
      bottom: -360px;
      animation: circle-purple 5s infinite; }

/* Clock widget */
.widget {
  /* Clock styles */
  /* Transparent box ensuring arms center properly. */
  /* Make all arms rotate around the same center point. */
  /* Optional: Use transition for animation. */ }
  .widget .clockbox,
  .widget #clock {
    width: 100%; }
  .widget .circle {
    fill: none;
    stroke: none;
    stroke-width: 6;
    stroke-miterlimit: 10; }
  .widget .mid-circle {
    fill: #444; }
  .widget .hour-marks {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-miterlimit: 10; }
  .widget .hour-arm {
    fill: none;
    stroke: #fff;
    opacity: 0.3;
    stroke-width: 20;
    stroke-miterlimit: 10; }
  .widget .minute-arm {
    fill: none;
    stroke: #fff;
    opacity: 0.3;
    stroke-width: 20;
    stroke-miterlimit: 10; }
  .widget .second-arm {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-miterlimit: 10; }
  .widget .sizing-box {
    fill: none; }
  .widget #hour,
  .widget #minute,
  .widget #second {
    transform-origin: 300px 300px;
    transition: transform .5s ease-in-out; }

/* Responsive */
@media screen and (max-width: 1600px) {
  .text-main h2 {
    font-size: 60px; }

  .process .divider img, .process .divider svg {
    width: 1600px; }

  .process .divider svg {
    top: -60px; }

  .projects .grid-wrap .vertical .banner-box {
    height: 12vw; } }
@media screen and (max-width: 1400px) {
  .years-wrap .photo img {
    max-width: 960px; }

  .process .divider img, .process .divider svg {
    width: 1400px; }

  .process .divider svg {
    top: -96px; }

  .projects .grid-wrap .vertical .banner-box {
    height: 11.5vw; } }
@media screen and (max-width: 1200px) {
  .bubble-wrap .bubble {
    left: -5vw !important;
    top: -30vw !important;
    width: 70vw !important; }

  .text-main .one-box .number-circle {
    min-width: 78px;
    min-height: 78px;
    max-width: 78px;
    max-height: 78px; }

  .projects .grid-wrap .vertical .banner-box {
    height: 11.3vw; }

  .projects .grid-wrap .vertical .banner-box h2 {
    font-size: 24px; }

  .projects .grid-wrap .vertical .banner-box p {
    font-size: 16px; }

  .hashtags .one-wrap {
    font-size: 32px; }

  .projects .upper-wrap .headline, .projects .upper-wrap .review {
    width: 50%; }

  header.project .dynamic-headline .line:nth-child(1), header.project .info-text {
    bottom: inhreit;
    top: 24vw; }

  header.project .project-header {
    margin-top: 42vw; }

  .process .divider img, .process .divider svg {
    width: 1200px; }

  .process .divider svg {
    top: -132px; }

  .about .photo01 {
    left: 24px; }

  .about .photo03 {
    right: 24px; }

  footer {
    flex-direction: column; }
    footer .links-wrap .one-box {
      margin-left: 0px;
      margin-right: 24vw; }
    footer .arrow-wrap {
      bottom: 260px; }
    footer .text-wrap .bottom-part {
      margin-top: 0px;
      margin-bottom: 60px; }

  .process .divider {
    overflow: hidden; }

  .process .divider img {
    min-width: 1200px; }

  .featured-in .boxes .one-wrap .one-box.article .text h3 {
    font-size: 24px; } }
@media screen and (max-width: 992px) {
  .bubble-wrap .bubble {
    display: none; }

  .projects .grid-wrap .vertical .banner-box {
    display: none; }

  .featured-in {
    padding-top: 8vh !important; }

  .logos.mt-200 {
    margin-top: 0px; }

  .featured-in {
    padding: 0px 8vw; }

  .featured-in .boxes {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }

  .featured-in .boxes .one-wrap {
    flex: 100%; }

  .featured-in .boxes .one-wrap .one-box {
    height: auto;
    display: none; }
    .featured-in .boxes .one-wrap .one-box.article {
      display: flex;
      flex-direction: column; }
    .featured-in .boxes .one-wrap .one-box .text {
      padding: 36px 80px 36px 24px !important; }

  .featured-in .boxes .one-wrap.additional {
    display: none; }

  .registered-people {
    padding-top: 0px; }

  .years-wrap .photo img {
    max-width: 770px; }

  .blog-article .content .text-wrap h1 {
    font-size: 48px; }

  .blog-article .content .text-wrap .middle-part {
    margin-bottom: 24px; }

  .blog-article .content .text-wrap .middle-part-aside small {
    position: static; }

  .blog-article .content .text-wrap .middle-part-aside {
    padding-right: 0px; }

  .blog-article .content .text-wrap {
    width: 100%; }

  .blog-article .content .text-wrap .middle-part {
    padding-right: 0px; }

  .blog-article header img {
    padding: 0px; }

  .blog-article .content .left-side .group {
    margin-bottom: 24px; }
    .blog-article .content .left-side .group:last-child {
      display: none; }

  .blog-article .content {
    flex-direction: column; }

  .blog-article .content .left-side {
    width: 100%; }

  .other-projects .headline {
    padding: 0px 8vw; }

  .team-wrap {
    flex-wrap: wrap;
    padding-left: calc(8vw - 20px);
    padding-right: calc(8vw - 20px); }
    .team-wrap .one-wrap {
      flex: 50%;
      padding: 20px; }

  .projects .grid-wrap, .projects .upper-wrap {
    padding: 0px 8vw; }

  .projects .upper-wrap {
    margin-bottom: 0px; }

  .other-projects .headline h2 {
    font-size: 80px; }

  .projects .grid-wrap .vertical .banner-box {
    height: auto;
    padding: 48px 16px; }

  .projects .grid-wrap .one-case .text {
    position: static;
    opacity: 1;
    margin-top: 12px;
    margin-bottom: 24px; }
    .projects .grid-wrap .one-case .text h2, .projects .grid-wrap .one-case .text .desc {
      text-decoration: none; }
    .projects .grid-wrap .one-case .text .desc {
      font-size: 16px; }

  .projects .grid-wrap .vertical, .projects .grid-wrap .vertical:last-child {
    width: 100%;
    padding: 0px; }

  .header-main .bottom-header p {
    position: static;
    font-size: 14px;
    padding-right: 24px; }

  .banner-blog .wrap {
    flex-direction: column; }

  .content-box .text-wrap.bigger-padding {
    margin-bottom: 24px; }

  .cta-wrap h2 {
    font-size: 36px; }

  .skills-wrap {
    flex-direction: column; }

  .skills-wrap .skills-boxes {
    margin-top: 48px; }

  .skills-wrap .skills-boxes .skill-box {
    padding: 0px; }

  .header-project .text-wrapper .info-text {
    width: 100%; }

  .header-project .text-wrapper .dynamic-headline .line {
    height: 60px; }

  .header-project .text-wrapper .dynamic-headline .line h1 {
    transform: translateY(20vw) skew(10deg, 10deg);
    font-size: 48px;
    line-height: 56px; }

  .header-project .text-wrapper {
    flex-direction: column; }

  .header-project .text-wrapper .headline-text {
    width: 100%; }

  .hashtags .one-wrap {
    font-size: 24px; }

  .content-box .photo-wrap.infinit svg {
    display: none; }

  .content-box .photo-wrap.infinit img {
    position: static; }

  .more-projects {
    display: none; }

  .bootstrap-tabs .nav-link {
    padding: 2px 0px; }

  .bootstrap-tabs .inside-wrap .text {
    font-size: 20px;
    line-height: 28px; }

  .bootstrap-tabs .inside-wrap .pic {
    padding-right: 40px; }

  .bootstrap-tabs {
    flex-direction: column; }

  .projects .upper-wrap .headline h2 {
    margin-bottom: 40px; }

  .projects .upper-wrap {
    flex-direction: column; }

  .projects .upper-wrap .headline, .projects .upper-wrap .review {
    width: 100%; }

  .logos .one-wrap {
    width: calc(100% + 24px);
    margin-left: -12px; }
    .logos .one-wrap .one-box {
      width: 100%;
      padding-right: 12px;
      padding-left: 12px; }

  header .bottom-header p {
    left: 16vw; }

  .menu .links .link:before {
    content: none; }

  .no-stopline .image {
    width: 68vw; }

  .text-main h2 {
    margin-bottom: 24px; }

  .content-box .text-wrap h2 {
    font-size: 48px;
    margin-bottom: 24px; }

  .content-box {
    flex-direction: column; }
    .content-box.invert {
      flex-direction: column-reverse; }
    .content-box .photo-wrap {
      width: 100%; }
    .content-box .text-wrap {
      width: 100%; }
      .content-box .text-wrap p {
        max-width: 100%; }

  .text-quote p {
    font-size: 24px;
    line-height: 32px; }

  .text-block .one-wrap {
    flex-direction: column; }

  .text-block .one-wrap .desc {
    width: 100%;
    margin-bottom: 20px; }

  .text-block h2 {
    font-size: 48px; }

  header.project .info-text {
    top: 36vw;
    width: 100%;
    right: 0px;
    padding: 0px 8vw; }

  .text-main {
    flex-direction: column; }
    .text-main h2 {
      width: 100%;
      font-size: 48px;
      line-height: 54px; }
    .text-main .desc {
      width: 100%;
      padding-left: 0px; }

  footer:after {
    content: " ";
    background: url(../img/blur-colors.png);
    width: 1400px;
    height: 1700px;
    position: absolute;
    top: 60px;
    left: -381px;
    right: 0;
    margin: auto;
    background-size: cover;
    z-index: 0;
    transform: rotate(-70deg); }

  footer .circle-shape {
    display: none; }

  .process .headline h2 {
    font-size: 80px;
    line-height: 78px; }

  .process .divider img, .process .divider svg {
    width: 992px !important;
    min-width: 992px; }

  .process .divider svg {
    top: -169px; }

  .about .photo02 {
    top: 560px; }

  .about .desc {
    max-width: calc(100% - 20vw); }

  .about .one-wrap .text-wrap, .about h2 {
    margin-left: 20vw; }

  .about .shape01, .about .shape02, .about .shape03 {
    display: none; }

  .about .photo01 {
    top: 264px; }

  .about .photo03 {
    top: 420px; }

  .navbar .navbar-nav {
    flex-direction: row; }

  .process .one-wrap {
    display: flow-root; }
    .process .one-wrap .one-box {
      width: 50%;
      display: inline-block;
      float: left;
      margin: 0px;
      margin-bottom: 40px;
      padding: 24px; }

  .about .one-wrap {
    flex-direction: column-reverse;
    width: 100vw;
    margin: 0px;
    padding: 24px; }
    .about .one-wrap .text-wrap {
      width: 100%;
      margin-top: 36px; }

  .about .shape03 {
    display: none; }

  .about .one-wrap .text-wrap {
    width: auto; }

  .years-wrap .text-block h2, .registered-people .text-block h2 {
    font-size: 80px !important; }

  .years-wrap .text-block {
    margin-bottom: 0px; }

  .featured-in {
    padding: 0vh 4vw; } }
@media screen and (max-width: 575px) {
  .header-project {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }

  .header-project .text-wrapper {
    padding: 0px 8vw; }

  .years-wrap .photo img {
    max-width: 410px; }

  .header-main .main-wrap .dynamic-headline {
    overflow: hidden; }

  .owl-dots .owl-dot span {
    width: 3px; }

  .owl-dots .owl-dot.active span {
    width: 20px; }

  .owl-carousel {
    margin-top: 24px; }

  .other-projects .headline h2 {
    font-size: 36px; }

  .text-main .desc {
    font-size: 16px; }

  .other-projects .headline {
    padding: 0px 16px; }

  .owl-carousel.owl-drag .owl-item {
    width: 92vw !important; }

  .projects .grid-wrap, .projects .upper-wrap {
    padding: 0px 16px; }

  .header-main .bottom-header {
    bottom: 24px; }

  .header-main .main-wrap .dynamic-headline {
    height: 200px;
    bottom: 120px; }

  .header-main .main-wrap .dynamic-headline .line {
    height: 12vw; }
    .header-main .main-wrap .dynamic-headline .line h1 {
      font-size: 11vw;
      line-height: 11.2vw;
      transform: translateY(24vw) skew(10deg, 10deg); }

  .header-main .main-wrap .dynamic-headline {
    width: 100%;
    top: inherit; }

  .header-main .bottom-header .arrow-bottom {
    min-width: 36px;
    background-repeat: no-repeat; }

  .header-main .main-wrap .mockup {
    margin-left: -40% !important;
    width: 140% !important;
    margin-top: 120px; }

  .text-block.center .desc {
    max-width: 100%;
    font-size: 16px; }

  .cta-wrap {
    text-align: left;
    align-items: flex-start;
    padding: 0px 8vw; }

  .cta-wrap h2 {
    max-width: 100%; }

  .skills-wrap h2 {
    padding-right: 0px; }

  .header-project .text-wrapper .dynamic-headline .line {
    height: 38px; }

  .header-project .text-wrapper .dynamic-headline .line h1 {
    transform: translateY(20vw) skew(10deg, 10deg);
    font-size: 28px;
    line-height: 34px; }

  .slide-wrap {
    height: 290px !important; }

  .scroller {
    margin-bottom: 40px; }

  .slide-wrap .slide-data ul li {
    max-width: 200px;
    padding: 10px; }

  .hashtags {
    display: none; }

  .start-about .desc {
    font-size: 16px;
    line-height: 24px; }

  .more-projects {
    display: none; }

  nav.fixed-top {
    background: #000; }

  .about .one-wrap {
    padding-top: 0px; }

  .bootstrap-tabs .inside-wrap .text p {
    margin-bottom: 20px; }

  .process .headline {
    margin-bottom: 0px; }

  .bootstrap-tabs .nav-link {
    font-size: 26px; }

  footer h3 {
    font-size: 36px; }

  .bootstrap-tabs .inside-wrap .text {
    width: 100%; }

  .bootstrap-tabs .inside-wrap .pic {
    display: none; }

  .projects .upper-wrap .review .text, .bootstrap-tabs .inside-wrap .text, .about .one-wrap .text-wrap .desc, .projects .project .text .desc, footer.animation .desc, .about .one-wrap .text-wrap .desc {
    font-size: 16px;
    line-height: 24px; }
    .projects .upper-wrap .review .text .desc, .bootstrap-tabs .inside-wrap .text .desc, .about .one-wrap .text-wrap .desc .desc, .projects .project .text .desc .desc, footer.animation .desc .desc, .about .one-wrap .text-wrap .desc .desc {
      font-size: 14px;
      line-height: 20px; }

  .content-box .text-wrap h3 {
    margin-bottom: 16px; }

  .content-box .text-wrap p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px; }

  header .dynamic-headline .line {
    height: 12vw;
    bottom: -60vh; }
    header .dynamic-headline .line h1 {
      font-size: 11.6vw;
      line-height: 12vw; }

  .projects .upper-wrap .headline h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Inter-Regular'; }

  .logos .desc {
    font-size: 14px; }

  header .bottom-header .infinite {
    display: none; }

  header .bottom-header p {
    max-width: calc(100% - 100px);
    font-size: 14px;
    left: 80px; }

  .logos .one-wrap {
    width: calc(100% + 64px);
    margin-left: -36px;
    display: block; }
    .logos .one-wrap .one-box {
      width: 50%;
      float: left;
      height: 120px;
      padding: 0px 36px; }

  .header-home {
    padding-bottom: 10vh; }

  .no-stopline .image {
    height: 90vh; }

  .no-stopline .headline .line:nth-child(3) {
    height: 80px;
    bottom: -306px; }
    .no-stopline .headline .line:nth-child(3) .text {
      max-width: 280px;
      line-height: 30px;
      font-size: 20px; }

  .no-stopline .headline .line {
    height: 10vw;
    bottom: -300px; }
    .no-stopline .headline .line .main-text {
      font-size: 9.6vw;
      line-height: 10vw; }

  .menu .links .link:nth-child(1) {
    top: calc(50% - 14vh);
    left: 24px; }

  .menu .links .link:nth-child(2) {
    top: calc(50% - 4vh);
    left: 24px; }

  .menu .links .link:nth-child(3) {
    top: calc(50% + 6vh);
    left: 24px; }

  .menu.active .groups .one-group:nth-child(2) {
    display: none; }

  .menu .groups .one-group:nth-child(3) {
    display: none; }

  .line01, .line02 {
    display: none; }

  .line03, .line04 {
    width: 100vw;
    height: 1px;
    background: #fff;
    opacity: 0.1;
    position: absolute;
    left: 0px; }

  .line03 {
    top: 30%; }

  .line04 {
    top: 70%; }

  header .bottom-header {
    bottom: 0px; }

  .process .headline h2, .about h2 {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Inter-Regular';
    margin-left: 0px; }

  footer:after {
    top: -150px; }

  .process .headline h2:nth-child(2), .process .headline h2:nth-child(3) {
    margin-left: 0px; }

  .about .desc {
    max-width: 100%; }

  .about .one-wrap .text-wrap {
    width: 100%;
    margin: 0px; }

  .about h2 {
    margin-left: 24px; }

  .about .photo01, .about .photo02, .about .photo03 {
    display: none; }

  .fixed-top {
    width: 100%;
    max-width: 100%; }

  header .mockup {
    margin-top: 86px; }

  footer .links-wrap {
    display: none; }

  .about h2 {
    font-size: 48px; }

  .process .one-wrap .one-box {
    width: 100%;
    margin-bottom: 0px; }

  header .dynamic-headline {
    top: 0px; }

  header .mockup {
    width: 100%;
    margin-left: 0px;
    height: 100vw; }

  .projects {
    margin-top: 48px; }

  .projects .one-line .project {
    padding: 0px 24px; }

  .projects .project .reveal {
    height: 72vw; }

  .navbar .navbar-nav {
    display: none; }

  .projects .one-line {
    flex-direction: column; }
    .projects .one-line .project {
      width: 100%;
      margin: auto;
      margin-bottom: 48px; }

  footer .text-wrap br {
    display: none; }

  footer .text-wrap .bottom-part {
    margin-top: 20px; }

  footer .arrow-wrap {
    display: none; }

  footer .circle-shape {
    animation: none !important; }
    

  .about {
    overflow: hidden; } }
@media screen and (max-height: 720px) and (max-width: 575px) {
  .header-main .main-wrap .mockup {
    margin-top: 50px; } }
@media screen and (max-height: 665px) and (max-width: 575px) {
  .header-main .main-wrap .mockup {
    width: 90%;
    margin-left: -10vw; } }
@media screen and (max-height: 720px) and (max-width: 414px) {
  .header-main .main-wrap .dynamic-headline {
    height: 140px; }

  .header-main .main-wrap .mockup {
    margin-top: 70px; } }
@media screen and (min-height: 570px) and (max-width: 414px) {
  header .dynamic-headline {
    top: -100px; } }
@media screen and (min-height: 700px) and (max-width: 414px) {
  header .dynamic-headline {
    top: -140px; } }
@media screen and (max-height: 700px) and (min-width: 1200px) {
  header .dynamic-headline .line {
    bottom: -20vh; } }
@media screen and (max-height: 600px) and (min-width: 1200px) {
  header .dynamic-headline .line {
    bottom: -10vh; } }
@media screen and (min-height: 1200px) {
  header {
    max-height: 90vh; } }
@media screen and (min-height: 1200px) and (max-width: 1400px) {
  .header-main {
    height: 750px; } }
