@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&family=Montserrat&display=swap');
:root
{
  --main-font-family: "Karla", sans-serif;
  --second-font-family: "Montserrat", sans-serif;
  --color-light-blue:#4BC7E9;
  --color-dark-blue:#0E1426;
  --color-light-gray:#B3B3B3;
  --color-dark-gray:#6C6E76;
}
html
{
  background: var(--color-dark-blue);
  min-height: 100vh;
  height: 100%;
  scroll-behavior: smooth;
}
/* Base */
body
{
  line-height: 1.7;
  color: gray;
  font-family: var(--main-font-family);
  font-weight: 500;
  font-size: 1rem;
  background: none;
  position: relative;
}
::-moz-selection
{
  background: #000;
  color: #fff;
}
::selection
{
  background: #000;
  color: #fff;
}
a
{
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  -moz-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}
a:hover
{
  text-decoration: none;
  cursor: pointer !important;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5
{
  font-family: var(--main-font-family);
}
.index0{z-index:  0;}
.index1{z-index:  1;}
.index2{z-index:  2;}
.index3{z-index:  3;}
.index4{z-index:  4;}
header
{
  background: #fff;
}
nav a.nav-link
{
  font-weight: 400;
  font-family: var(--second-font-family);
  color: var(--color-dark-blue);
  border-bottom: 2px solid #fff;

}
nav a.nav-link:hover
{
  border-bottom: 2px solid var(--color-dark-blue);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
header .button,header .button:hover,.button,.button:hover
{
  background: var(--color-light-blue);
  font-family: var(--main-font-family);
  font-weight: 600;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px 0;
  height: auto;
  text-align: center;
  width: 220px;
}
.button,.button:hover
{
  padding: 8px 0;
}
.logo
{
  height: 40px;
  width: auto;
  display: block;height: 40px;
  width: auto;
  display: block;
  }
.hero
{
  background: url("../images/header.jpg");
  -moz-background-size: cover;
       background-size: cover;
  background-position: right bottom;
}
footer, footer a, footer a:hover
{
  background: #F8FCFF;
  font-size: 12px;
  color: var( --color-light-gray);
}
.navbar-toggler-icon {
    background: url(../images/toggle_menu.svg);
}
.item_left
{
  position: absolute;
  bottom: 4rem;
  left:0;
  width: 140px;
}
.item_right
{
  position: absolute;
  bottom: -7rem;
  right: 0;
  width: 190px;
  z-index: 1;
}
.item_right-top
{
  position: absolute;
  top: 25vh;
  right: 0;
  width: 190px;
  z-index: 1;
}
#form-message
{
  font-size: 14px;
  text-align: center;
}
#form-message span.correct
{
  padding: 14px 0;
  color: #4CAF50;
}
#form-message span.incorrect
{
  padding: 14px 0;
  color: #F44336;
}
@media screen and (min-width: 280px)
{
  .languageCheck
  {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 100px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  select#languageSelect
  {
    background: #673AB7;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px 0 0 100px;
    height: 43px;
    width: 64px;
    padding: 0.7rem;
    border: none;
  }
  select#languageSelect>option
  {
    padding: 1rem;
  }
  .header-text
  {
    font-family: var(--main-font-family);
    font-weight: 800;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    padding-top: 15vh;
  }
  .hero .button
  {
    max-width: 300px;
  }
  .hero
  {
    background: url("../images/header.jpg");
    -moz-background-size: cover;
    background-size: cover;
    background-position: 92% 113px;
    background-repeat: no-repeat;
    background-color: #0a1435;
  }
  .item_right_mobile
  {
    position: absolute;
    right: 0;
  }
  .basic_text
  {
    font-family: var(--main-font-family);
    font-weight: 300;
    color: #fff;
  }
  .item_left_mobile
  {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #info ul>li
  {
    list-style: none;
  }
  #info ul{
    padding: 0;
  }

  #whatwedo, #info
  {
    background-color: #fff;
  }
  #whatwedo .title-text, #info .title-text
  {
    font-family: var(--main-font-family);
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    width: 245px;
    color: var(--color-dark-blue);
  }
  #whatwedo .basic_text, #info .basic_text
  {
    color: var(--color-dark-gray);
  }
  #whoarewe
  {
    background: url("../images/whoweare_bg.png");
    -moz-background-size: cover;
         background-size: cover;
    background-position: center top;
  }
  #whoarewe .title-text
  {
    font-family: var(--main-font-family);
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    width: 245px;
    color: #fff;
  }
  #whoarewe .basic_text
  {
    color: #fff;
  }
  #contact
  {
    background-color: #fff;
    position: relative;
  }
  #contact .title-text
  {
    font-family: var(--main-font-family);
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    text-transform: uppercase;
    width: 245px;
    color: var(--color-dark-blue);
  }
  #contact .basic_text
  {
    color: var(--color-dark-gray);
  }
  .contact-form
  {
    border: 1px solid #F0F6FF;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
  #contact .form-label, #contact .form-check-label
  {
    font-family: var(--main-font-family);
    font-weight: 600;
    font-size: 12px;
    color: var(--color-dark-blue);
  }
  #contact .form-check-label
  {
    font-weight: 300;
  }
  #contact .form-control
  {
    border: 1px solid rgb(75 199 233 / 15%);
    font-family: var(--main-font-family);
    font-weight: 300;
    font-size: 12px;
    color: var(--color-dark-blue);
    padding: 1rem;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: none;
               -moz-box-shadow: none;
                    box-shadow: none;
  }
  #contact .form-check-input:checked
  {
    background-color: #fff;
    border-color: var(--color-light-blue);
    -webkit-box-shadow: none !important;
       -moz-box-shadow: none !important;
            box-shadow: none !important
  }
  #contact .form-check-input:checked::before {
    color: var(--color-light-blue);
  }
  #contact .form-check-input:checked[type=checkbox] {
      background-image: url("../images/check.svg");
  }
  #contact .button
  {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding: 14px;
    padding-left: 1rem;
    background-image: url("../images/right-arrow.svg");
    background-repeat: no-repeat;
    -moz-background-size: 12px;
    background-size: 12px;
    background-position: 94% center;
  }
}
@media screen and (min-width: 768px)
{
  .header-text
  {
    font-size: 45px;
  }
  #whatwedo .title-text,  #whoarewe .title-text, #info .title-text
  {
    font-size: 45px;
    width: auto;
  }

}
@media screen and (min-width: 992px)
{
  .hero
  {
    background-position: right bottom;
  }
  .navbar-collapse.collapse
  {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
  }
  .header-text
  {
    font-size: 70px;
  }
  html[lang="nl"] .header-text
  {
    font-size: 85px;
  }
  #whatwedo .title-text,  #whoarewe .title-text,#info .title-text
  {
    font-size: 55px;
  }
}
@media screen and (min-width: 1200px)
{
}
@media screen and (min-width: 1400px)
{
}
@media screen and (min-width: 1600px)
{}
@media (max-width: 991.98px) {
      .navbar-collapse {
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 1000;
          width: 100%;
          padding-right: 15px;
          padding-left: 15px;
          overflow-y: auto;
          background-color: #f8f9fa;
          border: 1px solid rgba(0, 0, 0, 0.15);
          border-top: none;
          max-height: 80vh;
      }

      .navbar-collapse.show {
          display: block !important;
          text-align: center;
          background: #0f1425;
          position: fixed;
          top: 0;
          z-index: 999;
          height: 100%;
          max-height: 100vh;
      }

      .navbar-nav {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
      }

      .navbar-nav .nav-item {
          margin-right: 0;
          margin-bottom: 5px;
      }
      .nav-item
      {
        display: block;
        width: 100%;
      }
      nav a.nav-link
      {
        color: #fff;
        border-bottom: #282c3a 1px solid;
      }
      nav ul{
        display: block;
        position: absolute;
        top: 40vh;
        right: 0;
        left: 0;
        width: 70%;
      }
      .navbar-toggler[aria-expanded="true"]
      {
        position: relative;
        z-index: 9999;
        right: 0;
        -webkit-border-radius: none;
        -moz-border-radius: none;
        border-radius: none;
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow:none !important;
      }
      .navbar-toggler
      {
        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        box-shadow:none !important
      }
      .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon
      {
        background: url(../images/close.svg);
      }
  }
  @media screen and (orientation:landscape) {
    .header-text{
      padding-top: 110px;
    }
    .item_left.d-none.d-md-block
    {
      display: none !important;
    }
    .hero {
      background-position: 93% 0;
    }
  }
