﻿/*--------------------------------------------------------------
# GENERAL 1
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
    color: #41a3e0;
    transition: all .35s;
}

    a:hover, a:focus {
        color: #fcbd20;
    }

hr {
    max-width: 150px;
    margin: 10px auto 25px;
    border-width: 4px;
    /* border-color: rgba(34, 34, 34, 0.1); */
    border-color: orange;
}

    hr.long {
        max-width: 80%;
        margin: 10px auto 25px;
        border-width: 4px;
        /* border-color: rgba(34, 34, 34, 0.1); */
        border-color: lightgrey;
    }

    hr.light {
        border-color: white;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section {
    padding: 100px 0;
}

    section h2 {
        /* font-size: 50px; */
    }

/*--------------------------------------------------------------
# NAVBAR
--------------------------------------------------------------*/

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: white;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

    #mainNav .navbar-brand {
        color: #41a3e0;
        font-size: 20px;
        font-family: 'Varela Round', sans-serif;
        font-weight: 400;
        letter-spacing: 1px;
    }

        #mainNav .navbar-brand img {
            width: 35px;
            height: 35px;
            border: 1px solid white;
            border-radius: 10px;
        }

        #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
            color: #41a3e0;
        }

    #mainNav .navbar-toggler {
        font-size: 12px;
        padding: 8px 10px;
        color: #222222;
    }

    #mainNav .navbar-nav > li > a {
        font-size: 13px;
        font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #mainNav .navbar-nav > li > a.active {
            color: #fdcc52 !important;
            background-color: transparent;
        }

            #mainNav .navbar-nav > li > a.active:hover {
                background-color: transparent;
            }

        #mainNav .navbar-nav > li > a,
        #mainNav .navbar-nav > li > a:focus {
            color: #222222;
        }

            #mainNav .navbar-nav > li > a:hover,
            #mainNav .navbar-nav > li > a:focus:hover {
                color: #fdcc52;
            }

#sign-in {
    background-color: #ff9900;
    color: white !important;
    border-radius: 30px;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: #41a3e0;
    }

        #mainNav .navbar-brand {
            color: white;
            font-size: 30px;
        }

            #mainNav .navbar-brand img {
                width: 55px;
                height: 55px;
                border: 1px solid white;
                border-radius: 10px;
            }


            #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
                color: white;
            }

        #mainNav .navbar-nav .dropdown-item.active {
            background-color: #41a3e0;
            color: white;
            /* opacity: 30%; */
        }

        #mainNav .navbar-nav .dropdown-item:hover {
            background-color: #fdcc52;
            color: white;
            /* opacity: 30%; */
        }

        #mainNav .navbar-nav .active .dropdown-item:hover {
            background-color: orange;
            /* opacity: 30%; */
        }


        #mainNav .navbar-nav > li > a,
        #mainNav .navbar-nav > li > a:focus {
            color: rgba(255, 255, 255, 0.7);
        }

            #mainNav .navbar-nav > li > a:hover,
            #mainNav .navbar-nav > li > a:focus:hover {
                color: white;
            }

        #mainNav.navbar-shrink {
            border-color: rgba(34, 34, 34, 0.1);
            background-color: white;
        }

            #mainNav.navbar-shrink .navbar-brand {
                color: #41a3e0;
            }

                #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
                    color: #fdcc52;
                }

            #mainNav.navbar-shrink .navbar-nav > li > a,
            #mainNav.navbar-shrink .navbar-nav > li > a:focus {
                color: #222222;
            }

                #mainNav.navbar-shrink .navbar-nav > li > a:hover,
                #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
                    color: #fdcc52;
                }
}

.nav-down {
    background-color: transparent;
    border-color: transparent;
    border-weight: 0px;
}

    .nav-down a {
        color: #fdcc52 !important;
    }

    .nav-down a:hover {
        color: white !important;
    }
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/


header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    /* background: #41a3e0 !important; */
    background: linear-gradient(to bottom, rgba(65, 163, 224, 1) 0%, rgba(65, 163, 224, 0.85) 100%), url("../Images/bg-masthead.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

    header.masthead .header-content {
        max-width: 500px;
        margin-bottom: 100px;
        text-align: center;
    }

        header.masthead .header-content h1 {
            /* font-size: 30px; */
            color: white !important;
            font-family: 'Varela Round', sans-serif;
        }

    header.masthead .device-container {
        max-width: 275px;
        margin-right: auto;
        margin-left: auto;
    }

        header.masthead .device-container .screen img {
            border-radius: 3px;
        }

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }

        header.masthead .header-content {
            margin-bottom: 0;
            text-align: left;
        }

            header.masthead .header-content h1 {
                font-size: 50px;
            }
}


@media (max-width: 991px) {

        header.masthead .device-container.imac {
            max-width: 600px;
        }

}


@media (max-width: 1500px) and (min-width: 992px) {
    /*header.masthead .device-container {
        max-width: 275px;
    }*/
    header.masthead .device-container.imac {
        max-width: 600px;
    }
    header.masthead .device-container.iphone6-plus {
        max-width: 275px;
    }
}


@media (min-width: 1500px) {
/*    header.masthead .device-container {
        max-width: 325px;
    }*/
        header.masthead .device-container.imac {
            max-width: 600px;
        }

        header.masthead .device-container.iphone6-plus {
            max-width: 275px;
        }
}


.download-badge {
    width: 200px;
    margin-bottom: 10px;
    /* display: block;*/
    /* font-size: 50px; */
}


/*--------------------------------------------------------------
# MPC & MPP
--------------------------------------------------------------*/


section.mpc .section-heading,
section.mpp .section-heading {
    margin-bottom: 100px;
}

    section.mpc .section-heading h2,
    section.mpp .section-heading h2 {
        color: lightgrey;
        margin-top: 0;
    }

    section.mpc .section-heading p,
    section.mpp .section-heading p {
        margin-bottom: 0;
    }

section.mpc .device-container {
    margin-bottom: 50px;
}

@media (max-width: 1500) and (min-width: 992px) {
    section.mpc .device-container {
        max-width: 275px;
        margin-bottom: 0;
    }
}

@media (min-width: 1500px) {
    section.mpc .device-container {
        max-width: 325px;
        margin-bottom: 0;
    }
}

.key-feature {
    color: #ff9900;
    font-weight: bold;
}


section.mpc .brand-item-horizontal,
section.mpp .brand-item-horizontal {
    margin: 20px;
}

    section.mpc .brand-item-horizontal h5,
    section.mpp .brand-item-horizontal h5 {
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
        text-align: left;
        color: #41a3e0;
    }

    section.mpc .brand-item-horizontal p,
    section.mpp .brand-item-horizontal p {
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
        text-align: left;
        font-size: 0.9rem;
    }


section.mpc .brand-item-container,
section.mpp .brand-item-container {
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
}

section.mpc .brand-item,
section.mpp .brand-item {
    margin: 40px 20px;
}

    section.mpc .brand-item h5,
    section.mpp .brand-item h5 {
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
        text-align: center;
        color: #41a3e0;
    }

    section.mpc .brand-item p,
    section.mpp .brand-item p {
        /* padding-top: 50px; */
        /* padding-bottom: 50px; */
        text-align: center;
        font-size: 0.9rem;
    }

section.mpc .weblink-row,
section.mpp .weblink-row {
    margin-top: 40px;
}


section.mpc .weblink-btn,
section.mpp .weblink-btn {
    border-radius: 30px;
    background-color: #ff9900;
    color: white;
}



.mpc-gallery, .mpp-gallery {
    /* background-color: #41a3e0; */
    height: auto;
    align-self: center;
}


/*--------------------------------------------------------------
# portfolios
--------------------------------------------------------------*/

/* .img-fluid {
  max-width: 100%;
  height: auto;
} */

.portfolio-shell .container-fluid, .portfolio-shell .container-sm, .portfolio-shell .container-md, .portfolio-shell .container-lg, .portfolio-shell .container-xl {
    max-width: 1920px;
}

    .portfolio-shell .container-fluid .portfolio-box, .portfolio-shell .container-sm .portfolio-box, .portfolio-shell .container-md .portfolio-box, .portfolio-shell .container-lg .portfolio-box, .portfolio-shell .container-xl .portfolio-box {
        position: relative;
        display: block;
    }

        .portfolio-shell .container-fluid .portfolio-box .portfolio-box-caption, .portfolio-shell .container-sm .portfolio-box .portfolio-box-caption, .portfolio-shell .container-md .portfolio-box .portfolio-box-caption, .portfolio-shell .container-lg .portfolio-box .portfolio-box-caption, .portfolio-shell .container-xl .portfolio-box .portfolio-box-caption {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            width: 100%;
            height: 100%;
            position: absolute;
            bottom: 0;
            text-align: center;
            opacity: 0;
            color: #fff;
            background: rgba(255, 165, 58, 0.9);
            /* background: orange;
  opacity: 0.9; */
            transition: opacity 0.25s ease;
            text-align: center;
        }

            .portfolio-shell .container-fluid .portfolio-box .portfolio-box-caption .project-category, .portfolio-shell .container-sm .portfolio-box .portfolio-box-caption .project-category, .portfolio-shell .container-md .portfolio-box .portfolio-box-caption .project-category, .portfolio-shell .container-lg .portfolio-box .portfolio-box-caption .project-category, .portfolio-shell .container-xl .portfolio-box .portfolio-box-caption .project-category {
                font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
                font-size: 0.85rem;
                font-weight: 600;
                text-transform: uppercase;
            }

            .portfolio-shell .container-fluid .portfolio-box .portfolio-box-caption .project-name, .portfolio-shell .container-sm .portfolio-box .portfolio-box-caption .project-name, .portfolio-shell .container-md .portfolio-box .portfolio-box-caption .project-name, .portfolio-shell .container-lg .portfolio-box .portfolio-box-caption .project-name, .portfolio-shell .container-xl .portfolio-box .portfolio-box-caption .project-name {
                font-size: 1.2rem;
            }

        .portfolio-shell .container-fluid .portfolio-box:hover .portfolio-box-caption, .portfolio-shell .container-sm .portfolio-box:hover .portfolio-box-caption, .portfolio-shell .container-md .portfolio-box:hover .portfolio-box-caption, .portfolio-shell .container-lg .portfolio-box:hover .portfolio-box-caption, .portfolio-shell .container-xl .portfolio-box:hover .portfolio-box-caption {
            opacity: 1;
        }


.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }


.mfp-img {
    max-width: 50% !important;
}

#multi-device-img {
    /* background: linear-gradient(to bottom, rgba(65, 163, 224, 1) 0%, rgba(65, 163, 224, 0.85) 100%), url("../img/bg-masthead.jpg"); */
    background-color: rgba(65, 163, 224, 0.2);
}

.small-img {
    height: 140px;
    width: 100%;
    object-fit: cover;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/


section.cta {
    position: relative;
    height: 500px;
    background-image: url("/Images/Paralax.jpg");
    padding: 250px 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    section.cta .container {
        /* position: relative; */
        height: 200px;
        background-attachment: fixed;
        background-position: center;
    }

    section.cta .cta-content {
        position: relative;
        z-index: 1;
    }

        section.cta .cta-content h2 {
            /* font-size: 50px; */
            max-width: 450px;
            margin-top: 0;
            margin-bottom: 25px;
            color: white;
        }

@media (min-width: 768px) {
    section.cta .cta-content h2 {
        /* font-size: 80px; */
    }
}

section.cta .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/


.contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
}

    .contact .contact-info i {
        font-size: 48px;
        display: inline-block;
        margin-bottom: 10px;
        color: #41a3e0;
    }

    .contact .contact-info address, .contact .contact-info p {
        margin-bottom: 0;
        color: #444;
    }

    .contact .contact-info h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: 300;
        color: #999;
    }

    .contact .contact-info a {
        color: #000;
    }

        .contact .contact-info a:hover {
            color: #4f92af;
        }

.contact .contact-address, .contact .contact-phone, .contact .contact-email {
    margin-bottom: 20px;
}


section.contact h2 {
    color: lightgrey;
    margin-top: 0;
    text-align: center;
}



section.contact .mpc-input {
    border-radius: 0px;
    border-width: 0 0 2px;
}


.emailSend {
    position: relative;
}

#emailSend {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .contact .contact-address, .contact .contact-phone, .contact .contact-email {
        padding: 20px 0;
    }
}


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/


footer {
    background-color: #222222;
    height: 150px;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 14px;
    margin: 0;
    color: lightgrey;
}


    footer a {
        color: lightgrey;
        /* margin-right: 5px; */
    }


/*--------------------------------------------------------------
# IMAGE MODAL
--------------------------------------------------------------*/

.modal-img {
    width: 100%;
}

.image-modal {
    max-width: 80%;
    min-width: 500px !important;
    margin-left: auto;
    margin-right: auto;
}

h5.modal-title {
    color: #41a3e0;
    text-transform: uppercase;
}