@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
body {
  font-family: "Source Code Pro";
  color: white;
  background: radial-gradient(circle, rgb(50, 50, 50) 0%, rgb(0, 0, 0) 100%);
  background-size:cover;
}

.resume {
  width: 800px;
  margin: auto;
}
ul{
  margin-right: 4rem;
}
.section {
  margin-bottom: 20px;
  margin-top: 1rem;
}
li{
  margin-top: 0.5rem;
}
.links-section {
  margin-left: 2.1rem;
}

.links-title {
  font-weight: bold;
  border-bottom: 1px solid black;
  padding-bottom: 0.8rem;
}

a {
  text-decoration: none;
  color: rgb(74, 203, 250);
}

.section-title {
  font-weight: bold;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}
.contact-info,
.profile,
.skills,
.education,
.projects,
.interests,
.accomplishments {
  padding: 10px;
}

.button {
  height: 4rem;
  width: 8rem;
  border-radius: 1rem;
  background-color: white;
  transform: translateY(5rem);
  color: #212121;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  box-sizing: border-box;
  align-items: center;
}


.p, .li {
  line-height: 10px;
}

bold {
  font-weight: bold;
}

#Arjun {
  transform: translateY(45px);
}

/* The switch - the box around the slider */
.switch {
  font-size: 17px;
  position: relative;
  display: inline-block;
  width: 3.5em;
  height: 2em;
  bottom: 1.2rem;
}
@media only screen and (max-width: 700px) {
  #intro h1 {
    font-size: 39px;
  }}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  --background: #28096b;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background);
  transition: .5s;
  border-radius: 30px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 1.4em;
  width: 1.4em;
  border-radius: 50%;
  left: 10%;
  bottom: 15%;
  box-shadow: inset 8px -4px 0px 0px #fff000;
  background: var(--background);
  transition: .5s;
}

input:checked + .slider {
  background-color: #522ba7;
}

input:checked + .slider:before {
  transform: translateX(100%);
  box-shadow: inset 15px -4px 0px 15px #fff000;
}


.btn-shine {
  /* transform: translate(-50%, -50%); */
  color: #fff;
  background: linear-gradient(to right, #9f9f9f 0, #fff 10%, #868686 20%);
  background-position: 0;
  font-family: "Source Code Pro";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 40s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  font-weight: 600;
  font-size: 30px;
  text-decoration: none;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
@-moz-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 5465px;
  }
  100% {
    background-position: 5465px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 5465px;
  }
  100% {
    background-position: 5465px;
  }
}
@-o-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 5465px;
  }
  100% {
    background-position: 5465px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 5465px;
  }
  100% {
    background-position: 5465px;
  }
}
