/* Global Variables  */

:root {
    --prmry_clr: #f2575d;
    --acnt_clr: #fc3f00;
    /* #fc3f00; */
    --drktxt_clr: #1E1E1E;
    --lghttxt_clr: #CBCBCB;
    --text_shadow: 0 3px 10px #000;
    --section_padding: 3vw 5vw !important;
    --smcard_padding: max(1rem, 1.5vw) !important;
    --card_padding: 1vw !important;
    --responsive_padding: 4vw clamp(1rem, 5vw, 6rem) !important;
    --responsive_font_overlay_head: clamp(1rem, 3vw, 2.5rem) !important;
    --responsive_font_overlay_para: clamp(0.9rem, 1.5vw, 1.7rem) !important;
    --responsive_font_webpage_head: clamp(1.8rem, 3.5rem, 3.5vw) !important;
    --responsive_font_head: clamp(1rem, 1.4rem, 1.6vw) !important;
    --responsive_font_headbnr: clamp(1.2rem, 2.0rem, 2.0vw) !important;
    --responsive_font_headBold: clamp(1.4rem, 3.3rem, 3.3vw) !important;
    --responsive_font_paragraph: clamp(0.7rem, 1.3rem, 1.5vw) !important;
    --responsive_font_lghead: clamp(1.5rem, 2.8rem, 3vw) !important;
    --responsive_font_lgparagraph: clamp(1rem, 1.5rem, 2vw) !important;
    --responsive_card_font_head: clamp(1.6rem, 2rem, 2.2vw) !important;
    --responsive_card_font_smhead: clamp(1.1rem, 1.2rem, 1.32vw) !important;
    --responsive_card_font_grayedout: clamp(0.8rem, 0.9rem, .9vw) !important;
    --responsive_card_font_paragraph: clamp(0.8rem, 0.9rem, 1.1vw) !important;
    --responsive_card_font_smparagraph: clamp(0.6rem, 0.7rem, 0.9vw) !important;
    --responsive_card_font_link: clamp(.8rem, 1rem, 1.1vw) !important;
}

* {
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

::selection {
    background-color: var(--acnt_clr);
    color: #fff
}

::-webkit-scrollbar {
    width: 0.75rem;
}

::-webkit-scrollbar-track {
    background: #433F3F;
}

::-webkit-scrollbar-thumb {
    background: var(--acnt_clr);
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/materialiconfont.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* 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;
    }

}
