*, html {
    margin:0;
    padding:0;  
}

body {
    color: #212121;
    font-family: 'Space Grotesk', sans-serif;
    font-smoothing: antialiased!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-x: hidden;
    width: 100vw;
    line-height: 1.5;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #212121;
}

::-webkit-scrollbar-track {
    background: #f7f7f7;
}

::selection {
    background: #000!important;
    color: #fff!important;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.plr-10 {
    padding: 0 10px;
}

.mb-12 {
    margin-bottom: 12rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.mb-4 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mt-12 {
    margin-top: 12rem;
}

.mt-8 {
    margin-top: 8rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-1 {
    margin-top: 1rem;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400;
}

h2 {
    font-size: 1.3rem;
}

p {
    margin-top: 1rem;
}

.no-margin {
    margin: 0 !important;
}

.block {
    display: block;
}

.empty {
    content: "";
}

header {
    margin-top: 2rem;
    padding: 0 0;
}

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

.bento-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height : 24px;
    width : 24px;
    justify-content: space-between;
    cursor: pointer;
    padding: calc(2rem);
}

.bento-menu:hover{
    height : 30px;
    width : 30px;
    padding: calc(2rem - 2.5px);
}

.bento-dot {
    width : 4px;
    height: 4px;
    background: #212121;
    overflow: hidden;
}

nav {
    position: fixed;
    z-index: 999;
    
    left: 0;height: 100vh;
    width: 100vw;
    background-color: #fff;
    display: none;

}

nav .bento-menu {
    position: fixed;
    right: calc(2rem - 0.5rem);
    top: calc(2rem + 1px);
}

nav .logo {
    position: fixed;
    top: 2rem;
    left: calc(2rem - 0.5rem);
}

.nav-menu {
    display: flex;
    flex-direction: column;
    height: 40vh;
    margin-top: 10vh;
    justify-content: space-between;
}

nav ul li {
    list-style: none;
    align-self: flex-start;
    font-size: 2rem;
    padding-left: 2rem;
}

nav ul li a:hover:after{
    width: 100%;
}

nav ul li a:after {
    content: "";
    display: block;
    width: 0;
    bottom: -0.11111rem;
    left: 0;
    border-bottom: 0.11111rem solid #000;
    transition: width .5s cubic-bezier(.215,.61,.355,1);
}

.menu-email {
    position: fixed;
    bottom: 3rem;
    left: 2rem;
    font-size: 1.2rem;
}

.logo {
    font-weight: 600;
    font-size: 1.2rem;
    float: left;
    padding: 2rem;
    color: #212121;
}

.sub-head {
    text-transform: uppercase;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #767676;
    font-weight: 500;
}

a:hover {
    color: #212121;
}

label {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
}

ul {
    list-style: none;
}

ul li {
    font-size: 0.9em;
    line-height: 1.5;
}

input[type=text], textarea {
    font-family: 'Space Grotesk', sans-serif;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-weight: 500;
    border: none;
    background-color: rgba(182, 182, 182, 0.1);
}

input[type=text]:focus, textarea:focus {
    background-color: rgba(255,255,255,1);
}

header {
}

section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

.display-h1 {
    font-size: 1.8rem;
    margin-top: 0;
}

.homepage-intro{
    display: flex;
    height: 45vh;
}

.homepage-intro h1 {
    font-size: 1.8rem;
}

.homepage-intro .row{
    align-items: center;
}

.homepage-slider {
}

.slider-a {
    width: 100%;
    display: flex;
    justify-content: center;
}

.homepage-slider .splide__slide img {
    width: 100%;
    object-fit: cover;
    height: calc(55vh - 89px - 2rem);
}

.splide__slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.splide__caption {
    position: absolute;
    margin: 0 auto !important;
    max-width: 1528px;
    text-align: left;
    color: #fff;
    width: 100%;
    top: 40%;padding: 0 2rem;
    flex-direction: column !important;
}

.splide__caption__ind {
    display: block;
    font-size: 0.9rem;
}

.splide__caption__comp {
    font-size: 1.5rem;
    font-weight: 400;
    display: block;
}

.splide__pagination__page {
    background: transparent !important;
    border: 2px solid #fff !important;
    opacity: 1 !important;
}

.splide__pagination__page.is-active {
    background-color: #fff !important;
}

.splide__pagination__page:hover {
    opacity: 1 !important;
}

.social {
    padding-left: 0 !important;
}

.social-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social-ul li {
    list-style: none;
    float: left;
    margin-right: 1rem;
    margin-top: 1rem;
}

.contact-details {
}

form {
    width: 100%;
}

#message {
    height: 4rem;
}

.submit-btn {
    position: relative;
    overflow: hidden;
    border: none;
    background: none;
    display: inline-block;
    cursor: pointer;
}

.submit-btn-text {
    font-size: 1.1rem;
    font-weight: 300;
    height: 25px;
    display: block;
    float: left;
    margin-right: 0.5rem;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.submit-btn-icon {
    margin-top: 3px;
    height: 22px;
    display: block;
    float: left;
}

.submit-btn:hover .submit-btn-text {
    margin-right: 1rem;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-form-h1 {
    padding-top: 1rem;
}
.contact-form {
    margin-top: 2rem;
}


.services-line {
    display: block;
    border-bottom: 0.1rem solid #212121;
    width: 2rem;
    height: 0.2rem;
    margin-top: 0.55rem;
    margin-right: 1rem;
    float: left;
}


.no-pad {
    padding: 0 !important;
}

.footer-col-heading {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
    margin-bottom: 2rem;
}

.footer-social-link, .footer-contact-email, .project-start-btn {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    color: #212121;
    margin-top: 1rem;
}

.footer-copyright {
    font-size: 0.8rem;
    padding-top: 2rem;
    border-top: 1px solid #f2f2f2;
}

.border-top-faint {
    border-top: 1px solid #f2f2f2;
}


.clients {
    justify-content: space-around;
    align-items: flex-end;
}

.clients .row {
    text-align: center;
    justify-content: center;
    margin-top: 2rem;}

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

.services ul {
    margin-top: 1rem;
    margin-left: 1.2rem;
}

.card {
    padding: 1rem;
    cursor: pointer;
}

.card-title {
    font-weight: 500;
    margin-top: 1rem;
}

.card-subtitle {
    font-size: 0.9rem;
    margin-top: 0;
    font-weight: 500;
    color: #666;
}

.card-image {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.card:hover .card-image img {
    transform: scale(1.2);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


@media only screen and (max-width:64em) {
    .contact-form-h1 {
        margin-top: 4rem;
    }
    .footer-display-text {
        font-size: 2rem;
        font-weight: 300;
    }
    .mt-12 {
        margin-top: 6rem;
    }
    .mt-8 {
        margin-top: 4rem;
    }
    .mt-4 {
        margin-top: 2rem;
    }
    .mb-12 {
        margin-bottom: 6rem;
    }
    .mb-8 {
        margin-bottom: 4rem;
    }
    .mb-4 {
        margin-bottom: 2rem;
    }

}

@media only screen and (min-width:64em) {
    .footer-display-text {
        font-size: 4rem;
        font-weight: 300;
    }

    .footer-line {
        display: block;
        border-bottom: 0.1rem solid #f7f7f7;
        width: 6rem;
        height: 0.2rem;
        float: left;
        margin: 0 2rem;
    }

    .footer-label {
        font-size: 0.9rem;
    }

    .homepage-intro h1 {
        font-size: 3rem;
    }

    .splide__caption__comp {
        font-size: 3rem;
    }

    .display-h1 {
        font-size: 3rem;
    }

    header {
        padding: 0 4rem;
    }

    section {
        padding: 0 4rem;
    }

    nav ul li {
        padding-left: 5.5rem;
    }

    .menu-email {
        left: 4rem;
    }

    .splide__caption {
        padding: 0 4rem;
    }
}

.portfolio img {
    width: 100%;
}

.square-img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    overflow: hidden;
}

#check {
    display: none;
}

#error {
    color: red;
    font-weight: 500;
    font-size: 0.8rem;
}