::-webkit-scrollbar {
    width: 5px!important;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #515151!important;
    border-radius: 23px!important;
}
::-webkit-scrollbar-thumb {
    background: #4f4e4e!important;
    border-radius: 10px!important;
}
::-webkit-scrollbar-thumb:hover {
    background: #4f4e4e!important;
}


.category-wrapper::-webkit-scrollbar {
    width: 5px!important;
}

.category-wrapper::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #515151!important;
    border-radius: 23px!important;
}

.category-wrapper::-webkit-scrollbar-thumb {
    background: #2b3035!important;
    border-radius: 10px!important;
}

.category-wrapper::-webkit-scrollbar-thumb:hover {
    background: #2b3035!important;
}



.offcanvas-body::-webkit-scrollbar {
    width: 5px!important;
}

.offcanvas-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #515151!important;
    border-radius: 23px!important;
}

.offcanvas-body::-webkit-scrollbar-thumb {
    background: #2b3035!important;
    border-radius: 10px!important;
}

.offcanvas-body::-webkit-scrollbar-thumb:hover {
    background: #2b3035!important;
}


.container {
    max-width: 100%;
    padding: 0;
}
.main-video {
    margin-top: 50px;
    text-align: center;
}
#main-video-bg {
    height: calc(72.1vh + 51px);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(10px) brightness(30%);
}
.main-video iframe {
    display: block;
    margin: auto;
    max-width: 100%;
    height: 72.1vh;
}
.navbar {
    padding: 4px 0;
}
.navbar-nav {
    margin-left: 22% !important;
}
.form-control::placeholder {
    color: #555;
    opacity: 1;
}
input {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #282828 !important;
}
.form-control:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #282828 !important;
}
.form-control:active {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #282828 !important;
}
.main-video-meta {
    background-color: #282828;
    padding: 13px;
    color: #fff;
}
.video-list {
    margin: 0 13px 21px 13px;
}
.single-video-wrapper {
    transform-style: preserve-3d;
    transform: translateZ(0);
    margin-bottom: 13px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    will-change: transform, box-shadow;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    backface-visibility: hidden;
    min-height: 280px;
}

.single-video-wrapper:hover {
    transform: translateY(-.5px); /* subtle upward shift */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.single-video-wrapper a {
    text-decoration: none;
}
.single-video-wrapper img {
    width: 100%;
    height: auto;
}
.single-video-title {
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-size: 0.938rem;
    min-height: 50px;
}
.single-video-date {
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 2px;
    text-decoration: none;
    color: #fff;
    font-size: 0.813rem;
}


.latest-video-wrapper {
    margin-bottom: 13px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    opacity: 0.85;
}
.latest-video-wrapper:hover {
    transform: scale(1.03);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    opacity: 1;
}
.latest-video-wrapper a {
    text-decoration: none;
}
.latest-video-wrapper img {
    width: 100%;
    height: auto;
}
.latest-video-title {
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    font-size: 0.938rem;
}
.latest-video-date {
    text-decoration: none;
    color: #fff;
    font-size: 0.813rem;
}


.custom-search-form {
    display: flex;
    flex-grow: 1;
    margin-left: 15px;
}
.search-input {
    background-color: #262626;
    border: none;
    color: #fff;
    width: 100%;
}
.category-wrapper a {
    text-decoration: none;
    color: #fff;
    transition: margin-left 0.2s ease-in-out;
}
.category-wrapper a:hover {
    margin-left: 13px;
}
.category-wrapper ul {
    list-style-type: none;
}
.category-wrapper i {
    font-size: 0.75rem;
    margin-right: 8px;
}
.category-wrapper {
    max-height: 35vh;

    overflow-y: auto;
}

.offcanvas-header a {
    text-decoration: none;
    color: #fff;
}

.offcanvas {
    overflow-y: hidden!important;
    max-height: 100vh;
}
#show-more {
    color: #FFF;
    font-size: 1rem;
    font-weight: lighter;
    text-decoration: none;
    display: inline-block;
}

#show-less {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
}

#videoDescriptionShort_lg {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 200;
    display: inline-block;
}

#videoDescriptionFull_lg {
    font-size: 1rem;
    font-weight: 200;
    display: none;
    color: #FFFFFF;
}


#videoDescriptionShort_lg a{
    color: #FFFFFF;
    text-decoration: none;
}

#videoDescriptionFull_lg a{
    color: #FFFFFF;
    text-decoration: none;
}

.video-count-display {
    color: #FFFFFF;
    margin-bottom: 13px;
    margin-left: 3px;
}






@media (max-width: 992px) {
    .navbar .container-fluid {
        display: flex;
        flex-wrap: nowrap;
    }
    .navbar-nav {
        margin-left: 0 !important;
        width: calc(80% - 10px) !important;
    }
    .custom-search-form {
        flex-grow: 0;
        max-width: calc(80% - 10px);
        width: calc(80% - 10px);
    }
    .form-control {
        max-width: calc(90% - 10px);
        width: calc(90% - 10px);
    }
    .mx-auto {
        margin-left: 0 !important;
    }
    .navbar-brand {
        flex-grow: 1;
    }
    .main-video {
        margin-top: 62px;
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        border: none;
    }
    #main-video-bg {
        height: 27vh;
    }

    .main-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video-count-display {
        margin-left: 15px;
    }

}
@media screen and (max-width: 768px) {
    .single-video-wrapper {
        margin: 0 auto 21px;
        width: 95%;
    }
    .custom-search-form {
        flex-grow: 0;
        max-width: calc(80% - 10px);
        width: calc(80% - 10px);
    }
}
@media screen and (max-width: 1200px) {
    .navbar .container-fluid {
        display: flex;
        flex-wrap: nowrap;
    }
    .navbar-nav {
        margin-left: 0 !important;
        width: calc(80% - 10px) !important;
    }
    .custom-search-form {
        flex-grow: 0;
        max-width: calc(85% - 10px);
        width: calc(85% - 10px);
    }
    .form-control {
        max-width: calc(87%);
        width: calc(87%);
        font-size: 15px;
        padding-right: 5px;
    }
    .mx-auto {
        margin-left: 0 !important;
    }
    .navbar-brand {
        flex-grow: 1;
    }
}


