@font-face {
    font-family: Arimo;
    font-weight: 400;
    src: url('../fonts/arimo-latin-normal-400.woff2') format('woff2');
}

@font-face {
    font-family: Asap;
    font-weight: 300;
    src: url('../fonts/asap-latin-normal-300.woff2') format('woff2');
}

@font-face {
    font-family: Asap;
    font-weight: 200;
    src: url('../fonts/asap-latin-200-normal.woff') format('woff');
}

@font-face {
    font-family: Asap;
    font-weight: 400;
    src: url('../fonts/asap-latin-normal-400.woff2') format('woff2');
}

@font-face {
    font-family: Asap;
    font-weight: 600;
    src: url('../fonts/asap-latin-normal-600.woff2') format('woff2');
}

@font-face {
    font-family: Asap;
    font-weight: bold;
    src: url('../fonts/asap-latin-normal-700.woff2') format('woff2');
}

*, body, html {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

div {
    animation: appear .5s 1 linear;
}

body {
    width: 100vw;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #121414;
    overflow-x: hidden;
 }

body header {
    position: sticky;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #121414;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 20px;
}

.root {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 60vw;
}

.root section {
    margin-bottom: 100px;
}

.header-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 55em;
    height: 100%;
    padding: 20px;
}

.header-icon {
    margin-right: 30%;
}

.header-icon img {
    width: 80px;
    height: 80px;
}

a {
    text-decoration: none;
    color: #dbdbdb;
    transition: all 0.15s ease-in-out;
}

.header-sections {
    display: flex;
    width: fit-content;
    max-width: 100%;
}

.header-sections ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: fit-content;
    color: #dbdbdb;
    list-style: none;
}

.header-sections li {
    margin: 12px;
    min-width: fit-content;
}

.header-sections li a {
    position: relative;
    display: inline-block;
}

.header-sections li a:hover {
    color: #c19957;
}

.header-sections li a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c19957;
    opacity: 0;
    transition: all 0.15s ease-in-out;
}

.header-sections li a:hover::after {
    opacity: 1;
}

.header-sections li a::after:hover {
    opacity: 1;
}

.header-sections a {
    font-family: Asap;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0px;
    font-size: 0.9375rem;
    text-transform: none;
    word-break: break-word;
    touch-action: manipulation;
}

.home {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    width: 100%;
}

.home::before {
    z-index: -1000;
    content: '';
    position: absolute;
    top: 0;
    left: -100;
    width: 100vw;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3)), url(../images/man_in_computer.png);
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%);
}

.home-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

.home-container h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 200;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
}

.home-container h3 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
    max-width: 70%;
}

.btn span{
    font-size: 1rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: uppercase;
    border-radius: 0px;
    border-width: 1px;
}

.btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c19957 !important;
    padding: 15px 35px 15px 35px;
    transition: .3s all;
}

.btn:hover {
    background-color: #af8946;
}

.about {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-wrap: break-word;
    width: 100%;
    height: 904.1px;
    /* overflow: hidden; */
}

.about-text {
    width: 50%;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.about-text h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin: 0 0 10px;
    color: #c19957;
}

.about-text h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
    width: 70%;
}

.about-text p {
    font-size: 1rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 20px;
    color: #dbdbdb;
    width: 68%;
}

.about-image figure{
    background-image: url(../images/old_man.png);
    background-position: center center;
    background-size: cover;
    width: 418.33px;
    height: 543.81px;
    filter: invert(0%) saturate(0) brightness(100%);
}

.services {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 904.1px;
}

.services::before {
    z-index: -1000;
    content: '';
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #1c1f1f;
    filter: grayscale(100%);
}

.btn-vt {
    background-color: transparent !important;
    border: 1px solid #c19957;
}

.btn-vt:hover {
    background-color: #c19957 !important;
}

.services-texts {
    /* width: 100%; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.services h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
    color: #c19957;
}

.services h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
    max-width: 40em;
}

.services h3 {
    font-size: 1rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
    color: #dbdbdb;
    max-width: 75%;
    margin-bottom: 60px;
}

.services .services-cases {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.services .services-cases .case {
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 64px;
    flex-direction: column;
    width: 321.33px;
    height: 500px;
    background-color: #121414;
    transition: .5s all;
    user-select: none;
}

.services .services-cases .case figure {
    width: 100%;
    height: 50%;
    background-size: cover;
    background-position: center center;
    filter: invert(0%) saturate(0) brightness(100%);
}

.services .services-cases .case .case-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 50%;
}

.services .services-cases .case:hover > .case-text strong{
    color: #c19957;
}

.services .services-cases .case:hover > .case-text strong svg {
    transform: translateX(35%);
}

.services .services-cases .case:hover > .case-text strong svg path {
    fill: #c19957;
}


.services .services-cases .case .case-text strong {
    font-size: 1.3125rem;
    font-style: normal;
    font-family: Asap;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0px;
    text-transform: none;
    margin: 20px;
    transition: .3s all;
}

.services .services-cases .case .case-text div {
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 0;
    padding-bottom: 10px;
}

.services .services-cases .case .case-text div p {
    font-size: 1rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
    color: #dbdbdb;
}

.services .services-cases .case .case-text strong svg {
    translate: 2px;
    transition: .2s all;
}

.services .services-cases .case .case-text svg, .services .services-cases .case .case-text svg path {
    height: 0.6em;
}

.services .services-cases .case .meet {
    background-image: url(../images/brainstorm.png);
}

.services .services-cases .case .office_1 {
    background-image: url(../images/office_1.png);
}

.services .services-cases .case .office_2 {
    background-image: url(../images/office_2.png);
}

.services .services-cases .case:hover {
    transform: translateY(-5px);
}

.contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
}

.contact::before {
    z-index: -1000;
    content: '';
    position: absolute;
    top: -98px;
    left: -100;
    width: 100vw;
    height: 452.05px;
    background-size: cover;
    background-position: center center;
    background-image: url('../images/map.png');
}

.contact-container {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-container .form-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 550.8px;
    height: 692.7px;
    padding: 40px;
    background-color: #000;
}

.contact-container .form-container h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 200;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
}

.contact-container .form-container h2 {
    font-size: 1.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
    max-width: 40em;
}

.contact-container .form-container form {
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.contact-container .form-container form label, .contact-container .form-container form input, .contact-container .form-container form textarea {
    font-size: 1rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
    border-radius: 0px;
    border-style: solid;
    border: none;
    border-bottom: 1px solid white;
    color: white;
    cursor: text;
    display: block;
    margin: 0;
    padding: 8px 10px;
    width: 97%;
    outline: 0;
    resize: none;
    transition: all .15s ease-in-out;
    background-color: transparent;
}

.contact-container .form-container form label {
    border: none !important;
}

.contact-container .form-container form textarea {
    min-height: 111.2px;
}

.contact-container .form-container form label span {
    font-size: 1.0625rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 5px;
}

.contact-container .form-container form label h3 {
    font-size: 1.0625rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    padding-left: 25px;
    min-height: 18px;
    position: relative;
    margin: 0;
    font-weight: normal;
}

.contact-container .form-container form label .checkbox-clone {
    width: 30px;
    height: 20px;
    background-color: transparent;
    border: 1px solid white;
    transition: .3s all;
}

.contact-container .form-container form label .checkbox-clone figure {
    background-image: url(../images/check.png);
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.contact-container .form-container form label .checkbox-clone:hover {
    background-color: rgba(255, 255, 255, 0.342);
}

.contact-container .form-container form .accept-label {
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 15px;
}

.contact-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    margin-top: 2px;
    height: 771.7px;
}

.contact-info .contact-info-container {
    width: 100%;
    height: 45%;
    margin-left: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
}

.contact-info .contact-info-container .contact-text {
    font-size: .8rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
    color: #dbdbdb !important;
    width: 100%;
    margin-bottom: 30px;
}

.contact-info .contact-info-container .contact-email {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info .contact-info-container .contact-email a{
    font-size: 1rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    color: #dbdbdb;
    word-break: break-word;
    text-decoration: underline;
}

.contact-info .contact-info-container .contact-location .location .icon svg {
    width: 20   px;
    fill: #dbdbdb;
    /* margin-top: 11px; */
}

.contact-info .contact-info-container .contact-location .location .icon {
    width: 24px;
    margin-right: 10px;
}

.contact-info .contact-info-container .contact-location .location .text{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}


.contact-info .contact-info-container .contact-location h3 b{
    font-size: 1.0625rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
}

.contact-info .contact-info-container .contact-location .nm, .ra {
    font-size: 1rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    color: #dbdbdb;
    word-break: break-word;
    text-decoration: underline;
}

.contact-info .contact-info-container .contact-location .location {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.contact-info .contact-info-container .contact-location .location div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50px;
    width: fit-content;
}

.contact-info .contact-info-container .contact-hours h3 b{
    font-size: 1.0625rem;
    font-style: normal;
    font-family: Asap;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
}

.contact-info .contact-info-container .contact-hours {
    width: fit-content;
}

.contact-info .contact-info-container .contact-hours-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 250px;
}

.contact-info .contact-info-container .contact-hours-container p{
    font-size: 1rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
    color: #dbdbdb;
}

.epa {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50vh;
    width: 100%;
}

.epa::before {
    content: '';
    width: 200vw;
    height: 100vh;
    left: -30vw;
    position: absolute;
    z-index: -100;
    background-color: #0d0f0f;
}

.epa .image {
    position: relative;
    margin-right: 40px;
    min-width: 334.66px;
    min-height: 435px;
    background-image: url('/assets/images/office_1.png');
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%)
}

.epa .text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
}

.epa .text h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-family: Asap;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
    color: #c19957;
}

.epa .text h3 {
    font-size: 1rem;
    font-style: normal;
    font-family: Arimo;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0px;
    text-transform: none;
    color: #dbdbdb;
}

input[type='checkbox']:checked + div {
    background-color: white !important;
}

input[type='checkbox']:checked + div figure {
    display: block !important;
}

.sb {
    border-bottom: none !important;
    outline: none;
}

.hidden {
    opacity: 0;
    transition: .5s all;
  }
.visible {
    opacity: 1;
    transition: .5s all;
}

h1, h2, h3, h4, h5, h6, p, span {
    color: white;
}

@keyframes appear {
    from {
        transform: translateY(0);
        transition: .5s all;
    }to {
        transform: none;
        transition: initial;
    }
}

@media only screen and (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }

    body header {
        width: 90vw !important;
    }

    .root {
        min-width: 100vw;
        max-width: 100vw;
    }

    .home-container {
        margin-left: 25px;
    }

    .home {
        height: 70vh;
    }

    .about {
        flex-direction: column !important;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }

    .about-text, .about-image {
        margin-top: 40px;
        width: 80% !important;
    }

    .about-image figure {
        width: 100% !important;
    }

    .about-text h2 {
        width: 100% !important;
    }

    .about-text p {
        width: 100% !important;
    }

    .services {
        height: fit-content;
    }

    .services .services-cases {
        flex-direction: column;
    }

    .services .services-cases .case {
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    .services-texts {
        margin-top: 40px !important;
        width: 80% !important;
    }

    .contact-container {
        flex-direction: column !important;
    }

    .form-container {
        width: 65vw !important;
        height: 120% !important;
    }

    .contact-info-container {
        width: 100vw !important;
        margin-left: 0 !important;
    }
    
    .epa {
        flex-direction: column;
    }

    .epa .image {
        margin-right: 0 !important;
    }

    .epa::before {
        top: -100px;
        height: 150vh;
        width: 130vw !important;
    }

    .epa .text {
        width: 80% !important;
    }

    .mm-asc {
        margin-top: 140px;
    }
}

@media only screen and (max-width: 500px) {
    .home-container h1 {
        font-size: 1.5rem;
    }

    .home-container h3 {
        font-size: .5rem;
    }

    .home {
        height: 100vh;
    }

    .about {
        flex-direction: column !important;
        height: fit-content;
        justify-content: center;
        align-items: center;
    }

    .header-icon {
        margin-right: 5%;
    }

    .header-sections a{
        font-size: .6rem;
    }
}

@media screen and (max-width: 1366px) {
    .root {
        max-width: 75vw !important;
    }
  }