.mentalb{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
    margin-block: 0.444444em;
}

.mental{
    margin-top: 30px;
    font-size: 36px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 30px;
    z-index: -1;
}

.mentt{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    line-height: 30px;
   margin-left: 330px;
   margin-right: 330px;
   font-size: 18px;
   margin-top: 20px;
   text-align: center;
   font-weight: 250;
   z-index: -1;
}

.menbox{

    height: 60vh;
    z-index: -1;
    padding: 100px 0px;
    
}

.tab-container {
    max-width: 1200px;
    max-height: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;

  }
  
  .tabs {
    position: relative;
    top: 30px;
    left: 275px;
    transform: translate3d(-10%, 0%, 0px);
    gap: 10px;
    max-width: 1100px;
    display: flex;
  }
  
  .tab-button {
    flex: 1;
    padding: 30px 20px;
    border: none;
    border-radius: 28px;
    background-color:grey;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s ease;

  }
  
  .tab-button.active {
    background-color: #3929e9;
    border-bottom: 1px solid #fff;

  }
  
  .tab-content {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    max-width: 700px;
    padding: 20px;
    line-height: 40px;
    display: none;
    text-align: center;

  }
  
  .tab-content.active {
    display: block;

  }

  .tab-content h2{
        position: relative;
        top: 130px;
        font-size: 36px;
        font-weight: 550;
        color: rgb(63, 82, 133);

  }

  .tab-content h3{
    position: relative;
    font-weight: 350;
    top: 60px;

  }

  .tab-content p{
    position: relative;
    top: 170px;

  }

  .tab-content audio{
    position: relative;
    top: 200px;
    left:165px;
  }


  .harry-styles-poster img {
    position: relative;
    left: 740px;
    bottom: 250px;
    max-width: 50%;
    border: 10px solid grey;
    border-radius: 28px;
    height: 457px;
    display: block;
    margin-top: 20px; /* Adjust as needed */

  }
  
  .audio-player {
    margin-top: 10px; /* Adjust as needed */

  }