/* Light Theme */
body {
    background-color: #f9f9f9;
    color: #000;
    margin: 0;
    padding: 0;
  }
  

  .menu{
    align-items: center;
  }

  .headermenu {
    border-top: 3px solid #090641;
    align-items: center;
    text-align: center;
    width: 80%;
    position: absolute;
    left: 10%;
    right: 10%;
    transform: translate(-0%, -50%);
    animation: menuAnimation 2s infinite;
  }
  

  

  .headermenu2{
    border-top: 3px solid #090641;
    align-items: center;
    text-align: center;
    width: 300px;
    position: absolute;
    right: 0%;


    animation: menuAnimation2 2s infinite;
  }


  
  .navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  
  .activemenu{
    color: #0083db !important;
  
    font-size: 20px !important;
   
  }

/* Rest of the CSS code */
/* Rest of the CSS code */

.menu ul {
    /* Existing CSS properties */
    /* Add the following properties */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  /* Add the following media query */
  @media (min-width: 768px) {
    .menu {
      position: static;
      width: auto;
      height: auto;
      background-color: transparent;
      transition: none;
    }
  
    .menu ul {
      display: block;
      text-align: center;
    }
  
    .menu li {
      display: inline-block;
      margin: 0 2px;
      align-items: center;
 
      text-align: center;
    }
  
    .menu a {
    

      text-align: center;
      display: inline-block;
      padding: 2px;
      text-align: center;
      text-decoration: none;
      color: #090641;
      font-weight: 750;
      font-size: medium;
      align-items: center;
    }
  }
  
.menu {
    /* Existing CSS properties */
    /* Add the following properties */
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    transition: left 0.4s ease-in-out;
  }
  
  .menu.active {
    left: 0;
  }
  
  /* Add the following media query */
  @media (min-width: 768px) {
    .menu {
      position: static;
      width: auto;
      height: auto;
      background-color: transparent;
      transition: none;
    }
  
    .menu.active {
      left: 0;
    }
  }
  
  .menu li {
    margin-right: 20px;
  }
  
  .menu li a {
    text-decoration: none;
    color: #090641;
    font-weight: 750;
    font-size: medium;
    transition: all 0.5s;
  }
  .menu li a:hover {
    text-decoration:line-through;
    color: #0083db;
    font-weight: 750;
    font-size: medium;
    transition: all 0.4s;
  }
  
  .toggle {
    display: none;
    cursor: pointer;
  }
  
  .bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
  }
  
  @media only screen and (max-width: 768px) {
    .menu {
      display: none;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-top: 20px;
    }
  
    .menu.active {
      display: flex;
    }
  
    .toggle {
      display: block;
    }
  
    .toggle.active .bar:nth-child(1) {
      transform: rotate(-45deg) translate(-5px, 6px);
    }
  
    .toggle.active .bar:nth-child(2) {
      opacity: 0;
    }
  
    .toggle.active .bar:nth-child(3) {
      transform: rotate(45deg) translate(-5px, -6px);
    }
  }
  #india-text:hover {
    font-size: 20px;
    font-weight: 800;
    text-shadow:   0px 0px 10px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ff9225, #128807);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 1s;
  }
  #india-text {
    font-size: 20px;
    font-weight: 800;
    text-shadow:   0px 0px 10px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #090641, #0083db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.8s;
  }
  .newsscrl{
    background-color: #0083db;
    color: white !important;
    
  }
  .headlines{
    background-color: #090641;
    color: white;
    font-weight: 500;
    padding-top: 2px;
   
  }
  .h4headlines{
    color: #ffffff !important;
    animation: flicker 1s infinite;
  }
  @keyframes flicker {
    0%, 100% {
      opacity: 1;
      
    }
    50% {
      opacity: 0.6;
      color: #ff9225;
    }
  }
  .reflection-effect {
    position: relative;
    overflow: hidden;
  }

  .reflection-effect::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%; /* Adjust the height as needed */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.8) 100%);
    transform: scaleY(-1);
  }
  .jcaption{
    color: #fff;
     font-size: 10px;
  }
  .newsimage{
    width: 450px;
    height: 100px;
  }

  .card-img .newsimage {
    transition: transform 1s ease;
  }

  .card-img:hover, .newsimage:hover {
    transform: scale(1.1);
  }


  .footer {
    background-color: #090641;
    padding: 20px;
    text-align: center;
    height: 100px;
  }
  
  .footer-text {
    color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
  }
  
  .footer-credit {
    color: #fff;
    font-size: 12px;
  }
  
  .footer-credit a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-credit a:hover {
    text-decoration: underline;
  }
  .popularheadlines{
    color: #ffffff !important;
    animation: flicker 1s infinite;
  }
  .newsscr{
    background-color: #b8b7b7;
    color: rgb(46, 46, 46) !important;
  }
  .social-icons {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .news-title:hover .social-icons {
    opacity: 1;
  }
  .news-title{
   border-bottom: 1px solid black;
    padding: 10px;
    border-radius: 5px;
  }
  .news-title:hover{
    border-bottom: 2px solid #090641;
  }
  .mainnews{
    color: #1061c5;
  }
  .mainnews:hover{
    color: #000;
  }
  .mainnews:hover{
    text-decoration: none;
  }
  .gug{
    color: red !important;
  }
  .popular{
    background-color: #090641; color: #b8b7b7;
    width: max-content;
    width: 100%;
  }