*{ padding: 0; margin: 0; box-sizing: border-box; }

/* body { font-family: 'Poppins', sans-serif; font-size: 18px; color: #000; line-height: 1.6; background-color: #eae8e4!important; } */

body { font-family: 'Poppins', sans-serif; font-size: 18px; color: #000; line-height: 1.6;}
img { display: block; max-width: 100%; height: auto; }
a { outline: none; text-decoration: none; color: #000; text-decoration: none; transition: all 0.3s ease-in-out; }
a:hover { color: #ee0c3d; }
ul,ol { padding: 0; margin: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; }
h1 { font-size: 80px; }
h2 { font-size: 45px; line-height: 1.3; }
h3 { font-size: 26px; }
h2 span { color: #ee0c3d;  }
main{padding-top: 0 !important;}

.headercol{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 100px;
    /* background-color: hsla(0,0%,100%,.1);
    backdrop-filter: blur(10px); */
    position: absolute;
    z-index: 3;
    top: 0;
    width: 100%;

}
.headercol .logo{
    width: 180px;
}
.headercol .logo svg{
    width: 100%;
    height: 30px;
}
.headercol .backtohome .back {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background-image: none;
}
.headercol .backtohome .back:before {
    position: absolute;
    left: -12px;
    top: 5px;
    content: '';
    width: 0;
    height: 0;
    border-width: 5px 6px 5px 0;
    border-color: transparent #e81616 transparent transparent;
    border-style: solid;
}

@-webkit-keyframes rotating {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

#top{
    position: relative;
    width: 100%;
    height: 720px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#top .text { position: absolute; left: 50%; top: 60px; transform: translateX(-50%); width: 420px; z-index: 1; }
#top .image { width: 100%; transition-delay: 0.5s; }
#top .vikshit { position: absolute; right: 10%; bottom: 0; width: 55%; z-index: 1; transition-delay: 0.8s; }
#top .bihar { position: absolute; left: 10%; bottom: -115px; width: 65%; transition-delay: 0.8s; }
#top .bg { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#top .bg img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
#top .leftbg { position: absolute; left: 0; bottom: 0; width: 35%; }
#top .rightbg { position: absolute; right: 0; bottom: 0; width: 60%; }
#top .rightbg img { mix-blend-mode: color-burn; }
#top .bottombg { position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; height: 70px; }
#top .bottombg img { width: 100%; height: 100%; object-fit: fill; object-position: center center; }

#top .nitish{position: relative;}
#top .nitish .nitishHand{ position: absolute; left: 81px; top: -15px; width: 110px;}

@keyframes sway  {
    0% { transform: rotate(8deg); }
    50% { transform: rotate(-8deg); }
    100% { transform: rotate(8deg); }
}

.object {
    animation: sway 3.4s infinite;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    transform-origin: bottom;
  }

#man{
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    pointer-events: none;
}
#bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 0;
}
#sec{
    padding:100px;
    padding-bottom:20px;
}

.newsTab{display: flex;}
.newsTab li a{font-weight: 600; font-size: 16px; border: 1px solid #000; border-radius: 30px; padding: 15px 24px 10px; cursor: pointer;}
.newsTab li a.active, .newsTab li a:hover{background-color: #ffe0e0; border-color: #ff5757;}
.latestnews .newsTab li {width: inherit; margin-bottom: 0;}
.aurPadheinBox {display: flex; align-items: center; justify-content: center;}
.aurPadheinBox a{background-color: #000; color: #fff; font-size: 15px; padding: 12px 34px 8px; border-radius: 30px;}

.info {
    max-width: 1260px;
    margin:100px auto;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.info h1 {
    font-size: 50px;
    width: 400px;
}

.info h1,
.info h1 span {
    /* font-family: 'Teko', sans-serif; */
    /* line-height: 1; */
}

.info h1 span {
    color: #df3f1d;
    display: block;
}
.info p{
    width: calc(100% - 450px);
    font-size: 24px;
    /* font-family: 'Khand', sans-serif; */
}
.info .arrow{
    position: absolute;
    bottom:-50px;
    left: -150px;
    width: 300px;
    stroke-width:5;
}



.video{
    background-color: #eae8e4;    
    /* padding: 0 0 50px; */
    padding: 50px 0;
    position: relative;
}

.live{
    display: flex; 
    justify-content: center;
    align-items: center; 
    /* padding: 30px 0 10px; */
}

.live .livetext{color: #df3f1d; font-size: 40px; font-weight: 600; text-transform: uppercase;}
.live .lb{width: 15px; height: 15px; background-color: #df3f1d; border-radius: 50%; margin-top: -10px; margin-right: 10px;}

@-webkit-keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
  }
  .blink{
      text-decoration: blink;
      -webkit-animation-name: blinker;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-iteration-count:infinite;
      -webkit-animation-timing-function:ease-in-out;
      -webkit-animation-direction: alternate;
  }

.strokeanimation{
    stroke:#000000;
    stroke-width:2;
    stroke-miterlimit:2;}
.strokeanimation.active{
    animation: animate-svg-stroke-1 2s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
}

@keyframes animate-svg-stroke-1 {
    0% {
        stroke-dasharray: 2230px;
        stroke-dashoffset: 2230px;
    }

    1% {
        stroke-dashoffset: 2230px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 2230px;
    }
}

.hr,.short,.latestnews,.videoList,.photo{
    max-width: 1260px;
    margin:70px auto;
}

.pollBox{
    max-width: 787px;
    margin: 0 auto;
}

.video{width: 100%;}
.videowrap{
    max-width: 900px;
    margin:0 auto;
}
.videoBox{display: flex; justify-content: space-between;}
.videoBox .videoBanner{width: 48%;}
.videoBox .videoIframe{width: 49%;}

.videocol{
    position: relative;
    padding-bottom:51.6%;
    padding-top: 22px;
    height: 0;
    line-height: 0;
    margin-bottom: 20px;
    clear: both;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    background-color: #f3f3f3;
    border: 10px solid #000000bf;
}
.videocol iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video figure{
    margin: 0 auto;
    width: 700px;
    cursor: pointer;
}
.short h2,.latestnews h2,.videoList h2,.photo h2{
    font-size: 40px;
    /* font-family: 'Teko', sans-serif; */
    line-height: 1;
    margin-bottom: 30px;
}
.videoList h2 span,.latestnews h2 span,.short h2 span{
    /* font-family: 'Teko', sans-serif; */
    color: black;
}

.shortData .shortlisting{      
    background-color: white;    
    cursor: pointer;
    padding-bottom: 15px;
}

.shortData .shortlisting figure{
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.shortData .shortlisting figure a{display: flex;}
.shortData .shortlisting figure i{
    position: absolute;
    width: 50px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 15px;
}
.shortData .shortlisting figure i svg{
    width: 50px;
    height: 50px;
    fill: #ee0c3d;
}

.videoData, .shortData{
    position: relative;
    width: 100%;
}

.podCast{ display: flex; gap: 60px; max-width: 995px; margin: 0 auto;}
.podCast .videolisting{border: 3px solid #707070; flex: 1;} 

.videoData .videolisting{      
    background-color: #f2f2f2; 
    cursor: pointer;
}
.videoData .videolisting:last-child{
    margin-right: 0;
}
.videoData .videolisting figure{
    position: relative;
}
.videoData .videolisting figure i{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 30px;
    background-color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.videoData .videolisting figure i svg{
    width: 40px;
    height: 40px;
    fill:#e81616;
}
.videoData .videolisting p{
    padding: 15px;
    min-height: 95px;
    background-color: #f2f2f2;
}
.podCast .videolisting p{font-size: 1rem; font-weight: 600; min-height: inherit;}
.videoData .videolisting p a{
    font-size: 14px;
    /* line-height: 1.5; */
    /* font-family: 'Khand', sans-serif; */
}
.photo{
    margin-bottom: 0;
}
.photogallery{
    margin-bottom: 100px;
}
.photogallery figure{cursor: pointer;}
.photogallery .swiper-button-next,
.photogallery .swiper-button-prev { top:50%; margin: 0; width: 50px; height: 50px; margin-top:-25px; }
.photogallery .swiper-button-next:after,
.photogallery .swiper-button-prev:after { color: white; font-size: 18px;}
.photogallery .swiper-button-prev { left: 20px; right: 70px; background-color: #e81616; }
.photogallery .swiper-button-next { right: 20px; background-color: #e81616; opacity: 0.85;}

.pollslider .swiper-button-next,
.pollslider .swiper-button-prev { top:50%; margin: 0; width: 30px; height: 30px; margin-top:-25px; }
.pollslider .swiper-button-next:after,
.pollslider .swiper-button-prev:after { color: white; font-size: 14px;}
.pollslider .swiper-button-prev { left: 0px; right: 70px; background-color: #000; }
.pollslider .swiper-button-next { right: 0px; background-color: #000; opacity: 0.85;}
.pollslider .swiper-pagination-bullet{width: 12px; height: 12px; border-radius: 50%;}
.pollslider .swiper-pagination-bullet-active{background: #000;}


.videoData .swiper-button-next,
.videoData .swiper-button-prev { top:50%; margin: 0; width: 30px; height: 30px; margin-top:-25px; }
.videoData .swiper-button-next:after,
.videoData .swiper-button-prev:after { color: white; font-size: 14px;}
.videoData .swiper-button-prev { left: 0px; right: 70px; background-color: #e81616; }
.videoData .swiper-button-next { right: 0px; background-color: #e81616; opacity: 0.85;}
.videoData .swiper-pagination-bullet{width: 12px; height: 12px; border-radius: 50%;}
.videoData .swiper-pagination-bullet-active{background: #e81616;}


.shortData .swiper-button-next,
.shortData .swiper-button-prev { top:50%; margin: 0; width: 30px; height: 30px; margin-top:-25px; }
.shortData .swiper-button-next:after,
.shortData .swiper-button-prev:after { color: white; font-size: 14px;}
.shortData .swiper-button-prev { left: 0px; right: 70px; background-color: #e81616; }
.shortData .swiper-button-next { right: 0px; background-color: #e81616; opacity: 0.85;}
.shortData .swiper-pagination-bullet{width: 12px; height: 12px; border-radius: 50%;}
.shortData .swiper-pagination-bullet-active{background: #e81616;}

.footercol p{
    background-color: #000;
    text-align: center;
    /* font-family: 'Khand', sans-serif; */
    font-size: 15px;
    font-weight: 600;
    color: #808080;
    padding: 15px 0;
}
body.overflow-hidden{
    overflow: hidden;
}
.videomodal{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.70);
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
}
.closevideomodel{
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #e81616;
    width: 50px;
    height: 50px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.closevideomodel svg{
    width: 18px;
    height: 18px;
    fill: white;
}
.videomodal iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* media query start here */
@media only screen and (max-width: 600px) {
    #top{ height:620px; }
    #top .text { top: 90px; width: 300px; }
    #top .vikshit { right: 10%; width: 50%; }
    #top .bihar { left: 15%; bottom: -78px; width: 60%; }
    #top .bottombg { height: 40px; }
    #top .bottombg img { object-fit: cover; object-position: center top; }
    #top .leftbg { width: 180px; z-index: 1; }
    #top .rightbg { width: 100%; }    

    #top .nitish .nitishHand {
        left: 58px;
        top: -10px;
        width: 78px;
    }

    .headercol{
        padding:30px 10px;
    }
    .headercol .logo{
        width: 150px;
    }
    .headercol .backtohome .back{
        font-size: 13px;
    }
    #man{
        width: 1000px;
        max-width: 1000px;
    }

    .aurPadheinBox a{font-size: 12px;}

    .pollBox{
        padding: 0 20px;
    }
  
    /* .tabHeading{
        flex-wrap: wrap;
        margin-top: 15px;
    } */
    .latestnews .newsTab li{padding-right: 10px;}
    .newsTab li a{
        font-size: 14px;
        padding: 12px 24px 8px;
    }

    .videomodal{
        padding: 0;
    }
    .closevideomodel{
        right: 0;
        top: 0;
    }

    .info {
        flex-wrap: wrap;
        margin:  30px auto;
        padding: 0 30px 30px;
        overflow: hidden;
    }
    .info h1,.info p{
        width: 100%;
    }
    .info h1{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .info p{
        font-size: 16px;
        line-height: 30px;
    }
    .info .arrow{
        width: 200px;
        bottom: -23px;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
        left: inherit;
        right: -120px;
    }
    .strokeanimation{
        stroke-width:3;
        stroke-miterlimit:3;
    }
  
     .hr, .short,.latestnews,.video, .videoList{
        margin:  40px auto;
        padding: 0 20px;
    }

    .photo{
        margin:  0px auto 20px;
        padding: 0 20px;
    }
   
    /* .video{padding: 0 20px 5px;} */

    .video{padding: 20px 20px 5px;}

    .live {      
        align-items: flex-start;
    }

    .live .lb {
        width: 10px;
        height: 10px;
        margin-top: 10px;
    }
    .live .livetext {  
        font-size: 24px;
    }
   
    .short h2,.latestnews h2,.videoList h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .photo h2{
        font-size: 28px;
        margin-bottom: 0px;
    }
    .short ul{
        margin-left: -30px;        
        padding-left: 30px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        display: inherit;
    }
    .short ul li{
        width: 200px;
        white-space: normal;
        display: inline-block;
    }
    .shortData .shortlisting figure i{width: 44px; height: 22px;}
    
    .videoData .videolisting p{min-height: inherit;}
    .videocol{
        padding-bottom:45.6%;
    }
    .video figure{
        width: 100%;
    }
    .scrollbar{
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;      
        padding-left: 30px;
    }   
   
    .photogallery{
        margin-bottom: 50px;
    }
    .photogallery .swiper-button-next, .photogallery .swiper-button-prev{
        width: 35px;
        height: 35px;
    }
    .photogallery .swiper-button-next{
        right: 5px;
    }
    .photogallery .swiper-button-prev{
        left: 5px;
    }
    .photogallery .swiper-button-next:after, .photogallery .swiper-button-prev:after{
        font-size: 14px;
    }
    .videoBox{flex-wrap: wrap;}
    .videoBox .videoBanner{margin-bottom: 20px;}
    .videoBox .videoBanner, .videoBox .videoIframe{width: 100%;}
    .videoBox .videoBanner img{width: 100%;}

    .podCast{gap: 30px;}
   
}

@media only screen and (max-width: 425px) {
.podCast{flex-wrap: wrap;}  
.podCast .videolisting{flex: inherit;}
.podCast .videolisting p {font-size: 0.85rem; font-weight: 600;}  
}