.header-right {
   .social {
      gap: 24px;
      a {
         font-size: 24px;
         color: var(--Text-secondary);
         &:hover {
            color: var(--Primary);
         }
      }
   }
}

@media (max-width: 767px) {
   .evidenza-img-responsive {
      width: 100% !important;
      height: 300px !important;
      object-fit: cover !important;
   }
}

// .parallaxie::before {
//    content: '';
//    position: absolute;
//    top: 0;
//    left: 0;
//    width: 100%;
//    height: 100%;
//    background: rgba(113, 133, 193, 0.45);
//    pointer-events: none;
//    z-index: 1;
// }

.responsive-hero {
   height: 10vh;
}
@media (min-width: 992px) {
   .responsive-hero {
      height: 100vh;
   }
}

.nice-select-hidden {
   display: none;
}
