@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/fonts/NeueHaasDisplay-Roman.woff2') format('woff2'), url('/fonts/NeueHaasDisplay-Roman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cambon';
    src: url('/fonts/Cambon-Light.woff2') format('woff2'), url('/fonts/Cambon-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('/fonts/NeueHaasDisplay-Bold.woff2') format('woff2'), url('/fonts/NeueHaasDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cambon italic';
    src: url('/fonts/Cambon-LightItalic.woff2') format('woff2'),
        url('/fonts/Cambon-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



body {
    font-family: 'Neue Haas Grotesk Display Pro';
    background: #000;
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
    transition: background 0.5s;
    overflow-x: hidden;
}

.clear, * html .clearfix, *:first-child + html .clearfix {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

    .clearfix:after {
        clear: both;
        content: ' ';
        display: block;
        font-size: 0;
        line-height: 0;
        visibility: hidden;
        width: 0;
        height: 0;
    }

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.relative {
    position: relative;
}
.toLetter {
    line-height: 0.6;
}

.spHolder {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    vertical-align: top;
}

    .spHolder span {
        transition: transform 0.5s,opacity 1s;
        opacity: 0;
        transform: translateY(100%);
 vertical-align:top;
        display: inline-block;
            line-height: 1.4;
    }

#h2.fadeIn .spHolder span {
    opacity: 1;
    transform: translateY(0);
}
.bgToc {
    transition: background-color .5s ease-in-out;
}

.colorToc {
    transition: color .5s ease-in-out;
}

.black .colorToc {
    color: #000 !important;
}

.black .bgToc, .black.bgToc {
    background: #eee;
}

.black .svgToc path {
    fill: #000 !important;
}

.black #change {
    background: #000;
}

.grid_1 {
    width: 8.33%;
}

.grid_2 {
    width: 16.67%;
}

.grid_3 {
    width: 25%;
}

.grid_4 {
    width: 33.33%;
}

.grid_5 {
    width: 41.67%;
}

.grid_6 {
    width: calc(50% - 16.66px);
}

.grid_7 {
    width: 58.33%;
}

.grid_8 {
    width: 66.67%;
}

.grid_9 {
    width: 75%;
}

.grid_10 {
    width: 83.33%;
}

.grid_11 {
    width: 91.67%;
}

.grid_12 {
    width: 100%;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    float: left;
    display: block;
}

.titleM {
    display: none;
}


.gr4 {
    width: calc(25% - 0.5vw);
    margin-right: 0.66vw;
}

.flex-start .gr4:nth-child(4n) {
    margin-right: 0;
}

.gr2 {
    width: 50%;
}

.gg4 {
    width: calc(25% - 1.5vw);
    margin-right: 2vw;
    float: left;
}

.clearfix .gg4:nth-child(4n) {
    margin-right: 0;
}

.inner-m {
    width: calc(75% + 22.5px);
    display: flex;
    justify-content: space-between;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

img {
    border: none;
    max-width: 100%;
}

a, img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

textarea:focus, input:focus, select:focus {
    outline: none;
}

.img {
    width: 100%;
    margin: 0;
    display: block;
}

header {
    position: fixed;
    height: 60px;
    padding: 0 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    width: 100%;
    z-index: 95;
    left: 0;
}

#loader.slide {
    background: #111;
    transition: transform 1s !important;
    transform: translateY(100%) !important;
}

#black-bar, #det-bar, #black-bar-top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #111;
}

#black-bar-top {
    transform: translateY(-100%);
}

#page-det #black-bar, #page-home #black-bar {
    display: none;
}

.fullloaded #det-bar {
    transition: transform .75s cubic-bezier(.215,.61,.355,1) 0ms,visibility 0ms linear .75s,top 0ms linear .75s;
    transform: translateY(100%);
}

#black-bar.shrink {
    transition: transform .75s cubic-bezier(.215,.61,.355,1) 0ms,visibility 0ms linear .75s,top 0ms linear .75s;
    transform: translateY(100%);
}

#black-bar-top.slide {
    transition: transform .75s cubic-bezier(.215,.61,.355,1) 0ms,visibility 0ms linear .75s,top 0ms linear .75s;
    transform: translateY(0%);
}

/*.toScale,.to-scale
{
    transform:scale(1.3);
        transition: transform .9s cubic-bezier(.215,.61,.355,1);
   
        transform-origin:center;

}
.fullloaded  .toScale
{
        transform:scale(1);
}
.loaded  .to-scale
{
        transform:scale(1);
}*/
#nav-toggle {
    position: absolute;
    right: 20px;
    display: none;
    height: 12px;
    width: 25px;
    top: calc(50% - 1px);
    transform: translateY(-50%) ;
    z-index: 50;
}

    #nav-toggle:before, #nav-toggle:after {
        display: block;
        content: '';
        position: absolute;
        height: 2px;
        background: #fff;
        display: block;
        transition: all 0.5s;
        top: 0;
        left: 0;
        width: 100%;
    }

    #nav-toggle:after {
        top: 12px;
    }

    #nav-toggle.active:before {
        top: 6px;
    }

    #nav-toggle.active:after {
        top: 6px;
    }

.black #nav-toggle:before, .black #nav-toggle:after {
    background: #000;
}

.logo {
    width: 260px;
    display: block;
    position: relative;
    z-index: 5;
}

    .logo svg {
        width: 100%;
        height: auto;
        display:block
    }

#change {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    display: none;
}

#main-menu li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

    #main-menu li:last-child {
        margin-right: 0;
    }

    #main-menu li a {
        font-size: 14px;
        text-transform: uppercase;
        line-height: 1;
        transition: opacity .6s cubic-bezier(.55,0,.1,1);
        opacity: .6;
        letter-spacing: 0.05rem;
    }

        #main-menu li a:hover {
            opacity: 1;
        }

#page-home #main-menu li a {
    opacity: 1;
}

#page-projects a.projects, #page-contact a.contact, #page-about a.about, #page-archive a.archive {
    opacity: 1 !important;
}

#mobile-menu {
    display: none;
    margin-bottom: 60px;
}

    #mobile-menu li {
        list-style: none;
        border-top: 1px solid;
        color: #fff;
        border-color: inherit;
    }

        #mobile-menu li a {
            display: block;
            position: relative;
            padding: 8px 20px;
            text-transform: uppercase;
        }

        #mobile-menu li:last-child {
            border-bottom: 1px solid;
        }

#page-projects a.projects, #page-contact a.contact, #page-about a.about, #page-archive a.archive {
    opacity: 1 !important;
}

.black #mobile-menu li {
    padding: 8px;
    border-top: 1px solid #000;
    color: #000;
}

#page-home a.home:after, #page-projects a.projects:after, #page-contact a.contact:after, #page-about a.about:after, #page-archive a.archive:after {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    display: block;
    content: '';
}

header li a:after {
    opacity: 0;
}

.container {
    width: calc(100% - 4vw);
    margin: auto;
    position: relative;
}

.w1010 {
    width: 80%;
    max-width: calc(100% - 90px);
    margin: auto;
    position: relative;
}
.iframe-holder iframe
{
    width:100%;
    height:50vw
}
.grid_6 .iframe-holder iframe
{
    width:100%;
    height:31vw
}

.centeralign {
    text-align: center;
}

.w-video {
    width: 100%;
    height: auto;
}

.fullyvideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.innerVideo {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
    max-height: 100vh;
    max-height: 100svh;
}

.project-tile {
    position: relative;
    background-size: cover;
    display: block;
    background-position: center center;
}

.innerVideo img {
    opacity: 0;
}

.absVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    left: 0;
    top: 0;
    z-index: 2;
}

@media screen and (max-aspect-ratio: 1920/1080) {
    .fullyvideo {
        height: 100vh;
        height: 100svh;
    }
}

@media screen and (min-aspect-ratio: 1920/1080) {
    .fullyvideo {
        width: 100% !important;
    }
}

.bg-video {
    height: 100vh;
    height: 100svh;
    width: 100%;
    overflow: hidden;
}


#cursor {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    z-index: 1000;
    pointer-events: none;
    transform: translate(-50%,-50%);
    mix-blend-mode: exclusion;
}

    #cursor:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 15px;
        height: 15px;
        z-index: 10;
        pointer-events: none;
        transform: translate(-50%,-50%);
        background: #fff;
        border-radius: 50%;
        transition: all 0.5s;
    }

    #cursor.view:before, #c-dir {
        display: block;
        position: absolute;
        top: 50%;
        left: 25px;
        width: 120px;
        z-index: 10;
        pointer-events: none;
        transform: translate(0,-50%);
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.05em;
        transition: all 0.5s;
        text-transform: uppercase;
    }

    #cursor.view:before {
        content: 'View Project';
        text-transform: uppercase;
    }

    #cursor.scale:after {
        width: 15px;
        height: 15px;
    }

#c-dir : .f22 {
    font-size: 22px;
}

.f15 {
    font-size: 15px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Cambon';
    font-weight: 300;
}

h1 {
    font-size: 80px;
}

    h1.abs {
        left: 2vw;
        position: absolute;
        bottom: 60px;
    }


h2 {
    font-size: 36px;
    margin-bottom: 0.5em;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
    margin-bottom: 10px;
}


.full-height {
    width: 100%;
    height: 100vh;
    height: 100svh;

    min-height: 450px;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
    overflow:hidden
}

.sticky-title {
    display: block;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}

.full-h {
    height: 100vh;
    height: 100svh;
}

.inner-full {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.flex-h {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.flex-l {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 45px;
}

.flex-r {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.half {
    width: calc(50% - 1vw);
    position: relative;
    overflow: hidden;
    display: block;
}


.break {
    display: block;
    width: 100%;
    height: 45px;
    float: left;
}

.blackbg {
    background: #000;
}

.white {
    color: #fff;
}

.mb10 {
    margin-bottom: 15px;
}

.mb9 {
    margin-bottom: 10px;
}

.mb45 {
    margin-bottom: 45px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb2vw {
    margin-bottom: 2vw;
}

.pl60 {
    padding-left: 60px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb90 {
    margin-bottom: 90px;
}

.pt50 {
    padding-top: 50px;
}

.g_pb {
    padding-bottom: 12vw;
}

.g_mb {
    margin-bottom: 12vw;
}

.pt220 {
    padding-top: 12vw;
}

.ptb220 {
    padding: 12vw 0;
}

.careers {
    display: block;
    padding: 20px 0 0 0;
    position: relative;
    margin-bottom: 20px;
    border-top: 1px solid #fff;
}

.border-b {
    border-bottom: 1px solid #fff;
}

.arrow {
    display: block;
    width: 80px;
    position: absolute;
    line-height: 1;
    right: 0;
    bottom: 2px;
    text-align: left;
    overflow: hidden;
}

    .arrow:before {
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        content: '';
    }

    .arrow:after {
        bottom: 15px;
        left: calc(100% - 15px);
        width: 30px;
        display: block;
        position: absolute;
        border-top: 2px solid #fff;
        transform: rotate(45deg);
        transform-origin: left top;
        content: '';
    }

#top-next {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 100vh;
    height: 100svh;
    transform: translateY(105%);
    transition: all 0.7s;
}


    #top-next.view {
        transform: translateY(75%);
    }

    #top-next.slide, #top-next.slide.view {
        transform: translateY(0%);
    }

    #top-next.abs {
        position: absolute;
    }

    #top-next.noTrnsi {
        transition: none;
    }

#nextBtn, .nextBtn {
    display: block;
    font-size: 60px;
    font-family: 'Cambon';
    text-align: center;
}

    #nextBtn span, .nextBtn span {
        display: block;
        margin-bottom: 10px;
        font-size: 22px;
    }

.max685 {
    width: 685px;
    max-width: 100%;
}

.max500 {
    width: 500px;
    max-width: 100%;
}

.underline {
    text-decoration: underline;
}

.title {
    position: absolute;
    font-family: 'Cambon';
    font-size: 36px;
    color: #fff;
    left: 2vw;
    top: 45px;
    line-height: 1;
    display: block;
    bottom: auto;
}

.bl {
    top: auto;
    bottom: 45px;
    font-size: 60px;
}

.fixed .title {
    position: fixed;
    bottom: 45px;
    top: auto;
}

.fixed-b .title {
    position: absolute;
    bottom: 45px;
    top: auto;
}

.hover-archive, .main-hover {
    display: inline-block;
}

    .hover-archive a {
        position: relative;
        display: inline-block;
        z-index: 2;
        transition: opacity 0.5s;
    }

    .main-hover:hover .hover-archive a {
        opacity: 0.5;
    }

    .main-hover .hover-archive:hover a {
        opacity: 1;
    }

    .hover-archive:hover .pop-content {
        opacity: 1;
        display: flex;
    }

.pop-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition-delay: 0.2s;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arch-heading {
    font-size: 80px;
    font-family: 'Cambon';
    font-weight: 300;
    line-height: 1.1;
    display: inline-block;
    position: relative;
}

.arch-info {
    display: block;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 0.5s;
    top: 60%;
    transform: translate(120%,-50%);
    font-size: 15px;
    font-family: 'Neue Haas Grotesk Display Pro';
}

    .arch-info span {
        display: block;
    }

.hover-archive:hover .arch-info {
    opacity: 1;
}

.full-w {
    width: 100%;
    display: block;
}
.w150{
    min-width:150px
}
.p1w{
    padding-left:1vw
}
.g100 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 100px;
    align-items: flex-start;
    padding-bottom: 5px
}
footer {
    font-size: 15px;
}
.logo-f{
    width:160px;
    height:auto;
    display:block
       
}

.footerlinks {
    padding: 30px 0;
    border-top: 1px solid #fff;
}

.links {
    text-align: left;
    font-size: 14px;
}

    .links a, .links p {
        display: inline-block;
    }

.bar {
    display: inline-block;
    margin: 0 6px;
}

    .bar:after {
        content: '|';
    }

.tel {
    display: block;
}

.explore {
    display: block;
    font-size: 26px;
    text-decoration: underline;
    font-family: 'Cambon';
    width: 100%;
    padding-top: 1em;
}

.big-link {
    font-size: 60px;
    letter-spacing: -0.01em;
    line-height: 1.12em;
    font-family: 'Cambon';
    display: block;
    position: relative;
}

.mainSpan {
    position: absolute;
    width: auto;
    top: 0;
    display: block;
}

.sph {
    display: block;
    white-space: nowrap;
}

.sp2 {
    position: absolute;
    left: 100%;
    top: 0;
}

.mainSpan {
    animation-name: slide;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .mainSpan.ltr {
        animation-duration: 120s;
    }

@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes slideltr {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}


.flex-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.fade-footer {
    transition: opacity 0.7s;
}

#tpa-logo {
    display: block;
    width: 100%;
    height: auto;
}

    #tpa-logo:hover .fade-footer {
        opacity: 0;
    }

.copyright {
    position: absolute;
    right: -3px;
    bottom: 0;
    font-size: 12px;
    text-align: left;
    width: 200px;
    transform-origin: left bottom;
    transform: translateX(100%) rotate(-90deg);
}

.dark-bg {
    position: absolute;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s;
    z-index: 10;
}

.innerSpn {
    display: block;
    position: relative;
    overflow: hidden;
    background-size: 0;
    background-position: center center;
}
.innerSpn iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    object-fit:cover
}
.innerSpn .img{
    aspect-ratio: 16/9;
}
.loaded .innerSpn {
    background-size: cover;
}

.poster {
    filter: blur(10px);
    transition: all 1.5s;
    display: block;
    z-index: 3;
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: cover;
    background-position: center center;
}

.sec-loaded .poster {
    opacity: 0;
}


.projectTile:hover .dark-bg {
    opacity: 1;
}

.imgTemplate {
    min-height: 50vh;
}

    .imgTemplate:after {
        display: block;
        content: url(/images/projects/template.png);
        width: 100%;
    }

.project-title {
    position: absolute;
    color: #fff;
    left: 30px;
    bottom: 30px;
    font-family: 'Cambon';
    font-size: 24px;
    display: block;
    line-height: 32px;
    font-size: 30px;
    z-index: 2;
}



input, select {
    font-size: 15px;
    margin: 0 auto 15px auto;
    padding: 10px 0 10px 0;
    width: 100%;
    color: #fff;
    border: 0 none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-align: left;
    font-family: 'Neue Haas Grotesk Display Pro';
    position: relative;
}

.black input, .black select {
    color: #000;
    border-bottom: 1px solid #000;
}

select {
    width: 100%;
    background: url(/images/buttons/scrolldown_b.svg) no-repeat right 70%;
    background-size: 20px 10px;
    padding-top: 15px;
    padding-bottom: 0.5em;
}

select option {
    background-color: #000;
}

.b_submit {
    border: none !important;
    cursor: pointer;
    text-decoration: underline;
}


.f20 {
    font-size: 20px;
}

input:-webkit-input-placeholder, textarea:-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}





.black input:-webkit-input-placeholder, .black textarea:-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.black input::-webkit-input-placeholder, .black textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.black input:-moz-placeholder, .black textarea:-moz-placeholder {
    color: #000;
    opacity: 1;
}

.black input::-moz-placeholder, .black textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.black input:-ms-input-placeholder, .black textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}


input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000000 !important;
}




.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}

.last-c {
    margin-bottom: 0;
    padding-bottom: 0;
}

#bg-pre {
    display: none !important;
}

.last {
    margin-right: 0;
}

#closeSlider,.close {
    position: absolute;
    right: 0;
    top: 20px;
    font-size: 14px;
    width: 100px;
    text-align: right;
    padding: 0 2vw 0 0;
    display: block;
    z-index: 99;
    letter-spacing: 0.05rem;
    text-decoration: underline;
}

#fixslider #closeSlider svg {
    display: none;
}

#fixslider {
    position: fixed;
    top: 0;
    height: 100vh;
    height: 100svh;
    z-index: 99;
    width: 100%;
    opacity: 0;
    display: none;
    transition: opacity 0.8s;
    padding: 60px 0;
    background: #000;
}

    #fixslider .container {
        position: absolute;
        top: 5px;
        left: 0;
        right: 0;
    }

#closeSlider svg {
    display: block;
    width: 14px;
    height: 14px;
    right: 0;
    top: 3px;
    fill: #fff;
    position: absolute;
}

.black #closeSlider svg {
    fill: #000;
}

.pop-p {
    font-size: 15px;
    opacity: 0.6;
    line-height: 50px;
    letter-spacing: 0.05rem;
    font-size: 14px;
    text-transform: uppercase;
}

#p-title {
    opacity: 1;
}

.popUp {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 500;
    display: none;
    opacity: 0;
    transition: opacity 0.7s;
    background: #000;
}

.innerPop {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 80px 0;
}

.innerPop .container {
    width: 690px;
    max-width:calc(100% - 40px);
    text-align: left;
}

.innerPop p {
    margin-bottom: 30px;
    font-size:15px;
}

.innerPop h4 {
    margin-bottom: 25px;
}
#top-content iframe
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}


@media (min-aspect-ratio: 16/9) {
#top-content iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
#top-content iframe{
    width: 177.78vh;
  }
}
.play-btn{
 
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: max-content;
    padding: 0 19.5px 1px 19.5px;
    height: 29px;
    font-size: 13px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 1;
    font-weight: 600;
    border: 1px solid currentColor;
    transition: all 0.3s;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    font-size:14px

}

@media (max-aspect-ratio: 1/1) {
 #top-content .w100m 
 {
     height:100vw;
 }

  #top-content .fullyvideo {
    
  height:100%
    
}
}
@media screen and (max-width : 760px) {
    body {
        font-size: 15px;
        line-height: 1.35;
    }

    header {
        padding: 0px 20px;
    }
    .page-det
    {
        padding:60px 0 0 0 
    }

    .logo {
        width: 200px;
    }

    #nav {
        position: absolute;
        height: 100vh;
        height: 100svh;
        top: 0;
        left: 0;
        transform: translate(-100%,0);
        background: #000;
        width: 100%;
        opacity: 1;
        padding: 75px 0 0 0;
        transition: transform 0.5s;
    }

    #main-menu li {
        display: block;
        width: 100%;
        border-top: 1px solid;
        border-color: inherit;
        padding: 10px 0 10px 20px;
    }

        #main-menu li:last-child {
            border-bottom: 1px solid;
        }

        #main-menu li a {
            opacity: 1;
            display:block;
            position:relative
        }

    header li a:after {
        opacity: 1;
    }

    .black #nav {
        background: #fff;
    }

    .sticky-title {
        width: calc(100% - 40px);
        margin: 0 auto 40px auto;
    }

    #main-menu {
        opacity: 0;
        transition: opacity 0.5s;
        transition-delay: 0.3s;
    }

    .active #nav {
        transform: translate(0,0);
    }

    .active #main-menu {
        opacity: 1;
    }

    h1.abs {
        left: 0;
        bottom: 20px;
    }

    h1, p.title {
        font-size: 30px;
        line-height: 1.2;
        width: 100%;
        padding: 0 20px;
    }

    .ptb220 {
        padding: 60px 0;
    }

    .container {
        width: calc(100% - 40px);
    }

    #tpa-svg {
        width: calc(100% - 40px) !important;
    }

    .title {
        position: relative !important;
        bottom: auto !important;
        top: auto;
        display: block;
        left: auto !important;
        padding: 20px 0;
        font-size: 22px;
    }

    #page-projects .title {
        bottom: 30px !important;
        position: absolute !important;
    }

    .sticky-title {
        height: auto;
    }

    .big-link {
        font-size: 30px;
    }

    .explore {
        font-size: 22px;
    }

    .flex-c {
        display: block;
    }

    .gr4, .gr2 {
        width: 100%;
        margin-bottom: 35px;
    }


    #cursor {
        display: none;
    }

    #mobile-menu {
        display: block;
    }

    .project-title {
        position: relative;
        color: #fff;
        left: auto;
        bottom: auto;
        font-family: 'Cambon';
        font-size: 24px;
        display: block;
        padding: 20px 0;
    }

    .half {
        width: 100%;
        margin-right: 0;
    }

    .dark-bg {
        position: relative;
        background: rgba(0,0,0,0.3);
        opacity: 1;
    }

    .break {
        height: 0;
    }

    .g_pb {
        padding-bottom: 20px;
    }

    #page-projects .g_pb {
        padding-bottom: 60px;
    }

    .w1010 {
        width: 100%;
        max-width: calc(100% - 40px);
    }

    .grid_6 {
        width: 100%;
    }

    .d {
        display: none;
    }


    .arch-heading {
        font-size: 30px;
    }

    .hover-archive a:after {
        content: ' +';
    }

    .inner-m {
        display: block;
    }

    .pop-p {
        line-height: 1;
        margin: 0 0 10px 0 !important;
    }

    .pop-content {
        display: none !important;
    }

    #nav-toggle {
        display: block;
    }

    .sticky-title .full-height, .sticky-title .fullyvideo {
        height: 60vw;
        min-height: 50px;
    }

    h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .copyright {
        font-size: 10px;
    }

    #nextBtn, .nextBtn {
        font-size: 24px;
    }

    .titleM {
        display: block;
        padding: 20px 20px 0 20px;
        font-size: 28px;
        font-family: 'Cambon';
        line-height:1.2;
    }
    .explore {
  
    padding-top: 40px;
}
    .w100m {
        height: 100vw !important;
        min-height: 300px;
    }

        .w100m .title {
            display: none;
        }

        .w100m .fullyvideo {
            height: 100%;
        }
        .mb2vw {
    margin-bottom: 20px;
}
    #page-contact    .pt220 {
    padding-top: 80px;
}
    .pt120m 
    {
        padding-top:140px !important
    }
    .pb100m 
    {
        padding-bottom:30px
    }
    .links {

    font-size: 11px;
}
    .iframe-holder iframe
{
  
    height:56.25vw
}
.grid_6 .iframe-holder iframe
{
   height:56.25vw
}
#top-content iframe {

  
    height: 100vw !important;

}
    .p1w {
        padding-left: 0
    }
}
