/* Fonts */
@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&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
/* Colors */
/* Heights */
html,
body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  width: 100%;
}

p {
  margin: 0;
}

.border-right::before {
  content: '';
  background: var(--bs-gray-300);
  bottom: 0;
  height: 50%;
  position: absolute;
  right: 0;
  width: 1px;
}

header {
  background-color: #edeef1;
  border-bottom: 1px solid var(--bs-gray-300);
  -webkit-box-shadow: 0px 0 5px 0 #e2e4e8;
          box-shadow: 0px 0 5px 0 #e2e4e8;
  padding: 1rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 99999;
}

header .logo {
  color: #2d2d2d;
  font-family: 'Source Serif Pro', serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  list-style: none;
  margin: 0;
}

header nav ul li a {
  color: #5a5a5a;
  padding: 1rem 1rem;
  text-decoration: none;
}

header nav ul li a:hover {
  color: #2d2d2d;
}

main {
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.hero {
  background-color: #edeef1;
  min-height: 70vh;
  padding: 10rem 0 0 0;
  position: relative;
}

.hero .background {
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

.hero .background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
}

.hero .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  z-index: 2;
}

.hero .intro h1 {
  color: #2d2d2d;
  font-family: 'Source Serif Pro', serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 7rem;
}

.hero .intro .content {
  color: #5a5a5a;
  margin: 2rem 0 0 0;
  padding: 0 5rem 10vh 0;
  position: relative;
  width: 100%;
}

.hero .intro .content.border-right::before {
  height: 100%;
}

.hero .intro .content p {
  line-height: 1.5rem;
}

.hero .intro .btn-pos {
  background-color: #EDAB56;
  border-radius: 10px;
  color: white;
  display: block;
  margin: 2rem 0 0 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero .intro .btn-pos:hover {
  background-color: #2d2d2d;
  color: white;
}

.hero .some-icons {
  bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  position: absolute;
  right: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hero .some-icons .feather {
  width: 20px;
  height: 20px;
  stroke: none;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: #2d2d2d;
}

.hero .some-icons .feather.feather-instagram {
  width: 20px;
  height: 20px;
  stroke: #2d2d2d;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.hero .some-icons a {
  padding: 0 0 1rem 0;
}

.content {
  padding: 0 0 10vh 0;
}

.content .name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 10vh;
}

.content .name.border-right::before {
  height: 50%;
  top: 0;
}

.content .name h2 {
  color: #5a5a5a;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  margin: 0;
  text-transform: uppercase;
}

.content h3 {
  font-family: 'Source Serif Pro', serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding: 1rem 0 0 0;
}

.content .subtitle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  margin: 2rem 0 0 0;
  position: relative;
}

.content .subtitle.border-right::before {
  bottom: -25%;
}

.content .subtitle .feather {
  width: 20px;
  height: 20px;
  stroke: #a4aab8;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin: 0 0.5rem 0 0;
}

.content .content {
  color: #5a5a5a;
  font-size: 1rem;
  padding: 1rem 0 0 0;
}

.content .content h3 {
  color: #2d2d2d;
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 0;
}

.content .side {
  background-color: #BDDB5C;
  border-radius: 10px;
  padding: 1rem;
}

.content .side .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content .side .title .feather {
  width: 20px;
  height: 20px;
  stroke: #a4aab8;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin: 0 0.5rem 0 0;
}

.content .side .content {
  padding: 1rem 0 0 0;
}

.courses {
  background-color: #edeef1;
  padding: 0 0 10vh 0;
}

.courses .name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 10vh;
}

.courses .name.border-right::before {
  height: 50%;
  top: 0;
}

.courses .name h2 {
  color: #5a5a5a;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  margin: 0;
  text-transform: uppercase;
}

.courses h3 {
  font-family: 'Source Serif Pro', serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding: 1rem 0 0 0;
}

.courses .course {
  background-color: white;
  border-radius: 10px;
  color: #5a5a5a;
  font-size: 1rem;
  margin: 1rem 0 0 0;
}

.courses .course .difficulty {
  padding: 1rem 1rem 0.5rem 1rem;
}

.courses .course .difficulty svg {
  float: right;
}

.courses .course .title {
  font-weight: 600;
  text-transform: uppercase;
  padding: 1rem 1rem 0 1rem;
}

.courses .course .content {
  border-bottom: 1px solid var(--bs-gray-300);
  min-height: 10rem;
  padding: 0.5rem 1rem;
}

.courses .course .extra {
  padding: 0.5rem 1rem;
}

.courses .side {
  background-color: #BDDB5C;
  border-radius: 10px;
  margin: 1rem 0 0 0;
  padding: 1rem;
}

.courses .side .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.courses .side .title .feather {
  width: 20px;
  height: 20px;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin: 0 0.5rem 0 0;
}

.courses .side .content {
  padding: 1rem 0 0 0;
}

.banner {
  -webkit-filter: url(#round);
          filter: url(#round);
  height: 55vh;
  position: relative;
}

.banner .background {
  -webkit-animation: polygons 5s alternate infinite;
          animation: polygons 5s alternate infinite;
  background-color: #2d2d2d;
  -webkit-clip-path: polygon(30% 0, 80% 28%, 75% 100%, 40% 100%, 20% 45%);
          clip-path: polygon(30% 0, 80% 28%, 75% 100%, 40% 100%, 20% 45%);
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 0;
}

@-webkit-keyframes polygons {
  from {
    -webkit-clip-path: polygon(35% 10%, 75% 0, 85% 50%, 65% 100%, 35% 85%, 20% 50%);
            clip-path: polygon(35% 10%, 75% 0, 85% 50%, 65% 100%, 35% 85%, 20% 50%);
  }
  to {
    -webkit-clip-path: polygon(25% 0, 65% 10%, 75% 35%, 55% 100%, 25% 95%, 10% 65%);
            clip-path: polygon(25% 0, 65% 10%, 75% 35%, 55% 100%, 25% 95%, 10% 65%);
  }
}

@keyframes polygons {
  from {
    -webkit-clip-path: polygon(35% 10%, 75% 0, 85% 50%, 65% 100%, 35% 85%, 20% 50%);
            clip-path: polygon(35% 10%, 75% 0, 85% 50%, 65% 100%, 35% 85%, 20% 50%);
  }
  to {
    -webkit-clip-path: polygon(25% 0, 65% 10%, 75% 35%, 55% 100%, 25% 95%, 10% 65%);
            clip-path: polygon(25% 0, 65% 10%, 75% 35%, 55% 100%, 25% 95%, 10% 65%);
  }
}

.banner .background img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.65;
  width: 100%;
  mix-blend-mode: screen;
}

.banner .content {
  padding: 0;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.banner .content h2 {
  color: white;
  font-size: 7rem;
  line-height: 7rem;
  text-shadow: 0px 0px 5px #5a5a5a;
}

.banner .content .subtitle {
  color: white;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-shadow: 0px 0px 5px #5a5a5a;
}

.contact {
  background-color: #edeef1;
  padding: 0 0 10vh 0;
}

.contact .name {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 10vh;
}

.contact .name.border-right::before {
  height: 50%;
  top: 0;
}

.contact .name h2 {
  color: #5a5a5a;
  font-size: 0.75rem;
  letter-spacing: 0.1rem;
  margin: 0;
  text-transform: uppercase;
}

.contact h3 {
  font-family: 'Source Serif Pro', serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding: 1rem 0 0 0;
}

.contact .subtitle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
  margin: 2rem 0 0 0;
  position: relative;
}

.contact .subtitle.border-right::before {
  bottom: -25%;
}

.contact .subtitle .feather {
  width: 20px;
  height: 20px;
  stroke: #a4aab8;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin: 0 0.5rem 0 0;
}

.contact .content {
  color: #5a5a5a;
  font-size: 1rem;
  padding: 1rem 0 0 0;
}

.contact .content h3 {
  color: #2d2d2d;
  font-size: 1.75rem;
  line-height: 2rem;
  padding: 0;
}

.contact .side {
  background-color: #BDDB5C;
  border-radius: 10px;
  padding: 1rem;
}

.contact .side .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.contact .side .title .feather {
  width: 20px;
  height: 20px;
  stroke: #a4aab8;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  margin: 0 0.5rem 0 0;
}

.contact .side .content {
  padding: 1rem 0 0 0;
}

footer {
  background-color: #edeef1;
  min-height: 15rem;
  padding: 3rem 0;
  top: 0;
  width: 100%;
}

footer .logo {
  color: #2d2d2d;
  font-family: 'Source Serif Pro', serif;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer nav ul li:first-child a {
  color: #5a5a5a;
  padding: 1rem 1rem 1rem 0;
  text-decoration: none;
}

footer nav ul li:first-child a:hover {
  color: #2d2d2d;
}

footer nav ul li a {
  color: #5a5a5a;
  padding: 1rem 1rem;
  text-decoration: none;
}

footer nav ul li a:hover {
  color: #2d2d2d;
}
/*# sourceMappingURL=main.css.map */