/*!
Font Software: Nexa
Copyright (c) Fontfabric LLC. All rights reserved.
Licensed to: Spaarne Gasthuis
License: Webfont License
*/
@font-face {
  font-family: 'Nexa';
  src:
    url('./fonts/Nexa-Regular.woff2') format('woff2'),
    url('./fonts/Nexa-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nexa';
  src:
    url('./fonts/Nexa-Bold.woff2') format('woff2'),
    url('./fonts/Nexa-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.landing-page {
  background: linear-gradient(0deg, #008049 -0.04%, #00865f 11.96%, #009bac 54.96%, #00a8dc 84.96%, #00aeef 99.96%);
}

.logo {
  display: flex;
  justify-content: center;
}

.logo__container {
  padding: 30px;
  background-color: white;
  border-radius: 0px 0px 30px 30px;
}

.vacature {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-top: 40px;
  padding-bottom: 120px;
}

.hero--desktop {
  position: relative;
  overflow: hidden;
  padding-top: calc(386 / 1308 * 100%);
  margin-top: 140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1308px;
  width: 100%;
  height: 0;
}

.hero--mobile {
  position: relative;
  display: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 274px;
  height: 460px;
}

.hero--text,
.hero--heart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vacature__container {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.vacature__buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
}

.button {
  display: inline-block;
  padding: 16px 28px;
  font-family: 'Nexa';
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.005em;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px #00000026;
  transition: all 0.3s;
}

.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
}

.button--primary {
  color: #006868;
  background-color: white;
  white-space: normal;
  text-decoration-line: none;
}

.button--primary:hover,
.button--primary:active,
.button--primary:focus {
  color: white;
  background-color: #00aeef;
}

.hide--element {
  display: none;
}

.footer__container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.footer__inner {
  display: flex;
  gap: 20px;
  padding: 48px 120px;
  width: fit-content;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__item {
  font-family: 'Nexa';
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  font-style: normal;
  text-decoration: none;
  letter-spacing: 0.005em;
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid white;
  transition:
    color 0.2s,
    transform 0.2s,
    border-bottom-color 0.2s;
}

.footer__item:hover,
.footer__item:active,
.footer__item:focus {
  border-bottom-color: transparent;
}

body {
  margin: 0px;
}

.gutter--m {
  padding-left: 20px;
  padding-right: 20px;
}

.vacature__intro {
  font-family: 'Nexa';
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  letter-spacing: 0.005em;
  color: white;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

.media {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 900px;
  max-height: 506px;
}

.media__video--container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 56.25%;
  width: 100%;
  z-index: 1;
}

.media__video--player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media__floating-image {
  position: absolute;
  flex: 1 1 auto;
  width: 376px;
  height: 441px;
  box-shadow:
    0 20px 30px rgba(0, 0, 0, 0.2),
    0 10px 15px rgba(0, 0, 0, 0.1);
}

.media__image--left {
  top: -64px;
  left: -380px;
  transform: rotate(-9.75deg);
}

.media__image--right {
  top: 0;
  right: -376px;
  transform: rotate(27.7deg);
}

.media__floating-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  background: none;
  border: none;
  box-shadow: 0 0 80;
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.play-button img {
  width: 96px;
}

#chamber {
  animation-name: beat;
  animation-direction: alternate;
  animation-duration: 0.4s;
  animation-timing-function: cubic-bezier(0.44, 0, 0.39, 1.33);
  animation-iteration-count: infinite;
  transform-origin: 50% 35%;
}

@keyframes beat {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}

/* Small desktop */
@media only screen and (max-width: 1440px) {
  .media__floating-image {
    display: none;
  }
}

/* Large desktop */
@media only screen and (max-width: 1680px) {
  .media__image--left {
    left: -280px;
  }

  .media__image--right {
    right: -276px;
  }
}

@media only screen and (max-width: 1280px) {
  .logo__container {
    width: 200px;
    height: 30px;
  }

  .logo--image {
    width: 200px;
    height: 30px;
  }

  .vacature__container {
    max-width: 100%;
  }

  .footer__container {
    margin: 0 auto;
    padding-top: 48px;
    padding-bottom: 80px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .footer__inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    border: none;
  }

  .footer__item {
    width: auto;
    border-bottom: 1px solid white;
  }

  /* .media__floating-image {
    display: none;
  } */

  .play-button img {
    width: 64px;
  }

  .hero--desktop {
    display: none;
  }

  .hero--mobile {
    display: block;
  }

  #chamber {
    transform-origin: 50% 65%;
  }
}
