@font-face {
    font-family: SuisseIntl;
    src: url(/assets/font/SuisseIntl-Light.woff2);
    font-weight: 300;
}

@font-face {
    font-family: SuisseIntl;
    src: url(/assets/font/SuisseIntl-Regular.woff2);
    font-weight: 400;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    font-family: SuisseIntl, sans-serif;
    font-weight: 400;
}

body,
html {
    height: 100%;
    width: 100%;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh;
}

html.has-scroll-smooth {
    overflow: hidden;
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.has-scroll-smooth body {
    overflow: hidden;
}

body {
    overflow-x: hidden;
    user-select: none;
}


ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    outline: none;
    background: none;
    border: none;
}

#loader {
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

#loader h3 {
    font-size: 2vw;
}

#loader h3 sup {
    font-size: 12px;
}

.nav-list-items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.underline {
    display: none;
    height: 1px;
    width: 100%;
    background-color: #fff;
}

.talk,
.social_one,
.social_two {
    overflow: hidden;
}

.talk p,
.learnMore p,
.seeWork p,
.social_one p,
.social_two p {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    transform: translate(-18px);
    cursor: pointer;
}

.talk span,
.learnMore span,
.seeWork span,
.social_one span,
.social_two span {
    text-wrap: nowrap;
    color: #fff;
}

.learnMore span,
.seeWork span {
    font-weight: 300;
}

.talk span,
.social_one span,
.social_two span {
    font-weight: 400;
}

.talk>span:first-child,
.learnMore>span:first-child,
.seeWork>span:first-child,
.social_one>span:first-child,
.social_two>span:first-child {
    transform: translateY(10px);
}


#page1 {
    height: 90svh;
    width: 100%;
    background: #000;
    position: relative;
}

#page1-content {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 3rem;
    flex-grow: 1;
}

.hero-foot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw;
}

.taglines {
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

nav {
    position: fixed;
    z-index: 5;
    height: 6.2rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw;
    mix-blend-mode: difference;
    color: #ffffff;
}

nav h3,
nav a,
nav span {
    font-size: 1.15vw;
}

nav h3 {
    padding-right: 220px;
}

.nav-list-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-list-items .item.active {
    color: gray;
}

#page1-content svg {
    width: 100%;
    padding: 3vw;
}

#page2 {
    width: 100%;
    min-height: 100vh;
    background: #000;
    cursor: pointer;
    position: relative;
}

#cursor {
    height: 100px;
    width: 100px;
    background-color: #ff5f38;
    border-radius: 50%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    transform: translate(-50%, -50%);
    scale: 0;
}

#cursor h5 {
    font-size: 16px;
}

.reel-short {
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    position: relative;
}

.reel-full {
    display: none;
    height: 100vh;
    width: 100vw;
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    justify-content: center;
    align-items: center;
}

.reel-full video {
    height: 80%;
    width: 80%;
    object-fit: cover;
    pointer-events: none;
}

#page3 {
    min-height: 100vh;
    width: 100%;
    background: #000;
    color: #fff;
    padding: 3vw;
    position: relative;
}

.page3-content {
    padding: 4vw 0;
}

.page3-content h3 {
    font-weight: 300;
    font-size: 4vw;
    text-indent: 200px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(74, 74, 74);
}

.page3-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2vw 0;
}

.page3-grid p {
    font-weight: 300;
    font-size: 20px;

}

.page3-grid .col-2 {
    width: 360px;
    line-height: 1.2;
}

h3 u {
    font-weight: 300;
    text-underline-offset: 15px;
}

.learnMore {
    width: 138px;
    overflow: hidden;
    margin-left: -8px;
}

.seeWork {
    font-size: 18px;
    width: 150px;
    overflow: hidden;
    margin-left: -8px;
}

#page3-elements {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 200px 0;
}

#page3-elements .headline {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.casestudies {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    width: 100%;
}

.casestudy_1 {
    margin-bottom: 50px;
}

.casestudy_1,
.casestudy_2,
.casestudy_3 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.watermark_1,
.watermark_2,
.watermark_3 {
    position: absolute;
    bottom: 10%;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.watermark img {
    width: 100px;
}

.casestudy_img {
    width: 100%;
}

.casestudy_2,
.casestudy_3 {
    height: 700px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.casestudy_2 .casestudy_img,
.casestudy_3 .casestudy_img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.case1_vid,
.case2_vid,
.case3_vid {
    position: absolute;
    top: 0;
    width: 250px;
    height: 350px;
    display: flex;
    pointer-events: none;
    flex-direction: column;
    margin: 50px;
    scale: 0;
}


.case1_vid video,
.case2_vid video,
.case3_vid video {
    object-fit: cover;
    flex-grow: 1;
}

#page4 {
    padding: 3vw;
    position: relative;
    background-color: #ffffff;
}

#page4_content {
    padding: 12rem 0;
}

.company_logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.c_logo {
    width: 100px;
}

.c_logo_big {
    width: 65px
}

.animatedBorder {
    height: 1px;
    width: 100%;
    background-color: #000;
}

.widgets_wrapper .headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}

.widgets_wrapper .headline p {
    font-weight: 300;
    font-size: 20px;
    padding: 0 3vw;
}

#page5 {
    min-height: 100vh;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

#swiperSection {
    min-height: 60vh;
    width: 100%;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    border-radius: 8px;
    width: 450px !important;
    font-size: 18px;
    background: #444;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.slide_one,
.slide_two,
.slide_three,
.slide_five,
.slide_eight {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    padding: 30px 50px;
    justify-content: space-between;
}

.slide_one,
.slide_two,
.slide_five,
.slide_six,
.slide_eight {
    background: #F7F7F7;
}

.slide_three,
.slide_seven {
    background: black;
}

.slide_one .top_section,
.slide_five .top_section {
    text-align: start;
    line-height: 0.8;
}

.slide_one .bottom-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.slide_one .bottom-section img {
    width: 80px
}

.swiper p {
    font-weight: 300;
}

.text-gray {
    color: gray;
}

.text-white {
    color: white;
}

.slide_two .top_section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    width: 100%;
}

.slide_two {
    gap: 50px;
}

.slide_two .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    color: gray;
}

.clock {
    width: 270px;
    height: 270px;
    margin: 0 auto;
    position: relative;
}

.time_needles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.needle {
    position: absolute;
    left: 50%;
    bottom: 50%;
    width: 3px;
    height: 80px;
    background: black;
    transform-origin: bottom center;
}

.hour_needle {
    height: 50px;
    width: 6px;
    background: #b7b7b7;
}

.needle_minutes {
    height: 85px;
    width: 4px;
    background: #000;
}

.needle_seconds {
    height: 95px;
    width: 2px;
    background: red;
}

.slide_three .top_section {
    text-align: start;
    line-height: 1.5;
}

.slide_three .bottom-section,
.slide_five .bottom-section {
    align-self: flex-end;
}

.slide_three .bottom-section img,
.slide_five .bottom-section img {
    height: 20px;
    display: none;
}

.slide_three .bottom-section .active,
.slide_five .bottom-section .active {
    display: block;
    animation: fadeIn 0.1s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.slide_four {
    background-image: url("/assets/images/oura-abdul-ovaice-3d-cd-031.avif");
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.slide_four .slide_content {
    text-align: start;
    padding: 10px 20px;
    color: white;
    height: 120px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    position: relative;
}

.slide_content p {
    margin: 0;
    line-height: 1.2;
    transition: opacity 0.5s ease;
}

.slide_six {
    height: 500px;
    width: 100%;
    background-image: url("/assets/images/pergola-module-floor.avif");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px;
}

.slide_six .text-white {
    opacity: 0.8;
}

.slide_seven {
    height: 300px;
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
}

.slide_seven .top_section,
.slide_eight {
    text-align: start;
    font-size: 20px;
}

.slide_seven .learnMore {
    font-size: 20px;
}

.slide_eight {
    height: 300px;
}

.slide_eight .bottom-section {
    width: 100%;
    display: none;
}

.slide_eight .bottom-section p {
    text-align: end;
}

.percentage-p {
    font-size: 40px;
}

.slide_nine {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.slide_nine .bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    z-index: -1;
}

.slide_nine_content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.slide_nine_content .top-section p {
    text-align: start;
    font-size: 20px;
}

.slide_nine_content .top-section p em {
    opacity: 0.8;
    font-weight: 300;
}

.slide_nine_content .bottom-section {
    align-self: flex-end;
}

.slide_nine_content .bottom-section img {
    width: 100px;
}

.approach {
    padding: 100px 3vw;
}

.approach h2 {
    font-size: 5vw;
    font-weight: 300;
    margin-bottom: 100px;
}

.key-value .list .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid gray;
    padding: 30px 0;
}

.key-value .list .item h3,
.key-value .list .item p {
    font-weight: 300;
    font-size: 20px;
}

.key-value .list .item-right {
    width: 350px;
}


.portfolio-loop {
    padding: 3vw;
}

.portfolio-loop .portfolio-vid video {
    width: 100%;
}

.contact {
    margin: 200px auto;
    text-align: center;
    height: 75px;
    overflow: hidden;
    position: relative;
}

.contact h3 {
    font-size: 4vw;
    display: inline-block;
    font-weight: 300;
    margin-bottom: 50px;
}

.contact .line {
    position: absolute;
    height: 2px;
    width: 28%;
    background: #000;
    right: 36%;
    top: 92%;
    transform-origin: center center;
    pointer-events: none;
}

footer {
    background-color: #000;
    color: #fff;
    position: relative;
}

.footer {
    padding: 3vw;
}

.footer .top_section {
    margin-bottom: 150px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer .top_section .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
}

.footer .top_section h2 {
    font-size: 30px;
    font-weight: 300;
}

.footer .top_section .left .feild {
    background: transparent;
    color: white;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    margin-top: 10px;
}

.footer .top_section .left .feild button {
    color: gray;
    font-size: 14px;
}

.footer .top_section .left .feild input {
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 14px;
    font-weight: 300;
}

input::placeholder {
    color: gray;
}

.footer .top_section .right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.footer .top_section .right button p {
    color: white;
}

.footer .top_section .right .links ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5px;
}

.right .links ul li,
.locations p,
.copyright p {
    font-size: 14px;
}

.footer .top_section .right .socials {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.menuBtn {
    display: none;
}

.mbMenuItems {
    display: none;
}

footer {
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .menuBtn {
        display: block;
        color: white;
        background-color: #333333;
        padding: 10px 30px;
    }

    .nav-list-items,
    .desktop .talk {
        display: none;
    }

    nav {
        width: 100vw;
    }

    nav h3 {
        font-size: 16px;
        padding-right: 0;
    }

    #page4 {
        overflow: hidden;
    }

    .hero-content {
        padding-top: 20vw;
    }

    .contact {
        height: 67px;
    }

    .contact .line {
        top: 30%;
    }

    .mbMenuItems {
        position: absolute;
        top: 70px;
        height: 100%;
        right: 0;
        width: 100%;
        background: #000;
        color: #fff;
        z-index: 9;
        padding: 3vw;
        display: none;
        flex-direction: column;
        justify-content: center;
    }

    .mb-list-items {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding-top: 50px;
    }

    .mb-list-items a {
        font-size: 7vw;
        font-weight: 300;
    }

    .mb-list-items .active {
        color: gray;
    }

    .mbMenuItems .talk {
        width: 100px;
    }

    .mbMenuItems .talk p span {
        color: #fff;
    }

    #page2 {
        min-height: 100%;
    }

    .casestudies {
        flex-direction: column;
    }

    .key-value .list .item,
    .page3-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 50px;
    }

    .footer .top_section {
        flex-direction: column;
    }

    .swiper-slide {
        width: 250px !important;
    }

    .footer .top_section .right {
        margin-top: 80px;
    }
}