.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.heading-gradient {
  font-family: "Martian Mono", monospace;
  font-size: 3.8rem;
  background: linear-gradient(107deg, #FF9A60 -11.37%, #062630 61.84%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  display: inline-block;
  line-height: 120%;
  letter-spacing: -2px;
}

.heading-mobile {
  font-family: "Martian Mono", monospace;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 130%;
  letter-spacing: -2px;
}

.btn {
  font-family: "Martian Mono", monospace;
  font-size: 1.6rem;
  letter-spacing: -1px;
  line-height: 130%;
  background: #fff5ef;
  border: 2px solid #062630;
  color: #062630;
  border-radius: 0.8rem;
  padding: 2rem 2.4rem;
  cursor: pointer;
  transition: background 0.3s linear;
}
.btn:hover {
  background: linear-gradient(90deg, #ffe2d1 0%, #fff5ef 100%);
}
.btn--dark {
  background-color: #062630;
  border: 2px solid #E6E1DF;
  color: #E6E1DF;
  font-family: "Martian Mono", monospace;
  font-size: 1.6rem;
  letter-spacing: -1px;
  line-height: 130%;
  border-radius: 0.8rem;
  padding: 2rem 2.4rem;
  cursor: pointer;
}

.section-padding {
  padding: 0 1.6rem;
}
@media (min-width: 704px) {
  .section-padding--medium {
    padding: 0 3.2rem;
  }
}
@media (min-width: 1200px) {
  .section-padding--large {
    padding: 0 13.5rem;
  }
}

.text {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 140%;
  letter-spacing: -0.5px;
  color: #385159;
  font-weight: normal;
}

.stars {
  display: flex;
}
.stars__avatars {
  width: 100%;
}
.stars__contain {
  margin-left: 1rem;
  flex-basis: 90%;
}
.stars__box {
  display: flex;
  align-items: center;
}
.stars__text {
  font-size: 1.4rem;
  letter-spacing: -1px;
  font-weight: normal;
  line-height: 120%;
  color: #385159;
  margin-bottom: 0.5rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 2rem;
  height: 100vh;
  font-family: "Martian Mono", serif;
  width: 100%;
}

.header {
  padding-top: 2.4rem;
  padding-bottom: 8rem;
  background-image: url("../img/pattern-light-bg.svg");
  background-color: #faf5f3;
  margin-bottom: 6.4rem;
}
.header__logo-img {
  max-width: 50%;
}
.header__text {
  margin: 4.8rem 0 6.4rem 0;
}
.header__description {
  margin: 2.4rem 0 3.2rem;
}
.header__btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}
.header__img-hero {
  width: 100%;
  border-radius: 1.2rem;
}
.header__img-hero--tablet, .header__img-hero--desktop {
  display: none;
}

.read {
  margin-bottom: 6.4rem;
}
.read__heading {
  margin-bottom: 2.4rem;
}
.read__list {
  list-style: none;
  margin-bottom: 4rem;
}
.read__list-item {
  margin-bottom: 1.6rem;
  display: flex;
}
.read__list-item img {
  margin-right: 1.4rem;
}
.read__img-together {
  width: 100%;
  border-radius: 1.2rem;
}
.read__img-together--tablet, .read__img-together--desktop {
  display: none;
}

.book-club {
  margin-bottom: 6.4rem;
}
.book-club__heading {
  margin-bottom: 2.4rem;
}
.book-club__heading-circle {
  background-image: url("../img/pattern-circle.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  padding: 0 1rem;
}
.book-club__img {
  margin-top: 4rem;
}
.book-club__images {
  width: 100%;
  border-radius: 1.2rem;
}
.book-club__images--tablet, .book-club__images--desktop {
  display: none;
}

.reading {
  margin-bottom: 6.4rem;
}
.reading__content {
  background-color: #faf5f3;
  background-image: url("../img/pattern-light-bg.svg");
  padding: 6.4rem 1.6rem;
}
.reading__heading {
  margin-bottom: 3.2rem;
}
.reading__option {
  margin-bottom: 3.2rem;
}
.reading__number {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 600;
  border: 2px solid #062630;
  border-radius: 0.4rem;
  padding: 0.6rem 1rem;
}
.reading__text {
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 2.4rem;
  letter-spacing: -1px;
}
.reading__option-arrow {
  display: none;
}

.offers {
  margin: 6.4rem 0;
}
.offers__heading {
  margin-bottom: 2.4rem;
}
.offers__option {
  border: 1px solid #E6E1DF;
  border-radius: 0.8rem;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
}
.offers__option--two {
  background-color: #fff5ef;
  background-image: url("../img/pattern-glow.svg");
  background-position: 24% 12%;
  background-repeat: no-repeat;
}
.offers__option-name,
.offers__option span {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 110%;
  margin-bottom: 2.4rem;
}
.offers__option-price {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
.offers__option-price span {
  font-family: "Martian Mono", monospace;
  font-size: 3.4rem;
}
.offers__option-item {
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
.offers__option-item img {
  margin-right: 1rem;
}
.offers hr {
  margin: 2.4rem 0;
  height: 1px;
  background-color: #E6E1DF;
  border: none;
}
.offers__btn {
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 130%;
}

.reviews {
  margin: 6.4rem 0;
}
.reviews__stars {
  display: flex;
}
.reviews__description {
  margin: 3.2rem 0;
  font-size: 2.4rem;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: -1px;
}

.footer {
  background-color: #062630;
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
  color: #faf5f3;
  padding-top: 4.8rem;
}
.footer__heading {
  text-align: center;
  margin-bottom: 4rem;
}
.footer__btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}
.footer .stars {
  margin-bottom: 6.4rem;
}
.footer .stars__text {
  color: #faf5f3;
}
.footer hr {
  border: none;
  height: 2px;
  background-color: #E6E1DF;
  opacity: 0.1;
}
.footer__bottom {
  padding: 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer__bottom-date {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
  font-weight: normal;
}
.footer__bottom-icon {
  padding: 1rem;
}

@media (min-width: 704px) {
  .header {
    padding-top: 3.2rem;
    margin-bottom: 8rem;
  }
  .header__text {
    margin: 6.4rem 0 6.4rem 0;
  }
  .header__heading {
    font-size: 6.2rem;
  }
  .header__btn {
    font-size: 1.8rem;
  }
  .header__img-hero--tablet {
    display: block;
  }
  .header__img-hero--mobile, .header__img-hero--desktop {
    display: none;
  }
  .read {
    margin-bottom: 8rem;
  }
  .read__heading {
    margin-bottom: 3.4rem;
    font-size: 5rem;
  }
  .read__list-item {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
  .read__img-together--tablet {
    display: block;
  }
  .read__img-together--mobile, .read__img-together--desktop {
    display: none;
  }
  .book-club {
    margin-bottom: 8rem;
  }
  .book-club__heading {
    font-size: 5rem;
  }
  .book-club__heading-circle {
    padding: 0 1.5rem;
  }
  .book-club__images--tablet {
    display: block;
  }
  .book-club__images--mobile, .book-club__images--desktop {
    display: none;
  }
  .reading {
    margin-bottom: 8rem;
  }
  .reading__content {
    padding: 8rem 3.2rem;
  }
  .reading__heading {
    margin-bottom: 4.8rem;
  }
  .reading__number {
    font-size: 1.8rem;
  }
  .reading__text {
    font-size: 1.8rem;
  }
  .offers {
    margin: 8rem 0;
  }
  .offers__heading {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
  .offers__box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
  .offers__option-item {
    margin-bottom: 3.2rem;
  }
  .reviews {
    margin: 8rem 0;
  }
  .reviews__description {
    margin: 3.2rem 0;
    font-size: 3.4rem;
    line-height: 130%;
  }
  .footer {
    padding-top: 6.4rem;
  }
  .footer__heading {
    font-size: 5rem;
  }
  .footer__btn {
    margin: 0 auto 2.4rem auto;
    width: 60%;
  }
  .footer .stars {
    justify-content: space-evenly;
    align-items: center;
  }
  .footer .stars__avatars {
    width: 60%;
    text-align: right;
  }
  .footer .stars__contain {
    flex-basis: 50%;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__bottom-date {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .header {
    margin-bottom: 12rem;
  }
  .header__contain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 6.4rem;
  }
  .header__text {
    margin: 6.4rem 0 6.4rem 0;
  }
  .header__img-hero--desktop {
    display: block;
  }
  .header__img-hero--mobile, .header__img-hero--tablet {
    display: none;
  }
  .header__btn {
    width: 60%;
  }
  .read {
    margin-bottom: 12rem;
  }
  .read__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
  }
  .read__img {
    order: -1;
  }
  .read__img-together--desktop {
    display: block;
  }
  .read__img-together--mobile, .read__img-together--tablet {
    display: none;
  }
  .book-club {
    margin-bottom: 12rem;
  }
  .book-club__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem;
    align-items: center;
  }
  .book-club__heading {
    font-size: 5rem;
  }
  .book-club__heading-circle {
    padding: 0 1.5rem;
  }
  .book-club__images--desktop {
    display: block;
  }
  .book-club__images--mobile, .book-club__images--tablet {
    display: none;
  }
  .reading {
    margin-bottom: 12rem;
  }
  .reading__content {
    padding: 8rem 3.2rem;
  }
  .reading__heading {
    font-size: 5rem;
    margin: 0 auto 6.4rem auto;
    text-align: center;
    width: 60%;
  }
  .reading__box {
    display: flex;
    align-items: stretch;
    gap: 3rem;
  }
  .reading__option {
    flex: 1;
    position: relative;
  }
  .reading__option-arrow {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .offers {
    margin: 12rem 0;
  }
  .offers__heading {
    font-size: 5rem;
    margin-bottom: 6.4rem;
    text-align: center;
  }
  .offers__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4rem;
  }
  .reviews {
    margin-top: 12rem;
    text-align: center;
  }
  .reviews__stars {
    justify-content: center;
  }
  .footer {
    padding-top: 8rem;
  }
  .footer__heading {
    text-align: center;
    width: 80%;
    margin: 0 auto 4rem auto;
    font-size: 5rem;
  }
  .footer__btn {
    font-size: 1.8rem;
    margin: 0 auto 2.4rem auto;
    width: 50%;
  }
  .footer .stars {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 auto;
  }
  .footer .stars__avatars {
    width: 100%;
    text-align: right;
  }
  .footer .stars__contain {
    flex-basis: 100%;
  }
  .footer .stars__img {
    text-align: center;
  }
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .footer__bottom-date {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=main.css.map */