@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');



* {
    margin: 0;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
    font-family: "Notable", sans-serif;
    font-weight: 400;
    font-style: normal;
}


.container {
    max-width: 1080px;
    margin: 0 auto;
}

body {
    background-color: #111;
}

.header {
    /* background-color: black; */
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ff0033;
    display: flex;
    justify-content: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.audio-block {
    background-color: #242424;
    display: flex;
    margin-top: 64px;
    border-radius: 5px;
}

.audio-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
    padding: 0 35px;
}


.about-title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: center;
    color: #ff0033;
}

.about-subtitle {
    font-size: 13px;
    color: #8c8c8c;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    display: block;
}


.audio-holder {
    width: 540px;
    margin-left: 50px;
}

.audio-detail {
    flex: 1;
}

.control {
    /* position: absolute; */
    /* right: 0; */
    /* bottom: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.control i {
    width: 48px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    background-color: #ff0033;
    border-radius: 15px;
    color: white;
    cursor: pointer;
    margin: 4px;
    margin-top: -5px;
}

.audio-author {
    display: flex;
    justify-content: center;
    position: relative;
}

.time {
    color: #ff0033;
    position: absolute;
    top: 6px;
    right: 0;
}


/* MAIN CONTENT */

.course-section-title {
    margin: 120px 0;
    font-size: 90px;
    line-height: 1.1;
    font-weight: bold;
    color: #1A1A1A;
}


.img-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 360px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-left: 20px;
}

.img-card-1 {
    background-image: url("/img/card-1.png");
}

.info-container {

}
