.video-course{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 90px;
}

.first-video{
    width:650px;
}

.video-more{
    width:500px;
    padding: 10px;
}


.user-text{
    color:#1372AA;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 20px;
}

.like-share{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.describtion{
    background-color:#dddddd60;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.describtion > p{
    line-height: 25px;
}

.your-coment{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.mt-2{
    margin-top: 25px;
}

.my-comment{
    padding: 10px;
}

.style-line{
    width: 100%;
    height: 2px;
    background-color: #363636;
    margin-top: 10px;
}

.cancel{
    padding: 6px 12px;
    background-color: #dddddd44;
    border-radius: 5px;
}

.img-me{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.img-me > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conment-layout{
    margin: 30px auto;
    display: flex;
    gap: 15px;
    padding: 10px 10px;
    border-radius: 10px;
}

.d-flex{
    display: flex;
}

.aling-center{
    align-items: center;
}

.gap-1{
    gap: 15px;
}

.mt-1{
    margin-top: 10px;
}

.comment .img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
}

.comment .img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-video{
    background-color:#dddddd60;
    padding: 10px;
    border-radius: 10px;
}
    

.other-coures-img{
    width: 50%;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
}

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

.detail-other-coures{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

