


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: 25px;
}

.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: 25px;
    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%);}


body{background-image: url(https://quntan.neocities.org/image.png/SLA-java-background.png);
background-repeat: repeat;
background-size: cover;}





.part{display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 30px;
margin-top: 150px;
background: linear-gradient(pink,rgb(110, 110, 224));}

h1{text-align: center;
border: 3px solid white;
background: linear-gradient(pink,rgb(224, 63, 224));
border-radius: 5%;}

.delter{width: 420px;}

.singh{gap: 15px;
text-align: center;
align-items: center;}

.yop{width: 250px;
    height: 250px;
object-fit: contain;
filter: brightness(110%);}


.sow{ width: 250px;
    height: 250px;
object-fit: contain;
filter: brightness(110%);}

p{font-weight: bold;
line-height: 20px;}

table{border: 3px solid white;
border-radius: 5%;
padding: 15px;}

thead{color: white;
font-size: 18px;
font-weight: bold;
background: conic-gradient(lime,rgb(223, 39, 198));}

tbody{background:linear-gradient(rgb(231, 218, 35),rgb(226, 213, 188));
color: black;}


.dio{text-align: center;
font-weight: bold;
font-size: 25px;
border: 4px sloid white;
color: #000;}


.kio{background-color: white;}


.venki{display:flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
gap: 20px;
margin-top:150px;}

p{font-weight: bold;}

.booster{width: 420px;
background-color: aqua;

}

.gorw{width: 250px;
object-fit:contain;
filter: contrast(150%);}


.neogym{width: 250px;}


.booster{
  margin: 0 auto;
  padding: 2em;
  width: 420px;
  background: linear-gradient(lime,white);
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.booster::after, .booster::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: conic-gradient(from var(--angle), #31dfe6, #00ff99, #006aff, #ff0095, #ff4545);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 10px;
  animation: 3s spin linear infinite;
}
.booster::before{
  filter: blur(1.5rem);
  opacity: 0.5;

}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}

.neogym{
  margin: 0 auto;
  padding: 2em;
  width: 250px;
  background: white;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.neogym::after, .neogym::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: conic-gradient(from var(--angle), #31dfe6, #00ff99, #006aff, #ff0095, #ff4545);
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  padding: 3px;
  border-radius: 10px;
  animation: 3s spin linear infinite;
}
.neogym::before{
  filter: blur(1.5rem);
  opacity: 0.5;

}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}


