@font-face {
  font-family: 'Ek Mukta';
  font-style: normal;
  font-weight: 400;
  src: local('Ek Mukta'), local('EkMukta-Regular'), url(https://fonts.gstatic.com/s/ekmukta/v7/bq4jR8816PJP11INbgjnTfesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
* {margin: 0;padding: 0;box-sizing: border-box;}
ul, li, ol {list-style-type: none;margin: 0;padding: 0;}
header, footer, article, section, figure, nav, aside {display: block;}
body {height: 100%;background: #fff;font-family: 'Ek Mukta', sans-serif;}
a {text-decoration: none;outline: none;}
a:hover {text-decoration: none;}
img {border: 0 none;max-width: 100%;}
ul, ol {list-style-type: none;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/*GENERAL STYLES*/
.max-width{
max-width: 1000px;
margin: 0 auto;
}
.wrapper{
width: 100%;
margin: 0 auto;
}
.gap{
    padding-top: 20px;
}
/*HEADER*/


/*HEADER*/
.header-top{
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
height: auto;
width: 100%;
border-bottom: 1px solid #E6E6E6;
background: #FFF;
}
.header-top .header-top-left{
display: flex;
align-items: center;
/* column-gap: 16px; */
position: relative;
}
.header-langtext{
display: flex;
column-gap: 5px;
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px;
float:left;
position:relative;
z-index:1;
padding-right: 16px;
}
.header-top-right {
  display: flex;
align-items: center;
}
.header-langtext::after{
position: absolute;
right: 0;
width: 0.8px;
height: 20px;
background: #ECEAEB;
content: "";
top: 0px;
}
.header-langtext span:hover{
cursor: pointer;
}
.header-langtext span:nth-child(2){
width: 12px;
height: 6px;
flex-shrink: 0;
text-align: center;

}
.header-top .header-lang{
display: flex;
align-items: center;
/* width: 150px;
margin-right: 8px; */
}


.header-lang{
float:left;
position:relative;
margin:0;
/* width:150px; */
z-index:1}

.header-langsel{
position:absolute;
right:-1px;
top:0;
display:none;
background:0 0;
min-width:140px;
z-index:2;
border:1px solid #ececec;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
border: 0 none;
border-top: 1px solid #E91240;
top: 20px;
left: 0;

}

.header-langsel ul{background:#fff}

.header-langsel ul li{
border-bottom:0;
line-height:1.3em;
margin:0;
padding:6px 10px;
transition:padding .6s ease}

.header-langsel ul li a{display:block;font-size:14px;color:#888}

.header-langsel ul li a:hover{color:#E91240}

.header-langsel ul li.selected a{font-weight:700}

.header-lang:hover .header-langsel{display:block;
}
.header-langsel ul li {border-bottom: 0 none;}

.header-top .header-top-left .header-date-time{
display: flex;
align-items: center;
column-gap: 50px;
position: relative;
padding: 0 16px;
font-family: arial;
}
.header-top .header-top-left .header-date-time::after{
position: absolute;
right: 0;
width: 0.8px;
height: 20px;
background: #ECEAEB;
content: "";
top: 0px
}

.header-top .header-top-left .header-date-time .header-date, .header-top .header-top-left .header-date-time .header-time{
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px;
}
.header-top .header-top-left .header-highlight{
display: flex;
align-items: center;
padding: 0 16px;
font-family: arial;
}
.header-highlight a {
   padding-left: 5px; 
}
.header-top .header-top-left .header-highlight span:nth-child(2){
color: #645F5F;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-left: 5px;

}

.header-top .header-top-right a{
padding: 0 10px;
}
.header-top .header-top-right a:nth-child(4){
padding-right: 0;
}
/*MENU*/

.menu{
display: flex;
align-items: center;
/* justify-content: space-between; */
column-gap: 30px;
padding: 15px 10px;
width: 100%;
background: #FFF;
border-bottom: 0.8px solid #DEDEDE; 
flex-wrap: wrap;
}

/* .menu .logo{
width: 112px;
height: 34px; 

} */
.menu .logo img{
width: 100%;
}
.menu nav{
max-width: 822px;
width: 100%;
}
.menu nav ul{
display: flex;
align-items: center;
justify-content: space-between;
/* column-gap: 30px; */
flex-wrap: wrap;

}
.menu nav ul li{
position: relative;
text-align: center;
}
.menu nav ul li a{
color: #645F5F; 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.menu nav ul li:hover::after{
content: "";
position: absolute;
right: 0;
height: 2.5px; 
top: 42px;
min-width: 20px;
width: 100%;
background: #E91240;
border-radius: 3px;
} 
.menu nav ul li .active{
color: #131313;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal; 
background: #FFF;
}
.menu nav ul li .active::after{
content: "";
position: absolute;
right: 0;
height: 2.5px; 
top: 42px;
min-width: 20px;
width: 100%;
background: #E91240;
border-radius: 3px;

}   

/*THREE DOTS*/

.menu nav ul li.more-links a.more{
padding: 8px 0;
}

.menu nav ul li.more-links a i{
background: url('https://images.filmibeat.com/images/fb-menu-1709016819923.png') no-repeat 0 0;
width: 25px;
height: 25px;
display: inline-block;
vertical-align: middle;
}
.menu nav ul li.more-links:hover::after{
display: none;
}
.oi-header-morenavigation ul li:nth-child(1){
margin-left: 142px;
}
.oi-header-morenavigation ul{
    display: flex;
    align-items: center;
    column-gap: 38px;
}
.oi-header-morenavigation ul li{
padding-top: 25px;
display: none;
position: relative;
}
.oi-header-morenavigation ul li a {
color: #645F5F; 
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.oi-header-morenavigation ul li:hover::after{
content: "";
position: absolute;
right: 0;
height: 2.2px; 
top: 58px;
min-width: 20px;
width: 100%;
background: #E91240;
border-radius: 3px;

}
/*AD*/
.ad-img{
padding: 10px 0px;
}
.ad-img .box{
width: 100%;
height: 256px; 
background: #F5F5F5; 
}
.headerTopAd {
    min-height: 90px;
    background: #F5F5F5;
    padding: 10px 0px;
    margin: 10px 0;
        text-align: center;
}
.ad-img .box p{
color: #645F5F;
text-align: center;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 220% */
}
.notification-bell.ismovement{-webkit-animation: unset!important;}
.lightbox-popup-videos-wrapper {
    display: none;
}
.box p {
    color: #1F1F1F;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    padding: 5px 0;
    background: #F2F2F2;
    font-family: arial;
}
