<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: 'Metropolis-Bold';
    src: url('../../fonts/yd-font/Metropolis-Bold.eot');
    src: url('../../fonts/yd-font/Metropolis-Bold.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/yd-font/Metropolis-Bold.woff') format('woff'),
         url('../../fonts/yd-font/Metropolis-Bold.woff2') format('woff2'),
         url('../../fonts/yd-font/Metropolis-Bold.ttf') format('truetype'),
         url('../../fonts/yd-font/Metropolis-Bold.svg#Metropolis-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Metropolis-Light';
    src: url('../../fonts/yd-font/Metropolis-Light.eot');
    src: url('../../fonts/yd-font/Metropolis-Light.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/yd-font/Metropolis-Light.woff') format('woff'),
         url('../../fonts/yd-font/Metropolis-Light.woff2') format('woff2'),
         url('../../fonts/yd-font/Metropolis-Light.ttf') format('truetype'),
         url('../../fonts/yd-font/Metropolis-Light.svg#Metropolis-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Metropolis-Medium';
    src: url('../../fonts/yd-font/Metropolis-Medium.eot');
    src: url('../../fonts/yd-font/Metropolis-Medium.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/yd-font/Metropolis-Medium.woff') format('woff'),
         url('../../fonts/yd-font/Metropolis-Medium.woff2') format('woff2'),
         url('../../fonts/yd-font/Metropolis-Medium.ttf') format('truetype'),
         url('../../fonts/yd-font/Metropolis-Medium.svg#Metropolis-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Metropolis-Regular';
    src: url('../../fonts/yd-font/Metropolis-Regular.eot');
    src: url('../../fonts/yd-font/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/yd-font/Metropolis-Regular.woff') format('woff'),
         url('../../fonts/yd-font/Metropolis-Regular.woff2') format('woff2'),
         url('../../fonts/yd-font/Metropolis-Regular.ttf') format('truetype'),
         url('../../fonts/yd-font/Metropolis-Regular.svg#Metropolis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Metropolis-Thin';
    src: url('../../fonts/yd-font/Metropolis-Thin.eot');
    src: url('../../fonts/yd-font/Metropolis-Thin.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/yd-font/Metropolis-Thin.woff') format('woff'),
         url('../../fonts/yd-font/Metropolis-Thin.woff2') format('woff2'),
         url('../../fonts/yd-font/Metropolis-Thin.ttf') format('truetype'),
         url('../../fonts/yd-font/Metropolis-Thin.svg#Metropolis-Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
}
html,
body{
    height: 100%;
}
body{
    background: #000;
    color: #fff;
    font-family: 'Metropolis-Light', 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: 'Oswald', 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;}
.cpkPage{background-image: url('../../images/yoodlee/cpk/cpk_bg.jpg');background-repeat: no-repeat;background-color: #000;background-size: cover;overflow-x: hidden;}
.cpkPage .sectionContainer{height: 100vh;position: relative;display: flex;}
.heading{margin-bottom: 5%;text-align: center;display: block;padding-top: 10%;}
.heading_text{font-size: 34px;font-family: 'Metropolis-Thin';text-transform: uppercase;color: #ffe169;margin-bottom: 0;letter-spacing: 2px;}
.content p{font-size: 18px;letter-spacing: 0.2px;font-weight: 100;text-align: center;line-height: 1.4;}

#home .cpk_logo{position: absolute;bottom: 1%;left: 0%;width: 35%;}
#videos .heading{padding-top: 10%;}
#videos .video-carousel .item{
    width: 50%;
    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: 15%;
}
#videos .owl-next{
    right: 15%;
}
#synopsis .content{
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}
#synopsis .content .leftside{padding-top: 15%;}
#synopsis .content .leftside img{width: 75%;}

#star-cast .cast_block{width: 100%;text-align: center;position: relative;min-height: 80vh;}
#star-cast .cast_team{position: absolute;left: 0;right: 0;margin: 0 auto;}
#star-cast .cast_team.siddhart_menon{top: 20%;width: 25%;left: -40%;}
#star-cast .cast_team.sheetal_thakur{top: 6%;width: 25%;left: -10%;}
#star-cast .cast_team.ayesha_raza{top: 25%;width: 30%;left: 40%;}
#star-cast .cast_team.vinay_pathak{top: -2%;width: 45%;}
#star-cast .cast_pune_overlay{position: absolute;top: 35%;left: 0;right: 0;margin: 0 auto;width: 100%;}
#star-cast .cast_name{list-style-type: none;padding: 0;color: #fff;padding-top: 10%;margin: 0 auto;width: 90%;}
#star-cast .cast_name li{list-style: none;display: inline-block;width: 24%;text-align: center;}
#star-cast .cast_name li .h2_head{font-size: 35px;letter-spacing: 2px;margin-bottom: 0;line-height: 0.4;}
#star-cast .cast_name li .playing{display: block;font-family: 'Metropolis-Thin';font-size: 18px;}
.text-red{color: #fc3f1a}
.text-blue{color: #2990ae}
.text-yellow{color: #fcd71a}
.text-pink{color: #fc1a64}

#directors-bio .content{
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    margin-top: -5%;
}
#directors-bio .content .director{position: relative;left: -10%;bottom: 0;width: 90%;}
#directors-bio .content .rightside p{width: 70%;padding-top: 15%;margin: 0 auto;}

#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: 9%;
    z-index: 999;
    width: 100%;
}
.footer_buttons .remindMeCntBtn{
    list-style: none;
    padding: 0;
    text-align: center;
}
.footer_buttons .remindMeCntBtn .rmndMeCol{
    display: inline-block;
    width: 12%;
    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: 19%;}

.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;
}
.cpkPage .videoPopup .modal-dialog{
    width: 60%;
    z-index: 10;
    margin: 7% auto 0;
}
.cpkPage .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
}
.cpkPage .videoPopup .modal-body iframe{
    width: 100%;
    height: 100%;
}
.cpkPage .videoWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Responsive*/
@media(max-width:767px){
    .cpkPage{background-image: url('../../images/yoodlee/cpk/cpk_bg_mobile.jpg');}
    .heading{padding-top: 5%;}
    .heading_text{font-size: 18px;}
    .content p{font-size: 11px;}
    .line{width: 60%;height: 1px;}
    .cpkPage .sectionContainer{height: 25vh;}
    #intro .cpk_logo{width: 35%;bottom: -20%;}
    #videos .video-carousel .item{width: 65%;}
    #videos .yd-playIco{top: 40%;}
    #videos .owl-prev, #videos .owl-next{font-size: 35px;top: 68%;}
    #videos .owl-prev{left: 0%}
    #videos .owl-next{right: 0%;}
    #synopsis .content .leftside{padding-top: 0%;padding-bottom: 3%;}
    #synopsis .content .leftside img{width: 75%;}
    #star-cast .cast_block{min-height: 35vh;}
    #star-cast .cast_team.vinay_pathak{top: 0%;width: 60%;}
    #star-cast .cast_team.ayesha_raza{top: 25%;width: 40%;left: 40%;}
    #star-cast .cast_team.sheetal_thakur{top: 8%;width: 35%;left: -10%;}
    #star-cast .cast_team.siddhart_menon{top: 18%;width: 32%;left: -45%;}
    #star-cast .cast_pune_overlay{top: 50%;}
    #star-cast .cast_name{width: 100%;padding-top: 5%;}
    #star-cast .cast_name li{width: 23%;}
    #star-cast .cast_name li .h2_head{font-size: 14px;letter-spacing: 0px;}
    #star-cast .cast_name li .h4_text{font-size: 10px;}
    #star-cast .cast_name li .playing{font-size: 12px;letter-spacing: 1px;}
    #directors-bio{padding-bottom: 15%;}
    #directors-bio .content .rightside p{width: 100%;padding-top: 10%;}
    #directors-bio .content .director{position: relative;left: 0;bottom: 0px;width: 100%;}

    .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){
    .cpkPage .sectionContainer{height: 80vh;}
    #synopsis .content .leftside{padding-top: 20%;}
    #star-cast .cast_name{padding-top: 1%;}
}
@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{width: 60%;height: 1px;}
    .cpkPage{background-image: url('../../images/yoodlee/cpk/cpk_bg_mobile.jpg');}
    .cpkPage .sectionContainer{height: 40vh;}
    #synopsis .content .leftside{padding-top: 20%;}
    #star-cast .cast_block{min-height: 35vh;}
    #star-cast .cast_team.vinay_pathak{top: 0%;width: 60%;}
    #star-cast .cast_team.ayesha_raza{top: 25%;width: 40%;left: 40%;}
    #star-cast .cast_team.sheetal_thakur{top: 8%;width: 35%;left: -10%;}
    #star-cast .cast_team.siddhart_menon{top: 18%;width: 32%;left: -45%;}
    #star-cast .cast_pune_overlay{top: 65%;}
    #star-cast .cast_name{width: 100%;padding-top: 20%;}
    #star-cast .cast_name li{width: 24%;}
    #star-cast .cast_name li .h2_head{font-size: 25px;letter-spacing: 0px;}
    #star-cast .cast_name li .h4_text{font-size: 14px;}
    #star-cast .cast_name li .playing{font-size: 16px;letter-spacing: 1px;}
    #directors-bio .content .rightside p{width: 100%;padding-top: 8%;}
    #directors-bio .content .director{position: relative;left: -20%;bottom: 0px;width: 100%;}

    .footer_buttons .remindMeCntBtn .rmndMeCol{width: 25%;}
}
@media screen and (min-width: 1367px) and (max-width: 1920px){
    .heading_text{font-size: 50px;}
    .content p{font-size: 20px;line-height: 1.7;}
    .line{height: 2px;}
    #intro .cpk_logo{width: 50%;}
    #videos .heading{padding-top: 5%;}
    #videos .video-carousel .item{width: 60%;}
    #videos .yd-playIco{top: 40%;}
    #videos .owl-prev, #videos .owl-next{top: 45%;font-size: 100px;}
    #videos .owl-prev{left: 7%}
    #videos .owl-next{right: 7%;}
    #synopsis .content .leftside{padding-top: 23%;}
    #synopsis .content .leftside img{width: 100%;}
    #star-cast .cast_name{padding-top: 0;margin-top: -10%;}
    #star-cast .cast_team.vinay_pathak{top: 1%;}
    #star-cast .cast_pune_overlay{top: 30%;}
    #star-cast .cast_name li .h2_head{font-size: 40px;letter-spacing: 1px;}
    #star-cast .cast_name li .h4_text{font-size: 18px;}
    #star-cast .cast_name li .playing{font-size: 20px;letter-spacing: 1px;}
    #directors-bio .content .director{left: 0;}
    #directors-bio .content .rightside p{padding-top: 7%;}
}
@media screen and (min-width: 1921px) and (max-width: 3000px){
    .heading_text{font-size: 50px;}
    .content p{font-size: 20px;line-height: 1.7;}
    .line{height: 2px;}
    #intro .cpk_logo{bottom: -15%;width: 50%;}
    #videos .heading{padding-top: 30%;}
    #videos .video-carousel .item{width: 60%;}
    #videos .yd-playIco{top: 40%;}
    #videos .owl-prev, #videos .owl-next{top: 45%;font-size: 100px;}
    #videos .owl-prev{left: 7%}
    #videos .owl-next{right: 7%;}
    #synopsis .content .leftside{padding-top: 23%;}
    #synopsis .content .leftside img{width: 100%;}
    #star-cast .cast_name{padding-top: 0;margin-top: -10%;}
    #star-cast .cast_team.vinay_pathak{top: 1%;}
    #star-cast .cast_pune_overlay{top: 30%;}
    #star-cast .cast_name li .h2_head{font-size: 40px;letter-spacing: 1px;}
    #star-cast .cast_name li .h4_text{font-size: 18px;}
    #star-cast .cast_name li .playing{font-size: 20px;letter-spacing: 1px;}
    #directors-bio .content .director{left: 0;}
    #directors-bio .content .rightside p{padding-top: 7%;}
}
</pre></body></html>