@font-face {
  font-family: "SF";
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-bold-webfont.woff");
}

@font-face {
  font-family: "SFregular";
  src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font-family: "SF", Arial, Helvetica, sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
}

.cont {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.vid {
  position: relative;
  overflow: hidden;
  width: 70%;
  height: 70%;
}

#myVideo {
  position: relative;
  z-index: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

#showreel-text {
  font-size: 5vw;
  color: white;
}

.responsive-iframe {
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.showreel-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

.scroll {
  bottom: 0;
  margin-bottom: 40px;
  width: 60px;
  height: 60px;
  border: 2px solid #333;
  border-radius: 50%;
  position: absolute;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
}

.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@keyframes down {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  40% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(-45deg, #141414, #2f2f2f);
}

#l1 {
  height: 300px;
  -webkit-animation: hover 4s infinite ease-in-out;
          animation: hover 4s infinite ease-in-out;
}

#l2 {
  width: 300px;
  margin-right: 20px;
  padding-bottom: 20px;
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes hover {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.sec2 {
  position: relative;
}

.graphic {
  position: relative;
  overflow-x: hidden;
  height: 50vh;
  background: linear-gradient(-45deg, #6100ff, #8f00ff);
  background-size: 400% 400%;
  -webkit-animation: gradient 4s ease infinite;
          animation: gradient 4s ease infinite;
}

.graphic #back {
  position: relative;
  height: 99vh;
  overflow: hidden;
}

.graphic #text2 {
  margin-top: 45px;
}

.graphic .descrip {
  position: absolute;
  z-index: 10;
}

.graphic3d {
  width: 150vw;
  max-width: 130%;
  position: absolute;
  background: inherit;
  bottom: 0;
  left: -50px;
}

.tutorial {
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
  background-color: #f0f0f0;
}

.head {
  font-size: 3rem;
  padding-left: 20px;
  padding-top: 30px;
  font-family: "SF", Arial, Helvetica, sans-serif;
  background: url(meshgradient.webp);
  background-size: 500px 300px;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  color: transparent;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card {
  margin-right: 20px;
  margin-left: 20px;
  background: url(gradientback.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: -6px 4px 12px rgba(0, 0, 0, 0.25);
          box-shadow: -6px 4px 12px rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  border-radius: 14px;
  width: 300px;
  margin-bottom: 100px;
  text-align: center;
  font-family: "SF";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card h1 {
  color: white;
}

.card img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 20px;
  width: 120px;
}

.card ul {
  list-style-type: none;
  text-align: left;
  padding-left: 10%;
  padding-right: 5%;
  font-weight: 100;
  font-style: normal;
  color: white;
}

.card li {
  font-family: "SFRegular";
  padding-bottom: 20px;
  font-size: 15px;
}

.downloads {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  background-color: #222222;
}

.head2 {
  padding-top: 30px;
  font-size: 3rem;
  padding-left: 20px;
  font-family: "SF", Arial, Helvetica, sans-serif;
  background: url(meshgradient.png);
  background-size: 500px 300px;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  color: transparent;
}

.card2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #2f2f2f;
  border-radius: 14px;
  border-radius: 14px;
  width: 300px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "SF";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card2 h1 {
  color: white;
  font-weight: 300;
}

.card2 img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding-top: 20px;
}

.button {
  background: linear-gradient(96.56deg, #6100ff 9.6%, #8f00ff 74.96%);
  -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.25);
  border-radius: 7px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 10px;
  color: white;
  font-family: "SFRegular";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  cursor: pointer;
}

.normal {
  font-family: "SFRegular";
}

.developer {
  background: white;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#dev {
  font-size: 24px;
  font-family: "SF", Arial, Helvetica, sans-serif;
  padding: 2%;
}

a {
  text-decoration: none;
}

.contribute {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Pacifico", cursive;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(-45deg, #6100ff, #8f00ff);
  background-size: 400% 400%;
  -webkit-animation: gradient 4s ease infinite;
          animation: gradient 4s ease infinite;
}

.contribute h1 {
  color: whitesmoke;
  font-size: 40px;
}

.contribute img {
  width: 50px;
  margin-left: 10px;
}

.descrip {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 0.3;
  margin-left: 20px;
  color: white;
  font-size: 1.3rem;
  z-index: 10;
}

.stuck {
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  margin-top: -20px;
  padding-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.stuck a {
  color: #6100ff;
}

.container {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 538px) and (max-width: 659px) {
  .graphic3d {
    width: 120vw;
    left: 0;
  }
}

@media screen and (min-width: 660px) {
  .graphic {
    height: 100vh;
  }
  .descrip {
    font-size: 3rem;
  }
  .graphic3d {
    width: 100vw;
    left: 0px;
  }
  #back {
    size: cover;
    height: 100%;
  }
  .graphic #text2 {
    margin-top: 70px;
  }
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card {
    height: 500px;
  }
  .card2 {
    height: 300px;
  }
}

@media screen and (min-width: 660px) and (min-height: 1300px) {
  .graphic3d {
    width: 150vw;
  }
  .graphic {
    height: 50vh;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .square-animation {
    -webkit-animation: wipe-enter 1s 1;
            animation: wipe-enter 1s 1;
  }
}
/*# sourceMappingURL=styles.css.map */