* {
  cursor: none
}
body {
    margin: 0px;
  }
:root {
  --primaryColor: rgb(0, 0, 0);
  --navColor1: #ffffff;
  --navColor2: #ffffff;
  --navColor3:#ffffff;
  --navColor4: #ffffff;
  --navColor5: #ffffff;
  }
  .eerste_wit {
    margin: 0px 0px 40px;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    color: white;
    letter-spacing: 1px;
  }
  .tweede_swart {
    margin: 24px 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color:rgb(233, 157, 87);
    letter-spacing: .2em;
  }

  .tweede_wit {
    margin: 24px 0;
    padding: 20px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.3;
    color:rgb(233, 157, 87);
    letter-spacing: .2em;
  }
  
  .tweede_groen {
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 20px;
    letter-spacing: .2em;
    color: rgb(233, 157, 87);
  }

  .derde_swart {
    margin: 24px 0 40px 0;
    padding: 0 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;

    font-size: 35px;
    line-height: 1.3;
    letter-spacing: .2em;
  }

  .derde_wit {
    margin: 24px 0 40px 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

    font-size: 35px;
    line-height: 1.3;
    color: white;
    letter-spacing: .2em;
  }
  .derde_groen {
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;

    font-size: 20px;
    color: white;
    letter-spacing: .2em;
  }
  .derde_swart {
    margin: 10px 0 40px 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

    font-size: 35px;
    line-height: 1.3;
    color: #161616;
    letter-spacing: .2em;
  }
  .vierde_wit {
    margin: 24px 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: white;
  }
  @media (max-width: 600px) {
    .vierde_wit {
      padding: 0;
      font-size: 15px;
      margin: 10px 0;
    }
  }
  .vyfde_wit {
    margin: 24px 0;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color:rgb(227, 174, 126);
  }
  .vyfde_swart {
    margin: 24px 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    color: white;
    letter-spacing: .2em;
  }
  @media (max-width: 600px) {
    .vyfde_wit {
      padding: 0;
      margin: 0;
    } 
  }
  .sesde_wit {
    margin: 24px 0 40px 0;
    padding: 0 20px;
    font-family: 'Playfair Display', serif;
    font-weight: 400;

    font-size: 35px;
    line-height: 1.3;
    color: white;
  }
  .paragraaf_swart {
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px;
  }

  .paragraaf_wit {
    margin: 0px 0px 40px;
    padding: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    color: white;
    letter-spacing: .2em;
  }
  @media (max-width: 600px) {
    .sesde_wit {
      padding: 0;
      margin: 7px 0 12px 0; 
    } 
    .derde_wit,
    .derde_swart {
      font-size: 30px;
    }

    .sesde_wit {
      font-size: 30px;
    }
  }
  @media (max-width: 500px) {
    .derde_wit,
    .derde_swart {
      font-size: 25px;
    }
  }
  @media (max-width: 400px) {
    .tweede_wit {
      font-size: 12px;
    }
    .tweede_swart {
      font-size: 12px;
    }
    .derde_wit,
    .derde_swart {
      font-size: 12px;
      font-weight: 700;
    }
    .vyfde_wit {
      font-size: 12px;
    }
    .sesde_wit {
      font-size: 20px;
    }
    .paragraaf_wit {
      font-size: 11px;
    }
    .paragraaf_swart {
      font-size: 11px;
      font-weight: 600;
    }
    .vyfde_swart {
      font-size: 10px;
    }
    .eerste_wit {
      font-size: 12px;
    }
  }
/** Cursor Attempt **/
.cursor {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid lightblue;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  transform: translate(calc(-50% + 15px), -50%);
  z-index: 100;
}

.cursor2 {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: blue;
  opacity: .3;
  position: fixed;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: width .3s, height .3s, opacity .3s;
  z-index: 100;
}

.hover {
  background-color: white;
  opacity: 0.5;
}

.cursorinnerhover {
  width: 50px;
  height: 50px;
  opacity: .5;
}
/** End of Cursor **/

/** Navigation: Menu **/

.overlay {
  position: fixed;
  z-index: 55;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color:rgba(0,0,0,0.7);
  transform: translateX(-100vw);
} 

.overlay-slide-right {
  transition: all 0.4s ease-in-out;
  transform: translateX(0);
}

.overlay-slide-left {
  transition: all 0.8s ease-in-out;
  transform: translateX(-100vw);
}

/* Nav Menu Items */
nav, nav ul {
  height: 100vh;
  margin: 0;
  padding: 0;
}
nav ul {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  list-style: none;
}
nav ul li {
  height: 20%;
  overflow: hidden;
}

nav li a {
  position: relative;
  top: 45%;
  color: rgb(21, 21, 21);
  text-transform: uppercase;
  letter-spacing: 3px;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .2em;
}

nav li a:hover{
  transform:scale(1.3);
}

nav li a::before {
  content: "";
  width: 25vw;
  height: 3px;
  background-color: rgb(65,65,65);
  position: absolute;
  top: 47.5%;
  left: 0;
  opacity:0;
}
 
nav li a:hover::before{
  opacity: 1;
} 

nav li a::after {
  content: "";
  width: 30vw;
  height: 3px;
  background-color: rgb(65,65,65);
  position: absolute;
  top: 47.5%;
  right: 0;
  opacity:0;
}
 
nav li a:hover::after{
  opacity: 1;
} 

nav li:nth-of-type(1) {
  background-color: var(--navColor1);
}
nav li:nth-of-type(2) {
  background-color: var(--navColor2);
}
nav li:nth-of-type(3) {
  background-color: var(--navColor3);
}
nav li:nth-of-type(4) {
  background-color: var(--navColor4);
}
nav li:nth-of-type(5) {
  background-color: var(--navColor5);
}

/* Slide in animation with delay for each */
.slide-in-1 {
  animation: slide-in 0.25s linear 0.2s both;
}

.slide-in-2 {
  animation: slide-in 0.25s linear 0.4s both;
}

.slide-in-3 {
  animation: slide-in 0.25s linear 0.6s both;
}

.slide-in-4 {
  animation: slide-in 0.25s linear 0.8s both;
}

.slide-in-5 {
  animation: slide-in 0.25s linear 1s both;
}

@keyframes slide-in {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* Slide out animation with delay for each */
.slide-out-1 {
  animation: slide-out 0.25s linear 0.25s both;
}

.slide-out-2 {
  animation: slide-out 0.25s linear 0.4s both;
}

.slide-out-3 {
  animation: slide-out 0.25s linear 0.25s both;
}

.slide-out-4 {
  animation: slide-out 0.25s linear 0.2s both;
}

.slide-out-5 {
  animation: slide-out 0.25s linear 0.1s both;
}

@keyframes slide-out {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* Menu Bars*/

.menu-bars {
  position: fixed;
  top: .2rem;
  right: 1.5rem;
  padding: 5px 7px;
  z-index: 55;
  display: inline;
  cursor: pointer;
  border: .1px solid goldenrod;
  border-radius: 50%;
}

.bar1,
.bar2,
.bar3,
.bar4 {
  width: 25px;
  height: .5px;
  background-color: rgb(255, 255, 255);
  margin: 6px 0;
  transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
  transform: rotate(-45deg) translate(-7px, 8px);
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  transform: rotate(45deg) translate(-6px, -8px);
}

@media (max-width: 400px) {
  .menu-bars {
    right: 0.5rem;
  }
}

/** End of Navigation: Menu **/

/** Whatsapp Button **/
.whatsapp-ico{
  fill: white;
  width: 35px;
  height: 35px;
  padding: 3px;
  background-color: #4dc247;
  border-radius: 50%;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  /* box-shadow: 2px 2px 11px rgba(0,0,0,0.7); */
  position: fixed;
  bottom: 1.5rem;
  right : 1.5rem;
  z-index: 60;
}

.whatsapp-ico:hover{
  box-shadow: 2px 2px 11px rgba(0,0,0,0.7);
}

@media (max-width: 400px) {
  .whatsapp-ico {
    right: 0.5rem;
  }
}
/** End of Whattsup Button **/


/** Website **/


.wrapperlanding {
    display: grid;
    grid-template-rows: repeat(19, min-content);
    grid-template-columns: [full-start] minmax(2rem, 1fr) [center-start] repeat(10, [col-start] minmax(min-content, 1rem) [col-end]) [center-end] minmax(2rem, 1fr) [full-end]; }


  /** Martin's logo Section 1 **/
  .martin {
    grid-column: full-start / full-end;
    grid-row: 1 / 2;

    display: flex;
    justify-content: center;
    align-items: center;

    height: 7.5vh;
    width: 100vw;
    z-index: 50;
    position: fixed;

    background: rgb(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);

  }
  .martin h2 {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2px;
  }

  @media (max-width: 400px) {
    .martin h2 {
      font-size: 15px;
    }
  }
  /** End of Martin's logo Section 1 **/

  /** Hero Section 2**/
  .hero {
    grid-column: full-start / full-end;
    grid-row: 1 / 3;

    display: flex;
  }

  .hero {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    max-height: 720px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
  }
  
  .hero:after {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
  }
  
  .hero__image-wrapper {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  #hero__image {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    backdrop-filter: saturate(2);
  }
  
  .hero__text {
    z-index: 1;
    max-width: 100%;
    padding: 20px 5%;
  }

  #hero__img-refresh {
    padding: 14px 20px;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    transition: 0.3s;
  }
  
  #hero__img-refresh:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  @media (max-width: 400px) {
    .martin {
      height: 9vh;
    }
  }
  /** arrow used **/
  .arrow,
.arrow:before {
  position: absolute;
  left: 50%;
}

.arrow {
  width: 20px;
  height: 20px;
  top: 90%;
  margin: -20px 0 0 -20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  z-index: 50;
}

.arrow:before {
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

  /** End of Hero Section 2 **/

/** Services Section 3 **/
.beker {
  grid-column: full-start / full-end;
  grid-row: 3 / 4;

  height: auto;
  margin: 0;
  display: grid;
  margin-bottom: 4em;
}

.contaiiinnner { /**
  width: 80%; **/
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Roboto', sans-serif;

}
.rolling-ttext {
  display: inline-block; /**
  font-family: "Grifinito L", serif; **/
  font-size: 30px;
  line-height: 90px;
  letter-spacing: 0px;
  height: 90px;
  text-decoration: none;
  overflow: hidden;
  color: black;
  padding: 0 0 0 20px;
}
.rolling-ttext:hover .letter,
.rolling-ttext.play .letter {
  transform: translateY(-100%);
}
.rolling-ttext .block:last-child {
  color: #c93d4b;
}
.rolling-ttext .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
  transition-delay: 0s;
}

.letter:nth-child(2) {
  transition-delay: 0.015s;
}

.letter:nth-child(3) {
  transition-delay: 0.03s;
}

.letter:nth-child(4) {
  transition-delay: 0.045s;
}

.letter:nth-child(5) {
  transition-delay: 0.06s;
}

.letter:nth-child(6) {
  transition-delay: 0.075s;
}

.letter:nth-child(7) {
  transition-delay: 0.09s;
}

.letter:nth-child(8) {
  transition-delay: 0.105s;
}

.letter:nth-child(9) {
  transition-delay: 0.12s;
}

.letter:nth-child(10) {
  transition-delay: 0.135s;
}

.letter:nth-child(11) {
  transition-delay: 0.15s;
}

.letter:nth-child(12) {
  transition-delay: 0.165s;
}

.letter:nth-child(13) {
  transition-delay: 0.18s;
}

.letter:nth-child(14) {
  transition-delay: 0.195s;
}

.letter:nth-child(15) {
  transition-delay: 0.21s;
}

.letter:nth-child(16) {
  transition-delay: 0.225s;
}

.letter:nth-child(17) {
  transition-delay: 0.24s;
}

.letter:nth-child(18) {
  transition-delay: 0.255s;
}

.letter:nth-child(19) {
  transition-delay: 0.27s;
}

.letter:nth-child(20) {
  transition-delay: 0.285s;
}

.letter:nth-child(21) {
  transition-delay: 0.3s;
}
@media (max-width: 600px) {
  .rolling-ttext {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 400px) {
  .rolling-ttext {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
  }
}
/* operating hours */
#darkBack {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  z-index: 900;
  font-family: 'Roboto', sans-serif;
}

#timeDiv {
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  max-width: 325px;
  background: #fff;
  width: 85%; 
  margin: 0 auto; 
  margin-left: 20px;
  top: 50%;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 16px -8px #adadad;
  -moz-box-shadow: 0 8px 16px -8px #adadad;
  box-shadow: 0 8px 16px -8px #adadad;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

.open {
  color: #27ae60;
  border: 2px solid #27ae60;
}

.closed {
  color: rgba(231, 76, 60, 0.85);
  border: 2px solid rgba(231, 76, 60, 0.8);
}

.viewOpen {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 2px solid rgba(70, 70, 70, 0.2);
  max-width: 170px;
  background: #fff;
  width: 100%;
  color: rgba(70, 70, 70, 0.8);
  margin: 0 auto;
  margin-left: 20px;
  top: 50%;
  padding: 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0 8px 16px -8px #adadad;
  -moz-box-shadow: 0 8px 16px -8px #adadad;
  box-shadow: 0 8px 16px -8px #adadad;
}
.viewOpen:hover {
  color: #c93d4b;
}
.viewOpen i {
  color: rgba(70, 70, 70, 0.8);
}

@media all and (max-width: 600px) {
  #timeDiv {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 601px) {
  #timeDiv {
    margin-right: 15px;
  }
}

#target-hours {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  font-family: 'Roboto', sans-serif;
  z-index: 80
}

#target-hours:target {
  pointer-events: all;
  opacity: 1;
}

#target-hours #target-inner {
  position: absolute;
  padding: 20px 30px 25px;
  line-height: 1.8;
  width: 400px;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  background: white;
  color: #464646;
}

@media all and (max-width: 500px) {
  #target-hours #target-inner {
    width: 70%;
  }
}

#target-hours #target-inner h2 {
  margin-top: 0;
  line-height: 25px;
  font-size: 22px;
  border-bottom: 1px solid #dce0d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}

#target-hours a.close {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #adadad;
  opacity: 0.75;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
}

#target-hours a.close:hover {
  opacity: 0.65;
}

.dateTime {
  max-width: 320px;
  margin: 0 auto;
  display: none;
}

.day {
  display: inline-block;
  float: left;
}

.time {
  display: inline-block;
  float: right
}

.today {
  color: rgb(200, 85, 39);
  font-weight: 600;
}

@media all and (max-height: 420px){
  #timeDiv, .viewOpen{
    top: 60%;
  }
  #target-hours #target-inner{
    top: 50%;
  }
}

.xClose{
  text-decoration: none;
  position: absolute;
  color: #fff;
  background: #464646;
  padding: 0px 7px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  top: 0px;
  right: 0;
}
/** End of Services Section 3 **/

  /** About Section 4 **/

  .netnou {
    grid-column: full-start / full-end;
    grid-row: 4 / 5;

    height: 100vh; /**
    width: 100vw; **/
    background-color:rgb(5, 21, 27);
    padding-top: 30px;

    display: grid;
    grid-template-rows: repeat(12, 1fr);
    grid-template-columns: 20px 1fr auto 1fr 20px;
    overflow: hidden;/**
    width: 100%; **/
  }
  
  .dss-dlideshow-dontainer {
    grid-row:1 / 12;
    grid-column: 3 / 4;
    display: grid;

    width: 400px;
    margin: 1rem auto;
    position: relative;
  }
  .dss-dlideshow-dontainer figure {
    position: absolute;
    opacity: 0;
  }
  .dss-dlideshow-dontainer figure:nth-child(1) {
    animation: xfade 16s 12s infinite;
  }
  .dss-dlideshow-dontainer figure:nth-child(2) {
    animation: xfade 16s 8s infinite;
  }
  .dss-dlideshow-dontainer figure:nth-child(3) {
    animation: xfade 16s 4s infinite;
  }
  .dss-dlideshow-dontainer figure:nth-child(4) {
    animation: xfade 16s 0s infinite;
  }
  .dss-dlideshow-dontainer figure img {
    width: 100%;
    height: autoscale;
  } 
  
  @keyframes xfade {
    0% {
      opacity: 0;
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }

@media (max-width: 450px) {
  .dss-dlideshow-dontainer {
    width: 300px;
  }
}@media (max-width: 350px) {
  .dss-dlideshow-dontainer {
    width: 230px;
  }
}

.titeleen {
  width: 100%;
  height: 20px;
  grid-row: 1 / 2;
  grid-column: 1 / 6;
  text-align: start;
  padding-left: 20px;
  z-index: 50;
}
.titeltwee {
  width: 100%;
  height: 40px;
  grid-row: 2 / 3;
  grid-column: 1 / 6;
  text-align: start;
  z-index: 50;
}
.titeldrie {
  width: 100%;
  height: 60px;
  grid-row: 8 / 9;
  grid-column: 1 / 6;
  text-align: end;
  padding-right: 20px;
  z-index: 50;
}
/** End of About Section 4 **/

/** Services Section 5 **/

.sticky-parent{
    grid-column: full-start / full-end;
    grid-row: 5 / 6;

    height: 700vh;

    display: block;
  }
  .sticky{
    position: sticky;
    top: 0px;
    max-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .dim{
    display: block;
    min-width: 100vw;
    height: 100vh;
  }
  .horizontal{
    display: flex;
  }
  .br{
    outline: solid;
  }
  .veel {
    height: 100vh;
    width: 100vw;
  }
  /** First Horizontal Block **/
.omtrent {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: rgb(6, 28, 38);/**
  background: -webkit-linear-gradient(to top, #243B55, #141E30);
  background: linear-gradient(to top, #243B55, #141E30); **/
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
}

.cardddd {
  width: 360px;
  height: 360px;
  background: url(img/nuwe.jpeg);
  position: relative;
  overflow: hidden; /**
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.85); **/
}
.cardddd:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.92);
}
.cardddd .imgggg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.cardddd .imgggg span {
  width: 25%;
  height: 100%;
  background: url(img/nuwe.jpeg);
  transition: 0.5s;
}
.cardddd .imgggg span:nth-child(1) {
  background-position: 0;
  transition-delay: 0;
}
.cardddd .imgggg span:nth-child(2) {
  background-position: 33.33333%;
  transition-delay: 0.1s;
}
.cardddd .imgggg span:nth-child(3) {
  background-position: 66.66666%;
  transition-delay: 0.2s;
}
.cardddd .imgggg span:nth-child(4) {
  background-position: 100%;
  transition-delay: 0.3s;
}

.cardddd:hover .imgggg > span {
  transform: translateY(-100%);
}
.cardddd:hover .contentttt {
  transform: translateY(0%);
  transition: 1s;
  transition-delay: 0.1s;
}

.contentttt {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  letter-spacing: .2em;
  color: white;
  padding: 20px 20px;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}
  /** End of First Horizontal Block **/
  /** Second Horizontal Block **/
  .meer {
    
    height: 100vh;
    width: 100vw;
    font-family: 'Roboto', sans-serif;
  }
  /** Animation of .meer **/
  .funksie {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.funksie .tipering {
    position: relative;
    width: 50%;
    background: rgb(5, 21, 27);
    overflow: hidden;
}

.funksie .tipering:nth-child(1) {
    position: relative;
    width: 50vw;
    background-image:url(img/img.jpg);
    background-size: cover;
    overflow: hidden;
}
.funksie .tipering:nth-child(1) h2 {
    -webkit-text-stroke: .5px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
    left: 100%;
}

.funksie .tipering h2 {
    position: absolute;
    white-space: nowrap;
    font-size: 6em;
    line-height: 100vh;
    color: #fff;
    animation: animate 60s linear infinite;
    font-family: 'Roboto', sans-serif;
}

@keyframes animate {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 550px) {
    .funksie .tipering h2{
      font-size: 3em;
    }
    .funksie .tipering:nth-child(1) h2 {
      font-size: 3em;
    } 
  }
  /** End of Second Horizontal block **/

  /** Third horizontal block **/
  .kan {
    height: 100vh;
    width: 100vw;
    background-color: rgb(5, 21, 27);
  }
  .daarver {
    width: 70vw;
    height: 40vh;
    background: url(img/btwee.jpeg);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 auto;
  }
  .daarver .find {
    font-size: 40px;
    font-family: Roboto;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em;
    position: absolute;
    top: -80px;
    left: 0px;
    height: calc(100% - 40px);
  }
  
  @media (max-width: 690px) {
    .daarver .find {
      font-size: 30px;
      top: -60px;
    }
  }
  @media (max-width: 515px) {
    .daarver .find {
      font-size: 22px;
      top: -45px;
    }
    .paragraaf_groen {
      font-size: 10px;
      padding: 20px 60px 0 60px;
    }
  }
  @media (max-width: 380px) {
    .daarver .find {
      font-size: 16px;
      top: -30px;
    }
    .paragraaf_groen {
      padding: 10px 50px 0 50px;
    }
  }
  
  .eerstepara {
    width: 100vw;
    height: 30vh;
    color: white;
    text-align: center;
  }
  .tweedepara {
    width: 100vw;
    height: 30vh;
    color: white;
    text-align: center;
  }

  .eerstepara h2 {
    font-size: 0px;
    color: transparent;
  -webkit-text-stroke: 2px #30442a;
  text-transform: uppercase;
  font-weight: 800;
  }
  .paragraaf_groen {
    padding: 30px 80px 0 80px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2em;
  }
  /** End of Third Horizontal block **/

  /** Fourth Horizontal Block **/
  .skoon {
    height: 100vh;
    width: 100vw;
    background-color: rgb(5, 21, 27);
  }
  .virnounaby {
    width: 70vw;
    height: 70vh;
    background: url(img/joggie.jpeg);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .virnounaby .virtakke {
    font-size: 10px;
    font-family: Roboto;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em;
    position: absolute;
    bottom: 0px;
    left: -30px;
    height: calc(100% - 40px);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }

  .virnounaby .virmaak {
    font-size: 40px;
    font-family: Roboto;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em;
    position: absolute;
    top: -80px;
    left: 0px;
    height: calc(100% - 40px);
  }
  
  @media (max-width: 690px) {
    .virnounaby .virmaak {
      font-size: 30px;
      top: -60px;
    }
  }
  @media (max-width: 515px) {
    .virnounaby .virmaak {
      font-size: 22px;
      top: -45px;
    }
  }
  @media (max-width: 380px) {
    .virnounaby .virmaak {
      font-size: 16px;
      top: -30px;
    }
  }

  .viraltyd {
    width: 100vw;
    height: 15vh;
    text-align: center;
  }
  .virweet {
    width: 100vw;
    height: 15vh;
    text-align: center;
  }
  .viraltyd h3,
  .virweet h3 {
    font-size: 1px;
    color: transparent;
  }
  /** End of Sixth Horizontal Block **/
  @media (max-width: 620px) {
    .dim {
      display: block;
      min-width: 100vw;
      height: 100vh;
    }
  }
  @media (max-width: 400px) {
    .dim {
      display: block;
      min-width: 100vw;
      height: 100vh;
    }
  }
  /** Fifth Horizontal Block **/
  .word {
    height: 100vh;
    width: 100vw;
    background-color: rgb(5, 21, 27);
  }
  .kykmooi {
    width: 60vw;
    height: 40vh;
    background: url(img/bvier.jpeg);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 auto;
  }
  .kykmooi .touch {
    font-size: 40px;
    font-family: Roboto;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em;
    position: absolute;
    top: -80px;
    left: 0px;
    height: calc(100% - 40px);
  }
  @media (max-width: 690px) {
    .kykmooi .touch {
      font-size: 30px;
      top: -60px;
    }
  }
  @media (max-width: 515px) {
    .kykmooi .touch {
      font-size: 22px;
      top: -45px;
    }
    .paragraaf_groen {
      font-size: 10px;
      padding: 20px 60px 0 60px;
    }
  }
  @media (max-width: 380px) {
    .kykmooi .touch {
      font-size: 16px;
      top: -30px;
    }
    .paragraaf_groen {
      padding: 10px 50px 0 50px;
    }
  }
  
  .kolomeen {
    width: 100vw;
    height: 30vh;
    color: white;
    text-align: center;
  }
  .kolomtwee {
    width: 100vw;
    height: 30vh;
    color: white;
    text-align: center;
  }

  .kolomeen h2 {
    font-size: 0px;
    color: transparent;
  -webkit-text-stroke: 2px #30442a;
  text-transform: uppercase;
  font-weight: 800;
  }
  .paragraaf_blou {
    padding: 20px 80px 0 80px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2em;
  }
  /** End of Fifth Horizontal block **/
  /** Sixth Horizontal Block **/
  .nou {
    height: 100vh;
    width: 100vw;
    background-color: rgb(5, 21, 27);
  }
  .nounaby {
    width: 70vw;
    height: 70vh;
    background: url(img/bvyf.jpeg);
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0 auto;
    text-align: center;
  }
  .nounaby .takke {
    font-size: 10px;
    font-family: Roboto;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em;
    position: absolute;
    bottom: 0px;
    left: -30px;
    height: calc(100% - 40px);
    writing-mode: vertical-lr;
    transform: rotate(180deg);
  }
/**
  .nounaby .maak {
    font-size: 30px;
    font-family: Roboto;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    text-shadow: 0px 0px 1px #000;
    letter-spacing: .2em;
    position: absolute;
    top: 50%;
    left: 0;  /**
    transform: translate(-50%, -50%); **/
  /**  padding: 0 20px;
    height: calc(100% - 40px);
  
  } **/

  .nounaby .maak {
    font-size: 40px;
    font-family: Roboto;
    line-height: 1.5em;
    font-weight: 600;
    color: #fff;
    letter-spacing: .2em;
    position: absolute;
    top: -80px;
    left: 0px;
    height: calc(100% - 40px);
  }
  
  @media (max-width: 690px) {
    .nounaby .maak {
      font-size: 30px;
      top: -60px;
    }
  }
  @media (max-width: 515px) {
    .nounaby .maak {
      font-size: 22px;
      top: -45px;
    }
  }
  @media (max-width: 380px) {
    .nounaby .maak {
      font-size: 16px;
      top: -30px;
    }
  }

  .altyd {
    width: 100vw;
    height: 15vh;
    text-align: center;
  }
  .weet {
    width: 100vw;
    height: 15vh;
    text-align: center;
  }
  .altyd h3,
  .weet h3 {
    font-size: 1px;
    color: transparent;
  }
  /**
  @media (max-width: 690px) {
    .daarver .find {
      font-size: 30px;
      top: -60px;
    }
    .daarver .loop {
      font-size: 30px;
      bottom: -160px;
    }
  }
  @media (max-width: 515px) {
    .daarver .find {
      font-size: 22px;
      top: -45px;
    }
    .daarver .loop {
      font-size: 22px;
      bottom: -155px;
    }
    .paragraaf_groen {
      font-size: 10px;
      padding: 20px 60px 0 60px;
    }
  }
  @media (max-width: 380px) {
    .daarver .find {
      font-size: 16px;
      top: -30px;
    }
    .daarver .loop {
      font-size: 16px;
      bottom: -155px;
    }
    .paragraaf_groen {
      padding: 10px 50px 0 50px;
    }
  }
  
  .eerstepara {
    width: 100vw;
    height: 30vh;
    color: white;
    text-align: center;
  }
  .tweedepara {
    width: 100vw;
    height: 30vh;
    color: white;
    text-align: center;
  }

  .eerstepara h2 {
    font-size: 0px;
    color: transparent;
  -webkit-text-stroke: 2px #30442a;
  text-transform: uppercase;
  font-weight: 800;
  }
  .paragraaf_groen {
    padding: 30px 80px 0 80px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .2em;
  } **/
  /** End of Sixth Horizontal Block **/
  @media (max-width: 620px) {
    .dim {
      display: block;
      min-width: 100vw;
      height: 100vh;
    }
  }
  @media (max-width: 400px) {
    .dim {
      display: block;
      min-width: 100vw;
      height: 100vh;
    }
  }
/** End of Services Section 5 **/ 

/** Cards Section 6 **/

  .kaarte {
    grid-column: full-start / full-end;
    grid-row: 6 / 7;
    display: flex;
    flex-direction: column;

    min-height: 100vh; /**
    background: linear-gradient(36deg, #e8e8e8, #dfdfdf); **/
    background-image: url(img/oseaan.jpg);
    color: #2e2e2e;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    
  }
  @media screen and (max-width: 820px) {
    .kaarte {
      font-size: 16px;
    }
  }
  /**
  .kaarte {
    background-image: url(img/oseaan.jpg);
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  } **/
  .containeerr {
    width: 90%;
    min-height: 100vh;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 820px) {
    .containeerr {
      flex-direction: column;
    }
  }
  
  .vertel {
    text-align: center;
  }
  .vertel h1 {
    font-weight: 300;
    font-size: 2em;
    line-height: 1.3;
    padding: 40px 20px 0 20px;
  }
  .vertel p a {
    color: #2e2e2e;
    text-decoration: none;
    border-bottom: 1px solid #2e2e2e;
    transition: border 0.3s;
  }
  .vertel p a:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
  }
  
  .contenntt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 0;
  }
  
  .card {
    width: 30.3333333333%;
    margin: 1%;
    padding: 30px;
    border-radius: 8px;
    position: relative;
    transition: 0.3s all;
    box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
  }
  .card:hover {
    transform: scale(1.05);
  }
  @media screen and (max-width: 1240px) {
    .card {
      width: 48%;
    }
  }
  @media screen and (max-width: 820px) {
    .card {
      width: 98%;
      margin-top: 2%;
      margin-bottom: 2%;
    }
  }
  .card h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .card p {
    margin-bottom: 60px;
  }
  
  .buttton {
    position: absolute;
    left: 30px;
    bottom: 30px;
    font-size: 14px;
    color: white;
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 10000px;
    transition: 0.3s all;
  }
  .buttton:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #2e2e2e;
  }
  
  .pad-top {
    padding-top: 20px;
  }
  
  .card-blue-light {
    background: rgb(5, 21, 27);
    color: white;
  }
  
  .card-yellow {
    background: rgb(5, 21, 27);
    color: white;
  }
  
  .card-blue-dark {
    background: rgb(5, 21, 27);
    color: white;
  }
  
  .card-red {
    background: rgb(5, 21, 27);
    color: white;
  }
/** End of Cards Section 6 **/

/** Accordian Section 7 **/
.holder {
    grid-column: full-start / full-end;
    grid-row: 7 / 8;

    display: block;
    min-height: 100vh;
    width: 100vw;
    background-color: rgb(5, 21, 27);
} 
.accordion dl {
}

.accordion {
  z-index: 50;
}
.accordion dt > a {
  text-align: center;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  padding: 2em;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
}

@media (max-width: 400px) {
  .accordion dt > a {
    font-size: 12px;
    letter-spacing: .2em;
  }
}
.accordion dd {
  background-color: #22313F;
  color:#fafafa;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: .2em;
}
.accordion dd > p {
  padding: 1em 2em 1em 2em;
}
@media(max-width: 400px) {
  .accordion dd {
    font-size: 11px;
  }
}
.accordion {
  position: relative;
  background-color: #22313F;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 2em 0 2em 0;
}

.accordionTitle {
  background-color: rgb(6, 28, 38);
  border-bottom: 1px solid #2c3e50;
}
.accordionTitle:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.accordionTitle:hover {
  background-color: rgb(6, 28, 38);
}

.accordionTitleActive {
  background-color:#34495e;
}
.accordionTitleActive:before {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow: hidden;
}
@media all {
  .accordionItem {
    max-height: 50em;
    -moz-transition: max-height 1s;
    -o-transition: max-height 1s;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
  }
}
@media screen and (min-width: 48em) {
  .accordionItem {
    max-height: 15em;
    -moz-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

.accordionItemCollapsed {
  max-height: 0;
}

.animateIn {
  -webkit-animation-name: accordionIn;
  -webkit-animation-duration: 0.65s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: normal;
  -moz-animation-duration: 0.65s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionIn;
  animation-duration: 0.65s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

.animateOut {
  -webkit-animation-name: accordionOut;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -webkit-animation-delay: 0s;
  -moz-animation-name: accordionOut;
  -moz-animation-duration: 0.75s;
  -moz-animation-iteration-count: 1;
  -moz-animation-direction: alternate;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  animation-name: accordionOut;
  animation-duration: 0.75s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0s;
}

@-webkit-keyframes accordionIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes accordionIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes accordionOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes accordionOut {
  0% {
    opacity: 1;
    -moz-transform: scale(1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

/** End of Accordian Section 7 **/

/** Slider Section 8 **/
.glyer {
  grid-column: full-start / full-end;
  grid-row: 8 / 9;

  display: flex;

  height: 100vh;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  color: white;
}
.slider {
  width: 100%;
  height: 100%;
}
.slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.685);
  z-index: -1;
}
.top {
  z-index: 3;
  transition: 0.5s ease transform;
}
.slide.active {
  z-index: 3;
  transform: translateX(0);
}
.slide.transition {
  transition: 0.5s ease transform;
}
.slide-1 {
  background-image: url(img/ceen.jpeg);
}
.slide-2 {
  background-image: url(img/ctwee.jpeg);
}
.slide-3 {
  background-image: url(img/cdrie.jpeg);
}
.slide-4 {
  background-image: url(img/cvier.jpeg);
}
.buttons div {
  cursor: pointer;
  pointer-events: all;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.582);
}
.buttons div:hover {
  background-color: gray;
}
.dots {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dots .dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.185);
  border-radius: 10px;
  margin: 10px;
  transition: 0.3s ease width;
  cursor: pointer;
}
.dots .dot.active {
  background-color: white;
  width: 40px;
}
.buttons {
  position: absolute;
  z-index: 5;
  bottom: 0;
  right: 0;
  height: auto;
  color: black;
  display: flex;
  flex-direction: row-reverse;
  width: auto;
  font-size: 50px;
}
.slide-1,
.slide-2,
.slide-3,
.slide-4 {
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
}
.slide-1 .content,
.slide-2 .content,
.slide-3 .content,
.slide-4 .content {
  width: 90%;
  max-width: 500px;
  position: absolute;
  left: 20%;
}
.slide-1 button,
.slide-2 button,
.slide-3 button,
.slide-4 button {
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  outline: none;
  border: none;
  background-color: white;
  margin-top: 10px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .slide-1 .content,
  .slide-2 .content,
  .slide-3 .content,
  .slide-4 .content {
    left: 20px;
  }
  .dots {
    left: 0;
    transform: translateX(0);
  }
}
/** End of Slider Section 8 **/

/** Reviews Section 9 **/
.googlereviews {
  grid-column: full-start / full-end;
  grid-row: 9 / 10;
  background-color: rgb(6, 28, 38);
  padding: 0 20px;
  text-align: center;
  color: #fff;
  font: normal normal 24px / 1.25 "Raleway", Helvetica, Arial, Verdana, sans-serif;
}

.googlereviews p {
  max-width: 60ch;
  margin: 0 auto 2em;
}

.testimonial-sliden {
   display: block;
   width: 100%;
   height: auto;
   margin-top: 10px;
}

.testimonial-sliden ul.sliden {
   display: block;
   list-style: none;
   padding: 0;
   position: relative;
   display: inline-block;
   width: 100%;
   height: 350px;
   overflow: hidden;
   margin: 0 auto;
}

@media (max-width: 400px) {
  .testimonial-sliden ul.sliden {
    height: 200px;
  }
}

.testimonial-sliden ul.sliden li {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
}
.testimonial-sliden ul.sliden li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 25s infinite;
            animation: fade-animation-1 25s infinite;
}
.testimonial-sliden ul.sliden li:nth-child(2) {
    -webkit-animation: fade-animation-2 25s infinite;
            animation: fade-animation-2 25s infinite;
}
.testimonial-sliden ul.sliden li:nth-child(3) {
    -webkit-animation: fade-animation-3 25s infinite;
            animation: fade-animation-3 25s infinite;
}
.testimonial-sliden ul.sliden li:nth-child(4) {
    -webkit-animation: fade-animation-4 25s infinite;
            animation: fade-animation-4 25s infinite;
}

.testimonial-sliden q {
   display: inline-block;
   font: normal 500 17px / 1.25 'Roboto', sans-serif;
   letter-spacing: .5pt;
   text-shadow: 0 5px 10px rgba(0,0,0,.1);
   max-width: 35ch;
}
.testimonial-sliden .source {
    margin-top: 25px;
    color: #d9e0f9;
    font: italic 400 15px / 1.35 'Roboto', sans-serif;
}

@media (max-width: 400px) {
  .testimonial-sliden q {
    font: normal 300 12px / 1.25 'Roboto', sans-serif;
  }
  .testimonial-sliden .source {
    font: italic 300 11px / 1.35 'Roboto', sans-serif;
  }
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

/** End of Reviews Section 9 **/

/** Advert Section 10 **/
/** hier **/
@import url(https://fonts.googleapis.com/css?family=Montserrat:800,200);

.vanta {
  grid-column: full-start / full-end;
  grid-row: 10 / 11;

  display: flex;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: rgb(6, 28, 38);
}
.altemeer {
  font-family: montserrat;
  overflow-x: hidden;
  width: 100%;
  height: 82vh;
  display: flex;
  align-items: center;
  background: rgb(6, 28, 38);
  line-height: 1.7; /**
  color: rgb(233, 157, 87); **/ 
  transform: skewY(-5deg);
}

.bg-teexxt-contaaiiner {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
  z-index: -999;
}

@keyframes text-scrolling {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0%, 0, 0);
  }
}
.animaatte-texxxt {
  animation: text-scrolling 20s linear infinite;
  will-change: transform;
  display: block;
  position: relative;
  white-space: nowrap;
}
.animate-texxxt.leffft {
  animation-direction: reverse;
}

.driven {
  font-size: 280px;
  color: transparent;
  -webkit-text-stroke: 2px #30442a;
  text-transform: uppercase;
  display: inline-block;
  line-height: 0.75;
  min-width: auto;
  font-weight: 800;
}

.conttttainer {
  padding: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.conttttainer .cooll {
  max-width: 600px;
  margin: 0;
}
/**
.altemeer h1 {
  font-size: 90px;
  margin: 0;
}

.altemeer p {
  font-size: 18px;
  font-weight: 200;
  margin: 0;
} **/
  /** klaar **/
/** End of Advert Section 10 **/

/** Footer Section 11 **/
.footer {
  grid-column: full-start / full-end;
  grid-row: 11 / 12;

  display: flex;
  width: 100vw;
  flex-direction: column;
  background-color: rgb(5, 21, 27);
  text-align: center;
}
.detail {
  display: flex;
  width: 100vw;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
}
/**
.sosiaal {
  display: flex;
  width: 100vw;
  gap: 1rem;
  justify-content: center;
} **/

.minimalGridNav {
  width: 100vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1rem;
}

.minimalGridNav a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  letter-spacing: .3em;
  padding: 1rem 2.5rem;
  color: #ffffff;
  background-color: rgb(5, 21, 27); /**
  border: 1px solid transparent; **/
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.minimalGridNav a:hover{ /**
  background-color: #ffffff; **/
  color: rgb(233, 157, 87); /**
  border-color: #7f56c5; **/
}

@media (max-width: 990px) {
  .minimalBanner {
    margin: 0;
  }
  
  .minimalGridNav {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    padding: 0;
    max-width: 720px;
    gap: 0;
  }

  .minimalGridNav a {
    text-align: center;
    padding: 0 2rem;
    font-size: 13px;
  }
}

.finaal {
  display: flex;
  width: 100vw;
  align-items: center;
  justify-content: center;
} /**
footer h6 {
  margin: 24px 0;
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  color: white;
  letter-spacing: .1em;
} **/

@media (max-width: 600px) {
  .detail {
   flex-direction: column;
  }
}
@media (max-width: 450px) {
  .sosiaal {
    flex-direction: column;
    margin-top: 1rem;
    gap: 0px;
  }
  .detail {
    gap: 0px;
    margin-top: 1rem;
  }
}
/** End of Footer Section 11 **/

