* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, sans-serif;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 60px;
    background-color: white;
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .navbar-left {
    display: flex;
    align-items: center;
  }
  
  .logo {
    width: 60%;
    height: auto;
    object-fit: cover;
  }
  
  .nav-links {
    display: flex;
    gap: 16px;
  }
  
  .nav-item {
    font-size: 14px;
    color: #111;
    cursor: pointer;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-variation-settings:
      "wdth" 100;
  }
  
  .navbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .search-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .arrow-down{
    object-fit: cover;
    padding-top: 5px;
  }
  
  .sign-in {
    padding: 12px 29px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
    font-weight: bold;
    cursor: pointer;
  }
  .Register{
    padding: 12px 9px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: rgb(0, 0, 0);
    color: white;
    font-weight: bold;
    cursor: pointer;
  }
  
 
  
  .roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  .roboto2 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }


  .ticker-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 30px
  }
  .ticker-container2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
    border-bottom: 1px solid #ccc;
    background-color:#f8eadd ;
    padding: 10px 22px;
  }
  .ticker-container3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  
    border-bottom: 1px solid #ccc;
    background-color:#020202 ;
    padding: 10px 31px;
    color: white;
  }
  .gymkhana{
    font-size: 10px;text-align: end;
  }


  .ticker-item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .ticker-icon {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-right: 6px;
  }

  .up {
    border-bottom: 10px solid green;
  }

  .down {
    border-top: 10px solid red;
  }

  .ticker-label {
    font-weight: bold;
    margin-right: 5px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  .ticker-value {
    margin-right: 5px;
    font-size: 14px;
    
  }
  .ticker-change {
    font-size: 14px;
    color: green;
  }
  .ticker-change2 {
    font-size: 14px;
    color: #a00000;
  }

  .ticker-change.up {
    color: green;
  }

  .ticker-change.down {
    color: #a00000;
  }

  .market-link {
    display: flex;
    align-items: center;
    margin-left: auto;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
  }

  .market-link span {
    color: blue;
    font-size: 14px;
    margin-right: 5px;
  }



  .container {
    width: 87%;
    margin: auto;
  }
  .section1{
    display: flex;
    
    padding: 0rem 0rem 1rem 0rem;
  }
  .width70{
    width: 70%;
  }
  .width90{
    width: 90%;
  }
  .width30{
    width: 30%;
    padding: 10px;
  }
  
  .breadcrumb {
    font-size: 0.95rem;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    color: #333;
    border-top: 1px solid #e1e1e1;
  }
  
  .breadcrumb a {
    text-decoration: none;
    color: #404040;
    font-weight: 600;
    margin-top: 1rem;
  }
  
  .divider {
    color: #888;
    margin-top: 1rem;
  }
  
  .content h1 {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 15px;
    color:#404040;
    line-height:2.4rem;
  }
  
  .subheadline {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.2rem;
    padding: 0px 5px;
  }
  
  .timestamp {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    padding: 10px 10px 20px 7px;
    font-size: 10px !important;
  }
  .timestamp2 {
    font-size: 12px;
    color: #666;
    margin-bottom: 20px;
    padding: 10px 10px 20px 7px;
    font-size: 10px !important;
  }
  .imagealignment{
    display: flex;
    justify-content: center;
    width: 100%;
  }
  
  .news-image {
    width: 89%;
    
    height: 11rem;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .news-image5 {
    width: 89%;
    
    height: auto;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .news-image2 {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .news-image3 {
    width: 100%;
    height: 5rem;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  .sectionone-container {
   display: flex;
   gap: 1rem;
   padding:1rem 0rem;
   
  }
  .sponsored-section{
      padding:1rem;
  }
  
  .sectionone-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    gap: 15px;
  }
  
  .sectionone-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
  }
  
  .sectionone-content {
    flex: 1;
  }
  .imageandtext{
    display: flex;gap: 2px;
  }
  
  .sectionone-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      color: #404040;
  }
  
  .sectionone-time {
    font-size: 11px;
    color: #666;
    padding: 10px 0px
  }
  
  .sectionone-divider {
    border: none;
    border-top: 1px solid #ccc;
    margin: 10px 0;
  }
  

  .section2{
    display: flex;
  }
  .width40{
    width: 50%;
  }

  .sectionone-container2 {
   margin-top: 2rem;
   
    
    gap: .8rem;
  }
  .sectionone-container3 {
    padding: 2rem 0rem;
    display: flex;
     gap: .8rem;
     border-top: 1px solid #ccc;
   }
   .sectionone-container4 {
    padding: 2rem 0rem;
    display: flex;
     gap: .8rem;
    
   }
  .sec2border{
    border-top: 1px solid #ccc;
    padding: .6rem 0rem;
  }
  .sec2space{
    padding: .6rem 0rem;
  }
  .border-bottom{
    border-bottom: 1px solid #e1e1e1;
  }
  .whitetext{
    color: white;
  }
  .background{
    background: linear-gradient(90deg,rgba(0,0,0,.25) 0,rgba(64,64,64,0));
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2.2222222222vw;
    z-index: 0;
  }

  footer  footer-section footer-info footer-social social-icons footer-section two-footer two-footer-top two-footer-links topfoterheight two-footer-bottom two-footer-links topfoterheight


  .footer {
    background-color: #f9f9f9;
    padding: 2rem 0rem;
  }

  .footer-section {
   width: 96%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid #ddd;
    padding: 1rem 0rem;
  }

  .footer-info, .footer-social, .footer-products {
    flex: 1 1 300px;
  }

  .footer h2 {
    font-size: 18px;
    margin-bottom: 1rem;
  }

  .footer p {
    line-height: 1.6;
    font-size: 14px;
    color: #404040;
  }

  .social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
  }

  .social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    font-size: 1.2rem;
  }

  .footer-products h3 {
    font-size: 1.1rem;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    gap: 0.3rem;
  }

  .footer-products p {
    margin-top: 0.5rem;
    font-size: 0.9rem;
  }
  .two-footer {
      background-color: #fff;
      padding: 20px;
      font-size: 14px;
      color: #333;
      border-top: 1px solid #ddd;
    }

    .two-footer-top {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 10px;
    }
    .topfoterheight{
        padding-top: 1rem;
    }

    .two-footer-links {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .two-footer-links a {
      color: #000;
      text-decoration: none;
      font-weight: bold;
      position: relative;
    }

    .two-footer-links a::after {
      content: "↗";
      font-size: 10px;
      margin-left: 4px;
      vertical-align: top;
    }

    .two-footer-note {
      margin-top: 10px;
      color: #555;
    }

    .two-footer-bottom {
      margin-top: 15px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .two-footer-logo img {
      height: 24px;
    }



    .dark-container {
        display: flex;
        flex-wrap: wrap;
        min-height: 80vh;
      }
  
      .dark-text-section {
        flex: 1 1 18%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #111;
      }
  
      .dark-text-section h2 {
        font-size: 14px;
        color: #ccc;
        margin-bottom: 16px;
        text-transform: uppercase;
      }
  
      .dark-text-section h1 {
        font-size: 25px;
        line-height: 1.3;
        margin-bottom: 20px;
        color: white;
      }
  
      .dark-text-section p {
        font-size: 12px;
        color: #ccc;
      }
  
      .dark-image-section {
        flex: 1 1 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
      }
  
      .dark-image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
  
      .dark-photo-credit {
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 12px;
        color: #ccc;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 4px 8px;
      }
      .sponsored-section h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
      }
      
      .sponsored-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(392px, 1fr));
        gap: 20px;
        border: 1px solid #e1e1e1;
      }
      
      .sponsored-item {
        display: flex;
        align-items: flex-start;
        gap: 15px;
        padding:28px 10px;
      }
      
      .sponsored-item img {
        width: 70px;
        height: 70px;
        object-fit: cover;
        border-radius: 4px;
      }
      
      .content h3 {
        font-size: 1rem;
        margin: 0 0 5px 0;
      }
      
      .content p {
        font-size: 0.9rem;
        color: #666;
        margin: 0;
      }
      .width76{
        width: 40%;
      }
      a{
        color: #404040;
        text-decoration: none;
            }
  


      /*  */

      .categroy-type{
        font-size: 2rem;
        padding: 1rem 3rem;
        font-weight: bold;
        color: #404040;
    }
    .category-container {
      display: flex;
      flex-wrap: wrap;
      gap: 0.75rem;
      margin: 0 auto;
        width: 94%;
      
    }

    .category {
      padding: 0.6rem 1rem;
      border: 1px solid #b4afaf;
      border-radius: 2rem;
      font-weight: bold;
      cursor: pointer;
      transition: all 0.3s ease;
      font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      color: #666666;
      font-size: 13px;
    }

    .category:hover {
      background-color: #e0e0e0;
    }
    .category-first{
        margin: 0 auto;
        width: 90%;
    }


     .categorytwo-container {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem 5rem;
      gap: 2rem;
        width: 63%;
    }
    .categorytwo-container2 {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem 3rem;
      gap: 2rem;
        width: 77%;
    }

    .categorytwo-main-story {
      flex: 2;
      min-width: 300px;
    }

    .categorytwo-main-story img {
      width: 100%;
      height: auto;
    }

    .categorytwo-side-stories {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 20px;
      min-width: 300px;
    }

    .categorytwo-side-story img {
      width: 100%;
      height: auto;
    }

    .categorytwo-headline {
      font-size: 2.5rem;
      font-weight: bold;
      color: #404040;
      margin: 10px 0;
    }
    .categorytwo-headline2 {
      font-size: 1.3rem;
      font-weight: bold;
      color: #404040;
      margin: 10px 0;
    }

    .categorytwo-meta {
      color: #777;
      font-size: 14px;
      margin-bottom: 10px;
    }

    .categorytwo-text {
      font-size: 19px;
      color: #404040;
    }

    .categorytwo-category {
      font-size: 14px;
      font-weight: bold;
      color: #555;
      margin-bottom: 5px;
    }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      margin: 0 auto;
      width: 94%;
    }
    .news-grid2 {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      padding: 0rem 4.7rem;
      width: 60%;
    }
    .news-grid3 {
      display: flex;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 20px;
      padding: 0rem 2.7rem;
      width: 77%;
    }

    .card {
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }


    .card img {
      width: 100%;
      height: 15rem;
      object-fit: cover;
    }

    .card-content {
      padding: 15px 0px;
    }

    .tag {
      font-size: 0.75rem;
      color: #555;
      margin-bottom: 6px;
      text-transform: uppercase;
      font-weight: 600;
    }

    .title {
      font-size: 18px;
      font-weight: bold;
      color: #404040;
      margin-bottom: 10px;
    }

    .timestamp {
      font-size: 0.85rem;
      color: #666;
    }
    .timestamp2 {
      font-size: 0.85rem;
      color: #666;
    }

    .categorythird-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin: 0 auto;
      width: 94%;
    }
    .categorythird-container2 {
      display: flex;
     
      gap: 20px;
    }

    .categorythird-card {
      background: #fff;
      /* border: 1px solid #ddd; */
      flex: 1 1 calc(33.333% - 20px);
      display: flex;
      flex-direction: column;
      border-right: 1px solid #ccc;
    }
    .categorythird-card2 {
      background: #fff;
      border-top: 1px solid #ccc;
      display: flex;
      padding: 13px 0px;
    
    }

    .categorythird-card img {
      width: 96%;
      height: 17rem;
      object-fit: cover;

    }
    .categorythird-card2 img {
      width: 25%;
      object-fit: cover;
      height: auto;
    }

    .categorythird-content {
      padding: 15px 0px;
    }
    .categorythird-content2 {
      padding: 15px;
    }

    .categorythird-content small {
      color: #888;
      font-size: 16px;
      display: block;
      margin-bottom: 5px;
    }
    .categorythird-content2 small {
      color: #888;
      font-size: 16px;
      display: block;
      margin-bottom: 5px;
          padding: 0px 7px;
    }

    .categorythird-content h3 {
      font-size: 18px;
      margin: 0;
       font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      color: #404040;
      height: 3rem;
      padding: 0px 3px;
    }
    .categorythird-content2 h3 {
      font-size: 18px;
      margin: 0;
       font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
      color: #404040;
      height: 3rem;
      padding: 0px 3px;
    }
    .spons{
      padding: 1rem 3rem;
}




/* */

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    height: 60px;
    background-color: white;
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid #e1e1e1;
  }
  
  .navbar-left {
    display: flex;
    align-items: center;
  }
  
  .logo {
    width: 60%;
    height: auto;
    object-fit: cover;
  }
  
  .nav-links {
    display: flex;
    gap: 16px;
  }
  
  .nav-item {
    font-size: 14px;
    color: #111;
    cursor: pointer;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-variation-settings:
      "wdth" 100;
  }
  
  .navbar-right {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  
  .search-icon {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }
  .arrow-down{
    object-fit: cover;
    padding-top: 5px;
  }
  
  .sign-in {
    padding: 12px 29px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: white;
    font-weight: bold;
    cursor: pointer;
  }
  .Register{
    padding: 12px 9px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: rgb(0, 0, 0);
    color: white;
    font-weight: bold;
    cursor: pointer;
  }
  
 
  
  .roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  .roboto2 {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

  .detail-container {
      width: 82%;
      margin: 0 auto;
    }
    .detailfirst{
      display: flex;
      gap: 1rem;
    }
    .width60{
      width: 75%;
    }

    .detail-headline {
      font-size: 2.3rem;
      font-weight: 700;
      margin-bottom: 16px;
      color: #404040;
    }

    .detail-author {
      font-weight: bold;
      margin-bottom: 4px;
      color: #404040;
    }

    .detail-date {
      color: #666;
      font-size: 0.9rem;
      margin-bottom: 20px;
    }

    .detail-news-image {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 20px;
    }

    .detail-controls {
      display: flex;
      gap: 12px;
      margin-top: 20px;
    }

    .detail-controls button {
      background-color: #f2f2f2;
      border: none;
      padding: 10px;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.2s;
    }

    .detail-controls button:hover {
      background-color: #ddd;
    }

   .news-container {
      max-width: 800px;
      margin: 0 auto;
      background-color: #fff;
      border-left: 4px solid #c00;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    
    .news-header {
      display: flex;
      align-items: center;
      padding: 10px 15px;
      border-bottom: 1px solid #eee;
    }
    
    .news-header h2 {
      font-size: 24px;
      font-weight: bold;
      color: #000;
      padding-left: 5px;
    }
    
    .news-item4 {
      position: relative;
      padding: 15px 15px 15px 35px;
      border-bottom: 1px solid #eee;
    }
    
    .timeline-dot {
      position: absolute;
      left: 15px;
      top: 20px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #666;
      border: 2px solid #fff;
      box-shadow: 0 0 0 1px #ccc;
    }
    
    .timestamp {
      font-size: 14px;
      color: #666;
      margin-bottom: 6px;
    }
    
    .news-category {
      font-weight: bold;
    }
    
    .news-title {
      font-size: 18px;
      font-weight: bold;
      color: #000;
      line-height: 1.3;
      margin-bottom: 5px;
      text-decoration: none;
    }
    
    .news-title a {
      color: #000;
      text-decoration: none;
    }
    
    .news-title a:hover {
      color: #c00;
    }
    



    .timeline {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 20px; /* Adjust this to give some space on the left */
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0; /* Adjust this to position the line more to the left */
    width: 2px;
    background: #404040;
}

.timeline-item {
    position: relative;
    margin: 20px 0 10px 0px;
    color: #666;
    font-family: Roboto, sans-serif;
    font-size: .785rem;
    font-weight: 700;
    
}
.timelinetext{
  font-size: 15px;
  font-weight: bold;
    line-height: 1.2rem;
        font-family: Roboto, sans-serif;
        color: #404040;

}
.latest{
  font-weight: bold;
  border-left: 3px solid #e70404;
  padding: 0px 5px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -24px; /* Adjust this to position the circles properly */
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid #404040;
    top: 0;
}
     .frr {
      border: 1px solid #b7b7b7;
      border-radius: 5px;
      padding: 10px;
             /* Add height to enable scrolling */
        } 

   
    

  

  

    @media (max-width: 768px) {

        .detail-headline {
        font-size: 1.5rem;
      }
      

  .footer-section {
   width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    border-top: 1px solid #ddd;
    padding: 1rem 0rem;
  }
      .title {
        font-size: 1rem;
      }
      .categorythird-card {
        flex: 1 1 100%;
      }
      .categorythird-card {
        flex: 1 1 calc(50% - 20px);
      }

      .timestamp {
        font-size: 0.75rem;
      }
      .timestamp2 {
        font-size: 0.75rem;
      }
      .categorytwo-container {
        flex-direction: column;
      }
      .categorytwo-container2 {
        flex-direction: column;
      }
      .categorytwo-container {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem 1rem;
      gap: 2rem;
      width: 90%;
  }
   .categorythird-card2 {
      background: #fff;
      border-top: 1px solid #ccc;
      display: flex;
      padding: 13px 0px;
       flex-direction: column;
    }
  .categorytwo-container2 {
      display: flex;
      flex-wrap: wrap;
      padding: 1rem 1rem;
      gap: 2rem;
      width: 100%;
  }
  .news-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0rem 1rem;
    width: 90%;
}
 .news-grid3 {
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0rem 1rem;
    width: 100%;
    flex-direction: column;
}
.categorythird-content2 h3 {
    height: 5rem;
    padding: 0px 3px;
}
.categorythird-card2 img {
    width: 35%;
    object-fit: cover;
    height: auto;
}
.category-container {
    display: none;
   
}
.categroy-type {
    font-size: 2rem;
    padding:  1rem;
    font-weight: bold;
    color: #404040;
    margin: 0rem;
}
.card-content {
    padding: 15px 0px;
}
.spons{
      padding: 1rem 1rem;
}
.categorytwo-headline {
    font-size: 2rem;
    font-weight: bold;
    color: #404040;
    margin: 10px 0;
}
h1 {
        font-size: 2rem;
      }
      .sponsored-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    border: 1px solid #e1e1e1;
}

.dark-container {
        flex-direction: column;
      }

      .dark-text-section, .dark-image-section {
        flex: 1 1 100%;
      }

      .dark-text-section h1 {
        font-size: 24px;
      }
      
      .dark-text-section p {
        font-size: 14px;
      }
      
    .nav-links {
      display: none;
    }
    .ticker-container {
        flex-direction: column;
        align-items: flex-start;
      }
   .two-footer-top,
      .two-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }
      .market-link {
        margin-left: 0;
        margin-top: 10px;
      }
      .content h1 {
        font-size: 1.5rem;
      }
    
      .breadcrumb {
        font-size: 0.85rem;
      }
      .sectionone-card {
        flex-direction: column;
        gap: 10px;
      }
    
      .sectionone-image {
        width: 100%;
        height: auto;
      }
      .sectionone-container2 {
        margin-top: 2rem;
         display: flex;
         gap: .8rem;
         flex-direction: column;
       }
       .section1{
        display: flex;
        gap: 2rem;
        flex-direction: column;
      }
      .section2 {
        display: flex;
        flex-direction: column;
    }
    .width30 {
        width: 100%;
    }
    .width40 {
        width: 100%;
    }
    .sectionone-container {
        margin-top: 0rem;
        flex-direction: column;
    }
    .width70 {
        width: 100%;
    }
    .width90 {
        width: 100%;
    }
    
    .footer-section {
        flex-direction: column;
      }
      .sectionone-container4 {
   
     flex-direction: column;
      }
      .sectionone-container3 {
      flex-direction: column;
  }
  
  .footer-info, .footer-social, .footer-products {
    flex: 1 1 100px;
  }
  .news-image {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.news-image2 {
    width: 100%;
    height: auto;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.sign-in {
   
    display: none;
}
.nonedisplay{
  display: none;
}
.chekavar{
  font-size: 10px;
}
.width76{
        width: 100%;
      }
      .sectionone-title {
    font-size: 15px;
   
}
.sponsored-section {
    padding: 1rem 0rem;
}
.footer {
    background-color: #f9f9f9;
    padding: 2rem 0rem;
    width: 100%;
}
 .categorythird-card img {
      width: 96%;
      height: 14rem;
      object-fit: cover;

    }
    .categorythird-container {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      margin: 0 auto;
      width: 90%;
      flex-direction: column;
    }
    .news-header h2 {
        font-size: 20px;
      }
      
      .news-title {
        font-size: 16px;
      }
      
      .timestamp {
        font-size: 12px;
      }
    }

    
   




 