@font-face {
  font-family: "Rubik One";
  src: url(../fonts/RubikOne-Regular.ttf);
}
@font-face {
  font-family: "Scrappy";
  src: url(../fonts/Scrappy.ttf);
}
@font-face {
  font-family: "Open Sans";
  src: url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500&display=swap);
}
body {
  background-color: #FFDA55;
}

*,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}



.hero {
  width: 100%;
  padding: 20px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.logo{
    max-width: 500px;
    margin: auto;
    margin-top: 50px;
}

.logo img{
  width: 100%;
}

#player-lottie-hero{
  max-width: 1200px;
  margin: auto;
}

.subscribe{
      max-width: 400px;
    margin: auto;
    position: relative;
}
.subscribe .sitting{
    z-index: 2;
    width: 150px;
    position: absolute;
    right: -27px;
    top: -92px;
}
.subscribe .sitting img{
  width: 100%;
}

.subscribe input{
    display: block;
    width: 100%;
    padding: 12px 12px;
    text-indent: 2%;
    border-radius: 15px;
    font-family: scrappy;
    font-size: 1.5rem;
    border: 0px;
}

.subscribe .shell{
    margin-top: 80px;
    position: relative;
    z-index: 1;
}

.info{
      max-width: 800px;
    margin: auto;
    text-align: center;
}
.info p{
  font-family: scrappy;
      font-size: 2rem;

}

.devices{
margin: auto;
    width: 300px;
    justify-content: center;
    text-align: center;
    display: block;
    margin-top: 100px;
    position: relative;
    display: block;
    height: 640px;

}

.devices .screen1{
    transform: rotate(-21.073deg);
    z-index: 1;
    position: absolute;
    top: 100px;
    left: -90px;

  animation: move 1s linear;
  animation-play-state: paused;
  animation-delay: calc(var(--scroll) * -1.1s);

  animation-iteration-count: 1;
  animation-fill-mode: both;

}
.devices .screen2{
transform: rotate(-5.073deg);
    z-index: 2;
    position: absolute;
    right: -90px;
  
}
.footer{
      margin: auto;
    text-align: center;
    margin: 100px;
}


@keyframes move {
  from {
    transform: translate(-200px) rotate(0deg);
  }

  to {
    transform: translate(0px) rotate(-21.073deg);
  }
}


@media (max-width: 480px) {

#player-lottie-hero{
    max-width: 1435px;
    margin: auto;
    width: 800px;
    display: flex;
    justify-content: center;
    right: -200px;
    position: relative;
    left: -200px;
}
}

#mc_embed_signup_scroll{
  margin-bottom: 10px;
}
