.view-all-mbl{
  display: none;
}
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/


/*** Common CSS Start ***/
.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
    font-weight: 200;
    font-family: 'Montserrat', sans-serif;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
    font-weight: 700;
    font-family: 'Fredoka', sans-serif;
}

.display-4,
.display-5,
.display-6 {
    font-weight: 600;
}

.wow,
.animated {
    animation-duration: 2s !important;
}
/*** Common CSS End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    border: 0;
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.btn-border-radius {
    border-radius: 25% 10%;
}

.img-border-radius {
    border-radius: 50% 20% / 10% 40%;
}

.title-border-radius {
    border-radius: 10% 30%;
}
/*** Button End ***/


/*** Topbar Start ***/
.topbar .top-info {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

.topbar .top-link a:hover {
    background: var(--bs-secondary) !important;
}

.topbar .top-link a:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/


/*** Navbar Start ***/
/* Custom Navbar Styling */

.navbar {
  background-color: rgb(171, 149, 250) !important;
border :none;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  top: -10px; /* Moves the navbar 10px up */
  z-index: 10;
  padding: 10px 10px;
}


.navbar .nav-link.custom-nav {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar .nav-link.custom-nav:hover,
.navbar .nav-link.custom-nav.active {
  color: #e91e63; /* Highlight on hover or active */
}

.navbar {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
  }

  .navbar-logo {
    height: 40px;
  }

  .nav-link.custom-nav {
    font-size: 20px;
    padding: 10px 10px;
  }

  .navbar-toggler {
    padding: 4px 8px;
    font-size: 16px;
  }


.custom-nav {
  position: relative;
  font-weight: bold;
  font-size: 1rem;
  color: #333 !important;
  padding: 8px 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
}
.navbar-nav .nav-item {
 margin-left: 60px; /* adjust spacing between items */
}


.custom-nav:hover,
.custom-nav.active {
  background: linear-gradient(to right, #ff6acd, #c59130, #2eaa49);
  color: white !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.custom-navbar {
  height: 60px;
  background-color: #ffe4ec; /* light pink */
  padding: 0 20px;
}
@media (max-width: 576px) {
  .navbar-logo {
    height: 60px !important;
  }
}
img {
    border: none;
    box-shadow: none;
}
img {
    border: none;
    box-shadow: none;
}
.logo-container {
    border: none !important;
    box-shadow: none !important;
}


/*** Navbar End ***/


/*** Hero Header ***/
.hero-header,
.page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.05)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Hero Header ***/

/* Footer Copyright Styling */
.copyright {
   background-color: #210a74 !important;
  border: 3px solid #070652;
   border-radius: 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 30px;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Styling for links inside footer */
.copyright a {
  color: #5062ca;
  text-decoration: none;
  font-weight: 600;
}

.copyright a:hover {
  color: #2e7d32;
  text-decoration: underline;
}

/* Icon alignment and spacing */
.copyright i {
  margin-right: 5px;
  color: white;
}

/* Responsive text alignment (Bootstrap classes already applied) */


/*** About Start ***/


  h1 {
      background: linear-gradient(to right, #3467d4); /* Two-color gradient */
      color: rgb(240, 241, 245); /* Text color */
      padding: 20px;
      text-align: center;
      border-radius: 30px;
      font-family: Arial, sans-serif;
       font-size: 3em;
       border: 3px solid black;
       box-shadow: 0 4px 15px rgba(175, 29, 29, 0.2);
      letter-spacing: 3px;
      
    }
/* Mobile Style */
@media (max-width: 576px) {
  h1 {
    font-size: 2em;               /* Smaller font */
    padding: 15px;                /* Less padding */
    border-radius: 20px;          /* Softer corners */
    letter-spacing: 1px;          /* Tighter spacing */
    box-shadow: none;             /* Remove shadow if needed */
    border: 2px solid #3467d4;    /* Lighter border */
    background: linear-gradient(to right, #3467d4, #5a8bf0); /* Optional gradient */
  }
}
.video {
    position: relative;
    height: 90%;
    min-height: 200px;
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}
@media (max-width: 768px) {
  .game-card {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .slider-container {
    padding: 10px;
    max-width: 100%;
  }
}
.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-secondary);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--bs-primary);
    border-radius: 50%;
    transition: all 200ms;
}

.video .btn-play img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}



.about {
    background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** About End ***/


/*** service Start ***/
.service {
    background: linear-gradient(rgba(255, 72, 128, 0.05), rgba(255, 72, 128, 0.2));
}

.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    border-radius: 50% 20% / 10% 40%;
    transition: 0.5s;
    position: relative;
}

.service-content::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: transparent;
    border-radius: 50% 20% / 10% 40%;
    transition: .5s;
}

.service-item:hover {
    border: 1px solid var(--bs-secondary) !important;
}

.service-item:hover .service-content::after {
    background: var(--bs-secondary);
    width: 100%;
    opacity: 1;
    z-index: 1;
}

.service-item .service-content .service-content-inner {
    position: relative;
    z-index: 2;
}

.service-item .service-content-inner i,
.service-item .service-content-inner p,
.service-item .service-content-inner a.h4 {
    transition: 0.5s;
}

.service-item:hover .service-content-inner i,
.service-item:hover .service-content-inner p {
    color: var(--bs-white) !important;
}
.service-item:hover .service-content-inner a.h4 {
    color: var(--bs-primary);
}

.service-item:hover .service-content-inner a.btn-primary {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.service-item .service-content-inner a.btn-primary:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Programs Start ***/
.program {
    background: linear-gradient(rgba(255, 72, 128, 0.1), rgba(255, 72, 128, 0.1));
}

.program .program-item .program-img .program-rate {
    position: absolute;
    width: 100px; 
    top: -20px; 
    left: 50%; 
    margin-left: -50px; 
    border-radius: 10% / 50%;
}

.program .program-item .program-text {
    padding-top: 150px; 
    margin-top: -125px;
}

.program .program-item .program-img img,
.program .program-item .program-teacher img,
.program .program-item:hover .program-text-inner a.h4 {
    transition: 0.5s;
}

.program .program-item:hover .program-img img,
.program .program-item:hover .program-teacher img {
    transform: scale(1.2);
}

.program .program-item:hover .program-text-inner a.h4 {
    color: var(--bs-primary) !important;
}
/*** Programs End ***/


/*** Events Start ***/
.events .events-item {
    width: 100%;
    height: 100%;
    border-radius: 30%;
    position: relative;
}

.events .events-item .events-inner .events-rate {
    position: absolute;
    width: 120px; 
    top: -20px; 
    left: 50%; 
    margin-left: -60px; 
    border-radius: 10% / 50%;
}

.events .events-item .events-inner .events-img .event-overlay {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
}

.events .events-item .events-inner .events-img:hover .event-overlay {
    opacity: 1;
}

.events .events-item .events-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px;
    transition: 0.5s;
}

.events .events-item:hover .events-img::after {
    height: 100%;
    opacity: 1;
}

.events .events-item .events-text a.h4,
.events .events-item .events-img img {
    transition: 0.5s;
}

.events .events-item:hover .events-text a.h4 {
    color: var(--bs-primary) !important;
}

.events .events-item:hover .events-img img {
    transform: scale(1.3);
}
/*** Events End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    bottom: auto;
    background: rgba(77, 101, 249, .7);
    border-radius: 10px 10px 0 0;
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
    height: 100%;
    opacity: 1;
}

.blog .blog-item .blog-date-comments {
    padding-top: 150px !important; 
    margin-top: -125px;
}

.blog .blog-item .blog-img img,
.blog .blog-item .blog-content img,
.blog .blog-item .blog-text-inner a.h4 {
    transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-content img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-text-inner a.h4 {
    color: var(--bs-primary);
}
/*** Blog End ***/



/*** Team Start ***/
.team .team-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.team .team-item .team-icon {
    position: absolute;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.team .team-item .team-icon a.share-link {
    opacity: 0;
    transition: 0.5s;
}

.team .team-item:hover .team-icon a.share-link {
    opacity: 1;
}

.team .team-item .team-content,
.team .team-item .team-content h4,
.team .team-item .team-content p {
    transition: 0.5s;
}

.team .team-item:hover .team-content {
    background: var(--bs-primary) !important;
    border-radius: 0 0 10px 10px;
}

.team .team-item:hover .team-content h4 {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content p {
    color: var(--bs-dark) !important;
}
/*** Team end ***/


/*** testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
    
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-secondary);
}
/*** testimonial End ***/


/*** Footer Start ***/
.footer {
    background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 1)), url(../img/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer .footer-galary-img img {
    width: 100%;
    border-style: dotted; 
    border-color: var(--bs-primary);
    transition: 0.5s;
}

.footer .footer-galary-img img:hover {
    transform: scale(1.2);
}

.footer-item a.text-body:hover {
    color: var(--bs-secondary) !important;
}

/*** Footer End ***/

    .slider-container {
      position: relative;
      overflow: hidden;
      padding: 30px;
    }

    .slider-track {
      display: flex;
      gap: 20px;
      transition: transform 0.5s ease;
    }

    .game-card {
      min-width: 500px;
      max-width: 250px;
      background-color: rgb(171, 201, 230);
      border: 3px solid #10054b;
      border-radius: 10px;
      text-align: center;
      padding: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s, border-color 0.2s;
    }

    .game-card:hover {
      transform: scale(1.05);
      border-color: #2c3e50;
    }

    .game-card img {
      width: 100%;
      height: 200px;
      border-radius: 5px;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .game-card h3 {
      margin: 0;
      color: #333;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #2c3e50;
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 1;
      border-radius: 50%;
    }

    .arrow:hover {
      background-color: #1a252f;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    @media (max-width: 768px) {
      .game-card {
        min-width: 80%;
      }
    }
    .carousel-item img {
      width: 100%;
      height: 600px;
      object-fit: cover;
    }
    .carousel-item img {
  width: 100%;
  height: 600px;
  object-fit: fill;
}

@media (max-width: 768px) {
  .carousel-item img {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .carousel-item img {
    height: 250px;
  }
}

    body {
  font-family: serif;
  background-image: url('');  /* ✅ Your image path */
  background-size: cover;         /* Full screen fit */
  background-position: center;    /* Center the image */
  background-repeat: no-repeat;   /* No repeating */
  background-attachment: fixed;   /* Stays while scrolling */
  padding: 10px;
  background: linear-gradient(to right, #a1c4ce, #7dade9);

}

    .video-section { background: #fff; border-radius: 10px; padding: 20px; margin-bottom: 30px; }
    iframe { width: 100%; max-width: 400px; height: 225px; border: none; border-radius: 10px; }
    .see-all { display: inline-block; margin-top: 10px; padding: 10px 15px; background: #007BFF; color: white; text-decoration: none; border-radius: 5px; }

    .slider-container {
      position: relative;
      overflow: hidden;
      padding: 30px;
    }

    .slider-track {
      display: flex;
      gap: 20px;
      transition: transform 0.5s ease;
    }

    .video-card {
      min-width: 320px;
      max-width: 320px;
      background-color: rgb(171, 201, 230);
      border: 3px solid #222168;
      border-radius: 10px;
      text-align: center;
      padding: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s, border-color 0.2s;
    }

    .video-card:hover {
      transform: scale(1.05);
      border-color: #2c3e50;
    }

    .video-card iframe {
      width: 100%;
      height: 200px;
      border-radius: 8px;
      border: none;
      margin-bottom: 10px;
    }

    .video-card h3 {
      margin: 0;
      color: #333;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #2c3e50;
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 1;
      border-radius: 50%;
    }

    .arrow:hover {
      background-color: #1a252f;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    @media (max-width: 768px) {
      .video-card {
        min-width: 90%;
      }
    }

    .slider-container {
      position: relative;
      overflow: hidden;
      padding: 30px;
    }

    .slider-track {
      display: flex;
      gap: 20px;
      transition: transform 0.5s ease;
    }

    .comic-card {
      min-width: 250px;
      max-width: 250px;
      background-color: rgb(171, 201, 230);
      border: 3px solid #0c0435;
      border-radius: 10px;
      text-align: center;
      padding: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s, border-color 0.2s;
    }
@media (max-width: 768px) {
  .comic-card {
    width: 90% !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .slider-container {
    padding: 10px;
    max-width: 100%;
  }
  
}
    .comic-card:hover {
      transform: scale(1.05);
      border-color: #2c3e50;
    }

    .comic-card img {
      width: 100%;
      height: 180px;
      border-radius: 8px;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .comic-card h3 {
      color: #333;
      margin: 0;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #2c3e50;
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 1;
      border-radius: 50%;
    }

    .arrow:hover {
      background-color: #1a252f;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    @media (max-width: 768px) {
      .comic-card {
        min-width: 80%;
      }
    }

    .slider-container {
      position: relative;
      overflow: hidden;
      padding: 30px;
    }

    .slider-track {
      display: flex;
      gap: 10px;
      overflow-x: auto;
    scroll-behavior: smooth;
       padding: 10px;
      transition: transform 0.5s ease;
    }

    .story-card {
      min-width: 250px;
       flex-shrink: 0;
      background-color: rgb(171, 201, 230);
      border: 3px solid #1d0653;
      border-radius: 10px;
      text-align: center;
      padding: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s, border-color 0.2s;
    }
@media (max-width: 768px) {
  .-card {
    width: 90% !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .slider-container {
    padding: 10px;
    max-width: 100%;
  }
    .story-card:hover {
      transform: scale(1.05);
      border-color: #2c3e50;
    }
  }

    .story-card img {
      width: 100%;
      height: 180px;
      border-radius: 8px;
      object-fit: cover;
      margin-bottom: 10px;
    }

    .story-card h3 {
      color: #333;
      margin: 0;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: #2c3e50;
      color: white;
      border: none;
      padding: 10px;
      cursor: pointer;
      z-index: 1;
      border-radius: 50%;
    }

    .arrow:hover {
      background-color: #1a252f;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    @media (max-width: 768px) {
      .story-card {
        min-width: 80%;
      }
    }

.video-section {
  display: flex;
  align-items: center;
  position: relative;
  margin: 20px 0;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.slider-track::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.video-card {
  flex: 0 0 auto;
  width: 300px;
  background: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
  height:350px
}
@media(max-width:768px){
  .video-card {
  height:350px
}
}
.video-card iframe {
  width: 100%;
  height: 170px;
  border: none;
  border-radius: 5px;
}

.arrow {
  background-color: #007bff;
  color: white;
  font-size: 30px;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
}
.arrow.left {
  margin-right: 10px;
}
.arrow.right {
  margin-left: 10px;
}

.game-section {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
  scrollbar-width: none;
}
.slider-track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .game-card {
    width: 90% !important;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .slider-container {
    padding: 10px;
    max-width: 100%;
  }
}

.game-card {
  flex: 0 0 auto;
  width: 180px;
  text-align: center;
  background: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.game-card img {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
}
.arrow {
  background-color: #007bff;
  color: white;
  font-size: 30px;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
}
.arrow.left {
  margin-right: 10px;
}
.arrow.right {
  margin-left: 10px;
}

.comic-section {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
  scrollbar-width: none;
}
.slider-track::-webkit-scrollbar {
  display: none;
}

.comic-card {
  flex: 0 0 auto;
  width: 180px;
  background: white;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  padding: 10px;
}
.comic-card img {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
}
.arrow {
  background-color: #007bff;
  color: white;
  font-size: 30px;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
}
.arrow.left {
  margin-right: 10px;
}
.arrow.right {
  margin-left: 10px;
}


.story-section {
  display: flex;
  align-items: center;
  margin: 20px 0;
  position: relative;
}

.slider-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 10px;
  scrollbar-width: none;
}
.slider-track::-webkit-scrollbar {
  display: none;
}

.story-card {
  flex: 0 0 auto;
  width: 180px;
  background: white;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.story-card img {
  width: 100%;
  height: 120px;
  border-radius: 8px;
  object-fit: cover;
}
.arrow {
  background-color: #007bff;
  color: white;
  font-size: 30px;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 2;
}
.arrow.left {
  margin-right: 10px;
}
.arrow.right {
  margin-left: 10px;
}
@media (max-width: 768px) {
  .comic-card img,
  .game-card img {
    height: 220px;
  }
}

h1, h2, h3, h4, h5, h6 {
  /* Default desktop size */
  font-size: h6;
}

@media (max-width: 768px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  h5 {
    font-size: 14px;
  }
  h6 {
    font-size: 12px;
  }
}
/* Desktop */
.navbar-nav {
  margin-left: 60px;
  gap: 1rem; /* gap-1 */
}

/* Mobile */
@media (max-width: 768px) {
  .navbar-collapse {
    justify-content: center !important; /* center menu */
  }

  .navbar-nav {
    margin-left: 0 !important;
    flex-direction: column;
    gap: 0.5rem;
    font-size: 14px; /* smaller font */
    text-align: center;
  }

  .navbar-nav .nav-item {
    padding: 8px 0;
  }

  .custom-nav {
    font-weight: bold !important;
  }

  /* Optional: Increase tappable area for toggler */
  .navbar-toggler {
    padding: 0.5rem 1rem;
  }
}

.view-all-link {
  position: absolute;
  right: 15px;
  top: 60%;
  transform: translateY(-70%);
  color: white;
  text-decoration: none;
  font-size: 5rem;
  font-weight: 600;
  white-space: nowrap;
}

.view-all-link {
  font-size: 1.3rem;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 576px) {
  .section-heading-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .view-all-link {
    margin-top: 10px;
    font-size: 1.1rem;
    text-align: center;
    right: 40%;
    top:72%;
  }
  h1{
    height: 80px;
  }
}





