
  
  /* Modal Styles */
  .modal {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* Semi-transparent black background */
    justify-content: center;
    align-items: center;
  }
  
  .modal-content {
    background-color: #fefefe;
    height: fit fit-content;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    /* animation: bounceExpand 0.6s ease-in-out infinite; */
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #333;
    font-size: 20px;
    cursor: pointer;
  }
  
  .close:hover {
    color: red;
  }
  
  /* Add bounce-expand animation */

@keyframes bounceExpand {
    0%, 20%, 50%, 80%, 100% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.2);
    }
    60% {
        transform: scale(0.8);
    }
}
  #path72{
    cursor: pointer;
   
   
  }

  #path60{
    cursor: pointer;
  }

  #path66{
  cursor: pointer;
  }
  #path46{
    cursor: pointer;
  }


#path28{
  cursor: pointer;
}
 #path106{
  cursor: pointer;
 }
#path30{
  cursor: pointer;
}

#path32{
  cursor: pointer;
}
#path2{
  cursor: pointer;
}


#path140{
  cursor: pointer;
}
#path10{
  cursor: pointer;
}



  svg{
    /* position: absolute; */
    width: 100%;
    height: 100vh;
  
  }
  @media screen and (max-width: 380px) {
  
     
    

  }

    .details {
      position: relative;
      text-align: center;
  }
  