@media only screen and (min-width: 1024px) {
      
      .hamburger {
        display: none;
      }

      .scrolled {
        background-color: white;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.233);
      }
      
      header nav, header nav.open {
        position: relative;
        width: 50%;
        top: 0;
        height: fit-content;
        margin-right: 50px;
        padding-top: 0;
        transition: 0s;
        background-color: transparent;
        clip-path: none;
        z-index: 100;
      }

      header nav ul {
        flex-direction: row;
      }

      header nav ul a {
        color: #35363a;
        font-size: 1.2rem;
      }
      
      /* Container picture */
      .container picture {
        display: block;
        width: auto;
        padding: 0 75px 0 0;
      }
      
      .container picture img {
        width: 100%;
        height: auto;
      }
      
      /* --------------about section------------------ */
      div.about, div.contact {
        flex-direction: row;
      }
      
      .about .profile {
        width: 50%;
      }

      .about_header {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
      }
    
      /* arctile about me */
      article {
        width: 50%;
      }
      .education li p {
        width: 50%;
      }
      
      .services {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      }
      
      .services div.card p {
        width: 85%;
      }
      
      
      /* statistics banner */

      .stat-banner .container .element {
        font-size: 1.3rem;
      }
      
      .element #number {font-size: 3rem;}
      
      #education::after, #about::after, #services::after, #portfolio::after,  #contact::after {
        width: 15%;
      }
      /* Portfolio sectio */
      .portfolio {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
      }
      
      
      .contact section {
        width: 50%;
      }
      
      .contact .contact-info {
        width: 50%;}
}
