html {
  scroll-behavior: smooth;
}

body {
  color: rgb(15, 15, 15);
  background-color: #fff;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
  margin: 0;
  box-sizing: border-box;
}

h3 {
  margin-top: 0;
}

h2 {
  margin-top: 0;
}

h4 {
  text-decoration: underline;
  font-weight: bold;
  margin-top: 0;
}

/* Landingpage*/

#blob_groot {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
}

#blob_rechts1 {
  position: absolute;
  top: -2%;
  right: 23%;
}

#blob_rechts2 {
  position: absolute;
  top: 516px;
  right: 0;
  z-index: 1;
}

#blob_lijnen2 {
  position: absolute;
  top: 848px;
  right: 20%;
}

#driehoek_lb {
  position: absolute;
  top: 100px;
  left: 4%;
  opacity: 1;
  animation: fadeInSlide2 ease-out 3s forwards;
  animation-delay: 750ms;
}

#driehoek_lm {
  position: absolute;
  top: 635px;
  left: 4.3%;
  animation: fadeInSlide3 ease-out 1.5s infinite;
}

@keyframes fadeInSlide3 {
  0% {
    opacity: 0;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(45%);
  }
}

#driehoek_mm {
  position: absolute;
  top: 500px;
  right: 60%;
}

#driehoek_mo {
  position: absolute;
  top: 640px;
  right: 43%;
}

#driehoek_rb {
  position: absolute;
  top: 40px;
  right: 4%;
  opacity: 1;
  animation: fadeInSlide ease-out 3s forwards;
  animation-delay: 500ms;
}

@keyframes fadeInSlide {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@keyframes fadeInSlide2 {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

#name_fade-in {
  position: absolute;
  top: 767px;
  right: 28%;
  opacity: 1;
  animation: fadeInSlide2 ease-in 2s forwards;
  animation-iteration-count: 1;
}

#portfolio_fade-in {
  position: absolute;
  top: 480px;
  left: 48%;
  opacity: 1;
  animation: fadeInOpacity ease-in 2s forwards;
  animation-iteration-count: 1;
}

@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#menu {
  position: absolute;
  top: 880px;
  left: 72px;
}

/* Home */

#navbar_image {
  position: absolute;
  top: 550px;
  left: 0px;
}

#navbar {
  position: absolute;
  top: 875px;
  left: 500px;
}

#navbar ul {
  padding: 0;
  list-style: none;
}

#navbar li {
  display: inline;
}

#navbar a {
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  font-weight: bold;
  padding-right: 150px;
}

.heading-img1 {
  margin-top: 1150px;
  margin-left: 90px;
}

.card-wrapper1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0 90px;
  margin-top: -100px;
}

.card-wrapper2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0 90px;
  margin-top: 50px;
}

.card-wrapper3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  margin: 0 90px;
  margin-top: 50px;
}

.card {
  width: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  filter: drop-shadow(0 0 1.3rem #e2dada);
  border-color: #707070;
  border-radius: 10%;
  margin-bottom: 50px;
  z-index: 1;
}

.card-icon {
  width: 135px;
  height: 135px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.heading {
  color: #707070;
  margin-bottom: 15px;
  font-size: 16.5px;
}

.heading h1 {
  text-decoration: none;
  list-style: none;
}

.omschrijving {
  color: #707070;
  text-align: center;
  margin: 0 35px;
}

.button1 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.button {
  font-size: 15px;
  background-color: #925fec;
  display: inline-block;
  padding: 10px 20px;
  margin-left: 7px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.button-onclick {
  font-size: 15px;
  background-color: #2ec8d9;
  display: inline-block;
  padding: 10px 20px;
  margin-left: 7px;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.heading-img2 {
  margin-top: -1200px;
  margin-left: 90px;
  position: absolute;
}

.pink-background {
  width: 100%;
}

.card2 {
  width: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  border-color: #707070;
  border-radius: 10%;
  margin-top: -1200px;
}

.card3 {
  width: 500px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid;
  filter: drop-shadow(0 0 1.3rem #e2dada);
  border-color: #707070;
  border-radius: 10%;
  margin-top: 450px;
  margin-bottom: 150px;
}

.heading-img3 {
  margin-top: 150px;
  margin-left: 90px;
  position: absolute;
}

.pink-background-small {
  margin-top: 20px;
  padding: 0;
}

#trans-background {
  top: 1040px;
  position: absolute;
  right: 23%;
  opacity: 60%;
  z-index: -1;
}

#lijnen-paars {
  top: 1540px;
  position: absolute;
  opacity: 60%;
  z-index: -1;
}

#lijnen-blauw {
  top: 4000px;
  position: absolute;
  opacity: 30%;
  z-index: -1;
}

#shape1 {
  top: 2440px;
  position: absolute;
  left: -6%;
}

#shape2 {
  top: 3790px;
  position: absolute;
  right: 17%;
}

#shape3 {
  top: 4840px;
  position: absolute;
  left: 8%;
  z-index: -1;
  opacity: 60%;
}

.section1 {
  padding: 10rem 0;
}

#fixed-social {
  position: fixed;
  top: 300px;
  right: 0px;
  align-items: center;
  width: 70px;
  height: 135px;
  background-color: #fe54c6;
  border-radius: 40px;
  z-index: 99999;
}

#fixed-social img {
  margin-top: 15px;
  margin-left: 9px;
}

/* Portfolio*/

#blob-top {
  position: absolute;
  top: 13px;
  left: 650px;
  z-index: 1;
  transform: rotate(15deg);
}

.heading-img4 {
  margin-top: 100px;
  margin-left: 90px;
  position: absolute;
}

.portfolio-content {
  margin-top: 100px;
  column-count: 2;
  column-gap: 100px;
  margin-left: 90px;
  margin-right: 90px;
}

.portfolio-content p {
  margin: 0;
}

.portfolio-content li {
  margin-bottom: 20px;
}

#blob-trans1 {
  top: 900px;
  position: absolute;
  right: 45%;
  opacity: 20%;
  z-index: -1;
}

#lijnen-paars1 {
  top: 1900px;
  right: 0;
  position: absolute;
  opacity: 20%;
  z-index: -1;
}

.button-next-back {
  margin-top: 70px;
  text-align: center;
}

.button-next-back img {
  width: 150px;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 40px;
}

.buttons-section {
  margin-top: 130px;
  text-align: right;
  margin-right: 90px;
  margin-bottom: 0;
}

.buttons-section img {
  height: 51px;
  margin-left: 65px;
}

.leerdoelen-tekst {
  font-size: 14px;
  font-style: italic;
}

#quote1 {
  width: 810px;
  height: 170px;
  border: 1px solid #fe54c6;
  background-color: #fe54c6;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

#quote1 h1 {
  margin-top: 45px;
  font-size: 25px;
  margin-bottom: 0px;
}

#quote2 {
  width: 810px;
  height: 125px;
  border: 1px solid #fe54c6;
  background-color: #fe54c6;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

#quote2 h1 {
  margin-top: 40px;
  font-size: 25px;
  margin-bottom: 0px;
}

#quote3 {
  width: 810px;
  height: 175px;
  border: 1px solid #fe54c6;
  background-color: #fe54c6;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

#quote3 h1 {
  margin-top: 40px;
  font-size: 25px;
  margin-bottom: 0px;
}

#quote4 {
  width: 400px;
  height: 175px;
  border: 1px solid #fe54c6;
  background-color: #fe54c6;
  border-radius: 30px;
  text-align: center;
  color: #fff;
}

#quote4 h1 {
  margin-top: 40px;
  font-size: 25px;
  margin-bottom: 0px;
}

.pijlen-wit-side {
  margin-left: 460px;
  opacity: 1;
  animation: fadeInSlide5 ease-out 1.5s infinite;
}

@keyframes fadeInSlide5 {
  0% {
    opacity: 0;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: translateX(25%);
  }
}

.pijlen-grijs-side {
  opacity: 1;
  animation: fadeInSlide4 ease-out 1.5s infinite;
}

@keyframes fadeInSlide4 {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.gallery {
  display: flex;
  flex-direction: column;
}

.gallery-highlight {
  width: 100%;
  margin-bottom: 0;
}

.room-preview {
  display: flex;
  width: 100%;
  margin-top: 0;
}

.room-preview img {
  height: 140px;
  flex-grow: 1;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 0.3sec ease;
}

img.room-active {
  opacity: 1;
}

.img-border {
  border: 1px solid #555;
}

.onderschrift {
  font-size: 14px;
  font-style: italic;
}

.pijl-los {
  margin-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
