@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Gellix';
  src: url('../fonts/Gellix-SemiBold.ttf');
}
@font-face {
    font-family: 'Gellix Regular';
  src: url('../fonts/Gellix-Regular.ttf');
}
body {
    margin: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-font-smoothing: antialiased;
       overflow-x: hidden;
    overflow-y: hidden;
}
header{
    position:absolute;
    top:0;
        z-index: 1;
    padding-top:38px;
    padding-left:41px;
    mix-blend-mode: exclusion;
}
.unmute{
    position: absolute;
margin:auto;
left: 0;
right: 0;
text-align: center;
mix-blend-mode: exclusion;
cursor: pointer;
top:0;
bottom:0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.unmute:hover{
    opacity:1 !important;
}
h2{
    color:#ffffff;
    font-family: 'Gellix';
font-style: normal;
font-weight: 600;
text-rendering: auto;
font-size: 14px;
line-height: 17px;
}
#block{
    position: absolute; top: 0; left: 0; width: 100%; height: 100vh;z-index: 2;
}

main{
    position: fixed;
    top: 0;
    right: 0;
      background: #000000;
display: flex;
  flex-wrap: wrap;
  padding:0;
    left: 0;
    /* width: 100%; */
    width: max-content;
    height: auto;
    margin: auto;
    overflow-x: hidden;
    text-align: center;
    will-change: transform;
}
.column-1-footer,.column-2-footer{
    width:50%;
    position:absolute;
    bottom:0;
    z-index: 1;
    mix-blend-mode: exclusion;
    padding-bottom:38px;
    display:block;
}
.column-1-footer{
    left:0;
    }
.column-2-footer{
    right:0;
}
h2{
        margin: 0;
}
.column-1-footer h2{
    text-align:left;
        padding-left:41px;    

}
.column-1-footer h2 a{
    text-decoration: none;
    font-family: 'Gellix';
    color:#ffffff;
    text-rendering: auto;
}
.column-1-footer h2 a:hover{
   text-decoration: underline; 
}
#playvideo{
        height: 100vh;
        width:100vw;
}
.video_loop {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.column-2-footer h2{
    text-align:right;
    padding-right:41px;
}
section {  font-family: sans-serif;
  font-family: sans-serif;
  font-size: 12ch;
 min-height: -webkit-fill-available;;
  width:100vw;
  height: 100vh;
      position: relative;
          display: flex;
    justify-content: center;
    align-items: center;
}

section:nth-child(1) {
  background: #000000;
  color: white;
  width:max-content;
}
.logo-studio{
    width: auto;
    height: calc(100vh - 30%);
    padding-left:41px;
    padding-right:41px;
}
section:nth-child(2) {
  background: #000000;
  color: white;
  display: block;
    overflow: hidden;
}
@media (max-width: 1200px){
body{
    overflow-x:scroll;
    overflow-y:auto;
}
body{
      -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}
main{
    overflow:hidden;
    position: relative;
    padding:0;
    margin:0;
}
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
  body{
    overflow-x:scroll;
    overflow-y:auto;
}
body{
      -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}
main{
    overflow:hidden;
    position: relative;
    padding:0;
    margin:0;
} /* your css rules for ipad landscape */
}
@media (min-width: 767) and (max-width: 992){
  .column-1-footer,.column-2-footer{
    padding-bottom:41px;
} 
body{
    overflow-x:scroll;
    overflow-y:auto;
}
body{
      -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}
main{
    overflow:hidden;
    position: relative;
    padding:0;
    margin:0;
}
}
  
@media (max-width: 767px){
.logo-studio{
    height: calc(100vh - 32%);

}
.column-1-footer h2 a{
    text-decoration: underline;
}
.column-1-footer{
    width:100%;
    position:fixed;
    padding-left:0px;
    text-align:center;
    padding-bottom:30px;
}
.column-1-footer h2 {
    text-align: center;
    padding-left: 0;
}
header{
    padding-top: 20px;

}
.column-2-footer{
width: 50%;
    position: fixed;
    top: 0;
    bottom: auto;
    padding-top: 20px !important;
    padding-bottom: 0;

top:0;
    padding-top:38px;
}
body{
      -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}
main{
    overflow:hidden;
    position: relative;
    padding:0;
    margin:0;
}
header{
    position:fixed;
}
body{
    overflow-x:scroll;
    overflow-y:auto;
}
h2{
    font-weight: 600;
font-size: 20px;
line-height: 24px;
}
}
