<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Fonts*/
@font-face{
    font-family: 'Poppins-Bold';
    src: url('../../fonts/yd-font/Poppins-Bold.eot');
    src: url('../../fonts/yd-font/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/yd-font/Poppins-Bold.woff') format('woff'),
         url('../../fonts/yd-font/Poppins-Bold.woff2') format('woff2'),
         url('../../fonts/yd-font/Poppins-Bold.ttf') format('truetype'),
         url('../../fonts/yd-font/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
}
html,
body{
    height: 100%;
}
body{
    background: #000;
    color: #fff;
    font-family: 'RobotoCondensedLight', sans-Serif;
}
body::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #333333;
}
body::-webkit-scrollbar{
    width: 6px;
    background-color: #333333;
}
body::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #dddddd;
}
#loader{
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: #000;
}
#loader .load{
    position: fixed;
    width: 206px;
    left: 50%;
    margin-left: -103px;
    top: 45%;
    margin-top: -103px;
}
#loader .load .cl{
    left: 50%;
    margin-left: -36px;
    top: 45%;
    margin-top: 63px;
    opacity: 0.8;
    position: absolute;
}
#loader .load .cl img{
    position: absolute;
}
.mainLayout{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
.imgBlk{
    min-width: 100%;
    width: 100%;
}
a:hover,
a:active{
    text-decoration: none;
}
.header .top-header{padding: 8px 20px;margin-bottom: 0px;background-color: #000000;border-color: #000;}
.header .brand-logo{width: 50px;height: auto;padding: 3px;}
.header .brand-logo img{width: 100%;}
.header .toggle-menu{border-color: #dddddd;margin-top: 18px;}
.header .toggle-menu .icon-bar{background-color: #dddddd;}
.header .navbar .nav{margin: 10px 0 0 40px;}
.header .navbar .nav &gt; li &gt; a{
    font-size: 18px;
    color: #c9c9c9;
    font-family: 'OswaldLight', sans-Serif;
    font-weight: 100;
    text-transform: uppercase;
    background-color: transparent;
}
.header .navbar .nav &gt; li &gt; a:focus,
.header .navbar .nav &gt; li &gt; a:hover{background-color: transparent !important;color: #ffffff;}
.header .navbar .navbar-right{padding-top: 15px;}
.header .navbar .navbar-right li{display: inline-block;}
.header .navbar .navbar-right li .socialIcons a{
    background: #6b6b6b;
    color: #ffffff;
    border-radius: 15px;
    margin: 0 2px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
.header .navbar .navbar-right li .socialIcons a:hover{text-decoration: none;outline: none;}
.header .navbar .navbar-right li:last-child{border-left: 1px solid #464545;margin-left: 10px;}
.header .navbar .navbar-right li.visitSaregama &gt; a{
    text-transform: inherit;
    padding: 0 10px;
    line-height: 1.4;
    position: relative;
    color: #00b0b5;
}
.header .navbar .navbar-right li.visitSaregama &gt; a .gtTo{
    position: absolute;
    top: -15px;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
    color: #919191;
}

/*Main Container Css*/
.blackBtn{background-color: #000;}
.section{position: relative;height: 100%;}
.absoluteContainer{position: absolute;left: 0;right: 0;margin: 0 auto;}
.heading{margin-bottom: 5%;text-align: center;display: block;padding-top: 10%;}
.heading_text{font-size: 34px;font-family: 'Poppins-Bold';text-transform: uppercase;color: #f6c80d;margin-bottom: 0;letter-spacing: 2px;}
.content p{font-size: 18px;letter-spacing: 0.2px;font-weight: 100;text-align: justify;line-height: 1.6;}

#home .home_characters{position: absolute;top: 5%;left: 0%;right: 0%;margin: 0 auto;width: 60%;}
#home .logo{position: absolute;bottom: 5%;left: 0%;right: 0%;margin: 0 auto;width: 42%;}

#videos .videoContainer{top: 30%;text-align: center;}
#videos .content{width: 70%;display: block;margin: 0 auto;}
#videos .video-carousel .item{
    width: 60%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#videos .yd-playIco{
    position: absolute;   
    top: 40%;  
    left: 0;   
    right: 0;    
    margin: 0 auto;    
    text-align: center;   
    width: 10%;
}
#videos .owl-prev, #videos .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 56px;
    height: 56px;
    font-size: 60px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    text-shadow: 4px 4px 5px #000;
}
#videos .owl-prev{
    left: 10%;
}
#videos .owl-next{
    right: 10%;
}
#synopsis .synopsisContainer{top: 1%;text-align: center;}
#synopsis .content{width: 50%;display: block;margin: 0 auto;}
#synopsis .content .heading_text{margin-bottom: 3%;}

#star-cast .castContainer{top: 4%;text-align: center;}
#star-cast .content .heading_text{margin-bottom: 3%;}
#star-cast .h3_title{font-family: 'Poppins-Bold';text-transform: uppercase;color: #f6c80d;margin-top: 0;letter-spacing: 1px;}
#star-cast .h3_title span{color: #fff;font-size: 18px;}

#directors-bio .content{width: 40%;position: absolute;top: 30%;right: 10%;text-align: center;}
#directors-bio .content .heading_text{margin-bottom: 3%;}

#news{
    color: #fff;
    padding-bottom: 5%;
}
#news .nav-pills{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
#news .nav-pills&gt;li&gt;a{
    color: #dfdfdf;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 6px 0;
    cursor: pointer;
    font-size: 18px;
    width: 140px;
    background: #949494;
}
#news .nav-pills&gt;li:last-child{
    margin-left: -3px; 
}
#news .nav-pills&gt;li.active&gt;a, #news .nav-pills&gt;li.active&gt;a:focus, #news .nav-pills&gt;li.active&gt;a:hover{
    background: #d72732;
}
#news .listingYodNws{
    list-style: none;
    padding: 0;
}
#news .listingYodNws .verlistYodNws{
    padding-bottom: 2%;
}
#news .listingYodNws .verlistYodNws .newsChnlLogo,
#news .listingYodNws .verlistYodNws .newsChnlLnkCnt {
    float: left;
}
#news .listingYodNws .verlistYodNws .newsChnlLogo{
    width: 15%;
}
#news .listingYodNws .verlistYodNws .newsChnlLnkCnt{
    width: 85%;
}
#news .listingYodNws .verlistYodNws .newsChnlLnkCnt a{
    color: #fff;
    text-decoration: none;
    font-family: inherit;
}
.newsChnlNm{
    color: #d72732;
    font-family: inherit !important;
}

.story {
    margin: 0 auto;
    min-width: 980px;
    overflow: auto;
    width: 980px;
}
.story .float-left,
.story .float-right {
    padding: 100px 0 0 0;
    position: relative;
    width: 350px;
}

/*Footer Buttons*/
.footer_buttons{
    position: fixed;
    bottom: 7%;
    z-index: 999;
    width: 100%;
}
.footer_buttons .remindMeCntBtn{
    list-style: none;
    padding: 0;
    text-align: center;
}
.footer_buttons .remindMeCntBtn .rmndMeCol{
    display: inline-block;
    width: 30%;
    border-radius: 6px;
}
.footer_buttons .remindMeCntBtn .rmndMeCol a{
    color: #fff;
    margin-top: 0px;
    padding: 10px 0;
    font-size: 18px;
}
.footer_buttons .remindMeCntBtn .rmndMeCol a img{margin-top: -3px;}

.fbLink{background-color: #00b0b5 !important; border-color: transparent !important;}
.redBtn{background-color: #e92830 !important; border-color: transparent !important;}
.greenBtn, .greenBtn:hover, .greenBtn:active, .btn-default:active:hover, 
.btn-default.focus, .btn-default:focus{background-color: #60a524 !important;border-color: transparent !important;}
.theatre-icon { 
    background:url('../../images/yoodlee/theatre-icon.png') no-repeat; 
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: 1px;
    background-size: cover;
}
.newsChnlLnkCnt .starrr .fa{
    color: #ffd505;
    font-size: 20px;
    cursor: pointer;
}
.newsChnlNm{font-size: 20px;}
.footer_buttons .remindMeCntBtn .rmndMeCol{width: 25%;}

.yoodlee-footer{background-color: #000;text-align: center;padding: 10px;}
.yoodlee-footer p{margin-bottom: 0;}

/*Video Popup*/
#videoPopup{
    background-color: rgba(0,0,0,0.8);
}
#videoPopup .modal-body{
    padding: 0;
}
#videoPopup .modal-content{
    background: #000;
}
#videoPopup .modal-header{
    border-bottom-color: #000;
}
#videoPopup .close{
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.6;
    margin-top: -30px;
}
.kanpuriyePage .videoPopup .modal-dialog{
    width: 60%;
    z-index: 10;
    margin: 7% auto 0;
}
.kanpuriyePage .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.kanpuriyePage .videoPopup .modal-body iframe{
    width: 100%;
    height: 100%;
}
.kanpuriyePage .videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*Remind Me popup*/
#remindMePopup .modal-header .close, #movieUnavailablePopup .modal-header .close{font-size: 21px;}
#remindMePopup .modal-dialog,#movieUnavailablePopup .modal-dialog{width: 50%; font-family: 'OswaldLight';}
#remindMePopup .modal-content,#movieUnavailablePopup .modal-content{background: #b1b1b1;width: 100%;border-radius: 0;border:0;font-size: 17px;}
#remindMePopup .modal-header,#movieUnavailablePopup .modal-header{background: #e92830;border:0;color:#ffffff;text-align: center;padding: 32px 10px 20px;}
#remindMePopup .modal-header h4,#movieUnavailablePopup .modal-header h4{font-size: 16px;}
#remindMePopup .modal-header p,#movieUnavailablePopup .modal-header p{color:#000000;padding-top: 5px;font-size: 15px;}
#remindMePopup .modalForm,#movieUnavailablePopup .modalForm{width: 70%; margin: 0 auto;}
#remindMePopup .modal-header .close,#movieUnavailablePopup .modal-header .close {
    font-size: 31px;
    position: absolute;
    right: 5px;
    top: 3px;
}
#remindMePopup .form-control,#movieUnavailablePopup .form-control{
    height: 40px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
}
#remindMePopup .errorMsg,#movieUnavailablePopup .errorMsg{color:#e92830;font-size: 13px;font-style: normal;}
.modalBtn{
  background: #353535;
  color:#ffffff;
  border:0;
  border-radius: 0;
  display: block;
  margin: 50px auto 10px;
  height: 40px;
  padding: 6px 12px;
  width: 60%;
  font-size: 16px;
}

#movieUnavailablePopup .modal-dialog{margin-top:10%}

#movieUnavailablePopup .modal-body{
    text-align: center;
    font-size: 120%;
}
.modalBtn:hover,.modalBtn:active,.modalBtn:focus{background: #353535; border:0;color:#ffffff;}
.floatRmndMe .tooltipInfo{
    position: absolute;
    background: rgba(233,40,48,0.5);
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid rgba(233,40,48,0.5);
    top: -40px;
    left: 0;
    right:0;
    margin:0 auto;
    width: 355px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
}
.floatRmndMe .tooltipInfo.bg-yellow{
   background: rgba(255,255,0,0.8);
   border: 1px solid rgba(255,255,0,0.8);
   color:#000;
}
.floatRmndMe .tooltipInfo .fa{padding-right: 5px;}
.floatRmndMe .tooltipInfo .fa-times-circle{
    padding: 0;
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}
/*Responsive*/
@media(max-width:767px){
    .heading_text{font-size: 18px;}
    .content p{font-size: 12px;line-height: 1.6;}
    #synopsis{background-image: url('../../images/yoodlee/kanpuriye/second_bg_mobile.jpg');background-repeat: no-repeat;background-size: cover;background-position-x: 20%;}
    #synopsis .synopsisContainer{position: relative;}
    #synopsis .content{width: 80%;}
    #synopsis .frame_border{position: absolute;width: 10px;height: 60%;top: 0%;}
    #synopsis .frame_border_left{left: 0;}
    #synopsis .frame_border_right{right: 0;}
    #star-cast{background-image: url('../../images/yoodlee/kanpuriye/third_bg.jpg');background-repeat: no-repeat;background-size: cover;background-position-x: 20%;}
    #star-cast .castContainer{position: relative;}
    #star-cast .item img{min-width: 80%;margin: 0 auto;width: 85%;}
    #star-cast .owl-nav .owl-prev, #star-cast .owl-nav .owl-next{position: absolute;top: 33%;font-size: 250%;line-height: 1;}
    #star-cast .owl-nav .owl-prev{left: 0;}
    #star-cast .owl-nav .owl-next{right: 0;}
    #star-cast .frame_border{position: absolute;width: 10px;height: 100%;top: 0%;}
    #star-cast .frame_border_left{left: 0;}
    #star-cast .frame_border_right{right: 0;}
    #videos{background-image: url('../../images/yoodlee/kanpuriye/fourth_bg.jpg');background-repeat: no-repeat;background-size: cover;background-position-x: 20%;}
    #videos .videoContainer{position: relative;}
    #videos .content{width: 90%;padding: 5%;}
    #videos .frame_border{position: absolute;width: 10px;height: 100%;top: 0%;}
    #videos .frame_border_left{left: 0;}
    #videos .frame_border_right{right: 0;}
    #videos .video-carousel .item{width: 65%;}
    #videos .yd-playIco{top: 40%;}
    #videos .owl-prev, #videos .owl-next{font-size: 35px;top: 70%;}
    #videos .owl-prev{left: 0%}
    #videos .owl-next{right: 0%;}
    #directors-bio .content{top: -3%;left: 0;right: 0;margin: 0 auto;width: 90%;}
    #directors-bio .content p{line-height: 1.4;}

    .footer_buttons .remindMeCntBtn .rmndMeCol{width: 65% !important;margin-bottom: 5px;}
    .footer_buttons .remindMeCntBtn .rmndMeCol a{font-size: 10px;}
}
@media screen and (min-width: 768px) and (max-width: 1281px){
    .heading_text{font-size: 24px;}
    .content p{font-size: 16px;line-height: 1.6;}
    #directors-bio .content{top: 25%;}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) and (orientation : portrait){
    .heading_text{font-size: 22px;}
    .content p{font-size: 14px;line-height: 1.6;}
    #synopsis .content{width: 80%;}
    #star-cast .castContainer{top: 0;}
    #videos .videoContainer{top: 25%;}
    #directors-bio .content{top: 10%;}

    .footer_buttons .remindMeCntBtn .rmndMeCol{width: 25%;}
}
@media screen and (min-width: 1367px) and (max-width: 1600px){
    .heading_text{font-size: 40px;}
    .content p{font-size: 20px;line-height: 1.6;}
    #home .home_characters{width: 55%;top: 10%;}
    #home .logo{width: 38%;bottom: 7%;}
    #synopsis .content{width: 60%;}
    #star-cast .castContainer{top: 13%;}
    #videos .videoContainer{top: 33%;}
    #star-cast .content .heading_text{margin-bottom: 5%;}
    #star-cast .h3_title{font-size: 36px;}
    #star-cast .h3_title span{font-size: 22px;}
    #directors-bio .content{top: 20%;right: 22%;width: 30%;}
}
@media screen and (min-width: 1601px) and (max-width: 1920px){
    .heading_text{font-size: 60px;}
    .content p{font-size: 24px;line-height: 1.7;}
    #home .home_characters{width: 55%;top: 10%;}
    #home .logo{width: 38%;bottom: 7%;}
    #synopsis .content{width: 60%;}
    #star-cast .castContainer{top: 13%;}
    #videos .videoContainer{top: 35%;}
    #star-cast .content .heading_text{margin-bottom: 5%;}
    #star-cast .h3_title{font-size: 36px;}
    #star-cast .h3_title span{font-size: 22px;}
    #directors-bio .content{top: 20%;right: 22%;width: 30%;}
}
@media screen and (min-width: 1921px) and (max-width: 3000px){
    .heading_text{font-size: 60px;}
    .content p{font-size: 24px;line-height: 1.7;}
    #home .home_characters{width: 45%;top: 16%;}
    #home .logo{width: 30%;bottom: 16%;}
    #synopsis .content{width: 60%;}
    #star-cast .castContainer{top: 18%;}
    #star-cast .content .heading_text{margin-bottom: 10%;}
    #star-cast .h3_title{font-size: 36px;}
    #star-cast .h3_title span{font-size: 22px;}
    #directors-bio .content{top: 30%;right: 30%;width: 20%;}
}
</pre></body></html>