@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Updock&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Updock&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Updock&display=swap');

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto; 
  background-color: #0b0a16;
  scroll-behavior: smooth;
}
/* hero section */
.hero-section {
  position: relative;
  background: url("../img/hero-background4.png") center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}
.logo {
  position: absolute;
  bottom: 550px;
  left: 0;
  margin: 10px;
}
.logo img {
  width: 70px; /* Resize the image */
  height: auto; /* Maintain aspect ratio */
}

.content {
  position: relative;
  z-index: 2;
  color: white;
  border-radius: 15px;
}

.title {
  font-size: 210px;
  font-family: "Updock", cursive;
  font-weight: 400;
  font-style: normal;
  margin: -40px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8),
   0 0 30px rgba(128, 0, 255, 0.5);
}

.subtitle {
  font-size: 30px;
  margin: 15px 490px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}



:root {
  --purple-dark: #9c27b0;     /* Dark Purple */
  --purple-medium: #8e24aa;   /* Medium Purple */
  --purple-light: #ba68c8;    /* Light Purple */
  --text-light: rgba(230, 230, 250, 0.7);  /* Light purple text shadow */
  --text-hover: rgba(255, 255, 255, 0.8);  /* Slightly transparent text color */
  --shadow-light: rgba(0, 0, 0, 0.16);
  --shadow-dark: rgba(128, 0, 128, 0.4);
  --shadow-purple: rgba(128, 0, 128, 1);
}

.purple-button {
  touch-action: manipulation;
  display: inline-block;
  outline: none;
  font-family: inherit;
  font-size: 1em;
  box-sizing: border-box;
  border: none;
  border-radius: 0.3em;
  height: 2.75em;
  line-height: 2.5em;
  text-transform: uppercase;
  padding: 0 1em;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(160deg, var(--purple-dark), var(--purple-medium), var(--purple-light), var(--purple-dark), var(--purple-medium));
  border: 1px solid var(--purple-medium);
  color: white;
  text-shadow: 0 2px 2px var(--text-light);
  box-shadow: 0 3px 6px var(--shadow-light), 
              0 3px 6px var(--shadow-dark), 
              inset 0 -2px 5px 1px var(--shadow-purple),
              inset 0 -1px 1px 3px var(--text-light);
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center;
}

.purple-button:hover,
.purple-button:focus {
  background-size: 150% 150%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 
              0 6px 6px rgba(0, 0, 0, 0.23), 
              inset 0 -2px 5px 1px var(--purple-medium),
              inset 0 -1px 1px 3px rgba(230, 230, 250, 1);
  border-color: rgba(142, 36, 170, 0.6);  /* Lighter purple border on hover */
  color: var(--text-hover);
}

.purple-button:active {
  box-shadow: 0 3px 6px var(--shadow-light), 
              0 3px 6px var(--shadow-dark), 
              inset 0 -2px 5px 1px var(--purple-medium),
              inset 0 -1px 1px 3px rgba(230, 230, 250, 1);
}


/* Reviews */

.review-section {
  background: url("../img/reviews4.png") center/cover no-repeat;
  padding: 50px 0; 
}

#reviews {
  background-size: contain; 
  min-height: 100%;
  font-family: "Roboto", sans-serif;
}

.review-title {
  text-align: center;
}

.review-title h3 {
  font-family: "Roboto Serif", serif;
  color: white;
  font-weight: 400;
  font-size: 2em;
}

.slide-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 115px 0;
  position: relative;
}

.review-wrapper {
  display: flex;
  justify-content: center;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0px 50px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.review-wrapper::-webkit-scrollbar {
  display: none; /* Verberg scrollbar */
}

.review {
  flex: 0 0 auto;
  height: 180px;
  width: 520px;
  margin: 0 20px;
  text-align: center;
  color: white;
  border: 1px dashed #97DFFC;
  border-radius: 15px;
}

.card-content {
  padding: 20px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.description {
  font-size: 1em;
  color: white;
  margin: 10px 0;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  top: 10px;
}

.name {
  font-size: 1.1em;
  font-weight: 500;
  margin-top: 50px;
  color: white;
}

.description::before {
  content: "“"; /* Linker aanhalingsteken */
  font-size: 5em;
  color: #97DFFC;
  position: absolute;
  top: -40px;
  left: -10px;
}

.description::after {
  content: "”"; /* Rechter aanhalingsteken */
  font-size: 5em;
  color: #97DFFC;
  position: absolute;
  bottom: -130px;
  right: -10px;
}

/* Dots-styling */
.dots-container {
  text-align: center;
  margin-top: 20px;
}

.dot {
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  border-radius: 50%;
  border: #97DFFC dashed 1px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dot.active {
  background-color: #97DFFC;
  border: 2px solid #97DFFC;
}

/* Title Styles */
.title-function {
  color: white;
  font-size: 2em;
  font-family: "Roboto Serif", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
}

/* Text section styles */
.text-function {
  color: white;
  flex: 1 1 50%;
  text-align: right;
  margin: 0;
}

.summary-text {
  font-size: 17px;
  margin: 15px 490px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  color: white;
}

.text-function p {
  color: white;
  font-size: 16px;
  text-align: right;
  font-family: "Roboto Serif", serif;
  font-weight: 400;
  margin: 0;
  line-height: 6;
}

/* functions */
.function-section {
  background-color: #0d0b17;
  padding: 80px 0;
  overflow: hidden;
  z-index: 1;
  min-height: 500px;
  position: relative; 
}

.function-section img {
  width: 766px;
  height: auto;
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
}


/* footer */
  
.parallax-footer {
  position: relative;
  height: 80vh;
  overflow: hidden;
  background-image: url("../img/Vector14.png"), url("../img/Vector13.png");
  background-position: right, left;
  background-repeat: no-repeat;
  margin-top: 100px;
}

/* cloud */
.cloud {
  height: 140px;
  aspect-ratio: 1.8;
  --g: radial-gradient(50% 50%, #000 98%, #0000) no-repeat;
  mask: var(--g) 100% 100% / 34% 60%, var(--g) 85% 0 / 50% 100%, var(--g) 0 100% / 31% 68%, var(--g) 27% 26% / 26% 54%, linear-gradient(#000 0 0) bottom / 67% 58% no-repeat;
  background: white;
  text-align: center;
  font-family: 'Roboto Serif', serif;
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: #000000;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.7);
  position: absolute;
  transform: translate(-50%, -50%);
  animation: floatCloud 30s ease-in-out infinite; 
}
@keyframes floatCloud {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  25% {
    transform: translate(-45%, -55%) scale(1.02); /* Slight move and scale */
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05); /* Slight scale */
  }
  75% {
    transform: translate(-55%, -45%) scale(1.02); /* Slight move and scale */
  }
  100% {
    transform: translate(-50%, -50%) scale(1); /* Back to original position */
  }
}



/* Cloud 1 */
.cloud-1 {
  top: 20%;
  left: 20%;
    cursor: pointer;
}

/* Cloud 2 */
.cloud-2 {
  top: 75%;
  left: 25%;
  cursor: pointer;
}

/* Cloud 3 */
.cloud-3 {
  top: 17%;
  right: 0%;
  cursor: pointer;
}

/* Cloud 4 */
.cloud-4 {
  top: 80%;
  left: 80%;
  cursor: pointer;
}

.cloud span {
  position: relative;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  word-wrap: break-word;
  text-align: center;
  top: 20px;
}

/* Central Call-to-Action (CTA) */
.cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
  color: white;
}

.cta p {
  font-size: 40px;
  margin: 0 0 20px;
}

.cta button {
  background: #6a40b3;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.cta button:hover {
  background: #7b58c9;
}

/* Book Covers */
.book-cover {
  position: absolute;
  top: var(--y);
  left: var(--x);
  transform: translate(-50%, -50%);
  z-index: 5;
  will-change: transform;
}

.book-cover img {
  width: var(--size); /* Use the --size variable to set the width */
  height: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.rights {
  position: absolute;
  bottom: 10px; /* Adjust to fine-tune its placement from the bottom */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem; /* Adjust text size */
  color: #ccc; /* A softer color to reduce prominence */
  z-index: 5; /* Keep it above book covers */
}

.rights p {
  margin: 0;
  font-size: 0.8rem; /* Smaller font for copyright */
  color: rgba(255, 255, 255, 0.7);
}

