@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&amp;display=swap");

:root{
  --brand:rgb(224,32,39);        
  --accent: rgb(8,118,91);       
  --dark: rgb(224,32,39);         
}

 body, html{
    font-family: system-ui, 
    -apple-system, "Segoe UI", 
     Roboto, Arial, sans-serif;
    height: 100%;
    margin: 0;
  }

 body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
  flex: 1;
}
 h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
  }
  
  .nav-link {
    font-family: "Poppins", "Segoe UI", Arial, sans-serif !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    display: inline-block;
}

.navbar {
  color: #fff;
  background-color: rgba(3, 12, 31, 0.9) !important; 
}

.logo-img {
  height: 30px;
  width: auto;
}


.btn {
  position: relative;
  padding: 10px 18px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(45deg, rgb(224,32,39), rgb(150,0,10));
  border: none;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.2s ease-in-out;
}

.btn:hover {
  transform: scale(1.1);   
  transition: transform 0.3s ease-in-out;
  color: white;
}


@keyframes borderMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.crypto-ticker {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.crypto-ticker #crypto-prices {
  display: inline-flex;
  animation: scroll-left 25s linear infinite;
}

.crypto-ticker:hover #crypto-prices {
  animation-play-state: paused;
}

.crypto-card {
  min-width: 200px;
  margin: 0 10px;
  padding: 10px;
  background: #2c2c2c;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

@keyframes scroll-left {
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}

.crypto-ticker #crypto-prices {
  display: inline-flex;
  animation: scroll-left 25s linear infinite;
}

.crypto-ticker:hover #crypto-prices {
  animation-play-state: paused;
}


  
.hero{
      position:relative;
      min-height:110vh;
      background:url('images/slide3-compressed.jpg') center/cover no-repeat;
      color:#fff;
    }

    .hero::after{
      content:"";
      position:absolute; inset:0;
      background:linear-gradient(180deg, rgba(11,18,32,.45), rgba(11,18,32,.75));
    }
    .hero > .container{position:relative; z-index:1;}
    .hero h1 span{color:var(--accent);}



        .hero {
  background: url('images/slide3-compressed.jpg') center/cover no-repeat;
  min-height: 100vh;
  position: relative;
}


    .feature-card{
      height:100%;
      border:1px solid rgba(0,0,0,.06);
      transition:transform .25s ease, box-shadow .25s ease;
    }
    .feature-card:hover{transform:translateY(-4px); box-shadow:0 12px 24px rgba(0,0,0,.08);}

  
    .section-title{font-weight:700;}
    .section-sub{color:#6c757d;}


    .price-card{height:100%;}
    .price-card .price{font-size:2rem; font-weight:800;}
    .badge-pop{background:var(--accent);}


    .stat{
      background:#fff; border:1px solid rgba(0,0,0,.06); border-radius:.75rem;
      padding:1.5rem; text-align:center;
    }
    .stat .num{font-size:2rem; font-weight:800; color:var(--brand);}


    .team-card img{object-fit:cover; height:220px;}



#central-section {
  background: url('images/news_3.jpg') center/cover no-repeat;
  position: relative;
  min-height: 60vh;
}

#central-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 8, 75, 0.9); 
}

#central-section .container {
  position: relative;
  z-index: 2;
}

.stats-section {
  margin-top: -60px; 
  z-index: 3;
}

.overlap-card {
  border-radius: 15px;
}

.stats-section i {
  display: block;
}

.three-cards .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.three-cards .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

.card-link i {
  transition: transform 0.3s ease;
}

.card-link:hover i {
  transform: translateX(5px);
}

.footer-section {
  background: linear-gradient(rgba(0, 8, 75, 0.8), rgba(0, 8, 75, 0.8)), 
  url('images/news_3.jpg') center/cover no-repeat;
}
.footer-section a:hover {
  text-decoration: underline;
}

.subscribe-btn {
  background: linear-gradient(45deg, rgb(224,32,39), rgb(150,0,10));
  color: #fff;
  font-weight: 600;
  padding: 0.75rem 3rem;
  border: none;
  border-radius: 50px; /* pill shape */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
}

.subscribe-btn:hover {
  background: linear-gradient(45deg, rgb(224,32,39), rgb(150,0,10));
  transform: translateY(-2px) scale(1.05); /* subtle lift effect */
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}


    footer{
      background:rgba(0, 8, 75, 0.8); color:#cbd5e1;
    
    }
    footer a{
      color:#9ec5ff; text-decoration:none;
    }
    footer a:hover{
      text-decoration:underline;
    }
