/* MOBILE  PORTRAIT
  -------------------------------------------------------------------
  ----------------------------------------------------------------- */


  @media only screen and (max-width: 1022px) and (orientation:portrait) {
    
    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; 
    }
      
      /* PROVA MENU */
      .header {
        position: fixed;
        background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(4.1px);
    -webkit-backdrop-filter: blur(4.1px);
        width: 100%;
        height: 10vh;
        z-index: 99;
      }
    
      
    .logo{
      position:absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      top:2vh;
      left:5vw;
      height: 5vh;
        }
  
    .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))*1);
      color:#696969; 
      font-family: 'Roboto', sans-serif; 
      line-height: calc((var(--numeri))*0.02);
    }
    .address{
      font-size: calc((var(--numeri))*0.7); 
      font-family: 'Roboto', sans-serif; 
      color:#fff; 
      line-height: calc((var(--numeri))*0.9);
      pointer-events: none; /*--serve a non cambiare il cursore sui link---*/
    }
    .address > a{
      text-decoration:none; color:inherit;
    }
    .legal-menu{
      font-size: calc((var(--numeri))*1); 
      color:#696969; font-family: 'Roboto', sans-serif; 
      line-height: calc((var(--numeri))*0.25);
    }
    .dati{
      font-size: calc((var(--numeri))*0.7); 
      font-family: 'Roboto', sans-serif; color:#fff; 
      line-height: calc((var(--numeri))*0.7);
    }
  .nav-wrap{
    display: none;
  }
    /*ATTIVAZIONE MENU CON LINK DESKTOP E PORTRAIT---*/
   
      .nav-wrap-mobile.unica li {
        width: 0;
        right: 0;
      }
    
      .nav-wrap-mobile.unica li.active {
        width: 100%;
      }
    
      .nav-wrap-mobile.unica li:nth-child(1) {
        height: 20%;
        top: 0%;
        transition-delay: 0s;
      }
    
      .nav-wrap-mobile.unica li:nth-child(2) {
        height: 20%;
        top: 20%;
        transition-delay: 0.05s;
      }
    
      .nav-wrap-mobile.unica li:nth-child(3) {
        height: 20%;
        top: 40%;
        transition-delay: 0.1s;
      }
    
      .nav-wrap-mobile.unica li:nth-child(4) {
        height: 20%;
        top: 60%;
        transition-delay: 0.15s;
      }
    
      .nav-wrap-mobile.unica li:nth-child(5) {
        height: 20%;
        top: 80%;
        transition-delay: 0.2s;
      }
      .nav-wrap-mobile a {
        width: 100%;
        height: 100%;
        position: relative;
        display: block;
        list-style: none;
        font-family: "Roboto", sans-serif;
        font-size: calc((var(--numeri))*2);
        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-mobile 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: 10vw;
        height: 5vh;
        position: relative;
        margin: 0vh -18vw;
        margin-top: 3vh;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer;
        z-index: 101;
        padding: 5%;
      }
    
    
      /*colori e bordo*/
      #nav-icon1 span {
        display: block;
        position: absolute;
        height: calc((var(--numeri))*0.20);
        width: 90%;
        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: 1.5vh;
        left: -1vw;
        height: calc((var(--numeri))*0.22);
      }
    
      #nav-icon1 span:nth-child(3) {
        top: 3vh;
      }
    
      #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-mobile {
        width: 100%;
        height: 100vh;
        position: fixed;
        top: -100%;
        right: 0;
        z-index: 100;
        font-size: 0;
      }
    
      .nav-wrap-mobile ul {
        height: 100%;
        right: 0;
    
      }
    
      .nav-wrap-mobile li {
        position: fixed;
        overflow: hidden;
        opacity: 0.9;
        transition: all 0.5s cubic-bezier(1, 0, 0.4, 1.3);
      }
    
      .nav-wrap-mobile li:hover i {
        font-size: 36px;
      }
    
      .nav-wrap-mobile li:nth-child(1) {
        background-color: #ed7a40;
      }
    
      .nav-wrap-mobile li:nth-child(2) {
        background-color: #ed7a40;
      }
    
      .nav-wrap-mobile li:nth-child(3) {
        background-color: #ed7a40;
      }
    
      .nav-wrap-mobile li:nth-child(4) {
        background-color: #ed7a40;
      }
    
      .nav-wrap-mobile li:nth-child(5) {
        background-color: #ed7a40;
      }
    
    
      /**************+ FIRST SECTION MOBILE **************+*/
    
      .list {
      top: 15vh;
      left: 10vw;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      position: relative;
      color: #fff;
      background-color: transparent;
      gap: 5vh;
      }
    
      .content-container,
      .panel {
        display: flex;
        flex-direction: column;
        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: 100%;
      }
    
    
      .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-top-right-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 SECTION MOBILE **************+*/
      .about {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        position: relative;
        background-color: transparent;
        color: #F3ECCF;
        max-height: 200vh;
        width: 100vw;
        height: 200vh;
      }
    
      .class-2 {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        color: #F3ECCF;
        width: 100vw;
        height: 100%;
        align-items: center;
        justify-content: flex-start;
        flex:100%;
      }
    
      .about-h5-1 {
        position: relative;
        display: flex;
        flex-direction: column;
        font-size: calc((var(--numeri))*3);
        color: #000;
        font-family: "Roboto", serif;
        text-align: right;
        margin-right: 6vw;
        align-items: flex-end;
        line-height: 0%;
        gap: 6vh;
        margin-bottom: 0;
        flex:33%;
      }
    
      .about-h5-2 {
        position: relative;
        display: flex;
        flex-direction: column;
        font-size: calc((var(--numeri))*3);
        color: #000;
        font-family: "Roboto", serif;
        margin-top:0;
        margin-right: 6vw;
        font-weight: 200;
        line-height: 0%;
        text-transform: uppercase;
        flex:33%;
      }
    
      .about-h5-3 {
        position: relative;
        display: flex;
        flex-direction: column;
        font-size: calc((var(--numeri))*3);
        color: #ee7203;
        font-family: "Roboto Slab", serif;
        flex:33%;
        margin-top:-1%;
        margin-right: 6vw;
        justify-content: flex-end;
        line-height:0;
      }
    
      .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))*2.5);
      }
    
      .txt_cont {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-bottom: -4vh;
        gap: 4vh;
      }
    
      .about-style {
        position: relative;
        margin-top: 5vh;
        margin-left: 4vw;
        margin-bottom: -1vh;
      }
    
      .first-image {
        width: 100vw;
        left: 6vw;
      }
    
      .about-flex {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        top: 10vh;
        /* MISURA IN NEGATIVO */
        margin-right: -10vw;
        flex-grow: 2;
        
      }
    
      .about-text {
        width: 65vw;
        font-family: 'Roboto', sans-serif;
        border-top: 3px solid #ee7203;
        border-right: 3px solid #ee7203;
        padding-right: 5vw;
        word-spacing: calc((var(--numeri))*0.5);
        position: relative;
        color: #000;
        font-size: calc((var(--numeri))*1.3);
        line-height: calc((var(--numeri))*2);
        font-weight: 400;
        text-align: right;
        justify-content: center;
        align-items: center;
        margin-right: 4vw;
        flex:100%;
      }
    
      /**************+ FRASE 'DAI SPAZIO ALL'IMMAGINAZIONE' **************+*/
    
      .marquee {
        position: relative;
        width: 100vw;
        top: 20vh;
        color: #ee7203;
        font-family: 'Roboto Slab', serif;
        font-size: calc((var(--numeri))*6);
        font-weight: 800;
        white-space: nowrap;
      display: flex;
      align-items: flex-start;
      overflow: hidden;
      background-color: transparent;
      line-height: normal;
    
      }
  
      .scrolling-text {
        display: none;
      }
      /**************+ SERVICES SECTION MOBILE (ELENCO) **************+*/
    
      .services {
        position: relative;
        background-color: transparent;
        max-height: 200vh;
        min-width: 100vw;
        height: 200vh;
      }
    
      .class-3 {
        position: relative;
        overflow: hidden;
        background-color: #000;
        display: flex;
        flex-direction: column;
        min-width: 100vw;
        height: 100%;
        gap: 7vh;
        top: 0vh;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
      }
    
      /* SOCIAL MEDIA MARKETING & ADS */
      .social {
        color: #000;
        border-top: #000 1px solid;
        
      }
    
      .number-1 {
        font-weight: 800;
        font-family: "Roboto Slab", serif;
        font-size: calc((var(--numeri))*2);
      }
    
      .circle {
        width: calc((var(--numeri))*4);
        height: calc((var(--numeri))*4);
        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: flex-start;
          flex-wrap: wrap;
          align-content: flex-start;
          justify-content: flex-start;
      }
    
      .titolo-1 {
        font-family: "Roboto Slab", serif;
        font-weight: 800;
        font-size: calc((var(--numeri))*1.8);
        text-transform: uppercase;
        position: relative;
        color: #fff;
        margin-left: 2vw;
        display: flex;
        align-items: flex-end;
        flex-wrap: wrap;
        gap: 1vh;
        flex-basis: 55%;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
      }
    
    
      .subtitle-1 {
        font-family: "Roboto", serif;
      font-weight: 200 !important;
      font-size: calc((var(--numeri))*1.05);
      letter-spacing: 1px;
      margin-left: 1vw;
      position: relative;
      color: #fff;
      text-transform: lowercase;
      line-height: calc((var(--numeri))*1.6);
      }
    
      /* WEB DESIGN, UX & UI DESIGN, E-COMMERCE */
    
      .point {
        display: none;
      }
    
      .web-design {
          position: relative;
          display:flex;
          align-items: center;
          justify-content: flex-start;
          color: #000;
          width: 100%;
          margin-left:-1vw;
      }
    
  
    
      /* GRAPHIC DESIGN */
      .graphic {
        color: #000;
        margin-left:-2vw;
      }
    
  
    
      /* PACKAGING & VISUAL */
      .visual {
        color: #000;
        margin-left:-3vw;
      }
    
   
    
      /* OFFSET & DIGITAL */
      .offset {
        color: #000;
        margin-left:-4vw;
      }
  
    
      /* ETICHETTE ADESIVE */
      .etichette {
        color: #000;
        margin-left:-4vw;
      }
    
  
    
      /* SISTEMI ESPOSITIVI */
      .sistems {
        color: #000;
        margin-left:-5vw;
      }
    
  
    
    
      /******************* INIZIO SERVIZI ******************/
      .about-service {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }
    
      .service-1 {
        position: relative;
        background-color: transparent;
        min-height: 140vh;
        width: 100vw;
        align-items: center;
      }
    
      .class-4 {
        position: relative;
        overflow: hidden;
        background-color: #fff;
        width: 100vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4vh;
      }
    
      .img-service1 {
        width: 60vw;
        position: relative;
        align-items: center;
        justify-content: center;
      }
    
      .service1-title {
        width: auto;
        height: auto;
        position: relative;
        font-family: "Roboto Slab", serif;
        color: #ee7203;
        font-size: calc((var(--numeri))*3);
        line-height: normal;
        text-align: right;
        opacity: 1;
        top: 2vh;
      }
    
      .service1-text {
        width: 60vw;
        display: block;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-size: calc((var(--numeri))*1.3);
        line-height: calc((var(--numeri))*2.2);
        font-weight: 400;
        word-spacing: calc((var(--numeri))*0.5);
        border-top: 3px solid #ee7203;
        border-left: 3px solid #ee7203;
        padding-left: 5vw;
        padding-top: 2vh;
        text-align: left;
        color: #000;
        position: relative;
      }
    
      /* SERVICE 2 - WEB DESIGN, UX/UI DESIGN, E-COMMERCE
          ************************************/
      .class-5 {
        position: relative;
        background-color: #fff;
        width: 100vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4vh;
      }
    
      .service-2 {
        position: relative;
        background-color: transparent;
        min-height: 130vh;
        width: 100vw;
        align-items: center;
      }
    
      .img-service2 {
        width: 60vw;
        position: relative;
        align-items: center;
        justify-content: center;
      }
    
      .service2-title {
        width: auto;
        height: auto;
        position: relative;
        font-family: "Roboto Slab", serif;
        color: #ee7203;
        font-size: calc((var(--numeri))*3);
        line-height: normal;
        text-align: right;
        opacity: 1;
        top: 2vh;
      }
    
      .service2-text {
        width: 60vw;
        display: block;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-size: calc((var(--numeri))*1.3);
        line-height: calc((var(--numeri))*2.2);
        font-weight: 400;
        word-spacing: calc((var(--numeri))*0.5);
        border-top: 3px solid #ee7203;
        border-right: 3px solid #ee7203;
        padding-right: 5vw;
        padding-top: 2vh;
        text-align: right;
        color: #000;
        position: relative;
      }
    
      /* SERVICE 3 - GRAPHIC DESIGN
          ************************************/
      .service-3 {
        position: relative;
        background-color: transparent;
        min-height: 130vh;
        width: 100vw;
        align-items: center;
      }
    
      .img-service3 {
        width: 60vw;
        position: relative;
        align-items: center;
        justify-content: center;
      }
    
      .service3-title {
        width: auto;
        height: auto;
        position: relative;
        font-family: "Roboto Slab", serif;
        color: #ee7203;
        font-size: calc((var(--numeri))*3);
        line-height: normal;
        text-align: right;
        opacity: 1;
        top: 2vh;
      }
    
      .service3-text {
        width: 60vw;
        display: block;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-size: calc((var(--numeri))*1.3);
        line-height: calc((var(--numeri))*2.2);
        font-weight: 400;
        word-spacing: calc((var(--numeri))*0.5);
        border-top: 3px solid #ee7203;
        border-left: 3px solid #ee7203;
        padding-left: 5vw;
        padding-top: 2vh;
        text-align: left;
        color: #000;
        position: relative;
      }
    
      /* SERVICE 4 - PACKAGING & VISUAL
          ************************************/
      .service-4 {
        position: relative;
        background-color: transparent;
        min-height: 130vh;
        width: 100vw;
        align-items: center;
      }
    
      .img-service4 {
        width: 60vw;
        position: relative;
        align-items: center;
        justify-content: center;
      }
    
      .service4-title {
        width: auto;
        height: auto;
        position: relative;
        font-family: "Roboto Slab", serif;
        color: #ee7203;
        font-size: calc((var(--numeri))*3);
        line-height: normal;
        text-align: right;
        opacity: 1;
        top: 2vh;
      }
    
      .service4-text {
        width: 60vw;
        display: block;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-size: calc((var(--numeri))*1.3);
        line-height: calc((var(--numeri))*2.2);
        font-weight: 400;
        word-spacing: calc((var(--numeri))*0.5);
        border-top: 3px solid #ee7203;
        border-right: 3px solid #ee7203;
        padding-right: 5vw;
        padding-top: 2vh;
        text-align: right;
        color: #000;
        position: relative;
      }
    
      /* SERVICE 5 - OFFSET & DIGITAL
          ************************************/
      .service-5 {
        position: relative;
        background-color: transparent;
        min-height: 150vh;
        width: 100vw;
        align-items: center;
      }
    
      .img-service5 {
        width: 60vw;
        position: relative;
        align-items: center;
        justify-content: center;
      }
    
      .service5-title {
        width: auto;
        height: auto;
        position: relative;
        font-family: "Roboto Slab", serif;
        color: #ee7203;
        font-size: calc((var(--numeri))*3);
        line-height: normal;
        text-align: right;
        opacity: 1;
        top: 2vh;
      }
    
      .service5-text {
        width: 60vw;
        display: block;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-size: calc((var(--numeri))*1.3);
        line-height: calc((var(--numeri))*2.2);
        font-weight: 400;
        word-spacing: calc((var(--numeri))*0.5);
        border-top: 3px solid #ee7203;
        border-left: 3px solid #ee7203;
        padding-left: 5vw;
        padding-top: 2vh;
        text-align: left;
        color: #000;
        position: relative;
      }
    
    
      /* SERVICE 6 - ETICHETTE ADESIVE
          ************************************/
      .service-6 {
        position: relative;
        background-color: transparent;
        min-height: 180vh;
        width: 100vw;
        align-items: center;
      }
    
      .img-service6 {
        width: 60vw;
        position: relative;
        align-items: center;
        justify-content: center;
      }
    
      .service6-title {
        width: auto;
        height: auto;
        position: relative;
        font-family: "Roboto Slab", serif;
        color: #ee7203;
        font-size: calc((var(--numeri))*3);
        line-height: normal;
        text-align: right;
        opacity: 1;
        top: 2vh;
      }
    
      .service6-text {
        width: 60vw;
        display: block;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-size: calc((var(--numeri))*1.3);
        line-height: calc((var(--numeri))*2.2);
        font-weight: 400;
        word-spacing: calc((var(--numeri))*0.5);
        border-top: 3px solid #ee7203;
        border-right: 3px solid #ee7203;
        padding-right: 5vw;
        padding-top: 2vh;
        text-align: right;
        color: #000;
        position: relative;
      }
    
      /* SERVICE 7 - SISTEMI ESPOSITIVI
          ************************************/
      .service-7 {
        position: relative;
        background-color: transparent;
        min-height: 185vh;
        width: 100vw;
        align-items: center;
      }
    
      .img-service7 {
        width: 60vw;
        position: relative;
        align-items: center;
        justify-content: center;
      }
    
      .service7-title {
        width: auto;
        height: auto;
        position: relative;
        font-family: "Roboto Slab", serif;
        color: #ee7203;
        font-size: calc((var(--numeri))*3);
        line-height: normal;
        text-align: right;
        opacity: 1;
        top: 2vh;
      }
    
      .service7-text {
        width: 60vw;
        display: block;
        align-items: center;
        justify-content: center;
        font-family: 'Roboto', sans-serif;
        font-size: calc((var(--numeri))*1.3);
        line-height: calc((var(--numeri))*2.2);
        font-weight: 400;
        word-spacing: calc((var(--numeri))*0.5);
        border-top: 3px solid #ee7203;
        border-left: 3px solid #ee7203;
        padding-left: 5vw;
        padding-top: 2vh;
        text-align: left;
        color: #000;
        position: relative;
      }
    
      /*************** CONTACTS SECTION *****************/
    
      .marquee2 {
        display: flex;
      align-items: flex-start;
      position: relative;
      overflow: hidden;
      background-color: transparent;
      width: 100vw;
      height: 18vh;
      color: #ee7203;
      font-family: 'Roboto Slab', serif;
      font-weight: 800;
      font-size: calc((var(--numeri))*6);
      line-height: normal;
      white-space: nowrap;
      flex-grow: 0;
      flex-shrink: 1;
      flex-basis: 100%;
      margin-top: 6vh;
      }
  
    
    
      .link-social {
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 1.5vh;
        order: 4;
      }
    
      .social-txt {
        position: relative;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-size: calc((var(--numeri))*2.3);
        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))*1.8);
        line-height: calc((var(--numeri))*2.3);
        font-weight: 100;
      }
    
      a:link {
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
      }
  
      .link1:hover{
        color: #696969;
      }
      .link2:hover{
        color: #696969;
      }
    
      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 */
      }
    
      a:hover {
        color: #ee7203;
      }
    
      .link1 {
        font-size: calc((var(--numeri))*0.5)!important; 
        line-height:calc((var(--numeri))*1);
        white-space: nowrap;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
      }
      .link2 {
        font-size:  calc((var(--numeri))*2)!important; 
        white-space: nowrap;
        color: #fff;
        text-decoration: none;
        white-space: nowrap;
      }
    
      .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;
        order: 1;
      }
    
      .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%;
        order: 3;
      }
    
      .call-us {
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 1.5vh;
        order: 2;
      }
    
      .little-class {
        position: relative;
        color: #696969;
        font-size: calc((var(--numeri))*0.8);
      }
    
      .office {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        position: relative;
        align-items: baseline;
        gap: 1vw;
        flex-wrap: 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: column;
        justify-content: flex-start;
        position: relative;
        align-items: baseline;
        gap: 1vw;
      }
    
      .sector-b {
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        align-content: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 5vw;
        background-color: transparent;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
      }
    
      .sector {
        position: relative;
        flex-direction: row;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-end;
        flex-wrap: wrap;
        gap: 2vh;
        background-color: transparent;
      }
    
      .sector-1 {
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        align-content: space-between;
        flex-wrap: nowrap;
        margin-top: 30vh;
        gap: 2vh;
        background-color: transparent;
    
      }
    
      .sector-2 {
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        align-content: space-between;
        flex-wrap: nowrap;
        margin-top: 30vh;
        gap: 2vh;
        background-color: transparent;
      }
    
      .footer {
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        align-self: baseline;
        border-bottom: 1px solid #fff;
        padding-bottom: 1.5vh;
        margin-top: 10vh;
        order: 5;
      }
    
      .footer-2 {
        position: relative;
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        order: 6;
      }
    
      .ragione-sociale {
        position: relative;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-size: calc((var(--numeri))*1.2);
        color: #696969;
        white-space: nowrap;
        font-weight: 100;
      }
    
      .dati-legali {
        position: relative;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-size: calc((var(--numeri))*1.2);
        color: #696969;
        white-space: nowrap;
        font-weight: 100;
      }
    
      .legals-link {
        position: relative;
        white-space: nowrap;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        color: #fff;
        font-size: calc((var(--numeri))*0.8);
        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.8);
        font-weight: 100;
        line-height: 3vh;
      }
  
      .privacy {
        color: #696969;
      }
    
      .privacy:hover {
        color: #ee7203;
      }
    
    
      /* CONTATTI PROVA
           ********************************************+*/
    
    
      .contatti {
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        background-color: #fff;
        color: #F3ECCF;
        max-height: 200vh;
        width: 100vw;
        height: 200vh;
        align-items: center;
        justify-content: center;
      }
    
      .first-image-contatti {
        flex-direction: column;
        width: 100vw;
        position: relative;
        display: flex;
        align-items: center;
      }
    
      .class-2-contatti {
        flex-direction: row;
        overflow: hidden;
        position: relative;
        display: flex;
        justify-content: flex-end;
        background-color: #000;
        color: #F3ECCF;
        min-width: 100%;
        height: 100%;
        flex-wrap: wrap;
        align-content: stretch;
        align-items: flex-start;
        gap: 7vh;
      }
    
      .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%;
        margin-top: 6vh;
      }
  
    }
   