html:lang(tr-TR) .intro .subtitle,
html:lang(tr-TR) .intro h3,
html:lang(tr-TR) .single .intro h1,
html:lang(tr-TR) .link,
html:lang(tr-TR) .big,
html:lang(tr-TR) nav ul li a,
html:lang(tr-TR) article .text h3,
html:lang(tr-TR) section.deadend#content .inner hgroup h1,
html:lang(tr-TR) section#content .inner ul.parallel>li li a span,
html:lang(tr-TR) ul.random li a span,
html:lang(tr-TR) .featured .project .curtain h2,
html:lang(tr-TR) .featured .project .visual h2,
html:lang(tr-TR) footer ul li a,
html:lang(tr-TR) .preloader span::after,
html:lang(tr-TR) .numbers ul li,
html:lang(tr-TR) .address ul li b,
html:lang(tr-TR) .navigation ul li a i {
font-family: "MaisonNeue"
}



@font-face {
font-family: MaisonNeue;
src: url(https://storagelive.proj-e.com/proje/frontend/fonts/MaisonNeue-Medium.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}

@font-face {
font-family: Sneak;
src: url(https://storagelive.proj-e.com/proje/frontend/fonts/Sneak-Trial-Medium.otf) format("opentype");
font-weight: 400;
font-style: normal;
font-display: swap
}

@font-face {
font-family: 'Space Mono';
src: url(../css/fonts/SpaceMono-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
font-display: swap
}

@font-face {
font-family: 'Space Mono';
src: url(../css/fonts//fonts/SpaceMono-Bold.ttf) format("truetype");
font-weight: Bold;
font-style: normal;
font-display: swap
}

@font-face {
font-family: 'Inter';
src: url(../css/fonts/Inter-Medium.woff2) format("woff2");
font-weight: 400;
font-style: normal;
font-display: swap
}

body,
html {
margin: 0;
font-family: "Space Mono";
font-size: 24px;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: none;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale !important;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
/*line-height: 1.211;*/
}

h1,
h2,
h3,
h4,
h5,
li,
ul {
margin: 0;
padding: 0;
list-style: none
}

:focus {
outline: 0
}

.link {
text-decoration: none;
color: #000;
font-size: 24px;
position: relative;
display: inline-block;
font-family: "Inter"
}

.intro h3 {
width: auto !important
}

.intro .subtitle,
.intro h3,
.single .intro h1 .link::after {
content: "";
display: block;
width: 0;
height: 80%;
background: #eee;
position: absolute;
left: -3px;
top: 50%;
z-index: -1
}

.big {
font-family: "Inter";
font-size: 24px
}

.grid {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: table;
z-index: 10;
pointer-events: none
}

.grid .col1 {
display: table-cell;
width: 16%;
min-width: 210px;
height: 100%;
border-right: 1px solid rgba(187, 187, 187, 0.3)
}

.grid .col2 {
display: table-cell;
position: relative;
height: 100%
}

.grid .col2::before {
content: "";
display: block;
width: 33.3333%;
height: 100%;
position: absolute;
border-right: 1px solid rgba(187, 187, 187, 0.3);
border-left: 1px solid rgba(187, 187, 187, 0.3);
top: 0;
left: 33.3333%
}

.grid .col2::after {
content: "";
display: block;
width: 100%;
height: 1px;
position: absolute;
background: rgba(187, 187, 187, 0.3);
top: 50%
}

.grid .col3 {
display: table-cell;
width: 90px;
height: 100%;
border-left: 1px solid rgba(187, 187, 187, 0.3);
background: #fff
}

canvas[resize] {
width: 100%;
height: 100%;
top: 0;
left: 0;
pointer-events: none
}

canvas#goo {
position: fixed;
z-index: -1;
pointer-events: auto
}

canvas#fluid {
position: fixed;
z-index: 8
}

header .logo {
display: block;
width: 16%;
min-width: 210px;
height: 20px;
background: url('../img/logo.png') center top no-repeat;
background-size: contain;
position: fixed;
left: 0;
top: 80px;
text-indent: -9999px;
overflow: hidden;
z-index: 5
}

.header-btn{
height: 100vh;
background-color: #fff;
position: fixed;
right: 0;
top: 0;
z-index: 999;
border-left: 1px solid #eaeaea;
}


header button{
font-family: "Space Mono";
width: 90px;
height: 100px;
padding: 0;
border: none;
background: #fff;
cursor: pointer !important;
}


header button::after,
header button::before {
transition: all 0.3s cubic-bezier(1, 0, 0.275, 1.195);
content: "";
display: block;
width: 23px;
height: 5px;
background: repeating-linear-gradient(90deg, #000, #000 5px, transparent 5px, transparent 9px);
position: absolute
}

header button::after {
left: 27px;
top: 48px
}

header button::before {
left: 27px;
top: 40px
}

header button i {
position: absolute;
font-size: 14px;
font-style: normal;
text-align: right;
transform: rotate(-90deg) translateX(-25px) translateY(-40px);
width: 60px;
}

header button i span.open {
display: none
}

header .up {
display: block;
width: 16%;
min-width: 210px;
height: 48px;
background: url(https://storagelive.proj-e.com/proje/frontend/images//up.svg) center center no-repeat;
background-size: contain;
position: fixed;
left: 0;
bottom: 30px;
text-indent: -9999px;
overflow: hidden;
z-index: 11;
transform: translateY(30px);
opacity: 0
}

header .up.show {
opacity: 1;
transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transform: translateY(0)
}

.menu-open header button::after {
top: 44px;
background: repeating-linear-gradient(90deg, #000, #000 23px, transparent 5px, transparent 9px)
}

.menu-open header button::before {
top: 40px;
left: 90px;
opacity: 0
}

.menu-open header button i span.open {
display: block
}

.menu-open header button i span.closed {
display: none
}

nav {
position: fixed;
width: calc(84% - 90px);
max-width: calc(100% - 300px);
height: 0;
right: 90px;
top: 100%;
z-index: 111;
/*transform-origin: bottom right;
transform: skewY(-20deg);*/
transition: transform 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19), height 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19), top 0.4s cubic-bezier(0.55, 0.055, 0.675, 0.19);
/*background: #000;*/
}

/*nav ul {
width: 100%;
display: flex;
flex-wrap: wrap;
height: 100%
}

nav ul li {
width: 33.3333%;
height: 50%;
overflow: hidden
}

nav ul li a {
display: block;
position: relative;
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 66px 40px;
text-decoration: none;
color: #000;
font-family: "Inter";
font-size: 40px
}

nav ul li a i {
position: relative;
transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
display: inline-block;
font-style: normal;
transform: translateY(0);
z-index: 1
}*/

.menu-open {
height: 100%;
overflow: hidden
}

.menu-open nav {
background-color: #fff;
height: 100vh;
transform: skewY(0);
transition: none;
top: 0;
bottom: 0;
display: flex;
align-items: center;
}

/*.menu-open nav ul li a {
animation: menuItemsIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 1
}

.menu-open nav ul li:nth-child(1) a {
animation-duration: .2s
}

.menu-open nav ul li:nth-child(2) a {
animation-duration: .3s
}

.menu-open nav ul li:nth-child(3) a {
animation-duration: .45s
}

.menu-open nav ul li:nth-child(4) a {
animation-duration: .65s
}

.menu-open nav ul li:nth-child(5) a {
animation-duration: .9s
}

.menu-open nav ul li:nth-child(6) a {
animation-duration: 1.2s
}*/

@keyframes menuItemsIn {
0% {
transform: translateX(-100%) skewX(-50deg)
}

100% {
transform: translateX(0) skewX(0)
}
}

.image {
width: 66.6667%;
position: relative;
font-size: 0
}

.image::after {
content: "";
display: block;
width: 50%;
height: 101%;
background: #fff;
position: absolute;
left: 50%;
top: 0
}

.image.right {
margin-left: auto
}

.image img {
width: 100%
}

.image canvas {
position: absolute;
right: 0;
top: 0;
height: 100%;
width: 50%;
z-index: 1
}

article {
position: relative;
cursor: default;
margin-bottom: 0px
}

article .text {
width: 66.6667%;
position: relative;
padding: 40px;
box-sizing: border-box
}

article .text.right {
margin-left: auto
}

article .text h3 {
font-size: 50px;
font-family: "Inter";
font-weight: 400
}

article .text p {
width: 100%;
line-height: 1.45;
}

article .text:before {
content: "";
display: none;
width: 100%;
height: 100%;
background: rgba(238, 238, 238, 0.9);
position: absolute;
left: 0;
top: 0;
z-index: -1;
opacity: 0
}

article .image {
position: absolute;
top: 0;
z-index: -1;
transform-origin: center center
}

article .image.right {
right: 0
}

@keyframes skewShock {
0% {
background: #fafafa
}

20% {
background: #fafafa
}

100% {
background: rgba(250, 250, 250, 0)
}
}

section.deadend .inner {
min-height: calc(50vh - 100px)
}

section.deadend hgroup {
margin: 70px 0 0 40px
}

section.deadend hgroup a {
color: #000;
font-size: 14px;
text-transform: uppercase;
text-decoration: none
}

section.deadend#content .inner hgroup h1 {
font-size: 7.5vh;
font-family: "Inter";
margin: 30px 0 20px;
font-weight: 400
}

section.deadend#content .inner hgroup h3 {
font-size: .72em;
font-weight: 400
}

section#content {
width: calc(84% - 90px);
max-width: calc(100% - 301px);
margin: 0 90px 0 auto
}

section#content .inner {
position: relative;
background-size: 100% auto
}

section#content .inner h1 {
font-size: 14px;
font-weight: 400
}

section#content .inner ul.parallel {
display: flex;
flex-direction: row;
width: 100%;
margin: 0 0
}

section#content .inner ul.parallel>li {
flex-direction: row;
flex: 1
}

section#content .inner ul.parallel>li li {
display: block;
width: 100%;
background: #ccc;
font-size: 0;
overflow: hidden;
perspective-origin: center center;
perspective: 500px;
position: relative
}

section#content .inner ul.parallel>li li img {
width: 100%;
height: auto;
transition: transform 15s linear;
transform: rotateY(2deg) scale(1.02) translateX(0)
}

section#content .inner ul.parallel>li li a:hover img {
transform: rotateY(20deg) scale(1.25) translateX(10%)
}

section#content .inner ul.parallel>li li a span {
position: absolute;
transform-origin: 0 0;
bottom: 30px;
left: 30px;
width: calc(100% - 60px);
font-size: 22px;
font-family: "Inter";
color: #fff;
font-weight: 400
}

section#content .inner ul.parallel>li li a:hover span {
transform: skewY(0) translateX(0);
opacity: 1;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
z-index: 1
}

section#content .inner ul.parallel>li li a::after {
content: "";
display: block;
width: 100%;
height: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 50%);
position: absolute;
left: 0;
top: 100%
}

section#content .inner ul.parallel>li li a:hover::after {
top: 0;
transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

section#content .inner ul.parallel>li:nth-child(odd) li:nth-child(even) {
background: #ddd
}

section#content .inner ul.parallel>li:nth-child(even) li:nth-child(odd) {
background: #aaa
}

section p {
font-size: .83em;
width: 66.66667%;
box-sizing: border-box;
margin: 50px 0
}

section video {
width: 100%;
margin: 0
}

ul.random {
font-size: 0
}

ul.random li {
opacity: 0;
transform-origin: 0 0;
display: inline-block;
width: 33.3333%;
background: #ccc;
font-size: 0;
overflow: hidden;
perspective-origin: center center;
perspective: 500px;
position: relative
}

ul.random li.large {
width: 66.6666%;
background: #ddd
}

ul.random li.right {
margin-left: 33.3333%
}

ul.random li.topshift {
transform: translateY(-50%)
}

ul.random li.bottomshift {
transform: translateY(50%)
}

ul.random li.right.large {
display: block;
margin-left: auto
}

ul.random li img {
width: 100%;
transition: transform 15s linear;
transform: rotateY(1deg) scale(1.02) translateX(0)
}

.works ul.random li img.thumbnail {
height: 100%;
object-fit: cover
}
/*
ul.random li img.thumbnail {
position: absolute;
left: 0;
top: 0
}
*/
ul.random li video {
position: absolute;
left: 0;
top: 0;
width: 100%
}

ul.random li a span {
position: absolute;
transform-origin: 0 0;
transform: skewY(10deg) translateY(30px);
opacity: 0;
bottom: 30px;
left: 30px;
width: calc(100% - 60px);
font-size: 22px;
color: #fff;
font-weight: 400
}

ul.random li a:hover span {
transform: skewY(0) translateX(0);
opacity: 1;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
z-index: 1
}

ul.random li a::after {
content: "";
display: block;
width: 100%;
height: 100%;
background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0) 50%);
position: absolute;
left: 0;
top: 100%
}

ul.random li a:hover::after {
top: 0;
transition: top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}
/*
ul.random>li:nth-child(even) {
transition-duration: 1s;
transform: skewY(10deg) translateY(50px)
}

ul.random>li:nth-child(even).topshift {
transform: skewY(10deg) translateY(calc(-50% + 50px))
}

ul.random>li:nth-child(even).bottomshift {
transform: skewY(10deg) translateY(calc(50% + 50px))
}

ul.random>li:nth-child(odd) {
transition-duration: 1.2s;
transform: skewY(10deg) translateY(80px)
}

ul.random>li:nth-child(odd).topshift {
transform: skewY(10deg) translateY(calc(-50% + 80px))
}

ul.random>li:nth-child(odd).bottomshift {
transform: skewY(10deg) translateY(calc(50% + 80px))
}*/

ul.random>li.on {
opacity: 1;
transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/*ul.random>li.on.topshift {
transform: skewY(0) translateY(-50%)
}

ul.random>li.on.bottomshift {
transform: skewY(0) translateY(50%)
}*/

.featured {
margin: 100px 0
}

.featured .project {
position: relative;
margin-bottom: 300px
}

.featured .project:last-child {
margin-bottom: 0
}

.featured .project .curtain {
width: 101%;
background: #fff;
position: absolute;
top: -1px;
transition: height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.featured .project.half .curtain {
position: fixed;
top: 0
}

.featured .project.up .curtain {
top: 50%;
height: 0 !important;
transform: skewY(-20deg);
transform-origin: 0 0;
transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), height 0.8s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.featured .project .curtain a {
display: inline-block;
position: absolute;
top: 40%;
left: 20px;
padding-left: 20px;
text-decoration: none;
color: #000
}

.featured .project .curtain h2 {
transition: opacity 0.3s ease, background 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
display: inline-block;
transform-origin: 0 0;
font-weight: 400;
font-size: 66px;
font-family: "Inter";
background-image: url(https://storagelive.proj-e.com/proje/frontend/images/brush.png);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 100% auto;
opacity: 0
}

.featured .project.down .curtain h2 {
transform: skewY(10deg)
}

.featured .project.focused .curtain h2 {
opacity: 1;
background-position: 0 100%;
transform: skewY(0)
}

.featured .project.up .curtain h2 {
transform: skewY(-10deg)
}

.featured .project .curtain small {
opacity: 0;
font-size: 14px;
text-transform: uppercase;
display: block;
margin: 30px 0 0 0;
transform: translateX(-20px);
position: relative
}

.featured .project .curtain small::after {
content: "";
display: block;
width: 0;
height: 20px;
background: #eee;
position: absolute;
left: -3px;
top: 10px;
z-index: -1
}

.featured .project.half .curtain a:hover small {
opacity: 1;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translateX(0)
}

.featured .project.half .curtain a:hover small::after {
width: 120px;
transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition-delay: .2s
}

.featured .project .visual>div div.video-perspective {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
perspective: 700px;
perspective-origin: center center
}

.featured .project .visual>div video {
position: absolute
}

.featured .project .visual a {
display: inline-block;
position: absolute;
top: 0;
left: calc(-50% + 20px);
padding-left: 20px;
text-decoration: none;
color: #000
}

.featured .project .visual h2 {
transition: opacity 0.3s ease, background 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
display: inline-block;
transform-origin: 0 0;
font-weight: 400;
font-size: 66px;
font-family: "Inter";
background-image: url(https://storagelive.proj-e.com/proje/frontend/images/brush.png);
-webkit-background-clip: text;
/*-webkit-text-fill-color: transparent;*/
background-size: 100% auto;
opacity: 0
}

.featured .project.down .visual h2 {
transform: skewY(10deg)
}

.featured .project.focused .visual h2 {
opacity: 1;
background-position: 0 100%;
transform: skewY(0)
}

.featured .project.up .visual h2 {
transform: skewY(-10deg)
}

.featured .project .visual small {
opacity: 0;
font-size: 14px;
text-transform: uppercase;
display: block;
margin: 30px 0 0 0;
transform: translateX(-20px);
position: relative
}

.featured .project .visual small::after {
content: "";
display: block;
width: 0;
height: 20px;
background: #eee;
position: absolute;
left: -3px;
top: 10px;
z-index: -1
}

.featured .project.focused .visual a:hover small {
opacity: 1;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transform: translateX(0)
}

.featured .project.focused .visual a:hover small::after {
width: 120px;
transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
transition-delay: .2s
}

.visual {
width: 66.6667%;
position: relative;
font-size: 0
}

.visual img {
width: 100%
}

.project.up .visual {
position: absolute;
bottom: 0;
transform: translateY(0) !important
}

.project.down .visual {
position: absolute;
top: 0;
transform: translateY(0) !important;
bottom: 0 !important
}

.project.focused .visual {
position: fixed;
bottom: 50% !important
}

.screens {
margin: 50px 0 150px
}

.screens li {
margin: 50px 0
}

.screens li.full img {
width: 100%;
height: auto
}

.screens li.full.bottommargin {
margin-bottom: -20%
}

.screens li.mobile {
width: 66.66667%;
text-align: center
}

.screens li.mobile.right {
margin-left: auto
}

.screens li.mobile div {
position: relative;
border-radius: 35px;
width: 85%;
max-width: 310px;
background: #333;
padding: 7% 1.5% 8% 1.5%;
box-sizing: border-box;
margin: 0 auto;
font-size: 0
}

.screens li.mobile img,
.screens li.mobile video {
width: 100%;
height: auto;
border-radius: 8px
}

.screens li.mac {
width: 100%
}

.screens li.mac div {
position: relative;
width: 75%;
margin: 0 auto;
box-sizing: border-box;
background: #333;
max-width: 1000px;
font-size: 0;
padding: 2% 1% 3% 1%;
border-top-left-radius: 20px;
border-top-right-radius: 20px
}

.screens li.mac div img,
.screens li.mac div video {
width: 100%;
height: auto
}

.screens li.mac div::after {
content: '';
display: block;
background: #333;
width: 120%;
height: 5%;
position: absolute;
left: -10%;
bottom: 0;
border-radius: 5px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px
}

.media {
position: relative;
font-size: 0;
overflow: hidden
}

.media img,
.media video {
width: 100%;
background: #ddd
}

.media.left,
.media.right {
width: 66.6666%
}

.media.left span,
.media.right span {
width: 50%
}

.media.left span::before,
.media.right span::before {
display: none
}

.media.left {
margin-right: auto
}

.media.right {
margin-left: auto
}

.caption {
font-size: 14px;
position: fixed;
top: 80px;
margin-left: 40px;
transform-origin: 0 0;
transform: skewY(10deg);
opacity: 0;
z-index: 2;
text-transform: uppercase;
}

.caption a {
color: #000;
text-decoration: none
}

.cap.white .caption a {
color: #fff
}

.cap.focused .caption {
transform: skewY(0);
opacity: 1;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.intro {
position: relative;
z-index: 1;
transition: height 1s cubic-bezier(0.19, 1, 0.22, 1);
transition-delay: .2s
}

.cap.intro {
padding-top: 180px;
box-sizing: border-box
}

.home .cap.intro {
margin-bottom: 200px
}

.intro .subtitle,
.intro h3,
.single .intro h1 {
font-family: "Inter";
font-size: 66px;
font-weight: 400;
background-image: url(https://storagelive.proj-e.com/proje/frontend/images/brush.png);
-webkit-background-clip: text;
/*-webkit-text-fill-color: transparent;*/
background-size: 100% auto;
background-position: 0 100%;
opacity: 1;
transition: opacity 0.3s ease, background 1s linear, transform 1s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.intro .subtitle {
width: 100%
}

body.hold .intro .subtitle,
body.hold .intro h3,
body.hold .single .intro h1 {
background-position: 0 0;
opacity: 0;
transform: skewY(10deg) translateY(50px)
}

body.hold .intro {
height: 1000px !important
}

.cover {
position: absolute;
top: 0;
left: 0;
width: 100%;
overflow: hidden
}

.cover img,
.cover video {
width: auto !important;
height: 100%;
position: relative;
left: 50%;
transform: translateX(-50%)
}

.cover::after {
display: block;
content: "";
width: 1px;
height: 60px;
background: rgba(235, 235, 235, 0.5);
position: absolute;
left: 50%;
bottom: 50px;
margin-left: 0
}

.cover::before {
display: block;
content: "";
width: 3px;
height: 20px;
background: #fff;
position: absolute;
left: 50%;
bottom: 90px;
z-index: 1;
margin-left: -1px;
animation: scrollDownIndicator 2s linear infinite
}

.single .cover img,
.single .cover video {
height: auto;
width: 100% !important
}

@keyframes scrollDownIndicator {
0% {
transform: translateY(0);
opacity: 0
}

11% {
transform: translateY(5px);
opacity: 1
}

33% {
transform: translateY(35px);
opacity: 1
}

44% {
transform: translateY(40px);
opacity: 0
}

100% {
transform: translateY(40px);
opacity: 0
}
}

.center {
text-align: center
}


.preloader {
display: none;
position: fixed;
top: 0;
right: 90px;
width: calc(84% - 90px);
max-width: calc(100% - 301px);
height: 100%;
background: #fff;
z-index: 3
}

.preloader span {
display: block;
width: 100%;
height: 50%;
overflow: hidden;
position: relative
}

.preloader span::after {
display: block;
content: attr(label);
position: absolute;
width: 100%;
height: 80px;
line-height: 80px;
text-align: center;
font-family: "Inter";
font-size: 55px;
animation: preloader 2s linear infinite
}

.preloader span.up::after {
bottom: 20px
}

.preloader span.down::after {
top: -100px
}

body.loading .preloader {
display: block
}

body.loading .preloader span {
animation: preloaderFadeIn 1s linear 1
}

@keyframes preloader {
0% {
transform: translateY(0) skewY(2deg)
}

40% {
transform: translateY(20px)
}

45% {
transform: translateY(45px) skewY(-10deg)
}

50% {
transform: translateY(110px) skewY(-2deg)
}

90% {
transform: translateY(90px)
}

95% {
transform: translateY(45px) skewY(10deg)
}

100% {
transform: translateY(0) skewY(2deg)
}
}

@keyframes preloaderFadeIn {
0% {
opacity: 0
}

100% {
opacity: 1
}
}

a.default {
text-decoration: none;
position: relative;
color: #000;
display: inline-block
}

a.default::before {
content: "";
display: block;
width: 100%;
height: 1px;
border-bottom: 1px solid #ddd;
position: absolute;
right: 0;
bottom: 0
}

a.default::after {
content: "";
display: block;
width: 0;
height: 70%;
background: #eee;
position: absolute;
left: -2%;
top: 40%;
z-index: -1
}

.about .intro h3 {
font-size: 8vw
}

.numbers ul {
font-size: 0;
padding-top: 100px
}

.numbers ul li {
font-family: "Inter";
font-size: 120px;
display: inline-block;
width: 33.3333%;
box-sizing: border-box;
padding: 40px;
vertical-align: top
}

.numbers ul li:first-child {
margin-left: 33.3333%
}

.numbers ul li small {
font-size: 33px;
display: block;
line-height: 90%
}

.clients>ul {
padding-top: 150px !important
}

.clients ul li {
background: 0 0 !important
}

.works .intro h3 {
font-size: 5.4vw
}

.cap .title a {
display: inline-block;
width: 68px;
height: 68px;
background: url(https://storagelive.proj-e.com/proje/frontend/images/close.svg) no-repeat center center;
background-size: contain;
text-indent: -9999px;
overflow: hidden;
margin-right: 30px;
transition: transform 0.4s cubic-bezier(1, 0, 0.275, 1.195)
}

.cap .title h3,
.single .intro h1 {
display: inline-block;
font-size: 90px !important
}

.cap.white .title h1 {
background-image: url(https://storagelive.proj-e.com/proje/frontend/images/brush-w.png)
}

.cap.white .title a {
background-image: url(https://storagelive.proj-e.com/proje/frontend/images/close-w.svg)
}

.cap.white .caption {
color: #fff
}

.hold .cap .title a {
transform: rotate(-90deg)
}

.navigation ul {
display: flex;
flex-direction: row
}

.navigation ul li {
flex: 1;
padding: 40px;
font-size: 0
}

.navigation ul li a {
font-family: "Space Mono";
font-size: 14px;
text-transform: uppercase
}

.navigation ul li.next a,
.navigation ul li.prev a {
display: block;
min-height: 150px
}

.navigation ul li a i {
margin-top: 10px;
display: block;
font-style: normal;
font-family: "Inter";
text-transform: capitalize;
font-size: 33px;
transform: skewY(10deg) translateY(20px);
transform-origin: 0 0;
opacity: 0
}

.navigation ul li a em {
font-style: normal
}

.navigation ul li.next a::after,
.navigation ul li.next a::before,
.navigation ul li.prev a::after,
.navigation ul li.prev a::before {
display: none
}

.contact .intro h3 {
font-size: 7.5vw
}

.address ul {
display: flex;
flex-direction: row
}

.address ul li {
flex: 1;
padding: 40px
}

.address ul li b {
font-family: "Inter";
font-size: 40px;
font-weight: 400;
display: block;
margin-bottom: 20px
}

section#content .address ul li p {
font-size: .7em;
margin: 0;
width: 100%
}

.address ul li p a {
color: #000;
text-decoration: none
}

.join .intro h3 {
font-size: 4.4vw
}

.join .jobs {
padding-top: 100px
}

.join .jobs article {
margin-bottom: 0
}

.solutions .intro h3 {
font-size: 7.5vw
}

.description {
margin-bottom: 70px
}

.image.skew canvas,
.skew {
transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
transform-origin: 0 0
}

.oil {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0
}

.indented {
padding: 0 40px
}

.d-none {
display: none
}

.lang {
width: 16%;
position: fixed;
bottom: 126px;
text-align: center;
font-size: 17px
}

.lang a {
text-decoration: none;
color: #000
}

.lang .text {
text-transform: uppercase
}

@media (hover: hover) {
.link:hover::after {
width: 130%;
transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

/*.menu-open nav ul li a:hover {
background-position: center center;
background-size: cover;
color: #fff;
background-color: #000
}*/


/*.menu-open nav ul li a:hover::after {
display: block;
content: "";
width: 100%;
height: 100%;
background: rgba(250, 250, 250, 0);
position: absolute;
left: 0;
top: 0;
animation: skewShock .8s ease-out 1
}

.menu-open nav ul li a:hover i {
transform: translateY(40px);
transition-delay: .1s
}*/

article:hover .text:before {
opacity: 1;
transition: opacity .2s ease
}

.cap .title a:hover {
transform: rotate(-90deg);
transition-duration: .6s
}

footer ul li a:hover::after {
width: 100%;
transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

a.default:hover::after {
width: 100%;
transition: width 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

a.default:hover::before {
width: 0%;
transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navigation ul li a:hover i {
transform: skewY(0) translateY(0);
opacity: 1;
transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1)
}

ul.random li a:hover img {
transform: rotateY(20deg) scale(1.25) translateX(10%)
}
}

@media only screen and (min-width: 901px) {
.featured .project {
background: 0 0 !important
}

ul.random {
display: flex;
flex-wrap: wrap
}

li.thumb {
flex: 40%;
margin: 0 20px 20px 0
}

li.thumb:nth-child(odd) {
margin-left: 20px
}

li.thumb.fill-wrap {
background-color: transparent !important
}
}

@media only screen and (max-width: 900px) {
.cap.intro .indented {
position: relative !important;
top: 0
}

.grid .col1 {
display: none
}

.grid .col2::before {
width: 50%;
left: 0;
border-left: none
}

.grid .col2::after {
height: 33.3333%;
top: 33.3333%;
background: 0 0;
border-top: 1px solid rgba(187, 187, 187, 0.3);
border-bottom: 1px solid rgba(187, 187, 187, 0.3)
}

.grid .col3 {
width: 50px
}

header .logo {
height: aut];
position: static;
margin: 30px 0 0 20px;
background-position: left top
}

header button {
width: 50px
}

header button::after,
header button::before {
left: 14px
}

header .up {
width: 50px;
min-width: auto;
height: 100px;
right: 0;
left: auto;
bottom: 0
}

nav {
width: calc(100% - 50px);
max-width: none;
left: 0;
transform: none
}

nav ul li {
width: 100%;
height: auto;
}

nav ul li a {
padding: 30px 20px;
font-size: 30px
}

section.deadend hgroup {
margin: 70px 0 0 20px
}

section#content {
width: calc(100% - 50px);
max-width: none;
margin: 0
}

section#content p {
font-size: .72em;
width: 100%
}

section#content article p {
margin: 20px 0
}

ul.random li {
width: 100% !important;
margin: 0 !important;
transform: translateY(0) !important
}

ul.random li img {
transform: rotateY(0) scale(1) translateX(0)
}

ul.random li.large img,
ul.random li.large video {
width: 133.3333%;
transform: translate(-50%);
left: 50%
}

ul.random li a span {
transform: skewY(0) translateX(0);
opacity: 1;
z-index: 1
}

ul.random li a::after {
top: 0
}

ul.random li a:hover img {
transform: rotateY(0) scale(1) rotateX(0)
}

.image {
width: 100%;
margin: 0
}

.featured .project {
padding: 40% 0 30%;
margin-bottom: 100px;
background-size: contain
}

.featured .project::before {
content: "";
display: block;
width: 100%;
height: 102%;
position: absolute;
left: 0;
top: -1px;
background: #fff;
z-index: 0;
transition: height 1s cubic-bezier(0.19, 1, 0.22, 1)
}

.featured .project.focused::before {
height: 50%
}

.featured .project .curtain {
height: 50%
}

.featured .project.focused .curtain {
position: absolute
}

.featured .project.focused .visual {
position: relative
}

.featured .project .curtain a {
padding-left: 0;
top: 0
}

.featured .project .curtain a h2 {
font-size: 50px;
transform: skewY(10deg);
line-height: 57px
}

.featured .project .visual a {
left: 0;
top: -120px
}

.featured .project .visual h2 {
font-size: 36px;
transform: skewY(10deg);
}

opacity .3s ease,
background 1s linear,
transform 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) .featured .project.focused .visual h2 {
transform: skewY(0)
}

.featured .project .visual div {
transform: scale(1) rotate(0);
transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.featured .project.focused:not(.video) .visual div {
transform: scale(1.1) rotate(5deg)
}

.featured .project .visual a small {
margin-top: 10px
}

.featured .project.focused .visual small {
transform: translateX(0);
opacity: 1;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition-delay: .5s
}

.featured .project .curtain a small {
margin-top: 15px
}

.featured .project.focused .curtain a small {
transform: translateX(0);
opacity: 1;
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
transition-delay: .5s
}

.featured .project .visual {
width: 100%;
transition: transform 3s cubic-bezier(0.215, 0.61, 0.355, 1)
}

article .text {
width: 100%;
padding: 20px
}

article .text h3 {
font-size: 33px
}

article .image {
position: relative
}

.caption {
position: static;
margin: 0 0 20px 20px;
transform: skewY(0);
opacity: 1;
display: inline-block
}

.cap.intro {
height: 100% !important;
padding-top: 80px
}

.home .cap.intro {
margin-bottom: 0
}

.cap.intro .caption {
display: none
}

.intro h3 {
font-size: 11vw;
margin-bottom: 50px
}

.intro .subtitle {
font-size: 11vw !important;
margin: 0;
margin-bottom: 50px
}

.solutions .intro h3 {
font-size: 13vw
}

.about .intro h3 {
font-size: 13vw
}

.join .intro h3 {
font-size: 11vw
}

.contact .intro h3 {
font-size: 12vw
}

.works .intro h3 {
font-size: 10vw
}

.media {
width: 100% !important
}

.address {
margin-top: 50px
}

.address ul {
flex-direction: column
}

.address ul li {
padding: 20px
}

.join .jobs {
padding-top: 50px
}

.join .jobs article:last-child {
margin-bottom: 50px
}

.single .intro h3 {
margin-bottom: 0
}

.single .cover {
position: static;
padding-top: 20px
}

.cap.white .title a {
background-image: url(https://storagelive.proj-e.com/proje/frontend/images/close.svg)
}

.cap.white .title h1 {
background-image: url(https://storagelive.proj-e.com/proje/frontend/images/brush.png)
}

.cap .title h1 {
font-size: 12vw !important
}

.cap .title a {
display: block;
width: 48px
}

.navigation ul li {
padding: 20px;
text-align: center
}

.navigation ul li a em,
.navigation ul li a i {
display: none
}

.navigation ul li.next a,
.navigation ul li.prev a {
min-height: 50px
}

.screens li.mobile {
width: 50%;
margin: 50px auto
}

.screens li.mobile div {
padding: 10% 2.5% 11% 2.5%;
border-radius: 20px
}

.screens li.full.bottommargin {
margin-bottom: 0
}

.screens li.mac div {
padding: 3% 1% 3% 1%;
border-top-left-radius: 10px;
border-top-right-radius: 10px
}

.numbers {
margin-top: 50px
}

.numbers ul {
padding-top: 30px
}

.clients>ul {
padding-top: 0 !important
}

footer {
height: 420px;
margin-top: 100px
}

footer ul {
display: block;
padding: 0px;
}

footer ul li {
flex: 1;
padding: 0
}

footer span {
left: 20px;
bottom: 30px
}

footer h4 {
position: absolute;
top: 40px;
margin: 0;
background-image: url(https://storagelive.proj-e.com/proje/frontend/images/slogan-w.svg);
z-index: 1
}

footer>div {
left: 20px;
bottom: 60px;
width: calc(100% - 40px)
}

section#content footer>div p {
font-size: 15px;
margin-bottom: 10px;
}

footer.show-credits>div {
height: 80px
}

.preloader {
left: 0;
width: calc(100% - 50px);
max-width: none
}

.preloader span {
height: 33.333%
}

.preloader span::after {
font-size: 44px
}

.indented {
padding: 0 20px
}

body.about .intro h3 {
font-size: 15vw
}

.numbers ul li {
font-size: 77px;
width: 50%;
padding: 20px;
min-height: 200px;
min-width: auto
}

.numbers ul li:first-child {
margin-left: 0
}

.numbers ul li small {
font-size: 26px
}

.lang {
width: auto;
right: -12px;
transform: rotate(270deg);
bottom: 105px;
z-index: 999;
font-size: 14px
}

.lang .text {
text-transform: capitalize
}

.ribbon {
bottom: 190px !important
}
}

@media only screen and (max-width: 320px) {
nav ul li a {
font-size: 22px
}

.numbers ul li {
font-size: 55px;
min-height: 140px
}

.numbers ul li small {
font-size: 18px
}
}

.ribbon {
text-indent: 500px;
overflow: hidden;
white-space: nowrap;
display: block;
width: 90px;
height: 135px;
background: url(https://storagelive.proj-e.com/proje/frontend/images/mobile-of-the-week.png) no-repeat;
background-size: contain;
position: fixed;
right: -1px;
bottom: 80px;
z-index: 99
}

.ratio-video video {
height: 100%;
object-fit: cover
}

.video-ratio {
position: relative
}

.video-ratio::before {
display: block;
content: "";
width: 100%
}

.video-ratio video {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 2;
top: 0;
left: 0
}

.mobile-frame .video-ratio:before {
content: "";
padding-top: calc(960 / 540 * 100%)
}

.tablet-frame .video-ratio:before {
content: "";
padding-top: calc(540 / 812 * 100%)
}

.works ul.random li video {
z-index: 1
}

.works ul.random li a:hover span {
z-index: 2
}

.close-rotate {
transform: scale(1.1) rotate(0deg) !important;
}