body {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-family: "Nunito Sans", sans-serif;
  line-height: 30px;
}

/* svg  */
.eut-separator {
  position: absolute;
  top: 0px;
  left: 0;
  transform: rotate(180deg);
  /* z-index: 1; */
}
.bottom-svg .eut-separator {
  position: absolute;
  top: 0px;
  left: 0;
  transform: rotate(180deg);
  z-index: -1;
}

/* Navigation styles */
.navbar {
  transition: background-color 0.3s ease;
}
.sticky-navbar {
  background-color: black !important;
}
.sticky-business-btn {
  color: white;
}
.business-btn {
  border: 2px solid #eef1f6;
  color: #3bdf88;
  padding: 4px 12px;
  margin: 20px 0;
}
.business-btn:hover {
  color: #3bdf88;
}

/* Banner styles */
.banner-title {
  font-size: 48px;
}
.banner-desc {
  font-size: 30px;
}
.yellow-btn {
  background-color: #f7a825;
  color: white;
  cursor: pointer;
}
.yellow-btn:hover {
  background-color: #116de8;
  color: white;
}

/* font size  */
.fs-16 {
  font-size: 16px;
}

/* Cards styles */
.title-small {
  font-size: 10px;
}
.title-width {
  width: 70%;
  font-size: 36px;
}
.cards-title {
  font-size: 22px;
}
/* About styles */
.about-padding {
  padding-top: 150px;
  padding-bottom: 150px;
}
.about-title {
  font-size: 36px;
}
/* Blueprint styles */
.bp-line {
  border-top: 2px solid #e9e9e9;
}
.bp-img {
  height: 370px;
}
/* portfolio styles */
.portfolio-title {
  font-size: 22px;
}
/* Footer styles */
.footer-text {
  color: #696969;
}
.footer-link:hover {
  color: #3bdf88;
}
/* common styles */
.gradient-bg {
  /* background: linear-gradient(rgb(17, 9, 94) 0%, rgb(103, 30, 115) 100%); */
  background: linear-gradient(rgb(17, 9, 94) 0%, rgb(103, 30, 115) 100%);
  color: rgb(255, 255, 255);
}
.gray-bg {
  background-color: rgba(103, 30, 115, 0.05);
}
.font-title {
  font-family: "Nunito Sans";
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 0px;
}
.normal-text {
  font-size: 20px;
}
.portfolio-section {
  background-color: #fcfcfc;
}

/* Laten we section  */
.laten-full {
  padding: 180px 0;
  background-color: #f7f4f8;
  position: relative;
}
.laten-full .eut-separator-top {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
}
.laten-full .eut-background-wrapper,
.startnu-full .eut-background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}
.laten-full .eut-separator-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transform: rotate(180deg);
}
.startnu-full .eut-separator-bottom {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 0;
  transform: rotate(180deg);
}
.startnu-full a.yellow-btn {
  cursor: pointer;
}
.startnu-full a.yellow-btn:hover {
  background-color: #116de8;
}

.laten-full h4 {
  font-family: "Nunito Sans";
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0px;
}

/* start nu section  */
.startnu-full {
  background: linear-gradient(180deg, #11095e 0%, #671e73 100%);
  color: #ffffff;
  padding: 180px 0;
  position: relative;
}
.voordelen-full {
  padding: 120px 0;
}
.voordelen-full .nested-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
.voordelen-full .nested-list li::before {
  content: "–";
  margin-right: 0.5em;
}

@media only screen and (max-width: 991px) {
  /* navbar styles */
  .navbar {
    background-color: white !important;
  }
  /* banner styles */
  .banner-title {
    font-size: 34px;
  }
  .banner-desc {
    font-size: 21px;
  }
  /* Cards styles */
  .title-width {
    width: 100%;
    font-size: 25px;
  }
  .cards-title {
    font-size: 15px;
  }
  /* About styles */
  .about-title {
    font-size: 25px;
  }
  .about-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  /* bluprint styles */
  .bp-img {
    height: 453px;
    /* width: 100%; */
  }
  /* portfolio styles */

  .portfolio-title {
    font-size: 15px;
  }
  /* footer styles */
  .footer-text {
    font-size: 12px;
  }
  /* common styles */
  .font-title {
    font-size: 25px;
  }
  .normal-text {
    font-size: 16px;
  }
}
