/* ************* */
/* HEADER */
/* ************* */

.header {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #000;

  /* Because we want header to be sticky later */
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.logo {
  max-height: 3rem;
}

.flag {
  max-height: 2.2rem;
  width: fit-content;
  margin: 0 auto;
}

/* ************* */
/* NAVIGATION */
/* ************* */

.main-nav-list {
  list-style: none;
  display: flex;
  gap: 4.8rem;
  align-items: center;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
  text-transform: uppercase;
}

.main-nav-link:hover,
.main-nav-link:active {
  color: #e5a5ab;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #e5a5ab;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #e5a5ab;
}

.language-button:link,
.language-button:visited {
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: center;
}

/* MOBILE */

.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;

  display: none;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #fff;
}

.icon-mobile-nav[name="close-outline"] {
  display: none;
}

/* STICKY NAVIGATION */

.sticky .header {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 500;
  background-color: rgba(62, 61, 61, 0.97);
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

/* .sticky .section-hero {
  margin-top: 9.6rem;
} */

/* ************* */
/* HERO SECTION */
/* ************* */

.section-hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* padding: 2rem 0 0 0 !important; */
  background: url(../img/hojas-bg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 65rem;
}

.hero-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;

  /* Because we want header to be sticky later */
  height: 9.6rem;
  padding: 0 4.8rem;
  position: relative;
}

.hero-main {
  display: grid;
  grid-template-columns: 3fr 1fr 3fr;
  justify-items: center;
  align-items: center;
  max-width: 60%;
  margin: 0 auto;
  color: #fff;
}

.hero-break {
  border: 1.5px solid #fff;
  height: 80%;
}

.hero-text h1 {
  text-transform: uppercase;
  font-size: 3rem;
  margin-bottom: 1.8rem;
  font-family: "Alegreya";
  letter-spacing: 0.75px;
  font-style: italic;
}

.hero-text p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.hero-main img {
  max-width: 100%;
}

.hero-ole {
  max-width: 15%;
  translate: -10%;
}

.about {
  background: url(../img/lakewoods-bg2.jpg);
  background-position: -200px;
}

.lw-hero {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}

.lakewoods-logo {
  max-width: 40%;
  margin: 0 auto;
}

.nav-section {
  background-color: #000000;
  padding: 3.2rem;
}

.lw-nav-list {
  list-style: none;
  display: flex;
  gap: 4.8rem;
  align-items: center;
  justify-content: space-around;
  font-size: 2.4rem;
}

.lw-nav-link:link,
.lw-nav-link:visited {
  display: inline-block;
  text-decoration: none;

  color: #f8f2f2;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.lw-nav-link:hover,
.lw-nav-link:active {
  color: #c2b69b;
}

.intro-section {
  display: flex;
  padding: 3.2rem 0 8rem 0;
  max-width: 70%;
  align-items: center;
  margin: 0 auto;
  gap: 4.8rem;
  font-size: 2rem;
  line-height: 1.5;
  color: #969695;
}

.intro-vid {
  /* width: 100%;
  max-height: 64rem; */
  max-width: 40%;
}

.welcome-text h2 {
  color: #be1e2d;
  font-size: 3.6rem;
  margin-bottom: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}

.welcome-text p {
  color: #3e3d3d;
  margin-bottom: 3.6rem;
}

.unique-section {
  background-image: url(../img/unique-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 30rem 0 0 0;
}

.unique-content {
  color: #fff;
  background-color: #3e3d3d;
  text-align: center;
  padding: 2.4rem 0 2.4rem 0;
}

.unique-content h3 {
  font-size: 2.4rem;
}

.unique-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2.4rem;
  max-width: 70%;
  margin: 2.4rem auto;
  margin-top: 1.2rem;
  border-bottom: 1px solid #fff;
  margin-bottom: 3.6rem;
}

.unique-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem;
  padding-bottom: 3.6rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.unique-box img {
  max-width: 20%;
}

.katie-header {
  text-transform: uppercase;
}

.katie-section {
  display: flex;
  max-width: 70%;
  margin: 0 auto;
  padding: 3.6rem 0 3.6rem 0;
  gap: 3.6rem;
  color: #3e3d3d;
}

.katie-imgs {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 1rem;
  overflow: hidden;
  padding: 0 3.6rem 3.6rem 0;
}

.katie-imgs img {
  width: 100%;
  height: 100%;
}

.katie-img1 {
  grid-column: 1 / 3;
}

.katie-info h3 {
  font-size: 3rem;
  margin-bottom: 1.8rem;
}

.katie-info p {
  font-size: 1.6rem;
  margin-bottom: 3.6rem;
  line-height: 1.2;
}

.course-package-section {
  background-image: url(../img/course-bg.webp);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 10rem 0 0 0;
  color: #fff;
}

.course-topper {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10rem;
}

.course-topper h4 {
  font-size: 3rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.course-container {
  display: flex;
  margin: 0 auto;
  max-width: 70%;
  justify-content: center;
  gap: 4.8rem;
  margin-bottom: -10rem;
}

.course {
  background-color: #e3e5e0;
  color: #3e3d3d;
  padding: 3.6rem 4.8rem 2.4rem 4.8rem;
  border-radius: 20px;
  width: 25%;
  line-height: 1.5;
  font-size: 1.6rem;
}

.course h5 {
  font-size: 2rem;
  color: #be1e2d;
}

.contact-section {
  padding-top: 13.6rem;
  background-color: #fff;
}

.contact-section h6 {
  font-size: 2rem;
  text-transform: uppercase;
}

.pricing {
  display: flex;
  border-top: 2px solid #3e3d3d;
  border-bottom: 2px solid #3e3d3d;
  max-width: 70%;
  margin: 0 auto;
  align-items: center;
  font-size: 1.6rem;
  gap: 2.4rem;
  padding: 2.4rem 0 2.4rem 0;
  text-align: center;
  text-transform: uppercase;
}

.pricing h6 {
  width: 20%;
}

.price {
  border-right: 2px solid #3e3d3d;
  padding-right: 2.4rem;
  width: 18%;
  line-height: 1.2;
}

.price:last-child {
  border-right: none;
}

.price-num {
  color: #be1e2d;
  font-size: 2rem;
  font-weight: 600;
}

.location {
  display: flex;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 2.4rem 0 2.4rem 0;
  border-bottom: 2px solid #3e3d3d;
}

.location h6 {
  width: 20%;
}

.location-info {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-size: 1.6rem;
  width: 72%;
  line-height: 1.2;
}

.location-embed {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.google-maps img {
  max-width: 20%;
  text-align: center;
}

.google {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.8rem;
}

.questions a {
  margin-bottom: 1.8rem;
}

.questions,
.google-maps,
.embed {
  width: 30%;
}

.contact-container {
  display: flex;
  max-width: 70%;
  margin: 0 auto;
  padding: 2.4rem;
  border-bottom: 2px solid #3e3d3d;
  gap: 4.8rem;
}

.contact-info {
  width: 40%;
  line-height: 1.2;
  font-size: 1.6rem;
}

.contact-info h6 {
  margin-bottom: 2.4rem;
}

.contact-info a {
  margin-bottom: 2.4rem;
}

.contact-info p {
  margin-bottom: 2.4rem;
}

.form-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 52%;
  margin: 0 auto;
}

.form-container h4 {
  text-align: center;
  font-size: 3rem;
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}

.form-container label {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.form-break {
  border-top: 1px solid #555;
  width: 30%;
  margin: 0 auto;
}

.form-container form {
  display: flex;
  flex-direction: column;

  /* gap: 1.6rem; */
  max-width: 100%;
  /* padding: 2.4rem 3.6rem 2.4rem 3.6rem; */
}

.form-container input {
  width: 100%;
  min-height: 3rem;
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  margin-bottom: 2.4rem;
}

#submit {
  /* width: fit-content;
  padding: 1rem 1.5rem 1rem 1.5rem;
  margin: 0 auto;
  font-size: 2.4rem; */

  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  padding: 1.2rem 2.4rem;
  border-radius: 50px;
  text-decoration: none;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 0;

  /* only for .btn */
  border: none;
  cursor: pointer;
  font-family: inherit;

  /* Put transition on original 'state' */
  transition: all 0.3s;

  background-color: #be1e2d;
  color: #fff;
}

#submit:hover {
  cursor: pointer;
  background-color: #85151f;
}

#message {
  height: 20rem;
  padding: 0.5rem;
  margin-bottom: 2.4rem;
}

.red {
  color: red;
}

.form-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.form-group label {
  display: inline-block;
}

.contact-finisher {
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
  text-align: center;
}

.history-bg {
  background-image: url(../img/history-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 32rem;
}

.history-title {
  background-color: #be1e2d;
  color: #fff;
  text-transform: uppercase;
  padding: 2.4rem 0 2.4rem 0;
}

.history-title h5 {
  width: 70%;
  margin: 0 auto;
  font-size: 2rem;
  font-style: italic;
}

.history-intro {
  display: flex;
  width: 70%;
  margin: 0 auto;
  font-size: 1.6rem;
  gap: 2.4rem;
  padding: 2.4rem 0 2.4rem 0;
  line-height: 1.2;
}

.history-intro h6 {
  font-size: 2rem;
  font-style: italic;
  border-right: 2px solid #3e3d3d;
  padding-right: 2.4rem;
  text-transform: uppercase;
}

.history-info {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}

.time-grid-container {
  background-color: #3e3d3d;
  color: #fff;
}

.time-grid {
  width: 70%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding: 2.4rem 0 2.4rem 0;
  gap: 2.4rem;
}

.time-grid h6 {
  text-align: right;
  font-size: 2rem;
  text-transform: uppercase;
}

.time-grid p {
  border-bottom: 2px solid #58595b;
  padding-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 1.5;
}

.flamenco-elements-header {
  font-size: 2rem;
  color: #be1e2d;
  font-style: italic;
  text-align: center;
  margin-top: 2.4rem;
  text-transform: uppercase;
}

.elements {
  display: flex;
  width: 70%;
  margin: 0 auto;
  justify-content: space-around;
  padding: 2.4rem 0 2.4rem 0;
  border-bottom: 2px solid #58595b;
  text-align: center;
  line-height: 1.2;
  font-size: 1.6rem;
}

.element-img-box {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.element img {
  width: 100%;
}

.element h6 {
  font-size: 1.8rem;
}

.info-finisher {
  display: flex;
  width: 70%;
  margin: 0 auto;
  font-size: 1.6rem;
  gap: 2.4rem;
  padding: 2.4rem 0 2.4rem 0;
  line-height: 1.2;
  align-items: center;
}

.info-finisher h6 {
  font-size: 2rem;
  font-style: italic;
  padding-right: 2.4rem;
  text-transform: uppercase;
  color: #be1e2d;
  width: 30%;
}

.history-show {
  text-align: center;
  background-color: #3e3d3d;
  color: #fff;
  padding: 2.4rem 0 2.4rem 0;
}

.history-show button {
  background-color: #3e3d3d;
  color: #fff;
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
  transition: all 0.3s;
}

.history-show button:hover {
  background-color: #3e3d3d;
  color: #e3e5e0;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
}

.learning-section {
  background-color: #e3e5e0;
  padding: 2.4rem 0 2.4rem 0;
  font-size: 1.6rem;
  line-height: 1.2;
}

.learning-container {
  width: 70%;
  margin: 0 auto;
}

.learning-container h4 {
  font-size: 2rem;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

.learning-container p {
  margin-bottom: 2.4rem;
}

.learning-videos {
  display: flex;
  justify-content: space-around;
}

.learning-vid {
  width: 30%;
}

.learning-vid video {
  max-width: 100%;
}

.gallery-section {
  padding: 2.4rem 0 2.4rem 0;
}

.gallery-section h4 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2.4rem;
}

.photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.photo {
  max-height: 25rem;
  width: auto;
  max-width: 33%;
  overflow: hidden;
  transition: all 0.4s;
}

.photo:hover {
  transform: scale(1.05);
}

/* ************* */
/* FOOTER*/
/* ************* */

.footer {
  padding: 12.8rem 0;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #3e3d3d;
  color: #fff;
}

.grid--footer {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.footer-logo .logo {
  max-height: 15rem;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
  justify-content: center;
}

.social-icon {
  height: 2.4rem;
  width: 2.4rem;
}

.copyright {
  color: #fff;
  line-height: 1.6;
  margin-top: auto;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  border-left: 2px solid #fff;
  padding-left: 1.6rem;
}

.contacts p:first-child {
  margin-bottom: 2.4rem;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  transition: all 0.3s;
  text-transform: uppercase;
}

.footer-link:hover,
.footer-link:active {
  color: #be1e2d;
}

.grid--footer {
  margin-bottom: 2.4rem !important;
}

.perseo-footer {
  border-top: 2px solid #fff;
  padding-top: 2.4rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  font-size: 2rem;
}

.perseo-footer img {
  margin-bottom: 1rem;
  margin-right: 5rem;
  max-width: 17%;
}

.perseo-footer a:link,
.perseo-footer a:visited {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}

.perseo-footer a:hover,
.perseo-footer a:active {
  color: #c2b69b;
}
