/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/
.box2{
  transition: background-color 0.3s;
}
.box2:hover{
    background-color: #A89AF3;
}
.box1{
  transition: background-color 0.3s;
}
.box1:hover{
    background-color: #F501AA;
}

.cutout{
	background-image: url("https://scottofficialdj.nl/wp-content/uploads/2024/07/bg-water-1.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-clip:text;
	-webkit-background-clip:text;
	background-position: 0px 0px;
	color:transparent!important;
}





 /* CSS for text with transparent fill and white border */
.text-stroke {
  color: transparent; /* Transparent fill */
  -webkit-text-stroke: 1.5px white; /* White border */
  transition: color 0.3s ease, -webkit-text-stroke-color 0.3s ease;
}

/* Hover state: white fill and white border */
.text-stroke:hover {
  color: white; /* White fill */
  -webkit-text-stroke-color: white; /* Ensure the border remains white */
}

