/*
* Style
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 17px;
    line-height: 1.4705882353;
    font-weight: 400;
    letter-spacing: -0.022em;
    font-family: SF Pro Text, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #1d1d1f;
    font-style: normal;
    font-synthesis: none;
    direction: ltr;
    text-align: left;
    -webkit-font-smoothing: antialiased;
}


/*
* Google font
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Roboto");

/*
* Section - Home
*/

.intro {
    height: 100vh;
}

.intro video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.section {
    height: 100vh;
    color: black;
}

.section h1 {
    padding-top: 400px;
    text-align: center;
    font-size: 80px;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
    background: #000;
    transform: translateY(calc(50vh - 50% + var(--r-localnav-height)*0.5));
    padding: 1px;
    border: 1px solid #000;
}

.gradient-text {
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
    background-clip: text;
    color: transparent;
}


/** BG Image */

#home {
    background-image: url("../images/bg-home-1.jpg");
    background-attachment: cover;
}


/** BG Parallax */

#home-bg-parallax>.bg-parallax {
    background: url("../images/bg-parallax2.jpg");
}


/** BG Slider */

#home-bg-slider .flickity-slider>.carousel-cell:nth-child(1) {
    background: url("../images/bg-home-1.jpg");
}

#home-bg-slider .flickity-slider>.carousel-cell:nth-child(2) {
    background: url("../images/bg-home-2.jpg");
}

#home-bg-slider .flickity-slider>.carousel-cell:nth-child(3) {
    background: url("../images/bg-home-3.jpg");
}


/** BG Video */

#home-bg-video .player:before {
    z-index: 15;
}

#home-bg-video .player.is-mobile {
    display: none;
}

#home-bg-video .container {
    position: relative;
    z-index: 20;
}


/** BG Image */

#mpw {
    background-color: black;
}

.intro-wrapper h3 {
    font-size: 56px !important;
    line-height: 1.0714285714 !important;
    font-weight: 600 !important;
    letter-spacing: -0.005em !important;
    background-image: url("../images/hb3.png") !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
    transform: translateY(calc(50vh - 50% + var(--r-localnav-height)*0.5)) !important;
}

.intro-wrapper p {
    font-size: 32px !important;
    line-height: 1.0714285714 !important;
    font-weight: 600 !important;
    letter-spacing: -0.005em !important;
    background-image: url("../images/hb3.png") !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

html.enhance-hero-intro .hero-intro .intro-wrapper {
    height: 200vh;
}

.hero-intro .intro-wrapper {
    position: relative;
    z-index: 3;
}

html.enhance-hero-intro .hero-intro {
    margin-top: -75vh;
}


html.enhance-hero-intro .hero-intro .intro-wrapper .intro {
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    margin: 0 auto;
    background: #000;
    transform: translateY(calc(50vh - 50% + var(--r-localnav-height)*0.5));
    border: 1px solid #000;
}

.hero-intro .intro-wrapper .intro {
    width: 823px;
}

html.enhance-hero-intro .hero-intro .intro-wrapper .intro .gradient {
    width: calc(100% + 2px);
    margin-top: -1px;
    top: 0;
    padding-bottom: 999vh;
    --enhance-hero-intro-gradient-padding-top: 63vh;
    padding-top: var(--enhance-hero-intro-gradient-padding-top);
}

.hero-intro .intro-wrapper .intro .gradient {
    position: absolute;
    z-index: 2;
    background-color: #000;
    mix-blend-mode: darken;
    pointer-events: none;
    user-select: none;
    overflow: hidden;
}

.hero-intro .intro-wrapper .intro .gradient .intro-background {
    position: relative;
    left: 50%;
    margin-left: -720px;
    pointer-events: none;
    user-select: none;
}

.overview-hero-hero-background {
    display: block;
    width: var(--p-width);
    height: var(--p-height);
    --p-width: 1440px;
    --p-height: 1586px;
}

.hero-intro .intro-wrapper .intro .gradient .intro-background.mirrored {
    transform: scaleY(-1);
    margin-top: -2px;
}

.typography-hero-intro {
    font-size: 56px;
    line-height: 1.0714285714;
    font-weight: 600;
    letter-spacing: -0.005em;
    font-family: SF Pro Display, SF Pro Icons, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.will-change-transform {
    will-change: transform;
}

.theme-dark {
    background-color: #000
}


/*
* Section - Support
*/

#plans {
    background-image: url("../images/bg-support.jpg");
    background-attachment: fixed;
}


/*
* Section - Milestones
*/

#milestones {
    background-image: url("../images/bg-milestones.png");
    background-attachment: fixed;
}


/*
* Section - Pricing
*/

#pricing {
    background-image: url("../images/bg-pricing.jpg");
}


/*
* Section - Contact


#contact {
    background-image: url("../images/bg-contact.jpg");
}
*/

.contact-card {
    opacity: 0.98;
    min-height: 140px;
}

.contact-card img {
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    z-index: 15;
}

.contact-card-block {
    left: 0;
    padding: 0 30px 0 175px;
    position: absolute;
    top: 0;
    z-index: 20;
}

#youtube a {
    color: #333;
}


/*
* Footer
*/

.footer-logo {
    max-height: 180px;
}

.footer-icon-social {
    bottom: 10px;
    position: relative;
}


/*
 * Social
 */

#social .fa {
    font-size: 3em;
    width: 1.6em;
    text-align: center;
    line-height: 1.6em;
    color: #fff;
    border-radius: 0.8em;
    /* or 50% width & line-height */
}

.logo-small {
    display: none;
}

@media (max-width: 1199px) and (min-width: 991px) {
    .logo-small {
        display: block;
    }
    .logo-large {
        display: none;
    }
}

@media (max-width: 450px) {
    .logo-small {
        display: block;
    }
    .logo-large {
        display: none;
    }
}

@media (max-width: 500px) {
    #social .fa {
        font-size: 1.5em;
    }
}

.testimonial-container {
    background-color: #363333;
    color: #c5c5c5;
    border-radius: 15px;
    margin: 20px auto;
    max-width: 768px;
    position: relative;
}

.text-gray-lite {
    color: #b3b3b3 !important;
}

.testimonial {
    line-height: 28px;
    text-align: justify;
    min-height: 120px;
}

.progress-bar {
    background-color: #ff4500;
    height: 4px;
    width: 100%;
    animation: grow 10s linear infinite;
    transform-origin: left;
}

@keyframes grow {
    0% {
        transform: scaleX(0);
    }
}

@media (max-width: 768px) {
    .testimonial-container {
        padding: 20px 30px;
    }
    .fa-quote {
        display: none;
    }
}