body {
    font-family:'Poppins', sans-serif !important;
    font-size: 16px;
    background: #0a0a0a;
    box-sizing:border-box;
    margin:0px;
}
h1, h2, h3, h4 {
    font-weight: 400 !important;
    text-transform:capitalize;
}

a {
    color:white;
    text-decoration:none;
}
a:visited {
    color:white;
    text-decoration:none;
}
.episode-container.secondary {
    padding: 1rem 0rem !important;
}
.header {
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-color: #0a0a0a;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 6em;  
    padding-bottom: 3em;
}

.headercontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 75%;
    justify-content:center;
    gap: 1em;
}

p.headertext {
    color:#fff;
    font-size: 1.4em;
    width: 70%;
    margin: 0.5em auto;
}
span.pname {
    font-size: 1.1em;
}

.listento {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align:center;
}
.topbutton {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 100%;
    margin-top: 1em;
}
a.topa {
    padding: 0.5em;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.1em;
    align-items: center;
    color: white;
}
a.topb {
    text-transform: uppercase;
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
    border-radius: 0.3em;
    background: white;
    color: #000000;
    font-weight: 600;
    padding: 0.5em 1em;
    margin-top: -0.1em;
}
.topbutton p{
    padding:0px;
    margin:0px;
}
p.topcl {
    font-size: 1.1em;
}
.logo {
    text-align: center;
}


@media (max-width: 768px) {
    .header {
        gap: 3em;  
    }
    body p.headertext {
        font-size: 1.3em;
        width: 90%;
        margin: 0.5em auto;
    }
}

.iconl {
    display: flex;
    justify-content: center;
    gap: 2em;
    flex-wrap: wrap;
}
span.cs-topper.white {
    color: white;
    font-size: 1.2em;
    text-transform: capitalize;
    text-shadow: 0 0 black;
    margin-bottom: 0.6em;
    font-family: 'Poppins';
    letter-spacing: 0px;
}
img.icon {
    -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, .7));
    filter: drop-shadow(1px 1px 4px #f7f7f74f);
    width: 50px;
}


.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
    color: white !important;
}

/* CTA */

.cta {
    display: flex
;
    flex-direction: column;
    gap: 0.5em;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 3.5em 0em;
    padding: 2em;
}
.cta-text {
    width: 76%;
    font-size: 1.8em;
    letter-spacing: -1px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .cta-text {
        width: 99%;
    }
}
span.cs-topper.cta {
    font-size: 2.2em;
    margin: 0;
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    color: #bc1312;
    letter-spacing: 0.5px;
    line-height: 1.1em;
    padding:0em;
}
button.chat-button {
    background: #0000009c;
    width: 40%;
    padding: 10px;
    margin: 0 auto;
    border: 2px solid white;
    border-radius: 5px;
}
.chat-button a {
    color: white;
    text-transform: uppercase;
    font-family: 'New Amsterdam', sans-serif;
    font-size: 1.8em;
}
@media (max-width: 768px) {
    .cta-text a {
        font-size: 1.2rem !important;
        text-decoration: none;
        color: #bc1312;
    }

    button.chat-button {
        background: #0000009c;
        width: 75%;
        padding: 10px;
        margin: 1em auto;
        border: 2px solid white;
        border-radius: 5px;
    }
    .cta {
        padding: 1em;
    }
    span.cs-topper.cta {
        margin: 0.5em 0em;
    }
}


    .infinite-scroll-loader .spinner {
  border: 4px solid #ddd;
  border-top: 4px solid #333;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}



/* EPISODES */
.episode-wrapper {
    background: #f7f7f7;
}
.episode-container {
    width: 80%;
    margin: 0em auto;
    display: flex
;
    flex-direction: column;
    gap: 16px;
}
@media (max-width: 768px) {
    .episode-container {
        width: 95%;
    }
}
.episode-row {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.episode {
    flex: 0 0 calc(33.333% - 16px);
    width: 415px;
    height: 415px;
    max-width:415px;
    background-size:cover !important;
    
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 44.07%,
        rgba(0, 0, 0, 0) 44.07%,
        #000 80.27%
    ),
    url('') no-repeat center center / cover;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .episode {
        flex: 1 1 100%;
        width: 100%;
    }
}

.cs-info {
    padding: 10px;
    z-index: 1;
    position: relative;
}
.cs-topper {
    font-size: 1.2em;
    text-shadow: 2px 2px 1px black;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 400;
    color: #bc1312;
    margin-bottom: 0.25rem;
    display: block;
    font-family: 'Anton', sans-serif;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
    z-index: 0;
}
.overlay-links {
    display: flex
;
    gap: 1.5em;
}
.overlay-links a {
    margin: 0 10px;
    color: #fff;
    font-size: 1.4em;
}
.episode:hover .overlay,
.episode:active .overlay {
    opacity: 1;
    pointer-events: all;
}
.cs-date {
    position: absolute;
    top: 0px;
    height: 3em;
    left: 10px;
    background: #bc1312;
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    z-index: 2;
    display: flex
;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.wwm-m {
    width: 100%;
    background-image: url(img/bgt.jpg);
    margin: 0 auto;
    text-align: center;
}

.cta-text a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #bc1312;
}
.chat-button a {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}
span.name {
    font-family: 'Anton', sans-serif;
    color: #bc1312;
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.3em;
    font-family: 'Anton', sans-serif;
    text-shadow: 2px 2px 1px black;
}
span.excerpt {
    font-size: 0.7em;
    text-transform: capitalize;
    text-shadow: 2px 2px 1px black;
}





.footer {
    background: black;
    display: flex
;
    flex-direction: column;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding: 1em 0em;
}
ul.cs-social {
    display: flex
;
    gap: 2em;
    list-style: none;
}
li.cs-social-li {
    font-size: 2em;
}
.footer-bottom {
    width: 80%;
    margin: 0 auto;
    color: white;
    border-top: 1px solid;
    padding: 1em 0em;
    text-align: center;
}
@media (max-width: 768px) {
    .jnft {
        width: 100%;
        text-align: center;
    }
}

.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0a0a0a; /* Keep the background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-in-out; /* Smooth fade-out effect */
}

.loader {
    width: 32px;
    height: 32px;
    position: relative;
    border-radius: 50%;
    color: #bc1312; /* Use your desired color */
    animation: fill 1s ease-in infinite alternate;
}
.loader::before, .loader::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    left: 48px;
    top: 0;
    animation: fill 0.9s ease-in infinite alternate;
}
.loader::after {
    left: auto;
    right: 48px;
    animation-duration: 1.1s;
}

@keyframes fill {
    0% {
        box-shadow: 0 0 0 2px inset;
    }
    100% {
        box-shadow: 0 0 0 10px inset;
    }
}
