@media (max-width: 1025px) {/*mobile*/
   
  .items{
    display: none;
  }

  

  

  


} 


@media (min-width: 1025px){/*laptop*/
  .container .horizontal-scrolling-items {
    display: flex;
  }
.menu {
  display: none;
}
 /** .HomePage .skillsRevealerP{
    display: none;
  }
**/
  .AboutSection {
  
  .aboutP{
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 5vmin;
    .socialpage{
      width: 50%;
      height: 70vmin;
    }
    
    .AboutPageP{
      width: 60%;
      .aboutTextContainer{
        height: 40vmin;
        p{
          font-size: 1.3vw;
          word-spacing: 1vmin;
        }

      }
      
    }
    
  }
  


  }

  .SkillsSection{
    .skillboxP{
      
      .skillcontainer{
        width: 60%;
      
      }
    }
  }

  .ProjectSection{
    .projectP{
      
      width: 60%;
      
      .projectcontainer .card{
        width: 70%;
      }
    }
  }


  .contactme{
    .formp{
      flex-direction: row;
      justify-content: end;
    }
    form{
      width: 40%;
    }
    .contactmeP{
      display: flex;
      width: 90%;
      flex-direction: row;
      justify-content: space-between;
    }
    .contactmeSideP{
      width: 60%;
    }
  }
 
  
}


