@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond Variablefont Wght;
  src: url('../fonts/EBGaramond-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Ebgaramond Variablefont Wght;
  src: url('../fonts/EBGaramond-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: white;
  --max-ctwdth: 1440px;
  --line: #505050;
  --grey: #ababab;
  --black-2: black;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 2.8rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
}

p {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
}

.hero-section {
  justify-content: center;
  width: 100%;
  height: 75vh;
  padding: 2rem 2rem 7.5rem 12rem;
  display: flex;
  position: relative;
}

.hero-left-col {
  z-index: 2;
  max-width: var(--max-ctwdth);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
}

.hero-text {
  z-index: 2;
  text-align: right;
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.hero-text-l1 {
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 3.5rem;
  font-style: italic;
  line-height: 3.5rem;
}

.hero-text-l2 {
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 4.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.6rem;
}

.hero-text-l3 {
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 5.3rem;
  line-height: 5.2rem;
}

.hero-text-l4 {
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 6.6rem;
  font-style: italic;
  line-height: 3.9rem;
}

.service-section {
  max-width: var(--max-ctwdth);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 8rem 2rem 8rem 12rem;
  display: flex;
}

.hero-hl {
  margin-bottom: 0;
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.service-element {
  grid-column-gap: 1.6rem;
  grid-row-gap: 1.6rem;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.45rem;
}

.text.grey {
  color: var(--grey);
}

.service-element-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  position: relative;
}

.wrapper {
  display: flex;
}

.contact-bar {
  z-index: 5;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-right: 1px solid var(--line);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 3rem;
  padding-left: 1rem;
  padding-right: 1.5rem;
  display: flex;
  position: fixed;
  top: 0;
}

.contact-bar.mobile {
  max-width: var(--max-ctwdth);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.contact {
  letter-spacing: 1px;
  padding-bottom: 4px;
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4rem;
  transform: rotate(90deg);
}

.contact.mobile {
  flex: none;
  transform: rotate(0);
}

.contact-link {
  background-image: url('../images/instagram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 1.3rem;
  height: 1.3rem;
  transition: opacity .2s;
}

.contact-link:hover {
  opacity: .5;
}

.contact-link.spotify {
  background-image: url('../images/spotify.svg');
  display: none;
}

.contact-link.youtube {
  background-image: url('../images/youtube.svg');
}

.contact-link.linkedin {
  background-image: url('../images/linkedin.svg');
}

.contact-link.mail {
  background-image: url('../images/mail.svg');
  display: none;
}

.contact-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.contact-wrapper.mobile {
  flex-flow: row;
}

.about-section {
  max-width: var(--max-ctwdth);
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2rem 2rem 0 12rem;
  display: flex;
}

.about-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 35%;
  max-width: 360px;
  height: 100%;
  display: flex;
  position: sticky;
  top: 3rem;
}

.paragraph-intro {
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 1.9rem;
  line-height: 2.2rem;
}

.about-image {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  width: 50%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 1rem;
  overflow: hidden;
}

.quote-section {
  max-width: var(--max-ctwdth);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 0 2rem 5rem 12rem;
  display: none;
}

.quote-slide-1 {
  background-color: var(--black);
  width: 100%;
}

.quote-text {
  max-width: 840px;
  margin-top: 1.5rem;
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 2.75rem;
}

.slide-nav {
  display: flex;
}

.author {
  margin-top: 2rem;
}

.quote-image {
  width: 32px;
  height: 32px;
}

.quote-mask {
  background-color: var(--black);
}

.slider {
  height: 100%;
}

.poster-element {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: space-between;
  min-width: 25vw;
  display: flex;
  overflow: hidden;
}

.poster-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100vw;
  height: 100%;
  display: none;
  position: relative;
}

.filmografie-section {
  max-width: var(--max-ctwdth);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 5rem 2rem 0 12rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.poster-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  padding-left: 0;
  padding-right: 2rem;
  display: flex;
  overflow: scroll;
}

.hl-padding {
  overflow: hidden;
}

.footer {
  max-width: var(--max-ctwdth);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2rem 2rem 2rem 12rem;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-link:hover {
  opacity: .5;
}

.music-section {
  max-width: var(--max-ctwdth);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: linear-gradient(260deg, #000, #0000 13%), linear-gradient(90deg, #000, #0000 45%), linear-gradient(360deg, #000, #0000), linear-gradient(#000, #0000), url('../images/dilan-safari_1.avif');
  background-position: 0 0, 0 0, 0 0, 0 0, 100% 25%;
  background-size: auto, auto, auto, auto, cover;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 0 7rem 0 12rem;
  display: flex;
  position: relative;
}

.section {
  position: relative;
}

.audio_svg {
  z-index: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.audio_svg.is-1 {
  display: block;
}

.audio_svg.is-2 {
  display: none;
}

.songs_item {
  border-bottom: 1px solid #ffffff4d;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5em 3.3em 1em 1.5rem;
  display: flex;
}

.songs_item:hover {
  color: #c4c4c4;
  background-color: #000;
  border-bottom-color: #c4c4c4;
}

.songs_item.last {
  border-bottom-style: none;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
}

.songs_list {
  border: 1px solid var(--line);
  background-color: #161616;
  border-radius: 16px;
  flex-flow: column;
  width: 64%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.songs_list:hover {
  color: #c4c4c45c;
}

.container {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
}

.container.is-home {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0;
  display: flex;
  position: relative;
}

.main-wrapper {
  position: relative;
}

.songs_wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.global-styles {
  position: fixed;
  inset: 0% 0% auto;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.audio {
  z-index: 100;
  width: 1.4em;
  height: 1.4em;
  margin: 1.8em;
  font-size: 1rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.songs_button {
  border: 1px solid #ffffff4d;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  margin-right: 2em;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.songs_embed {
  width: 40%;
  height: 40%;
  position: absolute;
}

.songs_embed.is-2, .songs_url {
  display: none;
}

.songs_title {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.audio-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 50%;
  height: 100%;
  display: flex;
  position: sticky;
  top: 2rem;
}

.cooperation {
  max-width: var(--max-ctwdth);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12rem 1.5rem 8rem 12rem;
  display: flex;
  position: relative;
}

.cooperation.mobile {
  max-width: var(--max-ctwdth);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
}

.slider-main_button-wrapper {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1rem;
  display: flex;
}

.slider-main_inner-wrapper {
  position: relative;
}

.swiper-drag-wrapper.is-slider-main {
  background-color: #000;
  border-radius: 100vw;
  width: 38em;
  max-width: 100%;
  height: .88em;
}

.slider-main_button-icon {
  width: 30%;
  height: 55%;
}

.slider-main_button-icon.is-reversed {
  transform: rotate(-180deg);
}

.slider-main_button {
  border: 1px solid var(--white);
  color: var(--white);
  text-align: center;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 7.5em;
  height: 3.25em;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-main_button:hover {
  color: #1f1f1f;
  background-color: #414141;
}

.slider-main_button.swiper-next {
  border-color: var(--white);
  color: var(--white);
}

.slider-main_button.swiper-prev {
  border-color: var(--white);
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.swiper-drag.is-slider-main {
  background-color: var(--white);
  border-radius: 100vw;
  width: 7em;
  height: 100%;
}

.slider-main_bottom-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3.75em;
  display: flex;
}

.global-symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
}

.container-2 {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
}

.page-wrappe {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.page-padding {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 100vw;
  min-height: 50vh;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  overflow: hidden;
}

.global-embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper-bullet {
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  min-height: 1.25em;
  transition: all .2s;
  display: flex;
}

.swiper-bullet.is-active {
  background-color: var(--white);
}

.section-2 {
  border-bottom: 1px solid #000;
  transition: background-color .4s;
}

.slider-main_arrow {
  z-index: 2;
  color: #1f1f1f;
  background-color: #c8dd5e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translate(-50%);
}

.slider-main_arrow:hover {
  transform: scale(.9)translate(-50%);
}

.slider-main_arrow.swiper-next {
  inset: 0% 0% 0% auto;
  transform: translate(50%);
}

.slider-main_arrow.swiper-next:hover {
  transform: scale(.9)translate(50%);
}

.page-main {
  overflow: hidden;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slider-main_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2em;
  display: flex;
}

.slider-main_img-height {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-image {
  border-radius: 1rem;
}

.cooperation-logo {
  opacity: .8;
  width: 300px;
}

.cooperation-logo.hms {
  width: 150px;
}

.coop-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  width: 90%;
  display: flex;
}

.coop-wrapper.mobile {
  flex-flow: row;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block {
  z-index: 1;
  background-image: linear-gradient(#8000, #000);
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.award {
  width: 240px;
}

.award.hms {
  width: 150px;
}

.awards {
  max-width: var(--max-ctwdth);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem 0 12rem;
  display: flex;
  position: relative;
}

.awards.mobile {
  max-width: var(--max-ctwdth);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  position: relative;
}

.logo-wrapper {
  margin-right: 5rem;
}

.nav-wrapper {
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--white);
  font-size: .9rem;
  line-height: 1rem;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .5;
}

.nav-link.language {
  margin-top: 0;
  margin-right: 0;
  padding-top: 1px;
}

.nav-wrapper-left {
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.hero-content {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 8rem;
  display: flex;
}

.language-switch {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navlink-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.awards-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: center;
  width: 90%;
  display: flex;
}

.awards-wrapper.mobile {
  flex-flow: row;
}

.navbar {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  padding: 2rem 2rem 1rem 12rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph {
  max-width: 700px;
}

.h1 {
  font-family: Ebgaramond Variablefont Wght, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4rem;
}

.text-wrapper {
  max-width: 800px;
}

.text-section {
  max-width: var(--max-ctwdth);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 8rem 2rem 8rem 12rem;
  display: flex;
}

.image, .image-2 {
  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-left: 2rem;
  }

  .service-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .service-element {
    border-top-style: none;
    max-width: 600px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .service-element.last {
    border-bottom-style: none;
  }

  .service-element-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .wrapper {
    flex-flow: column-reverse;
  }

  .contact-bar {
    z-index: 5;
    display: none;
  }

  .contact-bar.mobile {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .contact.mobile {
    display: none;
  }

  .contact-wrapper {
    flex-flow: row;
  }

  .about-section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    padding-left: 2rem;
  }

  .about-text {
    width: 100%;
    max-width: none;
    position: relative;
    top: 0;
  }

  .paragraph-intro {
    font-size: 2.1rem;
    line-height: 2.4rem;
  }

  .about-image {
    width: 90%;
  }

  .quote-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
  }

  .poster-element {
    border-top-style: none;
    min-width: 40vw;
  }

  .poster-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .filmografie-section {
    padding: 0 2rem;
  }

  .poster-col, .hl-padding, .footer {
    padding-left: 2rem;
  }

  .music-section {
    padding-bottom: 3rem;
    padding-left: 2rem;
  }

  .project-styles {
    display: none;
  }

  .songs_list:hover {
    color: #c4c4c4;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .container.is-home {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .songs_wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column-reverse;
  }

  .audio-text {
    width: 100%;
    max-width: none;
    position: relative;
  }

  .cooperation {
    z-index: 5;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
  }

  .cooperation.mobile {
    padding-bottom: 3rem;
    padding-right: 2rem;
    display: flex;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

  .page-padding {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .slider-image {
    object-fit: cover;
    height: 80vh;
  }

  .coop-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .award {
    width: 200px;
  }

  .awards {
    z-index: 5;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .awards.mobile {
    padding-bottom: 3rem;
    padding-right: 2rem;
    display: flex;
  }

  .awards-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .navbar {
    padding-left: 2rem;
  }

  .text-section {
    padding-bottom: 3rem;
    padding-left: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-intro {
    line-height: 2.4rem;
  }

  .about-image {
    width: 100%;
  }

  .poster-element {
    min-width: 40vw;
  }

  .filmografie-section, .music-section {
    padding-right: 2rem;
  }

  .songs_list, .swiper-slide.is-slider-main {
    width: 100%;
  }

  .slider-main_arrow {
    width: 14vw;
    height: 14vw;
  }

  .slider-image {
    height: 80vh;
  }

  .awards-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }

  h3 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .hero-section {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-left-col {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    width: 100%;
    height: 100%;
  }

  .hero-text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .hero-text-l1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .hero-text-l2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hero-text-l3 {
    font-size: 3.4rem;
    line-height: 3.9rem;
  }

  .hero-text-l4 {
    font-size: 5.9rem;
    line-height: 3.3rem;
  }

  .service-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-hl {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .service-element {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-bar {
    flex-flow: column;
    padding-top: 14rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-bar.mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-wrapper.mobile {
    justify-content: space-between;
    width: 100%;
  }

  .about-section {
    flex-flow: column-reverse;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    height: auto;
  }

  .paragraph-intro {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .about-image {
    width: 100%;
    height: 250px;
    position: relative;
  }

  .quote-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .quote-text {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }

  .poster-element {
    min-width: 70vw;
  }

  .filmografie-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .poster-col {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hl-padding {
    padding-left: 1rem;
  }

  .footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .music-section {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .songs_item {
    padding-left: .5rem;
    padding-right: .5em;
  }

  .songs_list {
    width: 100%;
  }

  .container.is-home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .audio {
    margin: .6em;
  }

  .cooperation {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 4rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cooperation.mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0;
    padding-right: 1rem;
  }

  .slider-main_button-wrapper {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    flex-flow: row;
  }

  .slider-main_button.swiper-next, .slider-main_button.swiper-prev {
    width: 64px;
    height: 40px;
  }

  .page-padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .slider-main_top-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    padding-bottom: 1em;
  }

  .slider-image {
    height: auto;
  }

  .coop-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .award {
    width: 50%;
  }

  .awards {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 4rem 1rem 2rem;
  }

  .awards.mobile {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0;
    padding-right: 1rem;
  }

  .div-block-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .hero-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .awards-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .navbar {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .text-section {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond Variablefont Wght';
  src: url('../fonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond Variablefont Wght';
  src: url('../fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}