*{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; background: linear-gradient(90deg, rgba(0,0,0,0.95) 0%, rgba(17,24,39,0.9) 100%); }

:root{
  --primary:#f7931a;
  --dark:#0f172a;
  --dark-light:#1e293b;
  --text:#e2e8f0;
  --muted:#94a3b8;
  --card:#111827;
  --border:#334155;
}
 
.page-top {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 9999; 
  box-sizing: border-box;
  background: rgba(109, 3, 3, 0); backdrop-filter: blur(12px);   -webkit-backdrop-filter: blur(12px); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  
}

.ticker-bar{
  background: linear-gradient(90deg, rgba(0,0,0,0.95) 50%, rgba(17,24,39,0.9) 100%);
  color: gold;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 6px 0;
  overflow: hidden;
  white-space: nowrap;
}

.ticker-inner{
  display: inline-flex;
  gap: 60px;
  animation: ticker 28s linear infinite;
}

.ticker-inner span{  color: white; margin-right: 8px;}  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.brand-name{
  display: flex;
  gap: 0;
  top:40px;
  left: 10px;
  color: white;
  position: absolute; 
  white-space: nowrap;
  margin-right: auto;
}

.info{
  font-size: 2rem;
  font-family: georgia;
  font-weight: 1000;
  font-style: normal;
  margin-right:1px;

}




.mid-brand-name{
  font-style: normal;
  font-weight: 700;
  color: #F2A900;
  font-size: 2rem;
  margin-top: 4px;
  letter-spacing: -2px;
}


.last-brand-name{
 font-weight:700;
  font-size: 2rem;
  align-items: center;
  color: white; 
  font-family: sans-serif;
  letter-spacing: -1px;
  font-style: normal;
}

nav ul{
  float: right;
  margin-right: 25px;  
}

nav ul li{
  display: inline-block;
  line-height: 60px;
  margin: 0 15px;
 
}

nav ul li a{
  position: relative;
  color: white;
  font-size: 12px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: bolder;
}

nav ul li a:hover{
  color: gold;
}

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;
}

@media (max-width: 1024px) {
  
  nav .brand-name{
   left: unset;
    top: 30px;
    left: 10px;
     
  }

  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: linear-gradient(90deg, rgba(0,0,0,0.95) 50%, rgba(17,24,39,0.9) 100%);
    top: 100px;
    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;
      
  }
  

}


/* NEW CRYPTO STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.crypto-prices{  margin-top:100px;}

.ticker-line{
  content: '';
  background:linear-gradient(135deg,#0f172a,#1e293b);  width: 100%;
  height: 30px;
  display: inline-block;
  margin-top: -20px;
}

.hero{
  padding:4rem 0;
   margin-top:-40px;
}

.hero-grid{
  display:grid;
  grid-template-columns:2fr 1fr;
  gap:2rem;
}

.featured{
  background:linear-gradient(135deg,#0f172a,#1e293b);
  border-radius:18px;
  overflow:hidden;
}

.featured img{
  height:380px;
  width:100%;
  object-fit:cover;
}

.featured-content{
  padding:2rem;
}

.tag{
 display:inline-block;
  background:rgba(247,147,26,.15);
  color:var(--primary);
  padding:.4rem .8rem;
  border-radius:50px;
  font-size:.8rem;
  margin-bottom:1rem;
}

.featured h1{
  font-size:2rem;
  margin-bottom:1rem;
}

.featured p{
 color:var(--muted);
}

.market-cards{
  display:grid;
  gap:1rem;
}

.market-card{
  background:var(--card);
  border:1px solid var(--border);
  padding:1.3rem;
  border-radius:15px;
}

  .taggs{
    display:flex;
    width: fit-content;
    background:rgba(26, 247, 44, 0.15);
    color:green;
    padding:0 1rem;
    border-radius:50px;
    font-size:.8rem;
    margin-bottom:1rem;
  }

  .market-card a{
    color: grey;
    margin-bottom:.5rem;

  }

  /* ARTICLES */

  .section-title{
    font-size:2rem;
    margin-bottom:2rem;
  }

  .articles{
    padding:4rem 0;
  }

  .article-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1.5rem;
  }

  .article-card{
    background:var(--card);
    border:1px solid var(--border);
    border-radius:15px;
    overflow:hidden;
    transition:.3s;
  }

  .article-card:hover{
    transform:translateY(-6px);
  }

  .article-card img{
    height:200px;
    width:100%;
    object-fit:cover;
  }

  .article-content{
    padding:1rem;
  }

  .article-content h3{
    margin-bottom:.8rem;
    font-size:1rem;
  }

  .article-content a{
    color:var(--primary);
    font-weight:600;
  }

  /* stop!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
  .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;
    font-size: 13px;
  }

  .footer-brand-name{
    display: flex;
    gap: 0;
    white-space: nowrap;
    margin-right: auto; 
  }

  .footer-brand-name .mid-brand-name{
    font-style: italic;
    font-weight: 600;
    color: #F2A900;
    font-size: 2rem;
    line-height: 1;
    margin-top: 10px; 
  }



  .first-content-footer{
    width: 30%;
    margin: 20px;
  }


 .second-content-footer{
  width: 70%;
  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;
  font-size: 13px;
  
 }



 .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;
  font-size: 1rem;
  
 }

 .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%);
    text-wrap: nowrap;

 
 }

 .footer-socials{
  margin: 20px;
  
 }

 .footer-socials  i {
  margin-right: 30px;
  font-size: 1rem;
  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: 0.8rem;
  justify-content: center;
  margin-left:auto ;
  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; font-size: 0.8rem;
 }

.footer-links a:hover{color: white; }
  




@media (max-width: 1100px) {
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .hero-grid{ grid-template-columns:1fr;}
  .article-grid{grid-template-columns:repeat(2,1fr);}

  .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){
    .article-grid{    grid-template-columns:1fr;}
    .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; }

    .section-for-footer{ 
    flex-direction: column;
  }

  .first-content-footer{
    width: fit-content;
  }

  .second-content-footer{
    width: 100%;margin:20px; flex-direction: column;
  }
  .second-content.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, rgba(0,0,0,0.95) 0%, rgba(17,24,39,0.9) 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;
 }-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; }
