.dialog-type6, .dialog-type6-video{
    background: rgba(255, 255, 255, 0.507);
    padding: 20px;
    border-radius: 10px;
    box-shadow: -6px 0px 17px rgba(82, 79, 159, 0.404);
    width: 1193px;
    height: 652px;
    overflow: hidden;
    z-index: 1000;
    backdrop-filter: blur(16px);
    position: absolute;
    top: 24px;
    left: 24px;
    text-align: center;
    padding-top:210px;
    border: 2px solid white;
  }

  .dialog-type6-video{
    font-size: 0.9em;
    font-weight: normal;
    color: #333333;
  padding-top:45px;
  }

  #softwarevideo{
    width:814px;
    height: auto;
    clip-path: inset(2px 2px);
    border-radius: 25px;
 
  }

#softwaredemo .h5{

text-align: left;
}

  .h6 {
    font-size: 2.5em;
      font-weight: bold;
      color: #333333;
    }

    .h9 {
      font-size: 1.5em;
    font-weight: bold;
    color: #625de4;
    margin-bottom: 29px;
    border-bottom: 1px #dddddd solid;
    width: 94%;
    padding-bottom: 21px;
    text-align: left;
      }
  
  .dialog-type6 .message-container {
    font-size: 16px;
    color: #333;
    padding-left:45px;
    padding-right:45px;
    text-align:left;
  }
  
  /* Responsive adjustments 
  @media (min-width: 1366px) {
    .dialog-type6 {
      width: 500px;
      min-height: 600px;
    }
  }
  
  @media (min-width: 1920px) {
    .dialog-type6 {
      width: 500px;
      min-height: 650px;
    }
  }