/* home Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  }
  html{
  overflow-x: hidden; /* Prevent horizontal scrolling */
  }
  body {
  color: #ffffff;
  overflow: hidden;
  background: #1c1c1c;
  
  }

  .rgb-text {
    font-size: 2.5em;
    color: white;
    margin-top: 20px
  }
    
  .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  
  }
  
  .container-tab {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
      
      }
  
  

  
  h1, h2 {
  text-align: center;
  margin-bottom: 20px;
  }
  
  /* Hero Section */
  .hero {
   /* background: linear-gradient(45deg, #6a11cb, #2575fc);*/
  background:  black;
  color: #fff;
  display: none;
  justify-content: space-between; /* This will space out the content */
  position: relative; /* Ensures absolute positioning of logo */
  align-items: center;
  text-align: center;
  padding: 20px;
  }
  .hero h1 {
  font-size: 3rem;
  }
  .hero span {
  color: #ff69b4;
  }
  .hero p {
  margin: 10px 0 20px;
  }
  .hero .logo img {
    height: 70px;
    width: 180px;
    position: absolute;
    top: 12px;
    left: 15px;
  }
  
  /* Ensure other content is spaced out correctly */
  .hero h1, .hero p, .hero .btn {
  margin-left: 80px; /* Create space for the logo */
  text-align: left; /* Align text to the left */
  }
  
  .container-header {
    background: #000000;
    padding: 10px 20px; /* Adjust padding for spacing */
    display: flex;
    align-items: center;
    justify-content: space-between; 
  }
  
  
  /* Navbar */
  .navbar {
    background: #000000;
    padding: 10px 20px; /* Adjust padding for spacing */
    display: flex;
    align-items: center;
    justify-content: space-between; /* Push logo and tabs to opposite ends */
  }
  .logo {
    width: 50px; /* Adjust the logo size */
    height: 50PX;
  }
  .navbar a {
    color: #fff;
    text-decoration: none;
    margin: 0 15px;
    font-size: 1.1rem;
    position: relative;
  }
  .navbar a:hover {
    color: #ff000d;
  }
  
  /* Dropdown */
  .navbar .dropdown {
  position: relative;
  display: inline-block;
  }
  .navbar .dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 150px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 5px;
  text-align: left;
  }
  .navbar .dropdown-content a {
  color: white;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
  font-size: 0.9rem;
  }
  .navbar .dropdown-content a:hover {
    background-color:  #ff000d;
      /*background: linear-gradient(45deg, #6a11cb, #2575fc);*/
      color: #fff;
  }
  .navbar .dropdown:hover .dropdown-content {
      display: block;
  }
  
  
  .dropdown-submenu {
    position: relative;
  }
  
  .dropdown-content-right {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 150px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    top: 0;
    left: 100%;
    z-index: 1;
  }
  
  .dropdown-submenu:hover .dropdown-content-right {
    display: block;
  }
  
  
/* Footer */
.footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, .9);
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity,1))
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between; /* Pushes elements to left and right */
align-items: center; /* Align vertically centered */
padding: 0 20px; /* Horizontal padding */
}



/* Left-aligned text */
.footer-text-left {
color: #9ca3af; /* Gray color */
font-size: 14px;
margin: 0;
}

/* Right-aligned text */
.footer-text-right {
color: #9ca3af; /* Gray color */
font-size: 14px;
cursor: pointer;
transition: color 0.3s ease; /* Smooth hover transition */
margin: 0;
}

.footer-text-right:hover {
color: #a855f7; /* Purple hover effect */
}



 /* Mobile Menu */
.mobile-menu {
  display: none;
  color: #fff;
  padding: 10px;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 1000;
  border-radius: 5px;
  cursor: pointer;
  position: absolute;

}
.mobile-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  margin: 5px 0;
}
.mobile-nav {
  display: block;
  position: fixed;
  top: 0;
  left: -100%; /* Hidden off-screen */
  width: 250px;
  height: 100vh;
  background: #333;
  border-radius: 0;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  text-align: left;
  padding: 10px;
  z-index: 999;
  transition: left 0.3s ease; /* Smooth slide effect */
}

.mobile-nav.show {
  left: 0; /* Slide into view */
}

.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  border-bottom: 1px solid #444;
}
.mobile-nav a:last-child {
  border-bottom: none;
}
.mobile-nav a:hover {
color: #ff000d;
}
  
  
  /* Effects */
  
  #particles, #vignette {
  position: fixed;
  min-width: 100%;
  min-height: 100%;
  bottom: 0;
  right: 0;
  z-index: -2;
  }
  
  #vignette {
  box-shadow: 0 0 800px rgba(0,0,0,0.9) inset;
  z-index: -1;
  }
 

  .video-section {
      margin: 0px;
  }

  
.video-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr); /* Set exactly 5 columns */
  gap: 10px;
  padding: 20px;
}
.view-info {
  font-size: 0.875rem; /* Approximate size similar to YouTube */
  color: #aaa; /* Light gray */
  font-weight: 400; /* Regular weight */
  line-height: 1.4; /* Adjust line height for readability */
}
.video-title {
  font-size: 1rem; /* Font size similar to YouTube's video title */
  font-weight: bold; /* Medium weight (bold but not too heavy) */
  color: #ffffff; /* Dark text color */
  margin: 0; /* Remove default margin */
  line-height: 1.4; /* Adjust line height for better spacing */
  font-family: 'Roboto', sans-serif; /* Similar to YouTube's font */
  max-width: 300px;
}

/* Style for channel information */
.channel-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.channel-profile-picture {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.channel-info h2 {
  font-size: 1.5em;
  margin: 0;
}




  .container-profile {
    font-family: "Jost", sans-serif;
   /* 
    color: #2b2c48;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center; /* Centers horizontally */
    
  }

  .card {
      width: 100%;
      
      overflow-y: scroll; /* Allows scrolling */
      /* position: relative; 
      margin: 15px 15px auto;
      z-index: 1;
      overflow-x: hidden;
      background-color: white;
      display: flex;
      transition: 0.3s;
      flex-direction: column;
      border-radius: 10px;
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
    */
      
    }
    
    .card::-webkit-scrollbar {
      display: none;
    }
    .card[data-state="#about"] {
      height: 220px;
    }
    .card[data-state="#about"] .card-main {
      padding-top: 0;
    }
    
    .card[data-state="#contact"] {
      height: 430px;
    }
    
    .card[data-state="#experience"] {
      height: 550px;
    }
    
    .card.is-active .card-header {
      height: 80px;
    }
    .card.is-active .card-cover {
      height: 100px;
      top: -50px;
    }
    .card.is-active .card-avatar {
      transform: none;
      left: 20px;
      width: 50px;
      height: 50px;
      bottom: 10px;
    }
    .card.is-active .card-fullname,
    .card.is-active .card-jobtitle {
      left: 86px;
      transform: none;
    }
    .card.is-active .card-fullname {
      bottom: 18px;
      font-size: 19px;
    }
    .card.is-active .card-jobtitle {
      bottom: 16px;
      letter-spacing: 1px;
      font-size: 10px;
    }
    
    .card-header {
      position: relative;
      display: flex;
      height: 200px;
      flex-shrink: 0;
      width: 100%;
      transition: 0.3s;
    }
    .card-header * {
      transition: 0.3s;
    }
    
    .card-cover {
      width: 100%;
      height: 100%;
      position: absolute;
      height: 160px;
      top: -20%;
      left: 0;
      will-change: top;
      background-size: cover;
      background-position: center;
      filter: blur(30px);
      transform: scale(1.2);
      transition: 0.5s;
    }
    
    .card-avatar {
      width: 100px;
      height: 100px;
      box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
      border-radius: 50%;
      -o-object-position: center;
         object-position: center;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) translateY(-64px);
    }
    
    .card-fullname {
      position: absolute;
      bottom: 0;
      font-size: 22px;
      font-weight: 700;
      text-align: center;
      white-space: nowrap;
      transform: translateY(-10px) translateX(-50%);
      left: 50%;
    }
    
    .card-jobtitle {
      position: absolute;
      bottom: 0;
      font-size: 11px;
      white-space: nowrap;
      font-weight: 500;
      opacity: 0.7;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin: 0;
      left: 50%;
      transform: translateX(-50%) translateY(-7px);
      display: flex;
        align-items: center; /* Centers the content vertically */
        justify-content: center; /* Centers the content horizontally */
        gap: 5px; /* Adjust gap between icon and text */
        font-weight: bold; /* Set font-weight to bold */


    }
    .card-Videotitle {
      position: absolute;
      bottom: -15px;
      font-size: 11px;
      white-space: nowrap;
      font-weight: 500;
      opacity: 0.7;
      text-transform: uppercase;
      letter-spacing: 1.5px;
      margin: 0;
      left: 50%;
      transform: translateX(-50%) translateY(-7px);
      display: flex;
        align-items: center; /* Centers the content vertically */
        justify-content: center; /* Centers the content horizontally */
        gap: 5px; /* Adjust gap between icon and text */
    
    }
    

  .card-main {
      position: relative;
      flex: 1;
      display: flex;
      padding-top: 10px;
      flex-direction: column;
    }
    
    .card-subtitle {
      font-weight: 700;
      font-size: 13px;
      margin-bottom: 8px;
    }
    
    .card-content {
      padding: 20px;
    }
    
    .card-desc {
      line-height: 1.6;
      color: #636b6f;
      font-size: 14px;
      margin: 0;
      font-weight: 400;
      font-family: "DM Sans", sans-serif;
    }
    
    .card-social {
      display: flex;
      align-items: center;
      padding: 0 20px;
      margin-bottom: 30px;
    }
    .card-social svg {
      fill: #a5b5ce;
      width: 16px;
      display: block;
      transition: 0.3s;
    }
    .card-social a {
      color: #8797a1;
      height: 32px;
      width: 32px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      transition: 0.3s;
      background-color: rgba(93, 133, 193, 0.05);
      border-radius: 50%;
      margin-right: 10px;
    }
    .card-social a:hover svg {
      fill: #637faa;
    }
    .card-social a:last-child {
      margin-right: 0;
    }
    
    .card-buttons {
      display: flex;
      background-color: #fff;
      margin-top: auto;
      position: sticky;
      bottom: 0;
      left: 0;
    }
    .card-buttons button {
      flex: 1 1 auto;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      background: 0;
      font-size: 13px;
      border: 0;
      padding: 15px 5px;
      cursor: pointer;
      color: #5c5c6d;
      transition: 0.3s;
      font-family: "Jost", sans-serif;
      font-weight: 500;
      outline: 0;
      border-bottom: 3px solid transparent;
      visibility: hidden;
    }
    .card-buttons button.is-active, .card-buttons button:hover {
      color: #2b2c48;
      border-bottom: 3px solid #8a84ff;
      background: linear-gradient(to bottom, rgba(127, 199, 231, 0) 0%, rgba(207, 204, 255, 0.2) 44%, rgba(211, 226, 255, 0.4) 100%);
    }
    
    .card-section {
      display: none;
    }
    .card-section.is-active {
      display: block;
      -webkit-animation: fadeIn 0.6s both;
              animation: fadeIn 0.6s both;
    }
    
    @-webkit-keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translatey(40px);
      }
      100% {
        opacity: 1;
      }
    }
    
    @keyframes fadeIn {
      0% {
        opacity: 0;
        transform: translatey(40px);
      }
      100% {
        opacity: 1;
      }
    }
    .card-timeline {
      margin-top: 30px;
      position: relative;
    }
    .card-timeline:after {
      background: linear-gradient(to top, rgba(134, 214, 243, 0) 0%, #516acc 100%);
      content: "";
      left: 42px;
      width: 2px;
      top: 0;
      height: 100%;
      position: absolute;
      content: "";
    }
    
    .card-item {
      position: relative;
      padding-left: 60px;
      padding-right: 20px;
      padding-bottom: 30px;
      z-index: 1;
    }
    .card-item:last-child {
      padding-bottom: 5px;
    }
    .card-item:after {
      content: attr(data-year);
      width: 10px;
      position: absolute;
      top: 0;
      left: 37px;
      width: 8px;
      height: 8px;
      line-height: 0.6;
      border: 2px solid #fff;
      font-size: 11px;
      text-indent: -35px;
      border-radius: 50%;
      color: rgba(134, 134, 134, 0.7);
      background: linear-gradient(to bottom, #a0aee3 0%, #516acc 100%);
    }
    
    .card-item-title {
      font-weight: 500;
      font-size: 14px;
      margin-bottom: 5px;
    }
    
    .card-item-desc {
      font-size: 13px;
      color: #6f6f7b;
      line-height: 1.5;
      font-family: "DM Sans", sans-serif;
    }
    
    .card-contact-wrapper {
      margin-top: 20px;
    }
    
    .card-contact {
      display: flex;
      align-items: center;
      font-size: 13px;
      color: #6f6f7b;
      font-family: "DM Sans", sans-serif;
      line-height: 1.6;
      cursor: pointer;
    }
    .card-contact + .card-contact {
      margin-top: 16px;
    }
    .card-contact svg {
      flex-shrink: 0;
      width: 30px;
      min-height: 34px;
      margin-right: 12px;
      transition: 0.3s;
      padding-right: 12px;
      border-right: 1px solid #dfe2ec;
    }
    
    .contact-me {
      border: 0;
      outline: none;
      background: linear-gradient(to right, rgba(83, 200, 239, 0.8) 0%, rgba(81, 106, 204, 0.8) 96%);
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
      color: #fff;
      padding: 12px 16px;
      width: 100%;
      border-radius: 5px;
      margin-top: 25px;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      font-family: "Jost", sans-serif;
      transition: 0.3s;
    }
    
    
@media (max-width: 768px) {


  .info p {
    font-size: 0.9rem;
  }

  .swiper {
    width: 80%;
    height: 300px;
  }

  .navbar {
    display: none;
}
.mobile-menu {
    display: block;
}

body {
  overflow-x: hidden; /* Reaffirm for mobile */
}
.container {
  padding: 0 15px; /* Add padding to prevent overflow */
}

.footer-container {
  max-width: 1200px;
  flex-direction: column; /* Stacked vertically by default */
  text-align: center;
}

.hero{
  display: flex;
}

.video-grid {
  display: block;
}


}



.video-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.video-container iframe {
  margin: 10px;
}
.video-item {
  flex: 0 0 19%; /* Each video takes up 1/5 of the row */
  box-sizing: border-box;
}