


    .modal {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
      padding: 20px;
    }

    .modal.active {
      display: flex;
    }

    .modal-content {
      position: relative;
      width: 90%;
      max-width: 800px;
      background: #000;
      border-radius: 12px;
      overflow: hidden;
    }

    .modal video {
      width: 100%;
      display: block;
    }

    .close-btn {
      position: absolute;
      top: 10px;
      right: 14px;
      color: white;
      font-size: 32px;
      font-weight: bold;
      cursor: pointer;
      z-index: 10;
      line-height: 1;
    }
    
    .play_movie_btm{
   border: 1px solid;
    padding: 20px;
    max-width: 890px;
    margin: auto;
    font-weight: 500;
         
cursor:pointer;
    }
     .play_movie_btm:hover{
     background-color:#f3f3f3;
     }