body, html, main {
	width: 100vw;
	position: relative;
	display: block;
	height: 100%;
	overflow-x: hidden;
	background-color: #e6e6ea;
}
footer .logo-in{
    display: table;
    position: relative;
    height: 4em;
    width: 100%;
}
footer .logo-in path{
    fill: transparent;
    stroke-width: 2;
    stroke: #BE1780;
}
body{
    opacity: 0;
}
body.page-load{
    opacity: 1;
}
/*
.img.img--content{
 width: 82%;
 margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
}
iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

body .form{
    display: inline-table;
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 2em;
    pointer-events: all;
}
body .form label {
    color: #BE1780;
}
input.wpcf7-form-control.wpcf7-text {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #BE1780;
    padding: 1em 0;
    background: none;
    color: #BE1780;
    margin: 0 auto;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #BE1780;
    padding: 1em 0;
    background: none;
    color: #BE1780;
    margin: 0 auto;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #BE1780;
    color: #fff;
    border: none;
    text-align: center;
    padding: 1.2em 6em;
    letter-spacing: 0.2em;
    z-index: 1;
    margin-top: 2em;
    outline: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
form.wpcf7-form p {
    text-align: center;
    width: 100%;
    font-weight: 300;
}
div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.screen-reader-response {
    display: none;
}

footer .f-item {
    display: block;
    width: 33%;
    float: left;
    padding-left: 5%;
    padding-bottom: 2.5%;
}
footer .adress{
    padding-bottom: 1em;
}
.social li {
    display: inline-table;
    vertical-align: top;
    padding-right: 1em;
    color: #BE1780;
    padding-bottom: 1em;
}
.social li a{
     color: #BE1780;   
}
body footer{
 display: table;
 width: 100%;
 height: auto;
     transform-origin: top right;
  -webkit-transform-origin: top right;
}
footer,
#logo{
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    margin-left: 0;
    display: table;
    width: auto;
    position: relative;
}
#logo h2{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2em;
	color: #BE1780;
	padding: 1em 0;
}
#logo .type-text > h2{
    font-size: 1em;
}
body #logo > h2{
    width: 33vw;
}
#logo .type-text,
#logo > h2{
    display: inline-table;
    vertical-align: middle;
    width: 49%;
}
.open-popup .lang-grid{
    opacity: 0;
}
.lang-grid{
    position: absolute;
    top: 3em;
    right: 5%;
    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg); 
    z-index: 222; 
}
.lang-grid a.current-lng{
    opacity: 0.5;
}
.lang-grid a{
    padding-right: 1em;
    color: #BE1780;
}
main{
	position: relative;
	display: table;
	width: 100vw;
	height: auto;
	    transform: rotate(-8deg);
    -webkit-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
}
body #logo svg{
    display: block;
}
body #logo svg path{
    fill-opacity:0;
    stroke: #BE1780;
}
#logo svg{
	position: relative;
	display: table;
	width: auto;
	height: 12em;
    display: block;
}

.project_item.carousel-cell{
	width: 33vw;
	padding: 1.5% 4.5%;
}
.pr-img{
	height: -webkit-calc(32vw * 1.25);
    height: -moz-calc(32vw * 1.25);
    height: calc(32vw * 1.25);
    position: relative;
}
.pr-img .mobile-img{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 0;
}
.pr-img  video{
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 50% 0;
    background-color: #d3d3d3;
    background-image: /* our video */;
    background-position: 50%;
    background-size: cover;
    object-fit: cover;
    object-position: 50% ;
}
#about{
	position: relative;
	display: table;
	text-align: center;
	width: 100%;
    right: 4em;
}
#about >figure{
	position: relative;
	padding: 10% 0;
}

#about >figure >div{
	display: inline-table;
	vertical-align: middle;
	position: relative;
	width: 49%;
	text-align: left;
}
.project_item:hover h3 span{
color: rgba(190, 23, 128, 1);
}
.project_item h3 {
	position: absolute;
	top: 50%;
	margin-top: -1em;
	left: 0;
	width: 100%;
	text-align: center;
	display: block;
	height: auto;
	font-weight: bold;
	font-size: 6em;
	color: rgba(190, 23, 128, 0);
    text-transform: uppercase;
    -webkit-text-stroke-color: #BE1780;
    -webkit-text-stroke-width: 2px;	
    z-index: 2;
    pointer-events: none;
    white-space: nowrap;
}
.project_item h3 span:first-child{
    text-transform: uppercase;
}
.project_item h3 span{
    color: rgba(190, 23, 128, 0);
    text-transform: uppercase;
    -webkit-text-stroke-color: #BE1780;
    -webkit-text-stroke-width: 2px; 
    z-index: 2;
    pointer-events: none;
    text-transform: lowercase;
    display: inline-table;
    vertical-align: bottom;
    position: relative;  
}
.prev-pr p,
.next-pr p{
    font-weight: bold;
    font-size:  4em;
    color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    -webkit-text-stroke-color: #BE1780;
    -webkit-text-stroke-width: 1px; 
    z-index: 222;
}

#about h2{
	font-weight: bold;
	font-size: 12em;
	color: rgba(255, 255, 255, 0);
    text-transform: uppercase;
    -webkit-text-stroke-color: #BE1780;
    -webkit-text-stroke-width: 2px;
}
.ab-des{
	padding-left: 8%;
}
.ab-img{
	height: 40vh;
	overflow:hidden;
}
.ab-img img{
	position: relative;
	height: auto;
	width: 50%;
	height: auto;
	margin-left: 15%;
}
.type-text {
    display: table;
    position: relative;
    width: 100%;
    text-align: left;
        color: #BE1780;
}
.txt-rotate {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
    color: #BE1780;
}
span.wrap {
	color: #BE1780;
}
.caption{
	font-size: 1.2em;
	letter-spacing: .2em;
	padding: .5em 0;
}
.text-skroll{
display: block;
overflow-x: hidden;
width: 110vw;
margin-top: 6em;
border-bottom: 1px solid #BE1780;
border-top: 1px solid #BE1780;
padding: 2em 0;
}
.marquee{
	 height: auto;
    width: auto;
    display: flex;
}
.text-skroll:hover .marquee span{
    color: rgba(190, 23, 128, 1);  
}
.marquee span {
    display: inline-table;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
   	white-space: nowrap;
    -webkit-animation: scroll 7s infinite linear;
    -moz-animation: scroll 7s infinite linear;
    animation: scroll 7s infinite linear;
    font-weight: bold;
	font-size: 4em;
    letter-spacing: .1em;
	padding: 0 30%; 
	color: rgba(190, 23, 128, 0);
    -webkit-text-stroke-color: #BE1780;
    -webkit-text-stroke-width: 1.25px;	
    z-index: 2;
    pointer-events: none;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}
 
@keyframes scroll {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0)
    }
}
.open-popup #poup-in-pr{
    pointer-events: all;
    display: table;
    opacity: 1;
}
#poup-in-pr{
    display: table;
    opacity: 0;
    pointer-events: none;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;;
    padding: 0;
    background-color: #e6e6ea;
}
#poup-in-pr > div article.active{
    background-color: #e6e6ea;    
}
.open-popup #poup-in-pr > div{
    pointer-events: all;
}
#poup-in-pr > div{
    position: relative;
    display: block;
    height: 100vh;
    width: 100%;
    padding: 0 10%;
    overflow-y: scroll;
    pointer-events: none;
}
#poup-in-pr > div article.active{
    display: table;
}
#poup-in-pr > div article.active.hide-for-npr,
#poup-in-pr > div article.hide-for-npr,
#poup-in-pr > div article{
    padding: 0 2.5em;
    position: relative;
    display: none;
    text-align: center;
    width: 100%;
    min-height: 100vh;
}
#poup-in-pr > div article section{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-bottom: 10vh;
}
#poup-in-pr > div article h2{
    font-weight: bold;
    padding: 1em 0;
    color: #BE1780;
    padding-top: 10vh;
    font-size: 2em;
}
.content__item-copy {
    padding: 2em 0;
}
#poup-in-pr > div article .gallery img{
    width: 100%;
    height: auto;
}
#poup-in-pr > div article .gallery {
    display: table;
    width: 100%;
    position: relative;
}
#poup-in-pr > div article .gallery .gallery-item{
    width: 40%;
    display: inline-table;
    vertical-align: middle;
    position: relative;
    margin: .5%;
}
.open-popup .button-close:hover{

}
.open-popup .button-close{
    opacity: 1;
}
.button-close p{
    white-space: nowrap;
    color: #BE1780;
    text-decoration: underline;
}
.button-close{
    width: 2em;
    height: 2em;
    position: fixed;
    top:10vh;
    right: 5vw;
    z-index: 2222;
    opacity: 1;
    pointer-events: all;
    opacity: 0;
}
.grid_tit span{
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0); 
}
.open-popup .s-pr .grid_tit span{
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    -moz-transform: translateY(30%);
    transform: translateY(30%);

}
.open-popup .s-pr .grid_tit span.mt-an{
   -webkit-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    transform: translateY(-30%);

}
#poup-in-pr article::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 6em;
    left: 0;
    right: 0;
    top: 50vh;
    margin-top: -6em;
    display: block;
    background-image: url(/wp-content/uploads/2020/04/skul.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 1;
    z-index: 22;
    pointer-events: none;
}
#poup-in-pr article.has-pr::before{
    opacity: 0;
}
.prev-pr,
.next-pr {
    position: fixed;
    width: 100%;
    text-align: center;
    left: 8em;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    width: 100vh;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: top left;
    display: flex;
    overflow:hidden;
    cursor: pointer;
}
.prev-pr:hover p,
.next-pr:hover p{
    color: rgba(190, 23, 128,1);
}
.prev-pr p,
.next-pr p{
    display: inline-table;
    text-align: center;
    padding: 0 .5em;
    text-transform: uppercase;
    white-space: nowrap;
-webkit-animation: scroll 7s infinite linear;
    -moz-animation: scroll 7s infinite linear;
    animation: scroll 7s infinite linear;
}


body::-webkit-scrollbar-track,
#poup-in-pr > div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background-color: unset;
}
body::-webkit-scrollbar,
#poup-in-pr > div::-webkit-scrollbar
{
    width: 5px;
    background-color: unset;
}
body::-webkit-scrollbar-thumb,
#poup-in-pr > div::-webkit-scrollbar-thumb
{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: inset 0 0 10px rgba(190, 23, 128,1);
    background-color: unset;
}
/*all an*/
.button-close,
.next-pr{
    opacity: 0;
}
.active .button-close,
.has-pr .next-pr{
    opacity: 1
}
body,
.marquee span,
.prev-pr p,
.next-pr p,
#poup-in-pr article::before,
.open-popup .button-close:hover,
.button-close,
.grid_tit span,
.grid_tit span.mt-an,
.project_item h3 span,
.project_item h3{
	 -webkit-transition: .3s  ease-out;
     -webkit-transition-delay: 0s;
     -o-transition: .3s  ease-out
     -o-transition-delay: 0s;
     -moz-transition: .3s  ease-out;
     -moz-transition-delay:0s;
     transition: .3s  ease-out;
     transition-delay: 0s; 
}
.next-pr,
#poup-in-pr{
     -webkit-transition: .3s  ease-out;
     -webkit-transition-delay: .2s;
     -o-transition: .3s  ease-out;
     -o-transition-delay: .2s;
     -moz-transition: .3s  ease-out;
     -moz-transition-delay:.2s;
     transition: .3s  ease-out;
     transition-delay: .2s;   
}

{
     -webkit-transition-delay: 1.5s;
     -o-transition-delay: 1.5s;
     -moz-transition-delay:1.5s;
     transition-delay: 1.5s;   
}
#poup-in-pr article.active.has-pr::before{
    -webkit-animation: unset;
    -moz-animation: unset;
    animation: unset;
}
#poup-in-pr article.active::before{
    -webkit-animation: hvr-pulse-l .3s linear infinite;
    -moz-animation: hvr-pulse-l .3s linear infinite;
    animation: hvr-pulse-l .3s linear infinite;
}
.ab-img img{
      -webkit-animation: hvr-pulse-s .6s linear infinite;
    -moz-animation: hvr-pulse-s .6s linear infinite;
    animation: hvr-pulse-s .6s linear infinite;  
}
@-webkit-keyframes hvr-pulse-s{
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
}
@-webkit-keyframes hvr-pulse-l{
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
#mob-nav-car{
    display: none;
}
@media (pointer: none) {
body .custom-cursor{
    display: none;
}
}
.pr-img,
.img-wrap{
    z-index: -1;
}
.error-404 h1{
    font-size: 4em;
    text-align: center;
    width: 100%;
    color: #BE1780;
    font-weight: bold;
    padding: 5% 0;
}
@media only screen and (min-width:1023px) and (max-width: 1600px){
    #logo svg{
        height: 8em;
    }
    #about h2{
        font-size: 8em;
    }
    .project_item h3{
        font-size: 4.5em;
    }
    .caption{
        font-size: 1em;
    }
}

@media only screen and (min-width:1px) and (max-width: 1023px){
#logo .type-text{
    padding-left: 2em;
}
body #logo .type-text, body #logo > h2{
    width: auto;
}
footer{
    left: -5%;
}
#about h2 {
    text-align: center;
}
#about {
        right: 0;
    }
.pr-img .mobile-img{
    display: table;
    opacity: 1;
    z-index: 2;
}
#mob-nav-car{
    display: table;
    position: relative;
    width: 100%;
    text-align: right;
    margin: 2em auto;
    padding-right: 1em;
}
#mob-nav-car > div{
    display: inline-table;
    vertical-align: middle;
    width: auto;
    position: relative;
    padding: 0 1em;
}
#mob-nav-car > div svg{
    width: auto;
    height: 2em;
}
#mob-nav-car > div svg path{
    fill: #3E3930;
}
#logo svg{
    display: block;
    height: auto;
    width: 100vw;
}

body::-webkit-scrollbar-track,
#poup-in-pr > div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0);
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background-color: unset;
}
body::-webkit-scrollbar,
#poup-in-pr > div::-webkit-scrollbar
{
    width: 0px;
    background-color: unset;
}
body::-webkit-scrollbar-thumb,
#poup-in-pr > div::-webkit-scrollbar-thumb
{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: inset 0 0 0px rgba(190, 23, 128,0);
    background-color: unset;
}


    body{
        width: 100vw;
    }
    #about,
    footer{
        position: relative;
        overflow:hidden;
        
    }
    #about,
    footer, #logo{
        pointer-events: none;
    }
    .lang-grid a,
    footer a{
        pointer-events: all;
    }
    .lang-grid{

        position: relative;
        top: .5em;
        display: table;
        width: 100%;
        text-align: left;
        right: auto;
        left: 2.5%;
    }
    .lang-grid,
    main,footer, #logo{
    transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    position: relative;
    display: block;
    overflow:hidden;
    }
    main{
        width: 120vw;
        background: transparent;
        position: relative;

    }

    #project-carusel{
    transform: translateX(5%);
    -webkit-transform: translateX(5%);
    -ms-transform: translateX(5%);
    margin-top: 2em auto 6em auto;
    }
    .caption{
        font-size: .8em;
    }
    .txt-rotate{
        font-size: 1em;
    }
    .marquee span{
        font-size: 2em;
    }
    .text-skroll{
        padding: 1em 0;
        margin-top: 2em;
    }
    .project_item h3{
        font-size: 3em;
    }
    .project_item.carousel-cell{
        width: 80vw;
    }

    .pr-img{
    height: -webkit-calc(80vw * 1.25);
    height: -moz-calc(80vw * 1.25);
    height: calc(80vw * 1.25);
    }
    #logo > h2,
    #logo .type-text > h2{
        font-size: 1em;
    }
        #logo .type-text {
            width: 80%;
        }
    #about >figure >div{
        width: 85%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10%;
    transform: translateX(-12.5%);
    -webkit-transform: translateX(-12.5%);
    -ms-transform: translateX(-12.5%);
    }
    #about h2{
        font-size: 3em;
    }
    .ab-des{
        padding-left: 0;
    }
    .ab-img img{
       margin: 3em auto;
       display: block;
    }
    .ab-img{
        height: auto;
    }
    footer .f-item{
        width: 100%;
        float: none;
        text-align: center;
    }
  
#poup-in-pr, #poup-in-pr > div{
    overflow-x: hidden;
}
#poup-in-pr > div{
    padding: 0;
}
#poup-in-pr > div article h2{
    font-size: 1.5em;
}

.img.img--content{
 width: 100%;
 margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
}
iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.prev-pr p, .next-pr p{
    font-size: 2em
}

.prev-pr, .next-pr{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    left: 0;
    top: auto;
    bottom: 0;
    background-color: #e6e6ea;
    z-index: 2222;
    padding: 1em 0;
    width: 100%;
    overflow:hidden;
}
#poup-in-pr > div article{
    padding-bottom: 15vh;
}
#poup-in-pr > div article .gallery .gallery-item{
    width: 100%;
    margin: 0;
}
.active .button-close{
    position: absolute;
    top: 1em;
}
.project_item h3,
.project_item h3 span,#about h2{
    -webkit-text-stroke-width: 1px;
}
.footer-wrap, .fotter-container{
    position: relative;
    display: block;
    width: 100%;
}
}
/*all an*/






