﻿@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Kaushan+Script&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
    background: #fafafa;
    font-family: "Poppins", sans-serif;
}

nav {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    height: 50px;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

.PX {
    padding-left: 0;
    padding-right: 0;
}

.text-primary {
    color: #0d6efd !important;
}

.sectionHeight {
    min-height: calc(100vh - 110px);
    background: #fff;
    padding: 0 !important;
}

footer {
    height: 60px;
    background-color: #1a1a1a !important;
}

    footer span {
        font-size: 14px;
        color: #fff;
    }

.video-container {
    max-width: 70%;
    margin: 0 auto;
    padding-top: 16px;
}

.video-js {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16/9;
    border-radius: 6px;
    overflow: hidden;
}

.videoContent {
    font-family: "Segoe UI", Roboto, sans-serif;
    color: #111;
    line-height: 1.5;
    padding: 16px 0;
}

    .videoContent .titleContent {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 12px;
        color: #111;
    }

    .videoContent .d-flex {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .videoContent .channelLogo {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

        .videoContent .channelLogo img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

    .videoContent .channelDetails h2 {
        font-size: 16px;
        font-weight: 500;
        margin: 0;
        color: #555;
    }

    .videoContent .channelDetails h3 {
        font-size: 14px;
        font-weight: 400;
        margin: 2px 0 0;
        color: #888;
    }

.tk-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-top: 4px;
    margin-bottom: 16px;
}

.tk-channel {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gapCus {
    grid-gap: 8px;
}

.tk-channel img {
    height: 48px;
    width: 48px;
    object-fit: contain;
    border-radius: 6px;
}

.channel-name {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #333;
}

.airing-date {
    font-size: 14px;
    color: #666;
    margin-top: 2px;
    margin-bottom: 0;
}

.tk-meta {
    display: flex;
    width: 100%;
}

    .tk-meta span {
        font-size: 14px;
        margin: 0 6px;
        color: #333;
        border: 1px solid #d1d1d1;
        padding: 4px 11px;
        border-radius: 63px;
        font-weight: 500;
        white-space: nowrap;
    }

.error-msg {
    color: red;
    font-weight: 500;
    padding: 16px;
    text-align: center;
}

.tk-meta {
    width: auto;
    padding-top: 16px;
}

.vmm404Wrap {
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

    .vmm404Wrap p {
        font-size: 2.5rem;
        color: gray;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 600;
        margin-top: 2rem;
    }

@media (max-width: 991px) {
    .tk-meta {
        width: 100%;
        padding-top: 16px;
    }

    .tk-details {
        padding-left: 16px;
        padding-right: 16px;
    }

    .video-container {
        width: 100%;
        max-width: 100%;
    }

    .video-js {
        border-radius: 0;
        overflow: auto;
    }
}


.navbar-Text {
    font-size: 22px;
    font-weight: 400;
    color: #0d6efd;
    text-decoration: none;
    font-family: "Jost", sans-serif;
}

    .navbar-Text b {
        font-weight: 500;
    }

@media (max-width: 767px) {
    .navbar-Text {
        font-size: 18px;
    }

    .tk-channel img {
        height: 38px;
        width: 38px;
    }


    footer .PX {
        flex-wrap: nowrap;
    }

    footer span {
        font-size: 12px;
    }

        footer span a {
            margin: 0 !important;
        }

    .PX {
        padding-left: 8px;
        padding-right: 8px;
    }

    .tk-title {
        font-size: 18px;
    }

    .channel-name {
        font-size: 14px;
    }

    .tk-meta span {
        font-size: 12px;
    }

    .airing-date {
        font-size: 12px;
    }
}

.downLoadBtn {
    border: none;
    outline: none;
    background: transparent;
    margin-top: 5px;
    font-size: 18px;
    transition: 0.3s ease;
    padding: 2px 7px;
    border-radius: 4px;
}

    .downLoadBtn:hover {
        background: #e1e1e1;
    }
