/* HERO */

.hero-button-box {
  gap: 56px;
}

.hero-picture {
  max-height: 550px;
}

.hero-picture:hover {
  transform: scale(1.1);
}

/* PROMO */

.promo-buttons-box {
  gap: 56px;
}

/* UMBRA SECTION */

.umbra-picture {
  max-height: 700px;
}

/* UMBRA CARDS */

.umbra-cards-box {
  gap: 54px;
}

/* FLIPPING CARDS */
.scene {
  display: inline-block;
  width: 250px;
  height: 350px;
  perspective: 600px;
}

.umbra-card {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border: none;
  transform-style: preserve-3d;
  transform-origin: center right;
  transition: transform 1s;
}

.umbra-card.is-flipped {
  transform: translateX(-100%) rotateY(-180deg);
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.card__face--back {
  transform: rotateY(180deg);
}

/* CAROUSEL REVIEVS */
.carousel-button {
  outline: none;
  border: none;
  background: transparent;
}

.reviews-carousel-box {
  max-width: 900px;
  margin: 0 auto;
}

.carousel-inner {
  max-width: 600px;
  min-height: 250px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .carousel-inner {
    min-height: 300px;
  }
}

/* FORM */

#mlb2-4656630.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 600px !important;
  background-color: #efe9dd !important;
}

.embedForm h4 {
  font-size: 52px !important;
  font-family: "Cinzel", serif !important;
  color: #1f1c1a !important;
  text-align: center !important;
}

.embedForm p {
  font-size: 18px !important;
  font-family: "Inter", serif !important;
  color: #1f1c1a !important;
  text-align: center !important;
}

#mlb2-4656630.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-4656630.ml-form-embedContainer
  .ml-form-embedWrapper
  .ml-form-successBody {
  padding: 0 !important;
}

.mailerlite-form form {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  position: relative;
}

.accent-cta {
  text-align: left;
}

@media only screen and (max-width: 1140px) {
  .mailerlite-form form {
    display: flex !important;
    flex-direction: column;
  }

  .accent-cta {
    text-align: center;
  }
}

.mailerlite-form-title h3 {
  font-size: 54px;
}

@media only screen and (max-width: 1140px) {
  .mailerlite-form-title h3 {
    text-align: center;
  }
}

.mailerlite-form-title {
  grid-area: 1 / 1 / 2 / 2 !important;
}
.mailerlite-form-description {
  grid-area: 2 / 1 / 3 / 2;
}

@media only screen and (max-width: 1140px) {
  .mailerlite-form-description p {
    text-align: center;
    margin-bottom: 52px;
  }

  .accent-cta {
    text-align: center;
  }
}

.mailerlite-form-inputs {
  grid-area: 1 / 2 / 3 / 3;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  position: absolute;
  top: -80px;
  right: 60px;
}

@media only screen and (max-width: 1140px) {
  .mailerlite-form-inputs {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: static;
  }
}

.mailerlite-form-field label {
  display: none !important;
}

.mailerlite-form-field input {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  text-align: center;
  padding: 16px 24px;
  border-radius: 30px;
  outline: none;
  border: 1px solid #231f1f;
}

.mailerlite-subscribe-submit {
  width: 328px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  color: #fff;
  background-color: #cb5427;
  text-align: center;
  padding: 16px 24px;
  border: none;
  border-radius: 30px;
}

.mailerlite-subscribe-submit:hover {
  transform: scale(1.1);
}

@media only screen and (max-width: 1140px) {
  .mailerlite-subscribe-submit {
    width: 328px;
  }
}

/* BOOKS */

.book-post-image img {
  box-shadow: -30px 30px 0px 8px rgba(133, 123, 117, 1);
}

@media only screen and (max-width: 767px) {
  .book-post-image img {
    box-shadow: none;
  }
}

.books-buttons-box {
  gap: 56px;
}

.book-post-text {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .book-post-text p {
    text-align: center;
  }
}

/* CAROUSEL QUOTES */
.carousel-item {
  min-height: 200px;
}

.carousel-quotes-box {
  max-width: 900px;
  margin: 0 auto;
}

/* AUDIOBOOKS SECTION */

.audiobook-image img {
  box-shadow: -30px 30px 0px 8px rgba(133, 123, 117, 1);
}

@media only screen and (max-width: 767px) {
  .audiobook-image img {
    box-shadow: none;
  }
}

.audiobook-buttons-box {
  gap: 56px;
}

.instagram {
  gap: 16px;
}

/* CHAPTERS */
.chapter-container {
  height: 100vh;
}

/* AUDIO */

.audio-box {
  position: relative;
}

.audio-box iframe {
  width: 800px !important;
  max-height: 800px !important;
  position: absolute;
  top: 0;
  left: 0;
}

#vp-preview {
  background-image: none !important;
}
