* {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mauto {
  margin: 0 auto;
}

header {
  min-height:100vh;
  padding-top: 1em;
  background-image: url(../images/header-background.webp);
  background-position: left center;
  background-size: cover;
}
header .container-fluid {
  padding-left: 200px;
  padding-right: 250px;
}
header .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
}
header .content {
  display: flex;
  align-items: center;
  min-height:80vh;
}
header h1 {
  color: black;
  font-size: 5.5rem;
  line-height: 1.1;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
  margin-bottom: 0.5em;
  max-width: 65%;
  font-weight: 900;
}
header h2 {
  text-transform: uppercase;
  font-size: 15px;
  max-width: 70%;
  font-weight: 300;
}
header h3 {
  font-size: 1.8rem;
  font-weight: 400;
  padding-top: 0;
  margin-top: 0.5em;
  margin-bottom: 2em;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  max-width: 60%;
}
header button {
  background-color: #893d64;
  color: white;
  font-size: 2rem;
  border: none;
  border-radius: 8px;
  padding: 0.5em 1em;
  font-weight: 700;
}
header .buy-btn {
  font-size: 2.6rem;
  animation: pulse 1s linear infinite;
}
header button:hover {
  background-color: #57233e;
  transition: 0.2s;
}
header .content-2 {
  text-align: center;
}
header .content-2 img {
  animation: bounce 0.5s infinite alternate;
  cursor:pointer !important;
}

@keyframes pulse {
  0% {
   transform: scale(1, 1);
  }

  50% {
   transform: scale(1.1, 1.1);
  }

  100% {
  transform: scale(1, 1);
  }
}

@keyframes bounce {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-30px);
  }
}

.consult {
  padding-top: 2em;
  padding-bottom: 2em;
  border-right: 10px solid #eb6233;
  border-left: 10px solid transparent;
}
.consult .content {
  display: flex;
  align-items: center;
}
.consult h1 {
  font-weight: 900;
  font-size: 7rem;
  line-height: 1;
  margin-top: 0.3em;
}
.consult p {
  font-size: 2rem;
  text-align: justify;
}

.about-me {
  border-right: 10px solid #eb6233;
  border-left: 10px solid transparent;
}
.about-me .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80vh;
}
.about-me img {
  max-width: 400px;
  border-radius: 30px;
}
.about-me h1 {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1;
  margin-top: 0.3em;
}
.about-me p {
  font-size: 2rem;
  text-align: justify;
}

.schedule {
  padding-bottom: 5em;
}
.schedule h1 {
  font-weight: 900;
  text-align: center;
  font-size: 4rem;
}
.schedule p {
  text-align: center;
  font-size: 2rem;
}
.schedule button {
  border: none !important;
  max-width: 80%;
  background-color: #eb6233;
  border-radius: 8px;
  color: white;
  font-weight: 700;
  font-size: 3rem;
  margin-top: 1.5em;
  padding: 0.5em 3em;
}
.schedule button img {
  margin-top: -0.1em;
  margin-right: 0.5em;
}
.schedule button:hover {
  background-color: #9a3412;
  transition: 0.2s;
}
footer {
  background-color: #62822f;
  text-align: center;
}
footer h2 {
  font-weight: 700;
  font-size: 3.6rem;
  margin-bottom: 0;
  color: white;
}
footer p {
  font-size: 1.8rem;
  line-height: 1;
}
footer p a {
  color: white;
}

footer .socials {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
footer .socials p {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
/* Mobile */
@media screen and (max-width: 978px) {
  header .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .content {
    flex-wrap: wrap;
    text-align: center;
    min-height: auto;
  }
  header .content-2 {
    margin-top: 3.5em;
  }
  header .menu button {
    display: none;
  }
  header .menu img {
    margin: 0 auto;
  }
  header .buy-btn {
    font-size: 1.8rem;
  }
  header h2, header h3 {
    max-width: 100%;
  }
  header h3 {
    margin-bottom: 1.5em;
  }
  header .book {
    margin-bottom: 1em;
  }
  header h1 {
    font-size: 4rem;
    max-width: 100%;
  }
  .consult h1 {
    text-align: center;
    font-size: 4.8rem;
  }
  .consult p {
    text-align: center;
  }
  .about-me .content {
    flex-wrap: wrap-reverse;
    text-align: center;
  }
  .consult .content {
    flex-wrap: wrap;
  }
  .about-me img {
    max-width: 100%;
  }
  .about-me h1 {
    font-size: 5rem;
    text-align: center;
  }
  .schedule button {
    font-size: 2rem;
  }
}

/* Small Query */
@media only screen and (min-width: 980px) and (max-width: 1024px)  {
  header .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
  header h1 {
    font-size: 5rem;
    max-width: 90%;
  }
  header h3 {
    max-width: 80%;
  }
}

/* Medium Query */
@media only screen and (min-width: 1025px) and (max-width: 1700px)  {
  header .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* High Query */
@media only screen and (min-width: 1710px) and (max-width: 2559px)  {

}

/* 2k Query */
@media only screen and (min-width: 2560px) and (max-width: 9000px)  {
 
}