/* html {
    -webkit-transform: translate3d(0, 0, 0);
} */
@font-face {
    font-family: 'BlackRange';
    src: url(../fonts/black-range-free.ttf);
}

@font-face {
    font-family: 'Chrome';
    src: url(../fonts/MDNichromeTest-Regular.otf);
}

body {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.03rem;
    color: #0C0B11;
    font-family: 'Source Sans 3', sans-serif;
}

strong {
    color: #028FDF;
    font-size: 20px;
}

svg {
    fill: #fff;
    width: 20px;
    height: 20px;
}

li {
    list-style: none;
}

p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

h1 {
    font-family: "Michroma", sans-serif;
    font-size: 48px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}

h2 {
    font-family: "Michroma", sans-serif;
    color: #0C0B11;
    font-size: 28px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 15px;
}

h3 {
    font-family: "Michroma", sans-serif;
    color: #0C0B11;
    font-size: 22px;
    margin: 8px 0;
    text-align: center;
}

a {
    text-decoration: none;
}

figcaption {
    text-align: center;
    font-size: 14px;
}

.reveal {
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    transition: all 1.5s ease;
}

.reveal.active {
    transform: translateY(0px);
    opacity: 1;
}

.fixed_bg {
    min-height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}

.hero_home {
    background-image: url(../images/AdobeStock_136909426.mov);
}

.home_title {
    background-image: url(../images/dwd_home_banner.jpg);
}

.title {
    background-color: rgba(12, 11, 17, 0.7);
    display: inline-block;
    padding: 8px;
}

.open_div {
    background-image: url(../images/open_div_background.jpeg);
    padding: 30px 0;

    h3 {
        color: #FEFEFE;
    }
}

.contact,
.bg_body {
    background-image: url(../images/body_background.jpeg);
}


.bg_mixami {
    background-image: url(../images/mixami_bg2.jpg);
}

.bg_dr_device {
    background-image: url(../images/dr_device_bg.jpeg);
}

.bg_fvsl {
    background-image: url(../images/fvsl_bg.jpg);
}

.hero_about {
    background-image: url(../images/about_bg2.jpg);
}

.hero_contact {
    background-image: url(../images/contact_bg2.jpg);
}

.hero_portfolio {
    background-image: url(../images/work_bg2.jpg);
}

.hero_fvsl {
    background-image: url(../images/fvsl_hero.jpg);
}

.hero_dr_device {
    background-image: url(../images/dr_device_hero.jpg);
}

.hero_fraser {
    background-image: url(../images/fraser_flats_hero2.jpg);
}

.hero_mixami {
    background-image: url(../images/mixami_hero.jpg);
}

.center_layout,
.contact {
    max-width: 1400px;
    margin: 0 auto;
}

.header_nav ul a,
.footer_nav ul a {
    font-family: 'Source Sans 3', sans-serif;
    color: #F8F7FF;
    text-transform: uppercase;
}


/******************** Header ****************************/
.site_header {
    background-color: #0C0B11;
    margin: 0 auto;
}

.site_branding {
    display: flex;
    align-self: center;
}

.site_branding span {
    font-family: 'Source Serif 4', serif;
    font-weight: 200;
    padding: 8px 0;
    color: #F8F7FF;
    font-size: 18px;
}

.header_nav {
    display: none;
    max-width: 1440px;
    margin: 0 auto;
}

.site-title {
    color: #F8F7FF;
    font-weight: 300;
}

.site_header a {
    margin: 0 auto;
}

.site_header img {
    display: block;
    height: 40px;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
}

.site_header nav ul {
    display: flex;
    justify-content: space-around;
    margin: 10px;
}

.site_header nav li {
    text-transform: capitalize;
    color: #fff;
    padding: 0 20px;
}

.mobile_header {
    position: fixed;
    width: 100%;
    background-color: #0C0B11;
    z-index: 10;
}

@media (min-width: 750px) {

    .fixed_bg {
        min-height: 500px;
    }

    video {
        min-height: 500px;
    }

    h1 {
        font-size: 75px;
    }

    h2 {
        font-size: 40px;
        margin: 0;
        margin-bottom: 0;
    }

    h3 {
        font-size: 28px;
        margin: 0;
    }

    body {
        font-size: 20px;
    }

    .site_header a {
        margin: 0;
    }

    .header_nav {
        display: flex;
        justify-content: space-between;
    }

    .site_header img {
        height: 70px;
    }

    .mobile_header {
        display: none;
    }

}

/******************** Header ****************************/


/******************** Home Page ****************************/
/* video {
    position: relative;
    min-height: 400px;
    object-fit: cover;
} */

.hero_title {
    text-align: center;
    color: #F8F7FF;
    padding: 75px 15px 0 15px;
}

/* .hero_title h1 {
    padding: 75px 15px 0 15px;
    color: #F8F7FF;
} */


.home_title {
    background-color: #0C0B11;
    /* position: absolute; */
    padding: 75px 15px 0 15px;
    left: 0;
    right: 0;
    color: #F8F7FF;
    text-align: center;
    z-index: 99;
}

.statement {
    /* background-color: #0C0B11;
    color: #FEFEFE;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate; */
    color: #111;
    padding: 20px;
}

.projects {
    background-color: #0C0B11;

    h2 {
        color: #fff;
    }

    h3 {
        color: #FEFEFE;
        padding: 25px;
    }

}

.center_card {
    margin: 0 auto;
    max-width: 32rem;
}

.description {
    padding: 0 20px;
}

.center_icon {
    text-align: center;
}

.feature_card h2,
.feature-card h3 {
    text-align: center;
    margin: 0;
    padding-bottom: 15px;
}

.feature_card {
    padding: 30px 20px;
    /* margin: 20px auto; */
}

.medium {
    max-width: 26rem;
}

.scale_hover {
    transition: all .2s ease-in-out;
}

.scale_hover:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px #028FDF;
}

.services {
    color: #F8F7FF;
}

.contact {
    margin-bottom: 80px;
}

form {
    padding: 20px;
    margin: 0 auto;
    max-width: 34rem;
}

label {
    display: block;
    margin-bottom: 8px;
}

input,
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    border: 1px solid #028FDF;
    border-radius: 4px;
}

button {
    background-color: #028FDF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #F8F7FF;
    color: #222564;
    border: 1px solid #222564;
}

.social_mobile {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
}

.social_mobile svg {
    fill: #028FDF;
    width: 30px;
    height: 30px;
    text-align: center;
}

@media (min-width: 750px) {

    .statement {
        width: 80%;
        margin: 0 auto;
        padding: 40px 30px;
    }

    /* .statement p {
        width: 80%;
        margin: 0 auto;
        padding: 40px 30px;
    } */

    .feature {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .small {
        max-width: 24rem;
    }

    .medium {
        max-width: 24rem;
    }

    .large {
        max-width: 24rem;
    }

    .social svg {
        fill: #F8F7FF;
        width: 50px;
        height: 50px;
        text-align: center;
    }


    .social_mobile {
        display: none;
    }

    form {
        width: 60%;
        margin: 2rem auto;
        padding: 20px;
    }

    input,
    textarea {
        width: 100%;
        padding: 8px;
        margin-bottom: 16px;
        box-sizing: border-box;
        border: 1px solid #028FDF;
        border-radius: 4px;
    }

    .contact_social {
        display: flex;
        flex-wrap: wrap;
    }

}

@media (min-width: 1050px) {

    .center_card {
        margin: 30px auto;
        max-width: 30rem;
    }

    .small {
        max-width: 20rem;
    }

    .large {
        max-width: 40rem;
    }
}

/******************** Home Page ****************************/

/******************** Project Page ****************************/
.project_title img {
    width: 100%;
    margin: 0 auto;
}

.project_links {
    margin: 30px auto;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-width: 26.25rem;
    width: 100%;
}

.project_links a {
    text-align: center;
    font-size: 20px;
    background-color: #028FDF;
    color: #fff;
    line-height: 1rem;
    margin: 0 0.25em;
    padding: 8px 16px;
    width: 100%;
    border-radius: 5em;
}


.project_features {
    padding: 0 20px;
}

.tools {
    margin: 0 0 60px 0;
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.pag {
    display: flex;
}

.project_buttons {
    display: flex;
    margin: 0 auto;
    padding: 20px;
    justify-content: space-around;
}

.project_buttons a {
    color: #028FDF;
    align-items: center;
    font-size: 24px;
}

.project_buttons svg {
    fill: #028FDF;
    width: 24px;
    margin: 0 10px;
    height: 24px;
}

/******************** Project Page ****************************/

/******************** Footer ****************************/

.mobile_nav {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0C0B11;
    border-top: 3px solid #028FDF;
}

.mobile_nav ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0 auto;
}

.mobile_nav li {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    padding: 5px 10px;
}

.mobile_nav svg {
    fill: #fff;
    margin: 0 10px;
}

.footer_nav {
    display: none;
    max-width: 1440px;
    margin: 0 auto;
}

.icon {
    text-align: center;
}

.icon_description {
    color: #F8F7FF;
    font-size: 8px;
    margin: 0;
}

@media (min-width: 750px) {

    .site_footer {
        background-color: #0C0B11;
    }

    .footer_nav {
        display: flex;
        justify-content: space-between;

    }

    .footer_nav ul {
        display: flex;
    }

    .footer_nav li {
        color: #fff;
        /* font-size: 16px; */
        text-transform: uppercase;
        padding: 0 20px;
    }

    .footer_nav img {
        height: 60px;
        margin: 15px;
    }

    .mobile_nav {
        display: none;
    }
}

/******************** Footer ****************************/