/* Hero Section */

.all{
   margin: 0 auto;
    width:80%;
    padding-left: 60px;
    max-width:1120px;
}

.hero {
  margin: 80px;
  margin-left: 0px;
  margin-bottom: 20px;
   display: flex;
   justify-content: flex-start;
  }

  
  .hero h1 {
    font-size:23px;
    color: #FF8200;
    text-decoration: none;
    text-align: center;
     
  }
  
  .hero-text h1 {
    display: flex;
    justify-content: flex-start;
    font-size: 30px;
    color: #FF8200;
    font-weight: 100;
    margin-bottom: 30px;
  }
  
  /* Grid Container */
  .container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 1%;
    row-gap: 150px;

  }
  
  .pianistwork, .ryuchi, .animenz, .hiromi, .ryuchi2, .animenz2, .hiromi1, .ryuchi3, .animenz3 {
    width:30%;
  }
  
  .pianistwork img, .animenz img, .hiromi img, .ryuchi2 img, .animenz2 img, .hiromi1 img, .ryuchi3 img, .animenz3 img {
    width:80%;
  }
  
   .ryuchi:hover, .animenz:hover, .hiromi:hover,  .animenz2:hover, .hiromi1:hover, .ryuchi3:hover, .animenz3:hover {
    transform: scale(1.05); /* Slight zoom-in effect */
    filter: brightness(1.5);
     transition: transform 0.3s ease, filter 0.3s ease;
}
  
.pianistwork :hover,.ryuchi2:hover{
  transform: scale(1.05); /* Slight zoom-in effect */
    filter: brightness(1.1);
     transition: transform 0.3s ease, filter 0.3s ease;
}

  .hiromi1, .ryuchi3, .animenz3 {
    margin-bottom: 50px;
  }

  .name, .name4, .name7{
    margin-top: 20px;
    font-size:18px ;
    font-weight: 100;
    color: #6A222E;
  }

  .name2, .name5, .name8{
    margin-top: 20px;
    font-size:18px;
    font-weight: 100;
    color: #C3B26D;
  }

  .name3, .name6, .name9{
    margin-top: 20px;
    font-size:18px ;
    font-weight: 100;
    color: #017EC1;
  }
  
  .star, .star2{
    text-align: left;
  }

  .star img, .star2 img {
    width: 5%;
    height: 18%;
    margin-top: 5px;
  }
  
  


  /*table*/
@media(max-width:820px) {

  .all{
   max-width:80% ;
   
  }

  .hero, .hero h1{
  align-items: flex-start;
    font-size:20px;
    
  }

  .hero-text h1{

   font-size: 25px;
  }
    
  .pianistwork, .ryuchi, .animenz, .hiromi, .ryuchi2, .animenz2, .hiromi1, .ryuchi3, .animenz3 {
    width:40%;
  }

  .pianistwork img, .ryuchi img, .animenz img, .hiromi img, .ryuchi2 img, .animenz2 img, .hiromi1 img, .ryuchi3 img, .animenz3 img {
   width:80%;
  }

  .star, .star2{
    text-align: left;
  }

  .star img, .star2 img {
    width: 5%;
    height: 18%;
    margin-top: 5px;
  }
  }



  /*mobile*/
  @media (max-width: 600px) {

    .all{
      padding: 0px;
    }

    .hero-text h1 {
        font-size: 25px;
    }

    .hero h1 {
        font-size: 20px;
    }

    .container{
      padding-left: 30px;
    }

    .pianistwork img, .ryuchi img, .animenz img, .hiromi img, .ryuchi2 img, .animenz2 img, .hiromi1 img, .ryuchi3 img, .animenz3 img {
       
        width: 90%;
       

    }

    .pianistwork, .ryuchi, .animenz, .hiromi, .ryuchi2, .animenz2, .hiromi1, .ryuchi3, .animenz3 {
      width:90%;
    }


    .name, .name4, .name7{
        margin-top: 15px;
        font-size:20px;
        text-align: center;
        padding-right: 30px;
    }
    
    .name2, .name5, .name8{
        margin-top: 10px;
        font-size:20px;
        text-align: center;
        padding-right: 30px;
    }
    
    .name3, .name6, .name9{
        margin-top: 10px;
        font-size:20px;
        text-align: center;
        padding-right: 30px;
    }
      
    .star, .star2{
      text-align: center;
      padding-right: 30px;
    }

    .star img, .star2 img {
      width: 5%;
      margin-top: 5px;
     
    }
      
    .categories h4 {
        margin-top: 5px;
        font-size: 15px;
       text-align: center;
    }
    
  }