* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 5px;
}

:root {
  --palette-primary-main: rgba(238, 185, 0, 1);
  --palette-primary-light: rgba(220, 177, 65, 0.6);
  --palette-primary-dark: rgba(220, 177, 65, 1);
  --palette-primary-highlight: #faf1d0;
  --palette-secondary-main: rgba(7, 32, 62, 1);
  --palette-secondary-dark: rgba(24, 50, 81, 1);
  --palette-secondary-light: rgba(44, 70, 101, 1);
}

body {
  display: grid;
  place-items: center;
  background: linear-gradient(
    77.58deg,
    #f5f5f5 39.24%,
    rgba(162, 162, 162, 0.233333) 100%
  );
}

/* Main Section Containers, Columns, Rows etc. */

nav {
  border-radius: 0px;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: clamp(300px, 90%, 1440px);
  padding: 60px 0px;
}

.row1 {
  display: grid;
  margin: 1em;
  width: 80%;
  place-items: center;
  grid-template-columns: 1fr 1fr;
}

.display975 {
  display: none;
}

.row1col2 {
  display: grid;
  place-items: center;
}

.row1col2Container {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 600px;
}

.row2 {
  display: grid;
  padding: 1.5em 10em 2.5em;
  place-items: center;
  column-gap: 5px;
}

.row3 {
  display: grid;
  margin: 0.5em 0em 2.5em 0em;
  place-items: center;
  column-gap: 10px;
  display: grid;
  place-items: center;
  border: 14px solid rgba(18, 44, 79);
}

.internalNav {
  display: grid;
  place-items: center;
}

.h2display975 {
  display: none;
}

.goldBG {
  display: grid;
  place-items: center;
  padding: 1rem;
  background-color: rgb(218, 180, 81);
  margin: 8px;
}

.play-div {
  display: flex;
  justify-content: center;
}

.play-div a span {
  color: #07203e;
  margin-left: 5px;
}

.excerptRow {
  display: flex;
}

.center-dots {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 9px;
}

.transparent {
  color: rgb(218, 180, 81);
  font-weight: bold;
  font-size: 5.6rem;
}

.card {
  padding: 50px;
  border-radius: 5px;
}

/* Image Containers and Widths */

.main-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 40px;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.bookImg {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 53%;
}

@media (max-width: 1200px) {
  .bookImg {
    flex-basis: 100%;
  }
}

.img-book {
  width: clamp(280px, 100%, 730px);
  object-fit: cover;
}

.audio-img {
  width: 27px;
  height: 27px;
}

.max1000 {
  max-width: 1050px;
}

.background-ignoring-container {
  box-shadow: 0 0 0 100vmax var(--palette-secondary-dark);
  clip-path: inset(0 -100vmax);
}

.section-2 {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--palette-secondary-dark);
  margin-bottom: 116px;
  padding: 40px 0 60px 0;
}

.section-2-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 1148px;
}

.section-3 {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  gap: 70px;
  margin-bottom: 110px;
}

.section-3-title {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--palette-secondary-light);
}

.section-3-title-hightlighted {
  font-family: "Times New Roman", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 51px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--palette-secondary-light);
}

.benefits-list-box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 50px;
}

.benefits-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  flex-basis: 25%;
  padding: 0 30px;
}

@media (max-width: 900px) {
  .benefits-box {
    flex-basis: 50%;
  }
}

@media (max-width: 600px) {
  .benefits-box {
    flex-basis: 100%;
  }
}

.benefit-image {
  width: 120px;
}

.benefits-text {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--palette-secondary-main);
}

.title-box {
  padding-bottom: 56px;
  text-align: center;
}

.dynamic-text-box {
  height: 100%;
  /* min-height: 730px; */
}

.chapter {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 600;
  color: var(--palette-secondary-main);
  padding-bottom: 10px;
}

/* Heading Sizes, Fonts and Colors */

h1 {
  font-size: 3.6rem;
  padding: 0.4rem 0;
  color: var(--palette-primary-dark);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

h2 {
  font-size: 1.2rem;
  padding: 0.15rem 0;
  font-family: "Montserrat", sans-serif;
  color: rgb(18, 44, 79);
  font-weight: 300;
}

h4 {
  font-size: 2rem;
  padding: 0.3rem;
  color: rgb(18, 44, 79);
  font-weight: 300;
}

.h5special {
  font-size: 17px;
  padding: 0.15rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

h6 {
  font-size: 1.1rem;
  padding: 0.15rem 0;
  color: rgb(18, 44, 79);
  font-weight: 300;
}

p {
  font-family: "Lato", sans-serif;
}

.excerpts-navigation-box {
  display: flex;
  align-items: center;
  column-gap: 5px;
  background-color: white;
  padding: 8px 25px;
  cursor: pointer;
}

.excerpts-navigation-box:hover {
  background-color: hsl(0 0% 90%);
}

.excerpts-navigation-box:focus {
  color: hsl(0 0% 50%);
}

.excerpts-navigation-text {
  font-family: "Lato";
  font-weight: 700;
  font-size: 18px;
}

.titleBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-basis: 47%;
}

@media (max-width: 1200px) {
  .titleBox {
    flex-basis: 100%;
  }
}

.title {
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--palette-secondary-main);
}

@media (max-width: 700px) {
  .title {
    font-size: 32px;
  }
  .subtitle {
    font-size: 22px;
  }
}

.subtitle {
  font-family: Montserrat;
  font-size: 26px;
  font-weight: 300;
  color: var(--palette-secondary-main);
  padding-bottom: 35px;
}

.text-body {
  color: var(--palette-secondary-main);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  padding-bottom: 35px;
  padding-right: 20px;
}

.text-highlighted {
  background-color: var(--palette-primary-highlight);
}

.text-span-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 35px;
  width: 100%;
  row-gap: 20px;
  column-gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 407px) {
  .play-div {
    flex: 1;
    justify-content: center;
  }
}

.text-span {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.action-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.a-button {
  width: 100%;
  cursor: pointer;
}

.button-secondary {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  padding: 10px;
  gap: 10px;
  border: 2px;
  background-color: transparent;
  border: 2px solid var(--palette-secondary-main);
  border-radius: 2px;
  color: var(--palette-secondary-main);
  cursor: pointer;
}
.button-secondary:hover {
  background-color: #eee;
}
.button-primary {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  width: 100%;
  padding: 10px;
  gap: 10px;
  border: 2px;
  background-color: var(--palette-primary-main);
  color: var(--palette-secondary-main);
  border-radius: 2px;
  cursor: pointer;
}
.button-primary:hover {
  background-color: var(--palette-primary-dark);
}
.section-2-title {
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: 0em;
  text-align: center;
}

.section-2-body-text {
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 0em;
  text-align: center;
  color: white;
}

#pause {
  display: none;
}

/* Font Sizes, Families, Colors and Decoration */

.plain {
  text-decoration: none;
}

.font20 {
  font-size: 20px;
}

.font20e {
  font-size: 20px;
}

.font {
  font-family: "Lato", sans-serif;
}

.italics {
  font-style: italic;
}

.blue {
  color: rgb(18, 44, 79);
  font-weight: bolder;
  font-family: "Lato", sans-serif;
}

.blueText {
  color: var(--palette-secondary-main);
}

.selected {
  color: rgb(218, 180, 81);
}

.timesP {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
}

.mobileText {
  display: none;
}

.divider975 {
  display: none;
}

.textLight {
  font-weight: 100;
}

.fa-play-circle {
  transition-duration: 0.4s;
}

.fa-stop-circle {
  transition-duration: 0.4s;
}

.fa-play-circle:hover {
  color: rgb(218, 180, 81);
}

.fa-stop-circle:hover {
  color: rgb(218, 180, 81);
}

/* CSS Class that ties to JS function */

.none {
  display: none;
}

/* Spacing Classes */

.padding20 {
  padding: 20px;
}

.margin20 {
  margin: 20px 0px;
}

.marginVar {
  margin: 20px 0px;
}

.heightMatch {
  height: 190px;
}

/* Borders */

.goldBorder {
  border: 2px var(--palette-primary-main);
  display: grid;
  place-items: center;
  width: 580px;
  height: 630px;
}

.goldBorderThick {
  border: 4px var(--palette-primary-main);
  display: grid;
  place-items: center;
  transition-duration: 0.35s;
}

.goldBorderThick:hover {
  border: 4px solid rgb(18, 44, 79);
}

.goldBorderSpecial {
  border: 2.5px var(--palette-primary-main);
  display: grid;
  place-items: center;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}

.goldBorderSpecial:hover {
  border: 2.5px solid rgb(18, 44, 79);
}

.blueBorder {
  border: 2px solid rgb(18, 44, 79);
  margin: 3.5px;
  display: grid;
  place-items: start;
  grid-template-rows: 1fr auto;
  width: 570px;
  height: 620px;
}

.blueBorderCenter {
  border: 2px solid rgb(18, 44, 79);
  margin: 3.5px;
  display: grid;
  place-items: center;
}

.blueBorderSpecial {
  border: 5px solid rgb(18, 44, 79);
  /* margin: 3.5px; */
  display: grid;
  place-items: center;
  transition-duration: 0.35s;
}

.blueBorderSpecial:hover {
  border: 5px var(--palette-primary-main);
  margin: 0px;
}

/* Accent CSS */

.divider {
  width: clamp(280px, 100%, 500px);
  border-bottom: 2px solid var(--palette-primary-dark);
  border-top: 2px solid var(--palette-primary-dark);
  margin-bottom: 1em;
  margin: 0px auto;
}

.specialDivider {
  width: 150px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin: 0.25em 0em;
}

.blueDivider {
  width: 150px;
  border-bottom: 1px solid rgb(18, 44, 79);
  border-top: 1px solid rgb(18, 44, 79);
  margin-bottom: 1em;
}

.textCenter {
  text-align: center;
}

@media only screen and (max-width: 1460px) {
  .row1 {
    width: 92%;
  }

  .row2 {
    padding: 2.5em 10em;
  }
}

@media only screen and (max-width: 1380px) {
  .row1 {
    width: 95%;
    margin: 0em;
  }

  .row2 {
    padding: 2.5em 8em;
  }
}

@media only screen and (max-width: 1315px) {
  .row2 {
    padding: 2em 7em;
  }

  .margin20 {
    margin-top: 0px;
  }

  p {
    padding: 0.65rem;
  }

  .goldBorder {
    width: 540px;
    margin-top: 15px;
  }

  .blueBorder {
    width: 530px;
  }
}

@media only screen and (max-width: 1225px) {
  .row2 {
    padding: 2em 3em;
  }

  .row1 {
    width: 96%;
    column-gap: 0.5rem;
    row-gap: 1rem;
    margin: 1em 0em;
  }

  .goldBorder {
    width: 520px;
    margin-top: 35px;
  }

  .blueBorder {
    width: 510px;
  }
}

@media only screen and (max-width: 1165px) {
  .font20 {
    font-size: 18px;
  }

  h4 {
    font-size: 30px;
  }

  h6 {
    font-size: 14.75px;
  }

  .goldBorder {
    width: 500px;
    height: 600px;
    margin-top: 40px;
  }

  .blueBorder {
    width: 490px;
    height: 590px;
  }

  .row1 {
    row-gap: 0.2rem;
  }
}

@media only screen and (max-width: 1100px) {
  .font20 {
    font-size: 17px;
  }

  h6 {
    font-size: 14px;
  }

  .goldBorder {
    width: 480px;
    height: 570px;
    margin-top: 40px;
  }

  .blueBorder {
    width: 470px;
    height: 560px;
  }

  .row1 {
    width: 98%;
  }
}

@media only screen and (max-width: 1015px) {
  .goldBorder {
    width: 560px;
    height: 650px;
    margin-top: 40px;
  }

  .blueBorder {
    width: 550px;
    height: 640px;
  }

  p {
    padding: 0.5rem 0;
  }

  .blueBorderCenter {
    margin: 1px;
  }

  .row2 {
    padding: 2em 3em 0.5em 3em;
  }

  .font20 {
    font-size: 20px;
  }

  .row1 {
    display: grid;
    margin: 1em 1em 2em 1em;
    width: 80%;
    place-items: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: none;
    row-gap: 15px;
  }

  .hide975 {
    display: none;
  }

  .display975 {
    display: grid;
    place-items: center;
  }

  .margin20 {
    margin: 0px;
  }

  .h2hide975 {
    display: none;
  }

  .h2display975 {
    display: grid;
    place-items: center;
  }

  .row3 {
    margin: 0.5em 0.75em 2.5em 0.75em;
  }

  .font16 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 910px) {
  .row3 {
    margin: 0.5em 0.65em 2.5em 0.65em;
  }

  .goldBG {
    padding: 0.6rem;
    margin: 6px;
  }
}

@media only screen and (max-width: 885px) {
  .row3 {
    margin: 0.5em 0.5em 2.5em 0.5em;
    border-width: 10px;
  }

  .font16 {
    padding: 0.35rem;
    font-size: 17px;
  }

  h6 {
    font-size: 1.1rem;
  }

  .font20 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 820px) {
  .row3 {
    margin: 0.5em 3em 2.5em 3em;
    border-width: 14px;
  }

  .font16 {
    padding: 0.65rem;
    font-size: 18px;
    text-align: center;
  }

  .goldBG {
    padding: 0.75rem;
    margin: 8px;
  }
}

@media only screen and (max-width: 680px) {
  .row3 {
    margin: 0.5em 1.5em 2.5em 1.5em;
    border-width: 10px;
  }

  .font16 {
    font-size: 17px;
  }

  .goldBG {
    padding: 0.5rem;
    margin: 6px;
  }
}

@media only screen and (max-width: 665px) {
  .timesP {
    letter-spacing: 1.1px;
  }

  .row1 {
    width: 94%;
    margin: 1em 0em;
  }

  .font20 {
    font-size: 17px;
  }

  .row2 {
    padding: 2.5em 1.5em;
  }

  .row3 {
    margin: 0.5em 1em 2.5em 1em;
  }

  .goldBorder {
    width: 500px;
    margin-top: 40px;
  }

  .blueBorder {
    width: 490px;
  }
}

@media only screen and (max-width: 600px) {
  .width2 {
    width: 400px;
  }

  .h5special {
    font-size: 14px;
  }

  h2 {
    font-size: 18px;
  }

  .timesP {
    font-size: 19.5px;
  }
}

@media only screen and (max-width: 560px) {
  .font16 {
    text-align: center;
  }

  .mobileText {
    display: block;
  }

  .non-mobileText {
    display: none;
  }

  .goldBorder {
    width: 470px;
    margin-top: 40px;
  }

  .blueBorder {
    width: 460px;
  }

  .excerpt-p {
    font-size: 16px;
    padding: 0.3rem;
    padding-bottom: 30px;
  }

  .chapter {
    font-size: 18px;
  }
}

@media only screen and (max-width: 530px) {
  .width2 {
    width: 380px;
  }

  .h5special {
    font-size: 13px;
  }

  h2 {
    font-size: 17.5px;
  }

  .goldBorder {
    width: 420px;
  }

  .blueBorder {
    width: 410px;
  }

  .excerpt-p {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .action-section {
    flex-wrap: wrap-reverse;
  }
  .excerpts-navigation-box {
    padding: 8px;
  }
  .excerpts-navigation-text {
    font-size: 14px;
  }
  .material-symbols-rounded.excerpts-buttons {
    font-size: 16px;
  }
}


@media only screen and (max-width: 500px) {
  .padding20 {
    padding: 15px 20px;
  }

  .row1 {
    width: 96%;
  }

  .row3 {
    width: 96%;
  }

  .row2 {
    padding: 2.5em 1em;
  }

  .font20 {
    font-size: 16px;
  }

  p {
    padding: 0.75rem 0.4rem;
  }

  .width2 {
    width: 440px;
  }

  .h5special {
    font-size: 15px;
  }

  h2 {
    font-size: 17px;
  }

  .timesP {
    font-size: 18.5px;
  }
}

@media only screen and (max-width: 470px) {
  .h2display975 {
    display: none;
  }

  .h2hide975 {
    display: grid;
    place-items: center;
  }

  .width2 {
    width: 400px;
  }

  h6 {
    font-size: 15px;
  }

  .font16 {
    font-size: 15.5px;
  }

  .goldBorder {
    width: 380px;
  }

  .blueBorder {
    width: 370px;
  }

  .excerpt-p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 440px) {
  .row2 {
    padding: 2.5em 0.5em;
    column-gap: 6px;
    row-gap: 6px;
  }

  .width2 {
    width: 320px;
  }

  .h5special {
    font-size: 14px;
  }

  h6 {
    font-size: 14px;
  }

  .width2 {
    width: 360px;
  }

  .goldBorder {
    width: 360px;
  }

  .blueBorder {
    width: 350px;
  }

  .chapter {
    padding: 0.3rem;
  }
}

@media only screen and (max-width: 400px) {
  .width2 {
    width: 340px;
  }

  h6 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 380px) {
  .font20 {
    font-size: 15px;
  }

  .row2 {
    padding: 1rem 0.5rem;
  }

  h6 {
    font-size: 12.5px;
  }

  .width2 {
    width: 320px;
  }
}

@media only screen and (max-width: 360px) {
  .width2 {
    width: 310px;
  }
}
