@font-face {
    font-family: Roboto;
    src: url('../vender/RobotoCondensed/RobotoCondensed-Medium.ttf');
}

@font-face {
    font-family: Dangrek;
    src: url('../vender/dangrek/Dangrek.ttf');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Roboto, Dangrek;
}

.container {
    width: 1200px;
    margin: auto;
}

/* =========================== */
.course-detail {
    width: 100%;
    margin-top: 70px;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px; */
    overflow: hidden;
    margin-bottom: 50px;
}

.left-course-detail {
    width: 380px;
}

.left-course-in {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    margin-bottom: 60px;
}

.left-course-in>h3 {
    border-bottom: 1px solid #ff4500;
    padding-bottom: 10px;
}

.left-course-in>p {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #ff4500;
    color: #4b4bda;
}

.left-course-in>p>span>i {
    color: #ff4500;
}

.btn-detail-course {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #4b4bda;
    padding: 10px 0;
    margin-top: 30px;
    color: #fff;
    font-size: 1.3em;
    text-decoration: none;
    transition: 0.5s;
    border-radius: 5px;
}

.btn-detail-course:hover {
    background-color: #ff4500;
}

.other-course {
    margin: 30px 0;
    display: flex;
    gap: 10px;
}

.img-other-course {
    width: 140px;
    height: 120px;
    border-radius: 10px;
    overflow: hidden;
}

.img-other-course img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-other-course>p {
    color: #ff4500;
    font-size: 15px;
    margin-bottom: 20px;
}

.text-other-course>a {
    color: #4b4bda;
    font-size: 18px;
}

.text-other-course>a:hover {
    color: #ff4500;
}

.star-other {
    margin-top: 10px;
}

.star-other>i {
    color: #ff4500;
    font-size: 15px;
}

/* ====================== */
.right-course-detail {
    width: 750px;
}

.image-course-detail {
    width: 100%;
    height: 450px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

#player {
    border-radius: 10px;
    margin-bottom: 50px;
}

.image-course-detail>iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plyr__progress input[type=range] {
    color: #ff4500 !important;
}

button.plyr__control--overlaid {
    background-color: #ff4500;
}

button.plyr__control--overlaid:hover {
    background-color: #ff4500 !important;
}

.plyr__volume input[type=range] {
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #ff4500))) !important;
}

button.plyr__controls__item:hover {
    background-color: #ff4500 !important;
}

.plyr button:hover {
    background-color: #ff4500 !important;
}

/* .image-course-detail img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
} */

.profile-course-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.profile-in {
    display: flex;
    gap: 20px;
    align-items: center;
}

.img-pro {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #ddd;
    display: flex;
    justify-content: center;
}

.img-pro img {
    margin-top: 5px;
}

.name-profile>p {
    font-weight: bold;
    font-size: 20px;
}

.skill-name {
    color: #4b4bda;
}

.star-rate-detail>i {
    color: #ff4500;
}

.total-price>p {
    font-size: 2em;
    color: #ff4500;
    font-weight: bold;
}

.name-course-detail {
    margin-bottom: 30px;
}

.name-course-detail>h3 {
    font-size: 1.5em;
}

.orangered {
    color: #ff4500;
}

.about-course-text {
    margin-bottom: 30px;
}

.about-course-text>h3 {
    color: #4b4bda;
    margin-bottom: 5px;
}

.about-course-text>p {
    font-size: 17px;
    font-weight: bold;
    color: #363636;
}

.course-lesson {
    width: 100%;
    overflow: hidden;
}

.top-lesson {
    background-color: #ddd;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    border: 1px solid #8a8a8a;
    color: #ff4500;
}

.lesson {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-bottom: 1px solid #8a8a8a;
    border-left: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
}

/* ========================================= */

/* detail-roadmap */
.bg-road-map {
    width: 100%;
    height: 100vh;
    background-image: url('../img/detail-road-map/bg-d-roadmap.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.detail-roadmap {
    width: 100%;
}

.topic-txt {
    text-align: center;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.topic-txt>h1 {
    width: 700px;
    background-color: #fff;
    border: 8px outset #1372AA;
    padding: 20px;
    border-radius: 10px;
    font-size: 3em;
    color: #1372AA;
    font-weight: bold;
    text-shadow: 1px 1px#363636;
    box-shadow: rgba(50, 50, 93, 0) 0px 50px 100px -20px, rgba(0, 0, 0, 0.2) 0px 30px 60px -30px, rgba(10, 37, 64, 0.2) 0px -2px 6px 0px inset;
    animation: 2s ease 0s infinite beat;
}


@keyframes beat {

    0%,
    50%,
    100% {
        transform: scale(1, 1);
    }

    30%,
    80% {
        transform: scale(0.92, 0.95);
    }
}

@keyframes pulse {

    0%,
    50%,
    100% {
        background: #fee;
    }

    30%,
    80% {
        background: #fff;
    }
}


.text-about-roadmap {
    width: 100%;
    padding: 50px 0;
}

.text-about-roadmap>h1 {
    margin-bottom: 20px;
    color:#1372AA;
    font-size: 2em;
}


.text-about-roadmap>ol {
    padding: 0 25px;
}

.text-about-roadmap>ol>li {
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
    list-style-type: upper-roman;
    color: #ff4500;
    padding: 0 20px;
}

.list-type {
    padding: 20px 50px;
}

.list-type>li {
    list-style-type: square;
    font-weight: bold;
    font-size: 20px;
    color: #363636;
}

.list-type>li::marker {
    color: #4b4bda;
}

.img-course-learn {
    width: 100%;

}

.img-course-learn>h3 {
    font-size: 2em;
    font-weight: bold;
    width: 500px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 50px;
    color: #1372AA;
    border: 8px outset #1372AA;
}

.img-course-front {
    display: flex;
    align-items: center;
    gap: 80px;
    margin-bottom: 100px;
}

.img-txt {
    text-align: center;
}

.img-txt>img {
    height: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}

.img-txt>P {
    font-size: 20px;
    font-weight: bold;
}


.title-img {
    display: flex;
    align-items: center;
    gap: 170px;
    font-size: 20px;
    margin-top: 20px;
}

/* ========================================= */