:root{
  --primary-color: #030303;
  --hover-color: #272832;
  --accent-color: #0071FF;
  --text-color: #41e64e;
}




main{padding: min(5em, 7%);
  padding: min(5em, 7%);
}
main p{
  margin-top: .35em;
}
nav{
  background-color: var(--primary-color);
  border-bottom: 1px solid var(--hover-color);
}
nav ul{
  list-style: none;
  display: flex;
}
nav .home-li{
  margin-right: auto;
}
nav li{
  display: flex;
}
nav a{
  display: flex;
  text-decoration: none;
  color: var(--text-color);
  padding: 1em 2em;
  transition: background-color 150ms ease;
}
nav a:hover{
  background-color: var(--hover-color);
   border: 2px solid rgb(16, 252, 232);
  background-color:white;
  color: black;
}
nav a.active-link{
  border-bottom: 2px solid var(--text-color);
}
nav a.accent-link{
  background-color: var(--accent-color);
}
#open-sidebar-button{
  display: none;
  background: none;
  border: none;
  padding: 1em;
  margin-left: auto;
  cursor: pointer;
}
#close-sidebar-button{
  display: none;
  background: none;
  border: none;
  padding: 1em;
  cursor: pointer;
}
#overlay{
  background:rgba(255, 251, 251, 0.527);
  position: fixed;
  inset: 0;
  z-index: 9;
  display: none;
}
.skip-link {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  background-color: var(--accent-color); 
  color: #ffffff; 
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: opacity 0.3s ease;
}

.skip-link:focus {
  opacity: 1; 
  pointer-events: auto; 
  outline: 3px solid #ffffff; 
}
@media screen and (max-width: 700px) {
  #open-sidebar-button, #close-sidebar-button{
    display: block;
  }
  nav{
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: min(15em, 100%);
    z-index: 10;
    border-left: 1px solid var(--hover-color);
    transition: right 300ms ease-in-out;
  }
  nav.show{
    right: 0;
  }
  nav.show ~ #overlay{
    display: block;
  }
  nav ul{
    width: 100%;
    flex-direction: column;
  }
  nav a{
    width: 100%;
    padding-left: 2.5em;
  }
  nav a.active-link{
    border-bottom: none;
  }
  nav .home-li{
    margin-right: unset;
  }
}











.nop{width: 430px;
height: 100px;
object-fit: cover;
filter: brightness(120%);}





body{background-image: url(https://quntan.neocities.org/image.png/SLA-background-one.png);}



.sharma{display: flex;
    flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 15px;
background-image: radial-gradient(skyblue,white);}

 h1{text-align: center;
padding:5px;
      color:black;
       border: 2px solid white;
      background:linear-gradient(rgb(98, 250, 217),white); 
      border-radius: 5%;}
.john{width: 390px;}

.eloks{letter-spacing: 2px;}





.cofee{width: 250px;
height: 250px;
filter: brightness(120%);
object-fit: cover;}



.kumar{align-items: center;
text-align: center;
  gap: 15px;
}



.noble{width: 250px;
height: 250px;
filter: brightness(130%);
object-fit: cover;
}



q{border: 3px solid orange;
color: black;
font-weight: bold;
background-color: white;}



.hand{display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
gap: 30px;
padding: 30px;}


.moneky{width:390px;
padding: 18px;
background-color: white;}

.khan{width:250px;
padding: 18px;
background-color: white;}

.remote{width:250px;
filter: brightness(105%);
object-fit: cover;}

dt{ font-weight: bold;
color: black;
line-height: 28px;}

li{line-height: 18px;}



.moneky{
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.moneky::after, .moneky::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;
}
.moneky::before{
  filter: blur(1.5rem);
  opacity: 0.5;
}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}




.khan{
  margin: 0 auto;
  width:250px;
  padding: 2em;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.khan::after, .khan::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;
}
.khan::before{
  filter: blur(1.5rem);
  opacity: 0.5;
}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}






























































 




