<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&amp;display=swap');
*{
    margin: 0;
}  
html,
body{
    height: 100%;
    font-family: "Poppins", 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;
}

/*Main Container Css*/
.manorthangalPage{
    padding: 0;
    margin: 0;
    font-family: "Poppins", serif;
    height: auto !important;
    font-size: 14px;
    color: #000;
    background: #fff;
}
.manorthangalPage a{text-decoration: none;}
.manorthangalPage .section{position: relative;}
.manorthangalPage .homeSection{position: relative;z-index: 1;}

.manorthangalPage .homeSection .absoluteContainer{
    position: absolute;
    right: 15%;
    top: 5%;
    width: 30%;
    margin: 0 auto;
}


/* .manorthangalPage .secondSection .video-item{
    background-color: #F2DEAB;
    padding: 20px;
} */
.manorthangalPage .mainContainer{overflow-x: hidden;}
.manorthangalPage .absoluteContainer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.manorthangalPage .model_open{display: block; position: relative; cursor: pointer;}
.manorthangalPage .yd-playIco{ position: absolute; top: 41%; width: 40px; margin: 0 auto; left:0;right:0; }
.manorthangalPage .secondSection .video-item .text{
    margin: 0;
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: bold;
    font-family: inherit;
    padding: 0;
    text-transform: uppercase;
    width: 90%;
    margin: 7px auto 0;
    font-style: normal;
}
.manorthangalPage .secondSection .owl-controls .owl-prev,
.manorthangalPage .secondSection .owl-controls .owl-next{
    position: absolute;
    width: auto;
    top: 45%;
    font-size: 140%;
    color: #ffffff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 100px;
}
.manorthangalPage .secondSection .owl-controls .owl-prev{left: 0;}
.manorthangalPage .secondSection .owl-controls .owl-next{right: 10%;}
/* .manorthangalPage .owl-carousel .owl-stage-outer{  overflow: inherit;} */
.manorthangalPage .secondSection .owl-controls .prev-btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.manorthangalPage .secondSection .synopsis{width: 55%;text-align: center;margin: 0 auto;margin-top: 10%;}
.manorthangalPage .h3_heading{font-size: 3.5rem;font-weight: 200;margin-bottom: 0; text-transform: uppercase; color:#ffffff; font-family: "STIX Two Text", serif;}
.manorthangalPage .secondSection .text{font-size: 2rem; text-transform: inherit;font-weight: 300;}
.manorthangalPage .secondSection .h3_heading{ text-transform: capitalize;}

.manorthangalPage .forthSection { position: relative; z-index: 1; }

.manorthangalPage .forthSection .responsiveCastImage{position: relative; z-index: 1;}


.manorthangalPage .thirdSection .absoluteContainer{
    position: absolute;
    left: 0%;
    right: 0%;
    top: 25%;
    width: 30%;
    text-align: center;
    margin: 0 auto;
    color:#141414;
}
.manorthangalPage .thirdSection .synopsisTitle{  width: 35%; }


.manorthangalPage .video-carousel-site .owl-controls{margin-top:0px}

.manorthangalPage .text{font-size: 120%; text-transform: inherit; font-weight: 300;}
.manorthangalPage .cast{text-align: center;margin: 0 auto;z-index: 9;}

.manorthangalPage .backgroundVideoFrame{position: relative; z-index: 1;}
.manorthangalPage .fifthSection .absoluteContainer{
    position: absolute;
    left: 10%;
    right: inherit;
    top: 7%;
    width: 45%;
    text-align: right;
    color:#ffffff;
}

.manorthangalPage .backgroundVideo{   position: relative; }
.manorthangalPage .secondSection .video-carousel-site{
    /* position: absolute; */
    width: 95%;
    left: 0;
    top: 13%;
    right: 0;
    margin: 0 auto;
    padding: 0;
    background: none;
}
.manorthangalPage .fifthSection .absoluteContainer .text{font-size: 100%; font-weight: 200;}

.manorthangalPage .fifthSection .directorsbioTitle{  width: 40%; }
.manorthangalPage .forthSection .castTitle{  width: 7%; }

.manorthangalPage .forthSection #leftArrow {
    display: none;
}

.manorthangalPage .forthSection #rightArrow {
    display: none;
}
.manorthangalPage .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 0;
    position: absolute;
    right: 0;
    z-index: 5;
}
.manorthangalPage .modal-dialog {
    width: 90%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.manorthangalPage .modal-content {
    position: relative;
    background-color: #000000;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    color: #ffffff;
    text-align: center;
    border-radius: 35px;
    overflow: hidden;
}
.manorthangalPage .modal-body{
    padding: 0;
}
.manorthangalPage .videoWrapperCont {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9; 
    background: black;
    position: relative;
    /* height: 433px; */
    border-radius: 35px 35px 0 0;
}


.manorthangalPage .video-container .video-banner {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7); /* Overlay effect */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}
.manorthangalPage .video-container .banner-image{position: relative; z-index: 1; width: 100%;}
.manorthangalPage .video-container .play-iconBanner{
    width: 60px;
    height: 60px;
    object-fit: contain;
    position: absolute; 
    z-index: 2;
}
.manorthangalPage .video-container .video-banner.hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.manorthangalPage .video-container .icon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3; /* Above the banner */
    cursor: pointer;
}

.manorthangalPage .video-container .icon-overlay img {
    width: 60px;
    height: 60px;
    display: none; /* Initially hidden */
    object-fit: contain;
    transition: opacity 0.2s ease;
}
.manorthangalPage .video-container .play-iconBanner{display: block;}
/* Show the play icon when video is paused and hovered */
.manorthangalPage .video-container .video-container.video-paused:hover .play-icon {
    display: block; /* Show play icon */
}

/* Show the pause icon when video is playing and hovered */
.manorthangalPage .video-container.video-playing:hover .pause-icon {
    display: block; /* Show pause icon */
}



.manorthangalPage .close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 100);
    opacity: 1;
}
.manorthangalPage .close:hover {
    filter: alpha(opacity = 100);
    opacity: 1;
    color: #ffffff;
}
.manorthangalPage .castHorList{
    display: flex;
    align-items: center;
    justify-content: center;
}
.manorthangalPage .castHorList .castBlock{margin: 0 10px;}
.manorthangalPage .nameTitle{
    margin-top: 20px;
    font-family: "STIX Two Text", serif;
    font-weight: 200;
}
.manorthangalPage .directorImage{ 
    width: 50%;
    position: relative;
    margin: 0 auto;
}
.manorthangalPage .directorImage .nameTitle{
    position: absolute;
    bottom: 10px;
    left:0;
    right:0;
    margin:0 auto;
    font-size: 250%;
}

.manorthangalPage .sepratorImage{
    margin: 0 0 20px;
    display: block;
}
.manorthangalPage .videoFullPopup .section{margin-bottom: 70px;}
.manorthangalPage .videoWrapper.section{margin-bottom: 20px;}

.manorthangalPage .vdoContainer .synopsis .text{
    width: 60%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: justify;
}
.manorthangalPage .directors-bio .text{
    width: 60%;
    margin: 20px auto 0;
    line-height: 1.5;
    text-align: justify;
}
.manorthangalPage .videoWrapper{position: relative;}
.manorthangalPage .videoCaption{
    position: absolute;
    font-size: 200%;
    color: #F3BE4A;
    bottom: 15px;
    z-index: 3;
    left: 0;
    right: 0;
}

.manorthangalPage .absoluteVideoContainer{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.manorthangalPage .videoPopup .modal-content{
    position: relative;
    padding: 15px;;
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0 auto 0;
    overflow:inherit;
    border-radius: 0;
}
.manorthangalPage .videoPopup .modal-header{
    top: -20px;
    right: -20px;
}
@media screen and (min-width:320px) and (max-width: 1000px){
    .manorthangalPage { font-size: 12px;}
    .manorthangalPage .absoluteVideoContainer{    width: 70%;}
    .manorthangalPage .h3_heading{ font-size: 2.5rem;}
    .manorthangalPage .vdoContainer .synopsis .text,
    .manorthangalPage .directors-bio .text {  width: 90%;}
    .manorthangalPage .nameTitle{font-size: 22px;}
    .manorthangalPage  picture{width: 100%; display: block;}
    .manorthangalPage .directorImage{width: 70%;}
    .manorthangalPage .videoPopup .modal-content{width: 100%;}
}

@media screen and (min-width: 1024px) and (max-width: 1100px){
    .manorthangalPage .vdoContainer .synopsis .text,
    .manorthangalPage .directors-bio .text { width: 80%;}
    .manorthangalPage .directorImage {  width: 40%;}
    .manorthangalPage .castHorList .castBlock { width: 20%; }
}
@media screen and (min-width: 1200px) and (max-width: 1279px){
    
    .manorthangalPage .directorImage {  width: 40%;}
    .manorthangalPage .castHorList .castBlock { width: 20%; }
}

@media screen and (min-width: 1366px) and (max-width: 1675px){
    .manorthangalPage .directorImage {  width: 40%;}
    .manorthangalPage .castHorList .castBlock { width: 20%; }
}
@media screen and (min-width: 1680px) and (max-width: 1919px){
    
}

@media screen and (min-width: 1920px) and (max-width: 2600px){
    
}
</pre></body></html>