@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 18px;
  font-family: "Bai Jamjuree", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.main {
  width: 100%;
  max-width: 80rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.main h1, h2, h3 {
  color: hsl(210deg, 10%, 33%);
}

.main p {
  color: hsl(201deg, 11%, 66%);
  max-width: 700px;
}

.main__header {
  width: 100%;
  height: 560px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg-header-desktop.png);
}

.main__header img {
  margin-top: 130px;
  margin-bottom: 56px;
}

.main__header h1 {
  font-size: 2.5rem;
}

.main__header p {
  font-size: 1.1rem;
  line-height: 1.65rem;
  text-align: center;
  margin: 16px 0 49px 0;
}

.header__button--ios {
  padding: 20px 36px 13px 36px;
  background-color: hsl(171deg, 66%, 44%);
  color: white;
  border-radius: 40px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0px 3px 0px hsl(171deg, 68%, 37%);
  margin-right: 10px;
}

.header__button--mac {
  padding: 20px 36px 13px 36px;
  background-color: hsl(233deg, 100%, 69%);
  color: white;
  border-radius: 40px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0px;
  box-shadow: 0 3px 0 hsl(233deg, 61%, 57%);
}

.header__button--ios:hover {
  background-color: hsla(171deg, 71%, 49%, 0.884);
  transition: 0.4s;
  cursor: pointer;
}

.header__button--mac:hover {
  background-color: hsla(233deg, 94%, 53%, 0.952);
  transition: 0.4s;
  cursor: pointer;
}

.main__header {
  margin-bottom: 139px;
}

.keep__track {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 150px;
}

.keep__track h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.keep__track p {
  text-align: center;
  line-height: 1.7rem;
  margin-bottom: 77px;
}

.keep__track img {
  margin-left: -30px;
}

.keep__track figure {
  display: flex;
  flex-wrap: wrap;
}

.keep__track figure figcaption {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 68px 0 0 109px;
  max-width: 25%;
}

.keep__track figure figcaption h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.keep__track figure figcaption p {
  font-size: 0.9rem;
  line-height: 1.6rem;
  margin-bottom: 57px;
  width: 100%;
  max-width: 95%;
  text-align: left;
}

.access__clipboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 90%;
  margin-bottom: 71px;
}

.access__clipboard h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.access__clipboard p {
  text-align: center;
  line-height: 1.7rem;
  margin-bottom: 98px;
}

.supercharge {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 156px;
}

.supercharge h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.supercharge p {
  text-align: center;
  line-height: 1.7rem;
  margin-bottom: 74px;
}

.supercharge__blocks {
  display: flex;
  width: 100%;
  max-width: 80%;
}

.supercharge__blocks__each {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
}

.supercharge__blocks__each h3,
.supercharge__blocks__blacklist h3 {
  font-size: 1.3rem;
  margin-top: 45px;
  margin-bottom: 16px;
}

.supercharge__blocks__each p,
.supercharge__blocks__blacklist p {
  font-size: 0.9rem;
  padding: 0 10px;
}

.supercharge__blocks__blacklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-top: -8px;
}

.supercharge__companies {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
  max-width: 72rem;
}

.supercharge__companies img {
  margin-top: 86px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.clipboard {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 150px;
}

.clipboard h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.clipboard p {
  text-align: center;
  line-height: 1.7rem;
  margin-bottom: 45px;
}

.clipboard__button--ios {
  padding: 20px 36px 13px 36px;
  background-color: hsl(171deg, 66%, 44%);
  color: white;
  border-radius: 40px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: 0px 3px 0px hsl(171deg, 68%, 37%);
  margin-right: 10px;
}

.clipboard__button--mac {
  padding: 20px 36px 13px 36px;
  background-color: hsl(233deg, 100%, 69%);
  color: white;
  border-radius: 40px;
  border: none;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0px;
  box-shadow: 0 3px 0 hsl(233deg, 61%, 57%);
}

.clipboard__button--ios:hover {
  background-color: hsla(171deg, 71%, 49%, 0.884);
  transition: 0.4s;
  cursor: pointer;
}

.clipboard__button--mac:hover {
  background-color: hsla(233deg, 94%, 53%, 0.952);
  transition: 0.4s;
  cursor: pointer;
}

.main__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  width: 100%;
  background-color: rgb(245, 246, 248);
}

.main__footer__left {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1073px;
  justify-content: center;
}

.main__footer_logo {
  width: 57px;
  height: 57px;
  margin-right: 130px;
  margin-left: -58px;
}

.main__footer__left__firstBlock,
.main__footer__left__secondBlock,
.main__footer__left__thirdBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100px;
  margin-right: 100px;
  min-width: 150px;
}

.main__footer__left__thirdBlock {
  margin: 40px 0 0 -30px;
  margin-right: clamp(5px, 1vw, 315px);
  justify-content: flex-start;
}

.main__footer ul > li {
  list-style: none;
}

.main__footer ul > li a {
  text-decoration: none;
  color: hsl(210deg, 10%, 33%);
}

.main__footer ul > li a:hover {
  text-decoration: none;
  color: hsl(210deg, 10%, 33%);
  font-weight: 600;
}

.main__footer__right {
  display: flex;
  width: 100%;
  max-width: 285px;
}

.main__footer__right__socialMedia {
  width: 100%;
  max-width: 122px;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}

.main__footer__right__socialMedia a:first-of-type:hover {
  filter: invert(0.4) sepia(1) saturate(20) hue-rotate(183.6deg) brightness(0.75);
}

.main__footer__right__socialMedia a:nth-child(2):hover {
  filter: invert(0.4) sepia(1) saturate(11.7) hue-rotate(183.6deg) brightness(1);
}

.main__footer__right__socialMedia a:last-of-type:hover {
  filter: invert(0.4) sepia(1) saturate(20) hue-rotate(252deg) brightness(1.2);
}

footer {
  margin-top: 2px;
}

.attribution {
  font-size: 11px;
  text-align: center;
}

.attribution a {
  color: hsl(228deg, 45%, 44%);
}

@media (max-width: 1107px) {
  .keep__track figure {
    width: 90%;
    justify-content: center;
  }
  .keep__track figure figcaption {
    max-width: 100%;
    margin-bottom: -50px;
  }
  .supercharge__companies img {
    margin-right: 20px;
  }
}
@media (max-width: 1050px) {
  .main__footer_logo {
    margin-right: 87px;
    margin-left: 10px;
  }
  .main__footer__right {
    justify-content: center;
  }
  .main__footer__left__firstBlock,
.main__footer__left__secondBlock,
.main__footer__left__thirdBlock {
    margin-right: 70px;
  }
}
@media (max-width: 870px) {
  .main__footer {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    padding: 10px;
    justify-content: center;
  }
  .main__footer__left {
    flex-wrap: wrap;
  }
  .main__footer_logo {
    margin: 50px 50%;
  }
  .main__footer__left__firstBlock,
.main__footer__left__secondBlock {
    margin: 0;
    margin: 0 30px 0 30px;
  }
  .main__footer__left__thirdBlock {
    margin: 35px 0 0 -2px;
  }
  .supercharge__blocks {
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    max-width: 70rem;
    height: auto;
  }
  .supercharge__blocks__each,
.supercharge__blocks__blacklist {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    min-width: 15rem;
    padding: 0 10px;
  }
  .supercharge__blocks__each:last-child {
    align-items: center;
  }
  .main__header {
    max-width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .keep__track img {
    max-width: 100%;
  }
  .main__header,
.keep__track,
.access__clipboard,
.supercharge,
.clipboard,
.main__footer {
    padding: 0 40px 0 20px;
  }
  .access__clipboard img {
    max-width: 100%;
  }
}
@media (max-width: 515px) {
  .main__header,
.keep__track,
.access__clipboard,
.supercharge,
.clipboard,
.main__footer {
    padding: 0;
  }
  .main p {
    font-size: 0.9rem;
  }
  .main h2 {
    font-size: 1.5rem;
  }
  .main__header {
    padding: 0 20px;
  }
  .main__header img {
    margin-top: 120px;
    margin-bottom: 70px;
  }
  .main__header h1 {
    font-size: 1.8rem;
  }
  .main__header p {
    padding: 0 13px;
    line-height: 1.4rem;
  }
  .header__button--ios {
    padding: 20px 80px 13px 80px;
    background-color: hsl(171deg, 66%, 44%);
    color: white;
    border-radius: 40px;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 3px 0px hsl(171deg, 68%, 37%);
    margin: 0;
    margin-bottom: 26px;
    margin-top: -5px;
  }
  .header__button--mac {
    padding: 20px 80px 13px 80px;
    background-color: hsl(233deg, 100%, 69%);
    color: white;
    border-radius: 40px;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 3px 0 hsl(233deg, 61%, 57%);
  }
  .keep__track {
    margin-top: 128px;
    padding: 0 13px;
  }
  .keep__track p {
    padding: 0 20px;
    margin-bottom: 65px;
    line-height: 1.47rem;
  }
  .keep__track img {
    width: 315px;
    height: 240px;
    margin: 0 0 60px 0;
  }
  .keep__track figure figcaption {
    margin: 0;
    text-align: center;
  }
  .keep__track figure figcaption h2 {
    margin: 0 auto;
    text-align: center;
  }
  .keep__track figure figcaption p {
    padding: 0 5px;
    margin-top: 10px;
    line-height: 1.4rem;
    text-align: center;
  }
  .access__clipboard {
    margin-top: -20px;
    padding: 0;
  }
  .access__clipboard p {
    margin-top: -4px;
    margin-bottom: 60px;
    line-height: 1.47rem;
    padding: 0 15px;
  }
  .access__clipboard--firstLetter {
    text-transform: uppercase;
  }
  .access__clipboard img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .supercharge {
    margin-top: 25px;
    padding: 0 15px;
    width: inherit;
  }
  .supercharge p {
    line-height: 1.47rem;
    padding: 0 10px;
    margin-top: -7px;
    margin-bottom: 100px;
  }
  .supercharge__blocks {
    width: 100%;
    padding: 0;
  }
  .supercharge__blocks__each,
.supercharge__blocks__blacklist {
    width: inherit;
  }
  .supercharge__blocks__each h3,
.supercharge__blocks__blacklist h3 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .supercharge__blocks__each p,
.supercharge__blocks__blacklist p {
    padding: 0 15px;
    margin-bottom: 60px;
    line-height: 1.47rem;
    width: 335px;
  }
  .supercharge__companies {
    margin-top: 70px;
    margin-bottom: 170px;
    width: 140px;
    height: 495px;
    margin-bottom: -37px;
  }
  .supercharge__companies img {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .clipboard {
    width: inherit;
    padding: 0 20px;
  }
  .clipboard p {
    padding: 0 15px;
    margin-top: -5px;
    line-height: 1.47rem;
  }
  .clipboard__buttons {
    display: flex;
    flex-direction: column;
  }
  .clipboard__button--ios {
    padding: 20px 80px 13px 80px;
    background-color: hsl(171deg, 66%, 44%);
    color: white;
    border-radius: 40px;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0px 3px 0px hsl(171deg, 68%, 37%);
    margin: 0;
    margin-bottom: 26px;
  }
  .clipboard__button--mac {
    padding: 20px 80px 13px 80px;
    background-color: hsl(233deg, 100%, 69%);
    color: white;
    border-radius: 40px;
    border: none;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 3px 0 hsl(233deg, 61%, 57%);
  }
  .main__footer {
    margin-top: 25px;
    align-items: flex-start;
    height: 500px;
  }
  .main__footer_logo {
    margin: 0;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .main__footer__left__firstBlock,
.main__footer__left__secondBlock,
.main__footer__left__thirdBlock {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }
  .main__footer__left__thirdBlock {
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: -18px;
    height: auto;
  }
  .main__footer__right {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */