@import url('https://fonts.cdnfonts.com/css/8bit-wonder');


body{ 
    
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url(../images/backg.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    
}
.cir{ 
    border-radius: 50%;
    width: 500px;
    height: 500px;
}

.e-bit{ 
    font-family: '8BIT WONDER', sans-serif;
    color: white;
    font-size: 3.3vmax;
}

.move-bottom{ 
  width: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

}




.navbar-brand, .nav-link {
  color: white !important;
}

.nav-link:hover {
  opacity: 0.8;
}

.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.3);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.project-container {
  height: 100vh;
  overflow: hidden;
  scroll-snap-type: y mandatory;
}

.project {
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
}

.project.active {
  opacity: 1;
}

.project-content {
  max-width: 800px;
  padding: 2rem;
  text-align: center;
}

.project-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.project-content h4 {
  margin-bottom: 1.5rem;
}

.project-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.tags {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

.badge {
  padding: 0.5rem 1rem;
  border-radius: 20px;
}

.scroll-indicator {
  position: fixed;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  color: white;
}

.scroll-indicator::after {
  font-size: 1.5rem;
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(10px);
  }
}

@media (max-width: 768px) {
  .project-content {
      padding: 1rem;
  }

  .header nav a {
      margin-left: 1rem;
  }
}

.logo.is-animetion {
    margin-top: 0.6em;
  }
.white{ 
    color: white; 
}
.nav-b{
    display: inline-block;
    
    float: right; 

}

.intro{
    text-align: center;
    font-size: 3.0vmin;
}
.top-buff{
  position: relative;
  top: -37px;

}


  
  @keyframes wave-text{
    00%{
      transform: translateY(0em);
    }
    60%{
      transform: translateY(-0.6em);
    }
    100%{
      transform: translateY(0em);
    }
  }
  @media only screen and (max-width: 1199px) {
    
    .mid{ 
      
      
      align-items: center;
    }
    .e-bitt{ 
      font-family: '8BIT WONDER', sans-serif;
      color: white;
      font-size: 18px; 
  }
  .top-buff{
    display: none;
  }
 
    
  }

  .line-1{



    
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 3.8vw;
    text-align: center;
    white-space: nowrap;
    overflow:hidden;
    transform: translateY(-50%);    
}



/* Animation */
.anim-typewriter1{
  border-right: 2px solid transparent;
  animation: typewriter1 3s steps(44) 1s 1 normal both,
             blinkTextCursor1 500ms step-end 8;
}
.anim-typewriter2{
  border-right: 2px solid transparent;
  animation: typewriter2 4s steps(44) 1s 1 normal both,
             blinkTextCursor2 500ms steps(44) infinite ;
             -webkit-animation-delay: 4s;
             animation-delay: 4s;
}
@keyframes typewriter1{
  from{width: 0;}
  to{width: 17em;}
}
@keyframes typewriter2{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor1{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

@keyframes blinkTextCursor2{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

@media only screen and (max-width: 500px) {
  .image {
    display: none;
  }
  .mid{ 
    
    
    align-items: center;
  }
  .e-bitt{ 
    font-family: '8BIT WONDER', sans-serif;
    color: white;
    font-size: 18px; 
}
.font-size{ 


  display: none !important;

}
.size-2{ 
  font-size: 5.3vmin;
}

.right-pad{ 
  margin-left: 30px;
}

.top-mar{ 
  margin-top: 15px;
}






  
}