:root {
	--main-color: #c1272d;
	--white-color: #fff;
	--grey-color: #8f8f8f;
	/* --montserrat-font:'Inter', sans-serif!important; */
	--montserrat-font: -apple-system, BlinkMacSystemFont, "Segoe UI", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;

}

/* html {
	font-family: var(--be-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji") !important;
	
} */

@font-face {
	font-family: 'Nunito Sans';
	src: url('../2025/font/nunito-sans-v6-latin-regular.woff2') format('woff2');
	font-weight: 400;
}

@font-face {
	font-family: 'Nunito Sans';
	src: url('../2025/font/nunito-sans-v6-latin-700.woff2') format('woff2');
	font-weight: 700;
}

@font-face {
	font-family: 'Poppins';
	src: url('../2025/font/Poppins-latin-regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Poppins';
	src: url('../2025/font/Poppins-latin-Bold.woff2') format('woff2');
	font-weight: 700;
  }

@font-face {
	font-family: 'Roboto Condensed';
	src: url('../2025/font/roboto-condensed-v25-latin-700.woff2') format('woff2');
	font-weight: 700;
}

* {
	margin: 0;
	padding: 0;
	font-family: var(--montserrat-font);
}

::-webkit-scrollbar {
	display: none;
}

.form-control {
	font-size: 12px;
}

.search-form-row .search-frm .filter-form label,
select,
option {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;

}

.celeb-profession, .celeb-birthdate{
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}
.input-group .form-control {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

.vendor-detail .caption h2 {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

.badge-top, .btn-solid-bg , .bg-prime-video b{
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;

}
.table thead, tbody, tr, td, th , a{
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}
.blog-date-author p, strong, img{
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}



.upcoming-movie-box a p h1 {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}
.blog-content-wrapper b{
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}
.Ad_ag_pagination ul li{
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}



.upcoming-movie-box a p {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}

.release-date {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}

a {
	text-decoration: none !important;
}

.breadcrumb-default a{
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}

.bg-main {
	background-color: var(--main-color) !important;
}

.text-main {
	color: var(--main-color) !important;
}

ul {
	list-style: none;
	padding: 0;
}

.hr {
	height: 1px;
	width: 100%;
	background-color: var(--grey-color);
	margin: 1rem 0px;

}

.footer-container {
	background-color: var(--white-color);
}

footer .navigation-links a {
	color: var(--grey-color) !important;
}

footer .pageview-counter {
	color: var(--grey-color) !important;
}

.footer-top {
	color: var(--grey-color);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 12px;
	font-weight: 600;
	word-spacing: 1px;
	letter-spacing: .5px;
}

.download-btn-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
}

.download-btn>img {
	width: 120px;
}

.navigation-links {
	max-height: 350px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-count: 3;
	justify-content: space-around;
	gap: 16px;

}

.navigation-links a {
	color: var(--white-color) !important;
	line-height: 18px;
	text-transform: uppercase;
	font-family: sans-serif;
	line-height: 1.8;
}

.navigation-links a:hover {
	color: black;
}

.ul-heading {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid white;
	padding-bottom: 4px;
	margin-bottom: 16px;
	line-height: 50px;
}

.social-link-group {}

.social-link-group a {
	/* color:gray; */
	font-size: 1.2rem;
	height: 30px;
	width: 30px;
	display: inline-block;
	text-align: center;
	border-radius: 8px;
	background-color: white;
	/* padding: 8px; */
	margin-left: 6px;
}

.social-link-group a:hover {
	/* background-color: rgb(230, 223, 223); */
	box-shadow: 1px 1px 5px white;
}

.heading-text {
	font-weight: bold;
	margin-bottom: 0;
	margin-bottom: 20px;
	width: fit-content;
	line-height: 28px;
}

.focus-shadow-none:focus {
	box-shadow: none;
	border: none;
	font-size: 12px;
}

.card-body a {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

h2 {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

.movies-wrapper h4 {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

.ifh-source-top-profile a h2,
span {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

.home-blog-news-section .home-blog-news-section .sect-head h2,
p,
span {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

.ifh-source-section-container h2,
p,
span {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;

}


/* .vendor-detail .caption h2 a {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
} */

.ifh-source-banner h1 {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif !important;
}

::placeholder {
	font-size: 12px;
}

.mob-link-group {
	display: none;
}

.border-bottom {
	border-bottom: 1px solid white !important;
}

.logo-footer {
	height: 100px;
	width: auto !important;
}

.fa-instagram {

	display: inline-block;
	text-align: center;
	border-radius: 40px;
	color: #fff;
	vertical-align: middle;
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);

}

.fa-facebook {
	color: #1877f2 !important;
}

.fa-youtube {
	color: #f00 !important;
}

.core-menu a {
	font-family: 'Roboto Condensed', sans-serif !important;
}


.fa-telegram {
	color: #0088cc !important;
}

/* footer css */
.header {
	height: 100px;
	z-index: 111;
	padding: 20px 0;
	box-shadow: 0 8px 2px -2px #80808030;
}

/* .main-menu a{
    font-family: 'Roboto Condensed', sans-serif;
} */

.header nav {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.nav-content {
	display: flex;
	max-width: 20% !important;
	align-items: center;
	height: 100%;
	gap: 16px;
	justify-content: space-around;
}

.nav-bar {
	display: block;
}

.menu {
	transform: translate3d(0, 0, 0);
	transition-duration: 0.7s;
	transition-delay: 0.2s;
}

.menu {
	display: flex;
	flex-direction: column;
	max-width: 20rem;
	width: 100%;
	overflow-y: auto;
	color: white;

}

.menu-block {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.menu-link {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: inherit;
	text-transform: uppercase;
	transition: color 0.35s ease-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

.caption a {
	font-family: 'Poppins', -apple-system, Arial, Helvetica, sans-serif;
}

.menu-link:hover {
	color: black;
}

.menu-item {
	position: relative;
	line-height: 28px;
	margin-bottom: 7px;
}

.menu-item a {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: inherit;
	text-transform: uppercase;
	padding-right: 12px;
	color: white;
	transition: color 0.35s ease-out;
}

.menu-item a:hover,
.menu-item a:hover span {
	color: black;
}

.menu-item.has-collapsible {
	position: relative;
}

.menu-item.has-collapsible .menu-child {
	display: none;
	width: fit-content;
}

.menu-item.has-collapsible .menu-child .menu-child-item a {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 600;
	line-height: inherit;
	padding-left: 6px;
	padding: 0;
	color: white;
	padding-left: 1rem;
	text-transform: uppercase;
	transition: color 0.35s ease-out;
}

.menu-item.has-collapsible .menu-child .menu-child-item a:hover {
	color: black;
	;
}

/*  */

.menu-item.has-collapsible a {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.menu-item.has-collapsible span {

	font-size: 1rem;
	font-weight: 400;
	line-height: inherit;
	color: white;
	transition: all 0.35s ease;
}

.menu-item.has-collapsible span:hover {
	color: black;
	;
}

.menu-item.active.has-collapsible .menu-child {
	display: block;
	transition: all 0.35s ease;
}

.menu-item.active.has-collapsible span {
	transform: rotate(90deg);
	color: black;
}

.header-logo img {
	height: 60px;
}

.search-bar {
	/* max-width: 480px; */
	/* width: 100%; */
	width: max-content;
	height: 41px;
	flex-grow: 1;
	flex-shrink: 0;
	border: 1px solid gray;
	border: 1px solid #CDCDCD;
	background: #F9FAFC;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 0 12px;
	background: white;
	color: gray;
	overflow: hidden;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
}

.search-bar input {
	border: none;
	outline: none;
	/* width:100%; */
	width: max-content;
	height: 100%;
	/* padding: 20px 10px; */
	font-size: 12px;
	flex-grow: 1;
}

.nav-menu .nav-link-list {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 0;
	gap: 12px;
	padding: 10px 20px 20px 30px;
}

.nav-link-list .nav-link a,
.nav-link-list .nav-link {
	gap: 5px;
	color: var(--white-color);
	text-transform: uppercase;
	font-weight: 700;
}

.nav-link-list .nav-link a img {
	height: 20px;
	width: fit-content
}

.nav-link-btn {
	display: flex;
	gap: 5px;
	color: var(--main-color);
	font-weight: 800;
}

.nav-link-btn>a {
	color: var(--main-color);
	font-weight: 800;
	border-bottom: 1px solid transparent;

}

.nav-link-btn>a:hover {
	text-decoration: underline;
	border-bottom: 1px solid var(--main-color);
}

.register-btn {
	border: 2px solid #4B83FA;
}

.register-btn:hover {
	background-color: white;
	color: #4B83FA;
}

.login-btn {
	background-color: #4D49FE;
	border: 2px solid #4D49FE;

}

.login-btn:hover {
	background-color: white;
	color: #4D49FE;
}

.nav-bar {
	display: flex;
	color: var(--main-color);
	border-radius: 4px;
	padding: 5px;
	align-items: center;
	gap: 4px;
	font-weight: 500;
}

.nav-bar i {
	font-size: 1.3rem;
	height: 24px;
	width: 21px;
	font-weight: 800;
	cursor: pointer;
	color: var(--main-color);
}

.header-social-link {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	font-size: 1.2rem;
}

.profile {
	height: 30px;
	width: 30px;
	background-color: gray;
	overflow: hidden;
	border-radius: 50%;
	display: none;
}

.media-link {
	display: flex;
	justify-content: space-around;
	align-items: center;
	gap: 16px;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.fw-500 {
	font-weight: 500 !important;
}

.header {
	position: sticky;
	top: -1px;
	left: 0;
	background-color: white;
}

.header nav {
	justify-content: space-between;
	gap: 20px;
}


.card-title {
	font-size: 16px;
	font-weight: 600;
}

.card-text {
	font-size: 12px;
	color: gray;
}

img.card-img-top {
	max-height: 300px;
}

.card-body {
	min-height: 120px;
}

.tab-content {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	border-bottom: 2px solid red;
}

.tab-heading {
	margin-bottom: 0 !important;
	/*font-weight: 900;*/
	/*font-size: 16px;*/
	/*line-height: 24px;*/
	/*color:var(--main-color);*/
	margin-top: -8px;
	text-transform: uppercase;

	color: #F00;
	font-family: Inter;
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.tab {
	overflow-x: scroll;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
}

.tab span {
	padding: 0 12px;
	flex-shrink: 0;
	color: var(--main-color);
	font-weight: 800;
	line-height: 24px;
	cursor: pointer;
}

.tab span:hover,
.active-tab {
	background-color: black;
	color: white !important;
}

.view-btn {
	font-size: 10px;
	font-weight: 600;
	white-space: nowrap;
	margin-top: -6px;
	margin-left: auto;
	border: 1.5px solid var(--main-color);
}

.view-btn:hover {
	background-color: white !important;
	color: var(--main-color) !important;
	border-color: var(--main-color);
}

.view-btn-transparent {
	font-size: 10px;
	font-weight: 600;
	white-space: nowrap;
	margin-top: -6px;
	margin-left: auto;
	background-color: white;
	color: var(--main-color) !important;
	border: 1.5px solid var(--main-color);
}

.view-btn-transparent:hover {
	background-color: var(--main-color);
	color: white !important;
}

.v-height {
	max-height: 500px !important;
}

.h-width {
	min-width: 500px !important;
}

.instagram-feed-slider {
	overflow: hidden;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: start;
	flex-direction: row;
	padding: 20px 30px;
}

.instagram-feed-slider img {
	height: 150px;
	max-height: auto;
	width: 250px;
	border: 1px solid gray;
	border-radius: 6px;
}

.ad-box {
	text-align: center;
	background-color: #CDCDCD;

}

.ad {
	margin: auto;
	width: 100%;
	height: 200px;
	max-width: 90%;
	border: 1px solid gray;
	border-radius: 6px;
}

.img-slide {
	min-height: 120px;
	width: 150px;
	max-height: fit-content;
}

.music-telv .card-body {
	height: fit-content;
	min-height: fit-content;
}

.music-telv img.card-img-top {
	min-height: 220px;
	max-height: 300px;
}

.music-telv .card-title {
	color: gray !important;
}

.black-title {
	color: #000000;
}

.card-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px 4px;
	color: #3767a3;
	background: #dee2e6;
}

.card-bottom p.card-text {
	margin-bottom: 0;
	font-size: 7px !important;
	color: #3767a3;
	font-weight: 800;

}

.fa-xmark {
	cursor: pointer;
}

.webstories-slider img.card-img-top {
	min-width: 200px !important;
	max-width: 100%;
	min-height: 220px;
	max-height: 300px;
}

.webstories-slider .card-title {
	color: #000000 !important;
}

.webstories-slider .card-text {
	font-weight: 700;
}

.cinepedia-slider {
	display: flex;
	gap: 8px;
	justify-content: start;
	align-items: center;
	overflow: hidden;
}

.cine-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: fit-content;
	gap: 6px;
	margin: auto;
}

.cine-img {
	height: 200px;
	width: 140px;
	border-radius: 16px;
}

.cine-name {
	font-weight: 900;
	font-size: 12px;
	text-align: center;
}

.bdy-card {
	display: flex;
	gap: 12px;
}

.bdy-card img {
	height: 90px;
	border-radius: 8px;
	width: 90px !important;
	background-color: gray;
	flex-shrink: 0;
}

p {
	margin: 0;
}

.celb-card-box {}

.celb-detail {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 12px;
}
/*  */

.celb-detail p {
	color: #000000;
	font-weight: 900;
	font-size: 12px;
}

.celb-detail h6,
.celb-detail a {
	font-size: 12px;
	margin: 0;
}

.days-strip {
	position: absolute;
	display: flex;
	flex-direction: row;
	gap: 6px;
	/* right: -28%; */
	color: white;
	font-weight: 800;
	/* transform: rotate(90deg); */
	/* transform: rotateY(23deg); */
	top: 0;
	width: 212px;
	font-size: 10px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	background: var(--main-color);
	/* padding: 0px 18px 4px 1px; */
	justify-content: center;
	align-items: center;
	transform: rotate(90deg) translateX(107px) translateY(-138px);
	display: none;
}

.slider {
	padding: 10px;
}

.slider-card,
.webstories-slider .card {
	width: 100%;
	max-width: 240px;
	min-width: 180px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 12px;
}

.owl-carousel.owl-drag .owl-item {
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.tab-pane {
	width: 100%;
}

.owl-nav {
	width: calc(100% - 16px);
	top: 50%;
	position: absolute;
	left: 50%;
	color: white;
	transform: translate(-50%, -50%);
	display: flex !important;
	justify-content: space-between;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	font-size: 3.0rem !important;
	font-weight: bolder !important;
	color: white !important;
	/* background: #f8f9fa9e!important;
	border: 1px solid gray;
	height: 40px;
	width: 40px; */
	padding: 2px !important;
}

.owl-carousel nav .owl-nav button {
	padding: 2px !important;

}

.owl-carousel nav .owl-nav button {
	font-size: 3.0rem !important;
	font-weight: bolder !important;
	color: #212529 !important;
}

.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}

.owl-carousel .caption {
	text-align: center;
}

#movie-slider .card,
#webseries-slider .card {
	min-width: 200px;
	width: 100%;
	margin: auto;
}

#webseries-slider .owl-nav button span,
.dark-nav .owl-nav button span {
	color: black !important;
	;
	font-weight: 900;
}

.blog-slider .card {
	/* min-width: 200px!important;
	width: 100%;
	max-width: 220px; */
	/* margin: auto; */
	width: 220px;
	min-width: 210px;
	max-width: 100%;
}

#webstories-slider .card {
	min-width: 200px;
	max-width: auto;
}

.card-box {
	/* max-width: 240px!important; */
	border-radius: 8px;
	margin-bottom: 6px;

}

/* .slider-card{
	width: 180px;
    margin: auto;	
} */
.ad-card {
	width: 100% !important;
	display: flex;
}

.ad-card img {
	width: 100%;
}

.ad-box-lg {
	/* max-height: 550px; */
	/* max-width: 400px; */
	width: 100%;
	height: auto;
}

.ad-md-box {
	max-height: 300px;
	max-width: 400px;
}

.ad-horizontal {
	min-height: 300px;
	width: 100% !important;
	overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 18px;
	color: white;
	font-weight: 900;
}

.swiper-pagination-bullet {
	background-color: #000;
}

.ad-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

@media (max-width: 1200px) {
	.navigation-links {
		justify-content: normal;
		flex-direction: column;
		gap: 5px;

	}
}

@media (max-width: 992px) {

	.logo-footer {
		top: 0px !important;

	}

	.logo-section {
		text-align: center;
	}
}

@media(max-width:1000px) {

	.profile {
		display: flex;
		margin-left: 6px;
	}

	.media-link {
		display: none;
	}

	.search-bar {
		gap: 10px;
	}

	.celb-card-box {
		width: calc(100% - 60px);
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
	}
}

@media(max-width:769px) {
	.navigation-links {
		max-height: auto;
	}

	.search-bar {
		width: 280px;
		flex-direction: row-reverse;
	}

	.days-strip {
		display: none;
	}

	.cine-img {
		border-radius: 50%;
	}

	.tab {
		display: none;
	}

	.tab-content {
		padding-bottom: 8px;
	}

}

@media(max-width:569px) {

	/*.navigation-links .ul-list{*/
	/*	display: none;*/
	/*}*/
	.mob-link-group {
		display: block;
	}

	.footer-sub-desc {
		display: none;
	}

	.download-btn-group {
		display: none;
	}

	.d-xs-none {
		display: none;
	}

	.mob-link-group {
		display: flex;
		flex-direction: row;
		gap: 12px;
		flex-wrap: wrap;
	}

	.mob-link-group a {
		border-bottom: 1px solid white;
	}

	.logo-footer {
		height: 100px;
		width: auto !important;
	}

	.header {
		height: fit-content;
		padding: 10px 0;
	}

	.header-logo img {
		height: 45px;
	}

	.search-bar {
		width: fit-content;
		gap: 6px;
	}

	.header nav {
		gap: 10px;
	}

	.search-bar input {
		width: 100px !important;
	}

	.bdy-card {
		flex-direction: column;
		margin: auto;
	}

	.bdy-card img {
		border-radius: 50%;
	}

	.celb-detail h6,
	.celb-detail p,
	.celb-detail a {
		display: none;

	}

	.card-text.text-black {
		display: block !important;
	}

	.blog-slider .card,
	.sliider-card {
		min-width: 180px !important;
		width: 100%;
		max-width: 270px;
		margin: auto;
		margin-bottom: 20px;
	}
}

ul.nav .nav-link {
	color: #f00000 !important;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

ul.nav .nav-link.active {
	color: #ffffff !important;
	background-color: #000;
	font-weight: 600;
}

ul.nav {
	overflow-x: scroll;
	display: flex;
	flex-wrap: nowrap;
}

button.nav-link {
	white-space: nowrap;
}

@media (max-width: 400px) {
	.tab-heading {
		font-size: 18px !important;
	}
}

.profile_views_span {
	font-size: 15px !important;
}

.tags li {
	margin-top: 10px;
}