/* 
Theme Name: vitagreen
Description: anguiers d’Espagne • Avocatiers • Olivier Arbequina • Caroubier
La pépinière des arbres fruitiers d’exception.
Author: Flint Solutions
Author URI: https://vitagreen.ma/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Add your custom styles here */
.image-anime{
	overflow:hidden;
	border-radius:8px;
}
.image-anime img{
    transition: transform .5s ease;
}
.image-anime:hover img{
    transform:scale(1.05);
	border-radius:8px;
}

.tag-under-line{
    position: relative;
}
.tag-under-line::before{    
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
	border-radius: 0.25rem;
    transition: all 0.3s;
    background-color: #3b7a2a;
}


.tag-under-line:hover::before{
    width: 0;
}


.bg-hero-fade {
  position: relative; 
}

.bg-hero-fade::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;

  pointer-events: none; 
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,  
    #ffffff 100%                 
  );
}


.hover-effect {
    overflow: hidden;
}
.hover-effect img{
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.hover-effect img:hover{
    transform: scale(1.05) rotate(2deg);
    opacity: 0.8;
}