.banner {
    /* height: 600px; */
    /* border-radius: 12px; */
    color: white;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    padding: 30px;
}

/* .banner-1 {
    background: #212529;
} */

.banner-2 {
    background: #000;
}

.banner-3 {
    background: linear-gradient(135deg, #1e3a8a, #1e3a8a);
}

/* .banner-4 {
    background: linear-gradient(135deg, #f7971e, #ffd200);
} */

.banner-5 {
    background: linear-gradient(135deg, #8e2de2, #4a00e0);
}

/* .banner-6 {
    background: linear-gradient(135deg, #11998e, #38ef7d);
} */




/* pilltab css */

/* Default pill look */
.nav-pills .nav-link {
    color: #fefefe;
    /* border-radius: 50px; */
    transition: all 0.3s ease;
    font-size: large !important;
}
/* Games2learn */
.nav-pills .nav-link.pill-green.active {
  background-color: #16a34a;
  color: #fff;
}


/* Kidsflix */
.nav-pills .nav-link.pill-black.active {
  background-color: #5b5b5b;
  color: #fff;
}

/* Boomer11 */
.nav-pills .nav-link.pill-darkblue.active {
  background-color: #1e3a8a;
  color: #fff;
}

/* Learn2fit */
.nav-pills .nav-link.pill-pink.active {
  background-color: #ff88a4;
  /*color: #bdc90d;*/
  border: 1px solid #ddd;
}
@media (max-width: 768px) {

  .navbar-toggler {
    margin-left: auto;
    margin-right: 10px;
  }

}


@media (max-width: 768px) {

  .fx-navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fx-login-btn {
    font-size: 12px;
    padding: 6px 10px;
    white-space: nowrap;
  }

}


/* REMOVE THIS */
@media (max-width: 768px) {
  .fx-login-btn {
    display: none;
  }
}



.video-card {
  background: #fff;
}

.video-thumb {
  position: relative;
  /* border-radius: 6px; */
  overflow: hidden;
}


.video-thumb img {
  width: 100%;
  /* height: 420px; */
  object-fit: cover;
}

/* playstream css */
/* =========================
   PLAYSTREAM – MOBILE
========================= */
@media (max-width: 768px) {

  .ps-hero {
    min-height: auto;
    padding: 40px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .ps-card {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    gap: 20px;
    text-align: center;
  }

  .ps-content {
    align-items: center;
  }

  .ps-logo {
    font-size: 20px;
  }

  .ps-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .ps-qr {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ps-qr img {
    width: 140px;
    height: auto;
  }

  .ps-qr span {
    margin-top: 8px;
    font-size: 13px;
  }

}


/* BACKGROUND SECTION */
.ps-hero {
  position: relative;
  height: 100vh;
  background-image: url("images/dragon.jpg"); /* <-- your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* scanner */
.qr-section {
  text-align: center;
  padding: 40px;
}
.qr-section img {
  width: 180px;
  height: 180px;
}
.qr-section p {
  font-size: 16px;
  color: #111;
  margin-top: 12px;
}


/* CENTER CARD */
.ps-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: linear-gradient(135deg, #1f7a3a, #145c2c);
  border-radius: 18px;

  display: flex;
  align-items: center;
  gap: 40px;

  padding: 40px 50px;
  color: #fff;
  max-width: 800px;
  width: 90%;
}

/* LEFT CONTENT */
.ps-logo {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ps-content p {
  font-size: 20px;
  line-height: 1.4;
}

/* QR SIDE */
.ps-qr {
  background: #fff;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  color: #000;
}

.ps-qr img {
  width: 130px;
  height: 130px;
}

.ps-qr span {
  display: block;
  font-size: 12px;
  margin-top: 8px;
}


/* PLAY BUTTON */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  color: #fff;
  font-size: 18px;
  padding: 10px 14px;
  border-radius: 6px;
}

/* BLACK LABEL */
.video-label {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 85%;
}

/* INFO BELOW CARD */
.video-info {
  display: flex;
  justify-content: space-between;
  padding: 10px 5px;
  font-size: 13px;
}

.video-category {
  color: #9c27b0;
  font-weight: 500;
}

.video-trainer {
  color: #ff5722;
}

@media (max-width: 768px) {

  .navbar-toggler {
    margin-left: auto;
    margin-right: 10px;
  }

}


@media (max-width: 768px) {

  .fx-navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .fx-login-btn {
    font-size: 12px;
    padding: 6px 10px;
    white-space: nowrap;
  }

}



.fx-navbar {
  background: #fff;
  padding: 15px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* LOGOS */
.fx-logo {
  height: 45px;
}

/* MENU */
.fx-menu .nav-link {
  color: #ff4da6;
  font-weight: 500;
  padding: 8px 14px;
}

.fx-menu .nav-link.active {
    font-weight: 600;
    color: #fff !important;
}

/* DROPDOWN */
.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* LOGIN BUTTON */
.fx-login-btn {
  background: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}




/* watcho */
.nav-pills .nav-link.pill-orange.active {
  background-color: #7019e1;
  color: #fff;
}

/* playstream */
.nav-pills .nav-link.pill-greens.active {
  background-color: #198754;
  color: #fff;
}

/* =========================
   WATCHO NAVBAR – MOBILE
========================= */
@media (max-width: 768px) {

  /* Navbar base */
  .banner-5 .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
  }

  /* Left side */
  .banner-5 .nav-left {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* Logo size */
  .banner-5 .logo {
    font-size: 20px;
    white-space: nowrap;
  }

  /* 🔴 Menu hide on mobile */
  .banner-5 .menu {
    display: none;
  }

  /* Right side */
  .banner-5 .nav-right {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  /* Search icon */
  .banner-5 .search {
    font-size: 16px;
  }

  /* Buttons small & clean */
  .banner-5 .subscribe,
  .banner-5 .signin {
    font-size: 12px;
    padding: 5px 8px;
    white-space: nowrap;
  }

}


body{
  background:#0f0f0f;
  font-family: Arial, sans-serif;
}

.stream-section{
  padding:20px;
  color:#fff;
}

.stream-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:15px;
}

.stream-title{
  font-size:20px;
  font-weight:600;
}

.stream-more{
  color:#bbb;
  font-size:14px;
  text-decoration:none;
}

.stream-row{
  display:flex;
  gap:15px;
  overflow-x:auto;
  padding-bottom:10px;
}

.stream-row::-webkit-scrollbar{
  height:6px;
}

.stream-row::-webkit-scrollbar-thumb{
  background:#333;
  border-radius:10px;
}

.stream-card{
  min-width:260px;
  background:#1a1a1a;
  border-radius:10px;
  overflow:hidden;
  transition:transform 0.3s ease;
  cursor:pointer;
}

.stream-card:hover{
  transform:scale(1.05);
}

.stream-card img{
  width:100%;
  height:150px;
  object-fit:cover;
}

.stream-info{
  padding:10px;
}

.stream-info h4{
  font-size:15px;
  margin:0 0 5px;
}

.stream-info p{
  font-size:12px;
  color:#aaa;
  margin:0;
}


/* Ducubay */
.nav-pills .nav-link.pill-red.active {
  background-color: #dc2626;
  color: #fff;
}

/* SECTION */
.sb-section {
  background: #000;
  /* padding: 50px 70px; */
  color: #fff;
}

/* HEADER (Screenshot style) */
.sb-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.sb-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
}

.sb-bar {
  width: 5px;
  height: 32px;
  background: #aaa;
}

.sb-white {
  color: #fff;
}

.sb-red {
  color: red;
}

.sb-show {
  color: red;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* CARDS */
.sb-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.sb-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.sb-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* OVERLAY */
.sb-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.sb-card img {
  width: 100%;
  height: 330px;
  object-fit: cover;
}

/* CENTER OVERLAY */
.sb-hover {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.85);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  opacity: 0;
  transition: 0.4s ease;
  padding: 20px;
}

.sb-card:hover .sb-hover {
  opacity: 1;
}





/* kidsflix css */

 
.rhymes_world {
    position: relative !important;
    overflow: hidden;
    background-color: #2196f3;
}


.bck_image, .bck_red {
    margin-top: -8px;
}

.title_0.rhymes_world.mb-0::before {
    content: "";
    display: inline-block;
    width: 38px;
    height: 50px;
    background-image: url('stack-of-books.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
    vertical-align: middle;
    animation: bounce 1s infinite alternate;
    margin-top: 20px;
}




/* games css */


.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
}



/* background image */
.explore_section {
    position: relative;
    height: 260px;
    margin-top: 80px;
    z-index: 10; /* IMPORTANT */
}

.explore_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("explore.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
}

.heading-2 {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-size: 26px;
    letter-spacing: 14px;
    line-height: 260px;
}




.carousel,
.carousel-inner {
    z-index: 1;
}



/* boomer css */
body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.top-navbar {
  height: 60px;
  background: linear-gradient(90deg, #a000a8, #2b0a45);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  color: #fff;
}

.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nav-center {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: bold;
}

.logo {
  height: 28px;
}

.icon {
  height: 22px;
}

.coins {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
}

.notification {
  position: relative;
}

.badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: red;
  color: white;
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 50%;
}


.bottom-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1a1440;
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #cfcfe6;
  font-size: 11px;
}

.nav-item img {
  height: 22px;
  margin-bottom: 4px;
}

.nav-item.active {
  color: #ffc107;
}

.nav-item.active img {
  filter: brightness(1.5);
}


/* watcho css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0f0f0f;
  color: #fff;
  font-family: Arial, sans-serif;
}

/* Navbar */
.navbar {
  height: 64px;
  background: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

/* Left side */
.nav-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

/* Logo */
.logo {
  font-size: 28px;
  font-weight: bold;
  color: #ff2d6f;
}

.logo span {
  color: #4fc3f7;
}

/* Menu */
.menu {
  display: flex;
  list-style: none;
  gap: 22px;
}

.menu li {
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
  position: relative;
}

.menu li:hover,
.menu li.active {
  color: #fff;
}

/* New badge */
.badge {
  background: red;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 4px;
}

/* Right side */
.nav-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* Search */
.search {
  font-size: 16px;
  cursor: pointer;
}

/* Subscribe */
.subscribe {
  background: transparent;
  border: 1px solid gold;
  color: gold;
  padding: 7px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}

/* Sign in */
.signin {
  background: #ff2d6f;
  border: none;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
}



@media (max-width: 768px) {
  .container {
    padding: 10px;
  }

  .banner{
  padding: 0px;
  }

  .explore_section{
    display:none;
  }
}
