
body{
    font-family: DINRoundPro,Arial,sans-serif !important;
}
div#loading {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background: #000;
    z-index: 10000;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    overflow: hidden;
}

html.loaded div#loading {
    left: 50vw;
    top: 50vh;
    width: 0;
    height: 0;
}

.loading-num {
	width: 100%;
	text-align: center;
    color: #fff;
    text-align: center;
    font-size: 11px;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
}

div#loading svg path, div#loading svg circle {
    fill: #fff;
}

div#loading svg {
    width: 50px;
    overflow: visible;
    top: 50vh;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.loading_inner {
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

html.loaded .loading_inner {
    height: 100vh;
    width: 100vw;
    position: absolute;
    left: -50vw;
    top: -50vh;
}

header {
    position: fixed;
    width: 100vw;
    /* height: 50px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 55px;
    padding-bottom: 0;
    z-index: 5420;
}

.identity svg {
    height: 30px;
}

.menuspin {
    /* opacity: 0; */
    width: 60px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 10px;
    margin-left: 0;
    padding: 20px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    right: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    padding-right: 7px;
    margin-top: 17px;
}

html.loaded.open-menu .menuspin {
    height: 40px;
}

.menu-container {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #00000059;
    z-index: 101;
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
    z-index: 1010;
}

.open-menu .menu-container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.95);
}

.menuspin div {
    width: 100%;
    height: 2px;
    background: #000;
    position: relative;
    -webkit-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) all;
    -o-transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) all;
    transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1) all;
}

.menuspin:hover div:nth-of-type(1) {
    width: 50px;
    margin-top: -5px;
}

.menuspin:hover div:nth-of-type(2) {
    width: 50px;
    margin-top: 5px;
}

header a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    /* opacity: 0; */
}

header a span {
    width: 30px;
    height: 2px;
    position: absolute;
    background: #000;
    right: calc(100% + 2px);
    top: 8px;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
}

header a:hover span {
    right: -4px;
    left: unset;
    width: 2px;
}

section.wrapper {
    position: relative;
    /* padding-top: 130px; */
    width: 100%;
    padding-top: 100vh;
    background: #fff;
}

section.wrapper + footer {
    position: absolute;
    /* bottom: 0; */
}
html.tinyHead .awards {
    opacity: 0;
}
section.wrapper.single-project.contact-wrapper + footer {
    z-index: 1000;
    position: relative;
    display: inline-block;
}

.z-effect {
    width: 50vw;
    height: 50vh;
    position: absolute;
    overflow: hidden;
}

.Z_EFFECT_container {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100vw;
    /* overflow: hidden; */
    height: 100vh;
    position: absolute;
    cursor: pointer;
    background:url('../images/bg1.jpg') no-repeat center;
    background-size: cover;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    cursor: pointer;
    background-size: cover !important;
}
/* .mb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    z-index: 1;
} */
.z-effect div.innerscenc {
    height: 100vh;
    width: 200%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
}

.home_section {
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    top: 0;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    left: 0;
    z-index: 1000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home_section.fixed {
    position: fixed;
}

html.tinyHead section.wrapper > .home_section {
    -webkit-transform: scale(0.10);
    -ms-transform: scale(0.10);
    transform: scale(0.10);
    position: fixed;
    left: calc(-50vw + 40px);
    top: calc(-50vh + 90px);
    opacity: 0;
}

.z-effect div.innerscenc svg {
    width: 360px;
    margin-left: 80px;
    position: relative;
    display: block;
    z-index: 100;
}

.z-effect:nth-of-type(2n) svg {
    width: 360px;
}

.z-effect div.innerscenc img {
    width: 360px;
    margin-left: 80px;
    position: relative;
    display: block;
    z-index: 100;
}

.z-effect:nth-of-type(2n) img {
    width: 360px;
}

.z-effect:nth-of-type(1) {
    left: 0;
    top: 0;
}

.z-effect:nth-of-type(2) {
    right: 0;
    top: 0;
}

.z-effect:nth-of-type(3) {
    bottom: 0;
    left: 0;
}

.wrapper.about_wrapper .z-effect:nth-of-type(3) img {
    opacity: 0.5;
}

.z-effect:nth-of-type(4) {
    right: 0;
    bottom: 0;
}

.z-effect:nth-of-type(1) div.innerscenc {
    left: 0;
    top: 0;
}

.z-effect:nth-of-type(2) div.innerscenc {
    right: 0;
    top: 0;
}

.z-effect:nth-of-type(3) div.innerscenc {
    bottom: 0;
    left: 0;
}

.z-effect:nth-of-type(4) div.innerscenc {
    right: 0;
    bottom: 0;
}

.z-effect p, .z-effect h1 {
    top: 50% !important;
    width: 50%;
    padding: 0;
    line-height: normal;
    color: gray;
    mix-blend-mode: color-dodge;
}

.z-effect h1 {
    margin-bottom: 10px;
    font-size: 40px;
}

.contact-times.contactSocialIcons {
    width: 100%;
}
html.tinyHead section.wrapper > .home_section .Z_EFFECT_container{
    background: none !important;
}
.contact-times.contactSocialIcons p {
}

.contact-times.contactSocialIcons a {
    margin: 0px 10px 0;
}

.contact-times.contactSocialIcons a img {
    margin: 14px 0 0 0;
    width: 18px;
}

.contact-wrapper .z-effect p {
    margin-bottom: 10px;
    /* color: rgba(192, 192, 192, 0.27) !important; */
    font-size: 130px;
}

.z-effect p {
    line-height: 1.5;
}

html.tinyHead section.wrapper > .home_section .axis {
    display: none;
}



.axis {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.axis div {
    background: #efefef;
    position: absolute;
}

.axis div:nth-of-type(1) {
    width: 100%;
    height: 1px;
    top: 50vh;
    margin-top: -1px;
}

.axis div:nth-of-type(2) {
    height: 100%;
    width: 1px;
    left: 50vw;
    -webkit-transform: skewY(-50deg);
    -ms-transform: skewY(-50deg);
    transform: skewY(-50deg);
}

.award {
    padding: 70px 15vw;
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}



.award h2 {
    font-size: 40px;
    font-weight: bold;
    padding-left: 14px;
}

.award-boxes {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.award-boxes a.award-box {
    width: calc(70vw/4 - 60px);
    height: calc(70vw/4 - 60px);
    margin: 25px;
    text-decoration: none;
}

.award-box-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.award-boxes p {
    text-align: center;
    color: #000;
    margin: 20px;
    height: 40px;
}

.axis div:nth-of-type(2):after {
    content: '';
    position: absolute;
    width: 2px;
    background: #bf9747;
    height: 87px;
    -webkit-animation: scrollspin 1s ease infinite;
    animation: scrollspin 1s ease infinite;
}

.single-project .axis div:nth-of-type(2):after {
    height: 86px;
}

.single-project .axis div:last-of-type {
    -webkit-transform: skewY(0) scaleY(0.9) translateY(33px);
    -ms-transform: skewY(0) scaleY(0.9) translateY(33px);
    transform: skewY(0) scaleY(0.9) translateY(33px);
}

.contact-wrapper .axis div:nth-of-type(2):after {
}

@-webkit-keyframes scrollspin {
    0% {
        -webkit-transform: scaleX(0) translateY(0);
        transform: scaleX(0) translateY(0);
    }

    30% {
        -webkit-transform: scaleX(1) translateY(calc(50vh - 62px));
        transform: scaleX(1) translateY(calc(50vh - 62px));
    }

    70% {
        -webkit-transform: scaleX(1) translateY(calc(50vh - 62px));
        transform: scaleX(1) translateY(calc(50vh - 62px));
    }

    100% {
        -webkit-transform: scaleX(0) translateY(101vh);
        transform: scaleX(0) translateY(101vh);
    }
}

@keyframes scrollspin {
    0% {
        -webkit-transform: scaleX(0) translateY(0);
        transform: scaleX(0) translateY(0);
    }

    30% {
        -webkit-transform: scaleX(1) translateY(calc(50vh - 62px));
        transform: scaleX(1) translateY(calc(50vh - 62px));
    }

    70% {
        -webkit-transform: scaleX(1) translateY(calc(50vh - 62px));
        transform: scaleX(1) translateY(calc(50vh - 62px));
    }

    100% {
        -webkit-transform: scaleX(0) translateY(101vh);
        transform: scaleX(0) translateY(101vh);
    }
}











.home-effect-info {
    top: 50vh !important;
    width: 50vw;
    height: 50vh;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*! mix-blend-mode: color-dodge; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    margin-top: 50vh;
    color: #000;
    padding: 100px;
}

.single-project .z-effect p,.single-project .z-effect h1 {
    top: 50% !important;
    width: 100%;
    color: black;
}

.home-effect-info p, .home-effect-info h1 {
    font-size: 1.2em;
    line-height: normal;
    color: #555;
}

.home-effect-info h1 {
    font-size: 2em;
    margin-bottom: 60px
}

.contact-wrapper h1 {
    color: #c7c7c7 !important;
}

.single-project .z-effect p {
    margin-bottom: 10px;
    font-size: 150px;
}

.single-gutenberg {
    width: 100%;
    padding: 50px 30vw;
}

.single-info {
    padding: 50px 30vw;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    text-align: justify;
}

.single-info p {
    line-height: 1.5;
}

.single-gutenberg img {
    width: 100%;
    /* max-height: 60vh; */
    display: inherit;
    margin: auto;
    margin-bottom: 1px;
}

.single-gutenberg p {
    margin: 50px 0;
    line-height: 1.5;
    text-align: justify;
}

a.next-project {
    width: calc(50vw - 11px);
    padding: 0;
    margin: 0 1px;
    float: left;
    position: relative;
    display: inline-block;
    background-color: #efefef;
    height: 50vh;
}

.nx-pr-img-container {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.nx-pr-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.wp-block-image figcaption {
    margin-top: .7em !important;
    text-align: center !important;
}

.nx-pr-tx {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    /* mix-blend-mode: color-dodge; */
}

.nx-pr-tx h2 {
    font-size: 70px;
    position: relative;
    display: inline-block;
    text-shadow: 1px 1px 6px black;
}

.nx-pr-tx h2:before {
    content: '';
    width: 60px;
    height: 6px;
    position: absolute;
    right: calc(100% + 8px);
    background: white;
    -webkit-transform: translateY(55px);
    -ms-transform: translateY(55px);
    transform: translateY(55px);
    -webkit-transition: 0.2s ease-in-out all;
    -o-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
}

.nx-pr-tx:hover h2:before {
    right: -10px;
    width: 6px;
}

.menu-container ul li:hover a:before {
}

.contact-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 30px;
}

.contact-info a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

.contact-times {
    text-align: left;
    font-size: 20px;
    margin-top: 6px;
}

.contact-times a {
    color: #000;
    text-decoration: none;
}

.contact-times a p {
    /* float:left; */
    position: relative;
    display: inline-block;
    margin-right: 15px;
    color: gray;
}

.contact-times:last-of-type {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

section.wrapper.single-project.contact-wrapper .home_section {
    /* transform: rotate(180deg); */
    /* right: -17px; */
    position: relative;
}

.axis.rotate {
    -webkit-transform: rotate(180deg) translateX(0px);
    -ms-transform: rotate(180deg) translateX(0px);
    transform: rotate(180deg) translateX(0px);
}

.home-effect-info-mobile {
    display: none;
}

.identity.hide-idn {
    opacity: 0;
}

.identity {
    color: black;
    -webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    transition: 0.5s ease all;
    /* display: none; */
}

.contact-wrapper {
    position: absolute !important;
}

.contact-inner-wrapper {
    margin-top: 0;
    position: relative;
    /* height: 50vh; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 70px;
    z-index: 1000;
}

.single-project-wrapper img {
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    -webkit-transition: 3s 5s ease-in-out all;
    -o-transition: 3s 5s ease-in-out all;
    transition: 3s 5s ease-in-out all;
}

.single-project-wrapper img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: 0.5s 0s ease-in-out all;
    -o-transition: 0.5s 0s ease-in-out all;
    transition: 0.5s 0s ease-in-out all;
}

.home_section circle {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
}

.contact-inner-wrapper img {
    width: 15px;
    margin-right: 15px;
}

.full-axis {
    position: fixed;
    left: 73px;
    height: 100vh;
    top: 0;
    width: 1px;
    z-index: 999;
    background: rgb(230, 230, 230);
    opacity: 0;
}

html.tinyHead .full-axis {
    opacity: 1;
}

section.wrapper.single-project.contact-wrapper {
    padding: 0;
    display: inline-block;
    position: relative !important;
}

.full-axis span {
    position: absolute;
    width: 1px;
    background: rgb(0, 0, 0);
    height: 18px;
    -webkit-animation: scrollspin 1s ease infinite;
    animation: scrollspin 1s ease infinite;
}

.dokmeh-copyrights {
    position: relative;
    display: block;
    padding: 0;
    width: auto;
}

.dokmeh-copyrights span img:first-of-type {
    -webkit-animation: HEARTBEAT 2s infinite;
    animation: HEARTBEAT 2s infinite;
}

.dokmeh-copyrights a img {
    height: 24px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}
@media (max-width: 1400px){
html.tinyHead section.wrapper > .home_section {
    left: calc(-50vw + 70px);
    
}
}

@media (max-width: 768px){
    html.tinyHead section.wrapper > .home_section {
        
        opacity: 0;
    }
}