@import url("https://fonts.googleapis.com/css?family=Bai+Jamjuree:300,400,500,600,700,800,900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Bai Jamjuree", "Poppins", Arial, sans-serif;
}

img {
  max-width: 100%;
}

section p {
  opacity: 0.5;
}

section .btns {
  position: relative;
}

section .btns button {
  position: relative;
  color: #fff;
  border: none;
  border-radius: 25px;
  padding: 0.8rem 1.6rem;
  margin: 15px 0;
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 10px 5px 10px rgba(0, 0, 0, 0.5);
}

section .btns button:hover {
  opacity: 0.8;
}

section .btns .ios {
  background: #26baa4;
}

section .btns .mac {
  background: #6173ff;
}

.sec1 {
  width: 100%;
  height: 100vh;
  text-align: center;
  background: url(../images/bg-header-desktop.png) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sec1 > * {
  margin: 50px 0;
}

.sec1 .content {
  margin-top: 0;
}

.sec1 .content p {
  text-align: center;
  margin: 1.5rem 0;
}

.sec2 {
  margin: 0 0 100px;
}

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

.sec2 .lists > div {
  margin: 15px 0;
}

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

.sec4 {
  text-align: center;
}

.sec4 > h1 {
  margin: 3rem 0 1rem;
}

.sec4 > p {
  margin-bottom: 3rem;
}

.sec4 .sec4-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.sec4 .sec4-content > div > * {
  padding: 1rem;
}

.sec4 .support {
  margin: 50px 0;
}

.sec5 {
  margin: 5rem 0;
  text-align: center;
  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;
}

.sec5 p {
  margin: 1rem 0;
}

footer {
  background-color: #f5f6f7;
  width: 100%;
}

footer .social a img {
  margin-right: 15px;
}

footer .social a img:hover {
  cursor: pointer;
  opacity: 1;
}

footer ul {
  list-style-type: none;
}

footer ul li:hover {
  color: #26baa4;
}

.attribution {
  font-size: 13px;
  text-align: center;
  margin: 15px 0;
}

.attribution a {
  color: #3e52a3;
}

@media (min-width: 850px) {
  section .btns button {
    margin: 15px 10px;
  }
  section h1 {
    font-size: 2.5rem;
  }
  .sec1 .content {
    width: 50%;
  }
  .sec2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .sec2 .head {
    margin: 6rem auto;
    width: 60%;
    text-align: center;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .sec2 .head h1 {
    margin: 15px 0;
  }
  .sec2 .image {
    position: relative;
  }
  .sec2 .image img {
    position: relative;
    width: 90%;
    left: -50px;
  }
  .sec2 .lists {
    width: 500px;
    height: 100%;
    padding: 50px 25px 0 0;
    display: block;
  }
  .sec2 .lists h2 {
    margin: 10px 0;
  }
  .sec2 .lists > div {
    margin: 25px 0;
  }
  .sec3 h1 {
    margin: 15px 0;
  }
  .sec3 p {
    margin-bottom: 5rem;
  }
  .sec4 {
    position: relative;
  }
  .sec4 .support {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec4 .support img {
    padding: 1rem 3rem;
  }
  .sec5 p {
    width: 60%;
  }
  footer {
    padding: 25px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 20% 40% 10% 20%;
        grid-template-columns: 20% 40% 10% 20%;
  }
  footer .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .image img {
    width: 80px;
  }
  footer ul {
    list-style-type: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  footer .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
  }
}

@media (max-width: 850px) {
  section h1 {
    font-size: 2.5rem;
  }
  section .btns button {
    margin: 15px 10px;
  }
  .sec1 {
    padding: 0 1rem;
  }
  .sec2 {
    text-align: center;
    padding: 1rem;
  }
  .sec2 .head {
    margin: 3rem auto;
  }
  .sec2 .head h1 {
    margin: 15px 0;
  }
  .sec2 .lists h2 {
    margin: 10px 0;
  }
  .sec2 .lists > div {
    margin: 15px 0;
  }
  .sec3 h1 {
    margin: 15px 0;
  }
  .sec3 p {
    margin-bottom: 3rem;
  }
  .sec4 {
    padding: 0 3rem;
  }
  .sec4 .sec4-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .sec4 .support {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec4 .support img {
    padding: 1rem 3rem;
  }
  .sec5 {
    padding: 0 2rem;
  }
  footer {
    padding: 0 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 500px) {
  section {
    padding: 1.5rem;
  }
  section h1 {
    font-size: 1.8rem;
  }
  section .btns button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sec1 .content {
    width: 100%;
  }
  .sec1 > * {
    margin: 25px 0;
  }
  .sec2 {
    margin-bottom: 50px;
    text-align: center;
  }
  .sec2 .head {
    margin: 3rem auto;
  }
  .sec2 .head h1 {
    margin-bottom: 1.5rem;
  }
  .sec2 .lists {
    margin: 1.5rem 0;
  }
  .sec2 .lists > * {
    margin: 1rem 0;
  }
  .sec3 h1 {
    margin: 15px 0;
  }
  .sec3 p {
    margin-bottom: 2rem;
  }
  .sec3 img {
    width: 100%;
  }
  .sec4 {
    padding: 1rem;
  }
  .sec4 .sec4-content {
    display: block;
  }
  .sec4 .support {
    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;
  }
  .sec4 .support img {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 1.5rem;
  }
  .sec5 {
    margin: 40px 0;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer > * {
    margin: 1rem;
  }
  footer .image img {
    width: 80px;
  }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer ul > * {
    margin: 0.3rem 0;
  }
}
/*# sourceMappingURL=style.css.map */