:root {
  --black: #000000;
  --white: #ffffff;
  --blue: #99aab6;
  --green: #607860;
  --alexBrush: 'Alex Brush', cursive;
  --newRoman: 'Times New Roman', Times, serif;
  --helvetica: 'Helvetica', sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--newRoman);
  font-weight: 100;
  color: var(--black);
}

p {
  font-family: var(--helvetica);
  color: var(--green);
}

.alexBrush {
  font-family: var(--alexBrush);
}

.memoirWriter h1,
.memoirWriter h2,
.memoirWriter h3,
.memoirWriter h4,
.memoirWriter h5,
.memoirWriter h6,
.memoirWriter p {
  margin: 0;
  padding: 0;
}
.memoirWriter p {
  font-size: 17px;
}
.memoirWriter .hero {
  display: flex;
  align-items: center;
}
.memoirWriter .hero .text {
  width: 65%;
  padding: 50px 100px;
}
.memoirWriter .hero .text h1 {
  font-size: 72px;
}
.memoirWriter .hero .text p {
  font-size: 24px;
  margin-bottom: 10px;
}
.memoirWriter .hero .text h2 {
  font-size: 56px;
}
.memoirWriter .hero .img {
  width: 35%;
}
.memoirWriter .hero .img img {
  width: 100%;
}
.memoirWriter .hero #p7QC-content {
  height: auto !important;
}
.memoirWriter .lifeStory {
  display: flex;
  align-items: center;
  padding: 50px 75px;
  height: 500px;
}
.memoirWriter .lifeStory .img {
  width: 35%;
  display: flex;
  margin: 0;
  height: 100%;
}
.memoirWriter .lifeStory .img img {
  width: 50%;
  box-shadow: 0 0 5px rgba(58, 58, 58, 0.75);
  margin: 0;
}
.memoirWriter .lifeStory .img img.lifeStory1 {
  align-self: flex-start;
  position: relative;
  right: -20px;
  z-index: 3;
  transform: rotateZ(-10deg);
}
.memoirWriter .lifeStory .img img.lifeStory2 {
  align-self: flex-end;
  position: relative;
  left: -20px;
  z-index: 2;
  transform: rotateZ(10deg);
}
.memoirWriter .lifeStory .text {
  width: 65%;
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.memoirWriter .lifeStory .text .headings {
  margin: 0;
}
.memoirWriter .lifeStory .text h2 {
  font-size: 42px;
}
.memoirWriter .testimonials {
  background: url("/img/memoir-writer/testimonials-bg.jpg") no-repeat center center/cover;
  padding: 50px 75px;
  position: relative;
}
.memoirWriter .testimonials:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.memoirWriter .testimonials .splide {
  position: relative;
  z-index: 2;
}
.memoirWriter .testimonials .splide .slideContent {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.memoirWriter .testimonials .splide .slideContent .head {
  font-weight: bold;
}
.memoirWriter .professional {
  background: url("/img/memoir-writer/professional-bg.jpg") no-repeat center center/cover;
  display: flex;
  padding: 50px 75px;
  position: relative;
}
.memoirWriter .professional:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(153, 170, 182, 0.9);
  z-index: 1;
}
.memoirWriter .professional .text {
  width: 65%;
  padding: 50px 100px;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.memoirWriter .professional .text h2,
.memoirWriter .professional .text p {
  color: var(--white);
}
.memoirWriter .professional .text h2 {
  font-size: 42px;
}
.memoirWriter .professional .video {
  width: 35%;
  position: relative;
  z-index: 2;
}
.memoirWriter .professional .video p {
  color: var(--white);
  margin-top: 10px;
  text-align: center;
}
.memoirWriter .yourStory {
  display: flex;
  padding: 25px 75px;
}
.memoirWriter .yourStory .text {
  width: 70%;
  padding: 50px 75px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.memoirWriter .yourStory .text h2 {
  font-size: 56px;
}
.memoirWriter .yourStory .img {
  width: 30%;
}
.memoirWriter .yourStory .img .floatingText {
  position: absolute;
  bottom: 100px;
  left: -50px;
  background: var(--blue);
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  z-index: 2;
  width: 350px;
}
.memoirWriter .yourStory .img .floatingText p {
  color: var(--white);
  line-height: 1.2;
  font-style: italic;
}
.memoirWriter .creatingBook {
  background: var(--blue);
  display: flex;
}
.memoirWriter .creatingBook .text {
  width: 65%;
  padding: 50px 100px;
}
.memoirWriter .creatingBook .text h2,
.memoirWriter .creatingBook .text p {
  color: var(--white);
}
.memoirWriter .creatingBook .text h2 {
  font-size: 56px;
}
.memoirWriter .creatingBook .img {
  width: 35%;
  display: flex;
  padding: 50px 75px;
}
.memoirWriter .creatingBook .img img {
  width: 55%;
}
.memoirWriter .creatingBook .img img.creatingBook1 {
  align-self: flex-end;
  position: relative;
  right: -20px;
  top: -50px;
  z-index: 1;
  transform: rotateZ(-10deg);
  box-shadow: 0 0 5px rgba(58, 58, 58, 0.75);
}
.memoirWriter .creatingBook .img img.creatingBook2 {
  align-self: flex-start;
  position: relative;
  left: -20px;
  bottom: -50px;
  z-index: 2;
  transform: rotateZ(10deg);
  box-shadow: 0 0 5px rgba(58, 58, 58, 0.75);
}
.memoirWriter .flexibleService {
  display: flex;
  position: relative;
}
.memoirWriter .flexibleService .text {
  width: 55%;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.memoirWriter .flexibleService .text h2 {
  font-size: 56px;
}
.memoirWriter .flexibleService .img {
  width: 45%;
}
.memoirWriter .flexibleService .img img {
  width: 100%;
}
.memoirWriter .findOutMore {
  padding: 50px;
}
.memoirWriter .findOutMore h2 {
  font-size: 56px;
  text-align: center;
}
.memoirWriter .findOutMore .btns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.memoirWriter .findOutMore .btns a {
  background: var(--blue);
  color: var(--white);
  padding: 10px 20px;
  display: block;
  width: 200px;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1800px) {
  .memoirWriter .hero .text {
    padding: 50px;
  }
  .memoirWriter .hero .text h1 {
    font-size: 64px;
  }
  .memoirWriter .lifeStory {
    height: auto;
    padding: 50px;
  }
  .memoirWriter .lifeStory .text {
    padding: 0 50px;
  }
  .memoirWriter .lifeStory .text h2 {
    font-size: 36px;
  }
  .memoirWriter .professional .text h2 {
    font-size: 36px;
  }
  .memoirWriter .flexibleService .text {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .memoirWriter .hero {
    flex-direction: column;
  }
  .memoirWriter .hero .text,
  .memoirWriter .hero .img {
    width: 100%;
  }
  .memoirWriter .hero .text {
    padding: 20px;
  }
  .memoirWriter .hero .text h1 {
    font-size: 56px;
  }
  .memoirWriter .hero .text h2 {
    font-size: 46px;
  }
  .memoirWriter .lifeStory {
    flex-direction: column-reverse;
    padding: 0;
  }
  .memoirWriter .lifeStory .text,
  .memoirWriter .lifeStory .img {
    width: 100%;
  }
  .memoirWriter .lifeStory .text {
    padding: 20px;
  }
  .memoirWriter .lifeStory .text h2 {
    font-size: 32px;
  }
  .memoirWriter .testimonials {
    padding: 40px 20px;
  }
  .memoirWriter .testimonials .splide .slideContent {
    width: 100%;
  }
  .memoirWriter .professional {
    padding: 0;
    flex-direction: column;
  }
  .memoirWriter .professional .text,
  .memoirWriter .professional .video {
    width: 100%;
  }
  .memoirWriter .professional .text {
    padding: 20px;
  }
  .memoirWriter .yourStory {
    padding: 0;
    flex-direction: column;
  }
  .memoirWriter .yourStory .text,
  .memoirWriter .yourStory .img {
    width: 100%;
  }
  .memoirWriter .yourStory .text {
    padding: 20px;
  }
  .memoirWriter .yourStory .text h2 {
    font-size: 46px;
  }
  .memoirWriter .yourStory .img .floatingText {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
  }
  .memoirWriter .creatingBook {
    padding: 0;
    flex-direction: column;
  }
  .memoirWriter .creatingBook .text,
  .memoirWriter .creatingBook .img {
    width: 100%;
  }
  .memoirWriter .creatingBook .text {
    padding: 20px;
  }
  .memoirWriter .creatingBook .text h2 {
    font-size: 42px;
  }
  .memoirWriter .creatingBook .img {
    padding: 0;
  }
  .memoirWriter .creatingBook .img img {
    width: 50%;
  }
  .memoirWriter .creatingBook .img img.creatingBook1, .memoirWriter .creatingBook .img img.creatingBook2 {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: none;
  }
  .memoirWriter .flexibleService {
    flex-direction: column-reverse;
  }
  .memoirWriter .flexibleService .text,
  .memoirWriter .flexibleService .img {
    width: 100%;
  }
  .memoirWriter .findOutMore .btns {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */