* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.container {
    padding: 130px 50px 0 100px;
    min-height: 100vh;
    background-color: #fff !important;
    display: flex;
}

.left-panel {
    flex: 1;
    padding: 0 40px 0 0px;
}

.right-panel {
    flex: none;
    padding: 0 20px 0 0px;
    width: 950px;
}


.video-section {
    display: flex;
    width: 100%;
    height: 800px;
    border: 1px solid #eee;
    background-size: cover;
    background-position: center;
}

.plyr--video {
    width: 100% !important;
}
.audio-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.video-section audio-wrapper {
    width: 100%;
}

.video-title p {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 700;
}

.videodata {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.channelinfo {
    display: flex;
    align-items: center;
}

.channel-name {
    display: flex;
    align-items: center;
}

.channel-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.channel-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.channel-text {
    margin-left: 15px;
}

.channel-text h3 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.channel-text span {
    font-size: 12px;
    font-weight: 400;
}

.sub-btn {
    margin-left: 30px;
}

.sub-btn button {
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 5px;
    border: 0;
    background-color: #000;
    /* background-color: #3f51b5; */
    color: #fff;
    outline: 0;
    cursor: pointer;
    font-weight: 600;
}

.sub-btn button:hover {
    background-color: #000000d4;
    /* background-color: #3f51b5ed; */
}

.video-socials {
    display: flex;
    align-items: center;

}

.sidebar-ad-parent {
    margin-bottom: 20px;
}

.side-bar-add {
    height: 250px;
    width: 100%;
    display: flex;
    font-size: 22px;
    border-radius: 20px;
    /* background-color: #F44336; */
    background-color: #000;
    color: #fff;
    letter-spacing: .4px;
    font-weight: 900;
    align-items: center;
    justify-content: center;
}

.banner-add-parent-mt {
    margin-top: 20px;
}

.banner-add-parent-mb {
    margin: 0px 0px 20px !important;
}

.banner-add {
    display: flex;
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    /* background-color: #F44336; */
    background-color: #000;
    height: 130px;
    letter-spacing: .4px;
    width: 100%;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
}

.video-socials button {
    font-size: 13px;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 0;
    background-color: #eeeeeebd;
    color: #000;
    outline: 0;
    margin-right: 10px;
    font-weight: 600;
}

.video-socials button:hover {
    background-color: #eeeeee;
    background-color: #e9e9e9;
}

.nohover button:hover {
    background-color: #eeeeeebd !important;
}

.video-socials button img {
    width: 18px;
    margin-right: 10px;
}

.a-link {
    color: #000;
    text-decoration: none;
}

.video-socials button:nth-child(1) {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.video-socials button:nth-child(2) {
    border-left: 1px solid #0000003b;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.video-socials button:last-child {
    margin-right: 0;
}

/* 
.video-socials button:nth-child(2) img {
    margin: 0;
} */

/* -----------video description */

.video-description {
    padding: 15px;
    margin: 20px 0;
    width: 100%;
    overflow: hidden;
    background-color: #eeeeeebd;
}

.videodescriptionopen {
    height: 350px;
}

.desc-header {
    display: flex;
    align-items: center;
}

.desc-flexing span {
    font-size: 13px;
    font-weight: 600;
    color: #000000bd;
    margin-right: 8px;
}

.desc-flexing {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hidebtn span {
    font-weight: 700;
}

.desc-header span:last-child {
    margin: 0;
}

.video-description a {
    text-decoration: none;
    font-size: 12px;
    color: #3f51b5;
    width: fit-content;
    font-weight: 600;
    margin-right: 8px;
}

.video-description a:last-child {
    margin: 0;
}

.para-desc p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    color: #000000a3;
    margin-bottom: 10px;
}

.tags a {
    margin-bottom: 5px;
    display: block;
}

.tags {
    margin-bottom: 15px;
}

/* comments containr */

.comments-container {
    margin: 20px 0;
}

.comments-parent {
    margin-top: 40px;
}

.comments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comments-header h2 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
}

.comments-header span {
    font-size: 12px;
    font-weight: 600;
}

.comments {
    margin-bottom: 30px;
}

.profile-data {
    display: flex;
}

.comments-image {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    flex: none;
    overflow: hidden;
}

.comments-image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.comments-text {
    width: 100%;
    margin-left: 20px;
}

.comment-text-header {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-text-header h3 {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
}


.comment-text-header span {
    font-size: 12px;
    font-weight: 600;
}

.comments-text p {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    color: #000000d9;
}

.little-image {
    width: 20px;
}

#toast-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    overflow: hidden;
}

.toast {
    background-color: #fff;
    color: #000;
    height: 80px;
    width: 410px;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border: 1px solid red;
    font-weight: 500;
    transform: translateX(100%);
    animation: anim .42s linear forwards;
    position: relative;
}

.btn-design {
    border: 0;
    outline: 0;
    background-color: red;
    color: #fff;
    padding: 12px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    margin-left: 15px;
    align-items: center;
    justify-content: center;

}

.btn-design img {
    margin-right: 5px;
    width: 18px;
}

@keyframes anim {
    100% {
        transform: translateX(0);
    }
}

.toast::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 5px;
    width: 100%;
    background-color: red;
    animation: second 6s linear forwards;
}

@keyframes second {
    100% {
        width: 0;
    }
}

.comment-footer {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.like-dislike-btns {
    display: flex;
    align-items: center;
}

.comment-footer button {
    border: 0;
    outline: 0;
    font-size: 12px;
    font-weight: 500;
    background-color: transparent;
}

.comment-footer button img {
    width: 15px;
}

.like-dislike-btns button:first-child {
    margin-right: 15px;
}

.replybtn button {
    font-weight: 600;
}


/* ------video sujjection */
.suggestion-video {
    display: flex;
    height: 380px;
    margin-bottom: 15px;
}

.thumbnailarea {
    width: 55%;
    position: relative;
}

.card-badge-views {
    padding: 4px 6px;
    font-weight: 600;
    background-color: #eee;
    color: #000 !important;
    border-radius: 4px;
    /* border: 1px solid #0000000f; */
}

.black-card-duration {
    background-color: #000;
    color: #fff !important;
}


.thumbnailarea img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    flex: none;
    object-fit: cover;
}

.video-data {
    flex: 1;
    margin-left: 20px;
}

.video-data h3 {
    font-size: 13px;
    line-height: 1.9;
    font-weight: 600;
    margin-bottom: 5px;
}

.video-data p {
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
    color: #000000bd;
}

.video-data p:last-child {
    margin-right: 0px;
}

.information-flex {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.desc {
    color: #000000a6 !important;
}

.showmoresujjestionsbtn {
    padding: 12px 0;
    margin: 40px 0 20px 0;
    border-radius: 20px;
    background-color: #eeeeeebd;
}

.showmoresujjestionsbtn span {
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.alert-container {
    height: 415px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    text-align: center;
    background-color: #000000c9;
    color: #fff;
    border-radius: 10px;
}

.comment-heading {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}

.input-field {
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 5px;
    border-radius: 5px;
}

.data-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-container-comment {
    margin-bottom: 20px;
}

.input-field textarea {
    padding: 15px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    resize: none;

}

#Comment_form_response {
    font-size: 14px;
    font-weight: 600;
}

.form-button {
    border: 0;
    outline: 0;
    font-size: 12px;
    font-weight: 600;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    padding: 15px;
}

.heading-design {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.heading-design span {
    font-weight: 500;
}

.paragraph-design {
    font-size: 16px;
    font-weight: 600;
}

.alert-container img {
    width: 20%;
    height: fit-content;
    margin-bottom: 30px;
}

/* css responsive design */
.secondone {
    font-weight: 500;
    margin: 15px 0;
    display: none;
}

@media only screen and (max-width:1600px) {
    .container {
        padding: 120px 40px 0 80px;
    }

    .right-panel {
        flex: none;
        padding: 0 20px 0 0px;
        width: 400px;
    }

    .sub-btn button {
        font-size: 12px;
        padding: 10px 15px;

    }

    .video-socials button {
        font-size: 12px;
        padding: 10px 15px;
    }

}

@media only screen and (max-width:1440px) {
    .right-panel {
        width: 370px;
    }

    .thumbnailarea {
        width: 45%;
    }

    .suggestion-video {
        display: flex;
        height: 90px;
        margin-bottom: 15px;
    }

}

@media only screen and (max-width:1220px) {

    .channel-text h3 {
        font-size: 13px;
    }

    .channel-text span {
        font-size: 12px;
    }

    .sub-btn button {
        font-size: 12px;
        padding: 10px 15px;
    }

    .video-title p {
        font-size: 16px;
    }

    .video-data p {
        font-size: 13px;
    }

    .suggestion-video {
        height: 85px;
        margin-bottom: 10px;
    }

    .video-section {
        height: 400px;
    }

    .plyr--video {
        width: 100% !important;
    }

}

@media only screen and (max-width:1100px) {
    .container {
        padding: 120px 80px 0 80px;
        flex-direction: column;
    }

    .left-panel {
        padding: 0;
    }

    .right-panel {
        margin-top: 20px;
        width: 100%;
    }

    .suggestion-video {
        height: 230px;
        margin-bottom: 15px;
    }

    .thumbnailarea {
        width: 400px;
        flex: none;
    }

    .secondone {
        display: block;
    }
}

@media only screen and (max-width:920px) {
    .container {
        padding: 120px 60px 0 60px;
    }

    .thumbnailarea {
        width: 250px;
        flex: none;
    }

    .suggestion-video {
        height: 150px;
        margin-bottom: 15px;
    }

    .heading-design {
        font-size: 18px;
    }

    .heading-design span {
        font-weight: 500;
    }

    .paragraph-design {
        font-weight: 600;
    }

    .video-section {
        height: 450px;
    }

    .plyr--video {
        width: 100% !important;
    }

    .right-panel {
        padding: 0px;
    }
}

@media only screen and (max-width:720px) {
    .videodata {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .channelinfo {
        margin-bottom: 20px;
        width: 100%;
        justify-content: space-between;
    }

    .desc-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .desc-flexing {
        align-items: flex-start;
    }

    .alert-container {
        height: 300px;
    }
}

@media only screen and (max-width:620px) {
    .container {
        padding: 120px 40px 0 40px;
    }

    .left-panel {
        width: 100%;
    }

    .video-data h3 {
        font-size: 12px;
    }

    .video-data p {
        font-size: 11px;
    }

    .para-desc p {
        font-size: 12px;
    }

    .comments-text p {
        font-size: 12px;
    }

    .comment-text-header h3 {
        font-size: 12px;
    }

    .comment-text-header span {
        font-size: 11px;
        font-weight: 600;
    }

    .video-socials button img {
        width: 14px;
    }

    .comments-header h2 {
        font-size: 13px;
    }

    .comments-header span {
        font-size: 11px;
    }


    .thumbnailarea {
        width: 220px;
        flex: none;
    }

    .suggestion-video {
        height: 140px;
        margin-bottom: 15px;
    }

    .heading-design {
        font-size: 16px;
    }

    .alert-container svg {
        width: 50%;
    }

    .heading-design {
        margin-bottom: 5px;
    }

    .video-section {
        height: 250px;
    }

    .plyr--video {
        width: 100% !important;
    }
}

@media only screen and (max-width:520px) {
    .suggestion-video {
        height: 120px;
    }

    .thumbnailarea {
        width: 200px;
        flex: none;
    }

    .secondone {
        display: none;
    }

    .information-flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .information-flex p:first-child {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width:440px) {
    .container {
        padding: 120px 0px 0 0px;
        align-items: center;
    }

    .left-panel {
        width: 350px;
    }

    .right-panel {
        width: 350px;
    }

    .video-title p {
        font-size: 13px;
    }

    .suggestion-video {
        height: 110px;
    }

    .thumbnailarea {
        width: 180px;
        flex: none;
    }
}


/* Alhamdulilah completed */