* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("../img/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100vw;
}

.no-scroll {
    overflow: hidden !important;
}

.wrapper {
    overflow: hidden;
}

.parallax {
    position: relative;
}


h3 {
    font-size: 1.3rem !important;
}

h2 {
    font-size: 1.75rem !important;
}

h1 {
    font-size: 2rem !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #2a3657 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b1c9 !important;
    font-weight: 300;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b4b1c9 !important;
    font-weight: 300;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #b4b1c9 !important;
    font-weight: 300;
}

select {
    height: auto !important;
    padding-bottom: 22px !important;
}

@media (min-width: 768px) {

    body, p {
        font-size: 1rem !important;
    }

    h3 {
        font-size: 1.75rem !important;
    }

    h2 {
        font-size: 2rem !important;
    }

    h1 {
        font-size: 2.5rem !important;
    }
}

/* Parallax */

.parallax {
    position: relative;
    z-index: -1;
}

.parallax .sphere1 {
    position: absolute;
    width: 700px;
    left: 50%;
    margin-left: -300px;
    margin-top: -550px;
}

.parallax .sphere2 {
    width:400px;
    position: absolute;
    margin-left: -300px;
    margin-top: 770px;
}

.parallax .sphere3 {
    width:800px;
    position: absolute;
    right: -650px;
    margin-top:240px;
}

.parallax .sphere4 {
    width:400px;
    position: absolute;
    margin-left: -300px;
    margin-top: 1900px;
}

.parallax .sphere5 {
    width:600px;
    position: absolute;
    right: -350px;
    margin-top: 1600px;
}

@media screen and (min-width: 767px) {

    .parallax .sphere1 {
        width: 700px;
        left: 50%;
        margin-left: -300px;
        margin-top: -450px;
    }

    .parallax .sphere2 {
        width:400px;
        margin-left: -200px;
        margin-top: -70px;
    }

    .parallax .sphere3 {
        width:800px;
        right: -650px;
        margin-top:-350px;
    }

    .parallax .sphere4 {
        width:400px;
        margin-left: -200px;
        margin-top: 1700px;
    }

    .parallax .sphere5 {
        width:600px;
        right: -350px;
        margin-top:1300px;
    }

}


/* Nav */

#mainNav {
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-color: rgba(15,27,79,0.9);
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

#mainNav .btn-menu {
    font-size: .8rem;
    border-radius: 40px;
}

#mainNav .navbar-toggler {
    padding: 0.75rem;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.3rem;
    color: #4d576f;
    text-transform: uppercase;
    border: 0;
}

#mainNav .navbar-brand img {
    width: 160px;
}

#mainNav .navbar-nav {
    height: 100vh;
    padding-top: 40px;
}

#mainNav .navbar-nav .nav-item .nav-link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.8rem;
    color: #fff;
    letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #fff;
    opacity: 0.7;
}

#mainNav .close-menu {
    position: absolute;
    bottom: 160px;
    left: 50%;
    margin-left: -32px;
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border: none;
        color: #2e364a;
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        background-color: transparent;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0);
    }

    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }

    #mainNav .navbar-brand img {
        transition: all 0.3s ease-in-out;
    }

    #mainNav .navbar-nav {
        height: auto;
        padding-top: 0;
    }

    #mainNav.navbar-shrink {
        padding-top: .3rem;
        padding-bottom: .3rem;
        background-color: #e3eaf3;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }

    #mainNav.navbar-shrink .navbar-brand svg,
    #mainNav.navbar-shrink .navbar-brand img {
        width: 220px;
    }

    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }

    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}

/* Header */

header.masthead {
    margin-top: 80px;
    margin-bottom: 150px;
}

header.masthead .masthead-text {
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (min-width: 992px) {

    header.masthead {
        margin-top: 150px;
        margin-bottom: 150px;
    }

    header.masthead .masthead-text {
        font-size: 3rem;
    }

}

/* About */

#about .box-about {
    background-color: rgba(0,0,0,0.4);
    padding: 60px 80px;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    box-shadow: 10px 0px 60px rgba(0,0,0,0.4);
    margin-top: 40px;
    margin-bottom: 100px;
}

/* Industries */

#industries .industries-box {
    background-color: rgba(15,27,79,0.4);
    border-radius: 20px;
    box-shadow: 10px 0px 60px rgba(0,0,0,0.4);
    height: 250px;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    position: relative;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#industries .industries-box:hover {
    opacity: 0.5;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}


#industries .overlay .text-overlay {
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#industries .industries-box .industries-box-title {
    margin-top: 150px;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#industries .industries-box .industries-box-img {
    position: absolute;
    width: 370px;
    margin-left: -190px;
    left: 50%;
    margin-top: -70px;
    opacity: 1;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}


#industries .overlay {
    background-color: rgba(0,0,0,0);
    position: absolute;
    width: 100%;
    height: 250px;
    top:0px;
    left: 0px;
    border-radius: 20px;
    z-index: 2;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

/*

#industries .overlay:hover {
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#industries .overlay:hover .industries-box-img {
    margin-top: 0px;
    opacity: 0;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#industries .overlay:hover .industries-box-title {
    opacity: 0;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

#industries .overlay:hover .text-overlay {
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 3;
    opacity: 1;
    -webkit-transition: 200ms all ease-in-out;
    -moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}

*/

/* Contact */
#arr {
    background-color: #0a0627;
}

#arr a {
    color: #6c757d!important;
}