body {
    display: none;
}

body,
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* width: 100vw; */
    background-position: center center;
    background-size: cover;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    background-image: linear-gradient(-70deg, #FFFFFF, #F2F6F9);
}


/* 
#wrapper:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../img/bg-img.jpg") no-repeat left top, linear-gradient(-20deg, #EDECF2, #e2e5ea);
    background-size: contain;
    content: "";
    z-index: -1;
}

@media (max-width: 767px) {
    #wrapper:after {
        background: url("../img/bg-img_xs.jpg") no-repeat center top, linear-gradient(-20deg, #f3f0f7, #e2e5ea);
        background-size: cover;
        content: "";
        z-index: -1;
    }
} */

header {
    z-index: 99;
    position: relative;
    padding-top: 20px;
}

@media (max-width: 767px) {
    header {
        padding-top: 0;
    }
}

main {
    color: #333;
    padding: 4rem 0;
}

@media (max-width: 767px) {
    main {
        padding: 3rem 2rem;
    }
}

main p {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
}

h2 {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

h3 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin-top: 30px;
}

footer {
    text-align: right;
    margin-top: auto;
}

footer p {
    font-size: 0.01em;
    font-size: 103%;
}

footer p.cpyr {
    margin-right: 10px;
    letter-spacing: 0.3em;
    padding: 0.5rem;
    color: #ccc;
}

a.logo {
    display: block;
    width: 250px;
    height: 50px;
    padding: 0 0 0 3em;
    /* top: -1px; */
    color: #eaeaea;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    scroll-padding-top: 70px;
    z-index: 999999;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@media (max-width: 767px) {
    a.logo {
        width: 220px;
        height: 70px;
        padding: 1em 0 0 1.2em;
        color: #eaeaea;
    }
}

a.logo:hover {
    filter: alpha(opacity=75) !important;
    -moz-opacity: 0.75 !important;
    opacity: 0.75 !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

a.logo span.logo-in {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.home a.logo span.logo-in:before {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/logo-main.png); */
    background-image: url(../img/logo-main.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

a.logo span.logo-in:before {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/logo-sub.png); */
    background-image: url(../img/logo-sub.svg);
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

#logomask {
    position: absolute;
    bottom: 3em;
    right: 2.5em;
    width: 350px;
}

#logomask2 {
    position: absolute;
    top: 2.8em;
    left: 12em;
    width: 250px;
    z-index: -10;
}

@media (max-width: 767px) {
    #logomask {
        display: none;
    }
    #logomask2 {
        position: absolute;
        top: 2.2em;
        left: 11.5em;
        width: 120px;
    }
}

#logomask .st0,
#logomask2 .st0 {
    fill: none;
    stroke-width: 20;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
}

#
/* menu */

#wrapper {
    transition: transform .10s;
}

.nav-open #wrapper:after {
    -ms-filter: blur(3px);
    filter: blur(3px);
}


/* .intro {
  height: 100vh;
  width: 100%;
  display: table;
  background: #26292f url('../img/bg.jpg') no-repeat center center;
  background-size: cover;
} */


/* h1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 45px;
    color: white;
} */

.nav-trigger {
    position: fixed;
    z-index: 4;
    top: 3rem;
    right: 4rem;
    height: 25px;
    width: 25px;
    overflow: hidden;
    color: transparent;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .nav-trigger {
        top: 2.5rem;
        right: 2.5rem;
    }
}

svg .st0 {
    fill: none;
    stroke: #9aaaab;
    stroke-width: 1.5;
    stroke-miterlimit: 10;
    transition: transform .10s;
    width: 25px !important;
}

@media (max-width: 767px) {
    .home svg .st0 {
        stroke: #fff;
    }
    .home svg .st0 {
        stroke: #9aaaab;
    }
}

svg .st1 {
    fill: none;
    stroke: #8dbabc;
    stroke-width: 1.5;
    stroke-miterlimit: 10;
    transition: transform .10s;
    width: 25px !important;
}

.overlay {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d5dede;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
}

.nav-open .overlay {
    opacity: 0.8;
    visibility: visible;
}

.nav-container {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    height: 100%;
    width: 90%;
    max-width: 310px;
    padding: 2em 4em;
    background: #fff;
    overflow: auto;
    transform: translateZ(0);
    transform: translateX(100%);
    transition: transform .5s cubic-bezier(.07, .23, .34, 1);
    border-left: 1px solid #d1d6d6;
}

@media (max-width: 767px) {
    .nav-container {
        max-width: 180px;
        padding: 2em;
    }
}

.nav-open .nav-container {
    transform: translateX(0);
}

.nav {
    list-style: none;
    padding: 3em 0;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 200;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #596364;
    transform: translateZ(0);
    transition: color 1s;
}

.nav a {
    display: block;
    padding: 0.4em 0;
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 200;
    font-size: 130%;
    letter-spacing: 0.05em;
    text-decoration: none;
    color: #596364;
    transform: translateZ(0);
    transition: color 1s;
}

.font-en01 {
    font-family: 'Josefin Sans', sans-serif !important;
    font-weight: 200;
}


/* @media (max-width: 767px) {
    .nav a {
        padding: 0.4em 0;
    }
} */

.nav a:hover {
    color: #999;
}

.nav-open .nav a {
    animation: slide-in .4s .2s backwards;
}

.nav-open .nav li:nth-of-type(2) a {
    animation-delay: .3s;
}

.nav-open .nav li:nth-of-type(3) a {
    animation-delay: .4s;
}

.nav-open .nav li:nth-of-type(4) a {
    animation-delay: .5s;
}

.nav-open .nav li:nth-of-type(5) a {
    animation-delay: .6s;
}

.nav-open .logo,
.nav-open main {
    opacity: 0.5;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(80px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/*box*/

.box {
    padding: 0.5rem 2rem;
}

.mt20 {
    margin-top: 20px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.mt300 {
    margin-top: 300px;
}

.mb100 {
    margin-bottom: 100px;
}

.mb400 {
    margin-bottom: 400px;
}

@media (min-width: 767px) {
    .mt50-lg {
        margin-top: 50px;
    }
    .mt100-lg {
        margin-top: 100px;
    }
    .mt-200 {
        margin-top: -200px;
    }
    .mt-100 {
        margin-top: -100px;
    }
    .mt-80 {
        margin-top: -80px;
    }
    .mt-60 {
        margin-top: -60px;
    }
    .mt-50 {
        margin-top: -50px;
    }
    .mt-40 {
        margin-top: -40px;
    }
    .mt-20 {
        margin-top: -20px;
    }
}

.f7-5 {
    font-size: 75% !important;
}

.f8 {
    font-size: 80% !important;
}

.f11 {
    font-size: 110% !important;
}

.f12 {
    font-size: 120% !important;
}

.p00 {
    padding: 0 !important;
}

.z10 {
    z-index: 10;
}

.lazyload.fade {
    opacity: 0;
    -webkit-transition: all 2s ease-in-out !important;
    -moz-transition: all 2s ease-in-out !important;
    -o-transition: all 2s ease-in-out !important;
    transition: all 2s ease-in-out !important;
    animation-delay: 2s;
}

.lazyload.fade.effect-scroll {
    opacity: 1;
    transform: translate(0, 0);
}

.text-gray {
    color: rgb(119, 133, 134);
}

.scroll-arrow {
    position: relative;
    margin-top: 100px;
    /* margin-bottom: 350px; */
}

.arrow {
    position: absolute;
    top: 0.5em;
    left: 50%;
    animation: 3s arrow-animation infinite;
    width: 0;
    height: 5em;
    border-left: .5px dotted rgb(119, 133, 134);
    z
}

.arrow:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -1px;
    top: 100%;
    left: -2px;
    width: 0.5px;
    height: 5px;
    border-top: 10px solid rgb(119, 133, 134);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

@keyframes arrow-animation {
    0% {
        height: 5em;
    }
    50% {
        height: 8em;
    }
}

.works {
    text-align: center;
    min-height: 60vh;
    display: block;
}

@media (max-width: 767px) {
    .works {
        min-height: 40vh;
    }
}

.workimg {
    padding: 0 !important;
    min-height: 100vh;
    margin-top: 20rem;
}

@media (max-width: 767px) {
    .workimg {
        min-height: 100%;
        margin-top: 5rem;
    }
}

.about-text {
    text-align: center;
}

@media (max-width: 767px) {
    .about-text .left-sm {
        text-align: left;
    }
    .br-sm {
        display: none;
    }
}

footer p {
    text-align: left;
    letter-spacing: 0.08em;
    font-size: 60%;
    padding: 10px 20px;
    color: #848486;
}