:root {
    
    --subT-text-mobile: 22px;
    --read-text-mobile: 18px;
    --read-text-4k: 35px;
    --line-height-4k: 35px;
    --subT-text-4k: 38px;
    --pd-left: 35px;

}


@media screen and (min-width: 2300px) and (max-width: 3200px)  {
    
    .bottone-finance {
        border: 6px solid #303030;
        width: 25%;
        margin-top: 35px;
    }

    .section-ti {
        font-size: 5.2rem;
    }

    .feature-title {
        font-size: 42px;
    }

    .item_title {

      font-size: 57px;

    }  
  

    .item_read, .item_read span,  .feature-text {
        font-size: var(--read-text-4k);
        line-height: var(--line-height-4k);
    }
   

    .trade-here, .item_subtitle {
      font-size: var(--subT-text-4k);
  } 


}



@media screen and (max-width: 1024px) {


.content-text {
  width: 80%;
  margin: 20px 0;
  background-color: var(--background-color);
}

        .content-logo-ham-mobile {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: row;
        }
        
        .container-nav {
          display: flex;
          flex-direction: column; 
          align-items: center;
          padding: 10px 2%;
          width: 100%; 
          flex-wrap: wrap;
          justify-content: center; }
        
          .logo {
            margin: 0 20px 20px;
          }
      
      
       /* arrivati qui */
      
      .menu {
       padding: 20px;
       flex-direction: column;
      }
      .nav {
        box-shadow: 0px 2px rgba(4, 226, 255, 1);
        margin-bottom: 20px;
      }
      .menu li {
      display: block; 
      padding: 10px;
      text-decoration:underline;
      }
      
      .container-hamburger {  display: block; }
      
      .container-btn-nav {
        /* Imposta l'altezza automaticamente in base al contenuto */
        flex-direction: column; /* Imposta la direzione della colonna per allineare i pulsanti verticalmente */
        align-items: center;
        justify-content: center;
      }
      
      
      .btn-menu {
        width: 95vw; /* Imposta la larghezza al 100% per adattarsi al contenuto del container */
        margin-top: 10px; /* Riduci il margine superiore se necessario */
        text-align: center;
        margin-left: 2px;/* Centra il testo all'interno del pulsante */
      }
      
      .btn-menu:first-of-type {
        margin-bottom: 10px;
      }
      
      .nav,.container-btn-nav { display: none; }

    
    .content-image{ margin-top: 0; }
    

    .feature {
      flex-flow: column;
      align-items: center;
      width: 90%; }

    .feature:nth-child(2),.feature:nth-child(4) {
    flex-flow: column nowrap; }

  .content-text-fea {
    flex-flow: column wrap;
    width: 90%;
   margin-right: 0 !important }


    .content-fea-img {
        width: 70%; 
        margin: 20px 0 50px;
        justify-content: center;
        align-items: center;
    }

   .feature-image {
     width: 100%;
     }


  }
  

  @media screen and (max-width:768px) {



/* PRIMA SECTION */ 
.container-flex {
    flex-wrap: wrap;
    width: 100%;
}


.content-image {
    width: 100%
}


.feature:nth-child(4) {
    margin-top:0px;
}

.container-fea {
  width: 96%;
}

.containter-ti {
  width: 100%;
}

/* da vedere */
.content-text-fea {
  display: flex;
  align-items: center;
  justify-content: center;
}

}


  @media screen and (max-width: 450px){

    .container-nav {
        justify-content: center;
        padding-top: 30px;
        }
       
       .btn-menu {
         padding: 9px 20px;
         
       }
       
       .btn-menu:first-of-type {
         margin-bottom: 10px;
       }
       
       .logo {
         margin: 0 20px 20px;
         height: 50px;
       } 
        
   

/*spazio  */

    .container-flex {
        padding-top: 30px;
    }

    .item_title {
        font-size: 33px;
    }

    .item_read,.rbn-voice-text {
        font-size: var(--read-text-mobile);
        line-height: 20px;
    }

    .trade-here, .item_subtitle {
        font-size: var(--subT-text-mobile);
    } 
 
    .container-btn {
        flex-direction: column;
        width: 90%;
        justify-content: center;
        align-items: center;
    }

    .bottone-finance {
       width: 40%;
    }

    .section-ti {
        font-size: 37px;
    }
  
    .feature {
    width: 100%;
    align-items: center; }

    .feature-title { font-size: 26px;}
    
    .feature-text {
     font-size: var(--read-text-mobile);
     width: 90%; } 

    .content-fea-img{
        width: 100%;
        margin: 20px 0 20px;
    }
    
    .feature-image {
      width: 100%;
    }

    .containter-ti { padding-bottom: 85px;}

}
  
/* @keyframes fadeInContainer {
  from {
    height: 0;
  }
  to {
    height: 500px;
  }
} */



