@font-face {
    font-family: 'InclusiveSans';
    src: url('fonts/Inclusive_Sans/InclusiveSans-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'InclusiveSans';
    src: url('fonts/Inclusive_Sans/InclusiveSans-Italic.ttf');
    font-style: italic;
}

@font-face {
    font-family: 'Lexend';
    src: url('fonts/Lexend/Lexend-VariableFont_wght.ttf');
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/MaterialIcons-Regular.ttf');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  position: relative;
  top: 3px;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

* {
  scroll-behavior: smooth;
}

html {
  background-color: #000;
}

body {
  background-color: #000;
  overflow-x: hidden;
  font-family: 'InclusiveSans';
}

.button {
  font-family: 'InclusiveSans';
}

.input {
  font-family: 'InclusiveSans';
  border: none;
}

.input::placeholder {
  color: #333;
}

.input:focus{
    outline: none;
    border: none;
}

p {
  color: #fff;
  hyphens: auto;
}

p strong {
  color: #bfbfbf;
  font-weight: bolder;
}

.medium-text {
  font-size: 20px;
  font-weight: bold;
}

.largesized-text {
  font-family: 'InclusiveSans';
  font-size: clamp(48px, 5.5vw, 120px);
  font-weight: bold;
  color: #fff;
}

.midsized-text {
  font-family: 'InclusiveSans';
  font-size: clamp(24px, 4.5vw, 100px);
  font-weight: bold;
  color: #bfbfbf;
}

.midsized-text a {
  font-size: clamp(20px, 2.7vw, 3rem);
}

.midsized-link {
  font-family: 'InclusiveSans';
  font-size: clamp(24px, 4.5vw, 100px);
  font-weight: bold;
}

hr {
  background-color: #1a1a1a;
  margin: 0.7rem 0 1.4rem 0;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover .link-part {
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a:after {
  content: " ›";
  font-weight: normal;
}

.title {
  color: #fff;
  font-family: 'Lexend';
  font-size: 10.5vw;
  text-transform: uppercase;
  word-break: keep-all;
}

.subtitle {
  font-family: 'InclusiveSans';
  font-size: 7vw;
  font-weight: bold;
  color: #bfbfbf;
}

.white {
  color: #fff;
}

.headerception {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 5vw;
}

.title-negativ {
  color: rgb(57,57,57);
  background: rgb(57,57,57);
  background: linear-gradient(-180deg, rgba(60,60,60,1) 0%, rgba(32,32,32,1) 47%, rgba(5,5,5,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.1);
}

.title-works {
  color: #a46854;
  background: #a46854;
  background: linear-gradient(-180deg, #a46854, #010f1a);
  /* Potential: */
  /*background: linear-gradient(-180deg, #8AAAE5, #FFFFFF);*/
  /*background: linear-gradient(-180deg, #20948B, #6AB187);*/
  /*background: linear-gradient(-180deg, #31473A, #EDF4F2);*/
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0.0);
  /*color: transparent;
  background-size: cover;
  background: url("media/landing-image.png") 60% 0 no-repeat;
  background-clip: text;*/
}

.title-we {
  color: rgb(253,29,29);
  background: rgb(253,29,29);
  background: linear-gradient(-180deg, rgba(253,29,29,1) 0%, rgba(252,172,69,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0.3);
}

.title-production {
  color: rgb(165,34,195);
  background: rgb(165,34,195);
  background: linear-gradient(-180deg, rgba(165,34,195,1) 0%, rgba(45,100,253,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0.3);
}

.title-thanks {
  color: rgb(213,36,74);
  background: rgb(213,36,74);
  background: linear-gradient(-180deg, rgba(213,36,74,1) 0%, rgba(136,18,11,1) 100%); 
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0.3);
}

.title-lib {
  color: #0F2027;
  background: #0F2027;
  background: linear-gradient(-180deg, #2C5364, #203A43, #0F2027);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,0.0);
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  backdrop-filter: blur(20px);
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

li {
  display: inline-block;
}

li a {
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:after {
  content: "";
}

.img-link > img {
  border-radius: 26px;
  opacity: 1;
  transition: .5s ease;
}

.img-link:hover > img {
  -webkit-box-shadow: 0px 0px 29px 6px rgba(83,83,83,0.47); 
  box-shadow: 0px 0px 29px 6px rgba(83,83,83,0.47);
  opacity: 0.75;
}

.img-link::after {
  content: "";
}

.footer {
  background-color: #050505;
}

.nice-button {
  padding: clamp(10px, 1vw, 1rem) clamp(15px, 1.5vw, 2rem);
  margin-right: clamp(5px, 1vw, 1rem);
  background-color: rgb(18,18,18);
  border-radius: 8px;
  font-size: clamp(18px, 1.3vw, 2rem);
  font-weight: bold;
  box-shadow: inset 0 7px 7px -5px rgba(255,255,255,0.1);
}

.nice-button:after {
  content: "";
}

.nice-button:hover {
  background-color: rgb(22,22,22);
}

.invert-button {
  color: rgb(0,0,0);
  background-color: rgb(187,187,187);
  box-shadow: inset 0 7px 7px -5px rgba(255,255,255,1);
}

.invert-button:hover {
  color: rgb(0,0,0);
  background-color: rgb(191,191,191);
}

.play-button {
  padding: 15px 12px 12px 12px;
  margin-right: 5px;
  background-color: rgb(18,18,18);
  border-radius: 8px;
  font-size: 18px;
  box-shadow: inset 0 7px 7px -9px rgba(255,255,255,0.1);
}

.play-button::after {
  content: "";
}

.play-button:hover {
  background-color: rgb(22,22,22);
}

.has-background {
  position: relative;
  overflow: hidden;
}

.backlink::after {
  content: "";
}

.backlink::before {
  content: "‹ ";
}

.album-cover {
  border-radius: 20px;
  width: clamp(312px, 30vw, 512px);
}

.has-background {
  position: relative;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  width: 75%;
  height: 75%;
  top: 10%;
  left: 12%;
  opacity: 0.6;
  border-radius: 20px;
}

.z-index {
  z-index: 10;
}

.disabled {
  opacity: 0.5;
}

.scroll-down {
  font-size: 3.5vw;
  font-family: 'Lexend';
  text-transform: uppercase;
  color: #4d4d4d;
  transition: all .5s;
}

.scroll-down:hover {
  color: #bfbfbf;
  font-weight: bold;
}

.scroll-down::before {
  content: "▼ ";
  color: #333333;
}

.scroll-down::after {
  content: " ▼";
  color: #333333;
}

/* JS Animate classes */
.animate {
  opacity: 0 !important;
  transition: all 0.9s;
}

@media(prefers-reduced-motion) {
  .animate {
    transition: none;
  }
}

.trigger {
  opacity: 1 !important;
}

/* plyr styling */
.plyr__control--overlaid {
  font-size: 26px !important;
}

:root {
  --plyr-color-main: rgb(45,45,45);
  --plyr-control-icon-size: 20px;
}
