

  html {
    --numeri:calc(1.1vw + 1.1vh + 0.6vmin);
    overflow-x: hidden;
    height: -webkit-fill-available;
    scroll-behavior: smooth;
  }

  body {
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    word-spacing: inherit;
    letter-spacing: inherit;
    -webkit-text-size-adjust: 100%;
    
  }
 
  .site{
    position: absolute;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent; 
  }

  .loader-wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #252525;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .loader  {
    animation: rotate 7s infinite;  
    height: 50px;
    width: 50px;
  }
  
  .loader:before,
  .loader:after {   
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;  
    width: 20px;
  }
  .loader:before {
    animation: ball1 1s infinite;  
    background-color: #ee7203;
    box-shadow: 30px 0 0 #696969;
    margin-bottom: 10px;
  }
  .loader:after {
    animation: ball2 1s infinite; 
    background-color: #000;
    box-shadow: 30px 0 0 #ee7203;
  }
  
  @keyframes rotate {
    0% { 
      -webkit-transform: rotate(0deg) scale(0.8); 
      -moz-transform: rotate(0deg) scale(0.8);
    }
    50% { 
      -webkit-transform: rotate(360deg) scale(1.2); 
      -moz-transform: rotate(360deg) scale(1.2);
    }
    100% { 
      -webkit-transform: rotate(720deg) scale(0.8); 
      -moz-transform: rotate(720deg) scale(0.8);
    }
  }
  
  @keyframes ball1 {
    0% {
      box-shadow: 30px 0 0 #696969;
    }
    50% {
      box-shadow: 0 0 0 #696969;
      margin-bottom: 0;
      -webkit-transform: translate(15px,15px);
      -moz-transform: translate(15px, 15px);
    }
    100% {
      box-shadow: 30px 0 0 #696969;
      margin-bottom: 10px;
    }
  }
  
  @keyframes ball2 {
    0% {
      box-shadow: 30px 0 0 #ee7203;
    }
    50% {
      box-shadow: 0 0 0 #ee7203;
      margin-top: -20px;
      -webkit-transform: translate(15px,15px);
      -moz-transform: translate(15px, 15px);
    }
    100% {
      box-shadow: 30px 0 0 #ee7203;
      margin-top: 0;
    }
  }

  @media  screen and (min-width: 1023px)  {
    a:hover {
      color: #ee7203;
    }
  /* PROVA MENU */
  .header {
    position: absolute;
    background: rgba(105, 105, 105, 0.11);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0.7px);
    -webkit-backdrop-filter: blur(0.7px);
    width: 100vw;
    height: 10vh;
    z-index: 99;
  }

  .logo{
    position:absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top:1vh;
    left:5vw;
    height: 8vh;
      }

  .logo-unica{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    filter: drop-shadow(0.5px 0 0 white) 
    drop-shadow(0 0.5px 0 white)
    drop-shadow(-0.5px 0 0 white) 
    drop-shadow(0 -0.5px 0 white);
  }
.unica{
  font-size: calc((var(--numeri))*0.5);
  color:#696969; 
  font-family: 'Roboto', sans-serif; 
  line-height: calc((var(--numeri))*0.4);
}
.address{
  font-size: calc((var(--numeri))*0.35); 
  font-family: 'Roboto', sans-serif; 
  color:#fff; 
  line-height: calc((var(--numeri))*0.6);
}
.legal-menu{
  font-size: calc((var(--numeri))*0.5); 
  color:#696969; font-family: 'Roboto', sans-serif; 
  line-height: calc((var(--numeri))*0.07);
}
.dati{
  font-size: calc((var(--numeri))*0.35); 
  font-family: 'Roboto', sans-serif; color:#fff; 
  line-height: calc((var(--numeri))*0.45);
}

  .nav-wrap.unica li {
    width: 0;
    right: 0;
  }

  .nav-wrap.unica li.active {
    width: 25%;
  }

  .nav-wrap.unica li:nth-child(1) {
    height: 20%;
    top: 0%;
    transition-delay: 0s;
  }

  .nav-wrap.unica li:nth-child(2) {
    height: 20%;
    top: 20%;
    transition-delay: 0.05s;
  }

  .nav-wrap.unica li:nth-child(3) {
    height: 20%;
    top: 40%;
    transition-delay: 0.1s;
  }

  .nav-wrap.unica li:nth-child(4) {
    height: 20%;
    top: 60%;
    transition-delay: 0.15s;
  }

  .nav-wrap.unica li:nth-child(5) {
    height: 20%;
    top: 80%;
    transition-delay: 0.2s;
    /*---DISATTIVAZIONE MENU MOBILE SU DESKTOP---*/
  }
 .nav-wrap-mobile{
  display: none;
 }

  
  .nav-wrap a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    list-style: none;
    font-family: "Roboto", sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F0F0F0;
    opacity: 1;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);

  }

  .nav-wrap span {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .menu-button {
    width: calc((var(--numeri))*0.07);
    height: calc((var(--numeri))*0.2);
    position: fixed;
    top: calc((var(--numeri))*0.18);
    right: calc((var(--numeri))*0.07);
    z-index: 101;
    cursor: pointer;
    text-align: center;
   
  }

  /*dimensioni */
  #nav-icon1 {
    width: 2vw;
    height: 6vh;
    position: relative;
    margin: 0vh -5vw;
    margin-top: 3vh;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 101;
  }


  /*colori e bordo*/
  #nav-icon1 span {
    display: block;
    position: absolute;
    height: calc((var(--numeri))*0.08);
    width: 100%;
    background: #ed7a40;
    /*colore  icona*/
    border: solid #fff 1px;
    /*colore e dimensione bordo*/
    opacity: 1;
    left: 0;

    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    z-index: 101;
  }

  #nav-icon1 span:nth-child(1) {
    top: 0;
  }

  #nav-icon1 span:nth-child(2) {
    top: 1vh;
  }

  #nav-icon1 span:nth-child(3) {
    top: 2vh;
  }

  #nav-icon1.open span:nth-child(1) {
    top: 7px;
    transform: rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }

  #nav-icon1.open span:nth-child(3) {
    top: 7px;
    transform: rotate(-135deg);
  }

  .globalmenu {
    z-index: 100;
  }
 
  .nav-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: -100%;
    right: 0;
    z-index: 100;
    font-size: 0;
  }

  .nav-wrap ul {
    height: 100%;
    right: 0;

  }

  .nav-wrap li {
    position: fixed;
    overflow: hidden;
    opacity: 0.8;
    transition: all 0.5s cubic-bezier(1, 0, 0.4, 1.3);
  }

  .nav-wrap li:hover i {
    font-size: 36px;
    
  }
  .nav-wrap a:hover i {
    color:#696969;
  }
  .nav-wrap li:nth-child(1) {
    background-color: #ed7a40;
  }

  .nav-wrap li:nth-child(2) {
    background-color: #ed7a40;
  }

  .nav-wrap li:nth-child(3) {
    background-color: #ed7a40;
  }

  .nav-wrap li:nth-child(4) {
    background-color: #ed7a40;
  }

  .nav-wrap li:nth-child(5) {
    background-color: #ed7a40;
  }
  .link1 {
    font-size: calc((var(--numeri))*0.30)!important; 
    line-height:calc((var(--numeri))*0.4);
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }
  .link1:hover{
    color: #696969;
  }
  .link2:hover{
    color: #696969;
  }
  .link2 {
    font-size:  calc((var(--numeri))*0.8)!important; 
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }
  .list {
    top: 10vh;
    left: 3vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    height: auto;
    color: #fff;
    background-color: transparent;
  }

  .content-container,
  .panel {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    height: auto;
    color: #fff;
    background-color: transparent;
    top: 0;
  }

  .panel {
    max-height: 100vh;
    min-width: 100vw;
    height: 100vh;
    background-color: transparent;
    box-sizing: border-box;
  }

  .video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    height: 100vh;
    width: 100vh;
  }


  .class-1 {
    position: relative;
    background-color: #ee7203;
    max-height: 100vh;
    height: 100%;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);

  }

  .desc-main {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    gap: 10vh;
  }

  .desc-first {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
  }

  .desc-second {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    justify-content: center;
  }

  .desc {
    position: relative;
    display: flex;
    text-align: center;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
  }

  #desc {
    left: 0;
  }

  .about {
    position: relative;
    background-color: transparent;
    color: #F3ECCF;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
  }

  .class-2 {
    display: flex;
    flex-direction: row;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    color: #F3ECCF;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
  }

  .about-h5-1 {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: calc((var(--numeri))*2);
    color: #000;
    font-family: "Roboto", serif;
    text-align: right;
    margin-top: auto;
    margin-bottom: auto;
    align-items: flex-end;
    gap: 1vh;
  }

  .about-h5-2 {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: calc((var(--numeri))*2);
    color: #000;
    font-family: "Roboto", serif;
    margin-top: 0vh;
    margin-bottom: 0vh;
    font-weight: 200;
    text-transform: uppercase;
  }

  .about-h5-3 {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: calc((var(--numeri))*2);
    color: #ee7203;
    font-family: "Roboto Slab", serif;
    margin-top: 0vh;
    margin-bottom: 0vh;
    align-items: flex-end;
  }

  .creativita {
    font-family: "Roboto Slab", serif;
    font-weight: 800;
    font-size: calc((var(--numeri))*2.5);
  }

  .professionalita {
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    font-size: 135px;
    text-transform: uppercase;
    font-size: calc((var(--numeri))*2.5);
  }

  .competenza {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 135px;
    text-transform: uppercase;
    font-size: calc((var(--numeri))*2.5);
  }

  .innovazione {
    font-family: "Roboto Slab", serif;
    font-weight: 400;
    font-size: 135px;
    text-transform: uppercase;
    font-size: calc((var(--numeri))*2);
  }

  .tua {
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    font-weight: 200;
    font-size: calc((var(--numeri))*2);
  }

  .comunicazione {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: lowercase;
    font-size: calc((var(--numeri))*2);
  }

  .danno {
    font-family: "Roboto Slab", serif;
    font-weight: 200;
    font-size: calc((var(--numeri))*2);
  }

  .alla {
    font-family: "Roboto Slab", serif;
    font-weight: 200;
    font-size: calc((var(--numeri))*2);
  }

  .e {
    font-family: "Roboto", sans-serif;
    font-weight: 200;
    color: #ee7203;
    font-size: calc((var(--numeri))*1.5);
  }

  .txt_cont {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 8vh;
    gap: 0vw;
  }

  .about-style {
    position: relative;
    margin-top: 5vh;
    margin-left: 4vw;
  }

  .contact-image {
    top: 25vh;
    right: 40vw;
    width: 50vw;
  }

  .first-image {
    width: 64vw;
    left: 6vw;
  }

  .about-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5vh;
    margin-bottom: 0vh;
    right: 20vw;
  }

  .about-text {
    width: 30vw;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    border-top: 3px solid #ee7203;
    border-right: 3px solid #ee7203;
    padding: 0 1.4vw;
    word-spacing: calc((var(--numeri))*0.2);
    position: relative;
    color: #000;
    font-size: calc((var(--numeri))*0.5);
    line-height: calc((var(--numeri))*0.9);
    font-weight: 400;
    text-align: justify;
    text-align-last: right;
    margin-left: 15vw;
    height: auto;
    text-align: justify;
    text-align-last: right;
  }

  .scrolling-text {
    position: relative;
    width: 150vw;
    bottom: 0vh;
    margin-left: -30vw;
    color: #ee7203 !important;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    font-size: 13rem;
    white-space: nowrap;
  }

  .marquee {
    display: none;
  }


  /* Inizio elenco servizi
  ***************************************************************/
  .services {
    position: relative;
    background-color: transparent;
    max-height: 100vh;
    min-width: 100vw;
    height: 100vh;
  }

  .class-3 {
    position: relative;
    overflow: hidden;
    background-color: #000;
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    min-width: 100vw;
    height: 100vh;
    gap: 7vh;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
  }

  /* SOCIAL MEDIA MARKETING & ADS */
  .social {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    border-top: #000 1px solid;
    height: 10vh;
    width: 100%;
  }

  .number-1 {
    position: relative;
    font-weight: 800;
    font-family: "Roboto Slab", serif;
    font-size: calc((var(--numeri))*0.7);
  }

  .circle {
    width: calc((var(--numeri))*1.5);
    height: calc((var(--numeri))*1.5);
    background-color: #ee7203;
    border: #ee7203 1px solid;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .content-services {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .titolo-1 {
    display: flex;
    font-family: "Roboto Slab", serif;
    font-weight: 800;
    font-size: calc((var(--numeri))*0.6);
    text-transform: uppercase;
    position: relative;
    color: #fff;
    white-space: wrap;
    margin-left: 2vw;
    align-items: center;
    gap: 0.6vw;
  }

  .subtitle-1 {
    font-family: "Roboto", serif;
    font-weight: 200 !important;
    font-size: calc((var(--numeri))*0.4);
    letter-spacing: 1px;
    position: relative;
    color: #fff;
    text-transform: lowercase;
  }


  /* WEB DESIGN, UX & UI DESIGN, E-COMMERCE */
  .web-design {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    border-top: #ee7203 1px solid;
    height: 10vh;
    width: 100%;
  }

  /* GRAPHIC DESIGN */
  .graphic {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    border-top: #ee7203 1px solid;
    height: 10vh;
    width: 100%;
  }

  /* PACKAGING & VISUAL */
  .visual {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    border-top: #ee7203 1px solid;
    height: 10vh;
    width: 100%;
  }

  /* OFFSET & DIGITAL */
  .offset {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    border-top: #ee7203 1px solid;
    height: 10vh;
    width: 100%;
  }

  /* ETICHETTE ADESIVE */
  .etichette {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    border-top: #ee7203 1px solid;
    height: 10vh;
    width: 100%;
  }

  /* SISTEMI ESPOSITIVI */
  .sistems {
    position: relative;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
    border-top: #ee7203 1px solid;
    height: 10vh;
    width: 100%;
  }

  /* FINE
  ************************************/
  /* SERVICE 1 -SOCIAL MEDIA MARKETING & ADS
  ************************************/

  .about-service {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    left: -13vw;
  }

  .service-1 {
    position: relative;
    background-color: transparent;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .class-4 {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .img-service1 {
    width: 33vw;
    position: relative;
  }

  .service1-title {
    white-space: nowrap;
    height: auto;
    position: relative;
    font-family: "Roboto Slab", serif;
    color: #ee7203;
    font-size: calc((var(--numeri))*4);
    text-align: left;
    opacity: 0.1;
   left:18vw;
  }

  .service1-text {
    width: 25vw;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: calc((var(--numeri))*0.6);
    line-height: calc((var(--numeri))*1.2);
    font-weight: 400;
    letter-spacing: calc((var(--numeri))*0.05);
    word-spacing: calc((var(--numeri))*0.2);
    text-align: left;
    color: #000;
    position: relative;
    left: -15vw;
  }

  /* SERVICE 2 - WEB DESIGN, UX/UI DESIGN, E-COMMERCE
  ************************************/
  .class-5 {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .service-2 {
    position: relative;
    background-color: transparent;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .img-service2 {
    width: 33vw;
    position: relative;
    margin-left: 8vw;
  }

  .service2-title {
    white-space: nowrap;
    height: auto;
    position: relative;
    font-family: "Roboto Slab", serif;
    color: #ee7203;
    font-size: calc((var(--numeri))*4);
    text-align: left;
    opacity: 0.1;
   left:14vw;
  }

  .service2-text {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-size: calc((var(--numeri))*0.6);
    line-height: calc((var(--numeri))*1.2);
    font-weight: 400;
    letter-spacing: calc((var(--numeri))*0.05);
    word-spacing: calc((var(--numeri))*0.2);
    text-align: left;
    color: #000;
    position: relative;
    margin-left: -20%;
    left: -10vw;
  }

  /* SERVICE 3 - GRAPHIC DESIGN
  ************************************/
  .service-3 {
    position: relative;
    background-color: transparent;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .img-service3 {
    width: 33vw;
    position: relative;
    margin-left: 8vw;
  }

  .service3-title {
    white-space: nowrap;
    height: auto;
    position: relative;
    font-family: "Roboto Slab", serif;
    color: #ee7203;
    font-size: calc((var(--numeri))*4);
    text-align: left;
    opacity: 0.1;
   left:10vw;
  }

  .service3-text {
    width: 25vw;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: calc((var(--numeri))*0.6);
    line-height: calc((var(--numeri))*1.2);
    font-weight: 400;
    letter-spacing: calc((var(--numeri))*0.05);
    word-spacing: calc((var(--numeri))*0.2);
    text-align: left;
    color: #000;
    position: relative;
    left: -10vw;
  }

  /* SERVICE 4 - PACKAGING & VISUAL
  ************************************/
  .service-4 {
    position: relative;
    background-color: transparent;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .img-service4 {
    width: 33vw;
    position: relative;
    margin-left: 8vw;
  }

  .service4-title {
    white-space: nowrap;
    height: auto;
    position: relative;
    font-family: "Roboto Slab", serif;
    color: #ee7203;
    font-size: calc((var(--numeri))*4);
    text-align: left;
    opacity: 0.1;
   left:10vw;
  }

  .service4-text {
    width: 25vw;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: calc((var(--numeri))*0.6);
    line-height: calc((var(--numeri))*1.2);
    font-weight: 400;
    letter-spacing: calc((var(--numeri))*0.05);
    word-spacing: calc((var(--numeri))*0.2);
    text-align: left;
    color: #000;
    position: relative;
    left: -10vw;
  }

  /* SERVICE 5 - OFFSET & DIGITAL
  ************************************/
  .service-5 {
    position: relative;
    background-color: transparent;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .img-service5 {
    width: 33vw;
    position: relative;
    margin-left: 8vw;
  }

  .service5-title {
    white-space: nowrap;
    height: auto;
    position: relative;
    font-family: "Roboto Slab", serif;
    color: #ee7203;
    font-size: calc((var(--numeri))*4);
    text-align: left;
    opacity: 0.1;
   left:10vw;
  }

  .service5-text {
    width: 25vw;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: calc((var(--numeri))*0.6);
    line-height: calc((var(--numeri))*1.2);
    font-weight: 400;
    letter-spacing: calc((var(--numeri))*0.05);
    word-spacing: calc((var(--numeri))*0.2);
    text-align: left;
    color: #000;
    position: relative;
    left: -10vw;
  }


  /* SERVICE 6 - ETICHETTE ADESIVE
  ************************************/
  .service-6 {
    position: relative;
    background-color: transparent;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .img-service6 {
    width: 33vw;
    position: relative;
    margin-left: 8vw;
  }

  .service6-title {
    white-space: nowrap;
    height: auto;
    position: relative;
    font-family: "Roboto Slab", serif;
    color: #ee7203;
    font-size: calc((var(--numeri))*4);
    text-align: left;
    opacity: 0.1;
   left:10vw;
  }

  .service6-text {
    width: 25vw;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: calc((var(--numeri))*0.6);
    line-height: calc((var(--numeri))*1.2);
    font-weight: 400;
    letter-spacing: calc((var(--numeri))*0.05);
    word-spacing: calc((var(--numeri))*0.2);
    text-align: left;
    color: #000;
    position: relative;
    left: -10vw;
    top: 5vh;
  }

  /* SERVICE 7 - SISTEMI ESPOSITIVI
  ************************************/
  .service-7 {
    position: relative;
    background-color: transparent;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .img-service7 {
    width: 33vw;
    position: relative;
    margin-left: 8vw;
  }

  .service7-title {
    white-space: nowrap;
    height: auto;
    position: relative;
    font-family: "Roboto Slab", serif;
    color: #ee7203;
    font-size: calc((var(--numeri))*4);
    text-align: left;
    opacity: 0.1;
   left:10vw;
  }

  .service7-text {
    width: 25vw;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: calc((var(--numeri))*0.6);
    line-height: calc((var(--numeri))*1.2);
    font-weight: 400;
    letter-spacing: calc((var(--numeri))*0.05);
    word-spacing: calc((var(--numeri))*0.2);
    text-align: left;
    color: #000;
    position: relative;
    left: -10vw;
    top: 5vh;
  }

  .marquee2 {
    line-height: 1vh;
    display: flex;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    width: 100vw;
    color: #ee7203;
    font-family: 'Roboto Slab', serif;
    font-weight: 800;
    font-size: calc((var(--numeri))*6);
    line-height: normal;
    white-space: nowrap;
    top:1vh;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 30%;
    margin-bottom:-10vh;
  }

  





  .link-social {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5vh;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }

  .social-txt {
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: calc((var(--numeri))*1);
    color: #696969;
    white-space: nowrap;
    font-weight: 100;
  }

  .icon-social {
    position: relative;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: calc((var(--numeri))*0.8);
    line-height: calc((var(--numeri))*1);
    font-weight: 100;
  }

  a:link {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  a:visited {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
  }

  ul li a::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    /*height: 3px;
    background: #fff;
     outer */
  }

  a::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    /*height: 0.1px;
    background: #fff;
     transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s;
    box-shadow: 0px 0px 4px 0.8px #ee7203;
      cursor:none; */
    /* outer */
  }




  .link1:hover {
    color: #696969;
  }

  /* a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  } */

  .get-in-touch {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5vh;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }



  .location {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5vh;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }

  .call-us {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5vh;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }

  .little-class {
    position: relative;
    color: #696969;
    font-size: calc((var(--numeri))*0.45);
  }

  .office {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    align-items: baseline;
    gap: 1vw;
    white-space: nowrap;
  }

  .smm {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    align-items: baseline;
    gap: 1vw;
  }

  .test {
    color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: relative;
    align-items: baseline;
    gap: 1vw;
  }

  .sector-b {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    background-color: transparent;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
    bottom: 8vh;
    left: 5vw;
    row-gap: 4vh;
  }

  .sector {
    position: relative;
    flex-direction: row;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
    background-color: transparent;  
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 70%;
  }

 

  .footer {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    align-self: baseline;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }

  .footer-2 {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  }

  .ragione-sociale {
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: calc((var(--numeri))*0.45);
    color: #696969;
    white-space: nowrap;
    font-weight: 100;
    line-height: 3vh;
  }

  .dati-legali {
    position: relative;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: calc((var(--numeri))*0.45);
    color: #696969;
    white-space: nowrap;
    font-weight: 100;
    line-height: 3vh;
  }

  .legals-link {
    position: relative;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: calc((var(--numeri))*0.4);
    font-weight: 100;
    line-height: 3vh;
  }

  .legals-link-2 {
    position: relative;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: calc((var(--numeri))*0.4);
    font-weight: 100;
    line-height: 3vh;
  }

  .privacy {
    color: #696969;
  }

  .privacy:hover {
    color: #ee7203;
  }


  /* CONTATTI PROVA
   ********************************************+*/


  .contatti {
    position: relative;
    background-color: transparent;
    color: #F3ECCF;
    max-height: 100vh;
    width: 100vw;
    height: 100vh;
  }

  .first-image-contatti {
    width: 50vw;
    position: relative;
  }

  .class-2-contatti {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    align-content: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    background-color: #000;
    color: #F3ECCF;
    max-height: 100vh;
    width: 100%;
    height: 100%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.69);
    flex-wrap: nowrap;
  }

  .about-style-contatti {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: 50%;
  
  }
}





