* {
    box-sizing: border-box;
    font-size: 100%;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0 auto; 
    color: #231F20; 
    font-family: "Noto Sans", sans-serif;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
img.img-responsive {
    max-width: 100%;
    height: auto;
}
video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
}
.highlight {
    color: #00B5D5;
}
.slider {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.random_bg {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

nav {
    display: block;
    width: 25%;
    position: fixed;
    left: 0;
    top: 0;
    padding-top: 8px;
    z-index: 99;
}

nav ul li {
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
}

nav ul li a {
    color: #231F20;
}

nav ul li.active a, nav ul li a:hover {
    color: #00B5D5;
}

.hamburger {
    width: 40px;
    height: 40px;
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.gap {
    width: 100%;
    clear: both;
    height: 25vh;
    margin-top: 10vh;
}
.small-gap {
    width: 100%;
    clear: both;
    height: 40px;
}
.gap-med {
    width: 100%;
    clear: both;
    height: 14vh;
}
.portfolio-gap {
    width: 100%;
    clear: both;
    height: 100px;
}
#work.gap {
    height: 10vh;
}
#content {
    width: 75%;
    min-height: 100vh;
    float: left;
    position: absolute;
    left: 25%;
    z-index: 92;
}
.topbar {
    width: 100%;
    height: 75px;
    overflow: hidden;
    position: fixed;
    display: flex;
    background: #ffffff;
    z-index: 99;
}
.topbar .company-name {
    width: 60%;
    display: flex;
    font-size: 44px;
    font-weight: bold;
    color: #00B5D5;
    margin-top: 15px;
    animation: reveal 1s ease;
    background: #ffffff;
    z-index: 99;
}
.company-name a {
    color: #00B5D5 !important;
    text-decoration: none;
    cursor: pointer;
}
.topbar .company-logo {
    width: 30%;
    display: flex;
    text-align: right;
    margin-top: 25px;
    padding-right: 20px;
    background: #ffffff;
    z-index: 99;
}
.tagline {
    position: relative;
    top: 90px;
    overflow: hidden;
    width: 100%;
    max-width: 520px;
}
h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
    margin: 0;
}
.intro-achievement {
    position: absolute;
    bottom: 0;
    left: 0%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 70px;
}
.col-12 {
    width: 90%;
}
.col-4 {
    width: 30%;
    padding-right: 30px;
}
.col-6 {
    width: 45%;
    padding-right: 30px;
}
.col-8 {
    width: 60%;
    padding-right: 30px;
}
.col-4.left-space {
    margin-right: 60px;
}
.intro-achievement a {
    color: #231F20;
}
.intro-achievement p {
    font-size: 19px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 10px;
}
a.btn-more {
    width: 75px;
    height: 56px;
    display: block;
    padding: 10px;
    border-radius: 30px;
    border: 3px solid #231F20;
    font-size: 10px;
    line-height:  10px !important;
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 0;
}

.tagline h1 {
    animation: reveal2 2s ease;
}

.about-us {
    position: relative;
    top: 55px;
    left: 0;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    width: 100%;
    max-width: 800px;
    padding-left: 15px;
}

.promise {
    margin-top: 50px;
}

.about-us ul.promise, .about-us ul.promise li {
    margin: 0;
    padding: 0;
    font-size: 44px;
    font-weight: 700;
}

.about-us h2, .about-us h1 {
    margin-bottom: 30px;
}

.about-us .customer {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
    margin-bottom: 20px;
}
.about-us .customer h3 {
    display: flexbox;
    margin-top: 0;
    width: 25%;
}
.about-us .customer .logo-desktop {
    display: flexbox;
    width: 70%;
}

.recognition {
    position: relative;
    bottom: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
}
.recognition p {
    font-weight: 700;
}
.recognition .rec {
    font-weight: 700;
    font-size: 16px;
}
.fadeIn {
    animation: fade-in linear;
    animation-timeline: view();
    animation-range-start: 0;
    animation-range-end: 300px;
}
.work {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
}
.textspace {
    padding-left: 30px;
}
nav ul.portfolio-nav {
    margin-top: 5vh;
}
nav ul.portfolio-nav li {
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
} 
.automotive-seat, .automotive-instrument-panel, .automotive-console, .automotive-ecu, .automotive-aircond, 
.electrical, .home-appliances, .medical-appliances {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
}

.contact {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
}

.contact h3 a {
    color: #231F20 !important;
}

#fcf-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.5;
    color: #231F20;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
    border: 1px solid #231F20;
}

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: block;
    border-top: 2px solid #231F20;
    margin-bottom: 0.5rem;
    font-size: 12px;
    font-weight: 700;
}

.fcf-credit {
    display: none;
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

.fcf-credit a {
    color: #545b62;
    text-decoration: underline;
}

.fcf-credit a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.fcf-btn {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #231F20;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0;
    border-top: 2px solid #231F20;
    padding: 0.375rem 0;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.hide-big {
    display: none;
}
.show {
    display: block !important;
}

.successbox {
    color: #00B5D5;
    font-size: 1.1em;
    font-weight: bold;
}

.errorbox {
    background: #FDEBEA;
    padding: 0 20px;
    color: #A61A1A;
    border: 1px solid #A61A1A;
    border-radius: 3px;
}

a.btn-map {
    width: 60px;
    height: 50px;
    display: block;
    padding: 10px;
    border-radius: 30px;
    border: 3px solid #231F20;
    font-size: 10px;
    line-height:  10px !important;
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 4.5%;
    color: #231F20;
}


@keyframes fade-in {
    from {opacity: 0; scale: .8;}
    to {opacity: 1; scale: 1;}
}

@media (max-width: 575px) {
    nav {
        width: 47px;
        padding: 10px;
        height: 70px;
        background: white;
    }
    nav ul {
        margin: 50px 0 0 10px;
        padding-left: 10px;
        display: none;
        background: white;
        width: 500px;
    }
    nav ul li {
        font-weight: 700;
        font-size: 18px;
        line-height: 24px;
        background: white;
        text-wrap: nowrap;
    }
    .hamburger {
        width: 20px;
        height: 20px;
        display: block;
        background: white;
        top: 25px;
    }
    .intro-achievement {
        padding-left: 2%;
    }
    .intro-achievement p {
        font-size: 18px;
    }
    .col-4.left-space {
        width: 100%;
    }

    .hide {
        display: none;
    }
    .show {
        display: block !important;
    }
    .topbar {
        width: 350px;
        max-width: 100%;
        top: 0;
        left: 45px;
        background: #ffffff;
    }
    .topbar .company-name {
        font-size: 24px;
        padding-top: 2px;
    }
    .topbar .company-logo {
        padding-right: 0;
        width: 30%;
        padding-left: 10px;
    }
    .topbar .company-logo img{
        max-height: 20px;
    }
    h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 36px;
        margin: 0;
    }
    #content {
        width: 100%;
        left: 0;
        padding-left: 2%;
        margin-top: 15px;
    }
    .col-4, .col-6 {
        width: 45%;
    }
    .work .col-6, .col-8 {
        width: 100%;
    }
    .col-4 {
        width: 45%;
    }
    .about-us .customer {
        display: block;
    }
    .about-us .customer h3 {
        display: block;
        margin-top: 0;
        width: 100%;
    }
    .about-us ul.promise, .about-us ul.promise li {
        font-size: 30px;
    }
    .contact h2 {
        font-size: 1.1em;
    }
    .contact h3 {
        font-size: 0.75em;
    }
    .whitebg {
        height: 100vh;
        display: block;
    }
    .mobile-top {
        display: block;
        width: 100%;
        height: 80px;
        background: #ffffff;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 91;
    }
    .width80 {
        max-width: 80%;
    }
}

@keyframes reveal {
    0% {
      transform: translateY(300px);
    }
}
@keyframes reveal2 {
    0% {
      transform: translateY(400px);
    }
}
