
: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);}



.jack{display: flex;
flex-wrap: wrap;
justify-content: space-around;
gap: 30px;
background: linear-gradient(rgb(243, 235, 243),rgb(146, 241, 146));}

.hyper{width: 420px;}

.joker{width: 350px;
height: 250px;
object-fit: cover;
filter: brightness(120%);}







.gower{padding: 10px;
text-align: center;}

.clow{background-color: blue;
color: white;}



.voker{width: 330px;
height: 650px;
object-fit: cover;
filter: brightness(120%);
align-items: center;}

h1{background-color: white;
color: black;
border-radius: 5%;
border: 3px solid black;}


.donkey{display: grid;
        grid-template-columns: repeat(auto-fit,600px);
    column-gap:109px;
padding: 15px;
color: white;
row-gap: 30px;}
.pause{display: grid;
    grid-template-rows: subgrid;
grid-row: span 1/2;
gap:0px;}



.pasue{width: 630px;
background-color: white;}


table{border:10px solid rgb(220, 224, 220);
    width: 510px;
    height:510px;}


 th{border:3px solid white;
   background-color: rgb(231, 229, 216);
   border-right-color:rgb(204, 195, 157);
   border-top-color:rgb(207, 199, 164);
   border-bottom-color:rgb(207, 202, 178);
    border-left-color:rgb(224, 221, 206);
     color: black;
   }


     td{text-align: center;
    font-size: 18px;
color: black;
font-weight: bold;
padding: 8px;
background:rgb(105, 233, 88);}


.mou{background: white;
color: black;
font-weight: bold;}




 .contact-box {
        background: #ffffff;
        width: 690px;
        padding: 25px;
        border-radius: 10px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .contact-box h3 {
        text-align: center;
        color: #0047b3;
        margin-bottom: 20px;
    }

    .contact-box label {
        font-weight: bold;
        display: block;
        margin-top: 10px;
        color: #333;
    }

    .contact-box input,
    .contact-box textarea,
    .contact-box select {
        width: 100%;
        padding: 10px;
        margin-top: 6px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 15px;
    }

    .contact-box button {
        width: 100%;
        background: #0047b3;
        color: #fff;
        padding: 12px;
        border: none;
        margin-top: 15px;
        border-radius: 6px;
        font-size: 16px;
        cursor: pointer;
        font-weight: bold;
    }

    .contact-box button:hover {
        background: #003580;
    }


.contact-box{
  margin: 0 auto;
  padding: 2em;
  width: 630px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

@property --angle{
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.contact-box::after, .contact-box::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;
}
.contact-box::before{
  filter: blur(1.5rem);
  opacity: 0.5;

}
@keyframes spin{
  from{
    --angle: 0deg;
  }
  to{
    --angle: 360deg;
  }
}








    .socials-container{
  display: flex;
  gap: 30px;
margin-top: 50px;}
.socials-container a{
  background-color: white;
  padding: 1em;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  box-sizing: border-box;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.socials-container a svg{
  height: 12px;
}
.socials-container a::before{
  content: attr(data-social);
  position: absolute;
  background-color: var(--accent-color);
  color: white;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 100px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  transform: translateY(-30px) rotate(25deg);
  opacity: 0;
  transition: 200ms cubic-bezier(.42,0,.44,1.68);
}
.socials-container a:hover{
  background-color: var(--accent-color);
  fill: white;
}
.socials-container a::after{
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid var(--accent-color);
  transform: translateY(0) rotate(25deg);
  opacity: 0;
  transition: 200ms cubic-bezier(.42,0,.44,1.68);
}
.socials-container a:hover::before{
  transform: translateY(-65px) rotate(0);
  opacity: 1;
}
.socials-container a:hover::after{
  transform: translateY(-42px) rotate(0);
  opacity: 1;
}



.bold{background-color: #23ffda;
color: black;}


