/* ====================================
    Starter's Pack / Global Selectors  
======================================= */

:root {
    /* Color Palettes/ Look & feel */
    --clr_acnt: #10417b;
    --clr_acnt_secondary: #ff2d31;
    --clr_bg: #f9f9f9;
    --clr_bg_grey_tint: #e5e5e5;

    --clr_txt_active: #7c7c7c;
    --clr_txt_muted: #afafaf;
    --clr_txt_sepration: #e6e6e6;
    --clr_txt: #4e4e4e;

    --light-text: #fff;

    --gradient-1: #1ea8e7;
    --gradient-2: #21aff0;
    --gradient-3: #23b3f4;
    --gradient-1-lighter: #2abdff;
    --gradient-1-darker: #1fa5e2;

    --font_size_heading_section: clamp(1.5rem, 2vw, 2rem) !important;
    --font_size_heading_sml: clamp(1.1rem, 1.3vw, 1.2rem) !important;
    --font_size_heading_xsml: calc(var(--font_size_heading_sml) - .1rem);
    --top_banner_carousel_height: 27vw !important;
    --top_banner_carousel_min_height: 275px !important;
    --top_banner_carousel_max_height: 600px !important;
    --top_banner_recent_max_height: 250px !important;
    --border_radius_lg: .5rem;
    --border_radius_md: .35rem;
    --border_radius_sml: .25rem;
    --shadow: 0 4px 10px rgba(0, 0, 0, .20) !important;
    --shadow_more: 8px 8px 14px #818181 !important;
    --transform_translate_center: translate(-50%, -50%);
    --bg_gradiant_carousel: linear-gradient(to right, #414345, #232526);
}

body {
    background-color: var(--clr_bg) !important;
    margin: 0;
    overflow: visible !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    text-decoration: none !important;
}

::selection {
    background-color: var(--sndr_clr);
    color: var(--prmry_clr);
    text-shadow: none !important;
}

/* for scrollbar's  */
body {
    max-width: 1920px;
    margin: 0 auto;
}

main {
    margin: 0 0;
}

html {
    scrollbar-color: var(--clr_acnt) var(--clr_bg) !important;
    scrollbar-width: auto !important;
    scroll-behavior: smooth !important;
}

.row {
    margin: 0;
}

::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

textarea::-webkit-scrollbar {
    width: 0.35rem;
    height: 0.35rem;
}

::-webkit-scrollbar-track {
    background: var(--clr_txt_muted);
    border-radius: var(--border_radius_md);
}

::-webkit-scrollbar-thumb {
    background: var(--clr_acnt);
    border-radius: var(--border_radius_md);
}

/* Actual Styling  */

/* Nav Bar  */
.nav_wrapper {
    background-color: #1d3f7d;
    border-top: 4px solid #fbc80a !important;
    /* border-bottom: 4px solid var(--acnt_clr) !important; */
    padding: .4rem 0 !important;
}

.nav_bar a {
    padding: 0 0 0 0 !important;
    /* font-weight: bold !important; */
    color: #fff !important;
    text-decoration: none !important;
}



.live_txt {
    font-size: var(--responsive_font_head) !important;
    position: relative !important;
    padding: 0 !important;
}

.live_icon {
    width: 32px;
    height: 32px;
    margin: 0 .5rem;
    color: var(--acnt_clr);
}

.live_icon g {
    fill: var(--acnt_clr);
    animation: liveicon 1500ms infinite ease-in-out;
}

@keyframes liveicon {
    0% {
        fill: var(--acnt_clr);
    }

    25% {
        fill: #fff;
    }

    50% {
        fill: #fff;
    }

    100% {
        fill: var(--acnt_clr);
    }
}


.submenu {
    margin-top: 1.2rem !important;
}

.ucnbanner {
    height: 170px;
    margin: 0 auto;
}

/* News Cards  */

.news_card {
    margin: .5rem 0;
    position: relative;
    padding: 0 .5rem !important;
    border-radius: .5rem;
}

.news_card_content * {
    margin-top: 1rem;
}

.card_img {
    width: 100%;
    margin: .5rem 0 !important;
    border-radius: .4rem;
}

.card_sr1 {
    background: linear-gradient(rgba(141, 141, 141, 0.164), rgba(141, 141, 141, 0.164), #9a4743d5, #9A4843, #9A4843);
    padding: var(--card_padding);
    border: 1px solid #9A4843;
    border-top: .5rem solid #9A4843 !important;
    border-radius: .5rem;
    position: relative;
    overflow: hidden;
    height: 80vh
}

.card_srng1::before {
    content: url("https://img-mm.manoramaonline.com/content/dam/mm/mo/news/just-in/images/2021/9/1/petrol-diesel-lpg.jpg");
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: -2;
}

.card_srsprts1::before {
    content: url("https://images.indianexpress.com/2021/10/ipl-awards.jpg");
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: -2;
}

.continuereadbtn {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.continuereadbtn button {
    padding: .5rem 1rem;
    background-color: #fff;
    color: #9A4843;
    border: 0;
    margin: 1.5rem 1rem;
    font-weight: bold;
    cursor: pointer;
}

.slidecontent {
    position: absolute;
    left: 1rem;
    bottom: 8rem;
    height: 23%;
    transition: transform 500ms ease-in-out;
}

.slidecontent .cstm_para {
    color: transparent;
    transition: color 500ms ease-in-out;
}

.card_sr1:hover .slidecontent {
    transform: translate(0%, -65%);
}

.card_sr1:hover .slidecontent .cstm_para {
    color: #fff;
}

.card_srgd1::before {
    content: url("https://img-mm.manoramaonline.com/content/dam/mm/mo/news/just-in/images/2021/9/1/petrol-diesel-lpg.jpg");
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    z-index: -2;
}

@media screen and (max-width: 450px) {
    .slidecontent {
        height: 32%;
    }

    .card_sr1:hover .slidecontent {
        transform: translate(0%, -105%);
    }
}

@media screen and (min-width: 1200px) {
    .card_srng1::before {
        transform: scale(1.5);
    }

    .card_srsprts1::before {
        top: 0;
        transform: scale(1.5);
    }

    .card_srgd1::before {
        transform: scale(1.5);
    }
}

.lg_head {
    font-size: var(--responsive_font_head);
    color: #fff;
    font-weight: bolder;
}

.lg_headbnr {
    font-size: var(--responsive_font_headbnr);
    color: #fff;
    font-weight: bolder;
}

.news_card_loct {
    padding: .2rem .5rem;
    background-color: var(--acnt_clr);
    color: #fff;
    margin: .5rem 0 !important;
}

.news_card_posttime {
    font-size: var(--responsive_card_font_grayedout);
    color: var(--drktxt_clr);
    background-color: #fff;
}

.lg_para {
    font-size: var(--responsive_card_font_paragraph);
    color: #fff;
    font-weight: bold;
    margin: .5rem 0 !important;
}

.sm_head {
    font-size: var(--responsive_card_font_smhead);
    color: var(--drktxt_clr);
    font-weight: bolder;
    margin: 1rem 0 !important;
}

.sm_para {
    font-size: var(--responsive_card_font_paragraph);
    color: var(--drktxt_clr; ) font-weight: bold;
}

.continue_read_btn {
    padding: .5rem 1rem;
    background-color: #fff;
    color: #9A4843;
    border: 0;
    font-weight: bold;
    border: 1px solid #000;
    cursor: pointer;
}

.smcrdgrd_1 {
    /* background-image: linear-gradient(to bottom, #ffffff, #d9d4d8, #22040467, #2204047e, #220404); */
    padding: var(--card_padding);
    border: 2px solid #9A4843;
    border-top: .5rem solid #9A4843 !important;
    border-radius: .5rem;
    margin: 1rem 0;
}

.bnrads {
    width: 100%;
}




.paddingdivi {
    height: 1rem;
    border-top: 1px solid black;
}

.flex_news_cards {
    margin: 1rem 0
}

.flexsm_card {
    min-width: 300px;
    max-width: 500px;
}

.flex_news_card_img {
    border-radius: .5rem;
    display: block;
    width: 100%;
}

.flex_news_card_bgimg {
    border-radius: .5rem;
    display: block;
    width: 100%;
}

.flex_news_card_head {
    font-size: 1.3rem;
    display: block;
    font-weight: bolder;
    margin-top: .5rem;
}

.newslist_adssect {
    margin: 1rem 0 !important;
}

.newslist_adssect a {
    cursor: pointer;
}

.newslist_img {
    height: 100px;
    width: 170px;
    border-radius: .5rem;
    align-self: center;
}

.newslist_items>.d-flex {
    margin: .5rem 0;
}

.newslist_items {
    height: 110vh;
    overflow-y: auto;
}

.newslist_adssect>.col-lg-3 {
    display: flex;
    justify-content: center;
}

.newslist_adssect>.col-lg-3 img {
    align-self: center;
}

.newslist_itemscn>.d-flex {
    margin: .5rem 0;
}

.video_srclinklive {
    width: 100%;
    aspect-ratio: 16/9;
}

.live_darshan_stream {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.live_darshan_stream h3 {
    font-size: var(--responsive_font_head);
    margin: .5rem 0;
}

.carousel_sect {
    overflow-y: hidden;
}

.carousel_sect_ent .carousel-item img {
    filter: grayscale(0%) !important;
}

.carousel_sect_ent .carousel-caption {
    background: linear-gradient(to bottom, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.438), rgba(119, 48, 48, 0.753), rgba(173, 69, 69, 0.884));
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
}

.movie_name_rate {
    font-size: var(--responsive_card_font_smhead);
    margin: .5rem 0 0 .5rem;
}

.moviebnr {
    width: 100px;
}

.movie_titles .d-flex {
    margin: .5rem 0;
}

.smsideadvert {
    margin: 1rem 0;
}

.viewmorebtn {
    border: 0;
    background-color: var(--acnt_clr);
    width: 100%;
    max-width: 350px;
    padding: .1rem 2rem;
    display: block;
    margin: .5rem auto;
}

.remaing_sect .col-lg-3 img {
    width: 100%;
}

.ent_cards {
    padding: 1rem;
    display: flex;
    flex-direction: column;

}

.ent_cards h3 {
    font-size: var(--responsive_card_font_smhead);
    margin: 0;
    padding: .5rem 0;
    background-color: rgba(190, 190, 190, 0.548);
    text-align: center;
}

.ent_cards>div {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.ent_cards img {
    width: 100%;
}

/* -----------------------
  business page styling  
 --------------------------*/

.statistics {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 2rem;
}

.statistics .statisticsbox {
    width: 400px;
    height: 400px;
    background-color: #433F3F;
    position: relative;
    border-radius: 1rem;
    transition: .5s;
    transition-delay: .2s;
    display: flex;
}

.statistics .statisticsbox .content {
    transform: scale(0.0);
    transition: .5s;
    transition-delay: .3s;
}

.statistics .statisticsbox .icon {
    background-color: #433F3F;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.statistics .statisticsbox .icon ion-icon {
    font-size: 6rem;
    color: var(--acnt_clr);
    text-shadow: 0 0 20px #000;
    transition: .5s;
}

.statistics .statisticsbox .asset {
    text-align: right;
    align-self: flex-end;
}

.statistics .statisticsbox .asset .asset_labels {
    height: 40px;
    font-weight: bold;
}

.statistics .statisticsbox .asset .green {
    color: #4DD172;
}

.statistics .statisticsbox .asset .red {
    color: #E80D12;
}

.statistics .statisticsbox .asset {
    font-size: 1.1rem;
    width: 100%;
    color: #fff;
}

.statistics .statisticsbox .asset .assetname span {
    margin-left: .5rem;
    color: #888888;
}

.statistics .statisticsbox .asset h3 {
    color: #fff;
    text-align: center;
    margin: 2rem 0;
}

.statistics .statisticsbox .asset ion-icon {
    font-size: 1.5rem;
}

.statistics .statisticsbox .asset .asset_labels ion-icon {
    margin-left: .5rem;
}

/* hover state  */
.statistics .statisticsbox:hover .content {
    transform: scale(1.0);
}

.statistics .statisticsbox:hover .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 20px;
    left: calc(50% - 50px);
    background-color: var(--acnt_clr);
    transition: .5s;
    transition-delay: .2s;
}

.statistics .statisticsbox:hover .icon ion-icon {
    font-size: 3.5rem;
    color: #fff;
}

.sportsstats {
    color: #fff;
    min-height: 350px;
    background: grey;
    justify-content: space-between;
    align-items: center;
}

.sportsstats .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    background: #D41515;
    min-height: 350px;
}

.sportsstats .content_sect {
    height: 350px;
    overflow-x: hidden;
}

.sportsstats .content_sect .content_wrapper {
    width: 200%;
    display: flex;
    gap: 10px;
}

.sportsstats .content_sect .content_wrapper .content {
    min-width: 350px;
    width: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 350px;
    animation: slide 10s infinite ease;
    animation-delay: 5s;
}

@keyframes slide {
    0% {
        transform: translate(0, 0);
    }

    10% {
        transform: translate(-100%, 0);
    }

    30% {
        transform: translate(-100%, 0);
    }

    45% {
        transform: translate(-100%, 0);
    }

    55% {
        transform: translate(0%, 0);
    }

    100% {
        transform: translate(0%, 0);
    }
}

.sportsstats .heading {
    color: #fff;
}

.sportsstats .icon ion-icon {
    font-size: 10rem;
}

/* css replace/overwrite  */

.header-info-left,
.header-info-right {
    width: auto !important;
}

.pagination-area nav {
    margin-top: 2rem;
}

.trand-right-img img {
    max-width: 150px;
}

.trend-bottom-img-ad img {
    width: 100%;
}

.weekly-img img {
    height: 100%;
}

.container_navbar {
    max-width: 100vw;
    display: flex;
    /* justify-content: center; */
}

.nav_link_styles {
    font-size: clamp(1.1rem, 1.2vw, 1.2rem) !important;
    transition: .4s all ease;
}

.nav_link_styles:hover {
    color: #ffc501;
    font-weight: 600;
    border-bottom: 2px solid;
}

.top_navbar_header.row>div {
    padding: .5rem .25rem;
}

.top_navbar_header .header-social {
    max-width: 180px;
}

.top_navbar_header ul li a {
    color: #000;
}

@media screen and (max-width: 785px) {



    .breakpoint_responsive.header-mid {
        max-height: 120px !important;
        min-height: 100px !important;
    }

}

#top_banner_news_carousel {
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    max-height: var(--top_banner_carousel_max_height);
    min-height: var(--top_banner_carousel_min_height);
    height: var(--top_banner_carousel_height);
    width: 100%;
    border-radius: var(--border_radius_lg);
    box-shadow: var(--shadow);
}

#top_banner_news_carousel .carousel-inner {
    position: relative !important;
    width: 100% !important;
    overflow: hidden !important;
}

#top_banner_news_carousel .carousel-inner .carousel-item {
    height: var(--top_banner_carousel_height);
    min-height: var(--top_banner_carousel_min_height);
    max-height: var(--top_banner_carousel_max_height);
    background: var(--bg_gradiant_carousel);
}

#top_banner_news_carousel .carousel-inner .carousel-item img {
    max-height: calc(var(--top_banner_carousel_max_height) - 5rem);
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    height: var(--top_banner_carousel_height);
    min-height: calc(var(--top_banner_carousel_min_height) - 5rem);
    transform: var(--transform_translate_center);
}

#top_banner_news_carousel .carousel-inner .carousel-item video {
    max-height: calc(var(--top_banner_carousel_max_height) - 8rem);
    position: absolute;
    left: 50%;
    top: 50%;
    height: var(--top_banner_carousel_height);
    min-height: calc(var(--top_banner_carousel_min_height) - 8rem);
    transform: var(--transform_translate_center);
    padding: 0 8%;
}

#top_banner_news_carousel .carousel-inner .carousel-item .carousel-caption {
    background: #404040e3;
    border-radius: var(--border_radius_sml);
    left: 50%;
    padding: .5rem 1rem;
    width: 80%;
    transform: translate(-50%, 0px);
}

#top_banner_news_carousel .carousel-inner .carousel-item .carousel-caption h5,
#top_banner_news_carousel .carousel-inner .carousel-item .carousel-caption p {
    margin: 0;
    padding: .25rem;
}

.carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

#top_banner_news_carousel a:hover {
    color: #fff;
    text-decoration: underline;
}

.top_banner_sidebar {
    max-height: calc(var(--top_banner_carousel_height) + 2rem);
    overflow-x: hidden;
    overflow-y: auto;
}

.top_treanding_recent .each_item,
.top_weekly .each_item {
    height: var(--top_banner_recent_max_height);
    text-align: center;
    position: relative;
    background: var(--bg_gradiant_carousel);
    box-shadow: var(--shadow);
    border-radius: var(--border_radius_md);
}


.top_treanding_recent .each_item .content {
    border-radius: var(--border_radius_md);
    background: var(--clr_bg);
    z-index: 30;
    position: absolute;
    width: 80%;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    padding: .2rem;
}

.top_treanding_recent .each_item .content h4,
.top_weekly .each_item .content h4,
.top_whats_new .tab-pane .content h4 {
    margin-bottom: .1rem;
    padding: .25rem 0;
}



.top_treanding_recent .each_item .content h4,
.top_weekly .each_item .content h4,
.top_whats_new .tab-pane .content h4 {
    font-size: var(--font_size_heading_sml);
    color: #000;
}

.top_treanding_recent.owl-carousel .owl-stage-outer,
.top_weekly.owl-carousel .owl-stage-outer {
    min-height: calc(var(--top_banner_recent_max_height) + 2.5rem);
}

.top_treanding_recent.owl-carousel .owl-item img,
.top_weekly.owl-carousel .owl-item img {
    /* max-height: var(--top_banner_recent_max_height); */
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 2.5s all ease-in-out;
    transform: var(--transform_translate_center);
}

.top_treanding_recent .each_item .img_container,
.top_weekly .each_item .img_container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: var(--border_radius_md);
}

.top_treanding_recent .each_item:hover .img_container img {
    transform: var(--transform_translate_center) scale(1.3);
}

.top_weekly .each_item .content {
    border-radius: var(--border_radius_md);
    background: var(--clr_bg);
    z-index: 30;
    position: absolute;
    width: 80%;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);
    padding: .2rem;
    transition: .4s all ease-in-out;
    opacity: 1;
}

.top_weekly .each_item {
    height: calc(var(--top_banner_recent_max_height) + 2rem);
}



.top_weekly .each_item:hover .content {
    bottom: 20px;
    opacity: 1;
}

.top_weekly button.owl-dot {
    background: #d6d6d6;
    width: 10px;
    height: 10px;
    margin-right: .5rem;
    border-radius: 50%;
    transition: .4s all ease-in-out;
}

.top_weekly button.owl-dot.active {
    background-color: var(--clr_acnt);
    width: 20px;
    border-radius: 5rem;
}

.top_weekly .owl-dots {
    position: absolute;
    top: -9%;
    right: 0;
}

.section_heading {
    font-size: var(--font_size_heading_section);
    font-weight: 600;
    margin: .8rem 0 0;
}

.section_heading span {
    color: var(--clr_acnt_secondary);
}

.top_whats_new.row {
    padding: 0;
    margin: 0;
}

.top_whats_new.row>.col-12 {
    padding: 0;
    margin: 0;
}

.top_whats_new.row .nav-item.nav-link {
    color: #000;
    font-size: clamp(.9rem, 2vw, 1.1rem);
}

.top_whats_new.row .nav-item.nav-link.active {
    color: var(--clr_acnt);
    font-weight: 600;
}

.top_whats_new.row .nav.nav-tabs {
    justify-content: end;
    background: linear-gradient(to right, #f9f9f9, #bfbfbf);
    border-radius: var(--border_radius_md);
}

.top_whats_new .tab-pane .each_item_wrapper {
    margin-bottom: 4rem;
}

.top_whats_new .tab-pane .each_item_wrapper:last-child {
    margin-bottom: 2rem;
}

.top_whats_new .tab-pane .each_item {
    border-radius: var(--border_radius_md);
    box-shadow: var(--shadow);
    position: relative;
    min-height: 180px;
    max-height: 220px;
    background: var(--bg_gradiant_carousel);
}

.top_whats_new .tab-pane .each_item .img_container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.top_whats_new .tab-pane .each_item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 350px;
    border-radius: var(--border_radius_md);
}

.top_whats_new .tab-pane .each_item .content {
    padding: .25rem;
    border-radius: var(--border_radius_md);
    background: var(--clr_bg);
    z-index: 2;
    position: absolute;
    width: 80%;
    bottom: -15%;
    left: 42%;
    transform: translate(-50%, 0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-shadow: var(--shadow);
    padding: .2rem;
    transition: .4s all ease-in-out;

}

.top_whats_new .tab-pane .each_item:hover .content {
    bottom: -20%;
}

.top_weekly_contaniner {
    margin-top: 0rem;
}

.videogalary_wrapper {
    background-color: var(--clr_bg_grey_tint);
    padding: 1rem 2vw;
    border-radius: var(--border_radius_md);
    box-shadow: var(--shadow);
    margin: 0rem 0 .5rem;
}

.crnt_playing {
    aspect-ratio: 16/9;
    width: 100%;
    border-radius: var(--border_radius_md);
    box-shadow: var(--shadow_more);
}

.videolistitem {
    margin: 1rem 0 0;
    background-color: transparent;
    cursor: pointer;
    align-items: center;
    border: 1px solid #afafaf;
    padding-right: .25rem;
    border-radius: .35rem;
    overflow: hidden;
    font-size: var(--font_size_heading_sml);
}

.videolistitem.active {
    border: 2px solid #ff6565;
    box-shadow: 5px 5px 26px #b3b3b3;
}

.videolistitem.active .video_title {
    color: #000;
}

.video_thumbnail_contaniner {
    height: 75px;
    aspect-ratio: 16 / 9;
    background-position: center;
    background-size: cover;
}

.video_thumbnail {
    display: none;
    /* height: 75px;
    aspect-ratio: 16 / 9; */
}

.video_title {
    font-size: var(--font_size_heading_sml);
    margin-left: 1rem;
}

.videolistsection {
    height: 70vh;
    min-height: 600px;
    overflow-y: scroll;
}

.videolistsection::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

.current_video_stats {
    margin: 1.5rem 0 0;
    border-top: 2px solid var(--clr_acnt_secondary);
    padding: .5rem 0 0;
}

.current_video_stats .video_title {
    font-size: calc(var(--font_size_heading_section) - .2rem);
    font-weight: 400;
}

.youtube_go_to span {
    font-size: var(--font_size_heading_sml);
}

.current_video_stats .youtube_go_to {
    background-color: var(--clr_acnt_secondary);
    padding: 0rem 1rem;
    border-radius: var(--border_radius_sml);
    margin: .5rem 0 0;
    display: inline-block;
    transition: .4s all ease-in-out;
    max-width: fit-content;
}

.current_video_stats .youtube_go_to:hover {
    color: #fff;
    box-shadow: var(--shadow_more);
}

.current_video_stats .youtube_go_to i {
    font-size: calc(var(--font_size_heading_sml) + .1.2rem);
}

.current_video_stats .youtube_go_to span {
    font-size: calc(var(--font_size_heading_sml) + .1rem);
    vertical-align: text-bottom;
}

.current_video_stats .upload_date {
    font-size: var(--font_size_heading_sml);
    margin-left: 1rem;
}

.bottom_nav_bar {
    position: fixed;
    bottom: -.2rem;
    left: 0;
    background-color: var(--clr_txt_sepration);
    width: 100%;
    min-height: 50px;
    z-index: 15;
    transition: .4s ease-in-out;
    display: none !important;
    justify-content: center;
    align-items: center;
    padding: 0 1rem 0rem;
    border-radius: var(--border_radius_lg) var(--border_radius_lg) 0 0;
    box-shadow: 0 -4px 10px rgb(0 0 0 / 20%) !important;
}



.bottom_nav_bar .inner_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 250px;
    max-width: 600px;
    width: 100%;
}

.bottom_nav_bar .inner_container a {
    color: var(--clr_txt_active);
    font-weight: 400;
    font-size: calc(var(--font_size_heading_xsml) - .25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bottom_nav_bar .inner_container ion-icon {
    font-size: 1.5rem;
    color: var(--clr_acnt) !important;
}

.bottom_nav_bar .inner_container a span.material-icons-outlined {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    color: var(--clr_acnt) !important;
}

.header-bottom.header-sticky.nav_wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header-bottom.header-sticky.nav_wrapper.vidharbha_dropdown_active {
    overflow-x: visible;
    overflow-y: hidden;
}

.header-bottom.header-sticky.nav_wrapper::-webkit-scrollbar {
    display: none;
}

.menu_bottom_nav_bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    width: 100%;
    background: var(--clr_bg);
    padding: 2vw 6vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 4rem;
    transform: translate(0px, 200%);
    transition: .4s ease-in-out;
}

.menu_bottom_nav_bar.active {
    background: var(--clr_bg);
    transform: translate(0px, 0%);
}

.menu_bottom_nav_bar a {
    display: flex;
    font-size: var(--font_size_heading_sml);
    color: var(--clr_txt_muted);
}

.menu_bottom_nav_bar button {
    font-size: var(--font_size_heading_sml);
    color: var(--clr_txt_muted);
    margin: 0;
    padding: 0;
}

.menu_bottom_nav_bar .dropdown-btn.active {
    background-color: var(--clr_txt_active);
}

.menu_bottom_nav_bar .dropdown-btn:hover {
    color: #000;
}

.menu_bottom_nav_bar .dropdown-container {
    background-color: var(--clr_txt_sepration);
    border-radius: var(--border_radius_sml);
}

.menu_bottom_nav_bar .dropdown-container a {
    margin-left: .5rem;
}



.menu_bottom_nav_bar .nav_items {
    padding: 2vw 8vw;
    border-radius: var(--border_radius_sml);
    box-shadow: var(--shadow);
}

.bottom_nav_bar .menu_btn.active,
.bottom_nav_bar .menu_btn.active span,
.bottom_nav_bar a.current {
    color: var(--clr_acnt) !important;
}

.container_navbar_inner .dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--clr_acnt);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.container_navbar_inner .dropdown:hover+.dropdown-content {
    display: block;
}

.menu_bottom_nav_bar .logo {
    padding: 2rem;
    background-color: var(--clr_txt_muted);
    margin-bottom: 2rem;
    border-radius: var(--border_radius_md);
    min-height: 100px;
    max-height: 125px;
    position: relative;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 61%) inset !important;
}

.menu_bottom_nav_bar .logo img {
    height: 100%;
}

.carousel-caption h5 {
    font-size: var(--font_size_heading_sml);
}

.carousel-caption p {
    font-size: calc(var(--font_size_heading_sml) - .1rem);
}

.no_data_found {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
}

.scroll_up_button {
    position: fixed;
    right: 25px;
    bottom: 75px;
    font-size: 2.5rem;
    color: var(--clr_acnt);
    background: #fff;
    border-radius: 50%;
    padding: .25rem;
    z-index: 30;
    box-shadow: 1px 4px 12px 0px #2a2a2a8f !important;
    display: none;
    cursor: pointer;
    transition: .2s all ease-in-out;
}

.scroll_up_button:hover {
    transform: scale(1.15);
    box-shadow: 4px 8px 15px 0px #2a2a2a8f !important;
}

@media screen and (max-width: 640px) {
    .top_weekly .each_item {
        height: calc(var(--top_banner_recent_max_height) + 1rem);
    }
}

@media screen and (min-width: 640px) {
    .videogalary_wrapper {
        margin: 1rem 0 0 !important;
    }
}

@media screen and (max-width: 785px) {


    .top_banner_sidebar {
        max-height: calc(var(--top_banner_carousel_height) + 15rem);
    }

    .bottom_nav_bar {
        display: flex !important;
    }

}


.owl-carousel .owl-item img {
    width: auto !important;
}
