.full-wh-container, .hero-section .node-school-full__field-hero-image,
.hero-section .node-course-full__field-hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  padding: calc(140px + 100px) 15px 60px;
}
@media (min-width: 768px) {
  .hero-section {
    padding-top: calc(80px + 100px);
  }
}
@media (min-width: 1200px) {
  .hero-section {
    padding-top: 240px;
    padding-bottom: 80px;
  }
}
.hero-section h2 {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
.hero-section h2 div {
  display: block;
  font-weight: 800;
  font-size: 62px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-section h2 {
    font-size: 18px;
  }
  .hero-section h2 div {
    font-size: 36px;
  }
}
.hero-section .node-school-full__field-hero-image:after,
.hero-section .node-course-full__field-hero-image:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 90%);
}
.hero-section .node-school-full__field-hero-image *,
.hero-section .node-course-full__field-hero-image * {
  height: 100%;
  width: 100%;
}
.hero-section .node-school-full__field-hero-image img,
.hero-section .node-course-full__field-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-section .node-school-full__field-hero-image .media-container,
.hero-section .node-course-full__field-hero-image .media-container {
  font-size: 0;
}
.hero-section .node-school-full__field-subtitle,
.hero-section .node-course-full__field-subtitle {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .hero-section .node-school-full__field-subtitle,
  .hero-section .node-course-full__field-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .hero-section .node-school-full__field-subtitle,
  .hero-section .node-course-full__field-subtitle {
    font-size: 24px;
  }
}
.hero-section .node-school-full__field-icon,
.hero-section .node-course-full__field-icon {
  width: 100px;
  height: 100px;
  margin: -100px auto 10px;
}
@media (min-width: 1200px) {
  .hero-section .node-school-full__field-icon,
  .hero-section .node-course-full__field-icon {
    width: 128px;
    height: 128px;
    margin-top: -128px;
  }
}
.hero-section .node-school-full__field-icon .media-container,
.hero-section .node-school-full__field-icon .media-image__field-media-image,
.hero-section .node-school-full__field-icon img,
.hero-section .node-course-full__field-icon .media-container,
.hero-section .node-course-full__field-icon .media-image__field-media-image,
.hero-section .node-course-full__field-icon img {
  width: 100%;
  height: 100%;
}

article:not(.node-course-full) .hero-section h1 {
  display: flex;
  flex-direction: column;
  /* For Turkish language, reverse the order of the hero components. */
}
html[lang=tr] article:not(.node-course-full) .hero-section h1 span {
  order: 1;
}
html[lang=tr] article:not(.node-course-full) .hero-section h1 p {
  order: 2;
}
article:not(.node-course-full) .hero-section h1 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
article:not(.node-course-full) .hero-section h1 p {
  font-size: 18px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  article:not(.node-course-full) .hero-section h1 p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  article:not(.node-course-full) .hero-section h1 p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  article:not(.node-course-full) .hero-section h1 p {
    font-size: 28px;
  }
}
article:not(.node-course-full) .hero-section h1 span {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: -0.01em;
  font-size: 36px;
}
@media (min-width: 768px) {
  article:not(.node-course-full) .hero-section h1 span {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  article:not(.node-course-full) .hero-section h1 span {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  article:not(.node-course-full) .hero-section h1 span {
    font-size: 62px;
  }
}
@media (max-width: 768px) {
  article:not(.node-course-full) .hero-section h1 {
    font-size: 18px;
  }
}

article.node-course-full .hero-section > div:first-child {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-shadow: 0px 0px 36px rgba(0, 0, 0, 0.5);
}
article.node-course-full .hero-section > div:first-child h1 {
  font-weight: 800;
  text-transform: uppercase;
}
article.node-course-full .hero-section > div:first-child div {
  display: block;
  font-weight: 700;
}
article.node-course-full .hero-section > div:first-child div p {
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  article.node-course-full .hero-section > div:first-child div p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  article.node-course-full .hero-section > div:first-child div p {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  article.node-course-full .hero-section > div:first-child div p {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  article.node-course-full .hero-section > div:first-child {
    font-size: 18px;
  }
}

/*# sourceMappingURL=hero-section.css.map */
