@font-face {
  font-family: Arco;
  src: url('../fonts/ARCO.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Arco For Osx 1";
  src: url('../fonts/ARCO-for-OSX-1.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #fff;
}

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

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

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

body {
  color: #333;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17.6rem;
  font-weight: 700;
  line-height: .8;
  display: block;
  position: relative;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
}

a {
  color: #333;
  font-size: 8rem;
  line-height: 0;
  text-decoration: none;
}

.projects-container {
  color: #fff;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.collection {
  align-self: flex-end;
  width: 50%;
}

.collection.upward {
  align-self: flex-start;
}

.collection-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.collection-item.info {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.image {
  object-fit: cover;
  width: 80%;
  max-width: none;
  height: 80%;
}

.section_hero {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.h2-big {
  color: #fff;
  font-size: 9rem;
}

.lottie-animation {
  background-color: #f60;
  border-radius: 50%;
  width: 17vw;
  height: 17vw;
}

.lottie-animation._1 {
  transform-style: preserve-3d;
  background-color: #00c4ff;
  transform: translate(0, 7.9rem)rotateX(0)rotateY(180deg)rotateZ(0);
}

.lottie-animation._2 {
  transform: translate(0, -5.7rem);
}

.section_eyes {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-image: url('../images/Footer_1.avif');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 12vh;
  display: flex;
  position: relative;
}

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

.button {
  background-color: var(--gold);
  color: #141414;
  border-radius: 1rem;
  margin-top: 5rem;
  padding: 1.7rem 4rem;
  font-size: 2.8rem;
}

.clone-button {
  color: #000;
  background-color: #ecb335;
  border-radius: 4px;
  margin-top: 2rem;
  padding: .8rem 1.4rem;
  font-weight: 500;
}

.footer-link {
  cursor: pointer;
  padding: 1rem;
  font-size: .75rem;
  display: block;
}

.footer-copyright {
  background-color: #fafafa;
  justify-content: space-between;
  align-items: center;
  padding-left: .8rem;
  padding-right: .8rem;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_credit-text {
  color: #353535;
}

.hero_link {
  z-index: 1;
  text-align: center;
  font-size: 5.1rem;
  line-height: .8;
  position: relative;
}

.sound-icon {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 3.6rem;
  display: inline-block;
}

.section_projects {
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  height: 500vh;
  display: flex;
}

.container {
  background-image: url('../images/landerbagg_1.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: 100vh;
  position: relative;
}

.div-block-25 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fs-copyclip_button {
  color: #000;
  text-align: center;
  background-color: #c366d6;
  padding: .6rem 2rem .65rem;
  font-family: Arco, Impact, sans-serif;
  font-size: 29px;
  transition-property: none;
}

.fs-copyclip_button:hover {
  background-color: #6739ff00;
}

.button-2 {
  color: #000;
  background-color: #6146b6;
  border-radius: 16px;
  font-size: 32px;
}

.heading {
  color: #000;
  font-family: Arco, Impact, sans-serif;
  font-size: 5.9rem;
}

.heading.sub {
  font-size: 3.9rem;
}

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

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

.ipad-shape {
  z-index: 2;
  width: 100%;
  position: relative;
}

.p-xl-start {
  padding-top: 8.5em;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

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

.container-w2.gutter-outside {
  max-width: 67.7em;
}

.wow-heading {
  margin-bottom: .1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}

.wow-heading.wow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.section-tablet-scroll-animation {
  padding: 0 17px 17px;
  overflow: hidden;
}

.ipad-mockup {
  position: relative;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.heading-2 {
  color: #000;
  font-family: Arco, Impact, sans-serif;
  font-size: 4.9rem;
  line-height: 1.4;
  display: none;
  position: static;
  inset: auto 0% 9%;
}

.div-block-26 {
  position: absolute;
  inset: auto 0% 8%;
}

.icon-bar {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2, .image-3 {
  width: 85px;
  height: 85px;
}

.page-loader-wrapper {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
}

.image-7 {
  width: 345px;
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .image {
    height: 40%;
  }

  .h2-big {
    font-size: 6rem;
  }

  .section_eyes {
    background-image: url('../images/footer-mobile_1.avif');
  }

  .button {
    font-size: 2rem;
  }

  .hero_link {
    font-size: 4rem;
  }

  .container {
    background-image: url('../images/header-mobile_1.avif');
  }

  .fs-copyclip_button {
    font-size: 23px;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .heading-2 {
    font-size: 4.1rem;
    line-height: 1.1;
    display: block;
  }

  .div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .h2-big {
    font-size: 4.3rem;
  }

  .hero_link {
    font-size: 3rem;
  }

  .fs-copyclip_button {
    font-size: 17px;
  }

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

  .p-xl-start {
    padding-top: 6em;
  }

  .wow-animation {
    font-size: .7em;
  }

  .ipad-screen {
    border-radius: 6px;
  }
}

@media screen and (max-width: 479px) {
  .projects-container {
    flex-direction: column;
  }

  .collection {
    width: 100%;
    height: 50vh;
  }

  .collection.downward {
    justify-content: flex-end;
  }

  .collection-item {
    flex: none;
    width: 100vw;
    height: 50vh;
  }

  .collection-list {
    justify-content: flex-end;
    display: flex;
  }

  .collection-list.downward {
    justify-content: flex-start;
  }

  .image {
    height: 70%;
  }

  .footer-copyright {
    flex-direction: column;
  }

  .sound-icon {
    font-size: 2.4rem;
    display: none;
  }

  .fs-copyclip_button {
    font-size: 9px;
  }

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

  .heading {
    font-size: 4.3rem;
  }

  .heading.sub {
    font-size: 1.3rem;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .heading-2 {
    font-size: 2.7rem;
  }

  .image-2, .image-3 {
    width: 55px;
    height: 55px;
  }
}


@font-face {
  font-family: 'Arco';
  src: url('../fonts/ARCO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arco For Osx 1';
  src: url('../fonts/ARCO-for-OSX-1.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}