@font-face {
    font-family: Sunday;
    src: url(./SundayBest.ttf);
}

@font-face {
    font-family: Coffee;
    src: url(./KenyanCoffee.otf);
}

* {
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

body {
    animation: scroll 60s linear infinite;
    background-image: url(../assets/background/InsideBG.png);
    color: #fff;
    font-family: Coffee;
    height: 100%;
    overflow: hidden;
    margin: 0;
    display: block;
    line-height: 1;
}

p {
    font-size: 1.5rem;
    margin: .5rem 0;
    margin-block: 0;
}

@keyframes scroll {
    0% {
        background-position: 0 0
    }

    100% {
        background-position: -100% 0
    }
}

header {
    display: flex;
    margin: 30px auto;
    width: fit-content
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
    margin-block: 0;
}

h1 {
    font: 4rem Sunday;
    margin: auto 1.3rem
}

h2 {
    font-size: 3rem;
    margin: 1.1rem 0;
    text-decoration: underline
}

h3 {
    font-size: 2.5rem;
    margin: .9rem 0;
    text-decoration: underline
}

h4 {
    font-size: 2rem;
    margin: .7rem 0
}

.logo {
    height: 200px
}

nav {
    font-size: 2rem;
    margin: 30px auto;
    width: fit-content
}

ul {
    display: flex;
    gap: 20px;
    width: fit-content;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

hr {
    border-style: solid;
    border-width: 2px;
    color: #fff;
    display: block;
    margin-block: .5em;
    margin-inline: auto;
    overflow: hidden;
    width: 50%
}

main {
    margin: 40px auto;
    padding: 0 20px
}

.home {
    display: grid;
    gap: 0 20px;
    grid-template-areas: "left right";
    grid-template-columns: 65% 30%;
    grid-template-rows: 1fr;
    padding: 0 3rem;
}

a:hover {
    background-color: #fff;
    color: #000
}

.socials>li {
    font-size: 1.7em;
    margin: 20px 0
}

.socials {
    margin: 0 auto;
    width: 100%;
}

section {
    display: flex
}

.left {
    border-right: 2px solid #fff;
    flex-direction: column;
    grid-area: left;
    gap: 1rem;
    padding-right: .5rem;
}

.right {
    grid-area: right
}

i {
    font-size: 1.7em;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

i:hover {
    background-color: #fff;
    border-radius: 100%;
    color: #000;
    
}

a {
    color: #fff;
    display: inline-block;
    height: 100%;
    text-decoration: none;
    transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.out-links {
    margin: 0 5px
}

.hosts {
    width: 100%
}

.host-grid {
    display: flex;
    margin: .5rem 0;
    justify-content: space-between;
}

.host-grid> article {
    height: fit-content;
    display: flex;
    gap: .3rem;
}

.host-grid> article >section{
    display: flex;
    flex-direction: column;
}

.episode .icon {
    float: left;
    margin-right: .3rem;
}

.icon {
    height: 130px;
    aspect-ratio: 1/1;
}

article.episode {
    width: 100%
}

.episode-pfp {
    float: left;
    margin-right: 5px;
    width: 125px
}

.episode-title {
    font: 1em/1.6 Sunday
}

.episode-head {
    margin: 10px 0
}

.episode-info {
    font-size: 1.5em;
    margin: 10px 0;
    max-height: 216px;
    overflow-y: auto;
    transition: height .3s ease-in-out
}

.expand {
    text-decoration: underline
}

footer {
    font-size: 2em;
    margin: 30px auto;
    width: fit-content
}

.episode-main {
    margin: 40px auto;
    padding: 0 20px
}

aside {
    animation: scroll 60s linear infinite;
    background-image: url(../assets/background/InsideBG.png);
    border: 2px solid #fff;
    border-bottom: none;
    border-right: none;
    bottom: -24px;
    height: 0;
    overflow: hidden;
    padding: 10px;
    position: fixed !important;
    right: 0;
    transition: height .5s ease-in-out;
    width: 50%;
    z-index: 1
}

aside.open {
    bottom: 0;
    height: 60%
}

.ep-desc {
    max-height: 300px;
    overflow-y: auto;
    padding: 5px
}

.ep-desc>p {
    font-size: 1.3em
}

.track-art>img {
    float: left;
    height: 175px;
    margin-right: 10px
}

.player-head {
    height: 175px
}

.now-playing {
    font-size: 1.7em
}

.current-time,
.total-duration {
    font-size: 1.5em;
    min-width: 70px
}

.ep-select {
    display: flex;
    margin: 20px auto
}

.track-name {
    font: 1.3em/1.6 Sunday
}

.seek_container {
    display: flex;
    gap: 20px;
    margin: 20px 0
}

.buttons {
    display: flex;
    margin: 0 10px
}

.seek_slider {
    -webkit-appearance: none;
    -webkit-transition: .2s;
    background: grey;
    height: 2.2em;
    opacity: 1;
    outline: none;
    transition: opacity .2s;
    width: 100%
}

.seek_slider::-webkit-slider-thumb,
.seek_slider::-moz-range-thumb {
    -webkit-appearance: none;
    height: 1em;
    visibility: hidden;
    width: 0
}

.seek_slider::-webkit-slider-runnable-track,
.seek_slider::-moz-range-track {
    height: 1em;
    opacity: .5
}

.episode {
    margin: 20px auto;
    min-height: 150px;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    width: 80%
}

.episode:hover {
    background-color: #fff;
    color: #000
}

.ep-section {
    justify-content: space-between
}

.ep-section>h3 {
    text-decoration: none
}

.episode>hr {
    margin: 10px 0;
    width: 70%
}

.player>hr {
    width: 80%
}

.episode>img {
    height: 150px
}

button {
    appearance: none;
    background: none;
    border: none;
    color: inherit;
    padding: 0;
    padding-inline: 0;
}

#closePlayer {
    float: right;
    font-size: 2em
}