#parallax .text-container{
    bottom:10%;
    left:5%;
}


/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8); /* Black background with opacity */
  }
  
  /* Modal content */
  .modal-content {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    width: 90%;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  
  /* Close button */
  .close-modal {
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
  }
  
  /* Full-width video */
  .full-width-video {
    width: 100%;
    height: 100vh;
    border: none;
  }
  