.youtube-player-title* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Monserrat", sans-serif;
  color: #fff;
  text-align: left;
}

.youtube-box {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: rgb(40, 40, 40);
  height: 100%;
  border: 8px solid #dcb141;
  border-radius: 25px;
  background: #292929;
}

.youtube-iframe {
  display: flex;
  height: 100%;
  aspect-ratio: 37/40;
}

.youtube-iframe.new {
    display: flex;
    aspect-ratio: 37 / 40;
    width: auto;
    border-radius: 12px;
    overflow: hidden;
}

.youtube-player-time span {
    color: #fff;
}

.youtube-iframe iframe {
    width: 100%;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 0;
    border: 0;
  }

.youtube-img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  height: 100%;
  border-radius: 8px;
  background: #292929;
}

@media only screen and (max-width: 860px) {
    .youtube-box {
        width: 700px;
        height: 185px;
    }
 
}

@media only screen and (max-width: 760px) {
    .youtube-box {
        width: 600px;
        height: 185px;
    }
}

@media only screen and (max-width: 680px) {
    .youtube-box {
        width: 550px;
        height: 120px;
    }
}

@media only screen and (max-width: 600px) {
    .youtube-box {
        width: 500px;
    }
}

@media only screen and (max-width: 540px) {
    .youtube-box {
        width: 460px;
    }
}
@media only screen and (max-width: 495px) {
    .youtube-box {
        width: 420px;
        
    }
}
@media only screen and (max-width: 450px) {
    .youtube-box {
        width: 380px;
    }
}
@media only screen and (max-width: 410px) {
    .youtube-box {
        width: 355px;
    }
}
@media only screen and (max-width: 380px) {
    .youtube-box {
        width: 320px;
    }
}
.spotify-img img {
    width: 100%;
}
.youtube-player {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  flex: 1;
  padding: 18px 18px 18px 0;
}

.youtube-player-text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
}

.youtube-player-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: white;
}

.youtube-player-title-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

.youtube-player-title {
  display: flex;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  text-overflow: ellipsis;
  width: 100%;
  text-align: left;
  padding-right: 10px;
}

.youtube-logo {
  height: 30px;
  width: auto;
}

.youtube-player-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.youtube-player-data {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: rgba(191, 191, 191, 1);
  text-align: left;
}

.youtube-player-subscribe-button {
  background-color: #f1f1f1;
  color: #0f0f0f;
  border: 0;
  padding: 10px 20px;
  border-radius: 35px;
  cursor: pointer;
}

.podcast-div.custom {
     max-height:252px;
     height: 100vh;
     display:flex;
     justify-content: center;
}

.youtube-interactive-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.youtube-player-progress-box {
  display: flex;
  align-items: center;
  gap: 4px;
  width: clamp(150px, 100%, 1000px);
}

.youtube-player-button-replay {
  color: hsl(0, 0%, 50%);
  font-size: 20px;
}

.youtube-player-progress-text {
  color: hsl(0, 0%, 70%);
  font-size: 12px;
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  cursor: pointer;
  outline: none;
  border-radius: 10px;
  height: 4px;
  background: hsl(0, 0%, 50%);
}

/* Thumb: webkit */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 8px;
  width: 8px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  border: none;
  transition: 0.1s ease-in-out;
}

/* Thumb: Firefox */
input[type="range"]::-moz-range-thumb {
  height: 8px;
  width: 8px;
  background-color: hsl(0, 0%, 100%);
  border-radius: 50%;
  border: none;
  transition: 0.1s ease-in-out;
}

/* Hover, active & focus Thumb: Webkit */
input[type="range"]:active::-webkit-slider-thumb {
  transform: scale(2);
}

/* Hover, active & focus Thumb: Firfox */
input[type="range"]:active::-moz-range-thumb {
  transform: scale(2);
}

@media (max-width: 910px) {
    
.podcast-div.custom {
      height: auto;
  
}
  .youtube-iframe {
    aspect-ratio: 3/4;
  }
  .youtube-box {
    gap: 12px;
  }
  .youtube-player {
    padding: 8px 8px 8px 0;
  }
  .youtube-player-title {
    font-size: 14px;
 
  }

  .youtube-logo {
    height: 20px;
  }
  .youtube-player-buttons {
    
    align-items: flex-end;
  }
}

@media (max-width: 720px) {
  .youtube-iframe {
    aspect-ratio: 37/40;
  }
}

@media (max-width: 720px) {
  .youtube-player-data {
    font-size: 12px;
    display:none;
  }
}


@media (max-width: 436px) {
  .youtube-iframe {
    aspect-ratio: 3/4;
  }
}
