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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #9fabb2;
  max-width: 144rem;
  text-align: center;
}

/*********************************************/
h1,
h2,
h3 {
  font-weight: 600;
  color: #4c545d;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

p {
  font-size: 1.8rem;
  width: 50%;
}

/*********************************************/
header {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50vh;
  background-image: url(../images/bg-header-desktop.png);
  background-size: cover;
}

header img {
  max-width: 15rem;
  margin-top: 15rem;
  margin-bottom: 5rem;
}

header h1 {
  margin-bottom: 2rem;
}

.snippet {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8rem;
}

.snippet h2 {
  margin-bottom: 2rem;
}

.snippet p {
  margin-bottom: 8rem;
}

.snippet-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.snippet-feature__image {
  margin-left: -10rem;
}

.snippet-feature__image img {
  width: 100%;
  height: auto;
}

.snippet-feature__card {
  min-height: 50rem;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-preferred-size: 40rem;
      flex-basis: 40rem;
}

.snippet-feature__card .card {
  margin: 0 3rem;
  text-align: left;
}

.snippet-feature__card .card h3 {
  margin-bottom: 1rem;
}

.snippet-feature__card .card p {
  width: 100%;
}

.access {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access h2 {
  margin-top: 15rem;
  margin-bottom: 2rem;
}

.access p {
  margin-bottom: 5rem;
}

.access__image img {
  width: 100%;
  height: auto;
}

/***************************************/
/* workflow */
/***************************************/
.workflow {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.workflow h2 {
  margin-bottom: 2rem;
}

.workflow p {
  margin-bottom: 5rem;
}

.workflow .card-container {
  margin: 0 2rem;
  margin-bottom: 10rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.workflow .card-container .card {
  -ms-flex-preferred-size: 30rem;
      flex-basis: 30rem;
  margin-top: 5rem;
}

.workflow .card-container .card:not(:last-child) {
  margin-right: 1rem;
}

.workflow .card-container .card img {
  margin-bottom: 2rem;
}

.workflow .card-container .card h3 {
  margin-bottom: 1rem;
}

.workflow .card-container .card p {
  width: 100%;
  margin: auto;
}

.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10rem;
}

.company span {
  margin: 2.5rem 2.5rem;
}

.company img {
  height: 2.5rem;
}

.download {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

.download h2 {
  margin-bottom: 2rem;
}

.download p {
  margin-bottom: 2rem;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 0;
  background: #eeeeee;
}

.footer__logo img {
  width: 5rem;
}

.footer__nav ul {
  list-style: none;
  -webkit-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 5rem;
          column-gap: 5rem;
}

.footer__nav ul li {
  text-align: left;
  line-height: 4rem;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}

.footer__nav ul li::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #4c545d;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.footer__nav ul li:hover {
  color: #4c545d;
}

.footer__nav ul li:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer .social .social-icon:not(:last-child) {
  margin-right: 1rem;
}

.footer .social .social-icon {
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.footer .social .social-icon:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.footer .social .facebook:hover {
  -webkit-filter: invert(38%) sepia(100%) saturate(322%) hue-rotate(179deg) brightness(87%) contrast(96%);
          filter: invert(38%) sepia(100%) saturate(322%) hue-rotate(179deg) brightness(87%) contrast(96%);
}

.footer .social .instagram:hover {
  -webkit-filter: invert(31%) sepia(71%) saturate(3983%) hue-rotate(346deg) brightness(94%) contrast(111%);
          filter: invert(31%) sepia(71%) saturate(3983%) hue-rotate(346deg) brightness(94%) contrast(111%);
}

.footer .social .twitter:hover {
  -webkit-filter: invert(61%) sepia(55%) saturate(4525%) hue-rotate(176deg) brightness(98%) contrast(93%);
          filter: invert(61%) sepia(55%) saturate(4525%) hue-rotate(176deg) brightness(98%) contrast(93%);
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 8rem;
}

.btn-container span {
  margin-top: 4rem;
}

.btn-container .btn:link,
.btn-container .btn:visited {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding: 1.3rem 4rem;
  border-radius: 50px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: relative;
  bottom: 1px;
  z-index: 0;
}

.btn-container .btn:link:active,
.btn-container .btn:visited:active {
  bottom: -1px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.btn-container .btn:link::after,
.btn-container .btn:visited::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 1;
}

.btn-container .btn:link:hover::after,
.btn-container .btn:visited:hover::after {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-container .btn--ios {
  background-color: #26baa4;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.btn-container .btn--ios:hover {
  -webkit-box-shadow: 0 2px 15px #26baa4;
          box-shadow: 0 2px 15px #26baa4;
}

.btn-container .btn--ios:active {
  -webkit-box-shadow: 0 1px 5px #26baa4;
          box-shadow: 0 1px 5px #26baa4;
}

.btn-container .btn--mac {
  background-color: #6173ff;
  -webkit-transition: -webkit-box-shadow .2s;
  transition: -webkit-box-shadow .2s;
  transition: box-shadow .2s;
  transition: box-shadow .2s, -webkit-box-shadow .2s;
}

.btn-container .btn--mac:hover {
  -webkit-box-shadow: 0 2px 15px #6173ff;
          box-shadow: 0 2px 15px #6173ff;
}

.btn-container .btn--mac:active {
  -webkit-box-shadow: 0 1px 5px #6173ff;
          box-shadow: 0 1px 5px #6173ff;
}
/*# sourceMappingURL=style.css.map */