﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

html {
    scroll-behavior: smooth;
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    background-color: darkgray;
}

.header-block {
    display: flex;
    width: 100%;
}

.header-bar {
    position: fixed;
    display: flex;
    width: 100%;
    height: 5rem;
    background-color: transparent;
    z-index: 998;
    transition: background-color 250ms linear;
}

.mobile-button {
    display: none;
}

/* **************************
*
*     NAVBAR ELEMENTS
*
*****************************/
.navigation-bar {
    height: 5rem;
    /*width: 65.259rem;*/
    width: intrinsic; /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content; /* Firefox/Gecko */
    width: -webkit-max-content; /* Chrome */
    /*width: fit-content;*/
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.625rem;
    z-index: 1;
    display: flex;
    flex-direction: row;
    margin: auto;
    /*position: absolute;*/
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0%);
    transition: all 250ms linear;
    z-index: 999;
}

#brand-logo {
    height: 3.875rem;
    margin-bottom: 0.188rem;
    margin-right: 3vw;
}

.navigation-bar ul {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    transition: visibility 500ms linear;
}

.navigation-bar li {
    display: inline-block;
    list-style-type: none;
    margin-left: 2vh;
    padding: 0;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.navigation-bar a {
    font-family: Bahnschrift, Sans-Serif;
    font-size: 1em;
    font-weight: lighter;
    color: white;
    vertical-align: middle;
}

    .navigation-bar a:hover {
        transition: .25s;
        font-weight: bold;
        text-decoration: none;
    }

.login-button {
    margin-left: 10vw;
    height: intrinsic; /* Safari/WebKit uses a non-standard name */
    height: -moz-max-content; /* Firefox/Gecko */
    height: -webkit-max-content; /* Chrome */
    /*height: fit-content;*/
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    border-radius: 0.625rem;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(0,0,0,0);
    color: white;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: lighter;
    font-size: .95em;
    border: solid;
    border-width: .125rem;
}

    .login-button:hover {
        color: #0051B2;
        transition: .25s;
        background-color: white;
        border: solid;
        border-width: .125rem;
        border-color: white;
        font-weight: normal;
    }

.bar1, .bar2, .bar3 {
    width: 2.188rem;
    height: .313rem;
    background-color: white;
    margin-top: .375rem;
    margin-left: auto;
    margin-right: auto;
    transition: 0.4s;
}

.video-background {
    display: flex;
    flex-direction: column;
    height: 60rem;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-55%);
    transform: translateX(-50%) translateY(-55%);
    min-width: 100%;
    min-height: 95rem;
    width: auto;
    height: auto;
    z-index: -1000;
    filter: brightness(0.4);
}


.products-section {
    width: 100%;
    /*height: 100rem;*/
    /*background-color: #151515;*/
    background-color: red;
}

.product-title-banner {
    width: 100%;
    min-height: 20rem;
    background-color: #171717;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 100px 10px rgb(0,0,0);
}

.title-banner-content {
    margin: auto;
}

.product-logo {
    width: 300px;
    margin: 0 3rem 1rem 0;
    /*float: left;*/
}

.product-container {
    padding-top: 15rem;
    /*background-color: #020202;
    background-color: #212121;
    background-color: #151515;*/
    background-color: white;
    /*box-shadow: inset 0px 50px 50px -13px rgba(0,0,0,0.55);*/
}

#compass-container {
    background-color: #151515;
    box-shadow: inset 0px 50px 50px -13px rgba(0,0,0,0.55);
}

#smartplant-container {
    background-color: #daf0ff;
    background-color: white;
}


.product-info {
    max-width: 65rem;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    margin: 0 auto;
}

.product-block {
    display: flex;
    flex-direction: column;
}

.product-logo {
    margin: 0 auto 1rem;
}

.product-blurb {
    text-align: center;
}


.product-blurb {
    color: white;
    /*text-align: center;*/
    font-family: Bahnschrift, Sans-Serif;
    font-weight: lighter;
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

#smartplant-blurb {
    color: #151515;
}

#product-compass, #product-smartplant {
    padding-bottom: 15rem;
}

.items-container {
    margin: auto;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 3 !important;
    width: 80vw;
}

.logo-divider {
    display: flex;
    background-color: white;
    width: 100%;
    height: 20em;
}

    .logo-divider img {
        margin: auto;
    }

.compass-info {
    background: linear-gradient(#00396b,#005aa8,#61b5ff);
    box-shadow: inset 0px 50px 50px -13px rgba(0,0,0,0.75);
    width: 100%;
    padding-bottom: 10rem;
    height: fit-content;
}

.raazor-info {
    background: linear-gradient(#37353f,#464351);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 100%;
    height: fit-content;
}

.smartplant-info {
    height: fit-content;
    background: black;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* **************************
*
*   MAIN ELEMENT 1 - TITLE
*
*****************************/
.item-1 {
    margin-left: auto;
    margin-right: auto;
    width: 80vw;
}

    .item-1 h1, .item-1 h3, .slide-verbage, .slide-link, #title-text, #title-sub {
        color: white;
        text-align: center;
        position: relative;
        font-family: Bahnschrift, Sans-Serif;
        font-weight: lighter;
        text-shadow: 3px 3px 10px #000000;
    }

    .item-1 h1 {
        font-size: 2.5em;
    }

    .item-1 h3 {
        font-size: 1.5em;
    }

    .item-1 h1, .item-1 strong {
        font-weight: bold;
    }

#title-text {
    font-size: 3.5rem;
    font-weight: bolder;
    text-shadow: none;
    color: white;
    max-width: 45rem;
    margin: 0 auto;
}

#title-sub {
    color: #b7b7b7;
    text-shadow: none;
    max-width: 45rem;
    font-size: 1.5em;
    text-align: center;
    margin: 0 auto;
}

/* **************************
*
*   MAIN ELEMENT 3 - SLIDE
*
*****************************/


.slide-header {
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
}

#header2 {
    padding-top: 10rem;
}

.header-icon {
    width: 8rem;
    margin: auto;
    filter: brightness(0) invert(1);
}

.line-divider {
    width: 82rem;
    margin: 1rem auto 0;
    background: linear-gradient(to right,rgba(255,255,255,0),white,rgba(255,255,255,0));
    height: 3px;
}

.slide-header h1, .icon-header {
    padding-top: 2.5rem;
    color: white;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: normal;
    font-size: 3rem;
    text-align: center;
}

.icon-header {
    padding-top: 1rem;
    ;
}

.swiper1, .swiper2 {
    width: 50rem;
    height: 34rem;
}

.subHeaderContainer {
    display: flex;
    flex-direction: row;
    margin-top: 2rem;
}

.slideSubList p, .slideSubList2 p, .slideSubList3 p {
    margin: auto 1.5rem auto;
}

.slideSubList, .slideSubList2, .slideSubList3 {
    display: inline-flex;
    text-transform: uppercase;
    margin: auto;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: normal;
    font-size: 1.2rem;
    overflow-x: hidden;
    color: rgba(255,255,255,0.5);
    text-shadow: none;
    text-align: center;
}

.subSelected {
    opacity: 1;
    font-size: 1.35rem;
    font-weight: bold;
    color: white;
}

.smallerSlider {
    display: flex;
    flex-direction: row;
    width: 70rem;
    margin: auto;
}

.slidePage2 {
    display: flex;
}

.subSelectedSlide {
    margin-top: 5rem;
    height: 25rem;
    width: 100%;
}

.handoverPackage {
    width: 30rem;
}

.subSelectedImg {
    display: flex;
    width: 25rem;
    max-height: 13rem;
    margin: auto;
}

.entireSlide {
    display: flex;
    flex-direction: row;
    margin: 2rem auto 0;
    opacity: 0.9;
}

.slideLogo {
    margin: auto;
    width: 21.875rem;
}

.slideBody {
    display: flex;
    flex-direction: row;
    height: 22em;
    width: 75em;
    margin: 0 auto 0;
}

.subHeader, .subDescription {
    color: white;
    text-align: center;
    margin: 1rem auto;
    position: relative;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: bolder;
    font-style: italic;
    font-size: 2rem;
    text-shadow: 3px 3px 10px rgba(0,0,0,.75);
}

.subDescription {
    font-style: normal;
    text-shadow: none;
    max-width: 50rem;
    font-weight: lighter;
    font-size: 1.5rem;
}

.infoImage {
    width: 20rem;
    height: 10rem;
}

.mini-pointers {
    width: 100%;
    margin-top: 1rem;
    display: none;
}

.mini-1, .mini-2, .mini-3, .mini-4,
.mini-5, .mini-6, .mini-7, .mini-8 {
    margin: auto;
    display: none;
}

.sub-pointer-left, .sub-pointer-left-2, .sub-pointer-left-3, .sub-pointer-left-4,
.sub-pointer-left-5, .sub-pointer-left-6, .sub-pointer-left-7, .sub-pointer-left-8,
.sub-pointer-right, .sub-pointer-right-2, .sub-pointer-right-3, .sub-pointer-right-4,
.sub-pointer-right-5, .sub-pointer-right-6, .sub-pointer-right-7, .sub-pointer-right-8 {
    width: 2rem;
    height: 2rem;
    margin-top: 15rem;
    margin-bottom: auto;
    transform: rotate(90deg);
    outline: none;
    filter: invert(1) saturate(5) contrast(1) brightness(5);
}

.mini-pointer-left, .mini-pointer-right {
    width: 2rem;
    height: 2rem;
    transform: rotate(90deg);
    outline: none;
    filter: invert(1) saturate(5) contrast(1) brightness(5);
}

.mini-pointer-right {
    margin-left: 8rem;
    transform: rotate(-90deg);
}


.sub-pointer-left, .sub-pointer-left-2, .sub-pointer-left-3, .sub-pointer-left-4,
.sub-pointer-left-5, .sub-pointer-left-6, .sub-pointer-left-7, .sub-pointer-left-8 {
    margin-left: auto;
}

.sub-pointer-right, .sub-pointer-right-2, .sub-pointer-right-3, .sub-pointer-right-4,
.sub-pointer-right-5, .sub-pointer-right-6, .sub-pointer-right-7, .sub-pointer-right-8 {
    transform: rotate(-90deg);
    margin-right: auto;
}

.swiper1-all {
    display: flex;
    flex-direction: row;
    width: 58rem;
    margin: auto;
}

.more-info {
    height: 25rem;
    background-image: url("../img/info-banner-4.png");
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: row;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 15px 30px rgba(0,0,0,.55);
}

.more-info-container {
    display: flex;
    flex-direction: row;
    margin: auto;
}

.info-image {
    position: relative;
    width: 100%;
    height: inherit;
    background-color: yellow;
}

.action-text {
    display: flex;
    flex-direction: column;
    color: white;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: lighter;
    text-align: center;
    max-width: 45rem;
    margin: auto;
}

.more-info h2, .more-info h4 {
    color: white;
    text-align: center;
    position: relative;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: normal;
}

.more-info h4 {
    max-width: 50rem;
    font-weight: normal;
}

.digital-handover-info {
    margin: auto;
}

.safety-management-info {
    background-size: cover;
    background-image: url("../img/plant-skyline.png");
    padding-bottom: 5rem;
    box-shadow: inset 0px 50px 50px -22px rgba(0,0,0,0.68);
}

.contractor-management-info, .asset-management-info {
    padding-bottom: 5rem;
    background-color: #002047;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 5px 30px rgba(0,0,0,.55);
}

.operations-info {
    background-color: rgba(255,255,255,.125);
    padding-bottom: 5rem;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 5px 30px rgba(0,0,0,.55);
}

.gis-info {
    background-size: cover;
    background-image: url("../img/drone.jpg");
    background-position-x: -25rem;
    padding-bottom: 10rem;
}

smartplant-end {
    margin-top: 15rem;
    height: fit-content;
    display: flex;
    flex-direction: column;
    margin: 15rem auto;
    background-color: red;
}

.smartplant-end h1 {
    margin-top: 10rem;
}

.transition-element {
    height: 20rem;
    background: linear-gradient(#ffffff,#37353f);
}

.logo-divider img {
    width: 500px;
}

#compass-redirect {
    background-color: #171717;
}

#raazor-redirect, #smartplant-redirect {
    background-color: white;
}

.feature-title {
    height: 20rem;
    display: flex;
}

.raazor-modes {
    height: fit-content;
    width: 58rem;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.raazor-icon {
    width: 8rem;
    margin: auto;
    filter: brightness(0) invert(1);
}

.construction {
    margin: auto;
}

.info-title {
    color: rebeccapurple;
    text-align: center;
    position: relative;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: bolder;
    font-size: 2.5rem;
}

.info-text h4 {
    list-style-type: none;
    text-align: left;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: lighter;
    font-size: 1.5rem;
    width: 24rem;
    margin: auto;
}

.home-maintenance-info, .construction-management-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: fit-content;
    padding-bottom: 10rem;
    background-color: rgba(0,0,0,0.45);
    margin: 0 auto 0;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 15px 30px rgba(0,0,0,.55);
}

.info-card {
    background-color: white;
    width: 56rem;
    height: 25rem;
    display: flex;
    flex-direction: row;
    margin: 10rem auto 0;
    box-shadow: 0px 10px 16px 10px rgba(0,0,0,0.35);
    z-index: 1;
}

.info-solid {
    width: 50%;
    height: 100%;
    display: flex;
    background-color: white;
}

.info-text {
    display: flex;
    flex-direction: column;
    margin: auto;
    background-color: white;
}

.info-card img {
    width: 24rem;
    height: 17rem;
    margin: auto;
}

.action-header {
    display: flex;
    flex-direction: row;
    padding-top: 3rem;
    margin: auto;
    padding-bottom: 1rem;
}

.action-title {
    padding-left: 2rem;
    margin: auto;
}

.raazor-end {
    margin-top: 5rem;
}

.cursorEnabled:hover {
    cursor: pointer;
}
/* **************************
*
*   REQUEST DEMO BUTTON
*
*****************************/
.request-demo {
    display: flex;
    justify-content: center;
    margin-top: 2.813rem;
}

.demo-button {
    background-color: white;
    color: #0051B2;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    border-radius: 20px;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: normal;
    font-size: 1.5em;
    border: none;
    height: 4rem;
}

.product-button {
    background-color: rgb(78, 78, 78);
    color: white;
    width: max-content;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: .625rem;
    padding-bottom: .625rem;
    border-radius: 20px;
    font-family: Bahnschrift, Sans-Serif;
    font-weight: normal;
    font-size: 1.25em;
    border: none;
    height: 4rem;
    margin: 0 auto 0;
}

    .product-button:hover {
        transition: .25s;
        /*background-color: white;*/
    }

#compass-button:hover {
    /*background-color: rgb(70,153,209);*/
    background-color: rgb(255,136,56);
}

#smartplant-button:hover {
    background-color: rgb(70,153,209);
}

#compass-button-container, #smartplant-button-container {
    margin: auto;
}

.info-button {
    box-shadow: 0px 15px 16px 0px rgba(0,0,0,0.5);
}

.demo-button:hover {
    transition: .25s;
    color: white;
    background-color: #0051B2;
}

#read-more, #read-more-raazor, #read-more-smartplant {
    max-width: 16rem;
    font-size: 1rem;
    height: fit-content;
    padding: 1rem;
    margin: .5rem 1rem;
    background-color: white;
    color: #0051B2;
}

#read-more-raazor {
    margin: 2rem auto;
    width: 12rem;
    color: #37353f;
}

#read-more-smartplant {
    padding: 1rem 2rem;
    display: flex;
    margin: 2rem auto 0;
}

/* **************************
*
*   CONTACT US BAR
*
*****************************/

.reach-us {
    display: flex;
    justify-content: center;
    background-color: white;
    width: 100%;
    white-space: nowrap;
    height: 2.5rem;
    overflow-x: hidden;
}

    .reach-us a {
        color: #0051B2;
        font-family: Bahnschrift, Sans-Serif;
        font-weight: normal;
        font-size: 1em;
        margin-top: auto;
        margin-bottom: auto;
    }

    .reach-us p {
        color: #0051B2;
        font-family: Bahnschrift, Sans-Serif;
        font-weight: normal;
        font-size: 1.2em;
        margin-top: auto;
        margin-bottom: auto;
    }

/* **************************
*
*   FOOTER STYLING
*
*****************************/
.footer-container {
    display: flex;
    justify-content: center;
    background-color: white;
    width: 100%;
    white-space: nowrap;
    height: 2.5rem;
}

    .footer-container p {
        color: #0051B2;
        font-family: Bahnschrift, Sans-Serif;
        font-weight: lighter;
        font-size: .8em;
        margin-top: auto;
        margin-bottom: auto;
    }

@media (max-height: 969px) {
    html {
        font-size: .9em;
    }
}

@media (min-height: 1100px) {
    html {
        font-size: .86em;
    }
}

@media (max-width: 977px) {
    #brand-logo {
        margin-right: 0vw;
    }

    .login-button {
        margin-left: 5vw;
    }

    .line-divider {
        width: 100%;
    }
}


@media (min-width: 895px) {
    .navigation-bar ul {
        visibility: visible !important;
    }

    .navigation-bar {
        background-color: rgba(0,0,0,0);
    }
}

@media (max-width: 894px) {
    .navigation-bar {
        overflow-y: hidden;
        background-color: rgba(0,0,0,1) !important;
        /*box-shadow: -5px 3rem 100px 3rem rgba(0,0,0,.65);*/
        width: 100%;
    }

        .navigation-bar ul {
            margin-top: 4rem;
            padding-left: 0;
            margin-left: auto;
            margin-right: auto;
        }

        .navigation-bar li {
            display: block;
            margin-top: 15px;
            margin-left: 0;
            padding-left: 0;
            text-align: center;
        }

    .mobile-button {
        display: block;
        margin-top: 1rem;
        cursor: pointer;
    }

    #brand-logo {
        float: left;
    }

    .login-button {
        margin: 1.35rem 0 0 1rem;
    }
}

@media (max-width: 864px) {
    .slideSubList, .slideSubList2, .slideSubList3 {
        flex-wrap: wrap;
        margin: 1rem auto;
        text-align: center;
        justify-content: center;
    }

    .subHeader {
        font-size: 1.9rem;
    }

    .info-card, .info-solid {
        width: 25rem;
        height: 40rem;
    }

        .info-card img {
            margin-top: 1rem;
        }

    .card-forward {
        flex-direction: column-reverse;
    }

    .card-backward {
        flex-direction: column;
    }
}

@media (max-width: 856px) {
    body {
        overflow: hidden;
    }

    .sub-pointer-left, .sub-pointer-left-2, .sub-pointer-left-3, .sub-pointer-left-4,
    .sub-pointer-left-5, .sub-pointer-left-6, .sub-pointer-left-7, .sub-pointer-left-8,
    .sub-pointer-right, .sub-pointer-right-2, .sub-pointer-right-3, .sub-pointer-right-4,
    .sub-pointer-right-5, .sub-pointer-right-6, .sub-pointer-right-7, .sub-pointer-right-8 {
        display: none;
    }

    .mini-pointers {
        display: flex;
    }

    .mini-1, .mini-2, .mini-3, .mini-4,
    .mini-5, .mini-6, .mini-7, .mini-8 {
        display: block;
    }

    .subSelectedSlide {
        width: 30rem;
        height: 30rem;
        margin: 2rem auto;
    }

    .swiper-slide, .swiper1-all {
        width: 30rem;
        height: 30rem;
    }
}

@media (max-width: 469px) {
    .subSelectedSlide {
        width: 20rem;
    }

    .subSelectedImg {
        width: inherit;
    }

    .swiper-slide, .swiper1-all {
        width: 20rem;
        height: 35rem;
    }
}

@media (max-width: 412px) {
    .logo-divider img {
        width: 265px;
    }

    .navigation-bar ul {
        position: absolute;
        left: 35%;
        visibility: hidden;
    }

    .mobile-button {
        margin-left: auto;
    }
}
