*{margin: 0;  padding: 0;text-decoration: none;box-sizing: border-box;list-style: none;} body,html{overflow-x: hidden; overflow-y: scroll; font-family: candara; }
nav{
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: rgb(0, 29, 158); 
  z-index: 9999; 
  box-sizing: border-box;
}


.brand-name{
  display: flex;
  gap: 0;
  top: 10px;
  color: white;
  position: absolute; 
  white-space: nowrap;
  margin-right: auto;
}

.brand-name svg{ font-size: 2rem; flex-shrink: 0;  margin-right: -15px;}



.mid-brand-name{
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: 600;
  color: gold;
  font-size: 3rem;
  line-height: 1;
  margin-top: 4px;
  

}


.last-brand-name{
  font-family: monospace;
  font-weight:1000;
  font-size: 3rem;
  align-items: center;
  color: white; 
  margin-left: -2px;
}


nav ul{
  float: right;
  margin-right: 25px;  
}

nav ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 15px;
 
}

nav ul li a{
  position: relative;
  color: white;
  font-size: 15px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bolder;
}

nav ul li a:hover{
  color: yellow;
}

nav ul li a::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s linear;
}


nav ul li a:hover::before{
  transform: scaleX(1);
  transform-origin: left;
}

label #btn,
label #cancel{
  color: rgb(255, 255, 255);
  font-size: 30px;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}

#check{
  display: none;
}

.dark-toggle-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
     
}
.dark-toggle-label {
  font-size: 15px;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.3s;
  white-space: nowrap;
  color: white;
  font-weight: bold;  
  margin: 5px 10px;
}

.dark-toggle-label.active {
  opacity: 1;
  font-weight: bold;
}


.dark-toggle-track {
  position: relative;
  width: 48px;
  height: 26px;
  border-radius: 100px;
  background: #d0cfc6;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  transition: background 0.35s;
  flex-shrink: 0;
}
    

.dark-toggle-track:focus-visible {
  box-shadow: 0 0 0 3px rgba(83,74,183,0.4);
}
    
body.dark-mode .dark-toggle-track {
  background: #534AB7;
}

.dark-toggle-thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
    

body.dark-mode .dark-toggle-thumb {
  transform: translateX(22px);
}
    
.toggle-icon-sun, .toggle-icon-moon {
  position: absolute;
  transition: opacity 0.2s, transform 0.2s;
  color: #888;
  line-height: 1;
}
    
.toggle-icon-sun  { opacity: 1;  transform: scale(1);   }
.toggle-icon-moon { opacity: 0;  transform: scale(0.6); }
body.dark-mode .toggle-icon-sun  { opacity: 0;  transform: scale(0.6); }
body.dark-mode .toggle-icon-moon { opacity: 1;  transform: scale(1); color: #7F77DD; }

@media (max-width: 1024px) {
  
  nav .brand-name{
   left: unset;
    top: 15px;
     
  }

  nav ul{
    float: right;
    margin-right: 10px;
  }

  nav ul li {
    margin: 0 8px;
  }

  nav ul li a{
      font-size: 10px;
  }
  
}

@media  (max-width: 680px) {
  label #btn{
      display: block;
  }

  .topbar-men ul{
   position: fixed ;
    width: 100%;
    height: 100vh;
    background: rgb(0, 29, 158);
    top: 80px;
    left: -100%;
    text-align: left;
    transition: all .5s;
    z-index: 3;
  }

  nav ul li{
      
      display: block;
      margin: 50px 50px 50px;
      line-height: 30px;
  }

  nav ul li a{
      font-size: 18px;

  }

  #check:checked ~ ul{
      left: 0;
  }

  #check:checked ~  label #btn{
      display: none;
  }

  #check:checked ~ label #cancel{
      display: block;
      
  }
  

}

body.dark-mode {
      background-color: #121212;
      color: lightgray;
    }

    body.dark-mode a{
      color: gray;
    }

    body.dark-mode h1{
      color: lightgray;
    }

    body.dark-mode h3{
      color: grey;
    }

    body.dark-mode h4{
      color: grey;
    }

  body.dark-mode .featured{
    background-color:#0a0a0f;
  }

  body.dark-mode .featured ul li a{
    background-color: #0a0a0a;
}



.line-container {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.line-container h1{  font-size: 2rem;}

.line {  flex: 1;  height: 2px;  background-color:red;  margin: 0 10px;}

.text {white-space: nowrap;  font-size: 16px;  color: #333;}



.ticker-line{
  content: '';
  width: 100%;
  height: 30px;
  background-color: white;
  display: inline-block;
  margin-top: -70px;
  
}



.advert{
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif   ;
  padding: 10px;
  margin:0 0 20px 0;
  text-align: center;
  text-transform: capitalize;
  color: black;
  border: 2px solid white ;
  background-color: rgba(224, 224, 239, 0.525);
}
img{
  /* aspect-ratio: 19/9; */
  object-fit: cover;
}

.hero {
    padding: clamp(24px, 4vw, 48px) clamp(16px, 4vw, 60px) 0;
    display: grid;
    grid-template-columns: 1fr 340px;
    grid-template-rows: auto auto;
    gap: 0 32px;
  }
  .hero-lead {
    grid-column: 1;
    grid-row: 1 / 3;
    border-right: 1px solid grey;
    padding-right: 32px;
  }
  .hero-img-wrap {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
    margin-bottom: 20px;
    aspect-ratio: 16/9;
  }
  .hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
  }
  .hero-img-wrap:hover img { transform: scale(1.03); }
  .hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
  }
  .kicker-label {
    background: black;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 3px 10px;
  }
  .kicker-dot {
    width: 4px;
    height: 4px;
    background: brown;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  @keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
  .kicker-live {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: black;
  }
  .hero-title {
    font-family:  serif;
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.015em;
    color: black;
    margin-bottom: 14px;
    cursor: pointer;
    transition: color 0.2s;
  }
  .hero-title:hover { color: rgb(0, 0, 177) }
  .hero-deck {
    font-family: 'Source Serif 4', serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    color: var(--ink-soft);
    margin-bottom: 16px;
  }
  .article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: var(--ink-faint);
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .meta-sep { opacity: 0.4; }
  
  .meta-badge {
    background: var(--paper-warm);
    border: 1px solid var(--rule);
    padding: 2px 8px;
    font-size: 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--ink-muted);
  }
 
  /* ── SIDEBAR ── */
  .hero-sidebar {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .sidebar-story {
    padding-bottom: 20px;
    border-bottom: 1px solid black;
    cursor: pointer;
  }
  .sidebar-story:last-child { border-bottom: none; padding-bottom: 0; }
  .sidebar-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    background: #ccc;
    margin-bottom: 10px;
    transition: opacity 0.2s;
  }
  .sidebar-img:hover { opacity: 0.88; }
  .sidebar-title {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    color: black;
    margin-bottom: 6px;
    transition: color 0.2s;
  }
  .sidebar-story:hover .sidebar-title { color: blue }
  .sidebar-deck {
    font-family: 'Source Serif 4', serif;
    font-size: 13px;
    font-weight: 300;
    color: var(--ink-muted);
    line-height: 1.5;
  }
 
  /* ── RULE ── */
  .section-rule {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
    padding: 28px clamp(16px, 4vw, 60px) 16px;
    
  }
  .section-rule p {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: grey;
    white-space: nowrap;
  }
  .rule-line {
    height: 1px;
    background: linear-gradient(to right, lightblue, rgb(0, 140, 255), purple);
  margin-top: 5px;
  }
 
  /* ── CARD GRID ── */
  .card-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 50px;
    padding: 0 clamp(16px, 4vw, 60px) 32px;
    
  }
  .card {
    cursor: pointer;
  
  }

  .card-fade-up{
    width: 0px;
  }
  .card-img-wrap {
    width:100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 12px;
    background: white;
    aspect-ratio: 4/3;
    margin: 0;
  }

  .card img.Sirv{
    width:100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 12px;
    background: white;
    aspect-ratio: 4/3;
    margin: 0;

  }
  
  .cards-img  {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: cover;
    transition: transform 0.5s ease;
    margin: 5px;
  }




  .card:hover .card-img { transform: scale(1.05); }
  .card-cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000080;
    margin: 6px 5px;
  }
  .card-title {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    color: rgb(20, 63, 156);
    margin: 6px 5px;
    transition: color 0.2s;
  }
  .card:hover .card-title { text-decoration: underline; }
  .card-deck {
    font-family: 'Source Serif 4', serif;
    font-size: 13px;
    font-weight: 300;
    color:gray;
    line-height: 1.55;
    margin: 10px 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
 
  /* ── FEATURE BAND ── */
  .feature-band {
    background: linear-gradient(to right, black,rgb(0, 29, 158) , black);
    margin: 8px 0;
    padding: clamp(32px, 5vw, 56px) clamp(16px, 4vw, 60px);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
  }
  
  .feature-band-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: brown;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .feature-band-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #444;
  }
  .feature-band-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 900;
    font-style: italic;
    line-height: 1.15;
    color: white;
    margin-bottom: 16px;
    cursor: pointer;
    transition: color 0.2s;
  }
  .feature-band-title:hover { color: blue; }
  .feature-band-deck {
    font-family: 'Source Serif 4', serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    color: #aaa;
    margin-bottom: 20px;
  }
  .btn-read {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: brown;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 11px 22px;
    border: none;
    cursor: pointer;
    transition: background 0.2s, gap 0.2s;
  }
  .btn-read:hover { background: red; gap: 16px; }
  .btn-read svg { width: 14px; height: 14px; fill: currentColor; }
  .feature-band-img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    display: block;
    filter: grayscale(20%);
  }
 

   
  /* ── BOTTOM SPLIT ── */
  .bottom-split {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    padding: 0 clamp(16px, 4vw, 60px) 48px;
    align-items: start;
  }
 
  .list-item {
    display: grid;
    grid-template-columns: 90px 1fr;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid grey;
    cursor: pointer;
  }
  .list-item:first-child { padding-top: 0; }
  .list-thumb {
    width: 90px;
    height: 60px;
    object-fit: cover;
    display: block;
    background: firebrick;
    flex-shrink: 0;
    transition: opacity 0.2s;
  }
  .list-item:hover .list-thumb { opacity: 0.85; }
  .list-cat {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: saddlebrown;
    margin-bottom: 4px;
  }
  .list-title {
    font-family: 'Playfair Display', serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: black;
    margin-bottom: 4px;
    transition: color 0.2s;
  }
  .list-item:hover .list-title { color: rgb(7, 7, 163); }
  
 
  /* ── NEWSLETTER ── */
  .newsletter-box {
    background: black;
    padding: 28px 24px;
    position: sticky;
    top: 68px;
  }
  .newsletter-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: grey;
    margin-bottom: 8px;
  }
  .newsletter-box p {
    font-size: 13px;
    color: #888;
    line-height: 1.55;
    margin-bottom: 16px;
  }
  .newsletter-input {
    width: 100%;
    background: #1e1e1e;
    border: 1px solid #333;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    padding: 10px 14px;
    margin-bottom: 10px;
    outline: none;
    transition: border-color 0.2s;
  }
  .newsletter-input::placeholder { color: #555; }
  .newsletter-input:focus { border-color: saddlebrown; }
  .btn-newsletter {
    width: 100%;
    background: darkred;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 11px;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
  }
  .btn-newsletter:hover { background: var(--red-dark); }
  .newsletter-terms {
    font-size: 10px;
    color: #555;
    margin-top: 10px;
    line-height: 1.5;
  }
 
  /* trending */
  .trending-box {
    margin-top: 24px;
    border-top: 3px solid var(--ink);
    padding-top: 16px;
  }
  .trending-box h3 {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 14px;
  }
  .trend-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid var(--rule);
    cursor: pointer;
  }
  .trend-num {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 900;
    color: var(--rule);
    line-height: 1;
    flex-shrink: 0;
    width: 28px;
    transition: color 0.2s;
  }
  .trend-item:hover .trend-num { color: var(--red); }
  .trend-title {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--ink);
    transition: color 0.2s;
  }
  .trend-item:hover .trend-title { color: var(--red); }










.header-content-page{
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.first-content-page{
  background-color:white;
  margin: 10px;
  width:35%;
  display: flex;
  flex-direction: column;  
}

.first-content-page  img{
  display: flex;
  width: 100%;
  opacity: 1;
}

.first-content-page img:hover{ opacity: 0.5;}

.first-content-page ul li a {  color:blue; font-family: candara;  line-height: 30px; list-style: decimal;}

.first-content-page a:hover{  text-decoration: underline;}

.first-content-page ul li a:hover{  text-decoration: underline; }

.first-content-page a {  color:blue;  font-family: candara;  line-height: 30px; ;}

.second-content-page{  margin: 10px;  width: 25%;  display: flex;  flex-direction: column;}



.second-content-page  img{margin: 10px;  display: flex; width: 100%; opacity: 1; aspect-ratio: 4/3;}
.second-content-page img:hover{  opacity: 0.5;}

.second-content-page a{ color:blue;  font-family: candara;  line-height: 30px;}



.second-content-page ul li a {
  display: flex;
  flex-direction: row;
  background-color: white;
  line-height: 30px;
}
.second-content-page ul li img{width: 200px;}
.second-content-page a:hover{  text-decoration: underline;}

.second-content-page ul li a:hover{  text-decoration: underline; }

.third-content-page{
  margin: 15px;
  width: 20%;
  max-height: 2000px;
  background-color: #c0c0c0a1;
  text-align: center;
}




.third-content-page .ads{  padding: 100px;}

.fourth-content-page {
  margin: 10px;
  width: 20%;
  max-height: fit-content;
  display: flex;
  flex-direction: column;
}
.fourth-content-page .trends{  font-size: 1.5rem;  font-weight: bold;}

.fourth-content-page  a:hover{  text-decoration: underline;}

.fourth-content-page img{opacity: 1;}

.fourth-content-page img:hover{  opacity: 0.5;}

.trending-one{
  width: 250px;
  height: 300px;
  display: flex;
  flex-direction: column;
  border: 5px double white;
  background-color: rgb(0, 0, 0);
}

.trending-one a{
  font-family: candara;
  padding: 10px;
  color: rgb(255, 255, 255);
  line-height: 30px;
}

.trending-one img{width:100%;  display: flex; aspect-ratio: 4/3;}



/* NEW SECTION!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.carousel {
    background-color: black;
    margin-top: 20px;
    display: flex;
    overflow-x: auto;
    padding:20px;
    gap: 10px;
    scrollbar-width: none;
  }
  /* .carousel::-webkit-scrollbar { display:none; } */
  .card {
    
    flex: 2;
    height: 400px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.164);
    cursor: pointer;
    transition: transform 0.3s;
  }
  .card:hover { transform: scale(1.05); }
  .card img {
    width: 15rem;
    height:12rem ;
    object-fit: cover;
  }
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.664);
    color: #fff;
    padding: 40px 20px 20px;
  }
  .date { font-size: 0.9em; opacity: 0.8; }
  .title {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 5px;
  }


 

/* NEW SECTION!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.headlines-list-with-img{
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}


.first-line-container{
  width: 25%;
  margin: 30px;
}

.first-line-container img{
  width: 100%;
  border-radius: 10px;
  opacity: 1;
}

.first-line-container a{
  font-size: 1.3rem;
  font-weight: bold;
  color: black; 
  line-height: 35px;
}
.first-line-container a:hover{text-decoration: underline;} .first-line-container img:hover{opacity: 0.5;}

.sub-first-line-container a{
  font-size: 1rem;
  font-weight: 500;
  line-height: 35px;
}

.second-line-container{
  width: 50%;
  display: flex;
  flex-direction: column;
}

.main-line-container{  width: 100%;}
.main-line-container a{font-size: 2rem;   color: black;  font-weight: bolder;} 
.main-line-container a:hover{text-decoration: underline;}
.main-line-container img{border-radius: 20px; width: 100%; opacity: 1;}  .main-line-container img:hover{opacity: 0.5;}

.sub-main-container{
  margin-top: 30px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.container-layout-one{
  margin: 20px;
}
.container-layout-one img{
  width: 250px;
  border-radius: 5px;
  opacity: 1;
} .container-layout-one img:hover{opacity: 0.5;}

.container-layout-one a{
  font-size: 1rem;
  color: black;
  letter-spacing: 1px;
}   .container-layout-one a:hover{text-decoration: underline;}

.third-line-container{
  margin: 10px;
  width: 25%;
  display: flex;
  flex-direction: column;
}

.sidebar-ads{
  width: 100%; height: 250px;
  background-color: rgba(0, 0, 0, 0.281);
  margin: 10px;
}

.sidebar-ads p {
  font-size: 3rem;
  text-align: center;
  padding: 100px;
}

.sidebar-main-content{
  width: 100%;
  margin: 10px;
}

.sidebar-main-content a{
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
} .sidebar-main-content a:hover{text-decoration: underline;}

.sidebar-main-content img{
  aspect-ratio: 16/9;
  border-radius: 5px;
  opacity: 1;
} .sidebar-main-content img:hover{opacity: 0.5;}


.sub-sidebar-content{
  margin: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.sub-container-one {margin: 10px; width: 100%;}

.sub-container-one img{
  width: 250px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  opacity: 1;
}   .sub-container-one img:hover{opacity: 0.5;}

.sub-container-one a{
  color: black;
  font-size: 1rem;
}  .sub-container-one a:hover{text-decoration: underline;}


.more-top-stories{  width: 100%; display: flex; flex-direction: row; margin: 10px; }

.top-stories-one{
  width: 70%;
  margin: 10px;
}

.top-stories-one p{
  font-size: 2rem;
  font-weight: bolder;
  margin: 10px;
  height: 50px;
}

.top-stories-one span{
  content: '';
  border: 10px solid black;
  height: 10px;
  margin: 0 20px 0 -10px;
  background-color: black;
}

.top-stories-one img{
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
  opacity: 1;
}

.top-stories-one a{
  color: black;
  font-size: 2rem;
  font-weight: 800;
} .top-stories-one a:hover{
  text-decoration: underline;
}

.top-stories-one img:hover{
  opacity: 0.5;
  text-decoration: underline;
}
.infohub-insights{
  width: 30%;
  display: flex;
  flex-direction: column;
  margin: 10px;
}

.insights-one{  margin: 10px;}

.insights-one p{
  font-size: 1.5rem;
  font-weight: bolder;
  margin: 10px;
  height: 50px;
}

.insights-one span{
  border: 10px solid black;
  height: 10px;
  margin: 0 20px 0 -10px;
  background-color: black;
}

.insights-one img{
   width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
  opacity: 1;
}

.insights-one a{
  color: black;
  font-size: 1rem;
  font-weight: 800;
} .insights-one a:hover{
  text-decoration: underline;
}

.insights-one img:hover{
  opacity: 0.5;
  text-decoration: underline;
}





.featured{  margin: 10px;}

.featured .feat{  font-size: 2rem;  font-family: 'Times New Roman', Times, serif;}


.featured-sections{
  display: flex;
  flex-direction: row;
  margin: 10px;
  width: fit-content;
}

.featured-finance{
  margin: 10px;
  background-color: blue;
  width: 40%;
  display: flex;
  flex-direction: column;
}


.featured-finance .feat-fin{
  margin-bottom: 10px;
  font-size: 1rem;
  border-left: 10px solid red;
  padding: 5px;
  background-color: white;
}

.featured-finance a{
  text-align: center;
  font-family: candara;
  background-color: blue;
  color:  white;
  line-height: 30px;
}

.featured-finance ul li a:hover{ text-decoration: underline;}

.featured-finance  a:hover{  text-decoration: underline;}

.featured-finance img{  max-width: 100%;  max-height: fit-content;  margin-top: -10px;}

.featured-finance ul li {  padding: 10px;  border-top: 2px solid white;}

.featured-finance button{  background-color:blue;  padding: 20px;  border: none;}

.featured-finance button a{
  font-family: candara;
  font-size: large;
  color: white;
  padding: 15px;
  border: 2px solid rgb(179, 35, 35);
  background-color: red;
}

.other-features{  width: fit-content;  display: flex;  flex-direction: row;}


/* WORKING HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */









.recommended-for-you{  margin: 50px 10px 0 10px;  width: fit-content;  display: flex;  flex-direction: row;}

.for-you-one{  margin: 10px;  display: flex;  flex-direction: column;  width: 25%;}

.for-you-one a{  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;color: black;  font-family: 12rem;}

.for-you-one a:hover{  text-decoration: underline;}

.for-you-one img{  width: 300px; opacity: 1;  display: flex; aspect-ratio: 2/3;}

.for-you-one img:hover{  opacity: 0.5;}


/* NEW SECTION!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */


.featured{  width:100%;  margin: 10px;  display: flex;  flex-direction: row;}

.featured-one{  margin: 15px;  width: 30%;  display: flex;  flex-direction: column;}



.featured-one a{  color:black;  font-weight: bold;  font-family: candara;  line-height: 30px;}

.featured-one ul li img{  width: 150px; aspect-ratio: 4/3;   margin: 10px;   opacity: 1;}

.featured-one li a {  width: fit-content;  display: flex;  flex-direction: row;  background-color: white;  line-height: 30px;}



.featured-one a:hover{  text-decoration: underline;}

.featured-one ul li a:hover{  text-decoration: underline; }

.featured-one img:hover{  opacity: 0.5;}

.featured-two{  margin: 10px;  width: 40%;  display: flex;  flex-direction: column;}

.featured-two .feats{  margin: 10px;  border-left: 10px solid black;  padding: 10px;} .featured-two img{width: 100%; aspect-ratio: 4/3;}
 
.featured-two a{
  margin: 10px;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-weight: bold;
  font-size: 1.3rem ;  
}

.featured-two ul li a{
  display: flex;
  flex-direction: row;
  font-family: candara;
  font-weight: light;
  font-size: 1rem;
}

.featured-two ul li img{
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  width: 150px;
  opacity: 1;
} 

.featured-two ul li :hover{  text-decoration: underline;}

.featured-two a:hover{  text-decoration: underline;}

.featured-two img:hover{  opacity: 0.5;}

.container-text-you-missed{  display: flex;  flex-direction: row;  width: 100%;  background-color: black;}

.container-text-you-missed a:hover{  text-decoration: underline;}

.headline-one-text{  width: 50%;  margin: 20px;  display: flex;  flex-direction: column;}

.headline-one-text .miss-text{  color: white;  padding: 10px;  font-size: 2rem;}

.headline-one-text a{
  display: flex;
  flex-direction: column;
  color: white;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 1.2rem;
}

.headline-one-text img{  max-width: 95%;  max-height: fit-content;  border-radius: 20px;  opacity: 1;}

.headline-one-text img:hover{  opacity: 0.5;}

.headline-two-text{  width: 50%;  padding: 20px;}

.headline-two-text a{
  display: flex;
  color: white;
  line-height: 2;
  font-size: large;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.section-for-footer{
    position: sticky;
    width: 100%;
    display: flex;
    flex-direction: row;
    background: linear-gradient(90deg, #001024 50%,  #000000 100%);
    bottom: 0; 
    min-height: 100vh;
  }

  .section-for-footer p{
    color: grey;
  }

  .footer-brand-name{
    display: flex;
    gap: 0;
    white-space: nowrap;
    margin-right: auto; 
  }

  .footer-brand-name .mid-brand-name{
    font-family: 'Times New Roman';
    font-style: italic;
    font-weight: 600;
    color: gold;
    font-size: 3rem;
    line-height: 1;
    margin-top: 10px; 
  }

  .footer-brand-name svg{ font-size: 2rem; flex-shrink: 0;  margin-right: -12px;}

  .first-content-footer{
    width: 40%;
    margin: 20px;
  }


 .second-content-footer{
  width: 60%;
  display: flex;
  flex-direction: row;
  margin-top: 30px;
 } 

 .second-content-sub-one{
    padding-right:200px;

 }

 .second-content-sub-one ul li a{
  line-height: 40px;
  color: grey;
  margin: 0;
  transition: all 0.3s ease;
  white-space:nowrap;
  
 }



 .second-content-sub-one i{
  margin-right: 5px;
 }

 .second-content-sub-one ul li a:hover{
  color:rgb(0, 140, 255); transform: translateY(-3px);
 }


 
 .footer-more{
  margin: 0;
  color: white;
  flex-direction: column;
  font-weight: bold;
  
 }

 .footer-more::after{
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, lightblue, rgb(0, 140, 255), purple);
  margin-top: 5px;

 }
 .before-section{
  content: '';
  position: absolute;
  width: 98%;
 
  height: 2px;
  background: linear-gradient(to right, #22d3ee, #a855f7);
 }


 .last-footer-section{
  display: flex;
  flex-direction: row;
  background: linear-gradient(90deg, #001024 50%,  #000000 100%);
 
 }

 .footer-socials{
  margin: 20px;
  
 }

 .footer-socials  i {
  margin-right: 30px;
  font-size: 1.3rem;
  color: grey;
  transition: all 0.3s ease;
  
 } .footer-socials i:hover{color: white; transform: translateY(-3px);}



 .rights-reserved{
  display:flex;
  gap: 10px;
  margin: 20px;
  font-size: 1rem;
  justify-content: center;
  margin-left:350px ;
  color: #BAC4C8;
 }

 .rights-reserved a{
  color:#BAC4C8 ;
  text-decoration: underline;
  font-weight: bold;
 }

 

 .footer-links{
  display: flex;
  text-align: center;
  gap: 20px;
  margin: 20px;
  margin-left: auto;
 }

 .footer-links a{
  color: #BAC4C8; transition: all 0.3s ease;
 }

.footer-links a:hover{color: white; }

@media(max-width:1024px){
  .section-for-footer {
    flex-direction: column;
  }

  .first-content-footer {
    width: 100%;
    margin: 20px 15px;
  }
 
  .second-content-footer {
    width: 100%;
    flex-direction: row;          /* keep two columns on tablet */
    flex-wrap: wrap;
    margin: 20px ;
    gap: 50px;
  }
 
  .second-content-sub-one {
    padding-right: 30px;          /* was 200px — way too wide */
    margin-bottom: 20px;
  }
 
  /* ---- LAST FOOTER STRIP ---- */
  .last-footer-section {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
  }
 
  .footer-socials {
    display: flex;
    justify-content: center;
    margin: 10px 0;
  }
 
  .rights-reserved {
    margin-left: auto;            /* was hardcoded 350px */
    margin-right: auto;
    width: 100%;
    justify-content: center;
    font-size: 0.85rem;
    text-align: center;
  }
 
  .footer-links {
    margin: 10px auto;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
 
}





@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; }
  .hero-lead { grid-column: 1; grid-row: 1; border-right: none; padding-right: 0; border-bottom: 1px solid var(--rule); padding-bottom: 24px; }
  .hero-sidebar { grid-column: 1; grid-row: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band-img { order: -1; }
  .bottom-split { grid-template-columns: 1fr; }
  .newsletter-box { position: static; }




}



@media(max-width:680px){
    .hero-sidebar { grid-template-columns: 1fr; }
    .card-grid { grid-template-columns: 1fr; gap: 0px; padding: 0 clamp(10px, 4vw, 10px) 32px;  }
    .card-img-wrap{width: 100%;}

    .cards-img{
      width: fit-content;
    height: 200px;
    object-fit: cover;
    display: cover;
    transition: transform 0.5s ease;
    
    margin: 5px;

    }



    .hero-deck { font-size: 15px; }

    .hero-sidebar { grid-template-columns: 1fr; }
    .card-grid { grid-template-columns: 1fr; }
    
    .hero-deck { font-size: 15px; }


    
  .header-content-page{ width: 100%; display: flex; flex-direction: column;  }

  .first-content-page{ width: 100%; margin: 0; padding: 10px;  }

  .first-content-page a img{ display: flex; width: 100%; height: 300px; }

  .first-content-page img{ width: 100%;     padding: 0; }

  .second-content-page{width: 100%; margin: 0;} .second-content-page a{margin: 20px;}

  .second-content-page img{margin: 0px; width:100%;  aspect-ratio: 4/3;}

  .second-content-page ul li  img{ width: 150px; margin: 10px;  }

  .third-content-page{ width:auto; height: 100px;}

  .third-content-page h4{ text-align: center; font-size: xx-large; }

  .fourth-content-page{width: auto; display: flex; margin: 10px; }


  .trending-one{width: 100%; height:400px; display: flex; flex-direction:column; margin: 0;}
  .trending-one img{ width: 100%;
    display: flex; flex-direction: column; margin: 0px;
  }

  .article-ads{width: 100%; background-color: black; margin: auto;}


  .carousel {
    background-color: black;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 50px 0 0 0 ;
  }

  .card {
    margin: 20px;
    box-shadow: 0 8px 24px rgba(187, 177, 177, 0.404);
  }

  .card img {
    aspect-ratio: 9/16;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .more-top-stories{  width: 100%; display: flex; flex-direction: column; margin: 10px; }


    /* New section */
  .headlines-list-with-img{
   width: 100%;
   display: flex;
   flex-direction: column;
   margin: 0;
  }


.first-line-container{
  width: auto;
}

.first-line-container img{
  width: 100%;
  border-radius: 10px;
}

.first-line-container a{
  font-size: 1.5rem;
  color: black; 
  line-height: 30px;
}

.sub-first-line-container a{
  font-size: 1rem;
  line-height: 35px;
}

.second-line-container{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.main-line-container{  width: fit-content; margin: 15px;}
.main-line-container a{font-size: 2rem;  color: black;  font-weight: bolder;} 
.main-line-container a:hover{text-decoration: underline;}
.main-line-container img{border-radius: 10px; width: 100%; opacity: 1;aspect-ratio: 4/3;} 

.sub-main-container{
  width: 100%;
  display: flex;
  flex-direction: column;
}

.container-layout-one{
  width: fit-content;
  margin: 20px;
 
}
.container-layout-one img{
  width: 100%;
  display: flex;
  border-radius: 5px;
  opacity: 1;
} .container-layout-one img:hover{opacity: 0.5;}

.container-layout-one a{
  font-size: 1.5rem;
  color: black;
  letter-spacing: 1px;
}   .container-layout-one a:hover{text-decoration: underline;}

.third-line-container{
  width: 100%;
  margin: -10px;
  display: flex;
  flex-direction: column;
}

.sidebar-ads{
  width: 100%; height: 250px;
  background-color: rgba(0, 0, 0, 0.281);
}

.sidebar-ads p {
  font-size: 3rem;
  text-align: center;
  padding: 100px;
}

/* SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS */

      .sidebar-main-content{
      width:95%;
      margin: 20px;
      display: flex;
      flex-direction: column;
    }

    .sidebar-main-content a{
      color: black;
      font-size: 1.2rem;
      font-weight: bold;
    }  

    .sidebar-main-content img{
      width: 100%;
      aspect-ratio: 16/9;
      border-radius: 5px;
      opacity: 1;
      display: flex;
      flex-direction: column;
    } 


    .sub-sidebar-content{
      width: 100%;
      margin: 0;
      padding: 15px;
      display: flex;
      flex-direction: column;
    }

    .sub-container-one{
      width:100%;
      display: flex;
      flex-direction: row;
    }

    .sub-container-one img{
      width:100%;
      border-radius: 10px;
      opacity: 1;
    }   .sub-container-one img:hover{opacity: 0.5;}

    .sub-container-one a{
      color: black;
      font-size: 1rem;
    }  .sub-container-one a:hover{text-decoration: underline;}


   


  /* ::selection */
  .top-stories-one{
    width: 90%;
  
  }
  .top-stories-one p{
    font-size: 1.5rem;
    font-weight: bolder;
    margin: 10px;
    height: 30px;
  }

  .top-stories-one span{
    content: '';
    border: 10px solid black;
    height: 10px;
    margin: 0 20px 0 -10px;
    background-color: black;
  }

  .top-stories-one img{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 4/3;
    opacity: 1;
  }

  .top-stories-one a{
    color: black;
    font-size: 1rem;
    width: 100%;
    font-weight: 800;
  } .top-stories-one a:hover{
    text-decoration: underline;
  }

  .top-stories-one img:hover{
    opacity: 0.5;
    text-decoration: underline;
  }

  .infohub-insights{
    width: 100%;
    margin: -20px;
    display: flex;
    flex-direction: column;
  }

  .insights-one{ width: 100%; padding: 10px; }

  .insights-one p{
    font-size: 1rem;
    font-weight: bolder;
    height: 20px;
  }

  .insights-one span{
    border: 10px solid black;
    height: 10px;
    margin: 0 20px 0 -10px;
    background-color: black;
  }

  .insights-one img{
    display: flex;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16/9;
    opacity: 1;
  }

  .insights-one a{
    color: black;
    font-size: 1rem;
    font-weight: 800;

  } .insights-one a:hover{
    text-decoration: underline;
  }

  .insights-one img:hover{
    opacity: 0.5;
    text-decoration: underline;
  }


  .featured-sections{  width: fit-content;  display: flex;    flex-direction: column;  }

  .featured-finance{ width: fit-content;  margin: 10px;}
  
  .recommended-for-you{width:100%;    margin:0; display: flex;  flex-direction: column; }

  .for-you-one{width: auto; text-align: center; margin: 20px;}

  .for-you-one  img{width:100%;}

  .featured{width:100%; display: flex; flex-direction: column;}

  .featured-one{width: fit-content; margin: 10px; display: flex; flex-direction: column;}

  .featured-one ul li a {    padding: 10px;    width: fit-content;    display: flex;}

  .featured-one a img{max-width: 95%; max-height: fit-content; padding-right:20px;  }

  .featured-one ul li img{ max-width:60%;  max-height: fit-content;  }

  .featured-two{width:95%; margin: 0;  }

  .other-features{ width: fit-content; display: flex; flex-direction: column; margin: 10px;}

  .container-text-you-missed{width: 100%; margin: 0; display: flex; flex-direction: column;}

  .headline-one-text{width: 100%; display: flex;}  .headline-one-text a{width: 95%; text-align: left;} .headline-two-text{ width: 100%;}

   .section-for-footer{ 
    flex-direction: column;
  }

  .first-content-footer{
    width: fit-content;
  }

  .second-content-footer{
    width: 100%;margin:20px; flex-direction: column;
  }
  .second-content-sub-one{margin-bottom: 30px;}

  .last-footer-section{display: flex; flex-direction: column;}

  .footer-socials{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .rights-reserved{
   margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:40px 10px  ;
    gap: 20px;
    white-space: nowrap;
   
  }
  

}

@media(max-width:480px){

  .rights-reserved{
   margin: 2px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    font-size: small;
  }

  .footer-links{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:40px 10px  ;
    gap: 20px;
    white-space: nowrap;
    font-size: small;
   
  }

}


 /* load animation */
  .fade-up {
    opacity: 0;
    transform: translateY(18px);
    animation: fadeUp 0.6s ease forwards;
  }
  @keyframes fadeUp { to { opacity: 1; transform: none; } }
  .fade-up:nth-child(1) { animation-delay: 0.05s; }
  .fade-up:nth-child(2) { animation-delay: 0.15s; }
  .fade-up:nth-child(3) { animation-delay: 0.25s; }
  .fade-up:nth-child(4) { animation-delay: 0.35s; }
  .card:nth-child(1) { animation-delay: 0.1s; }
  .card:nth-child(2) { animation-delay: 0.2s; }
  .card:nth-child(3) { animation-delay: 0.3s; }
  .card:nth-child(4) { animation-delay: 0.4s; }


/* WORK HERE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.other-featured-contents{
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 20px;
}

.main-featured-content{
  width: 90% ;
  margin:0px;
}  
.main-featured-content a{
  color: black;
  line-height: 35px;
  font-size: medium;
  font-family: Arial, Helvetica, sans-serif;
}

.main-featured-content a:hover{  text-decoration: underline;}  .main-featured-content  img{border-radius: 5px; aspect-ratio: 16/9;}

.main-featured-content img:hover{  opacity: 0.5;}

.news-card-content{  width: 90%;  margin:0px;}  .news-card-content a{color: black;
  line-height: 30px; 
  font-size: medium;
  font-family: arial;}  .news-card-content a:hover{text-decoration: underline;}   .news-card-content  img{border-radius: 5px; aspect-ratio: 16/9;} .news-card-content img:hover{  opacity: 0.5;}

.sidebar-web-content{width: 90%}

.sidebar-adv{
  background-color: #3333337c;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
} .sidebar-adv p{ text-align:center; font-size: 2rem;  }

.sidebar-web-content h2 a{color: black;
  line-height: 20px; 
  font-size: medium;
  font-family: arial; margin-bottom: 20px;}  .sidebar-web-content a:hover{text-decoration: underline;}   .sidebar-web-content img{border-radius: 5px; aspect-ratio: 16/9;} .sidebar-web-content img:hover{  opacity: 0.5;}



.footer-line{
  display: flex;flex-direction: column;background: rgb(0, 29, 158);justify-content: center;  width: 100%;
  height: 70px;  margin-top: 20px;
}

.footer-line p{ color: white;  font-size: 1rem;  font-weight: bold;  text-align: center;}

.footer-line a{  color: white;  font-weight: bold; }
.bottom-line{  border: 1px solid rgb(9, 116, 101);  color:  rgba(255, 255, 255, 0.582);  margin: 10px;}

.content-box{  border: 2px solid black;  box-shadow: 20px;  min-height: 20em;}