/* default css start */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Decimal A", "Decimal B" !important;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  background-color: #e2e2de;
  color: #262728;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.header-area {
}
/* default css end */
/* navbar regular css start */
.navbar-area {
 background-color: #e2e2de;
  border-bottom: 3px #2e373d solid;
}
.site-navbar {
  display: flex;
  justify-content: space-between;
  height: 90px;
  overflow-y: visible;
  padding: 0 16px;
}
a.site-logo {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: -9px;
  text-decoration-skip-ink: none; 
  text-decoration-color: #2e373d;
  text-decoration-thickness: 4px;
  padding-top: 20px;
  font-size: 19px;
  font-weight: 700;
  color:  #2e373d;
  line-height: 17px;
  text-align: left;
  width: 50%;
  border-right: 3px #2e373d solid;
}
a.site-logo:hover {
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: -9px;
  text-decoration-skip-ink: none;
  text-decoration-color: #e2e2de;
  text-decoration-thickness: 4px;
  color: #2e373d;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 90px;
}
.site-navbar ul li a {
  padding: 37px 20px;
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #2e373d;
  font-weight: 700;
  margin: 0 10px;
  position: relative;
}
.site-navbar ul li a:hover {
  text-decoration: line-through;
}
/* navbar regular css end */
.icon img {
  width: 46px;
  padding-top: 23px;
}
.dropdown {}
.dropdown-content {
  display: none;
  position: absolute;
  top: 93px;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 1;
  padding-top: 60px;
}
.dropdown:hover .dropdown-content {
  display: block;
}

.site-navbar ul li .dropdown-content a {
  color: #2e373d;
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 25px;
  margin: 13px 20px;
  font-size: 15px;
  text-transform: uppercase;
}
.nav-toggler {
  border: 0px solid #2e373d;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 90px;
  display: none;
}
.nav-toggler span, .nav-toggler span:before, .nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #2e373d;
  display: block;
  transition: .3s;
}
.nav-toggler span:before {
  content: '';
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: '';
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(-1px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-4px) rotate(-45deg);
}
/* nav-toggler css start */
/* intro-area css start */
.intro-area {
  height: calc(100vh - 91px);
  display: flex;
  align-items: center;
  text-align: center;
  color: #eee;
}
.dcon {
  max-width: 1400px;
  margin: 0 auto;
  padding: 5%;
  text-align: left;
  position: relative;
}
#dropdown1 .dcon .about {
  width: 50%;
  top: 0;
  float: left;
	    padding-bottom: 50vh;
}
.portrait {
  display: inline-block;
  width: 42%;
  float: right;
}
.portrait img {
  width: 90%;
  float: right;
}
h2 {
  font-weight: 500;
  font-size: 80px;
  padding-bottom: 36px;
  color: #fffeef;
  letter-spacing: -1px;
	opacity: .3;
	    margin-left: -6px;

}
.dropdown-content {
  font-size: 18px;
  color: #323741;
  text-align: right;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: .97;
  background-color: #e2e2de;
  top: 93px;
  max-height: calc(100vh - 93px);
  overflow-y: scroll;
    padding-bottom: 50%;
}
#dropdown1 p, #dropdown2 p, #dropdown3 p {
  text-align: left;
  font-size: 16px;
    line-height: 18px;
  width: 90%;
  padding-bottom: 24px;
}
#dropdown1 p:first-child {}
.site-navbar ul li .dropdown-content .about a, .site-navbar ul li .dropdown-content .contact a {
  color: #2e373d;
  text-decoration: underline;
  display: inline;
  text-align: left;
  padding: 0;
  margin: 0 0;
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
}
#dropdown2 p{ width: 50%}

/*#dropdown2{background-image: url(b2.svg); background-position: right 10% top 300px; background-repeat: no-repeat; background-size: 10%;}*/

.site-navbar ul li #dropdown2 a {
  color: #2e373d;
  text-decoration: underline;
  display: inline;
  text-align: left;
  padding: 0;
  margin: 0;
  text-transform: none;
  font-size: 16px;
}
.apout {
  width: 100vw;
  min-height: 100vh;
  position: relative;
  overflow: hidden;

}

.apout::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 1.5px);
    height: 100%;
    background-color: #9d9d9d;
    background-size: 29vh;
    background-image: url(zelf03.jpg);
    background-repeat: no-repeat;
    background-position-y: center;
}

.ap {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    min-height: calc(100vh - 90px); 
}

.apl { 
    z-index: 2;
    position: relative;
    width: 50%;
    padding-right: 10%;
    padding-left: 32px;
    flex: 1;
	    align-self: center;
}

.apr { 
    z-index: 2;
    position: relative;
    width: 50%;
    padding-right: 5%;
    padding-top: 100px;
    flex: 1;
	height: 100vh
}
.ap a{ color: #118B5B;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 100%;
	    height: 90%;
	margin-top: 150px;

} 

.grid-container img {
    max-width: 36%;
    height: auto;
    transition: all 0.3s ease;
    transform: translate(var(--x-position), var(--y-position)) scale(0.65);
    position: absolute; 
	z-index: 1;
}

.grid-container img:hover {
    max-width: 50%;
    z-index: 999 !important;
}
.conimg img{position: relative;
    width: 60%;
    left: 30%;
    top: 37%;}

.pur img {
    max-width: 5%;
    height: auto;
    transition: all 0.3s ease;
    transform: translate(var(--x-position), var(--y-position)) scale(0.65);
    position: absolute; /* Add this line to retain the relative positioning */
}

.pur img:hover {
    max-width: 5%;
    z-index: 999 !important;
}


.grid-image{}
.head {
  text-align: center;
    padding-top: 50px;
}


.head a {
  padding: 0px 20px;
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #262728;
  font-weight: 700;
  margin: 0 10px;
  line-height: 34px;
}
.head a:hover {
  text-decoration: line-through;
}
.c-12 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.vh .c-12 {
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;}
.portfolio .c-6 {
  width: 50%;
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 130px;
}
.c-6 {
  width: 33%;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.over img {
  border: 3px solid #2e373d;
  width: 80%;
}
.over {
  display: none;
}
.over p {
  width: 80%;
  margin-left: 10%;
  font-size: 18px;
  line-height: 25px;
}
.pd150 {
  padding-top: 100px;
}
.h150 {
  height: 150px;
}
.under {
  position: absolute;
  padding: 5px 10px;
  bottom: 15%;
  right: 25%;
  width: 60%;
  transition: all .4s ease;
  text-align: left;
  color: #2e373d;
  text-decoration: none;
  font-size: 15px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-weight: 700;
}
.under:hover {
  background-color: #262f36;
  color: #fff;
  text-align: left;
  width: 60%;
  right: 30%;
}
.c-6:nth-child(2n) .under {
  bottom: 10%;
}
.c-6:nth-child(2n+1) .under {
  bottom: 10%;
}
.image-mask-container {
    position: relative;
    width: 94%;
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3% auto;
}
.base, .masked-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in-out;
}
.masked-image img {
  width: 100%; /* Scale to container */
  height: 100%; /* Maintain container height */
  object-fit: cover; /* Ensure the image fits the container */
  -webkit-mask-size: contain; /* Contain the mask within the image */
  mask-size: contain;
  -webkit-mask-position: center; /* Center the mask horizontally and vertically */
  mask-position: center;
  -webkit-mask-repeat: no-repeat; /* Prevent repetition */
  mask-repeat: no-repeat;
}
.base img {
  max-width: 100% !important;
  max-height: 100% !important;
}
.base {
  opacity: 1;
}
/* Item 1 */
.image-mask-container.item-1 .masked-image img {
  -webkit-mask-image: url(mask1.svg);
  mask-image: url(mask1.svg);
	
}
/* Item 2 */
.image-mask-container.item-2 .masked-image img {
  -webkit-mask-image: url(mask2.svg);
  mask-image: url(mask2.svg);
}
/* Item 3 */
.image-mask-container.item-3 .masked-image img {
  -webkit-mask-image: url(mask3.svg);
  mask-image: url(mask3.svg);
}
/* Item 4 */
.image-mask-container.item-4 .masked-image img {
  -webkit-mask-image: url(mask4.svg);
  mask-image: url(mask4.svg);
}
/* Item 5 */
.image-mask-container.item-5 .masked-image img {
  -webkit-mask-image: url(mask5.svg);
  mask-image: url(mask5.svg);
}
.image-mask-container:hover .base {
  opacity: 0;
}
.image-mask-container:hover .masked-image img {
  opacity: 1;
}



.artview {
  width: 80%; /* Set the desired width */
  margin: 0 auto; /* Center the element horizontally */
  padding-top: 60%; /* 2/3 of the width (60% = 2 / 3) */
  position: relative; /* Required for absolutely positioned children */
  border-bottom: 1px solid #262f36;
}
.artview .portfolio-slides {
  position: absolute; /* Position the slides absolutely within .artview */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artview .portfolio-slides .slick-slide {
  width: 100%; /* Make each slide fill the container */
}
.artview .portfolio-slides img {
  width: 100%; /* Make the image fill its container */
  height: auto; /* Maintain the image's aspect ratio */
}
.title {
  float: right;
  padding-right: 10%;
  text-align: right;
  font-size: 10px;
  margin-top: 10px;
  text-transform: uppercase;
  padding-bottom: 125px;    color: #262f36;

}
.obs {
  color: #f7f7f7;
}
.overimg{

    position: relative;
    width: 60%;
    left: 39%;
    top: 37%;
    z-index: 999;
}


#showFormButton{
      background-color: #118B5B;
    border: 0;
    border-radius: 17px;
    padding: 8px 16px;
    font-size: 15px;
    font-family: "Decimal A", "Decimal B";
    color: #e2e2de;
    margin-bottom: 30px;}

input{padding: 4px 12px;
    border: 0px;
    border-radius: 12px;
	margin-bottom: 4px;
 font-size: 15px;
    font-family: "Decimal A", "Decimal B";
}
label {
    display: inline-block;
    width: 150px; /* Adjust the width as needed */
    text-align: left; /* Align the text to the right for better alignment */
  }

  button[type="submit"] {
    background-color: #118B5B; /* Change the background color */
    color: #fff; /* Change the text color */
    border: none; /* Remove the border */
    border-radius: 17px;
    padding: 8px 16px;
    font-size: 15px;
    font-family: "Decimal A", "Decimal B";
	  margin-top: 30px;
  }

  /* Change the button style on hover */
  button[type="submit"]:hover {
    background-color: #118B5B; /* Change the background color on hover */
  }
.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: #262728;
}
.slick-lightbox-slick-caption {
  position: fixed;
  top: 25px;
  margin-left: calc(-50% + 200px);
  text-transform: uppercase;
  text-align: left;
  width: 300px;
  font-size: 10px;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.slick-dots li button:before {
  /* font-family: 'slick'; */
  /* font-size: 30px; */
  /* line-height: 20px; */
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 5px;
  content: '.';
  text-align: center;
  opacity: .25;
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
}
.slick-lightbox-close {
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none
}
.slick-lightbox-close:focus {
  outline: none
}
.slick-lightbox-close:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 3px;
  color: #262728;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: url('close.svg');
}
.slick-prev:before {
  content: url('arrow-left.svg');
}
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 26px;
  height: 49px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-next:before {
  content: url('arrow-right.svg');
}
.foot {
  height: 50px;
  padding: 20px 5%;
	z-index: 3;
	position: relative;
}
.vh {
  min-height: calc(100vh - 220px);
    display: flex;
    align-items: center;
    justify-content: center;

}
 
.holder{  width: 70%;
    height: auto;
    position: relative;
    top: 0;
    display: inline-block;
    float: right;
	background-color: #4B5A5E;
	overflow: hidden;
	margin-bottom: 30px;
	
}

.holder:not(:first-child) { }
.portrait {
  position: relative;
  
  bottom: -50px;
  width: 100%;
  padding-top: 66.67%;
  background-image: url('testzelf.jpg');
  background-size: cover;
  animation: slideInImage 2s ease .1s forwards;
}
.portrait2 {
  position: relative;
  
  bottom: -50px;
  width: 100%;
  padding-top: 66.67%;
  background-image: url('test.jpg');
  background-size: cover;
  animation: slideInImage 2s ease .1s forwards;
}

@keyframes slideInImage {
  to {
    bottom: 0;
  }
}

.word-animation {
  position: relative;
  float: left;
  font-size: 12px;
}
.word-animation span {
  display: inline-block;
  overflow: hidden;
  transition: width 0.5s;
}
.word-animation .initial {
  width: 20px;
  white-space: nowrap;
  margin-right: -10px;
}
.word-animation:hover .initial {
  width: 0;
}
.word-animation .hover {
  width: 0;
  white-space: nowrap;
}
.word-animation:hover .hover {
  width: auto;
}
.c-6 a {
  text-decoration: none;
}
.slider {
  position: relative;
  height: calc(100vh - 91px);
  overflow: hidden;
}
.copy {
  float: right;
  padding-bottom: 10px;
  font-size: 12px;
}
.slide {
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider p {
  position: absolute;
  right: 25px;
  bottom: 50px;
  text-align: right;
}
.slick-dots {
  right: 5px;
  bottom: -42px;
  text-align: left;
}
.intro-area h2 {
  font-size: 50px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 25px;
}
.intro-area p {
  font-size: 18px;
}
/* intro-area css end */
/* mobile breakpoint start */
@media screen and (max-width: 1299px) {
  .image-mask-container {
    position: relative;
    width: 80%;
  }
  #dropdown1 p, #dropdown2 p {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
	.apl{ flex: 8;}
	.apr{display: none;}
	.apout::before {background: none; 
	 
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 720px;
  }
	
	#dropdown1 .dcon .about {
    width: 100%;
    top: 0;
    float: left;
    padding-bottom: 10vh;
}
	.foot{    margin-top: 100px;
}
	.ap{padding-top: 150px;}
  /* navbar css for mobile start */
  .nav-toggler {
    display: block;
  }
  .site-navbar {
    min-height: 90px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 90px);
    left: 0;
    top: 110px;
    flex-direction: column;
    align-items: center;
    border-top: 0px solid #444;
    background-color: #e2e2de;
    max-height: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 1000;
  }
  .open ul li a {
    margin: 0;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
    margin: 13px 20px;
    font-size: 19px;
    width: 100vw !important;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, .1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  .site-navbar ul.open li a {
    margin: 0;
    padding: 25px 0px;
  }
  .site-navbar ul li .dropdown-content a {
    color: #262728;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 25px;
    margin: 3px 0px;
    font-size: 15px;
    text-transform: uppercase;
  }
  .dropdown-content {
    display: none;
	  position: absolute;
	  top: 0;
  }
  .dropdown-content.show {
    display: block;
  }
  .head a {
    padding: 0px;
  }
  .slick-lightbox-slick-caption {
    margin-left: -40vw;
    width: 60vw;
    font-size: 14px;
  }
  .vh .c-6 {
    width: 48%;
  }
  .portfolio .c-6 {
    width: 100%;
	  padding-top: 30px;
  }
  .c-12.pd150.portfolio {
    padding: 0;
  }
  .slick-prev, .slick-next {
    opacity: 0;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .under {
    width: 80%;
  }
  /* navbar css for mobile end */
	
}
@media screen and (max-width: 600px) {
  .dropdown-content {
    padding: 0;
    top: 0px;
    max-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 100px;
  }
  #dropdown1 p, #dropdown2 p, #dropdown3 p {
    text-align: left;
    font-size: 18px;
    line-height: 20px;
    width: 90%;
    padding-bottom: 24px;
  }
	h2{ font-size: 50px;}
	.portrait {
    width: 67%;
		padding-bottom: 30vh
		
	}
  .vh .c-6 {
    width: 100%;
    margin-top: 50px;
  }
  .artview {
    padding-top: 67%
  }
}
.navbar-area {
  background: #e2e2de;
  border-bottom: 3px #2e373d solid;
  position: fixed;
  z-index: 100;
  width: 100%;
}
/* mobile breakpoint end */