@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Satisfy&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");

/*IDEAS TO ASK JACK!
-Introduce owners on front page
-FAQ? if so where
-Reviews Section (customers reviews from yelp)
*/

/*Change Notes
-Remove logo, maybe put it back in header
-move consult text above process banner
-move process text below banner
-make interactive gallery
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
  letter-spacing: 1px;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 5rem;
}

body {
  overflow-x: hidden;
  min-height: 100vh;
}

hr {
  width: 80%;
  height: 2px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1800px;
  border: 0;
}
/*----------Header-----------*/
header {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 100px;
  transition: 0.6s;
}

header.sticky {
  background: #c1ccc6;
  padding: 2px 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.logo {
  font-size: 3rem;
  font-family: "Satisfy";
  font-weight: bolder;
  text-decoration: none;
  font-style: italic;
  color: #fff;
}

header .menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .menu a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0 30px;
  padding: 0 10px;
  border-radius: 20px;
  transition: 0.3s;
  transition-property: color, background;
}

header i {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  margin: 0 30px;
  padding: 5px 5px;
  border-radius: 20px;
  transition: 0.3s;
  transition-property: color, background;
}

header i:hover {
  color: black;
  background: #fff;
}

header .menu a:hover {
  color: #000;
  background: #fff;
}

header .btn {
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

/*------------Body----------------*/
.banner {
  position: relative;
  padding-top: 500px;
  padding-bottom: 1200px;
  min-width: 100%;
  background-image: url(Images/image23_upscaled_blurred.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 800px;
}

.hero-text {
  color: #fff;
}

.hero-text h1 {
  font-size: 4.5rem;
  font-family: "Merriweather";
  font-style: italic;
}

.hero-text p {
  font-size: 1.5rem;
}

.hero-btn {
  margin-top: 30px;
}

.hello-text {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  letter-spacing: 1px;
}

.hello-text h1 {
  font-size: 2.5em;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  color: #b1bbb5;
  font-family: "Merriweather";
  font-style: italic;
}

.hello-text p {
  line-height: 40px;
  margin-top: 15px;
  padding-left: 180px;
  padding-right: 180px;
  font-size: 1.6em;
}

.hello-text img {
  max-width: 600px;
  margin-top: 35px;
  margin-bottom: 35px;
  border-radius: 40px;
}

.hello-text button {
  width: 200px;
  margin-top: 20px;
}

.process-banner {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #c1ccc6;
}

.process-text {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  letter-spacing: 1px;
  padding-top: 40px;
  background-color: rgba(242, 242, 242, 0.35);
}

.process-text h1 {
  font-size: 2.8em;
  color: #b1bbb5;
  font-weight: 700;
  font-family: "Merriweather";
  font-style: italic;
}

.process-text p {
  line-height: 40px;
  padding-left: 290px;
  padding-right: 290px;
  font-size: 1.6em;
  padding-bottom: 10px;
}

/*-------process one-------*/
.process-one {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-left: 130px;
  padding-right: 130px;
  line-height: 40px;
  background-color: rgba(242, 242, 242, 0.35);
}

.process-one h2 {
  color: #9db4a6;
  font-family: "Merriweather";
  font-weight: 700;
  font-style: italic;
  margin-right: 40px;
}

.process-one p {
  font-size: 1.4em;
  margin-right: 100px;
  padding-right: 120px;
}

.process-one img {
  max-width: 600px;
  border-radius: 20px;
}
/*-------process two-------*/
.process-two {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-left: 130px;
  padding-right: 130px;
  line-height: 40px;
  background-color: rgba(242, 242, 242, 0.35);
}

.process-two h2 {
  color: #9db4a6;
  margin-left: 100px;
  padding-left: 140px;
  font-family: "Merriweather";
  font-style: italic;
}

.process-two h3 {
  margin-left: 100px;
  padding-left: 140px;
}

.process-two p {
  font-size: 1.4em;
  margin-left: 100px;
  padding-left: 140px;
}

.process-two img {
  max-width: 600px;
  border-radius: 20px;
}
/*-------process three-------*/
.process-three {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-left: 130px;
  padding-right: 130px;
  line-height: 40px;
  background-color: rgba(242, 242, 242, 0.35);
}

.process-three h2 {
  color: #b1bbb5;
  font-family: "Merriweather";
  font-style: italic;
}

.process-three p {
  font-size: 1.4em;
  margin-right: 100px;
  padding-right: 120px;
}

.process-three img {
  max-width: 600px;
  border-radius: 20px;
}
/*-------process four--------*/
.process-four {
  display: flex;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 130px;
  padding-right: 130px;
  line-height: 40px;
  background-color: rgba(242, 242, 242, 0.35);
}

.process-four h2 {
  color: #b1bbb5;
  margin-left: 100px;
  padding-left: 140px;
  font-family: "Merriweather";
  font-style: italic;
}

.process-four h3 {
  margin-left: 100px;
  padding-left: 140px;
}

.process-four p {
  font-size: 1.4em;
  margin-left: 100px;
  padding-left: 140px;
}

.process-four img {
  max-width: 600px;
  border-radius: 20px;
}
/*---------Consult Text---------*/
.consult-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 100px;
  padding-left: 130px;
  padding-right: 130px;
  line-height: 40px;
}

.consult-text h2 {
  color: #b1bbb5;
  font-style: italic;
}

.consult-text p {
  font-size: 1.4em;
  padding-bottom: 40px;
  margin: 0 120px;
}

.consult-text button {
  margin-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
}
/*-------------Reviews/testimonials----------*/

.hr-div {
  display: flex;
  justify-content: center;
}

.line-break {
  width: 100%;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 40px;

  text-align: center;
  justify-items: center;
  align-items: center;
  margin: 0 20px;
}

.reviews-title {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 1.5rem;
  color: #c1ccc6;
}

.reviews-title h1 {
  font-family: "Merriweather";
  font-style: italic;
}

.reviews img {
  max-width: 50px;
}

.reviews p {
  font-size: 1.3rem;
}

.reviews h3 {
  margin-top: 20px;
  font-size: 1rem;
}

.reviews hr {
  display: flex;
  width: 20%;
  margin: 20px 0;
}

.line {
  padding: 2px 5px;
  background-color: #c1ccc6;
  margin: 15px 150px;
  border-radius: 50px;
}

/*----------Footer----------*/
.footer-main {
  margin-top: 50px;
}

footer {
  background-color: #c1ccc6;
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons a {
  text-decoration: none;
  padding: 10px;
  background-color: #fff;
  margin: 10px;
  border-radius: 50%;
}

.social-icons a i {
  font-size: 1.2em;
  color: #000000;
  opacity: 0.9;
}

.social-icons a:hover {
  background-color: #000000;
  transition: 0.5s;
}

.social-icons a:hover i {
  color: #fff;
  transition: 0.5s;
}

.footer-nav {
  margin: 10px 0;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}

.footer-nav ul li a {
  color: #fff;
  margin: 20px;
  text-decoration: none;
  font-size: 1.4em;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}

.footer-nav ul li a:hover {
  color: #000;
  background: #fff;
  padding: 0 10px;
  transition: 0.3s;
  border-radius: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
}

.footer-bottom p {
  color: #fff;
  letter-spacing: 1px;
  font-size: 1.1em;
  padding-bottom: 20px;
}

/*------Button one styling------*/
.chronicle-button {
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 1;
  border-radius: 25px;
  padding: 0.815rem 1.232rem;
  cursor: pointer;
  border: #b1bbb5 1;
  background: white;
}

.chronicle-button:hover {
  background: #c1ccc6;
  color: #fff;
}

.chronicle-button:hover span:nth-of-type(1) em {
  opacity: 0;
  transform: rotateX(90deg) scaleX(0.9) translate3d(0, -10px, 0);
}

.chronicle-button:hover span:nth-of-type(2) em {
  opacity: 1;
  transform: rotateX(0deg) scaleX(1) translateZ(0);
  transition: transform 0.75s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s linear 0.3s;
}

span {
  position: relative;
  display: block;
  perspective: 108px;
}

span:nth-of-type(2) {
  position: absolute;
}

em {
  font-style: normal;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  will-change: transform, opacity, transition;
  transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1),
    opacity 0.35s linear 0.2s;
}

span:nth-of-type(1) em {
  transform-origin: top;
}

span:nth-of-type(2) em {
  opacity: 0;
  transform: rotateX(-90deg) scaleX(0.9) translate3d(0, 10px, 0);
  transform-origin: bottom;
}
/*-----------Media Queries------------------*/
@media (max-width: 1650px) {
  .logo {
    margin-left: 10px;
  }

  header {
    padding: 20px 10px;
  }

  header.sticky {
    padding: 20px 10px;
  }

  header .menu a {
    margin: 0 15px;
  }
}

@media (max-width: 1430px) {
  header i {
    margin: 0;
  }
}

@media (max-width: 1410px) {
  .process-text p {
    line-height: 40px;
    padding-left: 140px;
    padding-right: 140px;
    font-size: 1.4em;
    padding-bottom: 10px;
  }
  /*-------process one-------*/
  .process-one {
    padding-right: 40px;
    padding-left: 40px;
  }

  .process-one h2 {
    margin-right: 40px;
  }

  .process-one p {
    margin-right: 40px;
    padding-right: 40px;
  }

  .process-one img {
    max-width: 500px;
  }
  /*-------process two-------*/
  .process-two {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-two h2 {
    margin-left: 40px;
    padding-left: 40px;
  }

  .process-two h3 {
    margin-left: 40px;
    padding-left: 40px;
  }

  .process-two p {
    margin-left: 40px;
    padding-left: 40px;
  }

  .process-two img {
    max-width: 500px;
  }
  /*-------process three-------*/
  .process-three {
    padding-right: 40px;
    padding-left: 40px;
  }

  .process-three p {
    font-size: 1.4em;
    margin-right: 40px;
    padding-right: 40px;
  }

  .process-three img {
    max-width: 500px;
  }
  /*-------process four--------*/
  .process-four {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-four h2 {
    margin-left: 40px;
    padding-left: 40px;
  }

  .process-four h3 {
    margin-left: 40px;
    padding-left: 40px;
  }

  .process-four p {
    font-size: 1.4em;
    margin-left: 40px;
    padding-left: 40px;
  }

  .process-four img {
    max-width: 500px;
  }

  .consult-text {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1262px) {
  .header-socials {
    display: none;
  }

  header {
    padding: 20px 30px;
  }

  header.sticky {
    padding: 20px 60px;
  }

  header .menu {
    position: fixed;
    background: #c1ccc6;
    flex-direction: column;
    min-width: 300px;
    height: 100vh;
    top: 0;
    right: -110%;
    padding: 80px 50px;
    transition: 0.5s;
    transition-property: right;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 40px;
  }

  header .menu.active {
    right: 0;
  }

  header .menu .close-btn {
    position: absolute;
    top: 0;
    left: 0;
    margin: 25px;
  }

  header .menu a {
    display: block;
    font-size: 1.4rem;
    margin: 20px;
    padding: 0 15px;
  }

  header .btn {
    display: block;
  }
}

@media (max-width: 1160px) {
  .wrapper p {
    font-size: 1.2rem;
  }

  .wrapper img {
    max-width: 400px;
  }
}

@media (max-width: 840px) {
  .process-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .process-one h2 {
    margin-right: 0;
  }

  .process-one p {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .process-two {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .process-two h2 {
    margin-left: 0;
    padding-left: 0;
  }

  .process-two h3 {
    margin-left: 0;
    padding-left: 0;
  }

  .process-two p {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .process-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .process-three h2 {
    margin-right: 0;
  }

  .process-three p {
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .process-four {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .process-four h2 {
    margin-left: 0;
    padding-left: 0;
  }

  .process-four h3 {
    margin-left: 0;
    padding-left: 0;
  }

  .process-four p {
    margin-left: 0;
    padding-left: 0;
    padding-bottom: 20px;
  }

  .hello-text h1 {
    padding-left: 0;
    padding-right: 0;
  }

  .hello-text p {
    padding-left: 0;
    padding-right: 0;
  }

  .process-text p {
    padding-left: 0;
    padding-right: 0;
  }

  .consult-text p {
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }

  .wrapper {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (max-width: 700px) {
  .logo {
    margin-right: 0px;
    font-size: 2.2rem;
  }

  header {
    padding-left: 30px;
    padding-right: 30px;
  }

  header.sticky {
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-bottom p {
    text-align: center;
  }

  .reviews-title {
    font-size: 1.2rem;
  }
}

@media (max-width: 505px) {
  .wrapper {
    margin: auto;
  }

  h2 {
    font-size: 1.3rem;
  }

  .wrapper p {
    font-size: 1rem;
  }

  .hello-text h1 {
    font-size: 2rem;
  }

  .process-text h1 {
    font-size: 2rem;
  }

  .footer-nav ul li a {
    font-size: 1.2rem;
  }

  .footer-bottom p {
    font-size: 0.8rem;
  }

  .footer-nav ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-nav ul li {
    padding-bottom: 5px;
  }

  .footer-nav {
    margin: 10px;
  }

  .hello-text img {
    max-width: 300px;
  }

  .menu {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 700px) {
  .footer-nav ul li a {
    font-size: 1.2em;
    margin: 10px;
  }
}

@media (max-width: 430px) {
  .hero-text h1 {
    font-size: 4rem;
  }

  .wrapper img {
    max-width: 350px;
  }

  .hello-text img {
    max-width: 300px;
  }
}

@media (max-width: 360px) {
  .wrapper img {
    max-width: 280px;
  }

  .hello-text img {
    max-width: 250px;
  }

  .logo {
    font-size: 2rem;
  }
}
