@charset "UTF-8";
@import url("../fonts/stylesheet.css");
:root {
  --bg: #2b443a;
  --accent: #f6ebd1;
  --muted: #ffffff;
  --dark: #0f172a;
  --container: 1425px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

:target {
  scroll-margin-top: 200px;
}

body {
  font-family:
    "Mark",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial;
  color: #c65841;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  background: var(--muted);
  overflow-x: hidden;
}

.wrap {
  max-width: 100%;
  padding: 0 40px;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 36px;
  width: 100%;
}

/* Header */
header {
  padding: 84px 0 25px;
  width: 100%;
  transition: top 0.3s ease;
}

.center-header-bg {
  width: 100%;
  height: 1594px;
  position: absolute;
  left: 50%;
  top: -404px;
  background-image: url(../images/new/bg.png);
  background-size: auto;
  background-position: center;
  z-index: 2;
  transform: translate(-50%, 0);
}

.brand {
  transition: top 0.3s ease;
}

header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  animation: slideDown 0.35s ease-out;
  background: var(--bg);
  padding: 18px 0;
}
header.fixed .brand {
  max-width: 200px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.inner-header {
  display: flex;
  justify-content: space-between;
}

nav ul {
  display: flex;
  list-style: none;
  align-items: center;
}
nav ul li:hover a {
  color: #d1ad59;
}
nav ul li a {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  color: var(--muted);
  text-decoration: none;
}
nav ul li a:hover {
  color: #d1ad59;
}
nav ul li a:hover img {
  filter: brightness(0) invert(1);
}
/* Hero */
.main-banner {
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 38px;
  overflow: hidden;
}
.main-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container.hero-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.brand-top {
  text-align: center;
  margin-bottom: 25px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 4;
  transform: translate(-50%, 0);
}

.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.hero-left {
  position: relative;
  z-index: 3;
  max-width: 815px;
}
.hero-left h1 {
  margin: 0 0 12px;
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 61px;
  line-height: 65px;
  letter-spacing: 1px;
  color: #ffffff;
}
.hero-left p {
  font-family: "Mark";
  font-style: normal;
  color: var(--accent);
  font-weight: 300;
  font-size: 40px;
  line-height: 65px;
  letter-spacing: 1px;
  margin: 0;
}

.brand-top {
  text-align: center;
  margin-bottom: 25px;
}
.brand-top img {
  max-width: 150px;
}

.hero-center {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 100%;
}
.hero-center h1 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-family: "Mark-Black", sans-serif;
  font-size: 96px;
  line-height: 65px;
  letter-spacing: 1px;
  margin-bottom: 49px;
  font-weight: 900;
  position: relative;
}
.hero-center p.subtitle {
  font-family: "Great Vibes", cursive;
  font-style: normal;
  color: #c34b36;
  font-weight: 400;
  font-size: 55px;
  line-height: 1;
  margin: 0 0 45px;
}

.btn-outline {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  padding: 12px 35px;
  border: 2px solid #ffffff;
  border-radius: 50px;
  text-align: center;
  font-family: "Mark-Black", sans-serif;
  font-size: 21px;
  font-weight: 900;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.btn-outline:hover {
  background-color: #ffffff;
  color: #c34b36;
}

.path-right {
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 2;
}

.path-left {
  position: absolute;
  right: 189px;
  z-index: 2;
  bottom: -44%;
}

.container-fix {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}

.bottom-fix {
  position: absolute;
  z-index: 3;
  /* max-width: 815px; */
  bottom: 0;
  left: 0;
  position: absolute;
  width: 1271px;
  height: 119px;
  background: #ffffff;
  border-radius: 0 20px 0 0px;
  display: flex;
  align-items: center;
}
.bottom-fix .after {
  border-radius: 0 20px 0 0px;
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 312px;
  height: 100%;
  background: #d1ad59;
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 27px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.bottom-fix .after:hover {
  gap: 40px;
  background-color: #2b443a;
}
.bottom-fix .scroll {
  position: absolute;
  width: 38px;
  height: 18px;
  font-family: "Mark";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  color: #ffffff;
  transform: rotate(-90deg);
  right: -59px;
  bottom: 24px;
}
.bottom-fix .scroll:before {
  content: "";
  width: 31px;
  height: 1px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin: 0 8px 3px;
}
.bottom-fix::before {
  content: "";
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background: #ffffff;
  position: absolute;
}
.bottom-fix ul {
  list-style: none;
  display: flex;
  gap: 151px;
}
.bottom-fix ul li {
  position: relative;
}
.bottom-fix ul li::after {
  content: "";
  display: block;
  margin-left: 30px;
  position: absolute;
  top: -12px;
  right: -75px;
  width: 1px;
  height: 70px;
  background: #d8d8d8;
  transform: rotate(20deg);
}
.bottom-fix ul li a {
  font-family: "Mark";
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 17px;
  white-space: nowrap;
  color: #9b9b9b;
  text-decoration: none;
  transition: all 0.3s ease;
}
.bottom-fix ul li a span {
  font-size: 16px;
  display: block;
  line-height: 20px;
  font-weight: 900;
  white-space: nowrap;
  color: #000000;
  border-bottom: 2px solid #ffffff;
}
.bottom-fix ul li a:hover span {
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  color: #d1ad59;
  border-bottom: 2px solid #d1ad59;
}
.bottom-fix ul li:last-child::after {
  display: none;
}

section#gallery {
  padding: 82px 0;
}

.inner-row {
  display: flex;
  gap: 34px;
  align-items: center;
  margin-bottom: 72px;
  position: relative;
  z-index: 3;
}
.inner-row.inner-2 {
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 4px solid #6b8d75;
  margin: 0;
  padding: 0 0 64px;
}
.inner-row.inner-3 {
  justify-content: space-between;
}
.inner-row.inner-3 ul {
  padding: 0;
  line-height: normal;
  margin: 0;
  list-style: none;
}
.inner-row.inner-3 ul li {
  display: flex;
  gap: 35px;
  align-items: flex-start;
}
.inner-row.inner-3 ul li i {
  display: inline-flex;
  min-width: 55px;
  align-items: center;
  justify-content: center;
  min-height: 55px;
}
.inner-row.inner-3 ul li span {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 39px;
  line-height: 55px;
  white-space: nowrap;
  color: #2e3532;
  padding: 14px 0;
  border-bottom: 1px solid #c8d7c7;
  flex: 1;
}
.inner-row.inner-3 ul li span b {
  color: #d1ad59;
}
.inner-row.inner-3 ul li:last-child span {
  border-bottom: none;
}
.inner-row h2 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  white-space: nowrap;
  color: #ffffff;
  margin: 0;
}
.inner-row h2 span {
  color: #c8d7c7;
  display: block;
}
.inner-row p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  max-width: 674px;
  color: #fff;
}
.inner-row p span {
  color: #c8d7c7;
}

/* Gallery */
.gallery-wrap {
  position: relative;
  z-index: 3;
}

.gallery .img-group {
  position: relative;
}
.gallery .slick-track {
  display: flex;
  gap: 22px;
}
.gallery .gallery-item {
  position: relative;
}
.gallery .gallery-item img {
  max-width: 100%;
}
.gallery .gallery-item .overlay {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.4); */
  transition: opacity 0.3s ease;
  border-radius: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 67px;
}
.gallery .gallery-item .overlay h6 {
  margin: 0;
  font-family: "Mark";
  font-style: normal;
  font-weight: 900;
  font-size: 23px;
  line-height: 27px;
  white-space: nowrap;
  color: #c8d7c7;
}

.count-inner {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
  flex-direction: row-reverse;
  margin-left: 16px;
  position: ABSOLUTE;
  top: calc(70% + 123px);
  left: 0;
}
.count-inner .count {
  font-size: 12px;
  color: #efe3d0;
  font-weight: 400;
}
.count-inner ul.slick-dots {
  display: flex;
  list-style: none;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.count-inner ul.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #d8d8d8;
  text-indent: -1000px;
  border: 0;
}
.count-inner ul.slick-dots li.slick-active {
  width: 25px;
  height: 10px;
  border-radius: 5px;
  background: #6b8d75;
}

.controls {
  position: absolute;
  width: 115.11px;
  height: 60px;
  background: #f6ebd1;
  display: flex;
  top: calc(64% + 98px);
  left: 16px;
}
.controls.controls-info {
  background: none;
  position: static;
}
.controls button.prevBtn,
.controls button.prevBtn-info {
  background: transparent;
  border: 0;
  outline: 0;
  width: 50%;
  position: relative;
  color: #9b9b9b;
}
.controls button.prevBtn:hover,
.controls button.prevBtn-info:hover {
  cursor: pointer;
  font-size: large;
}
.controls button.prevBtn:after,
.controls button.prevBtn-info:after {
  width: 1px;
  height: 37px;
  background: #d8d8d8;
  transform: rotate(20deg);
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 12px;
}
.controls button.nextBtn,
.controls button.nextBtn-info {
  background: transparent;
  border: 0;
  outline: 0;
  width: 50%;
  color: #9b9b9b;
}
.controls button.nextBtn:hover,
.controls button.nextBtn-info:hover {
  cursor: pointer;
  font-size: large;
}

.overlay-bottom {
  max-width: 32%;
  margin-left: auto;
  margin-top: 30px;
}
.overlay-bottom p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  /* white-space: nowrap; */
  color: #fff;
}
.overlay-bottom p b {
  font-family: "Mark";
  font-weight: 900;
  font-size: 19px;
  /* white-space: nowrap; */
  color: #c8d7c7;
  display: block;
  margin-bottom: 20px;
}

.cols-wrap {
  display: flex;
}

section.info-section {
  background-image: linear-gradient(90deg, #ffffff 0%, #f6ebd1 95%);
  padding: 83px 0;
  position: relative;
}
section.info-section::after {
  content: "";
  top: -22px;
  left: 0;
  z-index: 2;
  position: absolute;
  width: 546px;
  height: 44px;
  background: #c8d7c7;
}

.logo-inner {
  display: flex;
  align-items: flex-end;
  gap: 65px;
}
.logo-inner h4 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  white-space: nowrap;
  color: #2e3532;
  margin: 0;
  padding: 0 0 15px;
}

.slide-fix-tabs-container {
  display: flex;
  gap: 8px;
  flex-direction: column;
  position: relative;
}

.slide-fix-tab-list {
  display: flex;
  flex-grow: 1;
  overflow-x: auto;
  scrollbar-width: none;
  justify-content: space-between;
}

.slide-fix-tab-list::-webkit-scrollbar {
  display: none;
}

.slide-fix-tab {
  flex: 0 0 auto;
  padding: 30px 0;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  min-width: 180px;
  font-family: "Mark";
  font-style: normal;
  font-weight: 450;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #000000;
}
.slide-fix-tab.slide-fix-tab-active,
.slide-fix-tab:hover {
  color: #d1ad59;
}

.slide-fix-tab-indicator {
  position: absolute;
  bottom: 14px;
  transition: all 0.3s ease;
  z-index: 3;
  left: 0;
}

.slide-fix-tab-content {
  position: relative;
  z-index: 2;
}

.slide-fix-tab-panel {
  display: none;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.4s ease;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.slide-fix-tab-panel-active {
  display: block;
  opacity: 1;
  transform: translateX(0);
}

.text h6 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  color: #d1ad59;
}
.text p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  /* white-space: nowrap; */
  color: #2e3532;
}
.text p b {
  font-weight: 700;
}

.gallery-fix-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.gallery-fix-thumb {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /* background: #ddd; */
  border: none;
  padding: 0;
  /* box-shadow: 36px 4px 50px rgba(0, 0, 0, 0.25); */
  margin-bottom: 13px;
  border-radius: 55px;
  line-height: 0;
  display: block;
}

.gallery-fix-thumb img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.2, 0.9, 0.3, 1);
}

.gallery-fix-thumb:hover img {
  transform: scale(1.06);
}

.gallery-fix-label {
  position: absolute;
  left: 8px;
  bottom: 8px;
  padding: 6px 8px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  display: none;
}

.gallery-fix-lb {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1500;
}

.gallery-fix-lb.open {
  display: flex;
  flex-direction: column;
}

.gallery-fix-lb-main {
  position: relative;
  background: #000;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  max-width: 90%;
}

.gallery-fix-lb-main img {
  max-width: 100%;
  max-height: 78vh;
  display: block;
}

.gallery-fix-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 12px;
  border-radius: 999px;
  color: #000;
  cursor: pointer;
  font-size: 31px;
  font-weight: bold;
  background: no-repeat;
}

.text-wrap p {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
}
.text-wrap p b {
  display: block;
  font-size: 20px;
}
.text-wrap p a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  /* or 154% */
  color: #d1ad59;
}
.text-wrap p img {
  position: absolute;
  left: -37px;
  top: 0;
}

.gallery-fix-prev {
  left: 12px;
}

.gallery-fix-next {
  right: 12px;
}

.gallery-fix-close {
  right: 12px;
  top: 12px;
  transform: none;
}

.gallery-fix-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px;
}

.gallery-fix-caption {
  flex: 1;
  padding-left: 8px;
}

.gallery-fix-strip {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 8px;
  flex-wrap: wrap;
}

.gallery-fix-mini {
  width: 84px;
  height: 56px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 6px;
  opacity: 0.6;
  border: 2px solid transparent;
  cursor: pointer;
}

.gallery-fix-mini img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-fix-mini.active {
  opacity: 1;
  border-color: #fff;
}

.gallery-fix-counter {
  font-size: 13px;
  color: #ddd;
}

/* Rectangle */
.gallery-wrap-lib {
  background: linear-gradient(89.85deg, #ffffff 15.71%, #f6ebd1 114.7%);
  width: 100%;
  max-width: 1400px;
  padding: 99px;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.gallery-wrap-lib::after {
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  width: 546px;
  height: 44px;
  background: #c8d7c7;
}

.gallery-wrap-col {
  flex: 0 0 45%;
  max-width: 45%;
}
.gallery-wrap-col:last-child {
  padding-left: 50px;
}

section.external-redirection {
  padding: 211px 0 49px;
}
section.external-redirection .after {
  position: absolute;
  top: 0;
  width: 1529px;
  height: 65px;
  background: #d1ad59;
  right: -964px;
}
section.external-redirection .title h3 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  color: #c8d7c7;
  margin: 0 0 10px;
}
section.external-redirection .title h3 span {
  color: #ffffff;
}
section.external-redirection .title p {
  color: #f6ebd1;
  font-weight: 400;
  font-size: 19px;
  line-height: 27px;
  white-space: nowrap;
}
section.external-redirection flex-galley {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section.external-redirection flex-galley a.flex-galley-item {
  flex: 0 0 calc(33.33% - 30px);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
section.external-redirection flex-galley a.flex-galley-item .overlay {
  position: absolute;
  left: 40px;
  bottom: 35px;
}
section.external-redirection flex-galley a.flex-galley-item h6 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 900;
  font-size: 29px;
  line-height: 30px;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0;
  transition: all 0.3s ease;
}
section.external-redirection flex-galley a.flex-galley-item p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #e4e4e4;
  margin: 10px 0 0;
  transition: all 0.3s ease;
}
section.external-redirection flex-galley a.flex-galley-item:first-child {
  flex: 0 0 calc(66.66% - 30px);
}
section.external-redirection flex-galley a.flex-galley-item img {
  max-width: 100%;
  transition: all 0.3s ease;
}
section.external-redirection flex-galley a.flex-galley-item:hover img {
  transform: scale(1.1);
}
section.external-redirection flex-galley a.flex-galley-item:hover h6,
section.external-redirection flex-galley a.flex-galley-item:hover p {
  color: #d1ad59;
}

section.prijslijst {
  background-color: #192c24;
  padding: 72px 0 130px;
  position: relative;
  overflow: hidden;
}
section.prijslijst .path-bottom {
  position: absolute;
  right: -199px;
  bottom: -493px;
  z-index: 0;
}
section.prijslijst h3 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  white-space: nowrap;
  color: #ffffff;
  margin: 0 0 25px;
}
section.prijslijst .pricing-table-section {
  overflow-x: auto;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
section.prijslijst .pricing-table {
  width: 100%;
  border-collapse: collapse;
}
section.prijslijst .pricing-table th span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #2b443a;
  padding: 10px 15px;
  background-color: #c8d7c7;
  display: block;
  text-align: left;
}
section.prijslijst .pricing-table td {
  padding: 12px 15px;
  text-align: left;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #ffffff;
}
section.prijslijst .pricing-table tbody tr {
  background: #2b443a;
  color: #ffffff;
}
section.prijslijst .pricing-table tbody tr:nth-child(even) {
  background-color: transparent;
  color: #2b443a;
}
section.prijslijst .extra-services {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
section.prijslijst .services-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  max-width: 60%;
}
section.prijslijst .services-table th span {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #2b443a;
  padding: 10px 15px;
  background: #d1ad59;
  display: block;
  text-align: left;
}
section.prijslijst .services-table td {
  padding: 12px 15px;
  text-align: left;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #ffffff;
}
section.prijslijst .services-table tbody tr {
  background: #2b443a;
  color: #ffffff;
}
section.prijslijst .services-table tbody tr:nth-child(even) {
  background-color: transparent;
  color: #2b443a;
}
section.prijslijst section.info {
  background: #2b443a;
  padding: 50px;
  position: relative;
  z-index: 2;
}
section.prijslijst section.info .inner-row-fix {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
section.prijslijst section.info .inner-row-fix .col {
  flex: 0 0 27%;
  padding: 0 15px 0 0;
}
section.prijslijst section.info h5 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  color: #d1ad59;
  margin: 0;
}
section.prijslijst section.info p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #c8d7c7;
  margin-top: 0;
  margin-bottom: 30px;
}
section.prijslijst section.info p:only-child {
  margin-bottom: 0;
}

/* Contact */
form.form-wrap {
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
form.form-wrap .form-cols {
  flex: 0 0 40%;
}
form.form-wrap .form-cols label {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
  margin-bottom: 10px;
  display: block;
  color: #2b443a;
}
form.form-wrap .form-cols:last-child {
  flex: 0 0 50%;
}
form.form-wrap .form-cols .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}
form.form-wrap .form-cols .form-row .form-col {
  flex: 0 0 calc(50% - 20px);
  position: relative;
}
form.form-wrap .form-cols .form-row .form-col img {
  position: absolute;
  right: 22px;
  top: 13px;
  cursor: pointer;
}
form.form-wrap .form-cols .form-row .form-col p {
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #efe3d0;
}
form.form-wrap .form-cols .form-row .form-col input,
form.form-wrap .form-cols .form-row .form-col select,
form.form-wrap .form-cols .form-row .form-col textarea {
  padding: 13px 20px;
  border: 0px solid #e6e7eb;
  border-radius: 8px;
  border-radius: 11px;
  background: rgb(255, 255, 255);
  width: 100%;
  white-space: nowrap;
  color: #9c331e;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
}
form.form-wrap .form-cols .form-row .form-col input::placeholder,
form.form-wrap .form-cols .form-row .form-col input:focus::placeholder,
form.form-wrap .form-cols .form-row .form-col input:hover::placeholder,
form.form-wrap .form-cols .form-row .form-col input:focus,
form.form-wrap .form-cols .form-row .form-col input:hover,
form.form-wrap .form-cols .form-row .form-col select::placeholder,
form.form-wrap .form-cols .form-row .form-col select:focus::placeholder,
form.form-wrap .form-cols .form-row .form-col select:hover::placeholder,
form.form-wrap .form-cols .form-row .form-col select:focus,
form.form-wrap .form-cols .form-row .form-col select:hover,
form.form-wrap .form-cols .form-row .form-col textarea::placeholder,
form.form-wrap .form-cols .form-row .form-col textarea:focus::placeholder,
form.form-wrap .form-cols .form-row .form-col textarea:hover::placeholder,
form.form-wrap .form-cols .form-row .form-col textarea:focus,
form.form-wrap .form-cols .form-row .form-col textarea:hover {
  color: #9c331e;
  opacity: 1;
}
form.form-wrap .form-cols .form-row .form-col option {
  background-color: rgba(255, 255, 255, 0.37);
}
form.form-wrap .form-cols .form-row .form-col option:hover {
  background-color: #efe3d0;
}
form.form-wrap .form-cols .form-row .form-col.counter {
  display: flex;
  align-items: center;
}
form.form-wrap .form-cols .form-row .form-col.counter input {
  border: 0;
  outline: none;
  background: transparent;
  width: 66px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #efe3d0;
}
form.form-wrap .form-cols .form-row .form-col.counter button {
  width: 39px;
  height: 39px;
  border-radius: 20px;
  background-color: #ffd365;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #9c331e;
}
form.form-wrap .form-cols .form-row .form-col.counter button:hover {
  background-color: #b48b2b;
}
form.form-wrap .form-cols .form-row.only-one .form-col {
  flex: 0 0 calc(100% - 20px);
}
form.form-wrap .form-cols .form-row.two-odd {
  gap: 30px;
}
form.form-wrap .form-cols .form-row.two-odd .form-col:first-child {
  flex: 0 0 calc(70% - 30px);
}
form.form-wrap .form-cols .form-row.two-odd .form-col:last-child {
  flex: 0 0 calc(30% - 30px);
}
form.form-wrap .form-cols .form-button {
  text-align: right;
}
form.form-wrap .form-cols .form-button button.submit-btn {
  width: 207px;
  height: 65px;
  border-radius: 21px;
  background: #ffd365;
  border: 0;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #9c331e;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
}
form.form-wrap .form-cols .form-button button.submit-btn:hover {
  background-color: #fff;
  color: #9c331e;
}

textarea {
  grid-column: 1/3;
  min-height: 421px;
}

/* Responsive */
@media (max-width: 1366px) {
  .hero-left h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .hero-left p {
    font-size: 32px;
    line-height: 55px;
  }
  .path-left {
    position: absolute;
    right: 124px;
    z-index: 2;
    bottom: -16%;
    max-width: 400px;
  }
  .path-left img {
    max-width: 100%;
  }
  .path-right {
    position: absolute;
    right: -1px;
    bottom: -8px;
    z-index: 2;
    max-width: 146px;
  }
  .path-right img {
    max-width: 100%;
  }
  section.external-redirection .after {
    position: absolute;
    top: 0;
    width: 1529px;
    height: 65px;
    background: #d1ad59;
    right: -1157px;
    z-index: -1;
  }
  section.prijslijst .path-bottom {
    position: absolute;
    right: -70px;
    bottom: -12px;
    z-index: 0;
    max-width: 400px;
  }
  section.prijslijst .path-bottom img {
    max-width: 100%;
  }
  img {
    max-width: 100%;
  }
  .bottom-fix ul {
    gap: 64px;
  }
  .bottom-fix ul li::after {
    right: -38px;
  }
  .bottom-fix {
    width: 905px;
  }
  .gallery-fix-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .gallery-fix-thumb {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .overlay-bottom {
    max-width: 50%;
    margin-left: auto;
    margin-top: 0;
    padding: 20px;
  }
  .cols-wrap {
    display: flex;
    margin-top: 68px;
  }
  .inner-row.inner-4 {
    flex-direction: column;
    align-items: flex-start;
  }
  section.external-redirection .after {
    position: relative;
    top: 0;
    width: 100%;
    height: 65px;
    background: #d1ad59;
    right: 0;
    z-index: -1;
  }
  .inner-row.inner-3 ul li span {
    font-size: 22px;
    line-height: 36px;
    padding: 14px 0;
  }
  .logo-inner h4 {
    font-size: 38px;
    line-height: 41px;
  }
  .inner-row h2 {
    font-size: 40px;
    line-height: 48px;
  }
  section.external-redirection .title h3,
  section.prijslijst h3,
  section.calender h3,
  section.contact h3 {
    font-size: 40px;
    line-height: 48px;
  }
  section.external-redirection flex-galley {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  section.external-redirection flex-galley a.flex-galley-item {
    flex: 0 0 calc(50% - 10px);
  }
  section.external-redirection flex-galley a.flex-galley-item:first-child {
    flex: 0 0 calc(100% - 10px);
  }
  section.external-redirection flex-galley a.flex-galley-item img {
    width: 100%;
  }
  .gallery-fix-strip {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .cols-wrap {
    flex-direction: column;
  }
  .controls {
    top: calc(50% + 98px);
  }
  .count-inner {
    top: calc(56% + 123px);
  }
  .overlay-bottom {
    max-width: 100%;
    margin-left: 0;
  }
  .gallery-fix-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand {
    min-width: 200px;
  }
  .bottom-fix {
    width: 100%;
    height: auto;
  }
  .bottom-fix ul li::after {
    display: none;
  }
  .bottom-fix ul {
    width: 77%;
    gap: 5%;
    padding: 4px 20px;
  }
  .bottom-fix ul li {
    position: relative;
    flex: 0 0 28.33%;
  }
  .bottom-fix .after {
    width: auto;
    padding: 0 20px;
  }
  .slide-fix-tab {
    padding: 30px 15px;
    min-width: 0;
  }
  .inner-row.inner-3 {
    justify-content: space-between;
    flex-direction: column;
  }
  section.external-redirection flex-galley a.flex-galley-item .overlay {
    position: relative;
    left: 0;
    bottom: 0;
  }
  section.external-redirection flex-galley a.flex-galley-item h6 {
    font-size: 22px;
    line-height: 25px;
  }
  section.external-redirection flex-galley a.flex-galley-item p {
    font-size: 18px;
    line-height: 24px;
  }
  .inner-row {
    flex-direction: column;
  }
  .inner-row.inner-2 {
    flex-direction: row;
  }
  footer .footer-row {
    flex-direction: column;
    gap: 30px;
  }
  form.form-wrap {
    flex-direction: column;
  }
  section.prijslijst section.info .inner-row-fix {
    flex-direction: column;
  }
  section.prijslijst section.info .inner-row-fix .col {
    flex: 0 0 100%;
    padding: 15px 0px;
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  section.prijslijst section.info .inner-row-fix .col p {
    margin-bottom: 0;
  }
  section.prijslijst .extra-services {
    overflow-x: auto;
  }
  .gallery-wrap-col {
    flex: auto;
    max-width: 100%;
  }
  .gallery-wrap-lib {
    flex-direction: column;
  }
  .gallery-fix-lb-main {
    margin: 0 auto;
  }
  .slide-fix-tab-indicator {
    display: none;
  }
}
.menu-trigger {
  display: none;
}

@media (max-width: 991px) {
  .menu-trigger {
    font-size: 40px;
    color: #d1ad59;
    display: inline-block;
    cursor: pointer;
  }
  #sticky-nav-wrapper nav {
    position: absolute;
    top: 100%;
    background: #d1ad59;
    left: 0;
    right: 0;
    display: none;
  }
  .inner-header {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hero-left h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .hero-left p {
    font-size: 24px;
    line-height: 32px;
  }
  .path-left {
    position: absolute;
    right: 50px;
    z-index: 2;
    bottom: -20%;
    max-width: 300px;
  }
  .path-left img {
    max-width: 100%;
  }
  .path-right {
    position: absolute;
    right: -1px;
    bottom: -1px;
    z-index: 2;
    max-width: 100px;
  }
  .path-right img {
    max-width: 100%;
  }
  .bottom-fix {
    width: 100%;
    height: auto;
    position: relative;
    flex-direction: column;
    border-radius: 0;
  }
  .bottom-fix .after {
    width: auto;
    padding: 0 20px;
    height: 40px;
    position: static;
    border-radius: 45px;
    margin-bottom: 10px;
  }
  .slide-fix-tab-list {
    flex-wrap: wrap;
    gap: 0;
  }
  .slide-fix-tab {
    padding: 10px 15px;
    min-width: 0;
    flex: 0 0 50%;
    background: linear-gradient(90deg, #ffffff 0%, #f6ebd1 95%);
    border: 2px solid #c8d7c7;
    text-align: center;
  }
  .slide-fix-tab.slide-fix-tab-active,
  .slide-fix-tab:hover {
    color: #ffffff;
    background: #d1ad59;
  }
  .slide-fix-tabs-container {
    margin: 10px 0 0;
  }
  .bottom-fix ul {
    gap: 5%;
    width: 100%;
    padding: 4px 20px;
  }
}
@media (min-width: 992px) {
  nav {
    display: block !important;
  }
}
body .wrap #sticky-nav-wrapper {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: 90%;
  max-width: 1394px;
  transition:
    top 0.3s ease,
    bottom 0.3s ease;
}
body .wrap #sticky-nav-wrapper.fixed {
  position: fixed;
  top: 0;
  bottom: auto;
}
body .wrap #sticky-nav-wrapper.fixed .sticky-nav {
  border: 2px solid #fff;
}
body .wrap .sticky-nav {
  background: #c65841;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
body .wrap .sticky-nav ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
}
body .wrap .sticky-nav ul li {
  flex: auto;
  text-align: center;
  padding: 39px 10px;
}
body .wrap .sticky-nav ul li:not(:first-child) {
  border-left: 2px solid #b84d36;
}
body .wrap .sticky-nav ul li a,
body .wrap .sticky-nav ul li span {
  color: #fff !important;
  text-decoration: none;
  font-family: "Mark", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: opacity 0.3s;
  padding: 39px 10px;
  cursor: pointer;
}
body .wrap .sticky-nav ul li span.yellow {
  color: #ffd365 !important;
}

body .wrap .sticky-nav ul li a:hover {
  /* KURT text-decoration: underline; */
}
body .wrap .welkom-section {
  background-color: #d9f1e4;
  padding: 80px 50px;
  border-radius: 40px;
  margin: 40px auto;
  max-width: 1394px;
  position: relative;
  /* overflow: hidden; */
  padding-left: 80px;
  z-index: 2;
  /* overflow: hidden; */
}

@media (max-width: 768px) {
  body .wrap .welkom-section {
    padding-left: 25px;
    padding-right: 25px;
  }
}

body .wrap .welkom-section .sect1-bg {
  position: absolute;
  left: -83px;
  top: 11px;
  max-width: 217px;
}
body .wrap .welkom-section .sect1-bg img {
  max-width: 100%;
}
body .wrap .welkom-section .welkom-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  z-index: 2;
  position: relative;
}
body .wrap .welkom-section .welkom-header .welkom-icon {
  width: auto;
  height: auto;
}
body .wrap .welkom-section .welkom-header h2 {
  margin: 0;
  font-family: "Lato", sans-serif;
  color: #c65841;
  text-align: left;
  font-size: 69px;
  line-height: 55px;
  font-weight: 400;
}
body .wrap .welkom-section .welkom-header .welkom-line {
  flex-grow: 1;
  height: 2px;
  background-color: #c34b36;
  margin-left: 20px;
  opacity: 0.5;
}
body .wrap .welkom-section .welkom-content {
  display: flex;
  gap: 60px;
}
body .wrap .welkom-section .welkom-content .welkom-col {
  flex: 1;
  margin: 0;
  color: #61897f;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 34px;
  font-weight: 400;
  position: relative;
}
@media (max-width: 768px) {
  body .wrap .welkom-section .welkom-content {
    flex-direction: column;
  }
}
body .wrap .indeling-section {
  padding: 0px 0;
  margin: 60px 0;
}
body .wrap .indeling-section .indeling-header {
  text-align: left;
  margin-bottom: 15px;
}
body .wrap .indeling-section .cursive-title {
  font-size: 57px;
  color: #ccbaa6;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Vibur", cursive;
  font-weight: 400;
}
body .wrap .indeling-section .line-after {
  flex-grow: 1;
}
body .wrap .slide-fix-tabs-container.layout-row {
  display: flex;
  flex-direction: row;
  gap: 0;
}
body .wrap .slide-fix-tabs-container.layout-row .slide-fix-tab-content {
  flex: 1;
}
body
  .wrap
  .slide-fix-tabs-container.layout-row
  .slide-fix-tab-content
  .slide-fix-tab-panel {
  border-radius: 30px 30px 0px 0;
  padding: 50px;
  color: #2d3c37;
}
body
  .wrap
  .slide-fix-tabs-container.layout-row
  .slide-fix-tab-content
  .slide-fix-tab-panel:first-child {
  background-color: #ffd365;
}
body
  .wrap
  .slide-fix-tabs-container.layout-row
  .slide-fix-tab-content
  .slide-fix-tab-panel:nth-child(2) {
  background-color: #c65841;
  color: #fff;
}
body
  .wrap
  .slide-fix-tabs-container.layout-row
  .slide-fix-tab-content
  .slide-fix-tab-panel:nth-child(3) {
  background-color: #88b488;
}
body .wrap .slide-fix-tab-content.section-bottom-content .slide-fix-tab-panel {
  border-radius: 30px 0px 30px 30px;
  padding: 50px 35px;
  color: #2d3c37;
}
body
  .wrap
  .slide-fix-tab-content.section-bottom-content
  .slide-fix-tab-panel:first-child {
  background-color: #ffd365;
}
body
  .wrap
  .slide-fix-tab-content.section-bottom-content
  .slide-fix-tab-panel:nth-child(2) {
  background-color: #c65841;
  color: #fff;
}
body
  .wrap
  .slide-fix-tab-content.section-bottom-content
  .slide-fix-tab-panel:nth-child(3) {
  background-color: #88b488;
}
body .wrap .slide-fix-tab-list-vertical {
  display: flex;
  flex-direction: column;
  width: 42%;
  position: relative;
  margin-top: 20px;
  padding-bottom: 126px;
}
body .wrap .slide-fix-tab {
  font-family: "Mark", sans-serif;
  text-transform: uppercase;
  padding: 5px 0;
  cursor: pointer;
  border: none;
  background: none;
  text-align: left;
  transition: color 0.3s;
  min-width: 0;
  font-size: 75px;
  line-height: 65px;
  letter-spacing: 1px;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
body .wrap .slide-fix-tab::after {
  content: "";
  width: 55px;
  height: 55px;
  position: absolute;
  right: -67px;
  top: -1px;
  transform-origin: 0 0;
  transform: rotate(45deg) scale(1, 1);
  opacity: 0;
  transition: opacity 0.3s;
}
body .wrap .slide-fix-tab:first-child {
  color: #ffd365;
}
body .wrap .slide-fix-tab:nth-child(2) {
  color: #c65841;
}
body .wrap .slide-fix-tab:nth-child(3) {
  color: #88b488;
}
body .wrap .slide-fix-tab:first-child::after {
  background-color: #ffd365;
}
body .wrap .slide-fix-tab:nth-child(2)::after {
  background-color: #c65841;
}
body .wrap .slide-fix-tab:nth-child(3)::after {
  background-color: #88b488;
}
body .wrap .slide-fix-tab.slide-fix-tab-active::after {
  opacity: 1;
}
body .wrap .slide-fix-tab:not(.slide-fix-tab-active):hover::after {
  opacity: 1;
}
body .wrap .slide-fix-tab:hover {
  z-index: 2;
}
body .wrap ul.text-content {
  font-size: 19px;
  line-height: 41px;
  font-weight: 700;
  font-family: "Lato";
  padding: 0;
  list-style: none;
}
body .wrap ul.text-content li {
  display: flex;
}
body .wrap ul.text-content li::before {
  content: "•";
  font-size: 20px;
  margin-right: 15px;
}
body .wrap .slide-fix-tab-panel .inner-row.inner-3 ul li span {
  color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
body .wrap .slide-fix-tab-panel .inner-row.inner-3 ul li span b {
  color: #000;
}
body .wrap .slide-fix-tab-panel .text p {
  color: #333;
}
body .wrap .slide-fix-tab-panel .text h6 {
  color: #000;
  font-size: 24px;
}
body .wrap .gallery-fix-wrap {
  padding: 0;
  margin-top: 0;
}
body .wrap img.tab-img {
  margin-left: auto;
  display: block;
  margin-bottom: -58px;
  margin-top: -45px;
}
body .wrap .gallery-fix-controls-top {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
body .wrap .gallery-fix-controls-top button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #cab06f;
  color: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: transform 0.2s;
}
body .wrap .gallery-fix-controls-top button:hover {
  transform: scale(1.1);
  background-color: #b3523a;
}
@media (max-width: 991px) {
  body .wrap .slide-fix-tabs-container.layout-row {
    flex-direction: column;
  }
  body .wrap .slide-fix-tabs-container.layout-row .slide-fix-tab-content {
    border-radius: 0 40px 40px 40px;
  }
  body .wrap .slide-fix-tab-list-vertical {
    /* flex-direction: row; */
    width: 100%;
    /* overflow-x: auto; */
    padding-bottom: 49px;
  }
}
body .wrap .omgeving-section {
  padding: 29px 0;
  position: relative;
}
body .wrap .omgeving-section .omgeving-header {
  text-align: left;
  margin-bottom: 107px;
  position: relative;
}
body .wrap .omgeving-section .omgeving-header .cursive-title {
  font-size: 100px;
  line-height: 55px;
  color: #ccbaa6;
  font-weight: 400;
  font-family: "Vibur";
  text-align: center;
  margin: 0;
}
body .wrap .omgeving-section .omgeving-header > img {
  position: absolute;
  left: -55px;
  top: -130px;
}
body .wrap .omgeving-section .omgeving-header .curved-arrow {
  margin-left: 41px;
  display: inline-block;
  position: relative;
  top: 69px;
}
body .wrap .omgeving-section .omgeving-content .container {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
body .wrap .omgeving-section .omgeving-content {
  background-blend-mode: overlay;
  background-position: center;
  background-size: cover;
  padding: 84px 1%;
  border-radius: 40px;
  /* margin: 0 5%; */
  display: flex;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
body .wrap .activities-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  max-height: 616px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 136px;
}
body .wrap .activities-list li {
  padding-bottom: 32px;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  font-size: 42px;
  color: #849576;
  font-weight: 400;
  font-family: "Mark";
  text-align: right;
  transition: all 0.5s ease;
  opacity: 0.64;
}
body .wrap .activities-list li:hover {
  color: #fff;
}
body .wrap .activities-list li.active {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 900;
  gap: 15px;
}
body .wrap .activities-list li.active .line-through {
  width: 87px;
  height: 8px;
  background-color: #6b8d75;
  display: inline-block;
  position: absolute;
  left: calc(100% + 32px);
}
body .wrap .activities-wrap .link-btn {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.5s ease;
  pointer-events: none;
  position: absolute;
  /* stack all in same place */
}
body .wrap .activities-wrap .link-btn.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

.hero-card {
  background:
    linear-gradient(
      90deg,
      rgba(46, 61, 56, 0) 35%,
      rgba(46, 61, 56, 0.75) 65%,
      rgba(0, 74, 53, 0.95) 100%
    ),
    url("afbeelding.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

body .wrap .prijslijst-section {
  background: linear-gradient(135deg, #a3ddbf, #6b8d75);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-image: url(../images/new/Prijslijst.png);
  border-radius: 40px;
  padding: 80px 0;
  position: relative;
  margin-bottom: 30px;
}
body .wrap .prijslijst-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/leaf-bg.png") no-repeat right bottom/50%;
  opacity: 0.2;
  pointer-events: none;
}
body .wrap .prijslijst-section .prijs-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
body .wrap .prijslijst-section .prijs-header h3 {
  font-family: "Mark", sans-serif;
  margin: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #ffffff;
  text-align: left;
  font-size: 95px;
  line-height: 72px;
  font-weight: 900;
}
body .wrap .prijs-columns {
  display: flex;
  gap: 60px;
  margin-bottom: 50px;
}
body .wrap .prijs-columns .prijs-col {
  flex: 1;
}
body .wrap .prijs-columns .prijs-col:first-child {
  position: relative;
}
body .wrap .prijs-columns .prijs-col:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #9c331e;
  width: 3px;
  height: 306px;
  /* position: relative; */
  display: inline-block;
}
body .wrap .prijs-columns .prijs-col .cursive-subtitle {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 65px;
  line-height: 72px;
  color: #c65841;
  font-weight: 400;
  font-family: "Vibur";
}
body .wrap .prijs-columns .prijs-col ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
}
body .wrap .prijs-columns .prijs-col ul li {
  display: flex;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  font-family: "Lato";
  padding: 0;
  list-style: none;
  color: #2b443a;
  line-height: 39px;
  font-family: "Mark", sans-serif;
}
body .wrap .prijs-columns .prijs-col ul li span {
  color: #9c331e;
  font-weight: 300;
  color: #9c331e;
  font-weight: 300;
  display: block;
}
body .wrap .prijs-columns .prijs-col ul li span.highlight {
  color: #c34b36;
  font-weight: 700;
}
body .wrap .prijs-columns .prijs-col ul li::before {
  content: "•";
  font-size: 20px;
  margin-right: 15px;
}
body .wrap .prijs-footer {
  display: flex;
  gap: 60px;
  padding-top: 40px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
  z-index: 2;
  border-radius: 55px;
  background-color: #c65841;
  padding: 50px 40px;
}

@media (max-width: 768px) {
  body .wrap .prijs-footer {
    padding-left: 0px;
    padding-right: 15px;
  }
}

body .wrap .prijs-footer .prijs-footer-col {
  flex: 1;
  color: #fff;
  border-radius: 15px;
}
body .wrap .prijs-footer .prijs-footer-col p {
  display: flex;
  margin: 0;
  color: #efe3d0;
  text-align: left;
  font-family: "Lato", sans-serif;
  font-size: 19px;
  line-height: 41px;
  font-weight: 300;
}
body .wrap .prijs-footer .prijs-footer-col p:before {
  content: "-";
  font-size: 15px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  body .wrap .prijs-columns,
  body .wrap .prijs-footer {
    flex-direction: column;
  }
}
body .wrap .calender-contact-wrapper {
  background: linear-gradient(135deg, #b3523a, #9c331e);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
  background-image: url(../images/new/contact.png);
  border-radius: 40px;
  padding: 80px 0;
  position: relative;
}
body .wrap .calender-contact-wrapper .cal-wrapper-inner {
  position: relative;
  z-index: 2;
}
body .wrap .calender h3,
body .wrap .contact h3 {
  margin: 0 0 40px;
  font-size: 95px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 800;
  font-family: "Mark";
}
body .wrap .contact h3 {
  margin-top: 90px;
  color: #ffd365;
}
body .wrap .form-new-layout {
  display: flex;
  gap: 40px;
  background: transparent;
  padding: 0;
}
body .wrap .form-new-layout .form-left,
body .wrap .form-new-layout .form-right {
  flex: 1;
}
body .wrap .form-new-layout input,
body .wrap .form-new-layout select,
body .wrap .form-new-layout textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #b3523a;
  border-radius: 8px;
  padding: 15px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  outline: none;
}
body .wrap .form-new-layout input::placeholder,
body .wrap .form-new-layout select::placeholder,
body .wrap .form-new-layout textarea::placeholder {
  color: #999;
}
body .wrap .form-new-layout select option {
  color: #333;
}
body .wrap .form-new-layout .form-row {
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
body .wrap .form-new-layout .form-row img {
  filter: invert(0);
  width: 20px;
  margin-left: -35px;
  pointer-events: none;
}
body .wrap .form-new-layout .two-odd .form-col {
  flex: 1;
}
body .wrap .form-new-layout .counter-row {
  align-items: center;
  border-bottom: none;
  padding-bottom: 10px;
  background: #fff;
  border: 1px solid #b3523a;
  border-radius: 8px;
  padding: 10px 15px;
}
body .wrap .form-new-layout .counter-row p {
  color: #fff;
  margin: 0;
}
body .wrap .form-new-layout .counter {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: flex-end;
}
body .wrap .form-new-layout .counter button {
  background: transparent;
  border: none;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}
body .wrap .form-new-layout .counter input {
  width: 40px;
  text-align: center;
  border: none;
  padding: 0;
  margin: 0;
  color: #333;
}
body .wrap .form-right .text-row {
  height: calc(100% - 80px);
}
body .wrap .form-right textarea {
  height: 100%;
  resize: none;
  border: 1px solid #b3523a;
  border-radius: 8px;
  padding: 20px;
}
body .wrap .form-button-socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
body .wrap .contact-socials {
  display: flex;
  gap: 15px;
}
body .wrap .contact-socials a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  transition: opacity 0.3s;
}
body .wrap .contact-socials a:hover {
  opacity: 0.7;
}
body .wrap .highlight-btn {
  background-color: #f1b34a;
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 15px 40px;
  font-family: "Mark", sans-serif;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.3s;
}
body .wrap .highlight-btn:hover {
  background-color: #d89f41;
}
@media (max-width: 992px) {
  body .wrap .form-new-layout {
    flex-direction: column;
  }
}

footer {
  padding: 40px 0 60px;
}
footer .logo img {
  filter: brightness(0) invert(1);
}
footer div#footer-nav-wrapper {
  max-width: 1394px;
  margin: 0 auto;
}
footer div#footer-nav-wrapper .sticky-nav {
  background-color: #9c331e;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -87px;
}
footer div#footer-nav-wrapper .sticky-nav span {
  color: #f1b34a;
}
footer div#footer-nav-wrapper .footer-logo {
  text-align: center;
}

@media (max-width: 991px) {
  body .wrap .slide-fix-tab::after {
    width: 0;
    height: 0;
    bottom: 22px !important;
  }
  body .wrap .slide-fix-tab:nth-child(1)::after {
    background-color: transparent;
    border-width: 24px 24px 24px 24px;
    border-color: transparent #ffd365 #ffd365 transparent;
    border-style: solid;
  }
  body .wrap .slide-fix-tab:nth-child(2)::after {
    background-color: transparent;
    border-width: 24px 24px 24px 24px;
    border-color: transparent #c65841 #c65841 transparent;
    border-style: solid;
  }
  body .wrap .slide-fix-tab:nth-child(3)::after {
    background-color: transparent;
    border-width: 24px 24px 24px 24px;
    border-color: transparent #88b488 #88b488 transparent;
    border-style: solid;
  }
}
/* Responsive Styles */
@media (max-width: 1600px) {
  .container {
    padding: 0 15px;
  }
  .hero-center h1 {
    font-size: 70px;
    margin-bottom: 10px;
  }
  .brand-top img {
    max-width: 83px;
  }
  .center-header-bg {
    height: 800px;
    top: -23px;
  }
  body .wrap .sticky-nav ul li a,
  body .wrap .sticky-nav ul li span {
    font-size: 16px;
  }
  body .wrap .welkom-section .welkom-header h2 {
    font-size: 50px;
  }
  body .wrap .welkom-section .welkom-header .welkom-icon {
    width: 70px;
  }
  body .wrap .welkom-section .sect1-bg {
    left: -47px;
    top: 47px;
    max-width: 138px;
  }
  body .wrap .slide-fix-tab-list-vertical .slide-fix-tab {
    font-size: 57px;
    line-height: 50px;
  }
  body .wrap .indeling-section .cursive-title {
    font-size: 42px;
  }
  body .wrap .omgeving-section .omgeving-header .cursive-title {
    font-size: 66px;
  }
  body .wrap .activities-list {
    max-height: 488px;
    padding-right: 118px;
  }
  body .wrap .activities-list li {
    padding-bottom: 20px;
    font-size: 30px;
  }
  body .wrap .prijslijst-section .prijs-header {
    justify-content: center;
  }
  .calendar-wrap img {
    max-width: 100%;
  }
  body .wrap .calender h3,
  body .wrap .contact h3 {
    font-size: 60px;
  }
  form.form-wrap .form-cols {
    flex: 0 0 49%;
  }
}
@media (max-width: 1400px) {
  body .wrap .slide-fix-tab-list-vertical .slide-fix-tab {
    font-size: 42px;
    line-height: 40px;
  }
  body .wrap .sticky-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  body .wrap .slide-fix-tab-list-vertical .slide-fix-tab {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  /* Hide desktop sticky navigation */
  #sticky-nav-wrapper {
    display: none !important;
  }
  /* Adjust fonts across sections */
  .hero .hero-left h1,
  .hero h1 {
    font-size: 38px !important;
    line-height: 48px !important;
  }
  .hero .subtitle img {
    width: 80%;
  }
  .welkom-section h2 {
    font-size: 45px !important;
    line-height: 50px !important;
  }
  .indeling-section .cursive-title,
  .omgeving-section .omgeving-header .cursive-title,
  .prijs-columns .prijs-col .cursive-subtitle {
    font-size: 42px !important;
    line-height: 48px !important;
  }
  .prijslijst-section .prijs-header h3,
  .calender h3,
  .contact h3 {
    font-size: 48px !important;
    line-height: 52px !important;
  }
  .prijslijst-section .prijs-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .indeling-section .slide-fix-tab-list-vertical .slide-fix-tab {
    font-size: 36px !important;
    line-height: 40px !important;
  }
  /* Mobile Menu Toggle Button */
  .mobile-menu-toggle {
    display: block;
    position: absolute;
    top: 9px;
    right: 40px;
    background: transparent;
    border: none;
    color: #c65841;
    font-size: 43px;
    z-index: 9999;
    cursor: pointer;
  }
  .main-banner {
    height: 616px;
  }
  body .wrap .omgeving-section .omgeving-header .cursive-title {
    margin-bottom: 40px;
    text-align: right;
  }
  body .wrap .omgeving-section .omgeving-header > img {
    max-width: 102px;
    top: 0;
  }
  body .wrap .omgeving-section .omgeving-header {
    margin-bottom: 68px;
  }
  body .wrap .indeling-section {
    padding: 60px 0 0;
  }
  body .wrap .prijs-columns .prijs-col:first-child:after {
    display: none;
  }
  body .wrap .activities-list {
    padding-right: 43px;
  }
  body .wrap .activities-list li {
    padding-bottom: 20px;
    font-size: 21px;
    opacity: 1;
    color: #fff;
  }
  body .wrap .activities-list li.active .line-through {
    width: 21px;
    left: calc(100% + 15px);
  }
  body .wrap .activities-list li.active {
    font-size: 30px;
  }
  body .wrap .omgeving-section .omgeving-content {
    padding: 84px 5%;
  }
  body .wrap .activities-wrap .link-btn.active {
    font-size: 16px;
    padding: 15px;
  }
  body .wrap .prijs-columns {
    padding-left: 22px;
  }
  body .wrap .prijs-footer {
    gap: 0;
  }
  .wrap {
    padding: 0 10px;
  }
  /* Full-screen Mobile Menu */
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(43, 68, 58, 0.98);
    z-index: 9998;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
  }
  .mobile-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .mobile-menu ul li {
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease-in-out;
  }
  .mobile-menu.active ul li {
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu.active ul li:nth-child(1) {
    transition-delay: 0.1s;
  }
  .mobile-menu.active ul li:nth-child(2) {
    transition-delay: 0.2s;
  }
  .mobile-menu.active ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .mobile-menu.active ul li:nth-child(4) {
    transition-delay: 0.4s;
  }
  .mobile-menu.active ul li:nth-child(5) {
    transition-delay: 0.5s;
  }
  .mobile-menu.active ul li:nth-child(6) {
    transition-delay: 0.6s;
  }
  .mobile-menu ul li a {
    color: #fff;
    font-family: "Mark", sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2px;
    transition: color 0.3s;
  }
  .mobile-menu ul li a:hover {
    color: #f1b34a;
  }
  /* Specific fixes for mobile padding */
  .indeling-section .slide-fix-tab-content .slide-fix-tab-panel,
  .prijs-footer .prijs-footer-col {
    padding: 30px !important;
  }
  .prijs-footer .prijs-footer-col.first {
    padding-bottom: 0 !important;
  }
  .prijs-footer .prijs-footer-col.last {
    padding-top: 0 !important;
  }
  body
    .wrap
    .slide-fix-tab-content.section-bottom-content
    .slide-fix-tab-panel {
    border-radius: 0;
  }
  body
    .wrap
    .slide-fix-tabs-container.layout-row
    .slide-fix-tab-content
    .slide-fix-tab-panel {
    border-radius: 0;
  }
  body .wrap .slide-fix-tab-list-vertical .slide-fix-tab:after {
    right: 25px;
    top: auto;
    bottom: -21px;
  }
  .slide-fix-tab {
    position: static;
  }
  body .wrap .sticky-nav ul {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: unset;
  }
  body .wrap .sticky-nav ul li {
    flex: auto;
    text-align: center;
    padding: 15px 10px;
    border-bottom: 1px solid;
  }
  footer div#footer-nav-wrapper .sticky-nav {
    top: -21px;
  }
}
@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  .mobile-menu {
    display: none !important;
  }
}

.hero-card {
  background:
    linear-gradient(
      90deg,
      rgba(46, 61, 56, 0) 35%,
      rgba(46, 61, 56, 0.75) 65%,
      rgba(0, 74, 53, 0.95) 100%
    ),
    url("afbeelding.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 32px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

body .wrap #footer-nav-wrapper .sticky-nav ul li a,
body .wrap #footer-nav-wrapper .sticky-nav ul li span {
  padding: 0;
  display: inline-block;
}

body .wrap #footer-nav-wrapper .sticky-nav ul li span {
  cursor: default;
}

nav ul .nav-link:hover {
  background-color: #dfa105;
}

#calendar {
  color: #fff;
}

:root {
  --fc-button-bg-color: #dfa105;
  --fc-button-border-color: #dfa105;
  --fc-button-hover-bg-color: #d0980b;
  --fc-button-hover-border-color: #d0980b;
  --fc-button-active-bg-color: #d0980b;
  --fc-button-active-border-color: #d0980b;
}

.fc-event {
  padding-left: 7px;
  padding-right: 7px;
}

.socials {
  position: absolute;
  top: 13px;
  right: 110px;
  z-index: 3;
}

@media (min-width: 992px) {
  .socials {
    right: 20px;
    display: none;
  }
}
