@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
* {
  font-family: "Open Sans", sans-serif;
}

p{
  font-size: 1.5em;
}

h1.display-1 {
  font-weight: 100;
  font-size: 52.8px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 53px;
}

.hero-text {
  margin-top: 10%;
}

.hero-text p {
  font-size: 2em;
  color: #ffffff;
  letter-spacing: 0;
}

.apps-img {
  margin-left: 15%;
}

.apps-img-01 {
  position: absolute;
  top: 10%;
  -webkit-animation: move 6s infinite;
          animation: move 6s infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.apps-img-02 {
  position: absolute;
  top: 25%;
  left: 10%;
  -webkit-animation: move 3s infinite;
          animation: move 3s infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.apps-img-03 {
  position: absolute;
  top: 40%;
  -webkit-animation: move 6s infinite;
          animation: move 6s infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.apps-img-04 {
  position: absolute;
  top: 55%;
  -webkit-animation: move 3s infinite;
          animation: move 3s infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.phone img {
  -webkit-animation: movei 6s infinite;
          animation: movei 6s infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  width: 400px;
}

i.fas {
  font-size: 100px;
  margin-bottom: 20px;
}

i.far {
  font-size: 100px;
  margin-bottom: 20px;
}

@media (min-width: 320px) and (max-width: 480px) {
  a.nav-link {
    margin: 0;
    padding: 0;
  }
  h1.display-1 {
    font-size: 33px !important;
    text-align: center;
    line-height: 1.2;
    margin-top: 40px;
  }
  p.hero-text-p {
    text-align: center !important;
  }
  .mobile-app {
    display: none;
  }
  .card-columns {
    margin-top: 50px;
  }
  .sec-how h1 {
    margin-top: 100px !important;
  }
  .creditcards-text {
    margin-top: 100px;
    text-align: center;
  }
  img.nav-brand {
    width: 10% !important;
  }
  i.fas {
    font-size: 70px;
    margin-bottom: 20px;
  }
  i.far {
    font-size: 70px;
    margin-bottom: 20px;
  }
  footer {
    margin-top: 90px;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}

@-webkit-keyframes movei {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}

@keyframes movei {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
/*# sourceMappingURL=main.css.map */