*{
  margin: 0px;
  text-decoration: none !important;
}
html, body {
  margin: 0;
  padding: 0;
  background: #000000;
  height: 220vh;
  color: white;
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
  
}

.background-image {
  background-image: url('naruto.jpg');
  background-repeat: no-repeat;
  background-size:500px auto;
  background-position: center;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.navbar {
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  text-decoration: none !important;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  text-decoration: none !important;
}

.icon {
  height: 60px;
  border-right: 0.5px solid white;
  text-decoration: none !important;
}

.namn {
  color: white;
  font-size: 45px;
  font-family: "Mea Culpa", cursive;
  margin: 0;
  text-decoration: none !important;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 50px;
  margin-right: 150px;
  padding: 0;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  color: #e0e0e0; 
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  transition: color 0.3s ease, transform 0.3s ease;
}

.nav-links li a:hover {
  color: #c5c5c5; 
  transform: scale(1.1); 
}

.nav-links li a:before {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #c5c5c5; 
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.nav-links li a:hover:before {
  width: 100%; 
}



#wrapper {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(20, 4.95vw);
  grid-template-rows: repeat(22, 10vh);
  width: 100%;
  padding-top: 80px;
}

section {
  display: grid;
  grid-column: 2/19;
  background-color: #18191b;
  padding: 20px;
  border-radius: 10px;
  z-index: 1; 

}

section {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

section:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}
#about{
  display: grid;
  grid-row: 1/7;
  grid-column: 2/10;
  font-size: 32px;
  margin-top: 35px;
  z-index: 1;
  
}

#project{
  display: grid;
  grid-column: 12/20;
  grid-row: 2/8;
  text-align: center;

}


.see-more-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #1e1e1e;
  color: #e0e0e0;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #333;
  border-radius: 6px;
  margin-top: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  font-family: Arial, sans-serif;
}

.see-more-btn:hover {
  background: #2b2b2b;
  color: #ffffff;
  border-color: #555;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  transform: translateY(-2px);
  cursor: pointer;
}


.animal {
  display: flex;
  justify-self: center;
  height: 300px;
  width: auto;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.animal:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}


#footer {
  background-color: #18191b;
  text-align: center;
  padding: 30px 20px;
  color: white;
  font-family: Arial, sans-serif;
  z-index: 2;
}

.footer-text {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #f1f1f1;
  z-index: 2;
}

.ph {
  font-size: 10px;
  color: #ccc;
  margin-bottom: 10px;
  z-index: 2;
}

.socials {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
  z-index: 2;
}

.socials a {
  text-decoration: none;
  color: white;
  font-size: 30px;
  transition: color 0.3s;
  z-index: 2;
}

.socials a:hover {
  color: #858585;
  z-index: 2;
}

.copyright {
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  z-index: 2;
}




#skills {
  grid-column: 2/11;
  grid-row: 7;
  height: 50px;
  margin-top: 40px;
  background-color: #18191b;
  padding: 30px;
  border-radius: 10px;
  z-index: 1;
  text-align: center;
}

#skills h2 {
  display: flex;
  font-size: 46px;
  align-self: center;
  justify-self: center;
  font-family: "Bebas Neue", sans-serif;
  color: #e0e0e0;
}

.skills-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.skill {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #e0e0e0;
}

.skill p {
  margin-bottom: 10px;
  font-weight: bold;
}

.progress-bar {
  width: 100%;
  background-color: #333;
  border-radius: 10px;
  height: 12px;
  overflow: hidden;
}

.progress {
  height: 100%;
  border-radius: 10px;
  width: 0%;
  transition: width 1s ease-in-out;
}

.html {
  background-color: #e34c26;
  width: 97%; 
}

.css {
  background-color: #2965f1;
  width: 100%;
}

.javascript {
  background-color: #f7df1e;
  width: 65%; 
}

.c3 {
  background-color: #9b4d96;
  width: 70%;
}

.reel {
  background-color: #1bc524;
  width: 100%;
}


#rasengan {
  display: grid;
  grid-column: 13 / 19;
  grid-row: 8/10;
  margin-top: 50px;
  height: 20px;
  background-color: #18191b;
  color: white;
  text-align: center;
  padding: 30px;
  border-radius: 10px;
}
#chargeBtn {
  display: flex;
  justify-self: center;
  justify-content: center; 
  align-items: center;
  background-color: #0077ff;
  color: white;
  width: 200px;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}


#chargeBtn:hover {
  background-color: #005ecc;
}

#rasenganBall {
  width: 60px;
  height: 60px;
  background: radial-gradient(circle, #00bfff, #0077ff);
  border-radius: 50%;
  margin: 20px auto;
  box-shadow: 0 0 20px #00bfff;
  transition: all 0.1s ease;
}

.projects-header {
  display: grid;
  grid-row: 12;
  grid-column: 1/-1;
  text-align: center;
  z-index: 2;
}

.projects-header{
  
  transform: none !important;
  box-shadow: none !important;
  background-color: transparent;
}

.projects-header h1 {
  font-size: 48px;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
}

.desc {
  font-size: 18px;
  color: #ccc;
  margin-top: 10px;
}

.project-box {
  display: grid;
grid-row: 13;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 40px 30px;
  max-width: 1200px;
  margin: auto;
}

.proj {
  background-color: #18191b;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05); 
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proj:hover {
  transform: scale(1.03);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.2); 
}

.proj img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.proj-text {
  padding: 20px;
  text-align: center;
}

.project-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
}


  img {
  -webkit-user-drag: none; /* Safari/Chrome */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
  user-select: none;
  }



  @media (max-width: 768px) {


    *{
  margin: 0px;
  text-decoration: none !important;
}
html, body {
  margin: 0;
  padding: 0;
  background: #000000;
  height: 250vh;
  color: white;
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
  
}

#wrapper {
  display: flex;
  flex-direction: column;
}


.navbar {
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100vw;
  height: 6vh;
  top: 0;
  z-index: 1000;
  text-decoration: none !important;
}



.logo {
  display: flex;
}

.icon {
  height: 60px;
  border-right: transparent;
  text-decoration: none !important;
}



.nav-links {
  list-style: none;
  display: flex;
  gap: 25px;
  padding: 0;
}


#about{
  display: grid;
  font-size: 22px;
  margin-top: 35px;
  z-index: 1;
  width: 300px;
  justify-items: center;
  margin: 35px auto 0 auto;
  text-align: center;
}

section{
  background-color: transparent;
}

section:hover {
  transform: none !important;
  box-shadow: none !important;
}

div:hover{
  transform: none !important;
  box-shadow: none !important;
}

#about h1{
font-size: 40px;
padding: 10px;
justify-self: center;
}

.projects-header{
  margin-top: 220px;  
  padding: 0;
  
}

.project-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 20px;
  margin-bottom: 200px;
    background-color: #18191b;
    margin: 0 30px;
}
.proj {
  width: 100%; 
  height: auto;
}

.proj img {
  height: 150px;
}

.project-title {
  font-size: 25px;
}

.proj-text {
  padding: 10px;
}



#project {
  display: none;
}

#rasengan{
  display: none;
}
.namn {
display: none;
}

#skills{
  background-color: transparent;
}




}


