/* ------------------------------------- */
/* Font faces */
/* ------------------------------------- */
@font-face {
font-family: 'Walla';
src: url('../fonts/SDWalla-Regular.woff2') format('woff2');
}
/* ------------------------------------- */
/* Native */
/* ------------------------------------- */
* {
box-sizing: border-box;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
display: none;

}
/* Hide scrollbar for IE and Edge */
body {
-ms-overflow-style: none;
}
body {
background-color: var(--color-background-color)!important;
overflow: hidden;
transition: background 0.5s;
}
html,
body {
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
p,
a,
button {
line-height: 1.2;
color: var(--color-font);
text-decoration: none;
padding: 0;
margin: 0;
font-weight: normal;
font-family: Walla;
letter-spacing: 0.5px;
font-size: 0.9rem;
}
.spectrodrama {
height: calc(var(--vh) * 100);
}
.underline {
text-underline-offset: 4px;
text-decoration: underline;
}
/* ------------------------------------- */
/* CSS Variables */
/* ------------------------------------- */
/* Global (Dark Theme) */
:root {
--vh: 1vh;
--color-background-color: #000000;
--color-font: #aaaaaa;
--color-active: #ffffff;
--color-inactive: #aaaaaa;
--color-background-grey: #222;
}
/* Global (Light Theme) */
.dark-mode {
--color-background-color: #000000;
--color-font: #aaaaaa;
--color-active: #ffffff;
--color-inactive: #aaaaaa;
--color-background-grey: #222;
}
.light-mode {
--color-background-color: #f8f8f8;
--color-font: #000000;
--color-active: grey;
--color-inactive: #000000;
--color-background-grey: #e9e9e9;
}
/* ------------------------------------- */
/* Selection TXT */
/* ------------------------------------- */
::-moz-selection { /* Code for Firefox */
color: yellow;
background: transparent;
}
::selection {
color: yellow;
background: transparent;
}
/* ------------------------------------- */
/* Nopadding */
/* ------------------------------------- */
.nopadding {
padding: 0px!important;
}
.nopadding-right {
padding-right: 0px!important;
}
.padding-5-right {
padding-right: 5px!important;
}
.nopadding-left {
padding-left: 0px!important;
}
.padding-5-left {
padding-left: 5px!important;
}
/* ------------------------------------- */
/* POP UP ADS */
/* ------------------------------------- */
.popup {
width:auto;
height:auto;
position: absolute;
z-index: 99999999;
}
/* ------------------------------------- */
/* Loading Bar */
/* ------------------------------------- */
@keyframes page-load {
from {
background-color: #ffc422;
}
to {
background-color: #c0392b;
}
}
.page-loading::before {
content:" ";
display:block;
position:fixed;
z-index:10;
height:2px;
width:100%;
top:0;
left:0;
background-color:#06D;
animation: page-load infinite ease-out 2s;
box-shadow:0 2px 2px rgba(0,0,0,.2);
}
/* ------------------------------------- */
/* Vertical Center */
/* ------------------------------------- */
.vertical-center {
min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
}
/* ------------------------------------- */
/* Logotype */
/* ------------------------------------- */
.container-logotype {
z-index: 2;
position: absolute;

opacity: 1; /* Initially set to invisible */
transition: opacity 0.5s; /* Add a transition effect for smooth fading */
top: 50%;
transform: translateY(-50%);
width: 100%;
text-align: center;
display: block;
}
.logotype {
width: 80%;
height: auto;
max-width: 100%;
}
.fade-in {
  opacity: 1;
  transition: opacity 0.5s;
}
.fade-out {
  opacity: 0;
  transition: opacity 0.5s;
}
/* ------------------------------------- */
/* BLUR */
/* ------------------------------------- */
.blur   {
filter: blur(40px);
-webkit-filter: blur(40px);
-moz-filter: blur(40px);
-o-filter: blur(40px);
-ms-filter: blur(40px);
transition: 0.5s;
opacity: 0.5;
}
/* ------------------------------------- */
/* NAV */
/* ------------------------------------- */
.container-works-title {
top: 0px;
z-index: 5;
transition: 0.5s;
padding-top: 5px;
position: absolute;
mix-blend-mode: difference;
width: 100%;
padding-left: 5px;
padding-right: 5px;
}
.container-works-title p, a, div {
z-index: 1;
}
.nav-title {
color: var(--color-active);
transition: 0.5s;
text-decoration: none;
}
.nav-title:hover {
color: var(--color-active);
transition: 0.5s;
}
/* ------------------------------------- */
/* ABOUT */
/* ------------------------------------- */
#about {
position: fixed;
display: none;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 999;
mix-blend-mode: difference;
height: calc(var(--vh) * 100);
}
.container-nav-about {
padding-top: 5px;
}
.nav-about {
color: var(--color-active);
transition: 0.5s;
text-shadow: 0.3px 3.2px 3px black, 0.2px 1.1px 2px white;
-webkit-background-clip: text;
-moz-background-clip: text;
transition: 0.5s;
text-decoration: none;
padding-right: 0.5rem;
padding-left: 0.5rem;
}
.nav-about:hover {
color: var(--color-active);
}
.null {
transition: 0.5s;
}
.container-about-informations {
height: calc(var(--vh) * 100 - 200px);
display: inline-block;
padding-right: 1rem;
padding-left: 1rem;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
overflow: scroll;
}
.container-about-1{
width: 100%;
}
.container-about-2 {
width: 100%;
}
.container-about-category {
padding-bottom: 15px;
}
.container-about-spectrodrama  {
  font-size: 1.1rem;
}
.container-about-bloc {
}
.container-about-list {
}
.container-about-title {
}
.container-about-category p {
text-shadow: 0.3px 3.2px 3px black, 0.2px 1.1px 2px white;
color: var(--color-active);
font-variant-numeric: tabular-nums;
}
.container-about-category a {
text-shadow: 0.3px 3.2px 3px black, 0.2px 1.1px 2px white;
color: var(--color-active);
text-underline-offset: 4px;
text-decoration: underline;
font-variant-numeric: tabular-nums;
}
.container-about-category:last-child {
padding-bottom: 20px;
}
/* ------------------------------------- */
/* VISUAL DESCRIPTION */
/* ------------------------------------- */
.controls {
display: flex ;
width: 100%;
z-index: 5;
bottom: 15px;
position: absolute;
}
.captions {
flex: 1;
width: 100%;
}
.caption p {
text-align: center;
text-shadow: 0.3px 2px 3px black, 0.2px 1.1px 5px white;
}
.caption a {
text-align: center;
text-shadow: 0.3px 2px 3px black, 0.2px 1.1px 5px white;
text-underline-offset: 4px;
text-decoration: underline;
}
.caption-color-1 p {
  color: var(--color-font);
}
.caption-color-1  a {
  color: var(--color-font);
}
.caption-color-2 p {
  color: var(--color-active);
}
.caption-color-2 a {
  color: var(--color-active);
}
/* ------------------------------------- */
/* CAROUSEL */
/* ------------------------------------- */
.slideshow {
width: 100%;
height: calc(var(--vh) * 100);
}
.front_page {
width: 100%;
height: calc(var(--vh) * 100);
}
.image-container {
height: calc(var(--vh) * 100);
width: auto;
}
/* ------------------------------------- */
/* Footer */
/* ------------------------------------- */
.footer {
z-index: 1000000;
position: fixed;
bottom: 0;
background: rgb(0 0 0 / 38%);
backdrop-filter: blur(5px);
display: none;
}
.container-footer {
padding-right: 0.5rem;
padding-left: 0.5rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.container-footer p {
color: var(--color-active);
font-size: 0.8rem;
}
.container-footer a {
color: var(--color-active);
font-size: 0.8rem;
z-index: 90;
}
.footer-collumn {
padding-bottom: 5px;
}
/* ------------------------------------- */
/* NEXT PROJECT PAGE */
/* ------------------------------------- */
/* ********************************************************************** */
/* (sm) Small devices (landscape phones, 576px and up) */
/* ********************************************************************** */
@media (min-width: 576px) {
.prev-arrow {
position: absolute;
left: 0;
top: 0;
z-index: 10;
height: calc(var(--vh) * 90);
width: 50vw;
cursor: w-resize;
}
.next-arrow {
position: absolute;
right: 0;
z-index: 10;
top: 0;
height: calc(var(--vh) * 90);
width: 50vw;
cursor: e-resize;
}
}
/* ********************************************************************** */
/* (md) Medium devices (tablets, 768px and up) */
/* ********************************************************************** */
@media (min-width: 768px) {
.logotype {
width: 50%;
height: auto;
max-width: 100%;
}
.carousel-full {
height: calc(var(--vh) * 100);
}
}
/* ********************************************************************** */
/* (lg) Large devices (desktops, 992px and up) */
/* ********************************************************************** */
@media (min-width: 992px) {

.footer-collumn:nth-child(3) {
margin-left: 75px;
}
.container-about-informations {
height: calc(100vh - 100px);
display: flex;
}
.container-about-1{
width: 50%;
}
.container-about-spectrodrama   {
  font-size: 1.3rem;
}
.container-about-2 {
overflow: auto;
width: 50%;
padding-left: 40px;
}
.container-about-bloc {
display: flex;
align-items: baseline;
}
.container-about-list {
padding-left: 10px;
width: 70%;
}
.container-about-title {
position: sticky;
top: 1px;
width: 100px;
}
.footer-collumn:last-child {
text-align: right;
}
}
/* ********************************************************************** */
/* (xl) Extra large devices (large desktops, 1200px and up) */
/* ********************************************************************** */
@media (min-width: 1200px) {
.logotype {
width: 30%;
height: auto;
max-width: 100%;
}
}
/* ********************************************************************** */
/* (xl) Extra large devices (large desktops, 1200px and up) */
/* ********************************************************************** */
@media (min-width: 1700px) {
}
/* ********************************************************************** */
/* Unused media queries */
/* ********************************************************************** */
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
...;
}
/*  Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
...;
}
/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
...;
}
/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
...;
}
/*  Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
...;
}
/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
...;
}
/*  Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
...;
}
/*  Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
...;
}