@import url("../fonts/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --bg: #2b443a;
  --accent: #F6EBD1;
  --muted: #ffffff;
  --dark: #0f172a;
  --container: 1425px;
  --fc-page-bg-color: transparent;
}

* {
  box-sizing: border-box;
}

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

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

.wrap {
  max-width: 100%;
}

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

/* Header */
header {
  padding: 84px 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  transition: top 0.3s ease;
}

.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;
  gap: 34px;
  align-items: center;
}
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);
}
nav ul li:last-child {
  margin-left: 30px;
}

/* Hero */
.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
  background-image: url("../images/vakantiewoning-brakel.jpg");
  background-size: cover;
  height: 100vh;
  height: 978px;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 44, 36, 0.8);
  z-index: 1;
}

.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;
}

.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: 28px;
  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: 15px;
  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;
  top: -3px;
  height: 4px;
  background: #d1ad59;
  transition: all 0.3s ease;
  z-index: 3;
}

.slide-fix-tab-content {
  padding: 20px;
  position: relative;
}

.slide-fix-tab-panel {
  display: none;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.4s ease;
  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;
  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-wrap {
  margin-bottom: -212px;
}

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

.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: -24px;
}

.gallery-fix-thumb img {
  width: 100%;
  -o-object-fit: cover;
     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%;
  -o-object-fit: cover;
     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;
}

section.calender {
  background: linear-gradient(90deg, #ffffff 0%, #f6ebd1 95.19%);
  padding: 60px 0;
}
section.calender h3 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  white-space: nowrap;
  color: #d1ad59;
  margin: 0 0 20px;
}

section.contact {
  background: #d1ad59;
  padding: 150px 0 150px;
}
section.contact h3 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  white-space: nowrap;
  color: #ffffff;
  margin: 0 0 30px;
}

/* 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 {
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
  color: #2b443a;
}
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;
  font-size: 14px;
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.37);
  width: 100%;
  font-family: "Mark";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  white-space: nowrap;
  color: #2b443a;
}
form.form-wrap .form-cols .form-row .form-col input::-moz-placeholder, form.form-wrap .form-cols .form-row .form-col input:focus::-moz-placeholder, form.form-wrap .form-cols .form-row .form-col input:hover::-moz-placeholder, form.form-wrap .form-cols .form-row .form-col select::-moz-placeholder, form.form-wrap .form-cols .form-row .form-col select:focus::-moz-placeholder, form.form-wrap .form-cols .form-row .form-col select:hover::-moz-placeholder, form.form-wrap .form-cols .form-row .form-col textarea::-moz-placeholder, form.form-wrap .form-cols .form-row .form-col textarea:focus::-moz-placeholder, form.form-wrap .form-cols .form-row .form-col textarea:hover::-moz-placeholder {
  color: #2b443a;
  opacity: 1;
}
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: #2b443a;
  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;
  background: transparent;
  width: 66px;
  text-align: center;
}
form.form-wrap .form-cols .form-row .form-col.counter button {
  width: 39px;
  height: 39px;
  background: #efe3d0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
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: #2b443a;
  border: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 19px;
  line-height: 64px;
  white-space: nowrap;
  color: #ffffff;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
form.form-wrap .form-cols .form-button button.submit-btn:hover {
  background-color: #192c24;
}

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

footer {
  margin-top: 36px;
  padding: 70px 0;
  color: var(--muted);
  font-size: 14px;
}
footer .footer-row {
  display: flex;
  justify-content: space-between;
}
footer .footer-row .footer-col {
  display: flex;
  gap: 65px;
  align-items: flex-end;
}
footer .footer-row .footer-col p,
footer .footer-row .footer-col a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  white-space: nowrap;
  color: #f6ebd1;
  margin: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}
footer .footer-row .footer-col A:hover {
  color: #D1AD59;
}
footer .footer-row .footer-col.footer-col-last p {
  color: #D1AD59;
}

/* 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;
  }
}
.menu-trigger {
  display: none;
}

@media (max-width: 991px) {
  .menu-trigger {
    font-size: 40px;
    color: #d1ad59;
    display: inline-block;
    cursor: pointer;
  }
  nav {
    position: absolute;
    top: 100%;
    background: #d1ad59;
    left: 0;
    right: 0;
    display: none;
  }
  nav ul {
    display: flex;
    list-style: none;
    gap: 0;
    align-items: flex-start;
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  nav ul li {
    width: 100%;
  }
  nav ul li:last-child {
    margin-left: 0;
  }
  nav ul li:last-child a {
    background-color: var(--dark);
  }
  nav ul li:last-child a:hover {
    background-color: var(--bg);
  }
  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;
    padding: 15px 20px;
    display: block;
    border-bottom: 1px solid #fff;
  }
  nav ul li a:hover {
    background-color: #ffffff;
  }
  header {
    padding: 25px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  .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;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .bottom-fix ul {
    width: 100%;
    padding: 0 20px;
    gap: 20px;
    flex-direction: column;
    text-align: center;
    margin-top: 0;
  }
  .bottom-fix .after {
    width: auto;
    padding: 0 20px;
    height: 40px;
    position: static;
    border-radius: 45px;
  }
  .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-tab-indicator {
    display: none;
  }
  .slide-fix-tabs-container {
    margin: 10px 0 0;
  }
}
@media (min-width: 992px) {
  nav {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .fc .fc-toolbar {
    display: block;
  }
  .fc .fc-toolbar .fc-toolbar-title {
    margin-bottom: 0.5rem;
  }
  .inner-row.inner-2 {
    flex-direction: column;
    align-items: flex-start;
  }
  .inner-row.inner-2 .logo-inner {
    width: 100%;
  }
  .slide-fix-tab {
    flex: 0 0 100%;
    text-align: center;
  }
  footer .footer-row .footer-col {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}/*# sourceMappingURL=style.css.map */