.icon {
  display:inline-block;
  width:1em;
  height:1em;
  stroke-width:0;
  stroke:currentColor;
  fill:currentColor;
}
.podcast-inner {
  margin-top:60px;
  display:flex;
  justify-content:center;
  margin-bottom:50px;
}
.player {
  width:100%;
  max-width:575px;
}
.player__top {
  display:flex;
  align-items:flex-start;
  position:relative;
  z-index:4;
}
.player-cover {
  width:100%;
  height:100%;
  min-height:375px;
  position:relative;
  z-index:2;
  border-radius:25px;
}
.player-cover__item {
  background-repeat:no-repeat;
  background-position:top;
  background-size:100%;
  width:100%;
  height:100%;
  border-radius:25px;
  position:absolute;
  left:0;
  top:0;
}
.player-cover__item:before {
  content:"";
  width:100%;
  height:100%;
  display:block;
  z-index:1;
  position:absolute;
  left:0;
  top:0;
  border-radius:25px;
  background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.player-controls__item {
  transition:all 0.3s ease-in-out;
  cursor:pointer;
}
.prev-track,
.next-track {
  position:absolute;
  top:calc(50% - 18px);
}
.next-track {
  right:-65px;
}
.prev-track {
  left:-65px;
}
.player-controls__item.-xl {
  margin-bottom:0;
  font-size:80px;
  color:var(--light-color);
  position:absolute;
  top:calc(50% - 40px);
  left:calc(50% - 38px);
  z-index:11;
}
[v-cloak],
[v-cloak] > * {
  display:none;
}
.scale-out-enter-active,
.scale-out-leave-active,
.scale-in-enter-active,
.scale-in-leave-active {
  transition:all 0.35s ease-in-out;
}
.scale-out-enter,
.scale-out-leave-to,
.scale-in-enter,
.scale-in-leave-to {
  pointer-events:none;
  opacity:0;
}
.scale-out-enter {
  transform:scale(0.65);
}
.scale-out-leave-to {
  transform:scale(1.1);
}
.scale-in-enter {
  transform:scale(1.1);
}
.scale-in-leave-to {
  transform:scale(0.65);
}
.podcast-title {
  position:absolute;
  left:0;
  top:21px !important;
  background-color:var(--light-color);
  color:var(--primary-color);
  padding:0.5rem 1rem;
  font-weight:500;
  z-index:1;
  font-size:14px !important;
  line-height:21px !important;
  border-radius:0 10px 10px 0;
  z-index:12;
}
.progress-box {
  width:85%;
  margin:auto;
  margin-top:-55px;
  position:relative;
  z-index:111;
  height:auto;
}
.progress__duration, .progress__time {
  color:var(--light-color);
  font-weight:600;
  font-size:14px;
}
.progress__bar {
  height:6px;
  width:100%;
  cursor:pointer;
  background-color:var(--light-color);
  display:inline-block;
  border-radius:10px;
}
.progress__current {
  height:inherit;
  width:0%;
  background-color:var(--primary-color);
  border-radius:10px;
}
.time-duration{
  display:flex;
  justify-content:space-between;
  flex-direction:row-reverse;
  margin-top:2px;
}
.podcast-inner {
margin-top:60px;
display:flex;
justify-content:center;
margin-bottom:50px;
}
.player {
width:100%;
max-width:575px;
}
.player__top {
display:flex;
align-items:flex-start;
position:relative;
z-index:4;
}
.player-cover {
width:100%;
height:100%;
min-height:375px;
position:relative;
z-index:2;
border-radius:25px;
}
.player-cover__item {
background-repeat:no-repeat;
background-position:center;
background-size:cover;
width:100%;
height:100%;
border-radius:25px;
position:absolute;
left:0;
top:0;
}
.player-cover__item:before {
content:"";
width:100%;
height:100%;
display:block;
z-index:1;
position:absolute;
left:0;
top:0;
border-radius:25px;
background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.player-controls__item {
transition:all 0.3s ease-in-out;
cursor:pointer;
}
.prev-track,
.next-track {
position:absolute;
top:calc(50% - 18px);
}
.next-track {
right:-65px;
}
.prev-track {
left:-65px;
}
.player-controls__item.-xl {
margin-bottom:0;
font-size:80px;
color:var(--light-color);
position:absolute;
top:calc(50% - 40px);
left:calc(50% - 38px);
z-index:11;
}
[v-cloak],
[v-cloak] > * {
display:none;
}
.scale-out-enter-active,
.scale-out-leave-active,
.scale-in-enter-active,
.scale-in-leave-active {
transition:all 0.35s ease-in-out;
}
.scale-out-enter,
.scale-out-leave-to,
.scale-in-enter,
.scale-in-leave-to {
pointer-events:none;
opacity:0;
}
.scale-out-enter {
transform:scale(0.65);
}
.scale-out-leave-to {
transform:scale(1.1);
}
.scale-in-enter {
transform:scale(1.1);
}
.scale-in-leave-to {
transform:scale(0.65);
}
.podcast-title {
position:absolute;
left:0;
top:21px !important;
background-color:var(--light-color);
color:var(--primary-color);
padding:0.5rem 1rem;
font-weight:500;
z-index:1;
font-size:14px !important;
line-height:21px !important;
border-radius:0 10px 10px 0;
z-index:12;
}
.progress-box {
width:85%;
margin:auto;
margin-top:-45px;
position:relative;
z-index:111;
height:auto;
}
.progress__duration, .progress__time {
color:var(--light-color);
font-weight:600;
font-size:14px;
}
.progress__bar {
height:6px;
width:100%;
cursor:pointer;
background-color:var(--light-color);
display:inline-block;
border-radius:10px;
}
.progress__current {
height:inherit;
width:0%;
background-color:var(--primary-color);
border-radius:10px;
}
.time-duration{
display:flex;
justify-content:space-between;
flex-direction:row-reverse;
margin-top:2px;
}
.banner-sec .inner-banner{
position:relative;
}
.banner-sec .inner-banner h1{
color:var(--light-color);
}
.inner-banner.mobile-banner .banner-text {
  bottom:unset;
  top:50%;
  left:50%;
  transform:translate(-50% , -50%);
  background-color:transparent;
  padding:unset !important;
  text-align:center;
  z-index:1;
}
.inner-banner.mobile-banner .banner-text p {
  background:unset !important;
  font-size:18px !important;
  line-height:26px !important;
  color:var(--light-color) !important;
  padding-bottom:1rem;
  font-weight:500 !important;
}
.inner-banner.mobile-banner .banner-text h1:after{
display:none;
}
.inner-banner.mobile-banner:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  background:linear-gradient(0deg, rgba(13, 47, 93, 0.6), rgba(13, 47, 93, 0.6));
}
.podcast-inner {
  margin-top:60px;
  display:flex;
  justify-content:center;
  margin-bottom:50px;
}
.player {
  width:100%;
  max-width:575px;
}
.player__top {
  display:flex;
  align-items:flex-start;
  position:relative;
  z-index:4;
}
.player-cover {
  width:100%;
  height:100%;
  min-height:375px;
  position:relative;
  z-index:2;
  border-radius:25px;
}
.player-cover__item {
background-repeat:no-repeat;
background-position:center;
background-size:cover;
width:100%;
height:100%;
border-radius:25px;
position:absolute;
left:0;
top:0;
}
.player-cover__item:before {
content:"";
width:100%;
height:100%;
display:block;
z-index:1;
position:absolute;
left:0;
top:0;
border-radius:25px;
background:linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.player-controls__item {
transition:all 0.3s ease-in-out;
cursor:pointer;
}
.prev-track,
.next-track {
position:absolute;
top:calc(50% - 18px);
}
.next-track {
right:-65px;
}
.prev-track {
left:-65px;
}
.player-controls__item.-xl {
margin-bottom:0;
font-size:80px;
color:var(--light-color);
position:absolute;
top:calc(50% - 40px);
left:calc(50% - 38px);
z-index:11;
}
[v-cloak],
[v-cloak] > * {
display:none;
}
.scale-out-enter-active,
.scale-out-leave-active,
.scale-in-enter-active,
.scale-in-leave-active {
transition:all 0.35s ease-in-out;
}
.scale-out-enter,
.scale-out-leave-to,
.scale-in-enter,
.scale-in-leave-to {
pointer-events:none;
opacity:0;
}
.scale-out-enter {
transform:scale(0.65);
}
.scale-out-leave-to {
transform:scale(1.1);
}
.scale-in-enter {
transform:scale(1.1);
}
.scale-in-leave-to {
transform:scale(0.65);
}
.podcast-title {
position:absolute;
left:0;
top:21px !important;
background-color:var(--light-color);
color:var(--primary-color);
padding:0.5rem 1rem;
font-weight:500;
z-index:1;
font-size:14px !important;
line-height:21px !important;
border-radius:0 10px 10px 0;
z-index:12;
}
.progress-box {
width:85%;
margin:auto;
margin-top:-60px;
position:relative;
z-index:111;
height:auto;
}
.progress__duration,
.progress__time {
color:var(--light-color);
font-weight:600;
font-size:14px;
}
.progress__bar {
height:6px;
width:100%;
cursor:pointer;
background-color:var(--light-color);
display:inline-block;
border-radius:10px;
}
.progress__current {
height:inherit;
width:0%;
background-color:var(--primary-color);
border-radius:10px;
}
.time-duration {
display:flex;
justify-content:space-between;
flex-direction:row-reverse;
margin-top:2px;
}

/* podcast list page css start here  */
.all-podcast {
padding:80px 0 80px 0;
position:relative;
}
.all-podcast h2{
margin-bottom:2rem;
}
.all-podcast:before {
content:"";
position:absolute;
width:100%;
top:-16px;
left:0;
height:500px;
z-index:-1;
background:var(--lightBlue-color);
background:linear-gradient(
  180deg,
  var(--lightBlue-color) 0%,
  var(--light-color) 60%
);
}
.single_podcast {
padding:24px;
border-bottom:1px solid #e4e4e4;
display:flex;
justify-content:space-between;
background:var(--light-color);
box-shadow:3px 3px 26px var(--thin-dark-color);
border-radius:20px;
align-items:center;
margin-top:1.5rem;
}
.podcast-thumbnail {
width:300px;
height:300px;
border-radius:5px;
margin-right:30px;
overflow:hidden;
}
.page-template-template-podcast .podcast-thumbnail img{
  max-width:300px !important;
  max-height:300px  !important;
  object-fit:cover;
}
.single-podcast  .podcast-thumbnail img{
  max-width:400px  !important;
  max-height:400px  !important;
  object-fit:cover;
  }
.podcast-right{
width:calc(100% - 330px);
}
.podcast-text {
display:flex;
align-items:center;
}
.podcast-text h5{
  background-color:var(--dark-color);
  color:var(--light-color);
  padding:4px 12px;
  margin-right:12px;
  border-radius:5px;
  height:34px;
}
.podcast-text h3{
color:var(--primary-color);
}
.podcast-right p{
padding:16px 0 24px 0;
}
.podcast-right audio{
width:100%;
}


@media(max-width:1500px){
.all-podcast{
  padding:60px 0;
}
.player-cover{
  border-radius:20px;
}  
.next-track {
  right:-37px;
  z-index:10;
}
.prev-track{
  left:-37px;
  z-index:10;
}
.player-cover__item{
  background-size:cover !important;
}
.inner-banner.mobile-banner .banner-text p{
  font-size:16px !important;
  line-height:24px !important;
}
}

@media(max-width:991px){
.all-podcast{
  padding:50px 0;
}
.podcast-inner {
  margin-top:30px;
}
.player-cover{
  border-radius:15px;
}
.all-podcast h2 {
  margin-bottom:1rem;
}
.inner-banner.mobile-banner .banner-text p {
  font-size:16px !important;
  line-height:24px !important;
}
}
@media(max-width:768px){
.all-podcast{
  padding:40px 0;
}
.next-track {
  right:-14px; 
}
.prev-track{
  left:-14px;
}
.player-controls__item .prev-track svg,.player-controls__item .next-track svg{
  max-width:40px;
}
.player-controls__item.-xl{
  top:calc(50% - 30px);
  left:calc(50% - 30px);
}
.player-controls__item.-xl svg{
  width:60px;
  height:60px;
}
.player-cover__item{
  background-size:cover !important;
}
.podcast-thumbnail{
  width:100%;
  height:100%;
  margin-right:0;
}
.podcast-right {
  width:100%;
}
.single_podcast{
  flex-direction:column;
  gap:20px;
  border-radius:15px;
  padding:16px;
}
.progress-box{
  margin-top:-60px;
}
}

@media(max-width:576px){
.inner-banner.mobile-banner .banner-text p {
  background:unset !important;
  font-size:14px !important;
  line-height:21px !important;
}
.all-podcast:before{
display:none;
}
.podcast-text{
align-items:start;
}
.podcast-text h5 {
height:auto;
width:fit-content;
}
.podcast-right p {
padding:0px 0 16px 0;
}
.podcast-text{
display:block;
}
}
@media(max-width:400px){
.podcast-thumbnail img{
  height:300px;
}
}



/******Signle page Css********/
.podcast-details {
padding:0px 40px 80px 40px;
width:100%;
height:100%;
position: relative;
}
.podcast-details .banner-podcast{
background-color: var(--primary-color);
border-radius:25px;
}
.podcast-details .banner-podcast .podcast-content{
display: flex;
width: 100%;
max-width: 1100px;
margin: auto;
padding: 80px 0;
align-items: center;
}

.podcast-details h2{
color:var(--light-color);
text-transform:capitalize;
}
.podcast-details h2:after{
display:none;
}


.custom-audio::-webkit-media-controls-panel {
background-color:var(--light-color);
}

.podcast-details .podcast-text{
display:block;
}
.podcast-details .podcast-text h5{
width:fit-content;
background-color:var(--secondary-color);
}
.podcast-details .podcast-text h2{
margin:1rem 0 1.5rem;
}

.podcast-details .podcast-thumbnail{
width:100%;
height:100%;
max-width:400px;
max-height:400px;
}
.podcast-details .podcast-para p{
font-size:20px;
line-height:28px;
color:var(--dark-color);
}
.recent-podcast-title h2{
color: var(--primary-color);
border-bottom:2px solid var(--secondary-color);
width:100%;
}
.recent-podcast-title{
padding:1.5rem 0;
}
.others-podcast{
display:flex;
flex-wrap:wrap; 
gap:24px;
}
.others-podcast .recent-podcast{
width:calc(100%/3 - 16px);
padding:1rem 1rem 1.5rem 1rem;
border-radius:15px;
box-shadow: 3px 3px 26px rgba(0,0,0,.1);
}
.others-podcast .recent-podcast img{
width: 100%;
height:auto;
object-fit: cover;
border-radius: 10px;
}
.others-podcast .recent-podcast h3{
color: var(--primary-color);
margin:1rem 0;
min-height:60px;
}

.episode-social a{
display:flex;
background:var(--lightBlue-color);
height:40px;
width:40px;
border-radius:5px;
padding:0.5rem;
}
.episode-social a img{
max-width:100% !important;
max-height:100% !important;
}
.podcast-cta h2{
 color:var(--black-color) !important;
 font-size: 54px !important;
 line-height: 70px !important;
 text-transform: none !important;
}
.podcast-cta h2:after{
display: none;
}
.podcast-cta{
padding:80px 0 120px 0;
}
.podcast-cta h2 a span{
color:var(--secondary-color) !important;
text-decoration:underline !important;
}

@media(max-width:1500px){
.podcast-details .banner-podcast .podcast-content{
  padding:60px 20px;
}
.podcast-details .podcast-para p {
  font-size: 18px;
  line-height: 26px;
}
.podcast-details{
  padding: 0 32px 78px 32px;
}
.podcast-details .banner-podcast .podcast-content{
  border-radius:20px;
}
.podcast-cta h2 {
  font-size: 48px !important;
  line-height: 60px !important;
}
.podcast-cta{
  padding:60px 0 100px 0;
}
}
@media(max-width:1366px){
.podcast-details{
  padding:0 32px 70px 32px;
}
}
@media(max-width:991px){
.banner-podcast + .container{
  padding:50px 0px 0 0px !important;
}
.others-podcast{
  justify-content:center;
}
.others-podcast .recent-podcast{
  width:calc(100%/2 - 12px);
}
.podcast-details{
  padding:0 16px 74px 16px;
}
.podcast-details .banner-podcast .podcast-content{
  border-radius:15px;
  padding:50px 16px;
  flex-wrap:wrap;
  gap:32px;
  justify-content:center;
}
.podcast-cta h2 {
  font-size: 42px !important;
  line-height: 54px !important;
}
}
@media(max-width:768px){
.podcast-details .banner-podcast .podcast-content{
  padding:40px 16px;
}
.others-podcast .recent-podcast{
  width:100%;
  max-width:465px;
}
.podcast-details .podcast-para p{
  font-size:16px !important;
  line-height: 24px !important;
}
.banner-podcast + .container {
  padding: 40px 0px 0 0px !important;
 }
 .podcast-cta h2 {
  font-size: 36px !important;
  line-height:50px !important;
}
.podcast-cta h2 a span{
  word-break: break-all;
}
.podcast-cta h2 br{
  display:none;
}
.podcast-cta{
  padding:50px 0 90px 0;
}
.others-podcast .recent-podcast h3 {
  min-height:auto;
  margin-bottom: 0.5rem;
}
.single-podcast .podcast-thumbnail img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
}
.page-template-template-podcast .podcast-thumbnail img {
  width: 100%!important;
  max-height: 100%!important;
  object-fit: cover;
}
}
@media(max-width:400px){
.podcast-details {
  padding:0 16px 55px 16px;
}
.podcast-details .banner-podcast .podcast-content{
  gap:24px;
}
.podcast-details .podcast-para p{
  font-size:16px !important;
  line-height: 24px !important;
}
}