.row {
    --bs-gutter-x: 0;
  }
  /* Start podcast */
  a {
    text-decoration: none;
  }
  #podcast {
    padding-bottom: 200px;
  }
  #podcast .title {
    font-family: 'Clash Display Bold';
    font-size: 70px;
    line-height: 76px;
    text-align: center;
    padding-bottom: 122px;
  }
  #podcast h1 {
    font-family: 'Clash Display Bold';
    font-size: 70px;
    line-height: 76px;
    padding-top: 50px;
    padding-bottom: 10px;
    -webkit-text-fill-color: white;
  }

  #podcast .col-7 {
    padding-top: 61px;
    padding-left: 5%;
    margin-top: -5%;
  }
  #podcast .img-holder {
    position: relative;
    left: 15%;
    top: 5%;
  }
  .buttons-group-div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .buttons {
    background-color: transparent;
    padding: 2px;
    cursor: pointer;
    margin-bottom: 20px;
  }

  .buttons p{
    color: white;
  }
  #SwapText {
    color: white;
    margin-bottom: 30px;
  }

  #SwapTextDescription {
    border-bottom: 1px solid white;
  }

  .linedButtons {
    display: flex;   
  }
  .col-7 .subscribe a {
    font-family: "Clash Display Semi Bold";
    font-size: 20px;
    height: min-content;
    color: white;
    padding: 10px 16px;
    background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
    border-radius: 50px; 
    margin-right: 10px;   
  }
  .col-7 .latest {
    display: inline-block;
  }
  .col-7 .latest a {
    font-family: "Clash Display Semi Bold";
    font-size: 20px;
    height: min-content;
    color: white;
    padding: 10px 16px;
    background: rgba(255,255,255,0.1);
    border-radius: 50px;    
    border: 1px solid transparent;
    border-color: rgba(255,255,255,0.3);
  }
  #Stats {
    -webkit-backdrop-filter: blur(26px) brightness(100%);
    backdrop-filter: blur(26px) brightness(100%);
    background-color: rgba(51,32,52,0.5);
    border: 1px solid transparent;
    border-radius: 30px;
    width: 70%;
    height: 200px;
    margin-left: 15%;
    margin-bottom: 15%;
    margin-top: 15%;
    display: flex;

    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15%;
    padding-right: 0%;


  }

  .statsField {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 10%;
    margin-left: -7%;
    margin-right: 24%;
  }

  .statsTitle {
    font-family: 'Clash Display Bold';
    font-size: 45px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background: linear-gradient(180deg,rgb(167,52,189) 0%, rgb(255,0,106) 100%);
    text-align: center;
  }

  .statsSubtitle {
    font-size: 18px;
    color: #DBDBDB;
  }
  
  #Available {
    align-items: flex-start;
    display: flex;
    gap: 71px;
    margin-left: 15%;
    margin-bottom: 15%;
  }

  .mobileSubAvailable {
    display: flex;
    flex-direction: row;    
  }
  .availableGroup {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .availableGroupSubtitle {
    font-size: 14px;
    color: #DBDBDB;
    padding-right: 45%;
    text-align: center;
  }

  .available-image {
    width: 50%;
    height: auto;
  }
  #ListenNow {
    -webkit-backdrop-filter: blur(26px) brightness(100%);
    align-items: flex-start;
    backdrop-filter: blur(26px) brightness(100%);
    background-color: rgba(51,32,52,0.5);
    border: 1px solid transparent;
    border-radius: 10px;
    width: 80%;
    height: 232px;
    display: flex;
    padding: 0px 16px 0px 0px;
    margin-bottom: 15%;
    margin-left: 10%;
    flex-direction: row;
  }

  #playlist {
    height: 232px;
  }

  #transcript {
    position: relative;
    height: 100%;
    width: 90%;
  }

  #transcriptInner {
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
    left: 15px;
    color: white;
    top: 0px;
    width: 99%;
    height: 232px;
    padding-right: 6px;
  }
  #transcriptInner::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  #transcriptInner::-webkit-scrollbar-track {
    margin-top: 30px;
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
    margin-bottom: 5px;
  }

  #transcriptInner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255,255,255,0.9);
  }
  #transcriptInner::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.4);
  }
  #transcriptInner::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,0.4);
  }

  .transcriptTitle {
    align-self: stretch;
    color: white;
    font-family: 'Clash Display Bold';
    font-size: 20px;
    font-weight: 700px;

  }

  .episode {
    -webkit-backdrop-filter: blur(26px) brightness(100%);
    align-items: flex-start;
    backdrop-filter: blur(26px) brightness(100%);
    background-color: rgba(51,32,52,0.5);
    border: 1px solid transparent;
    border-radius: 30px;
    width: 90%;
    height: 300px;
    margin-left: 5%;
    display: flex;
    padding: 32px 24px;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 5%;
  }

  .episodeChild {
    align-items: flex-start;
    /* align-self: stretch; */
    display: flex;
    gap: 24px;
  }

  .episodeImage {
    position: relative;
    overflow: hidden;
    min-width: 240px;
    
  }
  .episodeTitle {
    font-family: 'Clash Display Bold';
    font-size: 24px;
    line-height: 76px;
    -webkit-text-fill-color: white;
  }

  .episodeSubtitle {
    font-size: 16px;
    color: white;
    margin-bottom: 5%;
    margin-right: 5%;
  }

  .episode .listen a{
    /* font-family: "Clash Display Semi Bold"; */
    font-size: 16px;
    height: min-content;
    color: white;
    padding: 10px 40px;
    background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
    border-radius: 50px;
    margin-right: 15px;    
  }

  .episode .share .share-button{
    /* font-family: "Clash Display Semi Bold"; */
    font-size: 16px;
    height: min-content;
    color: white;
    padding: 10px 35px;
    background: rgba(255,255,255,0.15);
    border-radius: 50px;    
    border: 0.5px solid rgba(255,255,255,0.3);
    cursor: pointer;
  }

  .episode .share .dropdown {
    bottom: -1px;
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    height: min-content;
    color: white;
    padding: 10px 35px;
    background: rgba(255,255,255,0.15);
    border-radius: 50px;    
    border: 0.5px solid rgba(255,255,255,0.3);
  }

  .episode .share .dropdown a {
    padding: 10px 35px;
  }

  .share:hover .dropdown {
    display: block;
  }

  #form {
    align-items: flex-end;
    background: linear-gradient(to bottom right, #A734BD,20%,#FF006A );
    border: 1px solid transparent;
    border-radius: 30px;
    width: 90%;
    margin-left: 5%;
    display: flex;
    flex-direction: column;
    padding: 50px 199px;
    margin-bottom: -15%;
    margin-top: 15%;
  }

  .formTitle {
    font-family: 'Clash Display Bold';
    font-size: 55px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background: white;
    text-align: center;
  }

  .formSubtitle {
    font-family: 'poppins';
    font-size: 20px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background: white;
    margin-right: 15%;
  }

  .formSubtitle a{
    border-bottom: 1px solid white;
  }
  /* End podcast */
  @media (max-width:1301px){
    #podcast .title{
      font-size: 60px;
    }

    #podcast .col-7 {
      padding-top: 60px;
    }
    #podcast h1 {
      font-size: 60px;
    }
    .statsField {
      margin-right: 12%;
    }
    #Stats {
      padding-left: 16.5%;
    }
    .episode .share .first-dropdown {
      bottom: -23px;
    }
  }  
  @media (max-width: 991.98px){
  }
  @media (min-width: 768px) and (max-width: 991.98px){
    #podcast .title {
      font-size: 40px;
    }

    #podcast .col-7 {
      width: 56.333333%;
    }
    #podcast h1 {
      font-size: 40px;
      padding-bottom: 65px;
  
    }  
  }
  @media (max-width: 767.98px){
    #podcast .title {
      font-size: 36px;
      line-height: 40px;
      padding-bottom: 32px;
    }

    #podcast .col-7 {
      width: 100%;
      margin-left: 0;
    }
    #podcast h1 {
      font-size: 40px;
      line-height: 48px;
      padding-bottom: 24px;
    }
    #footer .img-holder-2{
      bottom: 0px;
      left: 0;
      z-index: -1;
    }
    #footer .img-holder-2 img{
      background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
      opacity: 0.67;
      filter: blur(300px);
    }
  }

  @media(min-width:991px) and (max-width:1199.98px){
    .episode .share .dropdown {
      bottom: -13%;
      min-width: 160px;
      height: min-content;
      padding: 10px 0px;
    }
  }

  #podcast .img-holder-1{
    top: -750px;
    left: 0;
    z-index: -1;
  }
  #footer .img-holder-1{
    bottom: 0px;
    left: 160px;
    z-index: -1;
  }
  #footer .img-holder-1 img{
    background: linear-gradient(90deg, #A734BD 0%, #FF006A 100%);
    opacity: 0.7;
    filter: blur(200px);
  }

  @media (max-width:990.99px) {
    #podcast .container .col-5 .img-holder {
      position: absolute;
      width: 100%;
      left: 10%;
      right: 0;
      top: 7%;
    }
    #MobilePlaceholder {
      padding: 55% 55%;
    }
    .col-7 .latest a{
      font-size: 15px;
    }
    .col-7 .subscribe a{
      font-size: 15px;
    }

    #Stats {
      width: 80%;
      margin-left: 10%;
      height: 350px;
      flex-direction: column;
      gap: 15%;
    }

    .mobileSubAvailable {
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
    #ListenNow {
      flex-direction: column;
      width: 70%;
      margin-left: 15%;
      height: 464px;
      align-items: center;
    }
    #playlist {
      padding-left: 5%;
      margin-bottom: 2%;
    }
    .episode {
      margin-bottom: 15%;
      height: auto;
    }
    .episodeChild {
      flex-direction: column;
    }
    .episodeChild .episodeSubtitle span {
      display: none;
    }
    .episodeTitle {
      line-height: 40px;
    }
    .share:hover .dropdown {
      display: flex;
      flex-direction: row;
    }
    .episode .share .dropdown {
      bottom: -3%;
      position: fixed;
      z-index: 1;
      padding: 0px 10px;
    }
    .episode .share .dropdown a {
      padding: 10px 15px;
    }
    #form {
      padding: 20px 20px;
    }
    .formTitle {
      font-size: 40px;
    }
    .formSubtitle {
      text-align: center;
      padding-left: 15%;
    }
  }

  @media (max-width:439px) {
    .linedButtons {
      display: flex;
      flex-direction: column;
      gap: 25px;
    }
    .episode .listen a {
      padding: 10px 30%;
    }
    .episode .share .share-button {
      padding: 10px 30%;
    }
  }