@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Black;
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd Book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.hero {
  grid-column-gap: 26px;
  background-color: #fff;
  border-bottom: 1px #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-left: 100px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero__wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero__split--col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.hero__split--text {
  font-family: Avenirltstd Black, sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 87.42px;
}

.image {
  width: 50%;
  position: static;
  inset: 0% auto auto 0%;
}

.img__container {
  width: 100%;
  position: relative;
}

.hero__content--header {
  padding-bottom: 10px;
  font-family: Avenirltstd Black, sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 77px;
}

.hero__content--text {
  color: #787878;
  padding-bottom: 10px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 20px;
  line-height: 27.32px;
}

.colored-text {
  color: #fff;
  background-color: #ff902e;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.div-block, .div-block-2 {
  display: inline-block;
}

.button {
  background-color: #f27405;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.down-arrow {
  background-color: #ff902e;
  height: 100%;
  padding-left: 5px;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-block;
}

.text-icon {
  font-family: "Fa Solid 900", sans-serif;
}

.vegan__btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f27405;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: inline-block;
}

.vegan__btn.mt-40 {
  margin-top: 29px;
  margin-left: 20px;
  padding-left: 0;
}

.icon-box {
  background-color: #ff902e;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
}

.vegan__btn--text {
  color: #fff;
  border-radius: 8px 0 0 8px;
  padding: 10px 22px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.vegan__btn--text:hover {
  border-radius: 8px 0 0 8px;
}

.icon-span {
  color: #fff;
}

.container {
  max-width: 1050px;
}

.container.analytics__container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.analytics {
  background-color: #95be56;
  background-image: url('../images/cccoil-2.png'), url('../images/cccoil-1.png');
  background-position: 100% 0, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 70px 100px;
}

.analytics__header {
  color: #fff;
  text-align: center;
  font-family: Avenirltstd Black, sans-serif;
  font-size: 40px;
}

.analytics_subheader {
  color: #ffffffb3;
  text-align: center;
  padding-bottom: 37px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 16px;
}

.analytics__info--icon {
  background-color: #fff;
  border-radius: 100%;
  width: 116px;
  height: 116px;
  padding: 29px;
  display: flex;
}

.analytics__info--icon.book-icon {
  width: 100px;
  height: 100px;
  margin-top: 0;
  position: absolute;
  top: -18%;
  left: 24px;
  right: auto;
}

.analytics__info--header {
  color: #fff;
  padding-bottom: 2px;
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 48px;
  font-weight: 900;
  display: inline-block;
}

.analytics__info--content {
  color: #ffffffb3;
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 20px;
  line-height: 27.32px;
}

.analytics__info {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.analytics__container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facts {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 100px;
  display: flex;
}

.facts__content--header {
  font-family: Avenirltstd Black, sans-serif;
}

.facts__content--text {
  color: #787878;
  font-family: Avenirltstd Roman, sans-serif;
  line-height: 25px;
}

.facts--image {
  width: 55%;
}

.caurosel {
  padding: 0 100px 67px;
}

.caurosel__contents {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.caurosel__content--header {
  font-family: Avenirltstd Black, sans-serif;
}

.caurosel__content--text {
  color: #787878;
  font-family: Avenirltstd Roman, sans-serif;
  line-height: 25px;
}

.caurosel__content {
  flex-direction: column;
  order: 0;
  width: 45%;
  display: block;
}

.slider__arrow--nav {
  color: #fff;
  cursor: pointer;
  background-color: #f27405;
  border-radius: 100%;
  justify-content: center;
  align-items: stretch;
  width: 48px;
  height: 48px;
  font-size: 14px;
  display: flex;
}

.right-arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.paragraph {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.left-arrow {
  font-family: "Fa Solid 900", sans-serif;
}

.slider-navigation-wrapper {
  grid-column-gap: 28px;
  display: flex;
}

.caurosel__card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.carousel__card--content {
  width: 100%;
}

.carousel__card--header {
  color: #117302;
}

.caurosel__card--text {
  color: #787878;
  font-family: Avenirltstd Roman, sans-serif;
  line-height: 25px;
}

.collection__wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.collection__list {
  grid-column-gap: 56px;
  grid-row-gap: 16px;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.collection__item {
  flex: none;
  width: 47%;
  display: block;
}

.statistics {
  text-align: left;
  padding: 0 100px 67px;
  overflow: hidden;
}

.statistics.hide {
  display: none;
}

.book {
  background-color: #f27405;
  height: 320px;
  margin-bottom: 25%;
  padding: 60px 100px 0;
}

.heading {
  text-align: center;
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 40px;
}

.statistics__heading {
  text-align: center;
  font-family: Avenirltstd Black, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.statistics__group {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: stretch;
  width: 200%;
  margin-top: 82px;
  display: flex;
  overflow: visible;
}

.statistics_card {
  display: flex;
}

.paragraph-2 {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: block;
}

.div-block-3, .statistics__card-text {
  padding-left: 12px;
}

.animal__title {
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
}

.animal__statistics {
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
  padding-bottom: 0;
  display: block;
}

.text-span {
  color: #f27405;
  background-color: #0000;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.statistics__group--inner {
  grid-column-gap: 87px;
  grid-row-gap: 87px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-3 {
  text-align: center;
  margin-top: 56px;
  margin-bottom: 117px;
  font-family: Avenirltstd Roman, sans-serif;
  font-style: italic;
}

.statistics__website {
  color: #141414;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 117px;
  font-family: Avenirltstd Roman, sans-serif;
  font-style: italic;
  text-decoration: none;
  display: block;
}

.book-title {
  color: #fff;
  font-family: Avenirltstd Black, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.book-title.text-white {
  color: #fff;
  position: static;
}

.book-title.spearkers__title {
  color: #000;
}

.book-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: auto;
  margin-top: 10%;
  display: grid;
  position: static;
  bottom: auto;
}

.book-card {
  background-color: #f6f6f6;
  border-radius: 8px;
  width: 100%;
  height: 282px;
  padding-top: 42px;
  padding-left: 24px;
  padding-right: 24px;
}

.book-card--container {
  position: relative;
}

.book-card--container:hover {
  box-shadow: 0 3px 50px 4px #0003;
}

.book-card__heading {
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-4 {
  font-weight: 700;
}

.book-card__contents {
  color: #787878;
  font-family: Avenirltstd Book, sans-serif;
  font-weight: 400;
  line-height: 24.5px;
}

.chapters {
  float: left;
  clear: both;
  background-color: #0000;
  border: 1px solid #0000;
  padding-top: 64px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #0000;
  flex-wrap: wrap;
  margin-left: 40px;
  display: none;
}

.flex-horizintal__50 {
  border: 1px solid #0000;
  flex: 0 50%;
  height: 500px;
  margin-left: 0;
  padding-left: 0;
}

.list-item {
  border: 1px solid #000;
}

.chapter__group {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  display: flex;
}

.orange-dot {
  border: 5px solid #f27405;
  border-radius: 50%;
}

.orange-dot.orange-dot__light {
  border-color: #f2740533;
}

.paragraph-5 {
  padding-top: 8px;
}

.chapters__group-number {
  color: #787878;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 18px;
}

.hr-grey {
  background-color: #787878;
  border: .2px #787878;
  height: 1px;
  margin-bottom: 35px;
}

.hr-grey.pt-30 {
  background-color: #0000;
  border: 1px solid #787878;
  width: 100%;
  height: 0;
}

.image-2 {
  width: auto;
  height: auto;
}

.speakers {
  display: none;
}

.carousel__img {
  width: 42%;
}

.chapter {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 100px;
  display: flex;
}

.chapter__img {
  width: 50%;
}

.chapter__content--header {
  padding-bottom: 25px;
}

.reader {
  grid-column-gap: 60px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 80px 100px;
  display: block;
}

.reader__header {
  font-family: Avenirltstd Black, sans-serif;
  font-weight: 900;
}

.reader__text {
  color: #787878;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27.32px;
}

.reader__quote {
  grid-column-gap: 38px;
  background-color: #f9f9f9;
  justify-content: space-between;
  align-items: center;
  padding: 60px 50px;
  display: flex;
}

.reader__quote.container {
  position: relative;
}

.reader__quote--header {
  z-index: 999;
  color: #f27405;
  text-align: left;
  font-family: Avenirltstd Black, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 40px;
  position: relative;
}

.reader__quote--text {
  text-align: left;
  font-family: Avenirltstd Book, sans-serif;
  line-height: 30px;
}

.star-icon {
  color: #ffcd2c;
  font-family: "Fa Solid 900", sans-serif;
  display: inline-block;
}

.banner {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  padding: 80px 100px;
  display: flex;
}

.banner--image {
  width: 55%;
}

.banner__content--header {
  font-family: Avenirltstd Black, sans-serif;
}

.banner__content--text {
  color: #787878;
  font-family: Avenirltstd Roman, sans-serif;
  line-height: 25px;
}

.banner__content--btn-1 {
  color: #000;
  background-color: #0000;
  border: 1px solid #787878;
  border-radius: 2px;
  margin-right: 16px;
  font-family: "Fa Solid 900", sans-serif;
}

.amazon-icon {
  font-family: "Fa Brands 400", sans-serif;
}

.text-span-2 {
  -webkit-text-stroke-color: #be1b1b;
  background-color: #0000;
}

.author {
  grid-column-gap: 60px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  padding: 80px 100px;
  display: flex;
}

.author--image {
  width: 55%;
}

.author__content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.author__content--header {
  padding-bottom: 20px;
  font-family: Avenirltstd Black, sans-serif;
}

.author__content--header.remove-top-margin {
  margin-top: 0;
}

.author__content--text {
  color: #787878;
  font-family: Avenirltstd Roman, sans-serif;
  line-height: 25px;
}

.author-url {
  color: orange;
}

.author__content--name {
  font-family: Avenirltstd Roman, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.author__content--name.font-800 {
  font-family: Avenirltstd Black, sans-serif;
  font-weight: 900;
}

.footer {
  grid-column-gap: 60px;
  color: #fff;
  background-color: #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 80px 100px;
  display: flex;
}

.quote-img {
  position: absolute;
  top: -16px;
  left: -86px;
}

.footer__content {
  grid-column-gap: 17px;
  align-items: center;
  display: flex;
}

.footer__content-text {
  font-size: 16px;
}

.footer__content--copywrite {
  color: #ffffffb3;
  margin-bottom: 0;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.auhor__name {
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.hr {
  background-color: orange;
  border: .5px solid orange;
  width: 64%;
  height: 1px;
}

.oval-shape-container {
  position: relative;
}

.oval-img {
  z-index: -1;
  width: 30%;
  position: absolute;
  inset: -68% auto auto -4%;
}

.slider__arrow {
  inset: -37% 0% auto auto;
  overflow: visible;
  transform: translate(28px);
}

.slider__arrow.left__arrow--btn {
  transform: translate(-48px);
}

.slider__arrow--icon {
  z-index: 999;
  color: #000;
}

.display-none {
  display: none;
}

.caurosel__slider {
  height: auto;
}

.caurosel__mask {
  background-color: #fff;
  height: auto;
}

.marquee_container {
  overflow: visible;
}

.marquee {
  overflow: hidden;
}

.caurosel__slider--mobile {
  display: none;
}

.slider__arrow--mobile {
  inset: -37% 0% auto auto;
  overflow: visible;
  transform: translate(28px);
}

.slider__arrow--mobile.left__arrow--btn {
  transform: translate(-48px);
}

.banner__content--btn {
  grid-column-gap: 5px;
  border: 1px solid #787878;
  border-radius: 2px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 22px 14px 15px;
  display: inline-block;
}

.banner__content--btn.mr {
  margin-bottom: 16px;
  margin-right: 16px;
}

.btn-text {
  color: #000;
  margin-bottom: 0;
  font-family: Avenirltstd Roman, sans-serif;
  display: inline-block;
}

.btn-icon {
  margin-right: 5px;
  display: inline-block;
}

.vegan__btn---chapters {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f27405;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: inline-block;
}

.vegan__btn---chapters.mt-40 {
  margin-top: 29px;
  margin-left: 20px;
  padding-left: 0;
}

.vegan__btn--text1 {
  color: #fff;
  border-radius: 8px 0 0 8px;
  padding: 10px 22px;
  font-family: Avenirltstd Book, sans-serif;
  font-size: 16px;
  display: inline-block;
}

.vegan__btn--text1:hover {
  border-radius: 8px 0 0 8px;
}

.icon-box-copy {
  background-color: #ff902e;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px 20px;
  display: inline-block;
}

@media screen and (min-width: 1440px) {
  .hero {
    padding-left: 120px;
    padding-right: 0;
  }

  .hero__wrapper {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .hero__content--header {
    font-size: 74px;
  }

  .vegan__btn {
    margin-top: 40px;
  }

  .analytics {
    padding-left: 100px;
    padding-right: 100px;
  }

  .facts {
    grid-column-gap: 87px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .facts__content--header {
    font-size: 40px;
    line-height: 55px;
  }

  .facts__content--text {
    color: #787878;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 20px;
    line-height: 27px;
  }

  .facts--image {
    width: 50%;
  }

  .caurosel {
    padding-left: 120px;
    padding-right: 120px;
  }

  .caurosel__content--header {
    font-size: 40px;
    line-height: 55px;
  }

  .caurosel__content--text {
    color: #787878;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 20px;
    line-height: 27px;
  }

  .caurosel__card {
    grid-column-gap: 24px;
    justify-content: flex-start;
  }

  .carousel__card--content {
    width: 100%;
    margin-bottom: 16px;
  }

  .carousel__card--header {
    font-size: 32px;
  }

  .caurosel__card--text {
    color: #787878;
    margin-top: 20px;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 20px;
    line-height: 27px;
  }

  .statistics {
    padding-left: 120px;
    padding-right: 120px;
    overflow: hidden;
  }

  .book {
    padding-left: 120px;
    padding-right: 120px;
  }

  .statistics__heading {
    font-size: 40px;
  }

  .statistics__group {
    grid-column-gap: 7vw;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .statistics__group--inner {
    justify-content: space-between;
    margin-right: 0;
    padding-left: 0;
  }

  .book-title {
    text-align: left;
    padding-bottom: 21px;
    font-size: 40px;
  }

  .book-cards {
    grid-column-gap: 30px;
    grid-row-gap: 53px;
  }

  .book-card, .book-card--container {
    width: 100%;
  }

  .book-card__heading {
    font-size: 24px;
  }

  .book-card__contents {
    font-size: 18px;
  }

  .chapters {
    height: 700px;
  }

  .flex-horizontal {
    justify-content: flex-start;
    margin-top: 0;
    margin-left: 40px;
  }

  .flex-horizintal__50 {
    display: block;
  }

  .chapter__group {
    padding-top: 0;
    padding-right: 40px;
  }

  .chapters__group-number {
    border: 1px #000;
    font-size: 20px;
  }

  .hr-gray {
    outline-offset: 0px;
    background-color: #787878;
    border: 0 #0000;
    outline: 3px #555;
    height: 0;
    line-height: 19px;
  }

  .hr-grey {
    background-color: #787878;
    border: .5px solid #787878;
    width: 599px;
    height: 1px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hr-grey.pt-30 {
    padding-top: 0;
  }

  .speakers {
    padding: 70px 100px;
  }

  .speakers__subtitle {
    text-align: center;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 16px;
    font-style: italic;
  }

  .block-quote {
    flex-direction: row;
    justify-content: space-between;
    display: block;
  }

  .chapter {
    grid-column-gap: 87px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .chapter__img {
    width: 40%;
  }

  .chapter__content--header {
    font-size: 40px;
  }

  .reader {
    grid-column-gap: 87px;
    flex-direction: column;
    padding-left: 120px;
    padding-right: 120px;
    display: flex;
  }

  .reader__header {
    padding-bottom: 10px;
    font-size: 40px;
  }

  .reader__text {
    width: 40%;
  }

  .reader__quote {
    grid-column-gap: 38px;
    padding-left: 66px;
    padding-right: 66px;
  }

  .reader__quote.container {
    background-image: none;
    position: relative;
  }

  .reader__quote--header {
    z-index: 999;
    font-size: 36px;
    line-height: 42px;
    position: relative;
  }

  .reader__quote--text {
    font-family: Avenirltstd Book, sans-serif;
    font-size: 16px;
    line-height: 30px;
  }

  .banner {
    grid-column-gap: 87px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .banner--image {
    width: 50%;
  }

  .banner__content--header {
    font-size: 40px;
    line-height: 55px;
  }

  .banner__content--text {
    color: #787878;
    padding-bottom: 17px;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 20px;
    line-height: 27px;
  }

  .author {
    grid-column-gap: 121px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .author--image {
    width: 50%;
  }

  .author__content {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .author__content--header {
    font-size: 40px;
    line-height: 55px;
  }

  .author__content--text {
    color: #787878;
    padding-bottom: 17px;
    font-family: Avenirltstd Book, sans-serif;
    font-size: 20px;
    line-height: 27px;
  }

  .author__content--name {
    font-size: 20px;
  }

  .footer {
    grid-column-gap: 121px;
    flex-direction: row;
    padding-left: 120px;
    padding-right: 120px;
  }

  .quote-img {
    position: absolute;
    inset: -6% auto auto -8%;
  }

  .footer__content-text, .footer__content--copywrite {
    font-size: 20px;
  }

  .slider__arrow {
    position: absolute;
    top: -35%;
  }

  .caurosel__slider {
    height: auto;
  }

  .marquee_container {
    overflow: visible;
  }

  .caurosel__slider--mobile {
    height: auto;
  }

  .slider__arrow--mobile {
    position: absolute;
    top: -35%;
  }

  .vegan__btn---chapters {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-left: 60px;
  }

  .hero__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero__split--col {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero__content--header {
    font-size: 35px;
    line-height: 36px;
  }

  .hero__content--text {
    font-size: 14px;
    line-height: 20px;
  }

  .icon-box {
    padding-left: 12px;
    padding-right: 12px;
  }

  .vegan__btn--text {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .icon-span {
    font-size: 12px;
  }

  .container.analytics__container {
    grid-template-columns: 1fr 1fr;
  }

  .analytics {
    padding-left: 60px;
    padding-right: 60px;
  }

  .analytics__container {
    grid-template-columns: 1fr 1fr;
  }

  .facts {
    grid-column-gap: 30px;
    padding: 60px;
  }

  .caurosel {
    padding-left: 60px;
    padding-right: 60px;
  }

  .caurosel__card {
    grid-column-gap: 15px;
  }

  .collection__list {
    grid-column-gap: 40px;
  }

  .statistics {
    padding-left: 60px;
    padding-right: 60px;
  }

  .book {
    height: auto;
    margin-bottom: 15%;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .statistics__group {
    overflow: visible;
  }

  .statistics__website {
    margin-bottom: 20px;
  }

  .book-cards {
    grid-column-gap: 66px;
    grid-row-gap: 66px;
    flex-direction: row;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: 12%;
  }

  .chapter__group {
    margin-bottom: 20px;
  }

  .chapters__group-number {
    font-size: 14px;
  }

  .hr-grey.pt-30 {
    height: 1px;
  }

  .carousel__img {
    width: 42%;
  }

  .chapter {
    grid-column-gap: 30px;
    padding: 0 60px 60px;
  }

  .chapter__content--header {
    padding-bottom: 10px;
  }

  .reader {
    grid-column-gap: 30px;
    padding: 0 60px 60px;
  }

  .reader__text {
    font-size: 14px;
    line-height: 20px;
  }

  .banner {
    grid-column-gap: 30px;
    padding: 60px;
  }

  .banner__content--header {
    font-size: 28px;
  }

  .author {
    grid-column-gap: 30px;
    flex-direction: column;
    padding: 60px;
  }

  .author--image {
    width: 100%;
    margin-top: 20px;
  }

  .footer {
    grid-column-gap: 30px;
    padding: 60px;
  }

  .oval-img {
    width: 40%;
    top: -39%;
  }

  .caurosel__slider, .caurosel__slider--mobile {
    height: auto;
  }

  .banner__content--btn.mr {
    margin-bottom: 16px;
  }

  .vegan__btn--text1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .icon-box-copy {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 60px 30px;
  }

  .hero__content {
    margin-bottom: 20px;
  }

  .image {
    width: 100%;
  }

  .hero__content--header {
    margin-top: 0;
    font-size: 40px;
    line-height: 45px;
  }

  .analytics {
    padding-left: 30px;
    padding-right: 30px;
  }

  .facts {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .facts--image {
    width: 100%;
  }

  .caurosel {
    padding-left: 30px;
    padding-right: 30px;
  }

  .caurosel__card {
    flex-direction: column;
    align-items: flex-start;
  }

  .statistics, .book {
    padding-left: 30px;
    padding-right: 30px;
  }

  .statistics__group {
    margin-top: 40px;
  }

  .statistics__website {
    margin-bottom: 10px;
  }

  .book-cards {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    grid-template-columns: 1fr;
    margin-top: 17%;
  }

  .chapters {
    display: none;
  }

  .carousel__img {
    width: 100%;
  }

  .chapter {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .chapter__img {
    width: 80%;
    margin-bottom: 10px;
  }

  .reader {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .reader__text {
    width: 80%;
  }

  .reader__quote.container {
    flex-direction: column;
  }

  .banner {
    flex-direction: column-reverse;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner__content {
    margin-bottom: 20px;
  }

  .banner--image {
    width: 100%;
  }

  .author {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .author--image {
    width: 100%;
  }

  .author__content {
    margin-bottom: 20px;
  }

  .footer {
    flex-direction: column;
    padding: 60px 30px;
  }

  .quote-img {
    width: 30%;
    top: 22px;
    left: -26px;
  }

  .footer__content {
    margin-bottom: 40px;
  }

  .oval-img {
    width: 30%;
    top: -65%;
    left: -9%;
  }

  .banner__content--btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 479px) {
  .centered-heading {
    margin-bottom: 24px;
  }

  .container.analytics__container {
    grid-template-columns: 1fr;
  }

  .analytics {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .analytics__header {
    font-size: 32px;
    font-weight: 900;
  }

  .analytics__info--icon {
    width: 100px;
    height: 100px;
  }

  .analytics__info--content {
    font-size: 16px;
    line-height: 25px;
  }

  .analytics__container {
    grid-template-columns: 1fr;
  }

  .facts__content--header {
    font-size: 25px;
  }

  .caurosel__contents {
    flex-direction: column;
    align-items: flex-start;
  }

  .caurosel__content--header {
    font-size: 25px;
  }

  .caurosel__content {
    width: 100%;
  }

  .slider__arrow--nav {
    width: 30px;
    height: 30px;
  }

  .slider-navigation-wrapper {
    margin-top: 20px;
  }

  .carousel__card--header {
    padding-top: 20px;
  }

  .collection__item {
    flex: none;
    width: 100%;
  }

  .statistics__heading {
    text-align: center;
    font-size: 25px;
  }

  .statistics__website {
    margin-bottom: 10px;
  }

  .book-cards {
    margin-top: 30%;
  }

  .chapter__img {
    margin-bottom: 10px;
  }

  .chapter__content--header {
    font-size: 25px;
  }

  .reader__header {
    text-align: left;
    font-size: 25px;
  }

  .reader__text {
    text-align: left;
    width: 100%;
  }

  .reader__quote.container {
    padding: 40px 20px;
  }

  .banner {
    flex-direction: column-reverse;
  }

  .banner--image {
    margin-bottom: 20px;
  }

  .author {
    flex-direction: column;
  }

  .author--image {
    margin-top: 0;
  }

  .author__content--header.remove-top-margin {
    font-size: 25px;
    font-weight: 900;
  }

  .author__content--name {
    font-size: 16px;
  }

  .footer {
    flex-direction: column;
  }

  .hr {
    width: 50%;
  }

  .oval-img {
    width: 45%;
    top: -50%;
  }

  .slider__arrow {
    top: 0%;
  }

  .slider__arrow.left__arrow--btn {
    transform: translate(-22px);
  }

  .caurosel__slider {
    display: none;
  }

  .caurosel__slider--mobile {
    display: block;
  }

  .slider__arrow--mobile {
    top: 0%;
  }

  .slider__arrow--mobile.left__arrow--btn {
    transform: translate(-22px);
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Black';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd Book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}