/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CUSTOM CSS */

body {
    font-family: 'Hind', sans-serif;
}
nav {
    position: fixed;
    z-index: 3;
    width: 100%;
    padding: 20px 40px;
    box-sizing: border-box;
    transition: all 0.2s ease;
}
.primary-logo {
    height: 30px;
    cursor: pointer;
}
.login-cta {
    position: absolute;
    right: 40px;
    top: 16px;
    padding: 8px 20px;
    color: #b166a3;
    border: 2px solid #b166a3;
    border-radius: 26px;
    transition: all 0.2s ease;
}
.login-cta:hover {
    cursor: pointer;
    background: rgba(255,255,255,0.3)
}
section {
    position: relative;
    overflow: hidden;
}
.white-section {
    color: #575f6f;
    background: #ffffff;
}
.blue-section {
    color: #263b4c;
    background: rgba(204, 236, 255, 0.5);
}
.grey-section {
    color: #bfc7d4;
    background: #3f4850;
}
.bullet {
    padding: 120px 68px;
    max-width: 1000px;
    margin: 0 auto;
}
.hero-section {
    display: grid;
    grid-template-columns: 600px auto;
    box-shadow: 0px 0px 20px 2px #a4afb3;
}
.hero-bullet {
    position: relative;
    color: #575f6f;
}
.hero-img {
    width: 100%;
    max-width: 500px;
}
.hero-subtitle {
    margin: 60px 0 0 0;
    padding: 10px 0 10px 24px;
    border-left: 2px solid #b166a3;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
}
.hero-cta-container, .demo-cta-container {
    margin: 40px 0 0 0;
    display: grid;
    width: fit-content;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
}
.explore-cta {
    display: inline-block;
    padding: 16px 20px;
    color: #b166a3;
    border: 2px solid #fff;
    border-radius: 26px;
    transition: all 0.2s ease;
}
.explore-cta:hover {
    cursor: pointer;
    border: 2px solid #b166a3;
}
.demo-cta {
    display: inline-block;
    padding: 16px 20px;
    color: #fff;
    background: #b166a3;
    border: 2px solid #b166a3;
    border-radius: 26px;
    transition: all 0.2s ease;
}
.demo-cta:hover {
    cursor: pointer;
    background: rgba(177, 102, 163,0.8);
}
/*
.hero-note {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 68px;
    background: #ededed;
}
.hero-note a {
    text-decoration: none;
    color: #c75db4;
}
*/
.hero-vid-container {
    position: relative;
    overflow: hidden;
}
.background-video {
    right: 0;
    top: 0;
    height: 100%;
    min-width: 100%;
    object-fit: cover;
}
.video-overlay {
    background: rgba(204, 236, 255, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-play {
        position: absolute;
    top: calc(50% - 55px);
    right: calc(50% - 55px);
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    padding-top: 28px;
    padding-left: 6px;
    border: 14px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    font-size: 48px;
    transition: all 0.2s ease;
}
.video-play:hover {
    cursor: pointer;
    background: rgba(255,255,255,0.3);
}
.section-divider {
    height: 1px;
    border-radius: 1px;
    max-width: 1000px;
    margin: 0 auto;
    background: #b5d2e2;
}
.bullet-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 36px 0;
    line-height: 2.4rem;
}
.bullet-description {
    font-size: 0;
}
.bullet-description i {
    color: #29a3ea;
    width: 52px;
    font-size: 30px;
    vertical-align: top;
}
.bullet-description-text {
    line-height: 2rem;
    font-size: 16px;
    width: calc(100% - 52px);
    vertical-align: top;
    display: inline-block  
}
.bullet-with-image-right {
    display: grid;
    grid-template-columns: auto 500px;
    grid-column-gap: 40px;
}
.bullet-with-image-left {
    display: grid;
    grid-template-columns: 500px auto;
    grid-column-gap: 40px;
}
.bullet-image {
    position: relative;
}
.bullet-image-frame1 {
    background: #e6c9e1;
    height: 310px;
    width: 96%;
    border-radius: 20px 20px 210px 210px;
}
.bullet-image1-1 {
    z-index: 1;
    width: 360px;
    position: absolute;
    top: 15px;
    left: 60px;
    box-shadow: 0px 0px 16px 2px #a4afb3;
}
.bullet-image-frame2 {
    background: #b9ddf3;
    height: 310px;
    width: 96%;
    border-radius: 0 10px 100px 10px;
}
.bullet-image2-1 {
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
}
.bullet-image2-2 {
    z-index: 2;
    position: absolute;
    left: 130px;
    top: 30px;
    width: 335px;
    box-shadow: -8px 0px 16px -6px #a4afb3
}
.footer-bullet {
    padding: 80px 68px;
}
.footer-column a {
    text-decoration: none;
    color: inherit;
    transition: all .2s ease;
}
.footer-column a:hover {
    color: #fff;
}
.footer-columns-container {
    display: grid;
    grid-template-columns: auto auto 50%;
    grid-column-gap: 24px;
}
.footer-column-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 28px 0;
    color: #fff;
}
.footer-column-item {
    margin: 0 0 18px 0;
}
.footer-column-item input, .footer-column-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    margin: 2px 0 0 0;
    border: 1px solid #29343e;
    background: #29343e;
    border-radius: 4px;
    padding: 6px 8px;
    outline: none;
    font-family: 'Hind', sans-serif;
    transition: all .2s ease;
}
.footer-column-item input:hover, .footer-column-item select:hover {
    border: 1px solid #616a79;
}
.footnote {
    font-size: 14px;
    margin: 38px 0 0 0;
}
.error {
    display: none;
    padding: 20px;
    font-size: 14px;
    color: #ff9c9c;
}
.success {
    display: none;
    padding: 20px;
    font-size: 14px;
    color: #9cffca;
}

.shadowbox {
    z-index: 4;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.shadowbox-shadow {
    display: table-cell;
    vertical-align: middle;
    background: rgba(0,0,0,0.5);
}
.shadowbox-box {
    margin: 0 auto;
    width: 95%;
    max-width: 1150px;
    background: #3f4850;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}
.shadowbox-close {
    color: #fff;
    position: absolute;
        top: 2px;
    right: 2px;
    padding: 0 10px;
    font-size: 50px;
    transition: all .2s ease;
}
.shadowbox-close:hover {
    cursor: pointer;
}
.shadowbox-video {
    width: 100%;
}

@media screen and (max-width: 940px), screen and (max-device-width: 940px) {
    .footnote {
        width: 130%;
        margin-left: -23px;
    }
    .form {
        width: 130%;
        margin-left: -15%;
    }
    .bullet-image2-1 {
        left: 4px;
    }
    .bullet-image2-2 {
        left: -47px;
        top: 208px;
    }
    .contact {
        margin-left: -28px;
    }
    .products {
        margin-left: 28px;
    }
    .bullet-description-text {
        width: 100%;
    }
    .bullet-image1-1 {
        left: -60px;
    }
    .hero-section {
        display: block;
    }
    .hero-vid-container {
        max-height: 400px;
    }
    .bullet-with-image-right, .bullet-with-image-left {
        grid-template-columns: auto;
        grid-row-gap: 40px;
    }
    .bullet-image-frame1, .bullet-image-frame2 {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 840px), screen and (max-device-width: 840px) {
    .footer-column:nth-child(1) {
        grid-area: menu1;
    }
    .footer-column:nth-child(2) {
        grid-area: menu2;
    }
    .footer-column:nth-child(3) {
        grid-area: form;
    }
    .footer-columns-container {
        display: grid;
        box-sizing: border-box;
        grid-template-columns: calc(50% - 12px) calc(50% - 12px);
        grid-row-gap: 24px;
        grid-template-areas: "menu1 menu2" "form form";
    }
}
