﻿body {
  font-family: "Noto Sans Gujarati", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #202020;
}
.c-primary {
  color: #fc0303;
}
.cd-primary {
  background-color: #fc0303;
}
.c-white {
  color: #fff !important;
}
.c-black {
  color: #202020;
}
.c-green {
  color: #007a00;
}
.c-gray {
  color: gray;
}
.c-red {
  color: #cc0000;
}
.main-title {
  font-size: 24px;
  font-weight: 700;
}
.line-h-normal {
  line-height: normal;
}
.desc {
  font-size: 16px;
  color: gray;
}
a {
  text-decoration: none;
  color: #202020;
}
a:hover {
  color: #fc0303;
}
a:hover svg path {
  fill: #fc0303;
}
a.view-all {
  font-size: 15px;
  font-weight: 500;
}
.cust-btn {
  color: #fff;
  padding: 12px 25px;
  background-color: #fc0303;
}
.cust-btn:hover,
.cust-btn:active,
.cust-btn:focus {
  color: #fff;
  background-color: #fc0303;
}
.side-menu a {
  color: gray;
}
.side-menu a:hover {
  color: #fc0303;
}
.no-txt-selection {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bookmark-lbl {
  background-image: url(../img/bookmark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  cursor: pointer;
}
.bookmark-int:checked + .bookmark-lbl {
  background-image: url(../img/bookmark-active.svg);
}
.news-video:before {
  content: "";
  position: absolute;
  background: #000;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100% !important;
}
.fancybox__content {
  width: 305px !important;
  height: 545px !important;
}
.users-rating hr {
  border-color: #d7d7d7;
}
header .social-media svg:hover path {
  fill: #fc0303;
}
header .weather-box li {
  font-weight: 500;
}
header .weather-box li:first-child {
  list-style-type: none;
}
header .weather-box li::marker {
  color: #fc0303;
}
header .header-menu ul li {
  margin-right: 30px;
}
header .header-menu ul li a {
  text-decoration: none;
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
header .logo-header{
  height: 50px;
}
header .logo-top{
  margin-top: 17px !important;
}
header .header-menu ul li a:hover {
  color: #fc0303
}
header .header-menu ul li a.active {
  color: #fc0303
}
header .second-menu {
  display: none;
}

header .search-box input {
  height: 48px;
}
header .search-box input:focus {
  box-shadow: none;
}
header .search-box button {
  background-color: #fc0303;
  border: 0;
  border-radius: 5px;
}
.marquee-title {
  background: url(../img/triangle.svg) no-repeat;
  background-size: contain;
  display: inline-flex;
  width: 145px;
  height: 39px;
  background-color: #f3f3f3;
}
.marquee {
  background-color: #f3f3f3;
  padding: 9px 9px 9px 0;
}
.marquee li {
  justify-content: center;
  min-width: 310px;
}
.bg-img-content-news {
  background-size: cover;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bg-img-content-news.news-box-big {
  min-height: 524px;
}
.bg-img-content-news.news-box-big .news-title {
  font-size: 26px;
  line-height: normal;
}
.bg-img-content-news.news-box-small {
  min-height: 250px;
}
.bg-img-content-news.news-box-small .news-title {
  font-size: 22px;
  line-height: normal;
}
.photo-gallery-listing .main-box .tg-top-bg,
.photo-gallery-listing .main-box .tg-bottom-bg,
.photo-gallery-listing .second-box .tg-top-bg,
.photo-gallery-listing .second-box .tg-bottom-bg {
  min-height: 170px;
  background-position: center;
  background-size: cover;
}
.photo-gallery-listing .main-box small,
.photo-gallery-listing .second-box small {
  color: gray;
}
.photo-gallery-listing .second-box .tg-top-bg,
.photo-gallery-listing .second-box .tg-bottom-bg {
  min-height: 98px;
}
.listing-news {
  display: flex;
}
.listing-news .news-title {
  font-size: 18px;
  line-height: normal;
}
.listing-news .img-box {
  background-position: center;
  background-size: cover;
  max-width: 135px;
  height: 110px;
  min-width: 135px;
}
:root {
  --star-size: 60px;
  --star-color: #d3d3d3;
  --star-color-1: #d3d3d3;
  --star-background: #fc0303;
  --star-background-1: #f5c518;
}
.Stars,
.Stars.imdb {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 26px;
  font-family: Times;
  line-height: 1;
}
.Stars::before,
.Stars.imdb::before {
  content: "★★★★★";
  letter-spacing: 1px;
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.Stars.imdb::before {
  background: linear-gradient(
    90deg,
    var(--star-background-1) var(--percent),
    var(--star-color-1) var(--percent)
  );
}
.cust-tab .nav-link1 {
  border-radius: 50px;
  border: 0;
  color: gray;
  line-height: 13px;
  padding: 10px 25px;
}
.cust-tab .nav-link1.active {
  background-color: #fc0303;
  color: #fff;
}
.horoscope-news .horoscope-swiper .swiper-pagination {
  bottom: -5px;
}
.horoscope-news .horoscope-box {
  background-color: #fef1ed;
}
.movie-swiper .swiper-pagination {
  bottom: -5px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fc0303;
}
#user-profile input {
  min-height: 54px;
  font-size: 14px;
  font-weight: 600;
}


.photo-gallery-listing {
  display: flex;
  flex-wrap: wrap;
}

/* Styling for the individual video container */
.news-video {
  position: relative;
  width: 100%;
  height: 650px; /* Set a consistent height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000; /* Optional: fallback background color */
  border-radius: 16px; /* Optional: matches your rounded-4 class */
}

/* Ensure the video thumbnail fits within the container */
/* .news-video img.img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover; 
} */

.news-video img.position-absolute {
  z-index: 2;
}
.news-card {
  position: relative;
  width: 100%;
  height: 250px; /* Consistent height */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: #000 !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); /* Soft shadow */
}

.news-card-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0)); 
  padding: 12px;
  backdrop-filter: blur(1px); /* Softens the gradient */
}

/* Title Styling */
.news-card-title {
  color: #fc0303 !important;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6); /* Adds depth */
}

.news-card-date {
  color: white;
  font-size: 14px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5); 
}






.middle_menu a {
  font-size: 16px;
  font-weight: 500;
  color: #202020;
}
.dropdown-item.active {
  background-color: #fc0303 !important;
  color: white !important; /* Optional: ensure text is readable */
}

.nav-link.active {

  color: #fc0303 !important
        /* Optional for rounded look */
}
.slider-nav .slick-slide{
  margin:0 15px
}
.item_rounded{
  width: 100%;
  aspect-ratio: 16 / 9;
  /* background-color: #f1f2f3; */
}
.item_rounded img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.slider-for{
  margin-bottom: 0 !important;
}
.slider-for .slick-dots li {
 
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slider-for .slick-dots {
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: #00000042;
  margin: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0 0 0 / 64%) 0%, rgb(238 238 238 / 31%) 100%);
}
.slider-for .slick-dots li button:before {
  font-size: 8px;
  line-height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }

}
@media (max-width: 1700px) {
 
}
@media (max-width: 991px) {
  .category_menu {
    padding-bottom: 0px;
  }
  /* .footer-category {
    display: none !important;
  } */
  .bg-img-content-news.news-box-big {
    min-height:250px;
  }

}

@media (max-width: 767px) {
  header .weather-box li {
    font-size: 11px;
  }
  .category_menu {
    padding-bottom: 10px;
    display: flex;
    align-items: center;
  }
  /* .footer-category {
    display: none !important;
  } */
  .bg-img-content-news.news-box-big {
    min-height:250px;
  }
}

@media (max-width: 650px) {
  /* .footer-category {
    display: none !important;
  } */
  /* header .fixed-top .second-menu {
    display: none !important;
  } */
  .bg-img-content-news.news-box-big {
    min-height:250px;
  }
}
@media (max-width: 450px) {
  /* .footer-category {
    display: none !important;
  } */
  .bg-img-content-news.news-box-big {
    min-height:250px;
  }
}
@media (max-width: 350px) {
  /* .footer-category {
    display: none !important;
  } */
  .video-previewview {
    height: 100px;
  }
  .bg-img-content-news.news-box-big {
    min-height:250px;
  }
}
