header {
  width: 100%;
  background:rgb(236, 134, 236);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
}

.logo {
  font-size: 20px;
  font-weight: bold;
  color: black; /* Kidney theme color */
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 15px;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
font-weight: bold;
  transition: 0.3s;
}

.nav-links li a:hover {
  color: #000000;
  text-decoration: underline;
  border: 2px solid mediumslateblue;
  background-color: white;
}

.btn {
  padding: 8px 15px;
  background: #c4004a;
  color: #fff !important;
  border-radius: 5px;
}

.menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 768px) {
  .nav-links {
    position: absolute;
    top: 65px;
    right: -100%;
     background: linear-gradient(135deg, #68e6eb 50%, #eeec83 50%);
    width: 250px;
    height: 100vh;
    flex-direction: column;
    padding-top: 40px;
    gap: 15px;
    text-align: left;
    transition: 0.4s;
    padding-left: 25px;
  }

  .nav-links.active {
    right: 0;
  }

  .menu-icon {
    display: block;
  }
}





.nop{width: 300px;
height: 100px;
object-fit: contain;
filter:brightness(100%);}


































.disc{display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
margin-top: 150px;
gap: 30px;
background: linear-gradient(rgb(8, 235, 223),rgb(240, 233, 234));}


 h1{text-align: center;
padding:5px;
      color:black;
       border: 2px solid white;
      background:linear-gradient(rgb(82, 209, 43),white); 
      border-radius: 5%;}
.star{width: 420px;}

      .yop{width: 250px;
    height: 250px;
object-fit: contain;
filter: brightness(95%);
        
      }
      
    

q{border: 3px solid salmon;
background-color: white;
font-weight: bold;
font-size: 20px;}


.real{display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 30px;
margin-top: 50px;}

.hand{width: 420px;
   height: 900px;
background-color: azure;}
p{padding: 50px;}

li{line-height: 35px;
font-weight: bold;
color: #000;}

body{background-image: url(https://quntan.neocities.org/image.png/SLA-java-background.png);}


.vero{width:300px;
background-color: white;
}

.gio{width:250px;
object-fit: contain;
filter: brightness(110%);}


.tio{width: 250px;

object-fit: contain;
filter: contrast(150%);}





.hand{
  margin: 0 auto;
  width: 420px;
   height: 750px;
 
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.hand::after, .hand::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: conic-gradient(from var(--angle), #f802c3, #edfd04, #006aff, #ff0095, #ff4545);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 10px;
  animation: 3s spin linear infinite;
}
.hand::before{
  filter: blur(1.5rem);
  opacity: 0.5;
}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}


.vero{
  margin: 0 auto;
  width: 300px;
  background-color:white;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.vero::after, .vero::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: conic-gradient(from var(--angle), #f802c3, #edfd04, #006aff, #ff0095, #ff4545);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 10px;
  animation: 3s spin linear infinite;
}
.vero::before{
  filter: blur(1.5rem);
  opacity: 0.5;
}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}
