@charset "utf-8";

@font-face {
    font-family: 'Aeonik-Regular';
    src: url('../fonts/Aeonik-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Aeonik-Light';
    src: url('../fonts/Aeonik-Light.otf') format('opentype');
    font-weight: 100;
}

@font-face {
    font-family: 'Aeonik-Bold';
    src: url('../fonts/Aeonik-Bold.otf') format('opentype');
    font-weight: 700;
}

.h1, h1 {
    font-size: 50px;
}

p {
    margin: 0;
}

body {
    color: #d4dfe1;
    line-height: 1.4;
    min-height: 100vh;
    font-family: Aeonik-Regular;
    overflow: hidden;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 20px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #a6a6a6;
    }

.loading .wrapper-all {
    visibility: hidden;
}

#lottie {
    display: none;
    background-color: #171719;
    text-align: center;
    margin-right: 10px;
}

    #lottie svg {
        width: 297px !important;
    }

.loading #lottie {
    display: block;
}


a {
    cursor: pointer;
    color: #d4dfe1;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #ccc;
}

:-ms-input-placeholder {
    color: #ccc;
}

::-ms-input-placeholder {
    color: #ccc;
}

::placeholder {
    color: #ccc;
}

.hide {
    display: none;
}

.no-data {
    font-size: 20px;
    text-align: center;
}

.clear, .clear:after {
    content: '';
    display: table;
    clear: both;
}

.hfade.a, .hfade.input, .hfade a {
    -webkit-transition: opacity 0.6s ease-in-out;
    -o-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
}

    .hfade.a:hover, .hfade.input:hover, .hfade a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: 0.6;
    }

.tcontainer {
    margin: 0 130px;
}

.header {
    text-align: center;
}

    .header .tcontainer {
        padding-top: 25px;
    }

.page {
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    background-color: #171719;
}

    .page.active {
        opacity: 1;
        pointer-events: initial;
        height: 100%;
        overflow: auto;
        overflow-x: hidden;
    }

.menu {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
}

    .menu.active {
        opacity: 1;
    }

    .menu a {
        margin: 15px 20px 25px;
        line-height: 1;
        display: inline-block;
    }

        .menu a.active {
            font-family: Aeonik-Bold;
        }

        .menu a:hover {
            text-decoration: none;
            border-bottom: 1px solid #FFB600;
        }

.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.auto-fit {
    height: auto;
    padding: 0;
}

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

.header {
    position: relative;
}

.yellow {
    color: #c68e06;
}

.title span {
    font-weight: bold;
}

.subtitle {
    font-family: Aeonik-Light;
}

.header .video-wrapper {
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
}

    .header .video-wrapper iframe {
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.header-inner {
    position: sticky;
    top: 50%;
    top: calc(50% - 55px);
    z-index: 3;
    width: 100%;
    height: 0;
}

.header.minimize .header-inner {
    top: 0;
    position: fixed;
}

.header-sub {
    position: absolute;
    bottom: 10%;
    z-index: 1;
    font-size: 18px;
    opacity: 1;
    left: 0;
    right: 0;
}

.header img {
    height: 60px;
    min-height: 30px;
}

.header.minimize img {
    height: 40px;
}

.project-wrapper {
    margin-top: 60px;
}

.project-item:nth-child(2n) {
    background-color: #29292b;
}

.project-item .title {
    position: sticky;
    top: 50%;
    z-index: 1;
    margin: 0 15px;
    text-align: center;
    height: 0;
    font-size: 18px;
}

.project-cover {
    height: 100px;
    position: relative;
    z-index: 2;
    background-color: #171719;
}

.project-item:nth-child(2n) .project-cover {
    background-color: #29292b;
}

.project-item .video-wrapper {
    cursor: pointer;
}

    .project-item .video-wrapper img {
        width: 100%;
    }

.page-title {
    padding: 30px 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #767b7d;
}

.close {
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    cursor: pointer;
}

.page-title {
    margin-bottom: 30px;
}

    .page-title img {
        height: 40px;
    }


.p1 {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
}

.p2 {
    margin-bottom: 10px;
    text-align: center;
    font-family: Aeonik-Light;
}

.p3 {
    font-family: Aeonik-Light;
    font-size: 13px;
}

.p4 {
    font-family: Aeonik-Light;
}

.frame-wrapper .p2 {
    margin: 0 50px 40px;
}

.frame-wrapper-inner {
    margin-bottom: 100px
}

.frame-inner {
    margin-bottom: 120px
}

.frame {
    margin-top: 100px;
    opacity: 0;
    padding-top: 56.25%;
    background: no-repeat center center;
    background-position: center;
    background-size: cover;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    text-align: center;
}

.frame-row-item {
    display: flex;
    flex-direction: row;
    width: 100%
}

.frame-cell-item {
    flex: 1 1 auto;
    max-width: 100%;
    padding-right: 10px
}

.frame-cell-item-video {
    position: relative;
    padding: 56.3% 0 0
}

    .frame-cell-item-video iframe {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%
    }

.frame-cell-item img {
    max-width: 100%;
    width: 100%
}

.frame-cell-item:last-child {
    padding-right: 0
}

.frame-cell-item video {
    width: 100%;
    margin-bottom: 0
}

.frame-cell-img {
    padding-top: 56.25%;
    background: no-repeat center center;
    background-position: center;
    background-size: cover;
    transition: all .6s ease-out
}

.credit .p1 {
    border-bottom: 1px solid #d4dfe1;
    text-align: left;
    display: inline-block;
}

.credit .p2 {
    margin-bottom: 0;
    text-align: left;
}

.credit .p4 {
    margin-bottom: 20px;
}

.credit .item-content-separate {
    margin-top: 5px
}

.page-content {
    padding-bottom: 50px;
}

#project-details .video-wrapper {
    margin-bottom: 30px;
}

#project-details .frame .p2 {
    margin-bottom: 30px;
}

#info-page p {
    text-align: left;
}

#info-page .p1 {
    margin-bottom: 25px;
}

#info-page .p2 {
    margin-bottom: 20px;
}

#info-page .p3 a i {
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

#randomimage-page .page-content {
    margin: 30px 0 0;
}

#randomimage-page .frame-cell-item {
    position: relative;
}

    #randomimage-page .frame-cell-item .title {
        font-size: 14px;
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        opacity: 0;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    #randomimage-page .frame-cell-item:hover .title {
        opacity: 1;
    }


@media(max-width:600px) {
    #lottie svg {
        width: 247.5px !important;
    }

    .header-inner {
        top: calc(50% - 50px);
    }

    .tcontainer {
        margin: 0 15px;
    }

    .header .tcontainer {
        margin: 0 30px;
    }

    .header img {
        height: 50px;
        min-height: 25px;
    }

    .header.minimize img {
        height: 25px;
    }

    .project-cover {
        height: 50px;
    }

    .project-item .title {
        top: 40%;
    }

    .project-item:last-child .title {
        margin: 0 15px;
        top: 75%;
    }

    .page-title img {
        height: 25px;
    }
}

@media (min-width:2560px) {
    .tcontainer {
        margin: 0 400px;
    }

    .project-item .title, .header-sub, .page-title, .p1 {
        font-size: 36px;
    }

    .p2, .p3, .p4, .menu a, #randomimage-page .frame-cell-item .title {
        font-size: 28px;
    }

    .close {
        font-size: 40px;
        margin-top: -20px;
    }

    .header img {
        transform: scale(2);
    }

    .header .tcontainer {
        padding-top: 50px;
    }

    .menu a {
        margin: 30px 40px 50px;
    }

    .page-title img {
        height: 80px;
    }

    #lottie svg {
        width: 594px !important;
    }

    .project-cover {
        height: 300px;
    }
}
