.icons,
.menu-icon {
  position: absolute;
  right: 12.5%;
  top: 30px
}

.home-desc span,
.home-titel h1>strong {
  color: var(--secondary)
}

@font-face {
  font-family: "47 bold";
  src: url(../font/47.bold.ttf)
}

* {
  padding: 0;
  margin: 0
}

:root {
  --background: #222124;
  --gray: #626164;
  --primary: #fff;
  --secondary: #cea56f;
  --primary-font: "47 Bold", serif;
  --secondary-font: Arial, Helvetica, sans-serif
}

body,
html {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
  font-family: var(--secondary-font)
}

.donker-thema {
  background: var(--background);
  color: var(--primary)
}

.licht-thema {
  background: var(--primary);
  color: var(--background)
}

.home-desc span::before,
.home-knop button::before,
.home-titel h1>strong::before,
.navigatie-items .active-nav::before {
  background: var(--secondary);
  content: ""
}

::-moz-selection {
  background: var(--secondary);
  color: var(--background)
}

::selection {
  background: var(--secondary);
  color: var(--background)
}

.select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.navigatie {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px
}

.navigatie-logo img {
  position: absolute;
  top: 5px;
  left: 12.5%;
  width: 65px
}

.navigatie-items {
  cursor: default
}

.navigatie-items li {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
  cursor: pointer;
  opacity: .7;
  transition: opacity .3s
}

.home-gallerij img:first-child:hover,
.navigatie-items .active-nav,
.navigatie-items li:hover {
  opacity: 1
}

.navigatie-items .active-nav::before {
  position: absolute;
  top: 17.5px;
  left: 12.5%;
  width: 75%;
  height: 5px;
  border-radius: 10px
}

.icons {
  display: flex;
  cursor: pointer
}

.icons:hover .moon-icon,
.icons:hover .sun-icon {
  transform: scale(1.1) rotate(180deg)
}

.moon-icon,
.sun-icon {
  display: none;
  position: absolute;
  transition: transform .3s
}

.menu-icon {
  cursor: pointer;
  display: none
}

.home-desc,
.home-titel {
  cursor: default;
  position: absolute;
  left: 12.5%
}

.donker-thema .sun-icon,
.licht-thema .moon-icon {
  display: unset
}

.home-titel {
  top: 200px;
  width: 25%
}

.home-titel h1 {
  font-family: var(--primary-font);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 7.5px;
  line-height: 1.8
}

.home-desc span,
.home-knop button {
  position: relative;
  font-weight: 700
}

.home-titel h1>strong {
  position: relative
}

.home-titel h1>strong::before {
  position: absolute;
  top: 40px;
  left: 2.5%;
  width: 0%;
  height: 5px;
  border-radius: 10px;
  transition: width .5s
}

.home-titel h1>strong:hover::before {
  width: 90%
}

.home-desc {
  top: 325px;
  width: 35%;
  font-size: 14px;
  line-height: 1.8;
  opacity: .75;
  letter-spacing: .5px
}

.home-desc span::before {
  position: absolute;
  top: 15px;
  left: 12.5%;
  width: 0%;
  height: 1.5px;
  border-radius: 10px;
  transition: width .3s
}

.home-desc span:hover::before {
  width: 75%
}

.home-knop {
  position: absolute;
  top: 425px;
  left: 12.5%
}

.home-knop button {
  padding: 15px 10px;
  border: none;
  cursor: pointer;
  background: 0 0;
  color: var(--primary)
}

.home-gallerij img,
.home-gallerij::after,
.home-meer {
  position: absolute
}

.home-knop button::before {
  position: absolute;
  opacity: .7;
  border-radius: 5px;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: -1;
  transition: width .5s, opacity .5s
}

.home-knop button:hover::before {
  opacity: 1;
  width: 100%
}

.home-meer {
  top: 90%;
  left: 12.5%;
  transition: transform .5s;
  cursor: pointer
}

.home-meer a {
  text-decoration: none;
  color: var(--secondary)
}

.home-meer i {
  transition: margin .5s
}

.home-meer:hover {
  transform: scale(1.025, 1)
}

.home-meer:hover i {
  margin-left: 10px
}

.home-gallerij img:first-child {
  right: 5%;
  top: 5%;
  opacity: .2;
  width: 350px;
  border-radius: 50%;
  transition: opacity 1s
}

.home-gallerij img:nth-child(2):hover {
  transform: scale(1.1) translateX(-10px) translateY(-10px)
}

.home-gallerij img:nth-child(3):hover {
  opacity: 1;
  transform: scale(1.1) translateX(5px) translateY(5px)
}

.home-gallerij img:nth-child(2) {
  right: 17.5%;
  top: 25%;
  width: 275px;
  height: 250px;
  border-radius: 25px 25px 75% 75%;
  border: 2.5px solid var(--secondary);
  transition: transform .5s
}

.home-gallerij img:nth-child(3) {
  right: 5%;
  top: 45%;
  opacity: .75;
  border-radius: 0 50% 50%;
  width: 200px;
  height: 150px;
  border: 1px solid var(--primary);
  transition: transform 1s, opacity 1s
}

.home-gallerij::after {
  content: "";
  top: 42.5%;
  right: 16%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--gray);
  transition: transform 1s
}

.home-gallerij:hover::after {
  content: "";
  transform: scale(1.1)
}

@media(min-width:1800px) {
  .home-gallerij img:nth-child(3) {
    right: 125px
  }

  .home-gallerij img:nth-child(2) {
    right: 325px
  }

  .home-gallerij::after {
    right: 300px
  }
}

@media(max-width:1450px) {

  .home-gallerij img:nth-child(3),
  .home-gallerij::after {
    display: none
  }
}

@media(max-width:1275px) {
  .home-desc {
    top: 400px
  }

  .home-knop {
    top: 700px
  }
}

@media(max-width:850px) {

  .home-gallerij,
  .navigatie-items .active-nav::before {
    display: none
  }

  .home-desc,
  .home-knop,
  .home-meer,
  .home-titel {
    text-align: center;
    width: 75%
  }

  .home-knop button::before,
  .icons {
    width: 100%
  }

  .home-desc {
    top: 350px
  }

  .home-knop,
  .icons {
    top: 80%
  }

  .donker-thema .navigatie {
    background: var(--background)
  }

  .licht-thema .navigatie {
    background: var(--primary)
  }

  .navigatie {
    margin-top: -100vh;
    height: 100vh;
    text-align: center;
    z-index: 100;
    transition: margin .5s
  }

  .navigatie-items li {
    display: block;
    margin: 35px 0;
    font-size: 26px;
    font-weight: 700
  }

  .navigatie-items .active-nav {
    color: var(--secondary)
  }

  .navigatie-logo img {
    position: absolute;
    top: 10%;
    left: calc(50% - 32.5px)
  }

  .icons {
    display: flex;
    justify-content: center;
    right: 0;
    font-size: 30px
  }

  .icons:hover .moon-icon,
  .icons:hover .sun-icon {
    transform: unset
  }

  .menu-icon {
    display: block;
    z-index: 105;
    font-size: 22px
  }
}

@media(max-height:850px) {
  .home-titel {
    top: 100px
  }

  .home-desc {
    top: 275px
  }

  .home-knop {
    top: 425px
  }
}

@media(max-height:550px) {
  .home-titel {
    top: 75px
  }

  .home-desc {
    top: 200px
  }

  .home-knop {
    top: 275px
  }
}