	@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

	@keyframes borderReveal {
	  0% {
	    clip-path: inset(0 100% 100% 0);
	  }
	  25% {
	    clip-path: inset(0 0 100% 0);
	  }
	  50% {
	    clip-path: inset(0 0 0 100%);
	  }
	  75% {
	    clip-path: inset(100% 0 0 0);
	  }
	  100% {
	    clip-path: inset(0 0 0 0);
	  }
	}

	@keyframes pulseOpacity {
    0%, 100% {
      opacity: 0.3;
    }
    50% {
      opacity: 1;
    }
  }

	.animate-borderReveal {
	  animation: borderReveal 1.2s ease forwards;
	}

  .animate-opacity-pulse {
    animation: pulseOpacity 1.2s ease-in-out infinite;
  }
	.group-cat:hover .group-cat-hover\:scale-105 {
	  transform: scale(1.05);
	}
	.group-cat:hover .group-cat-hover\:opacity-100 {
	  opacity: 1;
	}


	body {font-family: 'Poppins', sans-serif;}

	h3{
		color: #5a6eb4;
		font-size: 26px!important;
		padding-bottom: 10px;
		line-height: 1em;
		font-weight: 500;

	}
	.list-submenu:before {
	  content: "";
	  display: inline-block;
	  background-image: url('../images/freccia.png');
	  background-size: contain;
	  background-repeat: no-repeat;
	  width: 20px;
	  height: 20px;
	  margin-right: 5px;
		vertical-align: middle;
	}


    #logobar {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
      background: linear-gradient(180deg, #0f1c2d, #1a2e4a);

    }

    #logobar canvas {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
    }


    #logobar .container {
      position: relative;
      z-index: 1;
      align-content: center;
      text-align: center;
      min-height: 240px;
    }

    #logobar .container img {margin: 0px auto;}

		/*Hero*/
		@keyframes gradientShift {
		  0% {
		    background-position: 0% 50%;
		  }
		  50% {
		    background-position: 100% 50%;
		  }
		  100% {
		    background-position: 0% 50%;
		  }
		}

		.animate-gradient-text {
		  background: linear-gradient(270deg, #fff, #5a6eb4, #fff);
		  background-size: 600% 600%;
		  animation: gradientShift 8s ease infinite;
		  -webkit-background-clip: text;
		  -webkit-text-fill-color: transparent;
		  background-clip: text;
		  color: transparent;
		}

		.venditore-box{
			border: 1px solid #fcfcfc;
			border-radius: 20px;
			padding-bottom: 90px;
			background: url("https://qlickup.it/wp-content/uploads/2025/04/SFONDO-1.jpg");
			background-size: cover;
		}
