body{
    background-color: #ccc;
}
header{
    z-index: 9999;
    position: relative;
}
a{
    text-decoration: none;
    color: #000;
}
ul li a{
    text-decoration: none;
}
.sticky-top,
.sticky-top > a{
    background-color: #fff;
    color: #293036 !important;

}
.podcast-banner{
    background-image: url(../images/podcast-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 13rem;
    padding-bottom: 13rem;
}
 .podcast-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3;
    pointer-events: none;
    filter: opacity(0);
}
.podcast-banner:after{
    background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    max-width: 100%;
    filter: opacity(1);
    content: "";
    width: 100%;
        height: 757.5px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
    /*pointer-events: none;*/
}
.entry-title{
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: capitalize;
}
section{
    margin-bottom: 29px;
}
.audio-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.audio-controls button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 1em;
    margin: 0 10px;
}

#currentTime {
    margin: 0 10px;
}

#progressBar {
    flex: 1;
    height: 10px;
    margin: 0 10px;
    border-radius: 5px;
    background-color: #ccc;
    position: relative;
}

#progressBar div {
    height: 100%;
    border-radius: 5px;
    background-color: #007bff;
    position: absolute;
    top: 0;
    left: 0;
}

.entry-media {
    position: relative;
}

.openButton{
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    border-radius: 30px !important;    
}

.clasic::before {
    content: "";
    position: absolute;
    background: linear-gradient(160deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
    z-index: 99;
    border-radius: 11px;
    width: 100%;
    height: 100%;
}
span.punchline-label {
    color: #ffff;
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.banner-wrapp{
    position: relative;
    z-index: 999;
}
.banner-wrapp h1 {
    font-size: 3rem;
    line-height: 1.1;
    color: #fff;
}
.banner-wrapp p {
    color: #fff;
    width: 48%;
}
.banner-wrapp a{
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
}
.banner-wrapp a i{
        background: rgb(4, 29, 80);
    color: #fff;
    height: 65px;
    width: 65px;
    border-radius: 45px;
    text-align: center;
    font-size: 1.2rem;
    padding-left: 5px;
    padding-top: 23px;
}
.podcast-articles .cateogry{
    text-decoration: none;
    line-height: 1.2;
    font-size: 1rem;
    color: rgb(4, 29, 80);
    margin-top: 16px;
}
.podcast-articles .cateogry:hover,
.podcast-articles .cateogry i:hover{
    color: #000;
}
.podcast-articles .cateogry i{
    margin-right: 3px;
    font-size: 1rem;
    margin-top: -1px;
    line-height: 1.2;
    color: rgb(4, 29, 80);
}
.podcast-articles h2 a{
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 1.3rem;
}
.podcast-articles h2 a:hover{
    color: rgb(4, 29, 80);
}
#audioTitle{
    padding-left: 5px;
}
#audioTitle a{
    text-decoration: none;
    color: #fff;
}
.canvas-card{
    background-color: #1f2326ff;
}
.titleAudio {
    color: #fff;
    display: flex;
}
.pauseButton{
    background-color: rgb(4, 29, 80) !important;
    width: 40px;
    color: #fff;
    border-radius: 37px;
    height: 40px;
}
@media (min-width: 1200px){
    .container {
        max-width: 1202px !important;
    }
}