section {
    margin: 50px 50px 0;
}

.video-sec-heading {
    color: #113f84 !important;
    font-size: 18px !important;
    line-height: 36px;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

/* Navbar */
.navbar {
    align-items: baseline;
}

.navbar .navbar-left-content .nav-panels {
    display: none;
}

.navbar .navbar-left-content li:hover>.nav-panels {
    display: block;
}

.navbar .navbar-left-content .nav-panels li .nav-panels::after {
    left: -4px;
    top: 18px;
    transform: rotate(-40deg);
}

.navbar .navbar-left-content .nav-panels::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 45px;
    transform: rotate(45deg);
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 999999;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
    border-right: 0;
}

.navbar .navbar-left-content .nav-panels {
    position: absolute;
    top: 68px;
    width: max-content;
    z-index: 99;
}

.navbar .navbar-left-content .nav-panels .nav-panels {
    left: 100%;
    top: 0px;
}

.navbar .navbar-left-content .nav-panels li {
    position: relative;
}

.navbar .navbar-left-content .nav-panels .nav-panel {
    background: #fff;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar .navbar-left-content .nav-panels ul {
    flex-direction: column;
    padding: 25px 30px 10px;
    width: 260px;
    align-items: unset;
}

.navbar .navbar-left-content .nav-panels ul li {
    list-style: none;
    border-bottom: 1px solid #cccc;
    margin-bottom: 8px;
}

.navbar .navbar-left-content .nav-panels ul li a span {
    color: var(--textColor);
}

.navbar .navbar-left-content .nav-panels ul li a:hover {
    color: var(--textColor);
}

.navbar .navbar-left-content .nav-panels ul li:last-child {
    border: none;
}

.navbar .navbar-left-content .nav-panels ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
}

.navbar .navbar-left-content {
    width: 65%;
}

.navbar .navbar-left-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar .navbar-left-content ul li {
    padding: 0;
    position: relative;
}

.navbar .navbar-left-content ul li .nav-link-icon {
    position: absolute;
    bottom: 10px;
    left: 44%;
    font-size: 6px;
    color: var(--textColor);
    transform: scale(0);
    transition: 0.3s;
}

.navbar .navbar-left-content ul li a {
    display: block;
    position: relative;
    padding: 1.4em 1.75em;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: 0.1s;
}

.navbar .navbar-left-content ul li a:hover {
    color: var(--textColor);
}

.navbar .navbar-left-content ul li:hover .nav-link-icon {
    transform: scale(1);
}

.navbar .navbar-left-content ul li a .icon i {
    font-size: 10px;
}

.navbar .navbar-search {
    width: 30%;
}

.navbar .navbar-search .search-content .search-input {
    border-color: #f6f6f6;
    background: #f6f6f6;
    padding: 13px 55px 13px 20px;
    border: none;
    border-radius: 100px;
    width: 100%;
}

.navbar .navbar-search .search-content {
    position: relative;
}

.search-btn a {
    color: #aaa;
}

.navbar .navbar-search .search-content .search-icon {
    position: absolute;
    right: 25px;
    top: 12px;
    font-size: 18px;
}

/* Center Content */
.video-title {
    background: #e32;
    color: #fff;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    font-size: 11px;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 7px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: .2s;
    transition: .2s;
}

.video-section-1 {
    position: relative;
    overflow: hidden;
}

.header-large-video .video-img img {
    height: 55vh;
    width: 100%;
    object-fit: cover;
}

.video-img img {
    transition: 0.2s;
}

.video-section-1:hover .video-content,
.video-section-1:hover .video-content .video-detail-content {
    transform: translateY(10px);
    opacity: 1;
}

.video-section-1:hover .video-img img {
    transform: scale(1.07);
}

.video-content {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .9)));
    width: 100%;
}

.video-section-1 .video-content {
    padding: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(45px);
    transition: 0.2s;
    width: 100%;
}

.small-s-heading {
    color: white;
    font-weight: 600;
    font-size: 17px;
    text-transform: capitalize;
    line-height: 1.35;
}

.medium-s-heading {
    color: white;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
}

.header-small-video .video-section-1 .video-content .medium-s-heading {
    font-size: 16px;
}

.video-detail-content {
    margin-top: 6px;
    opacity: 0;
    transition: 0.2s;
}

.video-detail-content ul {
    display: flex;
    padding-left: 0;
}

.video-detail-content ul li p {
    display: flex;
}

.video-detail-content ul li {
    list-style: none;
    font-size: 12px;
    display: flex;
    margin: 0 7px;
    color: white;
}

.video-detail-content ul li .icon i {
    margin-right: 5px;
}

.video-section-1 a {
    transition: 0.3s;
    color: white;
}

section a:hover .video-play-icon .icon i {
    background: #00000082;
}

.video-sec-1-content .video-play-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.video-play-icon .icon i {
    font-size: 16px;
    border: 2px solid white;
    margin: 15px;
    padding: 10px 11px;
    border-radius: 100px;
    color: white;
    transition: 0.3s;
    background: #00000033;
}

.header-small-video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
}

.header-small-video .video-sec-1-content {
    width: 47.5%;
}

.header-small-video .video-img img {
    height: 25.8vh;
    width: 100%;
    object-fit: cover;
}

.video-sec-2-content .video-content {
    position: absolute;
    bottom: 0;
    padding: 0 25px 15px;
}

.video-sec-2-content .video-play-icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    height: 100%;
}

/* Flip Video Lenght content css */
.video-duration .inactive,
.video-duration .active {
    height: 22px;
    padding: 0 8px;
    color: #fff;
    border-radius: 3px;
}

.video-duration {
    position: absolute;
    top: 10px;
    right: 7px;
    height: 22px;
    z-index: 3;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    font-size: 11px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.video-duration .active {
    -webkit-transform: rotateX(-90deg) translateZ(-11px);
    transform: rotateX(-90deg) translateZ(-11px);
    background-color: #113f84;
}

.video-duration .inactive {
    -webkit-transform: translateZ(11px);
    transform: translateZ(11px);
    background-color: rgba(0, 0, 0, .6);
}

.video-sec:hover .video-duration {
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -ms-transform: none;
}

.currently-play-head {
    display: flex;
    align-items: center;
    background: #ff007a;
    padding: 10px 15px;
}

.currently-play-head .icon i {
    font-size: 40px;
    margin-right: 15px;
    color: #ff66af;
}

.currently-play-head .head-content p {
    font-size: 13px;
    margin-bottom: 4px;
    color: #ffcce4;
}

.currently-play-head .head-content h6.heading a {
    color: white;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.play-video-items {
    height: 361px;
    overflow: auto;
}

.play-video-items::-webkit-scrollbar {
    width: 10px;
    background: #dddddd;
}

.play-video-items::-webkit-scrollbar-thumb {
    width: 10px;
    background: #bcbcbc;
    cursor: pointer;
    border-radius: 10px;
}

.play-video-items .play-video-item {
    display: flex;
    padding: 15px;
    border-bottom: 1px solid #eaeaeacc;
    background: #f6f6f6;
    cursor: pointer;
}

.play-video-items .play-video {
    background: #fff;
}

.play-video-items .play-video .video-img img {
    box-shadow: 0 0 0 0.2rem #ff007a;
}

.play-video-items .play-video .video-img::before {
    font-family: 'Fontawesome';
    content: "\f04b";
    color: var(--ak-accent-color);
    position: absolute;
    font-size: 8px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.play-video-items .play-video-item .video-img {
    width: 25%;
}

.play-video-items .play-video-item .play-video-content {
    width: 70%;
    margin-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.play-video-items .play-video-item .play-video-content h6.heading {
    color: #53585c;
    font-size: 13px;
    margin: 0 0 5px;
}

.play-video-items .play-video-item .play-video-content .play-video-duration {
    font-size: 10px;
    color: #9e9e9e;
}

.video-category-2-section .video-img img {
    height: 15vh;
    width: 100%;
    object-fit: cover;
}

.video-category-2-section .video-play-icon {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    height: 100%;
}

.video-category-2-section .video-img {
    position: relative;
}

.video-category-2-section .video-duration {
    bottom: 7px;
    top: unset;
}

.video-category-2-section .video-con .small-s-heading {
    color: rgb(34, 34, 34);
}

.video-category-2-section .video-con .small-s-heading:hover {
    color: #113f84;
}

.video-category-2-section .video-detail-content {
    opacity: 1;
}

.video-category-2-section .video-detail-content ul li {
    color: #9e9e9e;
}

.video-detail-content ul li:first-child {
    margin-left: 0;
}

.video-category-2-section .video-con {
    margin-top: 15px;
}

.video-category-1-section .video-duration {
    top: 10px;
}

.video-category-1-section .video-sec {
    position: relative;
}

.video-category-1-section .video-con {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .9)));
    position: absolute;
    bottom: 0;
    padding: 0 20px 10px;
    width: 100%;
}

.video-category-1-section .video-detail-content {
    display: none;
}

.video-category-1-section .video-con .small-s-heading {
    color: white;
}

.video-category-1-section .video-con .small-s-heading:hover {
    color: white;
}

.video-category-1-section .video-img img {
    height: 20vh;
}

/* Single Page Css */

.single-page-header-content {
    background: black;
    color: white;
    padding: 15px 30px;
    margin: 0 0 30px;
}

.single-page-header-content .single-head-video-desc {
    display: flex;
    align-items: center;
}

.single-page-header-content .single-head-video-desc p {
    font-size: 12px;
    margin-right: 8px;
}

.single-page-header-content .single-head-video-desc a {
    color: white;
    font-size: 13px;
    margin-right: 6px;
    font-weight: 400;
}

.single-page-header-content .single-head-items {
    display: flex;
    white-space: nowrap;
    overflow: auto;
}

.single-page-header-content .single-head-items::-webkit-scrollbar {
    width: 5px;
}

.single-page-header-content .single-head-items::-webkit-scrollbar-thumb {
    width: 5px;
    background: white;
    border-radius: 10px;
}


.single-page-header-content .single-head-item {
    width: 12%;
    margin-right: 6px;
}

.single-page-header-content .single-video {
    margin: 12px 0 15px;
}

.single-head-item .video-sec {
    position: relative;
    width: 142px;
}

.single-head-item .video-con a {
    position: absolute;
    bottom: 0;
    background: #134981de;
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    transition: 0.3s;
}

.single-head-item .video-sec:hover .video-con a {
    opacity: 1;
}

.single-head-item .video-con .small-s-heading {
    color: white;
    transition: 0.3s;
    padding: 15px;
    font-size: 11px;
    white-space: break-spaces;
}

.single-head-item .video-con .small-s-heading:hover {
    color: white;
}

.single-page-header-content .video-img img {
    height: 100%;
}

.single-video-titles .single-category-title {
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 1;
    color: #53585c;
    background: #0000001a;
    padding: 5px 9px;
    display: inline-block;
    margin: 0 5px 6px 0;
    border-radius: 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.single-video-titles .single-category-title:hover {
    background: #e32;
    color: white !important;
}

.single-page-center-content {
    padding: 15px 40px;
}

.single-page-center-content .single-video-title {
    color: #212121;
    font-weight: 700;
    font-size: 2.7em;
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -.04em;
    font-family: roboto;
    margin-top: 10px;
}

.single-user-content {
    justify-content: space-between;
}

.single-user-content,
.single-user-content .user-detail {
    display: flex;
    align-items: center;
}

.single-user-content .user-img {
    margin-right: 12px;
}

.single-user-content .user-img img {
    border-radius: 100px;
}

.single-user-content .dashed {
    font-size: 30px;
    padding: 0 8px;
    font-weight: 200;
}

.single-user-content .user-date {
    color: #8f8f8f;
    font-size: 14px;
}

.user-content-items {
    display: flex;
    align-items: center;
}

.user-content-items .user-content-item {
    display: flex;
    align-items: center;
}

.single-user-content .user-content-items .user-content-item {
    color: #aaa;
}

.single-user-content .user-content-items .user-content-item .icon i {
    margin-right: 10px;
}

.single-user-content .user-content-items .user-content-item:first-child {
    margin-right: 12px;
}

.single-page-center-content .single-video-desc p {
    margin-top: 20px;
    font-size: 17px;
}

.single-center-right-items .single-center-right-item .video-sec {
    display: flex;
}

.single-center-right-items .single-center-right-item:first-child {
    margin-top: 10px;
}

.single-center-right-items .single-center-right-item {
    margin-top: 20px;
}

.single-center-right-items .single-center-right-item .singel-video-sec {
    width: 35%;
    margin-right: 15px;
}

.single-center-right-items .single-center-right-item .video-con {
    width: 65%;
}

.single-center-right-items .single-center-right-item .singel-video-sec img {
    height: 100%;
}

.single-popular-playlist {
    margin-top: 30px;
}

.single-popular-playlist .single-yt-iframe iframe {
    height: 200px;
}

.single-popular-playlist .all-currently-video {
    margin-top: -7px;
}

.video-category-header {
    margin: 0;
    background: url("../images/video-category-header.png") no-repeat center;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    background-color: #9a4557;
    padding: 25px 40px 35px;
    color: white;

}

.video-category-header .enter-page-category {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.video-category-header .enter-page-category a {
    color: white;
}

.video-category-header .enter-page-category .icon i {
    padding: 0 8px;
}

.video-category-header .category-content h1.heading {
    padding: 10px 0;
    color: white;
    font-weight: 700;
    font-size: 36px;
    font-family: roboto;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.video-category-sec-items {
    margin: 0;
    padding: 40px 22px;
}

.video-category-sec-items .video-img img {
    height: 17vh;
}

.video-category-sec-items .video-category-sec-item {
    margin-left: 0;
}

.video-category-sec-item .video-duration .active {
    background: #9a4557;
}

.search-video-header .enter-search-page span {
    opacity: .9;
    font-weight: 400;
    color: #000;
    font-size: 13px;
}

.search-video-header .search-video-result {
    font-weight: 600;
    font-size: 36px;
    margin-top: 10px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -.04em;
}

.search-video-header .search-video-sec {
    display: flex;
    align-content: center;
}

.search-video-header .search-video-sec .search-input {
    position: relative;
    flex: 1;
    background: white;
    line-height: 16px;
    border: 0;
    font-size: 12px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 38px;
    padding: 3px 9px;
}

.search-video-header .search-video-sec {
    background: #f6f6f6;
    border: 1px solid #f4f4f4;
    padding: 20px;
    margin: 30px 0;
}

.search-video-header .search-video-sec .search-btn a {
    color: white;
    padding: 15px;
}

.search-video-header .search-video-sec .search-btn {
    color: #fff;
    border: 0;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    height: auto;
    min-height: unset;
    padding: 8px 0;
    -webkit-transition: none;
    transition: none;
    border-radius: 0 3px 3px 0;
    background: #ff0036;
}

.search-video-result .video-sec {
    display: flex;
    margin-bottom: 40px;
}

.search-video-result .video-img {
    width: 30%;
    margin-right: 30px;
}

.search-video-result .video-con {
    width: 70%;
    margin-top: 0;
}

.search-video-result .video-con .video-desc {
    font-size: 15px;
    line-height: 1.6;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.search-video-result .video-sec .video-title {
    position: absolute;
    bottom: 0;
    left: 0;
}

.search-video-result .video-img img {
    height: 100%;
}





/* Media Query */
@media (max-width:950px) {
    .video-sec-manage {
        max-width: 33.4%;
        flex: 32%;
    }
}

@media (max-width:800px) {
    .video-sec-manage {
        max-width: 50%;
        flex: 40%;
    }
}

@media (max-width:768px) {
    .header-small-video .video-sec-1-content {
        margin-top: 35px;
    }

    .play-youtube-video {
        padding-left: 0;
    }

    .all-currently-video {
        padding-right: 0;
    }
}

@media (max-width:532px) {
    section {
        margin-right: unset;
        margin: 50px 25px 0px;
    }

    .video-sec-manage {
        max-width: 100%;
        flex: 100%;
    }

    .video-category-2-section .video-img img {
        height: 30vh;
    }

    .navbar .navbar-left-content {
        width: 100%;
    }

    .navbar .navbar-left-content ul {
        padding-left: 0;
    }

    .navbar .navbar-search {
        width: 300px;
    }
}

@media (max-width:450px) {
    .header-small-video {
        flex-direction: column;
    }

    .header-small-video .video-sec-1-content {
        width: 100%;
    }
}