* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.banner-cont p {
    max-width: 670px;
    margin: 0 auto 30px
}

@media(min-width: 1200px) {
    .podcast-wrapper h1 {
        font-size:2.6rem;
        font-family: var(--zf-secondary-extrabold)
    }

    h1 {
        margin-bottom: 10px
    }
}

.banner-wrap {
    background: #000;
    color: #fff
}

.banner-wrap .content-wrap {
    padding: 120px 0
}

.banner-cont {
    text-align: center;
    max-width: 740px;
    width: 100%;
    margin: 0 auto
}

.podcast-content-wrap {
    padding: 100px 0
}

.podcast-content-wrap .content-wrap {
    display: flex;
    justify-content: space-between
}

.podcast-latest {
    width: 90%;
    margin-inline: auto;
}

.podcast-content-wrap h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    color: #000;
    font-family: var(--zf-primary-bold)
}

.latest-list li {
    padding: 25px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 4px 20px 8px rgba(0,0,0,.07);
    gap: 25px;
    align-items: flex-start;
}

.latest-list li:hover,.latest-list li.active {
    box-shadow: 0 4px 20px 8px rgba(0,0,0,.07)
}

.speaker-img {
    width: 250px;
    height: 250px;
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.speaker-details {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    text-transform: capitalize;
    background: linear-gradient(180deg,rgba(2,0,36,0) 0%,rgba(0,0,0,0.7) 100%)
}

.speaker-details span {
    display: block;
    line-height: 1;
    font-size: 12px
}

.podcast-cont {
    width: calc(100% - 275px);
    position: relative;
    line-height: 1
}

.podcast-cont h4 {
    margin: 15px 0;
    font-family: var(--zf-secondary-bold)
}

.podcast-cont p {
    font-size: 13px;
    margin-bottom: 15px
}

.podcast-episode {
    font-size: 10px;
    padding: 3px 7px 4px;
    border-radius: 4px;
    color: #fff;
    background: #00b065;
    margin: 0
}

.podcast-track {
    width: calc(100% + 50px);
    height: 60px;
    background: #fafafa;
    transform: translateX(-50px);
    position: absolute;
    bottom: 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0 15px
}

.load-more {
    margin: 40px 0 0
}

.most-list li {
    margin-top: 45px;
    outline: 0
}

.headset-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 50px;
    position: relative;
    height: 230px;
    padding: 50px 0 0
}

.headset-wrap:before,.headset-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #000;
    z-index: 1;
    animation: widthReduce 1.5s forwards linear;
    animation-delay: 2s
}

.headset-wrap:before {
    left: 0
}

.headset-wrap:after {
    right: 0
}

.equalizer {
    position: relative;
    display: flex;
    justify-content: center;
    height: 150px
}

.first-bar,.second-bar,.third-bar,.fourth-bar,.fifth-bar {
    display: inline-block;
    width: 7px;
    transition: .6s;
    vertical-align: middle;
    background: #0344b1;
    animation: equalize 5s infinite;
    animation-timing-function: linear;
    border-radius: 3px;
    margin: 0 5px
}

.first-bar {
    height: 80px;
    animation-delay: -1.9s
}

.second-bar {
    height: 65px;
    animation-delay: -.9s
}

.third-bar {
    height: 50px;
    animation-delay: -2.9s
}

.fourth-bar {
    height: 35px;
    animation-delay: -3.9s
}

.fifth-bar {
    height: 60px;
    animation-delay: -4.9s
}

@keyframes equalize {
    0% {
        height: 128px
    }

    4% {
        height: 112px
    }

    8% {
        height: 110px
    }

    12% {
        height: 100px
    }

    16% {
        height: 80px
    }

    20% {
        height: 100px
    }

    24% {
        height: 100px
    }

    28% {
        height: 65px
    }

    32% {
        height: 100px
    }

    36% {
        height: 128px
    }

    40% {
        height: 80px
    }

    44% {
        height: 100px
    }

    48% {
        height: 128px
    }

    52% {
        height: 100px
    }

    56% {
        height: 70px
    }

    60% {
        height: 100px
    }

    64% {
        height: 128px
    }

    68% {
        height: 100px
    }

    72% {
        height: 128px
    }

    76% {
        height: 80px
    }

    80% {
        height: 128px
    }

    84% {
        height: 98px
    }

    88% {
        height: 128px
    }

    92% {
        height: 80px
    }

    96% {
        height: 128px
    }

    100% {
        height: 128px
    }
}

path {
    transition: all .35s ease-in-out
}

.wave {
    stroke-dashoffset: 0;
    stroke-dasharray: 3535
}

.diamondSt {
    animation-name: diamondStroke;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-direction: forward
}

@keyframes diamondStroke {
    0% {
        stroke-dashoffset: 3535
    }

    100% {
        stroke-dashoffset: 0
    }
}

.rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 4133;
    animation-name: rects;
    animation-duration: 4s;
    animation-iteration-count: 2;
    animation-direction: forward
}

@keyframes rects {
    0% {
        stroke-dashoffset: 4133
    }

    100% {
        stroke-dashoffset: 0
    }
}

.rect2 {
    stroke-dasharray: 1700;
    stroke-dashoffset: 0;
    animation-name: rects2;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-direction: forward
}

@keyframes rects2 {
    0% {
        stroke-dashoffset: 1700
    }

    100% {
        stroke-dashoffset: 0
    }
}

.skull {
    stroke-dasharray: 4133;
    stroke-dashoffset: 0;
    animation-name: skull;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-direction: forward
}

@keyframes skull {
    0% {
        stroke-dashoffset: 4133
    }

    100% {
        stroke-dashoffset: 0
    }
}

.skull-inner {
    stroke-dashoffset: 0;
    stroke-dasharray: 2700
}

.skull-inner.skulls-ani {
    animation-name: skull-ani;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-direction: forward
}

@keyframes skull-ani {
    0% {
        stroke-dashoffset: 2700
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes widthReduce {
    0% {
        width: 50%
    }

    100% {
        width: 0
    }
}

.headset {
    max-width: 430px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    right: -37px;
    margin: auto;
}

.common-links:before {
    content: none
}

.mob-headset {
    display: none
}

.slick-dots li:only-child {
    display: none
}
.slick-dots li {
    margin: 0 2px
}

.slick-dotted.slick-slider {
    margin: 0 auto
}

.z-mobile-menu-v2 {
    display: none
}

svg .cls-1,svg .cls-2 {
    stroke: #039949
}

.spker-details {
    width: 250px;
    position: relative
}

.podcast-details {
    flex: 1
}

.tag {
    font-size: 14px;
    padding: 8px 17px 8px;
    border-radius: 2px;
    color: #fff;
    margin: 0;
    background: #00660A;
    letter-spacing: -0.34px;
}

.podcast-details h2 {
    margin: 12px 0 12px;
    font-family: var(--zf-secondary-bold);
    font-size: 22px
}
.podcast-info span {
    letter-spacing: -0.43px;
    color: #0027FF;
    font-family: var(--zf-secondary-semibold);
    font-size: 15px;
}
/* .podcast-details p {
    font-size: 14px;
    margin-bottom: 15px
} */
.podcast-info {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 40px;
}
.podcast-info>a {
    font-family: var(--zf-primary-semibold),sans-serif;
    padding: 10px 30px;
    font-size: 14px;
    text-transform: uppercase;
    background: var(--primary-btn-color);
    color: #fff;
    cursor: pointer;
    display: inline-block
}
.podcast-info > span::before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    
    vertical-align: middle;
    margin-right: 5px;
}
.podcast-info > span.podcast-time::before{
    background: url(/sites/zweb/images/webinar/podcast/ico-clock.svg) no-repeat;
}
.podcast-info > span.podcast-date::before{
    background: url(/sites/zweb/images/webinar/podcast/ico-calendar.svg) no-repeat;
}
.spker-details span {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    background: linear-gradient(180deg,rgba(2,0,36,0) 0%,rgba(0,0,0,0.7) 100%);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff
}

.spker-details>img {
    vertical-align: bottom
}

.podcast-most {
    width: 28%
}

@media only screen and (max-width: 991px) {
    body,html {
        font-size:18px
    }

    .podcast-content-wrap .content-wrap {
        flex-wrap: wrap
    }

    .headset-wrap {
        height: auto;
        padding: 0
    }

    .headset-wrap {
        display: none
    }

    .mob-headset {
        display: none;
        margin: 0 0 20px
    }

    .headset {
        position: static;
        margin: 0 auto
    }

    .banner-wrap .content-wrap,.podcast-content-wrap,.podcast-footer .content-wrap {
        padding: 80px 0
    }

    .podcast-footer .content-wrap {
        background: #f5f1f2
    }

    .latest-list li {
        border: 1px solid #eee
    }

    .podcast-latest {
        order: 1;
        margin: 80px auto 0;
        max-width: 650px;
        width: auto;
    }

    .podcast-most {
        max-width: 650px;
        width: 100%;
        margin: 0 auto 0;
        text-align: center
    }

    .podcast-most ul {
        max-width: 420px;
        width: 100%;
        margin: 0 auto
    }
    .podcast-info{gap: 20px;}
}

@media only screen and (max-width: 640px) {
    .banner-wrap .content-wrap {
        padding:80px 0 60px
    }

    .latest-list li {
        /* display: block; */
        padding: 15px;
        flex-direction: column;
    }

    .podcast-cont {
        width: 100%
    }

    .podcast-track {
        position: static;
        transform: translateX(0);
        width: 100%;
        margin: 20px 0 0;
        height: 40px
    }

    .speaker-img {
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        margin: 0 0 15px
    }

    .speaker-img img {
        width: 100px
    }

    .speaker-details {
        position: static;
        background: 0;
        color: #000;
        padding: 0 0 0 20px;
        font-size: 16px;
        font-weight: 500;
        font-family: var(--zf-secondary-semibold)
    }

    .available-wrap {
        display: block
    }

    .available-list li {
        width: 35px;
        height: 35px;
        margin: 10px 10px 0 0
    }

    .ico-apple {
        background-position: -5px -37px
    }

    .ico-souncloud {
        background-position: -43px -37px
    }

    .ico-spotify {
        background-position: -82px -37px
    }

    .banner-cont .available-list {
        justify-content: center
    }

    .podcast-footer-cont {
        text-align: center
    }

    .podcast-footer .content-wrap {
        padding: 60px 0
    }

    .podcast-latest {
        margin-top: 60px
    }

    .podcast-content-wrap {
        padding: 60px 0
    }

    .common-links {
        padding: 20px 0 !important
    }

    .common-links p {
        padding: 0;
        margin: 0
    }

    .podcast-episode {
        font-size: 10px
    }
}

@media only screen and (max-width: 480px) {
    .available-wrap {
        display:block
    }

    .podcast-footer-cont .available-wrap {
        margin: 30px 0 0
    }

    .available-list {
        margin: 5px 0 0;
        justify-content: center
    }

    .most-list li,.latest-list li {
        margin-top: 30px
    }
    .podcast-info span{font-size: 14px;}
}