@font-face {
  font-family: "Canela";
  src: url("https://rawcdn.githack.com/ricardoolivaalonso/Feinkoch/1a9843dce0cdcb756abaed876e99d9f6b6dae438/public/fonts/Canela-Thin-Web.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Korpus-A";
  src: url("https://rawcdn.githack.com/ricardoolivaalonso/Feinkoch/1a9843dce0cdcb756abaed876e99d9f6b6dae438/public/fonts/KorpusGrotesk-A.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Korpus-B";
  src: url("https://rawcdn.githack.com/ricardoolivaalonso/Feinkoch/1a9843dce0cdcb756abaed876e99d9f6b6dae438/public/fonts/KorpusGrotesk-B.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 12px;
  font-family: "Korpus-A", sans-serif;
  color: #242424;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-family: "Canela", Times, serif;
  font-size: 30px;
  line-height: 42px;
  letter-spacing: 1.2px;
  font-weight: 400;
}
@media (min-width: 768px) {
  h1 {
    max-width: 400px;
    font-size: 50px;
    line-height: 57px;
    letter-spacing: 2px;
    text-align: center;
  }
}
h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
}
input {
  font-family: "Korpus-A", sans-serif;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
}
a {
  position: relative;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
  color: #242424;
}
a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #242424;
  transition: 0.3s ease;
}
a:hover::after {
  left: 100%;
  width: 0%;
  transition: 0.3s ease;
}
@media (min-width: 1024px) {
  .is-header-hidden {
    transform: translateY(-125px);
    transition: 0.3s ease;
  }
}
@media (min-width: 1024px) {
  .is-logo-hidden {
    opacity: 0;
    transform: scale(0.8);
    transition: 0.3s ease;
  }
}
.container {
  overflow-x: hidden;
}
.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.section {
  background-color: #fff;
}
.session__title {
  margin: 20px auto;
  width: max-content;
}
@media (min-width: 768px) {
  .session__title {
    font-size: 40px;
    line-height: 42px;
  }
}
.thumblist {
  display: flex;
  width: 100%;
  margin: 40px 0;
  overflow: hidden;
}
.thumbscroll {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 20px 0 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .newsletter {
    padding: 35px 50px 140px;
  }
}
@media (min-width: 1024px) {
  .newsletter {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer {
  width: 100%;
  padding: 60px 20px 80px;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .footer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .footer {
    padding: 35px 50px;
  }
}
.icon {
  -o-object-fit: contain;
  object-fit: contain;
  width: 30px;
}
.icon-n {
  width: 130px;
  margin-bottom: 20px;
}
.button {
  font-size: 17px;
  line-height: 18px;
  padding: 12px 36px;
  border: 1px solid #242424;
  border-radius: 2px;
  text-transform: none;
  transition: 0.3s ease;
}
.button:hover {
  background-color: #242424;
  color: #fff;
  transition: 0.3s ease;
}
.button::after {
  content: none;
}
.button--inverse {
  background-color: #242424;
  color: #fff;
}
.button--inverse:hover {
  background-color: #fff;
  color: #242424;
}
.palette {
  display: flex;
  justify-content: space-between;
  width: 24px;
}
.palette__color {
  height: 6px;
  width: 6px;
  border-radius: 50%;
}
.palette-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.palette-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 3px;
  padding: 4px 10px;
  border-radius: 2px;
  border: 1px solid #ededed;
}
.palette-item:hover {
  border: 1px solid #242424;
  transition: 0.3s ease;
  cursor: pointer;
}
.palette-item__bg {
  display: flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #b4c8c6;
  margin-right: 10px;
}
.palette-item__name {
  font-family: "Korpus-B", sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}
.header {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  transition: 0.3s ease;
  background-color: #fff;
  z-index: 2000;
}
@media (min-width: 768px) {
  .header {
    height: 100px;
  }
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .header-container {
    margin: 0 auto;
    max-width: 1400px;
  }
}
.header__logo {
  position: initial;
  -o-object-fit: contain;
  object-fit: contain;
  width: 90px;
  opacity: 1;
  transition: 0.3s ease 0.15s;
}
@media (min-width: 768px) {
  .header__logo {
    width: 120px;
  }
}
.header__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.header__txt {
  font-size: 20px;
  line-height: 23px;
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
  background-image: linear-gradient(
      rgba(72, 138, 200, 0.5),
      rgba(118, 185, 0, 0.1)
    ),
    url("./assets/images/hp_hero-bg.jpg");
  background-position: center;
  background-size: cover;
  height: calc(100vh - 80px);
}
@media (min-width: 768px) {
  .banner {
    height: calc(100vh - 100px);
    margin-top: 100px;
  }
}
.banner__info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  padding: 20px;
}
@media (min-width: 1024px) {
  .banner__info {
    height: 100%;
    width: 35%;
  }
  .banner__info::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 10vw;
    width: 2px;
    background-color: rgba(36, 36, 36, 0.5);
  }
}
.banner__title {
  margin-top: 25px;
}
.banner__description {
  margin: 25px 0;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
}
@media (min-width: 1024px) {
  .banner__description {
    max-width: 300px;
    text-align: center;
  }
}
.banner__link {
  font-size: 1rem;
}
.banner__link--boston {
  display: block;
  margin-top: 2rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
  background-color: #9e1025;
  color: #fff;
}
.banner__link--boston::after {
  display: none;
}
.banner--events {
  height: 20rem;
  background-image: url("./assets/images/lidwas-trek_0121.jpg");
  color: #fff;
}
.banner--about {
  height: 20rem;
  background-image: url("./assets/images/about.jpg");
  color: #fff;
  background-position: center;
}
.banner--why {
  height: 20rem;
  background-image: url("./assets/images/whyus.jpg");
  color: #fff;
  background-position: center;
}
.event__section {
  margin-top: 80px;
}
@media (min-width: 768px) {
  .event__section {
    margin-top: 100px;
  }
}
.event__section img {
  display: block;
  margin: 0 auto;
}
.event__info {
  padding: 4rem 0;
  text-align: center;
}
.event__description {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .event__description {
    padding: 0 1rem;
  }
}
.course {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 20px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}
@media (min-width: 768px) {
  .course {
    padding: 80px 50px;
  }
}
.course__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem;
}
@media (min-width: 768px) {
  .course__item {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .course__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1440px) {
  .course__item {
    width: 25%;
  }
}
.course__item-bg {
  position: relative;
  overflow: hidden;
  transition: 0.15s;
  height: 16rem;
  cursor: pointer;
}
.course__item-bg:hover .recipe-item__img {
  transform: scale(1.025);
  transition: 0.3s ease;
}
.course__item-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  padding-bottom: 0.3rem;
}
.course__item-name {
  width: 100%;
  padding: 0.6rem 0.2rem;
  margin-bottom: 0;
  text-align: center;
  line-height: 26px;
  font-size: 22px;
  font-weight: bold;
  background-color: #488ac8;
  color: #fff;
}
.course__item-cta {
  width: 100%;
  text-align: center;
}
.instructor {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 20px;
  border-bottom: 1px solid #ededed;
  background-color: #fff;
}
@media (min-width: 768px) {
  .instructor {
    padding: 80px 50px;
  }
}
.instructor__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 2rem;
  box-shadow: 1px 1px 2px #ededed;
}
@media (min-width: 768px) {
  .instructor__item {
    width: 50%;
  }
}
@media (min-width: 1366px) {
  .instructor__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 1440px) {
  .instructor__item {
    width: 25%;
  }
}
.instructor__image {
  width: 10rem;
  height: 10rem;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ededed;
  border-radius: 50%;
}
.instructor__image img {
  width: 100%;
}
.instructor__title {
  text-align: center;
  font-size: 30px;
  line-height: 37px;
  font-family: "Canela", Times, serif;
}
@media (min-width: 1024px) {
  .instructor__title {
    font-size: 40px;
    line-height: 62px;
    margin-top: 1rem;
  }
}
.instructor__description {
  min-height: 6rem;
  margin: 10px 0 40px;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}
.instructor__button {
  position: absolute;
  bottom: 0.5rem;
}
.footer {
  background-image: linear-gradient(
      rgba(72, 138, 200, 0.5),
      rgba(118, 185, 0, 0.1)
    ),
    url("./assets/images/hp_hero-bg.jpg");
}
.footer-container {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__list {
  width: 100%;
}
@media (min-width: 768px) {
  .footer__list {
    width: calc(25% - (50px * 2));
    max-width: 300px;
    margin-right: 50px;
  }
  .footer__list:nth-last-of-type(1) {
    margin-right: 0;
  }
}
.footer__title {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  padding: 20px 0;
  font-family: "Korpus-B", sans-serif;
  font-size: 18px;
  line-height: 30px;
  border-bottom: 1px solid #ededed;
}
.footer__item {
  line-height: 25px;
}
.footer__link {
  font-size: 15px;
  font-family: "Korpus-B", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
.footer-palette {
  margin-top: 40px;
}
.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Korpus-A", sans-serif;
}
.hamburger {
  background: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 30px;
  position: relative;
  width: 30px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: inline-block;
  }
}
.hamburger-line {
  background: #242424;
  height: 3px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 100%;
}
.hamburger:hover .hamburger-line {
  background: #000;
}
.hamburger-line-top {
  top: 3px;
}
.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
}
.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}
.hamburger-line-bottom {
  bottom: 3px;
}
.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}
.nav-menu {
  display: flex;
  padding: 0;
  margin: 0 -1rem;
  list-style: none;
  transition: all 0.25s ease-in;
}
@media screen and (max-width: 768px) {
  .nav-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    text-align: center;
    background: #fff;
  }
  .menu-active .nav-menu {
    display: flex;
  }
}
.menu-item {
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .menu-item {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
  }
}
.menu-item a {
  position: initial;
  color: #242424;
  display: block;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
}
.menu-item a::after {
  left: 0;
  width: 0%;
  transition: 0.3s ease;
}
.menu-item a:hover {
  color: #000;
  position: relative;
}
.menu-item a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #242424;
  transition: 0.3s ease;
}
@media (max-width: 768px) {
  .menu-item a {
    width: -moz-min-content;
    width: min-content;
    font-size: 20px;
  }
}
.menu-item--active a {
  position: relative;
}
.slideshow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  height: 100vh;
}
.slideshow .slider {
  width: 100vw;
  height: 100vw;
  z-index: 2;
  height: 100vh;
  background-color: #000;
}
.slideshow .slider * {
  outline: none;
}
.slideshow .slider .item {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  border: none;
}
.slideshow .slider .item .text {
  display: none;
}
.slideshow .slider .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
  }
}
.slideshow .slick-dots {
  position: fixed;
  z-index: 100;
  width: 40px;
  height: auto;
  bottom: auto;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  left: auto;
  color: #fff;
  display: block;
}
.slideshow .slick-dots li {
  display: block;
  width: 100%;
  height: auto;
}
.slideshow .slick-dots li button {
  position: relative;
  width: 20px;
  height: 15px;
  text-align: center;
}
.slideshow .slick-dots li button:before {
  content: "";
  background: #fff;
  color: #fff;
  height: 2px;
  width: 20px;
  border-radius: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0.6;
}
.slideshow .slick-dots li.slick-active button:before {
  width: 40px;
  opacity: 1;
}
.slideshow.slideshow-right {
  left: 0;
  z-index: 1;
  width: 50vw;
  pointer-events: none;
}
.slideshow.slideshow-right .slider {
  left: 0;
  position: absolute;
}
.slideshow-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-size: 80px;
  width: 100vw;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  pointer-events: none;
  text-transform: uppercase;
  letter-spacing: 20px;
  line-height: 0.8;
}
@media (max-width: 767px) {
  .slideshow-text {
    font-size: 40px;
  }
}
.the-most {
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 50vw;
  max-width: 200px;
  padding: 10px;
}
.the-most img {
  max-width: 100%;
}
.section__copy {
  font-size: 22px;
  letter-spacing: 0.5pt;
  margin-bottom: 2rem;
  line-height: 24px;
}

/* Blog Section Start */

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  padding: 80px 20px;
  background-color: #f8f8f8;
}

.news::before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100vw - 100px);
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}

@media (min-width: 770px) {
  .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 80px 50px;
  }
}

@media (min-width: 1024px) {
  .news {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 120px 50px 80px;
  }
}

.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.news__item:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media (min-width: 770px) {
  .news__item:nth-of-type(1) {
    margin-right: 25px;
  }
  .news__item:nth-of-type(2) {
    margin-left: 25px;
  }
}

@media (min-width: 1024px) {
  .news__item {
    width: 28%;
  }
}

.news__date {
  margin: 60px 0 20px;
  font-size: 12px;
  letter-spacing: 1.2px;
}

.news__title {
  font-family: "Canela", Times, serif;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}

@media (min-width: 1024px) {
  .news__title {
    font-size: 40px;
    line-height: 42px;
  }
}

.news__description {
  margin: 10px 0 40px;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

/* News section-view ends */
.news__item--view {
  width: 100%;
  p {
    text-align: left;
  }
  h2 {
    padding: 10px 0 20px 0;
  }
  h3 {
    width: 100%;
  }
}

/* News section-view ends */
