/* INITIALIZE */
html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Mulish';
    line-height: 1.4;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    color: #231f20;
    padding-top: 150px;
}

*, *:before, *:after {
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

details,
main,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

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

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: none;
}

input {
    line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:focus, textarea:focus {
    outline: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.visible-mobile {
    display: none;
}

/* INITIALIZE END */

.mobileMenuToggle,
.mobileMenuIcon,
.menuClose {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
}

.header-top {
    padding-top: 30px;
}

.header-top .container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 25px;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

.row, .LogoName, .team, .team .profile, .team .profile p, .portfolioLink {
    display: flex;
}

.justify-content-space-between {
    justify-content: space-between;
    align-items: center;
}

.nav-menu {
    display: flex;
    column-gap: 65px;
    text-transform: uppercase;
}

.nav-menu .active {
    font-weight: 800;
}

.companyName {
    margin-left: 15px;
}

.companyName h2, .companyName p {
    margin: 0;
}

.companyName h2 {
    font-size: 17px;
}

.companyName p {
    margin-top: 1px;
}

.team {
    column-gap: 40px;
    margin-top: 50px;
}

.column2 li {
    width: 50%;
}

.team.column3 {
    justify-content: center;
    column-gap: 200px;
}

.team .profile {
    align-items: flex-end;
}

.team .profile img {
    margin-right: 15px;
    max-height: 200px;
}

.team .profile p {
    flex-direction: column;
    margin: 0;
}

.team p {
    text-align: justify;
}

.team .profileLink.underline {
    position: relative;
}

.team .profileLink.underline::after {
    content: "";
    height: 1px;
    width: 22px;
    background-color: #000000;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0.2;
}

.team .profileLink {
    position: relative;
    margin: 15px 0;
}

.team .profileLink>label {
    cursor: pointer;
}

.clients {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.clients li {
    width: 20%;
    text-align: center;
    padding: 50px 40px;
}

.clients li.nippon {
    padding: 50px 0;
}

.clients li img {
    max-width: 100%;
    max-height: 60px;
}

.serviceColumn {
    display: flex;
}

.serviceColumn>div:nth-child(1) {
    flex: 3;
}

.serviceColumn>div:nth-child(2) {
    flex: 1;
}

.services {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.services>li {
    flex: 1 0 31%;
}

.servicesTitle {
    margin-bottom: 5px;
}

.servicesList {
    margin-top: 10px;
}

.servicesList li {
    list-style-type: "-";
    padding-left: 5px;
    margin-left: 5px;
}

.servicesTitle+.servicesList {
    margin-top: 0;
}

.formGroup input:focus+label,
.formGroup input:not(:placeholder-shown)+label,
.formGroup textarea:focus+label,
.formGroup textarea:not(:placeholder-shown)+label {
    top: 22px;
    font-size: 12px;
    opacity: 1;
}

input[type="text"], input[type="email"], textarea {
    background-color: #efeff0;
    border: 1px solid #000000;
    font-size: 16px;
    padding: 8px;
    width: 100%;
}

.formGroup {
    position: relative;
    padding-top: 40px;
    flex: 1;
}

.formGroup label {
    position: absolute;
    top: 48px;
    left: 9px;
    font-size: 16px;
    opacity: 0.25;
    transition: ease all 0.3s;
}

.form .column2 {
    display: flex;
    column-gap: 20px;
    margin-top: -30px;
}

.contact {
    display: flex;
    flex-direction: row-reverse;
    column-gap: 40px;
}

.contact .form {
    flex: 1.5;
}

.contact .contactDetails {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer .sociaMedia {
    display: flex;
    column-gap: 30px;
    margin-bottom: 15px;
}

.submit {
    line-height: 1;
    font-weight: bold;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 15px 30px;
    margin-top: 25px;
}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 2;
    cursor: pointer;
    transform: scale(1.2);
}

.whatsapp img {
    width: 50px;
}

.portfolioLink {
    align-items: center;
    column-gap: 20px;
}

.portfolioLink a {
    line-height: 1;
    display: flex;
}

.portfolioLink .btn {
    background-color: #231f20;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 5px 12px;
    font-weight: 600;
    font-size: 10px;
}

/* Responsive */
@media screen and (max-width: 1199px) {
    .container {
        width: 900px;
    }
}

@media screen and (max-width: 990px) {
    body {
        padding-bottom: 30px;
    }

    .container {
        width: calc(100% - 60px);
    }

    .nav-menu {
        column-gap: 30px;
    }

    .team {
        column-gap: 30px;
    }

    .team.column3 {
        column-gap: 10%;
    }

    .clients li {
        width: 33.33%;
    }

    .services>li {
        flex: 1 0 40%;
    }

    .serviceColumn {
        flex-direction: column;
        row-gap: 30px;
    }

}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    body {
        padding-top: 140px;
    }

    .container {
        width: calc(100% - 30px);
    }

    .mobileMenuIcon,
    .menuClose,
    .visible-mobile {
        display: block;
    }

    .nav-menu {
        position: fixed;
        z-index: 11;
        top: 0;
        right: -100%;
        flex-direction: column;
        height: 100vh;
        padding: 60px 30px 30px;
        row-gap: 30px;
        width: 100%;
        transition: ease all 0.3s;
        background-color: rgba(255, 255, 255, 0.95);
    }

    .mobileMenuToggle:checked+.nav-menu {
        right: 0;
    }

    .menuClose {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .servicesList {
        margin-top: -30px;
    }

    .team {
        flex-direction: column;
        row-gap: 40px;
    }

    .team .profile {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .team .profile p {
        align-items: center;
    }

    .team .profile img {
        margin: 0;
        max-height: none;
        width: 100%;
    }

    .team.column2 li,
    .clients li {
        width: 100%;
    }

    .clients li img {
        max-height: 100%;
        max-width: 50%;
    }

    .services>li {
        flex: 1 0 100%;
    }

    .contact {
        flex-direction: column;
    }
}