﻿#pagepiling {
    overflow-x: hidden;
    overflow-y: auto !important;
    position: relative
}

#mobiles-wrap {
    background: #fafafa;
    padding: 190px 0;
    height: auto;
    min-height: auto;
    z-index: 2
}

@media (max-width: 768px) {
    #mobiles-wrap {
        padding: 60px 0;
    }
}

#mobiles {
    max-width: 90%
}

#hero-vid video {
    backface-visibility: hidden;
    top: 0;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    perspective: 1000;
    width: auto;
    position: fixed;
    left: 0;
    z-index: -1;
}

#hero-vid .dark-overlay {
    background: rgba(0, 0, 0, .35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

    #hero-vid .dark-overlay h2 {
        position: absolute;
        bottom: 100px;
        left: 20px;
        color: #fff;
        font-size: 50px;
        background: rgba(0, 0, 0, .7);
        line-height: 130px;
        padding: 0px 25px;
    }

@media (max-width:768px) {
    #overlay {
        height: auto;
    }
}

@media only screen and (min-width:769px) {
    .visible-mobile,
    .visible-tablet,
    .hidden-desktop {
        display: none !important;
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .visible-mobile,
    .hidden-tablet,
    .visible-desktop {
        display: none !important;
    }
}

@media only screen and (max-width:479px) {
    .hidden-mobile,
    .visible-tablet,
    .visible-desktop {
        display: none !important;
    }
}

#features {
    font-size: 1.3em;
    line-height: 30px;
    padding-top: 35px;
}

    #features h2 {
        font-size: 2em;
    }

@media (max-width: 768px) {
    #features h2 {
        font-size: 1.5em;
    }
}

#features ul {
    padding-left: 60px;
}

#features li {
    margin: 35px 0;
    display: block;
    clear: left;
    position: relative;
    color: #555
}

#features span {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: auto 47%;
    /* background-color: #ebebeb; */
    border-radius: 50%;
    background-position: center;
    position: relative;
    float: left;
    margin-left: -60px;
    margin-top: -8px;
    border: 1px solid currentColor;
    text-align: center;
}

    #features span svg {
        height: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #features span .stroke {
        color: currentColor
    }

.global-overlay > section {
    min-height: 100vh;
    width: 100vw;
    position: relative;
}

#apps-wrap .slide {
    height: 200vh;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 0 30px;
    /* width: 100vw */
}

#apps-wrap {
    font-size: 14px
}

    #apps-wrap .slide:last-child {
        padding-bottom: 0;
        height: 160vh
    }

#mobile-skeleton.slide {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    pointer-events: none;
    display: none;
    text-align: center
}

#mobile-skeleton h2 {
    color: #fff;
    font-size: 30px;
    font-size: 2.14em;
    text-transform: uppercase;
    text-align: center;
    line-height: 44px;
    margin-top: 13vh;
}

    #mobile-skeleton h2 span {
        display: block;
        font-size: 38px;
        font-size: 1.26em;
        font-weight: bold;
    }

.mobile-lg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.app-slide > div {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    clip: rect(auto, auto, auto, auto)
}

.app-meta, .app-desc {
    max-width: 320px;
    width: 25%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(200px, 0);
    color: #fff
}

.app-meta {
    transform: translate(calc(-100% - 200px), 0);
    text-align: center;
}

    .app-meta .title {
        color: #fff;
        font-size: 40px;
        font-size: 2.86em
    }

    .app-meta .logo {
        display: block;
        margin: 0 auto;
        height: 100px;
        margin-bottom: 15px;
        /* filter: brightness(0) invert(1); */
    }

    .app-meta .store-link {
        max-width: 174px;
        max-height: 57px;
        margin: 0px auto;
        display: block;
        /* padding: .4em 25px;*/
        border-radius: 977;
        /*background: rgba(255, 255, 255, .3);*/
        margin-top: 20px;
        color: #fff;
        font-size: 1.42em;
        justify-content: space-between;
        line-height: 1.1em
    }

        .app-meta .store-link:hover {
            background: rgba(255, 255, 255, .6)
        }

        .app-meta .store-link img {
              width: 100%
        }

        .app-meta .store-link h3 {
            text-transform: uppercase;
            font-size: 30px;
            font-size: 1.5em;
            font-weight: bold;
            text-shadow: 0 0 1px black;
            color: #fff;
            display: block;
            line-height: 30px;
            margin-bottom: 0;
        }

@media (max-width: 1024px) {
    .app-meta {
        transform: translate(calc(-100% - 160px), 0);
    }

    .app-desc {
        transform: translate(160px, 0);
        color: #fff
    }

    #apps-wrap {
        font-size: 12px
    }
}

@media (max-height: 720px) {
    /* .mobile-content-wrap {
        width: 207px;
        height: 390px;
    } */
}

.app-desc h2 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -3px;
    font-size: 3em
}

.app-desc p {
    color: currentColor;
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.6
}

.app-desc ul {
    padding-left: 15px;
    margin-bottom: 15px
}

.app-desc li {
    font-weight: bold;
    list-style-type: disc;
}

.mobile-content-wrap {
    position: fixed;
    top: 20em;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(60vh / 2.27);
    height: 60vh;
    margin-top: -16px;
    text-align: justify;
    border: 1px solid rgba(0, 0, 0, 0)
}

.mobile-content {
    background: black;
    overflow: hidden;
    width: 100%;
    height: calc(60vh * 0.789);
    margin-left: 0;
    margin-top: calc(100% * 0.235);
}

    .mobile-content img {
        width: 100%
    }

.clip-wrap {
    position: absolute;
    clip-path: rect(auto, auto, auto, auto);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#slides-nav {
    position: fixed;
    right: 25px;
    top: 50%;
    color: #fff
}

    #slides-nav li {
        border: 2px solid currentColor;
        width: 10px;
        height: 10px;
        border-radius: 2px;
        margin-bottom: 10px;
        transform: rotate(45deg);
        transition: background-color .3s ease;
        cursor: pointer
    }

        #slides-nav li.active {
            background: currentColor
        }

        #slides-nav li:last-child {
            margin-bottom: 0
        }

#req-quote-modal .modal-content {
    width: 100%
}

#req-quote-modal.mobile-apps,
#req-quote-modal .modal-body {
    background: #fff;
    color: #333
}

#req-quote-modal .modal-header {
    background: #010b22;
}

#req-quote-modal .modal-title {
    color: #fff
}

#req-quote-modal button[type="submit"] {
    color: #fff;
    background-color: #010b22;
    border-color: #000;
}

#req-quote-modal .close {
    font-size: 2em;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    opacity: .2;
}

    #req-quote-modal .close:hover {
        opacity: .7
    }

@media (max-width: 850px) {
    .global-overlay > section {
        min-height: 0
    }

    #hero-vid {
        min-height: 0
    }

        #hero-vid video {
            height: auto;
            min-height: 0;
            width: 100%;
            min-width: 0;
            perspective: 1000;
            position: static;
            display: block !important;
            opacity: 1;
        }

        #hero-vid .dark-overlay h2 {
            left: 0;
            bottom: 0 !important;
            width: 100%;
            color: #fff;
            font-size: 23px;
            line-height: 60px;
            padding: 0px 15px;
            margin: 0;
        }

    #mobile-skeleton {
        display: none !important
    }

    #apps-wrap .slide {
        height: auto;
        position: relative;
        z-index: 0;
        padding: 45px
    }

    .app-slide > div {
        position: relative;
        height: auto;
        clip: auto;
    }

    .app-meta {
        position: static;
        width: calc(50% - 4px);
        transform: none;
        padding: 0 15px;
        /* opacity: 1!important; */
        display: inline-block;
        vertical-align: top
    }

    .app-desc {
        position: static;
        width: calc(50% - 4px);
        transform: none;
        padding: 0 15px;
        /* opacity: 1!important; */
        display: inline-block;
        vertical-align: top
    }

        .app-desc h2 {
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0;
            font-size: 30px;
            font-weight: bold;
        }
    /* .mobile-content {
        height: 295px;
    } */
    .mobile-content-wrap {
        position: relative;
        top: 0;
        left: 50%;
        transform: translatex(-50%);
        /* width: 231px; */
        /* height: 439px; */
        margin-top: 70px;
        margin-bottom: 60px;
    }

    .app-meta,
    .app-desc {
        padding: 0 30px;
    }

    #apps-wrap .slide:last-child {
        padding-bottom: 120px;
        height: auto
    }
}

@media (max-height: 850px) {
    #apps-wrap {
        font-size: 12px
    }
}

@media (max-width: 600px) {
    .scroll-indicator {
        display: none
    }
}

@media (max-width: 425px) {
    #hero-vid video {
        z-index: auto;
    }

    #hero-vid .dark-overlay {
        z-index: auto
    }

    #mobiles-wrap {
        padding: 50px 0;
    }
    /* .mobile-content-wrap {
        width: 190px;
        height: 360px;
    } */
    /* .mobile-content {
        height: 246px;
        margin-top: 42px;
    } */
    .store-link {
        display: none !important
    }

    .app-meta {
        width: 100%
    }

    .app-desc {
        width: 100%
    }

    .app-meta .title {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        text-transform: capitalize;
    }

    .app-desc h2 {
        font-size: 19px;
        font-weight: bold;
        text-align: center;
        margin: 15px 0;
        line-height: 25px;
    }

    #apps-wrap .slide:last-child {
        padding-bottom: 130px;
        height: auto;
    }

    #req-quote-btn {
        bottom: 10px;
        right: 15px;
        left: 15px;
        width: calc(100% - 30px);
        border-radius: 3px;
        font-size: 15px;
        font-weight: bold;
        display: none;
        padding: 10px;
    }

        #req-quote-btn img {
            width: 17px;
        }
}
