@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif !important;
  /* background-color: #0e1621; */
  color: #fff;
  /* background-color: #1a1f2b !important; */
  /* background-image: linear-gradient(to right, #021435 70%, #021435); */
  background: #010F29 !important;

}

/* Navbar */
.navbars {
  display: flex;
  justify-content: space-between;
  padding: 0px 160px;
  background-color: #1a1f2b;
  align-items: center;
  height: 57.62px;
}

#navbarNav ul li {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.nav-item i {
  color: #fff;
}

#navbarNav ul li a {
  color: #fff;
  white-space: nowrap;
}


.navbar-toggler-icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.navbars img {
  width: 100px;
  height: 57px;
}

.nav-links {
  list-style-type: none;
  display: flex;
  align-items: center;
}

.nav-links li {
  margin: 0 15px;
}

.nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 20px;
}

.nav-links i {
  width: 23px;
  /* height: 23px; */
  font-size: 1.125rem;
  color: #fff;
}

.nav-links img {
  width: 40px;
  height: 40px;
}

/* Hero Section */


.gapBottom {
  padding: 80px 20px;
}

.hero-content {
  width: 100%;
}

.heroCont {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px !important;
  max-width: 680px;

}

.px_5 {
  padding: 0px 100px !important;
}

.carousel-control-next,
.carousel-control-prev {
  width: 2% !important;
}

.live {
  font-size: 1rem;
  line-height: 22.4px;
  background-color: #ff0000;
  width: 62px;
  border-radius: 4px;
  padding: 3px 16px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 20px
}

.slidHeading {
  font-size: 3.375rem;
  line-height: 65px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0px;
}


/* .hero p {
  font-size: 18px;
  margin: 20px 0;
} */

.info {
  margin: 10px 0px 20px 0px;
}

.info span {
  border-right: 1px solid #ffffff30;
  padding-right: 8px;
  font-size: .7rem;
  font-weight: 700;
  color: #ffffff;
}

.actions {
  display: flex;
  margin-bottom: 20px;
}

.actions button {
  padding: 10px 20px;
  margin-right: 10px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 6px;
}

.actions button img {
  margin-right: 5px;
  width: 20px;
}

.watch-now {
  background-color: #c1272d;
  color: #fff;
}

.add-to-list {
  background-color: #ffffff1a;
  color: #fff;
}

.listDiv {
  /* height: 60px; */
  margin-top: 20px;
}

.listDiv span {
  margin-right: 12px;
}

.listDiv {
  overflow: hidden;
  /* Hides the overflow */
  width: 100%;
  /* Full width */
  position: relative;
  /* For positioning children */
}

.scrollable {
  display: flex;
  /* Flexbox for horizontal layout */
  overflow-x: auto;
  /* Enables horizontal scrolling */
  scroll-behavior: smooth;
  /* Smooth scroll */
  padding: 10px 0;
  /* Optional padding */
}

.scrollable span {
  flex: none;
  /* Prevents flex items from shrinking */
  display: flex;
  justify-content: center;
  align-items: center;
}

.scrollable img {
  max-width: 100%;
  /* Ensures images are responsive */
  height: auto;
  /* Maintains aspect ratio */
  cursor: pointer;
  /* Pointer cursor for interactive feel */
}

.platforms {
  display: flex;
}

.platform-placeholder {
  width: 100px;
  height: 30px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.remaining-time {
  font-size: 1.125rem;
}

/* Continue Watching */
.continue-watching {
  padding: 0px 30px;
  position: relative;
  margin-bottom: 40px;
}

.continue-watching h2 {
  font-size: 1.3rem;
  margin-left: 10px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
}

.slider-container {
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
  /* white-space: nowrap; */
  width: 100%;
  /* margin: 0px 10px; */
}

.slider {
  display: flex;
  transition: transform 0.4s ease-in-out;
  /* width: fit-content; */
  overflow-x: auto;
  scroll-behavior: smooth;
}

.slider::-webkit-scrollbar {
  display: none;
  /* Hide the scrollbar */
}

.card {
  padding: 20px;
  min-height: 400px;
  margin: 10px 0px 10px 0px;
}

.card p {
  color: #4d4c4c;
}

.card img {
  transition: .3s linear !important;
}

.card img:hover {
  transform: translate(1.1) !important;
}

.cardss {
  margin-right: 5px;
  border-radius: 5px;
  text-align: left;
}

.cardss p {
  margin: 0px 0px;
  margin-left: 10px;
  margin-top: 10px !important;
}

.cardss img {
  object-fit: cover;
  object-position: center;
  height: 150px;
  transition: .3s linear !important;
}

.cardss img:hover {
  transform: translate(1.4) !important;
}

.cardss_2 {
  margin-right: 5px;
  border-radius: 5px;
  text-align: left;
}

.cardss_2 p {
  margin-top: 10px !important;
}

.cardss_2 img {
  object-fit: cover;
  object-position: center;
  height: 315px;
  /* transition: .3s linear !important; */
}

.cardss_2 img:hover {
  transform: scale(1.1);
}

.cardss img:hover {
  transform: scale(1.1);
}

.web_series {
  position: relative;
  background-color: rgba(1, 15, 41, 0);
  height: auto;
  padding-top: 60px;
}

.web_series::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background:
    radial-gradient(circle at top left, rgb(1, 15, 41), rgba(1, 15, 41, 0.419) 20%),
    radial-gradient(circle at top right, rgb(1, 15, 41), rgba(1, 15, 41, 0.419) 20%),
    radial-gradient(circle at bottom left, rgb(1, 15, 41), rgba(1, 15, 41, 0.419) 20%),
    radial-gradient(circle at bottom right, rgb(1, 15, 41), rgba(1, 15, 41, 0.419) 20%),
    url(../images/webseries/banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Ensures the image covers the entire area */
}

.home_slider {
  position: relative;
  background-color: rgba(1, 15, 41, 0);
  height: auto;
  padding-top: 60px;
}

.home_slider::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background:
    radial-gradient(circle at top left, rgba(1, 15, 41, 0.13), rgba(1, 15, 41, 0.419) 20%),
    radial-gradient(circle at top right, rgba(1, 15, 41, 0.13), rgba(1, 15, 41, 0.19) 20%),
    radial-gradient(circle at bottom left,rgba(1, 15, 41, 0.13), rgba(1, 15, 41, 0.19) 20%),
    radial-gradient(circle at bottom right, rgba(1, 15, 41, 0.527), rgba(1, 15, 41, 0.419) 20%),
    url(../images/home/banner.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Ensures the image covers the entire area */
}
.movies {
  position: relative;
  background-color: rgba(1, 15, 41, 0);
  height: auto;
  /* padding-top: 60px; */
}


.live_channel {
  position: relative;
  background-color: rgba(1, 15, 41, 0);
  height: auto;
  padding-top: 60px;
}

.live_channel::before {
  content: "";
  position: absolute;
  top: -18%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background:
    radial-gradient(circle at top left, rgba(1, 15, 41, 0.13), rgba(1, 15, 41, 0.419) 20%),
    radial-gradient(circle at top right, rgba(1, 15, 41, 0.13), rgba(1, 15, 41, 0.19) 20%),
    radial-gradient(circle at bottom left,rgba(1, 15, 41, 0.13), rgba(1, 15, 41, 0.19) 20%),
    radial-gradient(circle at bottom right, rgba(1, 15, 41, 0.527), rgba(1, 15, 41, 0.419) 20%),
    url(../images/live/banner.jpeg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* Ensures the image covers the entire area */
}


.ppppp {
  height: 300px;
  width: 200px;
  position: relative;
  overflow: hidden;
}

.pppp {
  width: 200px;
  display: flex; 
  justify-content: center; 
  align-items: center; 
}

.pppp img {
  width: 100%;
  height: auto; 
  object-fit: cover;
}
.ms_10{
  margin-left: 35px !important;
}
.ms_4 {
  position: relative;
  display: inline-block;
  margin-left: 35px !important;
}

.web_ms_4 {
  margin-left: 0px !important;
}

.ms_4::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 8%;
  width: 30px;
  height: 3px;
  background-color: red;
  transform: translateX(-50%);
}

.carousel-item {
  transition: transform 0.5s ease;
  /* Smooth transition */
}

.carousel-item-next,
.carousel-item-prev {
  display: block;
  /* Required to position the next and prev items */
}

.carousel-item-next {
  transform: translateX(100%);
  /* Move next item offscreen to the right */
}

.carousel-item-prev {
  transform: translateX(-100%);
  /* Move prev item offscreen to the left */
}

.carousel-item.active.carousel-item-next {
  transform: translateX(0);
  /* Bring the active item back to center */
}

.carousel-item.active.carousel-item-prev {
  transform: translateX(0);
  /* Bring the active item back to center */
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}


h3 {
  font-size: 1rem !important;
  margin: 0px 0px 0px 0px !important;
  font-weight: 600 !important;
  line-height: 21px !important;
  color: #e6e7ea !important;
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  /* line-height: 19.6px; */
  color: #d6d9dd;
}

button.prev,
button.next {
  position: absolute;
  top: 157px;
  transform: translateY(-50%);
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #00000080;
  border: none;
  color: white;
  font-size: 1.5rem;
  padding: 10px;
  cursor: pointer;
}

/* button.prev {
  left: 10px;
} */

button.next {
  right: 0px;
}

button.prev:hover,
button.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Footer */
.footer {
  /* background-color: #021435; */
  background-image: linear-gradient(to right, #010F29 70%, #67685d);
  padding: 25px;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  color: #777;
}

.footer p {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 24px;
  color: #d6d9dd;
}

.footer img {
  margin-bottom: 10px;
  /* Space below logo */
}

.social-icons {
  display: flex;
  /* Use flexbox for social icons */
  justify-content: center;
  /* Center the icons */
  flex-wrap: wrap;
  /* Allow wrapping on smaller screens */
}

.social-icon {
  width: 24px;
  /* Standard icon size */
  height: 24px;
  /* Standard icon size */
  margin-right: 24px;
  /* Space between icons */
}

.nav_icon {
  margin-right: 20px;
}

/* Search input and magnifying icon wrapper styling */
.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.search-wrapper input[type="search"] {
  width: 100%;
  padding: 8px 40px 8px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 50px;
  outline: none;
  /* This removes the black border on focus */
}

.search-wrapper .search-icon {
  position: absolute;
  right: 10px;
  /* Adjusts position to be inside the input */
  font-size: 20px;
  color: #999;
  cursor: pointer;
}


/* .heroCont {
    width: 100%;
    line-height: 20px;
  } */




/* .col-lg-12{
    padding-left: 0px !important;
    padding-right: 0px !important;
  } */

.listDiv span {
  margin-right: 0px;
}



.gapBottom {
  margin-bottom: 0px !important;
  padding: 20px 0px !important;
}

.continue-watching h2 {
  margin: 0px;
}

.slider-container {
  margin: 0px;
}

.shortImg {
  width: 235px;
  height: 160px;
  border-radius: 4px;
}

.longImg {
  width: 236px;
  height: 315px;
  border-radius: 4px;
}


.cardss h3 {
  line-height: 10px !important;
  margin-bottom: 8px !important;
}



.checked {
  color: orange;
}

.progress {
  height: 6.1px !important;
  width: 40%;
  background-color: #9a9a9a !important;
  margin-bottom: 10px;
}

.sr-only {
  color: #fff !important;
  background-color: #fff !important;
}

.card img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.menu {
  display: flex;
  gap: 20px;
  /* margin-left: 12px; */
  margin-bottom: 30px ;
}

.px_5 h2 {
  margin-bottom: 20px !important;

}

.section {
  display: none;
  position: relative;
}

.active-section {
  display: block;
}

.menu span {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 30px;
  margin-right: 20px;
  color: #ffffff;
  cursor: pointer;
}

.menu span.active {
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid red;
}

/*  */


/* General styles for the carousel */
.carousel-item {
  height: auto;
  /* Let the height adjust automatically */
}

.hero-content {
  padding: 20px;
}

.heroCont {
  font-size: 1rem;
  /* Default size */
}
.listDiv img {
  height: 30px;
  max-width: 60px;
  margin: 0px 10px;
}

.webseries_img1 {
  width: 150px;
}




.prev {
  top: 56% !important;
  height: 64% !important;
  width: 60px !important;
}

.prev_2 {
  top: 51% !important;
  height: 75% !important;
  width: 60px !important;
}

.prev_3 {
  top: 42% !important;
  height: 84% !important;
  width: 60px !important;
}

.prev_4 {
  top: 44% !important;
  height: 88% !important;
  width: 60px !important;
}

.next {
  top: 56% !important;
  height: 64% !important;
  width: 60px !important;
}

.next_2 {
  top: 51% !important;
  height: 75% !important;
  width: 60px !important;
}

.next_3 {
  top: 42% !important;
  height: 84% !important;
  width: 60px !important;
}

.next_4 {
  top: 44% !important;
  height: 88% !important;
  width: 60px !important;
}

.web_menu {
  max-width: 100% !important;
  overflow-x: scroll;
  overflow-y: hidden;
}

.web_menu span {
  font-size: 12px;
  display: flex;
  white-space: nowrap;
}

.web_menu::-webkit-scrollbar {
  height: 0px;
  width: 0px;
}

.web_menu::-webkit-scrollbar-track {
  background: #010F29;
}

.web_menu::-webkit-scrollbar-thumb {
  background-color: #010F29;
  border-radius: 10px;
}

.web_menu::-webkit-scrollbar-thumb:hover {
  
}
.my_res{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ms_25::after{
  left: 20% !important;
}
.ms_5::after{
  left: 4% !important;
}

.w_50{
  width: 250px !important;
}
.w_50 img{
  width: 100% !important;
}
.ms_0{
  margin-left: 0px !important;
}

/* Media Queries */

/* For tablets */
@media (max-width: 992px) {
  .ppppp{
    display: none !important;
  }
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    /* Stack items vertically */
  }
  .ms_4::after{
    left: 12% !important;
  }
  .ms_5::after{
    left: 6% !important;
  }
  .ms_25::after{
    left: 25% !important;
  }
  .ms_12::after{
    left: 12% !important;
  }

  .nav_icon {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .social-icon {
    margin-right: 15px;
    /* Reduce margin between icons */
  }

  .my_res{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .prev {
    top: 52% !important;
    width: auto !important;
    height: auto !important;
  }

  .next {
    top: 52% !important;
    width: auto !important;
    height: auto !important;
  }

  .prev_2 {
    top: 52% !important;
    width: auto !important;
    height: auto !important;
  }

  .next_2 {
    top: 52% !important;
    width: auto !important;
    height: auto !important;
  }

  .continue-watching h2 {
    font-size: 16px !important;
    /* margin-bottom: 0px !important; */
  }

  .continue-watching {
    padding: 0px 10px !important;
  }

  .card {
    padding: 5px !important;
  }

  .menu span {
    font-size: 16px !important;
  }

  .card-body {
    padding: 20px !important;
  }

  .px_5 {
    padding: 0px 20px !important;
  }

  /* .continue-watching {
    margin-bottom: 25px !important;
  } */


  .cardss_2 img {
    object-fit: cover;
    object-position: center;
    height: 224px;
  }

  .ms_4 {
    margin-left: 0px !important;
  }
  .ms_10{
    margin-left: 0px !important;
  }
}

/* For mobile devices */
@media (max-width: 576px) {


  .social-icon {
    margin-right: 10px;
    /* Reduce margin for mobile */
    width: 20px;
    /* Smaller icons for mobile */
    height: 20px;
    /* Maintain aspect ratio */
  }

  .continue-watching h2 {
    font-size: 12px !important;
  }

  .menu span {
    font-size: 12px !important;
  }
}

.res_px {
  padding: 10px 90px !important;
}

@media (max-width: 992px) {
  .res_px {
    padding: 10px 20px !important;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .navbars {
    padding: 0px;
  }

  .navbars img {
    width: 48px;
    height: 29px;
  }

  .nav-links li {
    margin: 0 5px;
  }

  .nav-links a {
    font-size: 0.8rem;
  }

  .nav-links i {
    font-size: 5px;
    display: flex;
  }

  .nav-links img {
    width: 20px;
    height: 20px;
  }

  .hero-content h1 {
    font-size: 2.25rem;
    margin: 0px;
  }

  .live {
    padding: 3px 16px;
    position: relative;
    top: 14px;
  }

  .slidHeading {
    margin-bottom: -5px;
    font-size: 3rem;
  }

  .info {
    margin-bottom: 0px;
  }

  .info span {
    font-size: 1rem;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-content {
    padding: 15px;
  }

  .slidHeading {
    font-size: 1.5rem;
    /* Adjust heading size */
  }

  .heroCont {
    font-size: 0.9rem;
    /* Smaller font for smaller screens */
  }
}

@media (max-width: 576px) {
  .hero-content {
    padding: 10px;
  }

  .slidHeading {
    font-size: 1.25rem;
    /* Further adjust heading size */
  }

  .heroCont {
    font-size: 0.8rem;
    /* Further smaller font */
  }
  .menu{
    margin-bottom: 0px !important;
  }
  .mb5_{
    margin-bottom: 20px !important;
  }
}