


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;

}

.whitec{
  color:white;
}

  /* Dark Theme Styling */
  body {
    width:100vw;
   overflow-x: hidden;

    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; */
 /* 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: 20px;
    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) {

}




    


.us{
  color: #007ACC;
  border: transparent;
  background-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  text-transform: capitalize;
  margin-bottom: 20px;
  
}
#user{
  animation: none;
}
.username{
  color: red;
  background-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  text-transform:capitalize;
}


    /* Product Section Container */
    .product-section {
      background: #1a1a1a;
      padding: 4rem 2rem;
    }
    
    .product-section h2 {
      text-align: center;
      font-size: 2.5rem;
      margin-bottom: 2rem;
      letter-spacing: 1px;
    }
    
    /* Grid Layout for Products */
    .products-grid {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-wrap: wrap;
      gap: 2rem;
     
      width: 90vw;
      overflow: hidden;
      /* border: 1px solid red; */
      margin: 0 auto;
      margin-top: 80px;
    }
    
    /* Product Card Styles */
    .product-card {
    
      border: 2px solid #007bff;
      border-radius: 10px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.3s, box-shadow 0.3s;
      position: relative;
      /* width: 30%; */
      min-width:200px;
      max-width:250px;

      background-color : #000;
      color:#0056b3;
   
      
      /* Animation to fade in from below */
      opacity: 0;
      animation: fadeInUp 0.5s ease forwards;
    }
    
    /* Staggered Animation Delays for a Sequential Reveal */
    .products-grid .product-card:nth-child(1) { animation-delay: 0.1s; }
    .products-grid .product-card:nth-child(2) { animation-delay: 0.2s; }
    .products-grid .product-card:nth-child(3) { animation-delay: 0.3s; }
    .products-grid .product-card:nth-child(4) { animation-delay: 0.4s; }
    .products-grid .product-card:nth-child(5) { animation-delay: 0.5s; }
    .products-grid .product-card:nth-child(6) { animation-delay: 0.6s; }
    
    .product-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 20px rgba(0, 123, 255, 0.5);

    }
    
    /* Image Container to maintain aspect ratio */
    .img-container {
      /* width: 100%; */
      /* This creates a fixed 16:9 ratio container */
      height:36%;
      width:35%;
      object-fit: cover;
      border-radius: 50%;
      background-color: transparent;
      margin:0 auto;
      overflow: hidden;
      background: transparent;
      /* padding-top: 20px; */
      margin-top: 10px;
      border: 1px solid transparent;
    }
    
    .img-container img {
      min-width: 100%;
      min-height: 100%;
      max-width: 100%;
      max-height: 100%;

      
      object-fit: cover;
      display: block;
      top:0
    
    }
    
    .product-info {
      padding: 1.5rem;
    }
    
    .product-info h3 {
      margin: 0 0 0.5rem;
      font-size: 1.5rem;
    }
    
    .product-info p {
      font-size: 1rem;
      color: #ccc;
      line-height: 1.4;
      min-height: 3em; /* Consistent text block height */
    }
    
    .product-info button {
      margin-top: -20px;
      background: #007bff;
      border: 2px solid #007bff;
      color: #fff;
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
      border-radius: 5px;
      cursor: pointer;
      transition: background-color 0.3s, color 0.3s;
    }
    
    .product-info button:hover {
      background: transparent;
      color: #007bff;
    }
    
    /* Keyframes for FadeInUp Animation */
    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(20px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }


.cation{
  font-size: small;
  display: block;
}


@media only screen and (max-width:488px){
  #ss{
    display:none}

   
}


.loading-dots {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.loading-dots div {
  width: 20px;
  height: 20px;
  background-color: #3498db;
  border-radius: 50%;
  animation: bounce 1.5s infinite ease-in-out;
}

.loading-dots div:nth-child(1) {
  animation-delay: 0s;
}

.loading-dots div:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-dots div:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 80%, 100% {
      transform: scale(0);
  }
  40% {
      transform: scale(1);
  }
}





    section {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    }
    section:not(.hidden) {
      opacity: 1;
      transform: translateY(0);
    }
    .post-controls {
      margin-top: 0.5rem;
      display: flex;
      justify-content: flex-end;
      gap: 0.5rem;
    }
    .post-slide-in {
      animation: slideIn 0.5s ease-out;
    }
    @keyframes slideIn {
      from { opacity: 0; transform: translateX(-20px); }
      to { opacity: 1; transform: translateX(0); }
    }
    .reply-form {
      transition: opacity 0.3s ease, max-height 0.3s ease;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
    }
    .reply-form.show {
      opacity: 1;
      max-height: 150px;
    }
    .comment {
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }
    /* Border Styles */
    .tab-button {
      border: 1px solid #333;
      border-radius: 8px;
    }
    .grid div, .space-y-3 > MPLdiv, .bg-gray-900, .w-80 > div {
      border: 1px solid #333;
      border-radius: 8px;
    }