


html {
  /* background-image:url('../../../sources/ball2.png'); */
      background-blend-mode: lighten;
    background-color: #000;/* Darker background for dark theme */ 
  overflow-x: hidden;
  background-repeat: no-repeat;
  color: #e0f0e0; /* Light text for visibility */
  background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    scroll-behavior: smooth;
}

*{
  padding:0;
  margin:0
}

  /* Dark Theme Styling */
  body {
   

    color: #e0e0e0; /* Light text color */
    font-family: Arial, sans-serif;
   
  }

  /* Scrollbar Base */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track (background) */
::-webkit-scrollbar-track {
  background: #000;
  border-radius: 10px;
}
  .active_,.active_:hover{
    color:#007ACC;
    text-decoration:none
  }
  
/* Handle (thumb) */
::-webkit-scrollbar-thumb {
  background: #007ACC;
  border-radius: 10px;
  transition: background 0.3s ease;
}

/* Hover effect */
::-webkit-scrollbar-thumb:hover {
  background: #005f99;
}

/* Colors */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #007acc6b rgba(0, 0, 0, 0.5);
}



  header {
    display: flex;
    width: 100vw;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    
    /* Darker header background */
    padding: 0 20px;
    z-index: 11;
    box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
  }
  
  
header {
  /* background-color: #ffffff; */
  border-bottom: 2px solid #555;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
  header nav ul {
    display: flex;
    gap: 20px;
    z-index: 10000;
    box-sizing: border-box;
  }
  
  
  #menu-btn {
  opacity:0;
  visibility: hidden;
  width: 0;
  height:0;


  }
  
  header nav ul li {
    list-style: none;
    box-sizing: border-box;
    
  }
  
  body {
    position: relative;
  }
  
  header nav a {
    text-decoration: none;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    font-size: 1.4em;
    font-weight: bold;
    color: #A9A9A9; /* Light gray text for high contrast */
    z-index: 10000;
    box-sizing: border-box;
  }
  
  header nav a:hover {
    color: #007ACC; /* Bright white for hover effect */
  }
  
  @media (max-width: 768px) {
    header nav ul {
      display:none;
      visibility: 0;
      opacity: 0;
      width:0;
      height:0;
      margin: 0;
      padding:0
    
    }
    header nav ul a {
      color: #FFFFFF;
      width: 100%;
    }
    li {
      width: 100%;
      text-align: center;
      padding: 20px 0;
    }
    header nav ul li:hover {
      background-color:#282828;
    }
    header nav ul a:hover {
      color:white;
    }
   #menu-btn{
    visibility: visible;

  opacity:1;
 
  width: unset;
  height:unset;
  z-index: 100000;

    
    
    }
  }
  header nav a:hover {
    text-decoration: underline;
  }




  .container {
 
    border-radius: 10px;
  
  
  }















  main {
   
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    width:90vw;
    margin-left: auto;
    margin-right: auto;
     /* Adds space between header and content */
  }



  footer {
    text-align: center;
    background-color: transparent;
    color: #888;
    padding: 10px;
    background-color: transparent;
    /* border-top: 1px solid #333; */
  }

  .info_ {
    
    
    border: 2px solid #007ACC;
    border-top-color:transparent ;
    border-bottom-color:transparent ;
    border-radius: 8px;
    width: 100%;
    /* margin-left: 30px;; */
  
    overflow: hidden;

  }
  .info-content{
    display: flex;
    flex-wrap: wrap;

  }
  .info-card p,.info-card p a{
    width:100%;
    
 
    /* color: ; */
  }
  .info-card p a{
    width:100%;
 
 
    /* color: ; */
  }

  /* Responsive Design */
  @media (max-width: 480px) {
    body {
      font-size: 14px; /* Smaller fonts for small screens */
    }
   

    
    
  }
  @media (max-width: 768px) {
    body {
      font-size: 16px;
    }

   
   
  }
  @media (min-width: 768px)  {
    body {
      font-size: 16px;
    }
 

   
  }

  @media (min-width: 1024px) {
    body {
      font-size: 20px;
    }
   
  }

  
  .logo_name {
   font-size: xx-large;
    font-weight: 900;
     color: #FFFFFF; /* Changed to white */
  text-shadow: 1px 1px #0056b3;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  }
  @keyframes logo_name_animation {
    0% {
      scale: 0;
      transform: rotate(-360deg);
    }
    100% {
      scale: 1;
    }
  }

  /* Global Styles */
  .smoother {
    padding-top: 62px;
    padding-left: 80px;
    z-index: 1000000;
  }
  .line {
    width: 140px;
    height: 5px; 
    background-color: #005f99;
    animation-name: slide;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    z-index: 10000;
  }
  @keyframes slide {
    50% {
      transform: translateX(101vw);
    }
  }


.username{
  color: #666;
  background-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  text-transform:capitalize;
}




  .profile-main {
       display:flex;
       justify-content: center;
       align-items: center;

        width:95%;
        margin: 2rem auto;
       
        background: #ffffff;
   
  
      }
      main{
        display:flex;
       justify-content: center;
       align-items: center;
      }

      /* Cover container settings */
      .cover-container {
        /* Limit the cover's influence by constraining its maximum size */
        max-width: 40%;
        overflow: hidden;
      }

      .cover {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        /* Optional: set a max height to prevent it from growing too tall */
        max-height: 300px;
      }

      /* Profile info container on the right-hand side */
      .profile-info {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width:50%;

     
      
      }

      /* Profile section (avatar and details) */
      .profile-section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.5rem;
    
      }

      .avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 4px solid white;
        object-fit: cover;
      }

      .details h2 {
        margin: 0;
        font-size: 1.5rem;
        color: #007ACC;
      }

      .details p {
        margin: 0.25rem 0;
        color: #555;
      }

      /* Tabs */
      .info-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
     
        justify-content: center;
      }

      .tab {
        padding: 0.5rem 1rem;
        border: none;
        background: #e0e0e0;
        border-radius: 5px;
        cursor: pointer;
        color: #555;
        font-weight: bold;
        transition: background 0.3s ease;
      }

      .tab:hover,
      .tab.active {
        background: #007ACC;
        color: #fff;
      }

      /* Info Content using Grid for Info Cards */
      .info-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
        animation: fadeIn 0.5s ease-in-out;
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: scale(0.95);
        }

        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      .info-card {
        background: #f5f7fa;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        color: #555;
      }

      .info-card a {
        color: #007ACC;
        text-decoration: none;
      }

      .info-card a:hover {
        text-decoration: underline;
      }

      .hidden {
        display: none;
      }

      /* Responsive: Switch grid to one column on smaller screens */
@media (min-width:700px) {
  .cover-container {
          width:35%
          /* optional adjustment on smaller screens */
        }
         .profile-info{
           width:55%;
         }
  
  
}

      @media (max-width: 767px) {
        .profile-main {
          margin:0 auto;
        }
        .profile-info{
          display:flex;
          width:100%
        }

        .cover-container {
          width:100%;
       
          display: none;
          /* optional adjustment on smaller screens */
        }
    
      }


   

   

      /* Main Profile Container */

      @keyframes slideIn {
        from {
          transform: translateY(30px);
          opacity: 0;
        }

        to {
          transform: translateY(0);
          opacity: 1;
        }
      }

      /* Cover Image */
      .cover {
        width: 100%;
        height: auto;
        border-radius: 10px;
        object-fit: cover;
      }

      /* Profile Section */
      .profile-section {
        display: flex;
        align-items: center;
        gap: 1.5rem;
        flex-wrap: wrap;
      }

      .avatar {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 4px solid white;
        object-fit: cover;
      }

      .details h2 {
        margin: 0;
        font-size: 1.5rem;
        color: #007ACC;
      }

      .details p {
        margin: 0.25rem 0;
        color: #555;
      }

      /* Tabs Styling */
      .info-tabs {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
      }

      .tab {
        padding: 0.5rem 1rem;
        border: none;
        background: #e0e0e0;
        border-radius: 5px;
        cursor: pointer;
        font-weight: bold;
        transition: background 0.3s ease;
      }

      .tab:hover,
      .tab.active {
        background: #007ACC;
        color: white;
      }

      /* Info Content using Grid for Responsiveness */
      .info-content {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 1rem;
        animation: fadeIn 0.5s ease-in-out;
      }

      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: scale(0.95);
        }

        to {
          opacity: 1;
          transform: scale(1);
        }
      }

      /* Info Cards */
      .info-card {
        background: #f5f7fa;
        padding: 1rem;
        border-radius: 8px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
        color: #555;
      }

      .info-card a {
        color: #007ACC;
        text-decoration: none;
      }

      .info-card a:hover {
        text-decoration: underline;
      }

      /* Hidden Class for Tabs */
      .hidden {
        display: none;
      }

      /* Media Queries for smaller screens */
      @media (max-width: 768px) {
        .profile-main {
          padding: 1rem;
        }

        /* Override grid to a single column if needed */
    
      }















@media (max-width: 480px) {


}
@media (max-width: 426px) {

}




    
      
main{
    background-color: transparent;
    font-family: Arial, sans-serif;


}

#title{
  background-color: tansparent
}
main h1 {
      font-family: 'Arial Black', sans-serif;
      /* clamp(min, preferred, max) makes font scale with viewport */
      font-size: clamp(2rem, 10vw, 6rem);
      /* proportional letter spacing */
      letter-spacing: 0.05em;
      margin: 0;
      overflow: hidden;
      text-align: center;
      line-height: 1;
         background-color: #888;
    }

    /* each letter animated separately */
    .letter {
       background-color: transparent;
      display: inline-block;
      opacity: 0;
      color:rgba(255,255,255,0.2);
      transform-origin: center bottom;
      animation:
        fly-in 0.8s cubic-bezier(0.68,-0.55,0.27,1.55) forwards,
        neon-glow 2s ease-in-out infinite 1s,
        mpulse 1.5s ease-in-out infinite 3s;
    }

    /* swoop in, spin, bounce */
    @keyframes fly-in {
      0% {
        transform: translateY(-150px) rotate(-720deg) scale(0);
        opacity: 0;
      }
      60% {
        transform: translateY(20px) rotate(30deg) scale(1.2);
        opacity: 1;
      }
      100% {
        transform: translateY(0) rotate(0) scale(1);
        opacity: 1;
      }
    }

    /* glowing neon effect */
    @keyframes neon-glow {
      0%, 100% {
        text-shadow:
          0 0 3px transparent,
          0 0 8px transparent,
          0 0 15px transparent,
          0 0 20px #007ACC;
      }
      50% {
        text-shadow:
          0 0 5px transparent,
          0 0 12px transparent,
          0 0 20px transparent,
          0 0 30px transparent;
      }
    }

    /* gentle pulsing after entrance */
    @keyframes mpulse {
      0%, 100% { transform: scale(1); }
      50%      { transform: scale(1.05); }
    }

#trends-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
    font-family: Arial, sans-serif;
      font-size: 1rem;
      background-color: transparent;
}

.trend-item {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin:20px  5px;
    box-shadow: 0 2px 4px rgba(255,255,255,0.1);
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
    border-radius: 8px;
    max-width: 350px;
    font-family: Arial, sans-serif;
      font-size: 1rem;
 
}

.trend-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.trend-item img {
    width: 50px;
    height: auto;
}

.trend-item p {
    margin: 0;
    color:#fff;
    font-family: Arial, sans-serif;
      font-size: 1rem;
}

.trend-item:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(0,255,255,0.1);
    font-family: Arial, sans-serif;
    font-size: 1rem;
    margin-left: 20px;
    margin-right: 20px;
}

   
  