/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.1
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/
/* ---------- MyGroup Home Background Video ---------- */
.home-area .home-name,
.home-area .home-headline {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

/* Βγάζουμε το default overlay που σκοτεινιάζει υπερβολικά */
.home-area:before {
  background-color: transparent !important;
}

/* Το video σαν full-screen background ΠΙΣΩ από όλα */
.home-area #homeVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;

  /* Ελαφρύ blur + λίγο χαμήλωμα φωτεινότητας */
  filter: blur(3px) brightness(0.7);

  /* Μικρό scale για να μην φανούν θολά “περιθώρια” στις άκρες */
  transform: scale(1.03);
}


/* Σιγουρευόμαστε ότι το περιεχόμενο είναι πάνω από το video */
.home-area .container,
.home-area .fixed-wrapper {
  position: relative;
  z-index: 5;
}
