/*
 Theme Name:  Merel van der Vaart
 Description: Powered by Robert Bakker
 Requires at  least: WordPress 6.2
 Version:     1.0
 Author:      Robert Bakker
 Author URI:  https://www.studiokraakhelder.com
 Text Domain: custom_theme
 */
/* - - - - - F O N T S - - - - - */

@font-face {
  font-family: 'Didot LT Std';
  src: url('assets/fonts/DidotLTStd-Roman.eot');
  src: url('assets/fonts/DidotLTStd-Roman.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/DidotLTStd-Roman.woff2') format('woff2'),
  url('assets/fonts/DidotLTStd-Roman.woff') format('woff'),
  url('assets/fonts/DidotLTStd-Roman.ttf') format('truetype'),
  url('assets/fonts/DidotLTStd-Roman.svg#DidotLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ivar Fine';
  src: url('assets/fonts/IvarFine-Light.woff2') format('woff2'),
  url('assets/fonts/IvarFine-Light.woff') format('woff'),
  url('assets/fonts/IvarFine-Light.svg#IvarFine-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* - - - - - V A R S - - - - - */

:root {
  --darkgreen: #202625;
  --moshgreen: #4e4625;
  --green: #79796B;
  --white: #ffffff;
  --black: #000000;
  --desert:#F2EBE4;
  --brown: #4A2F2F;

}

.white {color:var(--white);}
.moshgreen {color:var(--moshgreen);}
.green {color:var(--green);}

.bg-white {background-color:var(--white);}
.bg-moshgreen {background-color:var(--moshgreen);}
.bg-green {background-color:var(--green);}

/* - - - - - A O S - - - - - */

[data-aos=blur] {filter: blur(20px); opacity:0;}
[data-aos=blur].aos-animate {filter: blur(0px); opacity:1;}

[data-aos=tadaaa] {filter: blur(20px); opacity:0; scale: 1.1;}
[data-aos=tadaaa].aos-animate {filter: blur(0px); opacity:1; scale: 1;}

/* - - - - - B A S E - - - - - */

html,
body {
  position: relative;
  height: 100%;
  background-repeat:no-repeat;
  background-color:var(--moshgreen);
  -webkit-font-smoothing: antialiased; /* For WebKit browsers */
  -moz-osx-font-smoothing: grayscale;  /* For Firefox on macOS */
}

/* 
Lenis recomended css 
*/

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* 
Lenis recomended css ends 
*/

header {
  padding-top:10px;
  padding-left:10px;
  padding-bottom:10px;
  position: fixed;
  z-index:9999;
  width:100%;

}


body { background-color: var(--moshgreen); font-family:'inter', arial; }

h1 {font-family: 'Inter', serif; color:#ffffff;}
h2 {font-family: 'Inter', serif; font-size:28px; line-height:36px; font-weight:400; letter-spacing:2px; margin-bottom:30px;}
h3 {font-family: 'Inter', serif; color: var(--green); text-transform: uppercase; letter-spacing:3px;}
h4 {font-family: 'Inter', serif; color: var(--white); text-transform: uppercase; letter-spacing:3px; font-size:14px;}
strong {font-weight:600 !important;}
p{font-size:18px; line-height:30px; letter-spacing:1px; font-weight:300; opacity:0.9;}

.quote {
  background-color:var(--green);
  color:var(--white);
  text-transform:uppercase;
  border-radius: 600px 0px 0px 600px;
  min-height:100vh;
  max-width:90%;
  margin-left:10%;
  background-size:cover;
}

.quote h3 {
  font-size:60px;
  line-height:60px;
  display:flex;
  justify-content: end;
  margin-right:0px;
  padding-right:10%;
}

.min-h-100 {min-height:100vh;}
.min-h-150 {min-height:150vh;}
.white {color:var(--white);}

/* - - - - - I D S - - - - - */

#intro {
  background-image: url('assets/images/header-home-mobile.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center center;
  background-color:var(--black);
  filter:opacity(1);
}

@media (min-width: 800px) {

  #intro {
    background-image: url('assets/images/header-home-8.jpg');
  }
}

#intro-inner {
  scale:0.8;
}



#logo {
  display:inline-block;
  align-items:center;
  justify-content: start;
  margin-top:10px;
  width:30px;
  margin-left:5px;
}

#about {
  background-image: url('assets/images/type-background.svg');
  background-size:contain;
  background-repeat:no-repeat;
  background-position: center center;
  background-color:var(--moshgreen);
  background-position: center center;
}

#about p {
  color:#ffffff;
}

#studio p {color:var(--white);}

#inspiration, #inspiration-2, #inspiration-3 {
  background-image: url('assets/images/portfolio-1.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position: center center;
  background-position: center center;
  scale:0.9;
  filter: opacity(0);
}



#menu {
  display:flex;
  align-items:center;
  justify-content: end;
  margin-top:-30px;
  text-transform: uppercase;
}

#menu li {
  display:inline;
}

#menu li a{
  color: var(--white);
  text-decoration:none;
  padding-left:20px;
  padding-right:20px;
}

#blocks img, . {border-radius:300px;}

/* - - - - - C L A S S E S - - - - - */

.wrapper-a, .wrapper-b, .wrapper-c {border-radius:300px !important;}
.wrapper-d {width:95%; border-radius: 0px 700px 700px 0px !important;}

.loader {
  position: fixed;
  height:100%;
  width:100%;
  z-index:99999;
  animation-fill-mode: forwards;t
}

.bar {
  position: absolute;
  height:2px;
  width:10%;
  background-color: var(--white);
  left:0px;
  top:50%;
  animation-name: loading;
  animation-duration: 3s;
  transition:1s;
}

@keyframes loading {
  from {
    margin-left: 100%;
    width: 300%;
  }

  75% {
    font-size: 300%;
    margin-left: 25%;
    width: 150%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.make-appointment, .make-appointment:hover {
  top: 24px;
  right: 90px;
  text-transform:uppercase;
  position: absolute;
  text-decoration: none;
  font-size:14px !important;
  
  cursor: pointer;
  z-index: 999999;
  font-family:'inter', arial; font-size:17px; line-height:30px; letter-spacing:2px; font-weight:300;
  color:var(--white);
}

.studio-one-liner, .studio-one-liner:hover {
  top: 24px;
  left:50%;
  transform: translate(-50%, 0%);
  text-transform:uppercase;
  position: absolute;
  text-decoration: none;
  font-size:14px !important;
  display:block;
  cursor: pointer;
  z-index: 999999;
  font-family:'inter', arial; font-size:17px; line-height:30px; letter-spacing:2px; font-weight:300;
  color:var(--white);
  transition: all 3s cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
  transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
  opacity:1;
}

#make-appointment {
  transition: all 3s cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
  transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
}




.scrolling {
 top: -10px;
 opacity:0;
 transition: all 3s cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
 transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
}

.studio-one-liner span {
  font-weight:700 !important;
}

.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 9999999999;
  background: rgba(0, 0, 0, 0.32);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  border-radius:500px;
  padding:30px 20px;
  transition:0.3s;
}

.hamburger.metkaas {
 background-color:rgba(74,47,47,0);
}

.hamburger span {
 vertical-align: middle;
}
.hamburger .bars {
 display: block;
 position: relative;
 width: 20px;
 height: 2px;
 background-color: rgba(255, 255, 255, 1);
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 transition: all 0.2s ease;
 z-index:999999;
 mix-blend-mode:difference !important;
}
.hamburger .bars:before, .hamburger .bars:after {
 position: absolute;
 content: " ";
 width: 100%;
 height: 2px;
 background-color: rgba(255, 255, 255, 1);
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.hamburger .bars:before {
 top: 6px;
}
.hamburger .bars:after {
 bottom: 6px;
}
.hamburger.metkaas .bars {
 background-color: rgba(255, 255, 255, 0) !important;
 -webkit-transition: all 0.2s ease;
 -moz-transition: all 0.2s ease;
 -ms-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.hamburger.metkaas .bars::before {
 top: 0;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 background-color:var(--brown);
}
.hamburger.metkaas .bars::after {
 bottom: 0;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 background-color:var(--brown);
}

.content-box {
  filter: blur(0px) brightness(100%);
  transition: all 0.8s cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
  transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
  transform: translate(0%, 0%);
  filter: ;
}

.content-box-blur {
  filter: blur(3px) brightness(40%);
  margin-left:0vw;
  transition: all 0.8s cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
  transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
  border-radius:10px;
  transform: translate(-10%, 0%);

}

#options {
  background-size:cover;
  background-position: center center;
}


#options .box:nth-child(2) {
  background-image:url('assets/images/bg-texture-2.jpg');
  background-size:cover;
  background-position: center center;
}

#options .box:nth-child(1) {
  background-image:url('assets/images/bg-texture-3.jpg');
  background-size:cover;
  background-position: center center;
}

#options .box:nth-child(3) {
  background-image:url('assets/images/bg-texture-3.jpg');
  background-size:cover;
  background-position: center center;
}



.box {
  background-color:rgba(240, 224, 194, 0.1);
  transition:0.3s;
  padding-bottom:50px;
}

.box:nth-child(2) {
  z-index:9999;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  background-color:rgba(240, 224, 194, 0.2);
  border-radius:5px;
}

.box ul {
  list-style-type: none;
  list-style-position: inside;
}

.box ul li {
  display:block;
  border-bottom:1px solid rgba(240, 224, 194, 0.2);
  color:var(--white);
  list-style-position: inside;
  margin-left:-30px;
  padding:10px 0px 10px 0px;
}




.menu {
 width: 100vw;
 height: 100%;
 padding: 30px 30px 30px 30px;
 position: fixed;
 display:flex;
 right: -120vw;
 top: 0;
 opacity: 1;
 z-index: 99999999;
 margin-top: 0;
 transition: all 1s cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
 transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
 background: var(--desert);
 box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
 backdrop-filter: blur(5px);
 -webkit-backdrop-filter: blur(5px);
 transform: skew(-10deg);
}

@media (min-width: 600px) {
  .menu {
   width: 50vw;
   right: -80vw;
 }

 .open .menu {
   right: 0;
   transition: all 1s cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
   transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
   transform: skew(0deg);
 }

 .box:nth-child(1) {border-radius:5px; transform:scale(0.95);}
 .box:nth-child(2) {transform:scale(1); }
 .box:nth-child(3) {border-radius:5px; transform:scale(0.95);}

}

.letsgo {
 font-size:calc(40px + 1.5vw);
 line-height:calc(40px + 2vw);
 text-decoration:none;
 display:block;
 width:100%;
 margin-top:0px;
 padding-bottom:2px;
 color:var(--brown);
 font-family: 'Ivar Fine';
 text-transform:uppercase;
}

.menu .letsgo {opacity:1; transition:0.3s;}
.menu:hover .letsgo {opacity:0.4;}

.menu .letsgo:hover {opacity:1; padding-left:5px; color:var(--darkgreen);}

.menu .letsgo::after{
  content:'/';
  font-weight:100;
  margin-left:10px;
}

.sub-link {
 color:#ffffff;
 font-size:2vw;
 font-size:calc(22px + 0.5vw);
 font-weight:normal;
 text-decoration:none;
 display:block;
 width:100%;
 margin-top:10px;
 padding-bottom:2px;
 display:block;
}

.open .menu {
 right: 0;
 transition: all 1s cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
 transition-timing-function: cubic-bezier(0.445, 0.760, 0.000, 0.995); /* custom */
 transform: skew(0deg);
}

.menu:hover {
 overflow-y: auto;
}


.btn {
  background-color:var(--black);
  font-size:14px !important;
  padding:20px 60px 20px 40px;
  color:var(--white);
  font-weight:400;
  position: relative;
  text-transform:uppercase;
  border-radius:100px;
  transition:0.3s;
  text-align:center;
  margin-top:30px;
  margin-bottom:30px;
}

.btn:hover {
  background-color:var(--white);
  color:var(--moshgreen);
}

.overflow-x-visible {overflow:visible !important;}

.btn::after {
  content:'';
  width:12px;
  height:12px;
  position: absolute;
  right:30px;
  top:calc(50% - 6px);
  background-image:url('assets/images/arrow.svg');
  background-position: center center;
  background-size:contain;
  background-repeat:no-repeat;
  transition:0.3s;
  transition-delay:0.1s;
}

.btn:hover::after {
  background-image:url('assets/images/arrow-dark.svg');
  right:20px;
}

.btn-absolute-bottom {
  position: absolute;
  left:25px;
  bottom:25px;
}

/* - - - - - S W I P E R - - - - - */


.swiper-slide {
  overflow:hidden;
  background-size:cover;
  height:70vh;
  background-position: center center;
  transition:1s;
}

.swiper-slide-active {opacity: 1; transition:1s;}
.swiper-slide-next, .swiper-slide-prev {opacity: 0.5    ; transition:1s;}

.swiper-transition {
  .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
  }
}


