@font-face {
  font-family: "Acumin Pro";
  src: url("fonts/AcuminPro-Regular.woff2") format("woff2"),
    url("fonts/AcuminPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Pro bold";
  src: url("fonts/AcuminPro-Bold.woff2") format("woff2"),
    url("fonts/AcuminPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Pro bolditalic";
  src: url("fonts/AcuminPro-BoldItalic.woff2") format("woff2"),
    url("fonts/AcuminPro-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Acumin Pro italic";
  src: url("fonts/AcuminPro-Italic.woff2") format("woff2"),
    url("fonts/AcuminPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Passion One-black";
  src: url("fonts/PassionOne-Black.woff2") format("woff2"),
    url("fonts/PassionOne-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Passion One-bold";
  src: url("fonts/PassionOne-Bold.woff2") format("woff2"),
    url("fonts/PassionOne-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Passion One-regular";
  src: url("fonts/PassionOne-Regular.woff2") format("woff2"),
    url("fonts/PassionOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi-light";
  src: url("fonts/Satoshi-Light.woff2") format("woff2"),
    url("fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.header-navigation {
/*  background-image: url("../images/BALK 1.png");*/
  background-position: bottom;
  width: 100%;
  background-size: cover;
  height: 145px;
  background-repeat: no-repeat;
  z-index: 1;
/*  position: relative;*/
  position: sticky;
  top: 0;
  z-index: 11111;
  transition: all 0.5s;
}

.header-navigation:before
{
  position: absolute;
  content: '';
  background-image: url("../images/BALK 1.png");
  background-position: bottom;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 120%;
  z-index: -1;
}
.header-top {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
}
.header-top .header-link ul {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}
.header-top .header-link ul li a {
  text-decoration: none;
  color: #014478;
  font-family: "Acumin Pro";
  font-size: 18px;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}

.header-top .header-link ul li a:hover {
  border-bottom: 2px solid #014478;
}
li.head-btn {
  background: #014478;
  padding: 10px 28px;
  color: white;
  border-radius: 8px;
  border: 1px solid #014478;
  transition: all 0.5s;
}
li.head-btn:hover {
  background-color: transparent;
}

li.head-btn a {
  color: white !important;
}
li.head-btn:hover a {
  color: #014478 !important;
  border-bottom: none !important;
}
.vann-main-banner {
  background-image: url("../images/banner.png");
  background-position: center;
  width: 100%;
  background-size: cover;
  height: 665px;
  background-repeat: no-repeat;
  position: relative;
  top: -64px;
}

.banner-content {
  display: flex;

  justify-content: space-between;
  align-items: center;
  padding: 145px 0px 200px;
}
.banner-left h1 {
  font-family: "Passion One-regular";
  font-size: 72px;
  line-height: 68px;
  color: #fff;
  text-transform: uppercase;
}
.banner-left p {
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 25px;
  color: #fff;
  max-width: 630px;
}
.banner-left {
  max-width: 810px;
}
.bnr-btn {
  background-color: #014478;
  width: fit-content;
  padding: 15px 25px;
  border-radius: 9px;
  border: 1px solid #014478;
  transition: all 0.5s;
}
.bnr-btn:hover {
  background-color: white;
}
.bnr-btn:hover a {
  color: #014478;
}
.bnr-btn a {
  color: #fff;
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 25px;
  text-decoration: none;
}

.banner-right {
  display: block;
  float: inline-end;
}
.social {
  margin-bottom: 10px;
}

/* 29-03-25 A  */

.banner-boxes {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
}
.bn-box h2 {
  font-family: "Passion One-regular";
  font-size: 40px;
  color: #014478;
  margin-bottom: 0px;
  line-height: 35px;
  text-transform: uppercase;
  transition: all 0.5s;
}
.bn-box:hover h2,
.bn-box:hover p {
  color: #f3fcff !important;
}

.bn-box p {
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #014478;
  margin-bottom: 0px;
  padding-top: 10px;
  line-height: 20px;
  transition: all 0.5s;
}

.banner-lower {
  /* background-image: url("../images/backbn.png");
  background-position: top;
  width: 100%;
  background-size: cover;
  height: 150px;
  background-repeat: no-repeat; */
  margin-top: -80px;
  position: relative;
  z-index: 9;
}

.banner-lower  img
{
  width: 100%;
    height: 90px;
    object-fit: cover;
    object-position: top;
    margin-top: -24px
}
.box1,
.box2,
.box3 {
  background-color: #f3fcff;
  padding: 100px 30px 30px;
  margin: 10px;
  border-radius: 30px;
  margin-top: -25%;
  transition: all 0.5s;
  box-shadow: 0 4px 10px 0 #00000026;
}
.box3 {
  padding: 60px 30px 30px;
}
.bn-box:hover
{
  background-color: #AF8B71;
}
.intro-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0px 100px;
}
.intro-text h1 {
  font-family: "Passion One-regular";
  font-size: 60px;
  color: #014478;
  margin-bottom: 0px;
  line-height: 52px;
  text-transform: uppercase;
}
.intro-text p {
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #014478;
  margin-bottom: 0px;
  line-height: 28px;
  margin: 28px 0px;
}
.intro-img {
  padding-left: 20px;
}

.intro-btn {
  display: block;
  width: fit-content;
  background-color: #af8b71;
  padding: 17px 28px;
  border-radius: 9px;
  border: 1px solid #af8b71;
  transition: all 0.5s;
}
.intro-btn:hover {
  background-color: transparent;
}
.intro-btn:hover a {
  color: #af8b71;
}
.intro-btn a {
  text-decoration: none;
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  line-height: 28px;
}
.vann-slider-section {
  background-image: url("../images/cutbnr.png");
  background-position: top;
  width: 100%;
  background-size: cover;
  height: 150px;
  background-repeat: no-repeat;
}
.slider-part {
  background-color: #fae7d9;
  padding: 0px 0px 120px 0px;
  overflow: hidden;
}

.slider-part .slider {
  margin: 0 auto;
  transform: translateX(100px);
  overflow: hidden;
}
.slider-sub img {
  height: 100%;
  width: 100%;
  border-radius: 30px;
}
.slider-part .slick-slide {
  transition: transform 0.3s ease-in-out;
  padding: 27px;
}

.slider-part .slick-current.slick-active {
  transform: scale(1.05); /* Enlarge active slide */
  margin-top: -10px;
}

.slider-part .slide-item {
  background-color: transparent;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.slider-part .slick-list {
  overflow: visible;
  max-width: 100%;
  margin-left: auto;
}
.slider-part .slide-item img {
  width: 100%;
  height: auto;
}

.slider-part .slick-prev {
  z-index: 1;
  top: 100%;
  margin-top: 50px;
  left: 0;
  left: 50px;
}
.slider-part .slick-next {
  z-index: 1;
  top: 100%;
  margin-top: 50px;
  left: 0;
  left: 150px;
}

h2.slider-text {
  max-width: 1100px;
  font-family: "Passion One-regular";
  font-size: 60px;
  color: #014478;
  margin-bottom: 0px;
  line-height: 52px;
  text-transform: uppercase;
  margin: auto;
  text-align: end;
  padding-bottom: 10px;
}
p.slider-textp {
  max-width: 1100px;
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #014478;
  margin-bottom: 0px;
  margin: auto;
  text-align: end;
}

.slick-prev:before {
  content: "";
  background: url("../images/left.png");
  display: block;
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-next:before {
  content: "";
  background: url("../images/right.png");
  color: #af8b71;
  display: block;
  height: 40px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.slider-part .slider-button {
  display: block;
  width: fit-content;
  background-color: #014478;
  padding: 18px 28px;
  border-radius: 9px;
  margin: 36px 0px 0px 70%;
  border: 1px solid #014478;
  transition: all 0.5s;
}
.slider-part .slider-button:hover {
  background-color: transparent;
}
.slider-part .slider-button:hover a {
  color: #014478;
}
.slider-part .slider-button a {
  text-decoration: none;
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-top: 0px;
}

.slider-sub {
  position: relative;
}
.slider-inner .image-text {
  position: absolute;
  bottom: 70px;
  width: 100%;
  margin: auto;
  padding: 20px;
}
.slider-inner .image-text h2 {
  font-family: "Passion One-regular";
  font-size: 55px;
  color: #f3fcff;
  line-height: 57px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.slider-inner .image-text p {
  font-family: "Acumin Pro";
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-top: 0px;
  line-height: 27px;
}
.form-bluepart {
  background-image: url("../images/blue1.png");
  background-position: top;
  width: 100%;
  background-size: cover;
  height: 150px;
  background-repeat: no-repeat;
  margin-top: -25px;
}
.form-part {
  background-color: #014478;
  padding-bottom: 80px;
}
.form-heading {
  text-align: center;
  padding-bottom: 30px;
}

.form-heading h1 {
  font-family: "Passion One-regular";
  font-size: 60px;
  color: #f3fcff;
  text-transform: uppercase;
}
.form-heading p {
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-top: 0px;
  line-height: 20px;
}
.form-inner .row .col {
  margin: 18px 8px;
}
.form-inner .row .col input {
  padding: 15px 25px;
  color: #6f96a6;
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 20px;
}
.form-inner .row .col input::placeholder
{
  color: #6f96a6;
}
.form-btn-section {
  display: block;
  background-color: #af8b71;
  width: fit-content;
  padding: 17px 28px;
  margin: 25px auto 0px;
  border-radius: 9px;
  border: 1px solid #af8b71;
  transition: all 0.5s;
}
.form-btn-section a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 20px;
}
.form-btn-section:hover {
  background-color: transparent;
}

.form-btn-section:hover a {
  color: #ffffff;
}

.form-bluepartbt {
  background-image: url("../images/blue2.png");
  background-position: bottom;
  width: 100%;
  background-size: cover;
  height: 95px;
  background-repeat: no-repeat;
  margin-top: -30px;
}

.btm-slider-text {
  text-align: center;
  padding-bottom: 70px;
}
.bottom-slider {
  padding: 120px 0px 150px;
  overflow: hidden;
}
.btm-slider-text h1 {
  font-family: "Passion One-regular";
  font-size: 60px;
  color: #014478;
  text-transform: uppercase;
  line-height: 52px;
  width: 750px;
  margin: auto;
  margin-bottom: 15px;
}
.btm-slider-text p {
  font-family: "Acumin Pro";
  font-size: 23px;
  color: #014478;
  margin-bottom: 0px;
  padding-top: 0px;
  line-height: 27px;
  width: 916px;
  margin: auto;
}

.btm-slider .slick-prev {
  left: 152px;
  top: 100%;
  margin-top: 70px;
}
.btm-slider .slick-next {
  left:260px;
  top: 100%;
  margin-top: 70px;
}
.slider-mn {
  position: relative;
  width: 100%;

 
}


.project-slider .slider-mn {
  position: relative;
  width: 100%;
  height: 100%;
 
}
.slider-mn .img-content
{
  width: 100%;
  height: 100%;
}
.slider-mn img {
  width: 100%;
  border-radius: 30px;
}

.slider-mn .image-text {
  bottom: 0px;
  width: 75%;
  padding: 14px;
  background-color: #ffffff9c;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 29px;
  color: #014478;
}
.image-text h6 {
  font-family: "Acumin Pro";
  font-size: 18px;
  color: #014478;
  margin-bottom: 0px;
}

.image-text h2 {
  font-family: "Passion One-regular";
  font-size: 30px;
  color: #014478;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.image-text p {
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #014478;
  margin-bottom: 0px;
  line-height: 25px;
  text-overflow: ellipsis;
}

.btm-slider-content {
  margin: 0;
   transform: translateX(0px); 
}
.btm-slider-content .slider-button {
  display: block;
  width: fit-content;
  background-color: #014478;
  padding: 18px 28px;
  border-radius: 9px;
  margin: 70px 0px 0px 72%;
  border: 1px solid #014478;
  transition: all 0.5s;
}

.btm-slider-content .slider-button a {
  text-decoration: none;
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0px;
  padding-top: 0px;
}

.btm-slider-content .slider-button:hover {
  background-color: transparent;
}

.btm-slider-content .slick-slide {
   padding: 14px;
    width: 100%;
}

.project-slider .btm-slider-content .slick-slide {
  padding: 14px;
  height: 540px;
   width: 100%;
}



.btm-slider-content .slick-slide .img-content img
{
  width: 100%;
  height: 100%;
}
.btm-slider-content .slider-button:hover a {
  color: #014478;
}
.slider-in {
  display: flex;
}
.slider-in {
  display: flex;
  position: absolute;
  bottom: 0;
  gap: 60px;
  align-items: center;
}
.slider-detail-btn {
  background-color: #014478;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 30px;
  border: 1px solid #014478;
  transition: all 0.5s;
}
.slider-detail-btn a {
  color: white;
  font-size: 20px;
}
.slider-detail-btn:hover {
  background-color: #ffffff;
}
.slider-detail-btn:hover a {
  color: #014478;
}
.bottom-skin-sec1 {
  background-image: url("../images/cutbnr.png");
  background-position: top;
  width: 100%;
  background-size: cover;
  height: 95px;
  background-repeat: no-repeat;
  margin-top: -30px;
}
.footer-above-section {
  background-color: #fae7d9;
  padding: 15px 0px 70px;
}
.footer-abv-content {
  display: flex;
  gap: 60px;
  align-items: center;
  padding-bottom: 20px;
}
.footer-logo img{width: 100%;}

.social .linkedin  img,
.social .insta  img
 {
  width: 100%;
}
.right-boxes {
  width: 580px;
  background-color: #ffffff;
  padding: 30px;
  display: flex;
  float: right;
  margin: 15px 0px;
  border-radius: 10px;
}
.footer-above-left h1 {
  font-family: "Passion One-regular";
  font-size: 60px;
  color: #014478;
  text-transform: uppercase;
  line-height: 55px;
}
.footer-above-left p {
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #014478;
  margin-bottom: 0px;
}
.right-boxes h3 {
  font-family: "Passion One-regular";
  font-size: 35px;
  color: #014478;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.right-boxes p {
  font-family: "Acumin Pro";
  font-size: 20px;
  color: #014478;
  margin-bottom: 0px;
}
.right-boxes.middle {
  float: left;
  margin-left: 185px;
}
.slider-part .slick-track {
  position: relative;
  top: 0;
  left: unset;
  display: block;
  right: 0px;
}
.btm-slider .slick-track {
  position: relative;
  top: 0;
  left: unset;
  display: block;
  right:0;
}
.footer-above img
{
  width: 100%;
  height: 70px;
  object-fit: cover;
  object-position: top;
  margin-top: -24px;

}
.footer-left-center {
  padding-left: 60px;
}
.footer-main {
  background-color: #AF8B71;
 
  
}
.footer-inner {
  padding: 50px 0px 80px;
  display: flex;
  flex-wrap: wrap;
}
.footer-inner h4 {
  font-family: "Passion One-regular";
  font-size: 22px;
  color: #014478;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 24px;
}
.footer-left-center ul,
.footer-right-center ul,
.footer-right ul {
  list-style: none;
  padding-left: 0px;
}
.footer-left-center ul li a,
.footer-right-center ul li a {
  text-decoration: none;
  color: #fae7d9;
  font-family: "Acumin Pro";
  font-size: 18px;
  padding-bottom: 9px;
  transition: all 0.5s;
}
.footer-right ul li {
  color: #fae7d9;
  font-family: "Acumin Pro";
  font-size: 18px;
  padding-bottom: 9px;
}
.footer-main .social {
  display: flex;
  gap: 15px;
}
.footer-copy {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fae7d9;
  padding: 20px 0px;
}
.footer-cpy-left h5 {
  color: #fae7d9;
  font-family: "Satoshi-light";
  font-size: 10px;
  padding-bottom: 9px;
  margin-bottom: 0px;
}
.footer-cpy-right {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.footer-cpy-right a {
  text-decoration: none;
  color: #fae7d9;
  font-family: "Satoshi-light";
  font-size: 10px;
  transition: all 0.5s;
}
.footer-cpy-right a:hover {
  color: #014478;
}

.over-main-banner {
  background-image: url(../images/overons.png);
  background-position: bottom;
  width: 100%;
  background-size: cover;
  height: 485px;
  background-repeat: no-repeat;
  position: relative;
  top: -45px;
}

.over-main-banner .banner-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 145px 0px 50px;
}
.over-main-banner .banner-left h1 {
  font-family: "Passion One-regular";
  font-size: 72px;
  line-height: 68px;
  color: #fff;
  text-transform: uppercase;
}

.over-main .banner-lower {
  background-image: url(../images/backbn.png);
  background-position: top;
  width: 100%;
  background-size: cover;
  height: max-content;
  background-repeat: no-repeat;
  margin-top: -5%;
  position: relative;
  z-index: 9;
}

.over-main .banner-lower .inner-text {
  max-width: 1076px;
  padding: 130px 0px 150px;
  margin: auto;
}
.over-main .banner-lower .inner-text p {
  color: #014478;
  font-family: "Acumin Pro";
  font-size: 20px;
  padding-bottom: 9px;
  text-align: center;
}

.over-ons {
  background-image: url(../images/cutbnr.png);
  background-position: top;
  width: 100%;
  background-size: cover;
  height: max-content;
  background-repeat: no-repeat;
}

.over-ons .intro-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 100px;
}
.over-ons .intro-img {
  padding-left: 20px;
  position: relative;
  z-index: 9;
  margin-top: -60px;
}

.over-ons .intro-text {
  padding-top: 80px;
  padding-left: 25px;
}

.waar-wij-main {
  padding: 118px 0px 155px;
}
.waar-wij-first {
  display: flex;
  gap: 40px;
    align-items:flex-end;
}
.first-heading h1 {
  font-family: "Passion One-regular";
  font-size: 110px;
  line-height: 80px;
  color: #014478;
  text-transform: uppercase;
  text-align: right;
}
.waar-wij-main .first-text p {
  font-family: "Acumin Pro";
  font-size: 20px;
  padding-bottom: 9px;
}
.waar-wij-second img {
  border-radius: 25px;
  width: 100%;
}
.waar-wij-third {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 35px;
}

.waar-box1 {
  background-color: #fae7d9;
  border-radius: 25px;
  padding: 25px 25px 80px;
  width: 305px;
}
.waar-box2 {
  background-color: #fae7d9;
  border-radius: 25px;
  padding: 25px 50px 80px 25px;
  width: 305px;
}
.waar-box3 {
  background-color: #fae7d9;
  border-radius: 25px;
  padding: 25px 22px 42px;
  width: 305px;
}
.waar-box4 {
  background-color: #fae7d9;
  border-radius: 25px;
  padding: 25px 20px 80px;
  width: 305px;
}

.waar-wij-third h3 {
  font-family: "Passion One-regular";
  font-size: 40px;
  line-height: 40px;
  color: #014478;
  text-transform: uppercase;
}
.waar-wij-third p {
  font-family: "Acumin Pro";
  font-size: 20px;
  padding-bottom: 9px;
  color: #014478;
}
.ft-abv-text-image-main {
  padding: 100px 0px 150px;
}
.ft-abv-inner {
  display: flex;
  align-items: center;
}
.ft-abv-content {
  padding-left: 30px;
}
.ft-abv-img img {
  width: 100%;
  border-radius: 25px;
}
.diensten .intro-box {
  display: flex;
  gap: 50px;
  position: relative;
  z-index: 10;
  justify-content: flex-start;
}
.diensten .intro-box1 {
  background-color: white;
  padding: 20px 30px 20px 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
.diensten .intro-box1 h3 {
  font-family: "Passion One-regular";
  font-size: 30px;
  line-height: 30px;
  color: #014478;
  text-transform: uppercase;
}
.diensten .intro-box1 p {
  font-family: "Acumin Pro";
  font-size: 19px;
  line-height: 19px;
  color: #014478;
  margin-bottom: 0px;
}
.diensten .second .intro-img {
  padding-left: 0px;
}

.diensten .second .intro-box {
  justify-content: end;
}

.intro-box .box-2 {
  padding: 20px 50px 32px 20px;
}
.diensten .second .box-2 {
  padding: 20px 50px 40px 20px !important;
}

.onderhoud-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0px;
}

.Onderhoud-section {
  padding: 100px 0px;
}

.onderhoud-inner .intro-box {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  position: relative;
  z-index: 10;
}

.onderhoud-inner .intro-box1 {
  background-color: #f3fcff;
  padding: 20px 35px 20px 20px;
  border-radius: 10px;
}
.onderhoud-inner .intro-box1 h3 {
  font-family: "Passion One-regular";
  font-size: 30px;
  line-height: 30px;
  color: #014478;
  text-transform: uppercase;
}

.onderhoud-inner .intro-box1 p {
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 23px;
  color: #014478;
  margin-bottom: 0px;
}
.intro-img img  {
 width: 100%;
}
.over-ons .intro-img img {
  width: 100%;
  margin-top: -10px;
}
.onderhoud-inner .intro-img img {
  width: 100%;
}

.diensten {
  background-color: #fae7d9;
}
.diensten .intro-inner {
  padding: 0px 0px 100px;
}

.diensten .second .intro-text h1 {
  margin-top: 0px;
}
.rest-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rest-second-column .intro-box {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  position: relative;
  z-index: 10;
}
.rest-second-column .intro-box1 {
  background-color: #f3fcff;
  padding: 20px 20px 20px 20px;
  border-radius: 10px;
}
.rest-second-column .intro-box1 h3 {
  font-family: "Passion One-regular";
  font-size: 30px;
  line-height: 30px;
  color: #014478;
  text-transform: uppercase;
}
.rest-second-column .intro-box1 p {
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 23px;
  color: #014478;
  margin-bottom: 0px;
}
.rest-one {
  padding: 20px 20px 42px 20px !important;
}
.rest-three {
  padding: 20px 20px 33px 20px !important;
}
.rest-second-column .intro-text {
  padding-left: 45px;
  padding-bottom: 30px;
}
.restauratie-section {
  padding: 90px 0px;
}

.diensten .intro-text p {
  padding-bottom: 25px;
}
.diensten .intro-text {
  padding-left: 30px;
}
.behangen-upper img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top;
}

.diensten-upper img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  object-position: top;
}
.diensten .first .intro-img img {
  width: 100%;
  margin-top: -25%;
  position: relative;
  z-index: 9;
}
.behangen-section {
  background-color: #fae7d9;
  padding: 00px 0px 80px;
}

.behangen-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.behangen-first-column .intro-box {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  position: relative;
  z-index: 10;
}

.behangen-first-column .intro-box1 {
  background-color: #f3fcff;
  padding: 20px 17px 20px 20px;
  border-radius: 10px;
}

.behangen-first-column .intro-box1 h3 {
  font-family: "Passion One-regular";
  font-size: 30px;
  line-height: 30px;
  color: #014478;
  text-transform: uppercase;
}
.behangen-first-column .intro-box1 p {
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 23px;
  color: #014478;
  margin-bottom: 0px;
}
.behangen-first-column .intro-box .box-2 {
  padding: 20px 17px 50px 20px !important;
}

.behangen-first-column .rest-three {
  padding: 20px 25px 50px 20px !important;
}

/* porfolio page  */

.portfolio-projectn {
  background-color: #fae7d9;
  padding: 50px 0px 100px;
}
.prj-img1 a img,
.img-content a img,
.prj-img3 a img {
  width: 100%;
  border-radius: 15px;
  height: 500px;
  object-fit: cover;
}
.prj-img1,
.prj-img2,
.prj-img3 {
  position: relative;
}

.prj-img-heading {
  position: absolute;
  bottom: 45px;
  left: 28px;
  color: white;
}
.portfoliotxt .inner-text {
  max-width: 1076px;
  padding: 130px 0px 110px !important;
}
.prj-text {
  max-width: 1050px;
  margin: auto;
  text-align: center;
  padding-bottom: 65px;
}
.prj-text h2 {
  font-family: "Passion One-regular";
  font-size: 60px;
  line-height: 60px;
  color: #014478;
  text-transform: uppercase;
}
.prj-text p {
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 26px;
  color: #014478;
  margin-bottom: 0px;
}
.prj-img2 {
  display: flex;
  padding: 35px 0px;
  gap: 35px;
  justify-content: center;
}

.prjct-btn {
  display: block;
  background-color: #af8b71;
  width: fit-content;
  padding: 17px 28px;
  margin: 40px auto 0px;
  border-radius: 9px;
  border: 1px solid #af8b71;
  transition: all 0.5s;
}

.prjct-btn a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 20px;
}
.prjct-btn:hover {
  background-color: transparent;
}
.prjct-btn:hover a {
  color: #af8b71;
}

.portfolio .intro-text h1 {
  font-family: "Passion One-regular";
  font-size: 57px;
}

.restauratie-section.portfolio {
  padding-bottom: 150px;
}

.footer-left-center ul li:hover a,
.footer-right-center ul li:hover a {
  color: #014478;
}

.prj-img-heading h1 {
  font-family: "Passion One-regular";
  font-size: 50px;
  line-height: 52px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.prj-img-heading p {
  color: #ffffff;
  font-family: "Acumin Pro";
  font-size: 25px;
  line-height: 25px;
}
.right .prj-img-heading {
  position: absolute;
  bottom: 50px;
  right: 180px;
  color: white;
  left: unset;
}

.contactgegevens-section {
  text-align: center;
  padding: 0px 0px 60px;
}

.contact-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.contact .inner-text {
  padding: 130px 0px 40px !important;
}
.contactgegevens-section h2 {
  font-family: "Passion One-regular";
  font-size: 60px;
  line-height: 60px;
  color: #014478;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 48px;
}

.contct-box-inner h3 {
  font-family: "Passion One-regular";
  font-size: 30px;
  line-height: 30px;
  color: #014478;
  text-transform: uppercase;
  margin-bottom: 10px;

}

.contct-box-inner p {
  color: #014478;
  font-family: "Acumin Pro";
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0px;
  word-break: break-all;
}
.contct-box-inner a {
  text-decoration: none;
  color: #014478 !important;
  font-family: "Acumin Pro";
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0px;
  word-break: break-all;
}
.contct-box-inner {
  text-align: left;
  padding: 30px 20px 50px 30px;
  background-color: #fae7d9;
  border-radius: 15px;
  transition: all 0.5s;
  border: 1px solid transparent;
}

.contct-box-inner:hover
{
  background-color: transparent;
  border: 1px solid #014478;
}

.cntct-lower-text {
  max-width: 800px;
  margin: auto;
  padding-top: 40px;
}
.cntct-lower-text p
{
  color: #014478;
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.form-bluepart.contact {
  margin-top: 0px;
  height: 120px;
}

.form-inner .row .col textarea {
  padding: 15px 25px;
  color: #6f96a6;
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 20px;
  resize: none;
}


.map-area iframe {
  filter: grayscale(1);
  width: 100%;
  margin-top: -25px;
  z-index: -1;
  position: relative;
  margin-bottom: -25px;
}
.prj-img2 .img-content {
  width: 100%;
  height: 100%;
}
.social .linkedin a
{
  transition: all 0.5s;
}


/* Main Slider */
.slider-container {
  width: 80%;
  margin: auto;
}

.main-slider img {
  width: 100%;
  border-radius: 10px;
}


 /* Main Slider */
 .slider-container {
  width: 100%;
  margin: auto;
}

.main-slider img {
  width: 100%;
  border-radius: 10px;
}
.main-slider img {
  width: 100%;
  height: 600px;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
}
.projectn-slider .nav-slider {
  margin-top: 10px;
  background-image: url(../images/backbn.png);
  height: 100%;
  background-position: top;
  width: 100%;
  margin-top:-32px;
}
.projectn-slider .slick-track {
  padding-top:45px;
}
.projectn-slider .nav-slider .slick-track
{
  width: 100%!important;
  transform: unset!important;
}

/* Thumbnail (Navigation) Slider */
.nav-slider {
  margin-top: 10px;
}

.nav-slider .slick-slide {
  cursor: pointer;
  padding: 5px;
  opacity: 0.6;
  width: 144px !important ;
}
.nav-slider .slick-slide img
{
  width: 100%;
}
/* Highlight active thumbnail */
.nav-slider .slick-current {
  opacity: 1;
 
}

/* Custom arrows without aria labels */
.slick-prev, .slick-next {
  font-size: 24px;
  color: transparent;
  z-index: 1000;
  background: none;
  border: none;
  cursor: pointer;
}

.slick-prev::before, .slick-next::before {
  content: "";
}

.custom-prev, .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
}


.projectn-slider {
  padding: 80px 0px;
}


.projectn-slider .nav-slider .slick-list 
{
  padding: 0px 0px !important;
}

.slider-btm-text h6
{
  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 20px;
  color:#014478;
 
}

.slider-btm-text h1{

font-family: "Passion One-regular";
  font-size: 60px;
  line-height: 60px;
  color: #014478;
  text-transform: uppercase;
  margin-bottom: 10px;

}


.slider-btm-text p{

  font-family: "Acumin Pro";
  font-size: 20px;
  line-height: 24px;
  color:#014478;
  
  }
  
  .project-slider
  {
    background-color: #fae7d9;
    padding: 90px 0px 80px;
  }

  .projectn img {
    width: 100%;
    height: 25px;
    object-fit: cover;
    object-position: top;
}

.projectn-slider .slick-next {
  right: 24px;
  top: 95%;
  margin-top: 70px;
}
.projectn-slider .slick-prev {
  left: unset;
  top: 95%;
  margin-top: 70px;
  right: 120px;
}
.slider-btm-text {
  padding-bottom: 50px;
}

*::selection {
  background-color: #af8b7180;
  color: #111921;
}
* {
  scrollbar-width: auto;
  scrollbar-color: #af8b71 #ffffff;
}

.btm-slider-content .slick-list {
  width: 100%;
}

.mobile-menu{ display: none;}


.header-top .header-link ul li.head-btn a
{
  border-bottom: 0;
}

nav.mobile-nav
{
  display: none;
}

.header-logo{
  transition: all 0.5s;
}
.changeclr.header-navigation .header-logo
{
  transform: scale(0.8);
}
.changeclr.header-navigation
{
  height: 125px;
}
.changeclr.header-navigation .header-top
{
  padding-top: 0;
}

.btm-slider
{
 padding-left: 120px!important;
}

.footer-right ul li a
{
    color: #fae7d9;
    font-family: "Acumin Pro";
    font-size: 17px;
    padding-bottom: 9px;
    text-decoration: none;
}