section.home, section.products, section.about-and-services, section.about, section.contact {
    min-height: 100vh;
    height: auto;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #323232;
}


.particles-js-canvas-el {
    position: absolute;
}
/*  */

section.home {
    background-image: url("../assets/home_bg.png");
    -webkit-box-shadow: inset 0 0px 100vw 200px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0 0px 100vw 200px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0 0px 100vw 200px rgba(0, 0, 0, 0.55);
}

section.products {
    background-image: url("../assets/product_bg.jpeg");
    -webkit-box-shadow: inset 5000px 0px 300px 200px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 5000px 0px 300px 200px rgba(0, 0, 0, 0.65);
    box-shadow: inset 5000px 0px 300px 200px rgba(0, 0, 0, 0.0.65);
}

section.about-and-services {
    background-image: url("../assets/services_bg.png");
    -webkit-box-shadow: inset 5000px 0px 0px 200px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 5000px 0px 0px 200px rgba(0, 0, 0, 0.2);
    box-shadow: inset 5000px 0px 0px 200px rgba(0, 0, 0, 0.0.2);
}

section.contact {
    background-image: url("../assets/contact_bg.png");
    -webkit-box-shadow: inset 5000px 0px 300px 200px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: inset 5000px 0px 300px 200px rgba(0, 0, 0, 0.65);
    box-shadow: inset 5000px 0px 300px 200px rgba(0, 0, 0, 0.0.65);
}

section.customers, section.partners {
    width: 100%;
    min-height: 35vh;
    height: auto;
    background: #040711;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 32px 0;
}


section.customers h1, section.partners h1 {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.975em;
}

section.customers .container, section.partners .container {
    display: flex;
    width: 612px;
    margin-top: 32px;
    flex-wrap: wrap;
    justify-content: center;
}

section.customers .container img, section.partners .container img {
    margin: 22px 16px;
    max-height: 50px;
}

section.home { 
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

section.home .container {
    padding: 0 45px 0px 170px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

section.home .hero {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

section.home .hero h1.title {
    font-size: 4.5em;
    font-weight: 900;
    position: relative;
}

section.home .hero h1.title::after {
    content: "";
    position: absolute;
    height: 1px;
    background: white;
    width: 100%;
    margin-left: 16px;
    bottom: 45%;
}

section.home .hero h2.subtitle {
    font-size: 2.550em;
    font-weight: 300;
    margin-top: -8px;
}

section.home .hero a.read-more {
    margin-top: 24px;
    margin-left: 24px;
    z-index: 3;
}

section.home .social-media {
    display: flex;
    flex-direction: column;
    z-index: 4;
}

section.home .social-media a {
    margin-bottom: 32px;
}

section.home .social-media i {
    color: white;
}

section.home a.scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    color: white;
    border: 2px solid white;
    padding: 8px 12px;
    border-radius: 500px;
    font-weight: 600;
    z-index: 2;
}


section.home .last-tweet {
    bottom: 50px;
    position: absolute;
    right: 45px;
    display: flex;
    flex-direction: column;
    z-index: 3;
}

section.home .last-tweet h4 {
    margin-bottom: 16px;
    color: #4e4e4e;
    position: relative;
}

section.home .last-tweet h4::after {
    content: "";
    position: absolute;
    height: 1px;
    background: white;
    width: 50px;
    margin-left: 16px;
    bottom: 45%;
}


section.home .last-tweet .tweet {
    background: #fff;
    width: 500px;
    height: 150px;
    display: flex;
}

section.home .last-tweet .tweet img {
    height: 100%;
}

section.home .last-tweet .tweet .content {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

section.home .last-tweet .tweet .content p {
    color: #161616;
    height: 90px;
    font-size: 12px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    display: inline-block;
    position: relative;
}

section.home .last-tweet .tweet .content a {
    margin-top: 16px;
    color: #161616;
}

section.home .last-tweet .tweet .content a::after {
    background: #161616;
}


section.about-and-services {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.about-and-services .about {
    width: 50%;
    height: 55vh;
    padding: 64px 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

section.about-and-services .about .content {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

section.about-and-services .about .content h1 {
    margin-bottom: 16px;
    margin-left: -48px;
    font-size: 1.500em;
}

section.about-and-services .about img {
    min-width: 50%;
    width: 50%;
    border-radius: 16px;
}

section.about-and-services .about p {
    font-size: 1.125em;
    font-weight: 300;
    line-height: 150%;
}

section.about-and-services .about a.read-more {
    color: white;
    margin-top: 24px;
}

section.about-and-services .services {
    width: 100%;
    height: 45vh;
    display: flex;
    flex-direction: column;
}

section.about-and-services .services h1 {
    margin-bottom: 32px;
}

section.about-and-services .services .examples {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

section.about-and-services .services .examples .example {
    width: calc(100% / 3);
    min-width: 300px;
    padding: 64px;
    overflow: hidden;
}

section.about-and-services .services h1 {
    font-size: 1.500em;
    font-weight: 900;
    position: relative;
}

section.about-and-services .services h1::after {
    content: "";
    position: absolute;
    height: 2px;
    background: white;
    width: 80%;
    margin-left: 16px;
    bottom: 45%;
}

section.about-and-services .services>h1 {
    text-align: center;
}

section.about-and-services .services>h1::after {
    content: "";
    position: absolute;
    height: 1px;
    background: rgb(126, 126, 126);
    width: 200px;
    margin-left: 16px;
    bottom: 45%;
}

section.about-and-services .services .examples .example p {
    font-weight: 300;
    font-size: 1.125em;
}

#services-example-1, #services-example-2, #services-example-3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.55);
    box-shadow: inset 0px 0px 300px 200px rgba(0, 0, 0, 0.55);
}

#services-example-1 {
    background-image: url("../assets/zooms2.png");
}

#services-example-2 {
    background-image: url("../assets/tweet.jpg");
}

#services-example-3 {
    background-image: url("../assets/zooms2.png");
}

section.products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.products>h1 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 80px;
}

section.products .items {
    display: flex;
}

section.products .items .product {
    display: flex;
    flex-direction: column;
    width: 450px;
    overflow: hidden;
}

section.products .items .product h1 {
    font-size: 36px;
    font-weight: 300;
    position: relative;
}

section.products .items .product h1::after {
    content: "";
    position: absolute;
    height: 1px;
    background: white;
    width: 100%;
    margin-left: 16px;
    bottom: 45%;
}

section.products .items .product p {
    font-size: 16px;
    font-weight: 500;
    color: rgb(143, 143, 143);
    line-height: 150%;
    letter-spacing: 1px;
    margin: 16px 0 32px;
}

section.products .items .product a.read-more {
    margin-bottom: 32px;
    color: white;
    font-size: 1.05em;
}

section.products .items .product img {
    width: 450px;
    border-radius: 7px;
}

section.products .items .ampersand {
    font-size: 200px;
    font-weight: 250;
    margin: 0 72px;
}

section.contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

section.contact h1 {
    text-align: center;
    font-weight: 900;
    font-size: 3.000em;
    margin-bottom: 64px;
}

section.contact .container {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 400px;
}

section.contact .container div.thankyou {
    height: 100%;
    width: 48%;
    display: none;
}

section.contact .container .brand-specs, section.contact .container form {
    height: 100%;
    width: 48%;
}

section.contact .container .brand-specs .specs {
    display: flex;
    align-items: center;
    height: 200px;
}

section.contact .container .brand-specs .specs .divider {
    width: 1px;
    background: #fff;
    height: 80%;
    margin: 0 32px;
}

section.contact .container .brand-specs .specs img {
    height: 200px;
}

section.contact .container .brand-specs .specs div:last-child p {
    font-weight: 300;
}

section.contact .container .brand-specs .specs div:last-child p:nth-child(2) {
    font-weight: 600;
}

section.contact .container .brand-specs .more {
    margin-top: 64px;
}

section.contact .container .brand-specs .more p {
    text-align: center;
    margin: 4px 0;
}

section.contact .container form input {
    outline: none;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid white;
    background: transparent;
    padding: 8px 0;
    font-size: 1.150em;
}

section.contact .container form textarea {
    max-width: 100%;
    height: 100%;
    border-radius: 8px;
    border-radius: 10px;
    background-color: #ffffff50;
    min-height: 300px;
    border: none;
    outline: none;
    padding: 16px;
    font-size: 1.150em;
}

section.contact .container form label {
    font-size: 1.150em;
    margin: 24px 0 8px;
}

section.contact .container form .step.is-active {
    display: flex;
}

section.contact .container form .step {
    display: none;
    flex-direction: column;
}

section.contact .container form .step .buttons {
    display: flex;
    justify-content: space-between;
}

section.contact .container form .step button {
    margin-top: 16px;
    cursor: pointer;
    outline: none;
    background: white;
    border: none;
    border-radius: 8px;
    color: black !important;
    font-weight: 900;
    padding: 12px 16px;
    font-size: 1.050em;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgb(255, 255, 255, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.4);
}

section.contact form span.required {
    color: #d50000;
}

section.contact form span.warning {
    display: none;
}

/*  RESPONSIVE */

/* Iphone X  */

@media only screen and (max-width: 845px) {
    .scroll {
        display: none;
    }
    header nav {
        display: none;
    }
    section.home .container {
        flex-direction: column;
        padding: 0 16px;
    }
    section.home .container .hero h1.title {
        font-size: 2.5em;
        /* font-size: 3.5em; */
        text-align: center;
    }
    section.home .container .hero h2.subtitle {
        font-size: 2em;
        text-align: center;
    }
    section.home .container .hero h1.title::after {
        display: none;
    }
    section.home .container .hero a.read-more {
        display: none;
    }

    section.home .container .social-media {
        flex-direction: row;
        justify-content: center;
        margin-top: 32px;
    }
    section.home .container .social-media a {
        margin-right: 16px;
    }
    section.customers .container, section.partners .container {
        width: auto;
    }
    
    section.home .last-tweet {
        display: none;
    }

    section.contact .container .brand-specs, section.contact .container form, section.contact .container div.thankyou {
        width: 80%;
    }

    section.contact .container div.thankyou {
        margin-top: 25%;
    }

}

@media only screen and (max-width: 1550px) {
    section.about-and-services .about {
        width: 85%;
        height: auto;
    }
}

@media only screen and (max-width: 550px) {
    section.about-and-services .about, section.about-and-services .services {
        height: auto;
    }
    section.about-and-services .about {
        flex-direction: column;
        width: 100%;
        padding: 0 32px;
        margin-bottom: 64px;
    }
    section.about-and-services .about img {
        width: calc(100% - 32px);
    }
    section.about-and-services .about .content h1 {
        margin-left: 0;
        margin-top: 32px;
    }
    section.contact  h1 {
        margin-bottom: 0;
        font-size: 1.9em;
    }

    section.contact .container .brand-specs .specs {
        flex-direction: column;
        height: auto;
    }

    section.about-and-services .services h1::after {
        height: 0;
    }
}

@media only screen and (max-width: 1300px) {
    section.products .items span.ampersand {
        visibility: hidden;
        font-size: 0;
    }
    section.contact {
        padding: 32px 0;
    }
    section.contact .container {
        flex-direction: column;
        width: 100%;
        padding: 64px 0;
    }

    section.contact .container form {
        margin-top: 64px;
    }
}

@media only screen and (max-width: 1100px) {
    section.products {
        padding: 32px;
    }
    section.products>h1 {
        margin: 32px 0;
    }
    section.products .items {
        flex-direction: column;
    }
    section.products .items .product:not(:first-child) {
        margin-top: 72px;
    }
    section.products .items .product, section.products .items .product img {
        width: 100%;
    }
    section.products .items span.ampersand {
        display: none;
    }
}


@media only screen and (max-width: 992px) {
    section.about-and-services .services {
        margin-top: 32px;
        height: auto;
    }
    section.about-and-services .services .examples .example {
        width: 100%;
    }

    section.about-and-services .about, section.about-and-services .services {
        height: auto;
    }
    section.about-and-services .about {
        flex-direction: column;
        width: 100%;
        padding: 64px 32px;
    }
    section.about-and-services .about img {
        width: calc(100% - 32px);
    }
    section.about-and-services .about .content h1 {
        margin-left: 0;
        margin-top: 32px;
    }

}