*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "ubuntu", sans-serif;
}

html,
body,
.container {
  overflow-x: hidden;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

.deactivate {
  width: 0;
  height: 0;
  opacity: 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "ubuntu", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.6rem 1.2rem;
  border-radius: 0.5rem;
  text-decoration: none;
  border: 0.1rem solid transparent;
  cursor: pointer;
}
.btn--primary {
  color: #fff;
  border-color: #4d84d3;
}
.btn--outline {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn--outline-light {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30vh;
  position: relative;
  background-color: #97bb86;
  z-index: 0;
}

.container {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30vh;
  position: relative;
  z-index: 1;
}

.hero {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  height: auto;
  padding: 0rem 19rem;
  padding-top: 5%;
  background-color: #4d84d3;
}

.content {
  padding: 0rem 19rem;
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15vh;
  position: relative;
}
.content_divider {
  width: 100%;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 2rem;
}

.header {
  padding: 1rem 0;
  color: #fff;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  font-size: 2rem;
  line-height: 3rem;
}
.header__nav {
  display: flex;
  gap: 3.2rem;
}
.header__link {
  position: relative;
  font-size: 2rem;
  line-height: 3rem;
  color: #fff;
  text-decoration: none;
}
.header__link:hover {
  opacity: 0.7;
}
.header__link--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  width: 100%;
  height: 0.2rem;
  background-color: currentColor;
  border-radius: 999rem;
}

.hero-content {
  padding-block: 8rem;
}
.hero-content__container {
  display: grid;
  grid-template-columns: minmax(0, 63.7rem) minmax(24rem, 38rem);
  justify-content: space-between;
  align-items: start;
  column-gap: 16rem;
  width: 100%;
  min-height: 60rem;
}
.hero-content__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 63.7rem;
}
.hero-content__title {
  max-width: 63.7rem;
  margin: 0 0 3rem;
  font-size: 9rem;
  line-height: 9rem;
  font-weight: 600;
  font-family: "aquavit", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}
.hero-content__subtitle {
  max-width: 53.1rem;
  margin: 0 0 5rem;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "ubuntu", sans-serif;
  color: #fff;
}
.hero-content__actions {
  display: flex;
  gap: 2rem;
}
.hero-content__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 4.5rem;
  padding: 0 2rem;
  border-radius: 1rem;
  border: 0.1rem solid #d9d9d9;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "ubuntu", sans-serif;
  color: #fff;
  text-decoration: none;
}
.hero-content__button--primary {
  background-color: #4d84d3;
}
.hero-content__button--secondary {
  background-color: transparent;
}
.hero-content__image {
  justify-self: end;
  align-self: start;
}
.hero-content__image-img {
  width: clamp(24rem, 28vw, 38rem);
  height: auto;
  display: block;
  object-fit: contain;
}

.core-idea {
  display: grid;
  grid-template-columns: minmax(28rem, 40rem) minmax(45rem, 52rem);
  gap: 8rem;
  justify-content: space-between;
}
.core-idea__heading {
  font-family: "aquavit", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 600;
  color: #fff;
  max-width: 42rem;
}
.core-idea__intro {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 52rem;
}
.core-idea__text {
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
}
.core-idea__highlight {
  color: #4d84d3;
}

.if-you-want {
  margin-top: 8rem;
}
.if-you-want__container {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  width: 100%;
}
.if-you-want__heading {
  font-family: "aquavit", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  color: #fff;
}
.if-you-want__row {
  display: grid;
  grid-template-columns: minmax(28rem, 40rem) minmax(45rem, 52rem);
  justify-content: space-between;
  gap: 8rem;
  align-items: start;
}
.if-you-want__subheading {
  font-family: "aquavit", sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  color: #fff;
  max-width: 40rem;
}
.if-you-want__right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 52rem;
}
.if-you-want__links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.if-you-want__link {
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  color: #4d84d3;
  text-decoration: none;
}
.if-you-want__text {
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
}
.if-you-want__divider {
  width: 100%;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 2rem;
}

.about-author {
  margin-top: 10rem;
}
.about-author__container {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8rem;
  align-items: center;
}
.about-author__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 50rem;
}
.about-author__heading {
  font-family: "aquavit", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  color: #fff;
  margin-bottom: 2rem;
}
.about-author__text {
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
  margin: 0;
}
.about-author__image-wrapper {
  width: 24rem;
  height: 24rem;
}
.about-author__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
  padding: 6rem 0;
  background-color: #f5f5f5;
}
.footer__author {
  font-family: "ubuntu", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  color: #4d84d3;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
.footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer__social img {
  width: 3.6rem;
  height: 3.6rem;
  object-fit: contain;
  display: block;
}
.footer__youtube {
  height: 3.4rem !important;
}
.footer__bottom {
  width: 100%;
  max-width: 60rem;
  padding-top: 2rem;
  text-align: center;
}
.footer__bottom-text {
  margin: 0;
  font-family: "ubuntu", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #4d84d3;
  text-align: center;
}

.newsletter {
  margin-top: 10rem;
}
.newsletter__container {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.newsletter__heading {
  font-family: "aquavit", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  color: #fff;
}
.newsletter__content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6rem;
  align-items: center;
}
.newsletter__text {
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
  max-width: 50rem;
}
.newsletter__form {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.newsletter__input {
  padding: 0.8rem 1.2rem;
  font-size: 1.6rem;
  border-radius: 1rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  background: transparent;
  color: #fff;
  outline: none;
}
.newsletter__input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-about-separate {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.author-story {
  display: flex;
  flex-direction: column;
  height: auto;
}
.author-story__title {
  margin-top: 6rem;
  margin-bottom: 6rem;
  font-family: "aquavit", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  color: #fff;
}
.author-story__layout {
  display: grid;
  grid-template-columns: minmax(50rem, 60rem) minmax(25rem, 30rem);
  gap: 8rem;
  justify-content: space-between;
}
.author-story__content {
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: rem;
  color: #fff;
}
.author-story__column {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.author-story__text {
  margin: 0;
}
.author-story__image {
  width: 28rem;
  height: 28rem;
  overflow: hidden;
}
.author-story__image-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-story__why {
  margin-top: 8rem;
  padding-bottom: 10rem;
}
.author-story__why-title {
  margin-bottom: 6rem;
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  color: #fff;
}
.author-story__why .author-story__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-around;
  gap: 10rem;
}
.author-story__why .author-story__column {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.author-story__why .author-story__text {
  margin: 0;
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: 1.6;
  color: #fff;
}

.background {
  display: flex;
  flex-direction: column;
  height: auto;
}
.background__title {
  margin: 0 0 6rem;
  font-family: "aquavit", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 600;
  color: #fff;
}
.background__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: space-around;
  column-gap: 6rem;
}
.background__column {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.background__text {
  margin: 0;
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 400;
  color: #fff;
}

.book-promo {
  display: flex;
  flex-direction: column;
}
.book-promo__title {
  margin: 0 0 6rem;
  font-family: "aquavit", sans-serif;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 600;
  color: #fff;
}
.book-promo__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 6rem;
}
.book-promo__left, .book-promo__right {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.book-promo__text {
  margin: 0;
  font-family: "ubuntu", sans-serif;
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 400;
  color: #fff;
}
.book-promo__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 1.2rem 2.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 1rem;
  background-color: #97bb86;
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.book-promo__button:hover {
  opacity: 0.9;
}

.decorative-patterns {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 4;
}

.pattern {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 1;
}
.pattern img {
  display: block;
  width: 100%;
  height: auto;
}
.pattern-all {
  top: 12rem;
  left: 0;
}

.hero,
.content,
.about-author,
.newsletter {
  position: relative;
}
.hero > *,
.content > *,
.about-author > *,
.newsletter > * {
  position: relative;
  z-index: 2;
}

/*# sourceMappingURL=style.css.map */
