﻿:root {
    --main-blue: #2B78FA;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: var(--main-blue);
}

::selection {
    color: white;
    background: var(--main-blue);
}

* {
    color: #183153;
    color: #4d5b7c;
    word-wrap: break-word;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

body {
    /*background-color: #fbfdff;*/
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

h2 {
    font-size: 50px;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}


p {
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
    color: #183153;
    font-weight: 500;
}

.background-dark {
    background: #022350;
}
    .background-dark h3, .background-dark p {
        color: white !important;
    }


.hidden-left {
    opacity: 0;
    /* transition: all 1s; */
    /* transform: translate(-10%); */
}

.hidden-right {
    opacity: 0;
    /* transition: all 1s; */
    /* transform: translate(10%); */
}

.show {
    opacity: 1;
    /* transition: all 1s; */
    /* transition: opacity 1s;
    transform: translate(0%); */
}

.main-btn,
.second-btn {
    /* padding: 10px 20px; */
    padding: 8px 20px 10px 20px;
    text-decoration: none;
    border-radius: 100px;
    color: white;
    background-color: #6181ff;
    background-color: #183153;
    background-color: #022350;
    background-color: #027AD2;
    background-color: var(--main-blue);
    font-weight: bold;
    border: 2px solid #6181ff;
    border: 2px solid #183153;
    border: 2px solid #022350;
    border: 2px solid #027AD2;
    border: 2px solid var(--main-blue);
    display: inline-block;
}

    .main-btn i {
        color: white;
        margin-left: 10px;
    }

.second-btn {
    background-color: white;
    color: #6181ff;
    color: #183153;
    border: 2px solid #6181ff;
    border: 2px solid #183153;
    border: 2px solid #022350;
    ;
}

.main-btn-white {
    background-color: white;
    /*background-color: #022350;*/
    color: #6181ff;
    color: #183153;
    /*color: white;*/
    border: 2px solid #022350;
    border: 2px solid white;
}

.second-btn-white {
    border: 2px solid white;
    border: 2px solid #022350;
    color: white;
    color: #022350;
    background-color: #6181ff;
    background-color: #386984;
    background-color: #f3f4eb;
    background-color: white;
}

.background-wrapper {
    background-color: #F2F4F5;
    border-radius: 20px;
}

    .background-wrapper .left-padding {
        padding: 100px 50px 100px 100px;
        border-right: 1px solid #dcdcdc;
    }

    .background-wrapper .right-padding {
        padding: 100px 100px 100px 50px;
        padding: 50px;
    }

.spacer {
    height: 50px;
}


/* menu */

.navbar .megamenu {
    z-index: 999;
    /*padding: 1rem;*/
    width: 100%;
    top: 0px;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    background-color: white !important;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.08));
}

.megamenu {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    /* z-index: 998; */
}

.dropdown-menu {
    top: 56px !important;
    border-radius: 0px;
    border: none;
}

.active {
    font-weight: 700;
}

.navbar a:hover {
    color: #027AD2;
    color: var(--main-blue);
}

.nav-link {
    color: #022350
}

    .nav-link:hover,
    .nav-link:active,
    .nav-link:focus {
        color: #022350
    }

a.nav-link.nav-link-contact {
    padding: 5px 20px 5px 20px;
    text-decoration: none;
    border-radius: 100px;
    color: white;
    background-color: #027AD2;
    background-color: var(--main-blue);
    font-weight: bold;
    border: 2px solid #027AD2;
    border: 2px solid var(--main-blue);
    margin-left: 10px;
    text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
}

.megamenu li {
    padding: 5px 0px;
    font-weight: 400;
}

.more-products {
    color: #027ad2;
    color: var(--main-blue);
}

.language-btn {
    height: 35px;
    width: 35px;
    border-radius: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}


/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */

@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}


/* ============ mobile view .end// ============ */


/* menu */


/* header */

.header {
    /*height: calc(100vh - 180px - 56px);*/
    height: calc(100vh - 80px - 56px);
    background-color: #dedfde;
    /*background-image: url("../../Content/img/HomePage/Header-image-V5.png");*/
    /*background-image: url('../img/homepage/header-image-v6.png');*/
    background-image: url('../img/homepage/header-image-v7.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 85%;
    /*background-position-y: 85%;*/
    background-position-y: 100%;
}

    .header .row,
    .header .col-md-6 {
        height: 100%;
        position: relative;
    }

    .header img {
        max-height: 100%;
        position: absolute;
        right: 0px;
    }

    .header p,
    .header h1 {
        color: white;
        color: #022350;
        max-width: 600px;
    }


    /* .header p {
    max-width: 500px;
} */

    .header ul,
    .header li {
        color: white;
        color: #022350;
    }

    .header b {
        color: white;
        color: #022350;
        /* font-size: 20px;
    text-transform: uppercase; */
    }

    .header span {
        color: #ba3743;
    }


/* header */


/* klanten */

.klanten {
    height: 30px;
    cursor: grab;
}

.slick-slide {
    display: flex !important;
    justify-content: center;
}

    .slick-slide img {
        max-height: 50px;
        /* max-width: 150px; */
        /* display: block; */
        /* width: auto; */
        /* height: auto; */
        object-fit: cover;
    }


/* klanten */


/* MSI-checks */

/*.MSI-checks {
    background-color: #f2f4f5;
    background-color: #027AD2;
    padding: 10px 0px;
}

    .MSI-checks p {
        color: white;
        margin: 0px;
        font-size: 14px;
    }

        .MSI-checks p i {
            color: white;
            font-size: 20px;
            margin-right: 10px;
            font-size: 14px;
        }*/

.MSI-checks {
    background-color: white;
    padding: 20px 0px 10px 0px;
}

    .MSI-checks p {
        color: #022350;
        margin: 0px;
        font-size: 18px;
        text-align: center;
    }

        .MSI-checks p i {
            color: #022350;
            font-size: 20px;
            margin-right: 10px;
            font-size: 20px;
        }

/* MSI-checks */


/* why us */

.why-us {
    position: relative;
    background: #022350;
}

    .why-us .left-padding {
        border-right: 1px solid #002D5F;
    }

    .why-us p, .why-us h2 {
        color: white;
    }

.magnifying-glass {
    max-width: 150px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    position: absolute;
    left: -30px;
    top: -30px;
}

.why-us-item {
    /*border: 1px solid #dcdcdc;*/
    padding: 20px;
    /*background: #fbfdff;*/
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    background: #002D5F;
    padding: 30px 20px 30px 30px;
}

    .why-us-item:hover {
        background: #027AD2;
        background: var(--main-blue);
    }

        .why-us-item:hover p, .why-us-item:hover i, .why-us-item:hover h3 {
            color: white;
        }


    .why-us-item:last-of-type {
        margin-bottom: 0px;
    }

    .why-us-item img {
        max-width: 50px;
        margin-right: 30px;
        object-fit: contain;
    }

.why-us-icon {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .why-us-icon i {
        color: white;
        /*color: #022350;*/
        height: 50px;
        width: 50px;
        font-size: 16px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
    }

.why-us-text h3,
.why-us-text p {
    font-size: 16px;
    margin: 0px;
    line-height: normal;
    color: white;
}

.why-us-text h3 {
    font-weight: 700;
    font-size: 18px;
    margin: 0px 0px 5px 0px;
}


/* why us */


/* Counters */


.counters {
    background-color: #f2f4f5;
    background-color: #027AD2;
    background-color: var(--main-blue);
    /*padding: 50px;*/
}

.counter-item {
    /*background-color: #f2f4f5;*/
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}

    .counter-item h2 {
        margin-bottom: 0px;
        text-align: center;
        color: white;
        word-wrap: normal;
    }

    .counter-item p {
        margin-bottom: 0px;
        text-align: center;
        color: white;
    }


/* Counters */


/* How */

.how-msi .left-padding {
    padding: 100px 50px 100px 100px;
}

.how-msi ul {
    padding: 0px;
}

.how-msi li {
    border-radius: 10px;
    border: 1px solid rgb(216, 216, 216);
    list-style-type: none;
    margin-bottom: 10px;
    overflow: hidden;
}

    .how-msi li a {
        padding: 5px 10px;
        display: inline-block;
        margin: 0px;
        width: 100%;
        font-weight: 600;
    }

        .how-msi li a i {
            margin-right: 10px;
            width: 20px;
            text-align: center;
        }

    .how-msi li:hover {
        background-color: #027AD2;
        background-color: var(--main-blue);
    }

        .how-msi li:hover a,
        .how-msi li:hover a i {
            color: white;
        }

.how-msi-image {
    background: #f2f4f5;
    background-image: url('../img/homepage/light.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 70%;
    width: 60%;
    border-radius: 10px;
    /* min-height: 300px; */
    /* min-width: 100%; */
}


/* .how-msi li a {
    box-shadow: inset 0 0 0 0 white;
    transition: color .2s ease-in-out, box-shadow .2s ease-in-out;
}

.how-msi li a:hover {
    box-shadow: inset 550px 0 0 0 #6181ff;
    color: white;
}

.how-msi li a:hover i {
    color: white;
} */


/* How */


/* News */

.msi-news-item {
    border: 1px solid rgb(226, 226, 226);
    /* padding: 30px; */
    border-radius: 10px;
    height: 100%;
}

    .msi-news-item img {
        display: block;
        position: relative;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.msi-news-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    margin-bottom: 0px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.msi-news-item-text {
    padding: 30px;
}

.msi-news-item p {
    line-height: 25px;
    font-size: 16px;
}

.msi-news-item a {
    font-weight: 700;
    color: #027ad2;
    color: var(--main-blue);
}

.msi-news-item i {
    font-size: 14px;
    color: #027ad2;
    color: var(--main-blue);
}

.more-news {
    /* background-color: white;
    border: 1px solid black;
    padding: 10px 10px;
    display: inline-block; */
    display: inline-block;
    margin: auto;
}


/* News */


/* Products */

.msi-products-header, .MSI-direct-header, .MSI-consultants-header, .aboutUs-header {
    position: relative;
    z-index: 1;
    background: #027AD2;
    background: var(--main-blue);
    background-image: url("../img/producten/product-header.jpg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.header-image-spacer {
    height: 200px;
}

.msi-products-header-content {
    position: relative;
    z-index: 1;
}


    .msi-products-header-content h2 {
        margin-bottom: 10px;
        color: white;
    }


    .msi-products-header-content p {
        max-width: 600px;
        color: white;
    }

.msi-products h3 i {
    margin-right: 20px;
    font-size: 25px;
}


/* Products */


/* MSI Direct */

.MSI-direct-header {
    background-image: url(../img/producten/MSIDirect-header.jpg);
}

    .MSI-direct-header h2, .MSI-direct-header p, .MSI-direct-header b {
        color: white;
    }

    .MSI-direct-header .second-btn {
        background: transparent;
        border-color: white;
        color: white;
    }

/* MSI Direct */

/* MSI Consultants */

.MSI-consultants-header {
    background-image: url(../img/producten/consultants-header.jpg);
    /*height: 60vh;*/
    /*height: auto;*/
    /*padding: 50px 0px 50px 0px;*/
    /*background-color: #ccf8f9;*/
}

    .MSI-consultants-header img {
        width: 300px;
        max-width: 300px !important;
    }

    .MSI-consultants-header h2 {
        font-size: 30px;
        color: white;
    }

    .MSI-consultants-header p {
        color: white;
    }

    .MSI-consultants-header .second-btn {
        background: transparent;
        border-color: #183153;
        color: #183153;
    }

/* MSI Consultants */


/* Questions */

.question-header img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.question-header-img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

/* Questions */

/* aboutUs */


.aboutUs-header {
    background-color: white;
    background-image: url(../img/OverOns/OverOns.jpg);
}

.aboutUs-image {
    max-width: 80%;
    border-radius: 10px;
}


/* aboutUs */
/* Product */
.product-header {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative
}

.product-header-img {
    position: absolute;
    width: 45%;
    height: 100%;
    right: 0px;
    top: 0px;
    overflow: hidden;
    display: flex;
    justify-content: end;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
}

.product-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-header-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-waarde {
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    gap: 20px;
    flex-direction: column;
    background: #002D5F;
}

    .product-waarde i {
        font-size: 40px;
        color: #027ad2;
        color: var(--main-blue);
    }

    .product-waarde p {
        margin: 0px;
        font-weight: 500;
        text-align: center;
    }


/* Product */


/* contact */
.contact-page .map-holder {
    padding-bottom: 150px;
    padding-top: 150px;
    position: relative;
    overflow: hidden;
}

    .contact-page .map-holder iframe {
        border: none;
        position: absolute;
        width: 100%;
        height: 180%;
        top: -40%;
        left: 0;
        z-index: 1;
    }

    .contact-page .map-holder:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
    }

.land-office {
    text-align: center;
    padding: 10px;
    margin: 0px 5px;
    display: inline;
    border-radius: 5px;
    width: auto;
}

    .land-office:hover {
        background: #eeeeee;
    }

    .land-office img {
        max-width: 20px;
        margin-right: 5px;
    }


.contact-page ul {
    list-style: none;
    padding: 0px;
}

.contact-page h4 {
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 16px;
}

.contact-page p {
    font-size: 16px;
    line-height: 150%;
}


.contact-page input, .contact-page textarea {
    background: #f8f8f8;
    margin: 0px;
    font-weight: bold;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    padding: 10px;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    border: none;
    /*margin-top: 20px;*/
    font-weight: normal;
}

.contact-page label {
    margin-top: 20px;
    margin-bottom: 5px;
    display: block;
    font-weight: 700;
    color: #183153;
}

.contact-page button {
    width: 100%;
    background: #027AD2;
    background: var(--main-blue);
    color: white;
}

    .contact-page button.btn:disabled {
        background: #e1e1e1;
        border: 1px solid #e1e1e1;
        color: white;
    }

.contact-page .btn:hover {
    background: #183153;
    border-color: #183153;
    color: white;
}

.office-iframe {
    height: 100%;
    width: 100%;
}

.office-iframe-wrapper {
    height: 350px;
}

.linked-in {
    background: #183153;
    border-radius: 100px;
    color: white;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* contact */
/* footer */
footer {
    background-color: #022350;
    padding-top: 100px;
    padding-bottom: 50px;
}

    footer ul {
        padding: 0px;
    }

    footer li {
        list-style-type: none;
        color: white;
        padding-bottom: 10px;
        font-weight: 400;
    }

        footer li.footer-header {
            font-weight: 700;
            padding-bottom: 20px;
        }

        footer li a {
            color: white;
            padding: 5px 0px;
            box-shadow: inset 0 0 0 0 white;
            border-radius: 5px;
            overflow: hidden;
        }

            footer li a:hover {
                color: #027AD2;
                color: var(--main-blue);
            }

            footer li a.social-link {
                background-color: white;
                width: 40px;
                height: 40px;
                font-size: 20px;
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 100px;
                margin-right: 10px;
            }


/* footer */


/* Media quesries */


@media (max-width: 1200px) {
    body {
        /*background-color: red;*/
    }

    .header {
        height: 650px;
    }

/*    .spacer{
       display: none;
    }*/
}


@media (max-width: 991px) {
    body {
        /*background-color: orange;*/
    }

    h2 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    p {
        line-height: 25px;
        font-size: 16px;
    }

    .background-wrapper .left-padding {
        padding: 20px 0px 0px 0px;
        border-right: none;
        margin-bottom: 30px;
    }

    .background-wrapper .right-padding {
        padding: 0px 0px 20px 0px;
    }

    .how-msi .left-padding {
        padding: 20px 20px 30px 20px;
    }

    .counter-item {
        padding: 20px;
    }

    .navbar {
        max-height: 100vh;
        /*overflow: scroll;*/
    }

    .language-btn {
        margin-left: 10px;
    }

    .megamenu {
        padding: 30px 0px 30px 30px !important;
    }

        .megamenu h3 {
            font-size: 16px;
            margin-bottom: 5px;
        }
}

@media (max-width: 768px) {
    body {
        /*background-color: green;*/
    }

    h1 {
        font-size: 30px;
    }

    .MSI-direct-header {
        padding: 0px;
        align-items: start;
    }

    footer {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .MSI-consultants-header {
        /*        background-image: none;
        height: auto;
        padding: 10px 0px 10px 0px;*/
    }

    .header-text {
        justify-content: flex-start !important;
        padding-top: 20px;
    }

    .aboutUs-header {
        background-position-x: 70%;
    }

    .aboutUs-image {
        max-width: 100%;
    }

    .why-us-item {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    body {
        /*background-color: yellow;*/
    }

    .background-wrapper {
        border-radius: 0px;
    }

    .how-msi .left-padding, .why-us .left-padding, .why-us .right-padding {
        padding: 20px;
    }

    .msi-products-header, .MSI-direct-header, .MSI-consultants-header {
        align-items: start;
        padding-top: 10px
    }

    .why-us-item {
        padding: 10px;
    }
}


/* Media quesries */

.editorial {
    display: block;
    width: 100%;
    height: 30px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    position: relative;
    left: 0px;
    top: -30px;
    /* float: left; */
}

.parallax1 > use {
    animation: move-forever1 10s linear infinite;
}

.parallax2 > use {
    animation: move-forever2 8s linear infinite;
}

.parallax3 > use {
    animation: move-forever3 6s linear infinite;
}

.parallax4 > use {
    animation: move-forever4 4s linear infinite;
}




.parallax1:nth-child(1) {
    animation-delay: -2s;
}




@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever4 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}
