@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100..900&display=swap');

*{
  font-family: "Encode Sans", sans-serif;
}

h2{
    margin: 20px auto;
    text-align: center;
}
p b{
    font-weight: 500;
    color: #89509e;
}
.key{
    text-align: center;
    box-shadow:rgb(233 185 233 / 56%) 0px 30px 30px -12px inset, rgb(255 255 255 / 0%) 0px 18px 36px -18px inset;
    padding: 30px 10px 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.key img{
    height: 60px;
    margin: 10px auto;
}
.key p{
    font-size: 18px;
    font-weight: 500;
}

.why ul li{
    list-style: none;
    font-size: 20px;
    text-align: center;
    border-radius: 20px;
    border-bottom: 2px solid #e61e7a;
    margin-bottom: 12px;
    color: #fff;
    padding: 12px;
    background: linear-gradient(to right, #ec1e79, #662f8d);
}

.key2 .key{
    box-shadow: rgb(120 141 241 / 61%) 0px 30px 30px -12px inset, rgb(255 255 255 / 0%) 0px 18px 36px -18px inset !important;
}

.navbar .nav-link{
    color: #fff;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13rem;
  overflow: hidden;
  height: 3rem;
  background-size: 300% 300%;
  cursor: pointer;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
  transition: 0.5s;
  animation: gradient_301 5s ease infinite;
  border: double 4px transparent;
  background-image: linear-gradient(#212121, #212121),
    linear-gradient(
      137.48deg,
      #d63833 10%,
      #ec33a2 45%,
      #8f51ea 67%,
      #0044ff 87%
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
}

#container-stars {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.5s;
  backdrop-filter: blur(1rem);
  border-radius: 5rem;
}

strong {
  z-index: 2;
  /* font-family: "Avalors Personal Use"; */
  font-size: 18px;
  /* letter-spacing: 5px; */
  color: #ffffff;
  margin-bottom: 4px;
  /* text-shadow: 0 0 4px white; */
}

#glow {
  position: absolute;
  display: flex;
  width: 12rem;
}

.circle {
  width: 100%;
  height: 30px;
  filter: blur(2rem);
  animation: pulse_3011 4s infinite;
  z-index: -1;
}

.circle:nth-of-type(1) {
  background: rgba(254, 83, 186, 0.636);
}

.circle:nth-of-type(2) {
  background: rgba(142, 81, 234, 0.704);
}

.btn:hover #container-stars {
  z-index: 1;
  background-color: linear-gradient(to right, #ec1e79, #662f8d);
}

.btn:hover {
  transform: scale(1.1);
}

.btn:active {
  border: double 4px #fe53bb;
  background-origin: border-box;
  background-clip: content-box, border-box;
  animation: none;
}

.btn:active .circle {
  background: #fe53bb;
}

#stars {
  position: relative;
  background: transparent;
  width: 200rem;
  height: 200rem;
}

#stars::after {
  content: "";
  position: absolute;
  top: -10rem;
  left: -100rem;
  width: 100%;
  height: 100%;
  animation: animStarRotate 90s linear infinite;
}

#stars::after {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
}

#stars::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 170%;
  height: 500%;
  animation: animStar 60s linear infinite;
}

#stars::before {
  background-image: radial-gradient(#ffffff 1px, transparent 1%);
  background-size: 50px 50px;
  opacity: 0.5;
}

@keyframes animStar {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-135rem);
  }
}

@keyframes animStarRotate {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0);
  }
}

@keyframes gradient_301 {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes pulse_3011 {
  0% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.75);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

.card{
  background: linear-gradient(to right, #ec1e7959, #662f8d73);
}

.card ul li{
  color: #fff;
  list-style: inside;
  list-style-type: circle;
}

.jharkhand ul li{
  margin-bottom: 10px;
  font-size: 15px;
}

@media only screen and (min-width:601px){
  .col20{
  width: 20%;
}
}

.col20 img{
  border-radius: 10px;
  border: 1px solid grey;
}

@media only screen and (max-width:600px){
  ol, ul {
    padding-left: 0px ;
}
.why ul li{
  font-size: 14px;
}
.key p{
  font-size: 14px;
}
#about p{
  font-size: 16px !important;
}
}
