html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  font-size: 18px;
  font-family: "Bai Jamjuree", sans-serif;
  background-image: url(../images/bg-header-mobile.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.container-fluid {
  padding: 0;
}

h1,
h2,
h3 {
  color: #4c545d;
  font-weight: 700;
}

.section1 {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
}

.section1 .logo {
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
}

.section1 h1 {
  font-size: 30px;
}

.section1 .main-paragraph {
  width: 77%;
  margin: auto;
  color: #9fabb2;
  font-size: 4vw;
  margin-top: 30px;
}

.buttons {
  width: 190px;
  margin: auto;
  margin-top: 30px;
}

.buttons .ios {
  width: 190px;
  height: 50px;
  margin-right: 10px;
  background-color: #26baa4;
  border-radius: 100px;
  color: white;
  -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.buttons .ios:hover {
  background-color: #57c7b6;
}

.buttons .mac {
  width: 190px;
  height: 50px;
  background-color: #6173ff;
  border-radius: 100px;
  color: white;
  -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.buttons .mac:hover {
  background-color: #7383fc;
}

.section2 h2 {
  margin-top: 50px;
  font-size: 25px;
}

.section2 .main-paragraph {
  width: 77%;
  font-size: 4vw;
  margin: auto;
  color: #9fabb2;
  margin-top: 30px;
  margin-bottom: 100px;
}

.section2 img {
  margin: auto;
  width: 80%;
  display: block;
  margin-bottom: 50px;
}

.section2 .content {
  width: 300px;
  margin: auto;
}

.section2 .content h3 {
  text-align: center;
}

.section2 .content p {
  color: #9fabb2;
  margin-bottom: 60px;
  text-align: center;
}

.section3 h2 {
  margin-top: 100px;
  margin-bottom: 20px;
}

.section3 p {
  width: 300px;
  margin: auto;
  color: #9fabb2;
  margin-bottom: 50px;
}

.section3 img {
  display: block;
  margin: auto;
  width: 70%;
}

.section4 h2 {
  margin-top: 50px;
}

.section4 .main-paragraph {
  margin-top: 20px;
  color: #9fabb2;
  font-size: 17px;
}

.section4 .content {
  margin: auto;
  margin-top: 100px;
}

.section4 .content div {
  margin: 0 20px;
  margin-bottom: 100px;
}

.section4 .content div img {
  display: block;
  margin: auto;
}

.section4 .content div h3 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.section4 .content div p {
  margin: 0;
  color: #9fabb2;
  line-height: 30px;
  font-size: 15px;
}

.section4 .content .blacklists h3 {
  margin-top: 40px;
}

.section5 {
  padding: 0 15%;
}

.section5 img {
  margin: 30px auto;
}

.section6 h2 {
  margin-top: 200px;
  margin-bottom: 30px;
}

.section6 p {
  width: 250px;
  margin: auto;
  color: #9fabb2;
  line-height: 30px;
}

footer {
  background-color: rgba(206, 207, 207, 0.2);
  margin-top: 100px;
  padding: 30px 70px;
}

footer .row {
  display: block;
  text-align: center;
}

footer img {
  width: 50px;
  margin-bottom: 50px;
}

footer ul {
  margin-top: -10px;
  padding: 0;
}

footer ul li {
  list-style: none;
  padding-bottom: 20px;
}

footer ul li a {
  text-decoration: none;
  color: #4c545d;
  font-weight: 700;
}

footer .social-media {
  margin-top: 50px;
}

footer .social-media .fab {
  color: #4c545d;
  font-size: 30px;
  margin-left: 30px;
  cursor: pointer;
}

footer .social-media .fa-facebook-square:hover {
  color: #4267b2;
}

footer .social-media .fa-twitter:hover {
  color: #1da1f2;
}

footer .social-media .fa-instagram:hover {
  color: #f56040;
}

@media screen and (min-width: 700px) {
  body {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    font-size: 18px;
    font-family: "Bai Jamjuree", sans-serif;
    background-image: url(../images/bg-header-desktop.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .container-fluid {
    padding: 0;
  }
  h1,
  h2,
  h3 {
    color: #4c545d;
    font-weight: 700;
  }
  .section1 {
    width: 100%;
    height: 600px;
    overflow-x: hidden;
  }
  .section1 .logo {
    margin: auto;
    margin-top: 140px;
    margin-bottom: 50px;
  }
  .section1 h1 {
    font-size: 40px;
  }
  .section1 .main-paragraph {
    width: 620px;
    margin: auto;
    color: #9fabb2;
    font-size: 18px;
    margin-top: 0;
  }
  .buttons {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    margin-top: 30px;
  }
  .buttons .ios {
    width: 190px;
    height: 50px;
    margin-right: 10px;
    background-color: #26baa4;
    border-radius: 100px;
    color: white;
    -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    cursor: pointer;
  }
  .buttons .ios:hover {
    background-color: #57c7b6;
  }
  .buttons .mac {
    width: 190px;
    height: 50px;
    background-color: #6173ff;
    border-radius: 100px;
    color: white;
    -webkit-box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    cursor: pointer;
  }
  .buttons .mac:hover {
    background-color: #7383fc;
  }
  .section2 h2 {
    margin-top: 50px;
    font-size: 30px;
  }
  .section2 .main-paragraph {
    width: 690px;
    margin: auto;
    color: #9fabb2;
    margin-top: 30px;
    margin-bottom: 100px;
    font-size: 18px;
  }
  .section2 img {
    position: relative;
    right: 50px;
    width: auto;
    margin: 0;
  }
  .section2 .content {
    width: 480px;
    margin: 0;
    margin-top: 70px;
    padding-left: 100px;
  }
  .section2 .content h3 {
    text-align: start;
  }
  .section2 .content p {
    color: #9fabb2;
    margin-bottom: 60px;
    text-align: start;
  }
  .section3 h2 {
    margin-top: 100px;
    margin-bottom: 20px;
  }
  .section3 p {
    width: 600px;
    margin: auto;
    color: #9fabb2;
    margin-bottom: 50px;
  }
  .section3 img {
    display: block;
    margin: auto;
    width: 70%;
  }
  .section4 h2 {
    margin-top: 50px;
  }
  .section4 .main-paragraph {
    margin-top: 20px;
    color: #9fabb2;
    font-size: 17px;
  }
  .section4 .content {
    margin: auto;
    margin-top: 100px;
  }
  .section4 .content div {
    margin: 0 20px;
  }
  .section4 .content div img {
    display: block;
    margin: auto;
  }
  .section4 .content div h3 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .section4 .content div p {
    margin: 0;
    color: #9fabb2;
    line-height: 30px;
    font-size: 15px;
  }
  .section4 .content .blacklists h3 {
    margin-top: 40px;
  }
  .section5 {
    padding-left: 110px;
    padding-right: 70px;
    margin-top: 200px;
  }
  .section5 img {
    margin: 20px 10px;
  }
  .section6 h2 {
    margin-top: 200px;
    margin-bottom: 30px;
  }
  .section6 p {
    width: 700px;
    margin: auto;
    color: #9fabb2;
    line-height: 30px;
  }
  footer {
    background-color: rgba(206, 207, 207, 0.2);
    margin-top: 100px;
    padding: 30px 70px;
  }
  footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: start;
  }
  footer img {
    width: 50px;
    margin-bottom: 0;
  }
  footer ul {
    margin-top: 0;
    padding: unset;
  }
  footer ul li {
    list-style: none;
    padding-bottom: 0;
  }
  footer ul li a {
    text-decoration: none;
    color: #4c545d;
    font-weight: 700;
  }
  footer .install {
    margin-top: -30px;
  }
  footer .social-media {
    margin-top: 0;
  }
  footer .social-media .fab {
    color: #4c545d;
    font-size: 30px;
    margin-left: 30px;
    cursor: pointer;
  }
  footer .social-media .fa-facebook-square:hover {
    color: #4267b2;
  }
  footer .social-media .fa-twitter:hover {
    color: #1da1f2;
  }
  footer .social-media .fa-instagram:hover {
    color: #f56040;
  }
}
/*# sourceMappingURL=style.css.map */
