.home {
  background-color: #F6F8FA;
}



.card-collection {
  display: flex;
  gap: 24px;
  width: calc(100% - 48px);
  margin: auto;
  max-width: 1200px;
  flex-direction: row;
}

.card {
  /* border: 1px solid #ffffff; */
  background-color: rgb(240, 219, 165, .3);
  border-radius: 20px;
  width: calc(100% - 48px);
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 2rem;
  position: relative;
  max-width: 1200px;
  /* background: linear-gradient(135deg, #f9f6f3, #fff5e8, #e5fffe, #ffe5f9); */

  /* -webkit-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.07);
  -moz-box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.07);
  box-shadow: 4px 4px 20px 0px rgba(0,0,0,0.07); */
}

.card-content {
  padding: 48px;
  position: relative;
  z-index: 2;
}
@media (max-width: 860px) {
  .card-collection {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
  .card {
    width: calc(100% - 24px);
    margin-bottom: 1rem;
  }
  .card-content {
    padding: 24px;
  }
}
.card h3 {

}


.card-moodbook {
  background: #ffffff;
  background: linear-gradient(135deg, #f9dec1, #ffa04c);
  background: url(/assets/img/visuals/moodbook.webp) center center/cover no-repeat;
  height: 400px;

}
/* .card-moodbook h1 {
  color: #ffffff;
  z-index: 2;
  
} */

.card-moodbook h1 {
  margin-bottom: 0;
  text-align: center;
  font-size: clamp(3.5rem, 6vw, 7rem);
  background: linear-gradient(150deg, #ffffff 0%, #ffe0c6 70%, #ffebdf 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;

  filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.5));

}


.card-content-moodbook {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  height: 100%;
  /* aspect-ratio: 5/2; */

}
.card-content-moodbook .hero-button {
  margin-top: 0;
}





.card-info {
  /* background: linear-gradient(135deg, #d4f4d3, #c3f2c1); */
  background: #ffffff;
  background: url(/assets/img/visuals/SkollLichtBord.webp) center center/cover no-repeat;
  
}
.card-info h3, .card-info p, .card-info a {
  color: #ffffff;
  z-index: 2;

}
.card-info::before, .card-openingsuren::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: var(--border-radius-img);
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 10%, rgb(0, 0, 0, 1) 100%);
  z-index: 1;
}


.card-openingsuren {
  /* background: linear-gradient(135deg, #d4f4d3, #c3f2c1); */
  background: #ffffff;
  background: url(/assets/img/visuals/women.webp) center center/cover no-repeat;
  
}
.card-openingsuren h3, .card-openingsuren p {
  color: #ffffff;
  z-index: 2;

}

.map-responsive {
  overflow: hidden;
  position: relative;
  height: 480px;
  min-height: 350px;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
}

@media (max-width: 860px) {
  .map-responsive {
    flex-direction: column;
    height: 400px;
    gap: 0;
  }
}


.border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid transparent;
  background: linear-gradient(130deg, #ffffff, #d4d4d4) border-box;
  -webkit-mask:
     linear-gradient(#fff 0 0) padding-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}





.hero {
  position: relative;
  overflow: hidden;
  /* summer */
  background: linear-gradient(135deg, #ffffff, #f5f599);
  /* winter */
  /* background: linear-gradient(135deg, #ffffff, #99e6f5); */
  min-height: 560px;
}
.hero::before, .hero::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 25%;
}
.hero::before {
  

  background: url('/assets/img/visuals/noise.png');
  background-repeat: repeat;
  opacity: 0.25;
  /* position: relative; */
  /* width: 100%; */
  /* height: 100%; */
  /* filter: url(/assets/img/visuals/grain.svg#noiseFilter); */

}












/* Blobs */
.blob-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  height: 400px;
  width: 100%;
  position: relative;
}
.blob {
  border-radius: 100px;
  filter: blur(60px);
}
.yellow {
  /* summer */
  background-color: #ffa474;
  /* winter */
  /* background-color: #74efff; */
  position: absolute;
  top: 200px;
  left: 100px;
  height: 200px;
  width: 200px;
  animation: rgb(204, 255, 0) 8s infinite ease;
}
.green {
  background-color: #b1f6f8;
  position: absolute;
  top: 80px;
  right: -20px;
  height: 200px;
  width: 250px;
  animation: rgb(67, 230, 205) 8s infinite ease;
}
.red {
  /* summer */
  background-color: #fd9497;
  /* winter */
  /* background-color: #94a5fd; */
  position: absolute;
  right: 0;
  top: 300px;
  height: 250px;
  width: 200px;
  animation: red 8s infinite linear;
}
@keyframes yellow {
  0% {
    top: 200px;
    left: 100px;
    transform: scale(1);
  }
  30% {
    top: 300px;
    left: 150px;
    transform: scale(1.2);
  }
  60% {
    top: 100px;
    left: 200px;
    transform: scale(1.3);
  }
  100% {
    top: 200px;
    left: 100px;
    transform: scale(1);
  }
}

@keyframes green {
  0% {
    top: 80px;
    right: -20px;
    transform: scale(1.2);
  }
  30% {
    top: 300px;
    right: -20px;
    transform: scale(1);
  }
  60% {
    top: 200px;
    right: 100px;
    transform: scale(1);
  }
  100% {
    top: 80px;
    right: -20px;
    transform: scale(1.2);
  }
}

@keyframes red {
  0% {
    top: 250px;
    right: 0px;
    transform: scale(1);
  }
  30% {
    top: 150px;
    right: 150px;
    transform: scale(1.4);
  }
  60% {
    top: 250px;
    right: 100px;
    transform: scale(.8);
  }
  100% {
    top: 250px;
    right: 0px;
    transform: scale(1);
  }
}



.hero-shoe-1, .hero-shoe-2 {
  position: absolute;
  z-index: 0;
  
  filter: blur(8px) opacity(.8);
  
}

.hero-shoe-1 {
  height: 200px;
  top: 20%;
  right: 60%;
  animation: float-1 8s ease-in-out infinite;
}
.hero-shoe-2 {
  height: 360px;
  top: 25%;
  left: 50%;
  animation: float-2 9s ease-in-out infinite;
}
@keyframes float-1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(25px);
  }
}
@keyframes float-2 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
}

@media (max-width: 560px) {
  .hero-shoe-1, .hero-shoe-2 {
    filter: blur(4px) opacity(.8);
  }
  .hero-shoe-1 {
    height: 120px;
    right: 50%;
  }
  .hero-shoe-2 {
    height: 260px;
    top: 40%;
    left: 30%;
  }
}


.frame-content {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

    background: linear-gradient(to right, #151515 1px, transparent 1px) 0 0,
      linear-gradient(to right, #151515 1px, transparent 1px) 0 100%,
      linear-gradient(to left, #151515 1px, transparent 1px) 100% 0,
      linear-gradient(to left, #151515 1px, transparent 1px) 100% 100%,
      linear-gradient(to bottom, #151515 1px, transparent 1px) 0 0,
      linear-gradient(to bottom, #151515 1px, transparent 1px) 100% 0,
      linear-gradient(to top, #151515 1px, transparent 1px) 0 100%,
      linear-gradient(to top, #151515 1px, transparent 1px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  
}
.hero-content h1, .hero-content h2, .hero-content h5 {
  font-family: Recoleta;
  /* color: #230a00; */
  text-align: center;
  font-weight: medium;
  
/* summer */
  background: linear-gradient(150deg, #912808 0%, #d18c01 100%);
  /* Winter */
  /* background: linear-gradient(150deg, #00052e 0%, #008a88 100%); */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  
}
.hero-content h1 {
  font-size: 56px;
  white-space: nowrap;
  
}
.hero-content h2 {
  font-size: 40px;

}
.hero-content h5 {
  font-size: 24px;

}
@media (max-width: 456px) {
  .hero-content h1 {
    font-size: 40px;
  }
  .hero-content h2 {
    font-size: 32px;
  
  }
}



.hero-button {
  /* overflow: hidden; */
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 56px;
  gap: 20px;
}
.hero-button a {
  background-color: #000000;
  border: 1px solid #000000;

  position: relative;
  color: #ffffff;
  padding: .875rem 1.5rem;
  border-radius: 10px;
  font-weight: bold;
  /* margin: 0 .25rem; */
  transition: .3s all;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  /* border-radius: 40px; */
}

.hero-button a:hover {
  background-color: transparent;
  border: 1px solid #000000;

  color: #000000;
  /* color: #0AF29F; */
  /* background-color: #000000; */
}

.hero-button a::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  pointer-events: none;
}

.hero-button-men::before {
  -webkit-animation: shine 8.5s ease-in-out infinite;
  animation: shine 8.5s ease-in-out infinite;
}
.hero-button-women::before {
  -webkit-animation: shine 10.5s ease-in-out infinite;
  animation: shine 10.5s ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    transform: translateX(-200%);
  }
  20%, 100% {
    transform: translateX(200%);
  }
}

@keyframes shine {
  0% {
    transform: translateX(-200%);
  }
  20%, 100% {
    transform: translateX(200%);
  }
}