@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Inria+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('aos.css');
html { overflow-x: hidden; overflow-y: visible; }
body {
  font-family: "Inria Sans";
  padding-top: 85px;
  overflow: hidden;
}
#header {
  align-items: center;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-shadow: 2px 0 5px rgba(0,0,0,0.2);
  overflow: visible;
}
#header a, #main-menu a, #mobile-menu a {
  color: #2793da;
}
#header a:hover, #main-menu a:hover, #mobile-menu a:hover {
  text-decoration: underline;
}
#logo img {
  padding: 0 0 0 1rem;
  padding-top: 16px;
  max-width: 220px;
  min-width: 200px;
  transition: all 0.2s ease-in-out;
}
#logo img:hover {
  filter: grayscale(100%);
}
#intro {
  background-image: url("../img/background-home-intro-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  background-position-x: 100%;
  background-position-y: top;
  text-align: right;
  position: relative;
}
#main-menu {
  height: 100%;
  font-weight: 300;
  font-size: 1.1rem;
  margin-top: 1rem;
}
#main-menu ul {
  margin: 0;
  list-style-type: none;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  font-size: 0.95rem;
}
#main-menu ul li {
  align-self: center;
}
#main-menu ul li a {
  /* margin: 0 1rem; */
  color: #3298dc;
  padding: 0.25rem .65rem;
  transition: all 0.1s ease-in-out;
}
#main-menu ul li a:hover {
  background-color: #3298dc;
  color: #fff;
}
#mobile-menu-button {
  color: #3298dc;
}
#mobile-menu {
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: translateY(-100%) scale(3);
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  bottom: -1rem;
  z-index: 999;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
}
#mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
#mobile-menu li a, #mobile-menu li .menu-text {
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0.5rem 0;
}

#mobile-menu li ul li::before {
  content: "\2771";
  height: 1.2rem;
  font-size: 1.2rem;
  width: 1rem;
  line-height: 1.2rem;
  text-align: right;
  display: inline-block;
  margin-left: 1rem;
}
.tagline {
  font-size: 2rem;
  width: 30%;
  position: absolute;
  top: 20%;
  left: 60%;
  /* background-color: rgba(33, 124, 193, 0.1); */
  color: #3298dc;
  padding: 1rem;
  text-align: center;
  line-height: 1.1;
  font-weight: 300;
  text-shadow: -1px 1px 0 white;
  /* border-radius: 4px; */
  /* transform: rotate(4deg); */
}
.tagline2 {
  font-size: 1rem;
  color: #3298dc;
  width: 30%;
  position: absolute;
  top: 50%;
  left: 60%;
  padding: 1rem;
  text-align: center;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 3px;
  /* border-radius: 4px; */
  /* transform: rotate(4deg); */
}
.columns {
  overflow-x: hidden;
}
.highlight {
  /* font-family: "Overpass"; */
  /* text-decoration: underline; */
  /* font-weight: 700;
  font-style: italic; */
  font-family: "Permanent Marker";
  font-size: 130%;
  line-height: 1;
  vertical-align: text-top;
}
#offer {
  display: flex;
  flex-wrap: wrap;
  overflow: initial;
  box-shadow: -5px 0 5px inset rgba(0,0,0,0.4);
  background-image: url("../img/paper-tile.png");
}
#offer .coupon {
  margin: 0 auto;
  margin-top: 0%;
  transition: all 0.1s ease-in-out;
  position: relative;
  top: -120px;
  width: auto;
  max-height: 190px;
  z-index: 99;
}
#offer .coupon-wrapper {
  margin-bottom: -160px;
}
#offer .columns .column {
  display: flex;
  align-self: center;
  text-align: center;
}
#offer input[type='text'] {
  border-radius: 4px;
  font-size: 1rem;
  border: 1px solid #bee8d2;
  padding: 0.25rem 0.5rem;
  margin: 0 1rem;
  width: 100%;
}
#offer input[type='submit'] {
  padding: 0.25rem 0.5rem;
  margin: 0 1rem;
}
#hero {
  background-color: #0c3144;
  color: #fff;
  background-image: url("../img/background-seminar-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 0%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-top: -.75rem;
}
#hero p {
  margin: 1rem;
}
#hero p.lead-in {
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 0.9rem;
  text-transform: uppercase;
}
#hero h6 {
  color: #fff;
  margin: 1rem 1rem 2rem 1rem;
  letter-spacing: 3px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 2rem;
  border-bottom: 1px solid #00d1b2;
  text-align: center;
}
#options {
  overflow: initial;
  background-color: rgba(227, 217, 107, 0.5);
}
#options .column {
  padding: 0;
  text-align: center;
  /* transition: all 0.1s ease-in-out; */
  position: relative;
  padding-bottom: 80px;
}
#options #consult {
  background-color: #e3d96b;
  background-image: url("../img/1.png");
  background-repeat: no-repeat;
  background-position-x: left top;
}
#options #consult h5, #options #consult p, #options #consult ul {
  color: #59552a;
}
#options #coaching {
  background-color: #e3b16b;
  background-image: url("../img/2.png");
  background-repeat: no-repeat;
  background-position-x: left top;
}
#options #coaching h5, #options #coaching p, #options #coaching ul {
  color: #59462a;
}
#options #courses {
  background-color: #e3896b;
  background-image: url("../img/3.png");
  background-repeat: no-repeat;
  background-position-x: left top;
}
#options #courses h5, #options #courses p, #options #courses ul {
  color: #59362a;
}
#options h5 {
  color: white;
  font-weight: 700;
  font-size: 1.35rem;
  /* background-color: rgba(255, 255, 255, 0.2); */
  padding: 1rem;
  z-index: 99;
}
#options .option-icon {
  width: 110px;
  opacity: 1;
}
#options ul {
  column-count: 2;
  column-fill: balance;
  list-style: disc !important;
  margin: 1rem 2rem;
  text-align: left !important;
  font-size: 0.9rem;
}
#options ul li {
  margin: 0.5rem 1rem;
  line-height: 1.25;
  break-inside: avoid !important;
}
#options .button {
  border: 2px solid #fff;
  margin-bottom: 2rem;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  background-color: inherit;
  transition: all 0.1s ease-in-out;
}
#options .column:hover .button {
  background-color: #00d1b2;
}
#hero .first h6 {
  color: #e3d96b;
  margin: 1rem 1rem 0 1rem;
  padding-bottom: 0;
  border-bottom: 0;
  /* font-size: 200%; */
}
.sketch-note {
  max-height: 500px;
  margin: -35px auto -20px auto;
  transition: all 0.2s ease-in-out;
}
.map {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 70%;
  max-height: 100%;
  padding-top: 200px;
}
#social {
  background-image: url("../img/background-home-social-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  background-position-x: 100%;
  background-position-y: 50%;
  text-align: right;
  position: relative;
  box-shadow: 5px 0 10px inset rgba(0,0,0,0.4);
  display: flex;
}
#social h4 {
  font-size: 2rem;
  font-family: "Permanent Marker";
  color: #0c3144;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}
.social-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 2rem;
}
.social-container a.button {
  margin: 0.5rem 0;
  text-align: left !important;
  border: 1px solid #fff;
}
[data-aos="mobile-zoom"] {
  transform: skewX(45deg);
  opacity: 0;
  transition-property: transform, opacity
}
[data-aos="mobile-zoom"].aos-animate {
  transform: skewX(0);
  opacity: 1;
}
#testimonials {
  background-image: url("../img/background-home-clients.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  background-position: right center;
  position: relative;
  box-shadow: 5px 5px 5px inset rgba(0,0,0,0.2);
  display: flex;
  padding-bottom: 2rem;
}
#testimonials .entry {
  padding-left: 1rem;
  padding-right: 1rem;
  border-left: 1px solid #fff;
}
#testimonials .portrait {
  max-width: 100px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: -2px 2px 4px rgba(0,0,0,0.2);
  float: right;
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
}
#testimonials p {
  margin: 0.5rem auto;
}
#testimonials .name {
  font-weight: 700;
}
#footer {
  background-color: #3298dc;
  padding-bottom: 9rem;
  color: #fff;
  font-size: 0.9rem;
  overflow: hidden;
  z-index: 999;
}
#footer a {
  color: #fff;
  font-weight: 700;
}
#footer .icon {
  transition: all 0.1s ease-in-out;
}
#footer .icon:hover {
  transform: scale(1.35);
}
#footer .stamp {
  transition: all 0.1s ease-in-out;
  opacity: 0.85;
}
#footer .stamp:hover {
  opacity: 1;
  transform: scale(1.2);
}
.voucher-wrapper {
  margin: 0 .5rem;
  width: 100%;
}
.first {
  order: 2;
}
.second {
  order: 1;
}
@media (min-width: 1024px) {
  #intro, #social {
    min-height: 1000px;
  }
  .tagline {
    width: 30%;
    top: 20%;
    font-size: 3rem;
  }
  .tagline2 {
    width: 30%;
    top: 80%;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: -4px 4px 5px rgba(0,0,0,0.2);
  }
}
@media (max-width: 1023px) {
  #intro, #social {
    background-position-x: 75%;
  }
  .tagline {
    width: 40%;
  }
  .tagline2 {
    width: 40%;
  }
  #offer .coupon {
    margin-top: 0%;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  #options ul {
    column-count: 1;
  }
  #options ul li {
  }
}
@media (min-width: 769px) {
  #options .column {
    /* transition: all 0s ease-in-out; */
    /* border-right: 1px solid #010e17; */
  }
  #options .column:hover {
    position: relative;
    top: -1rem;
    padding-top: 1rem;
    /* padding-bottom: 1rem; */
    margin-bottom: -1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0px 0 10px rgba(0,0,0,0.2);
    z-index: 99;
  }
}
@media (max-width: 768px) {
  #offer input[type='submit'] {
    padding: 0.25rem 0.5rem;
    margin: 0 auto;
  }
  #options .column:not(:last-of-type) {
    /* border-bottom: 1px solid #0c3144; */
  }
  #options ul {
    column-count: 2;
  }
  #options .button {
    background-color: #00d1b2;
  }
  #social {
    background-position-x: 60%;
  }
  .social-container {
    margin-top: 40%;
  }
  [data-aos="mobile-zoom"] {
    opacity: 0;
    transition-property: opacity;
  }
  [data-aos="mobile-zoom"].aos-animate {
    opacity: 1;
  }
  #testimonials .entry {
    border-left: 0;
    box-shadow: -2px 2px 5px rgba(0,0,0,0.2);
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 8px;
  }
  #testimonials .container .column:last-of-type .entry {

  }
  #options .column {
    box-shadow: -5px 0 5px inset rgba(0,0,0,0.2);
  }
  .map {
    max-width: 80%;
  }
}
@media (max-width: 550px) {
  #intro {
    background-position-x: 62%;
  }
  #social {
    background-position-x: 55%;
  }
  .tagline {
    font-size: 1.7rem;
    top: 25%;
    left: 40%;
    width: 50%;
  }
  .tagline2 {
    left: 5%;
    width: 90%;
    top: 4%;
    font-size: 0.85rem;
  }
}