* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: black;
  color: white;
}

.navbar {
  display: flex;
  justify-content: space-around;
  box-shadow: rgb(10, 10, 10) 0.5px 0.5px 20px;
  border-radius: 20px;
  position: fixed;
  z-index: 999;
}

.nav-link {
  color: white;
}

.bt {
  background-color: rgb(136, 31, 228);
  font-weight: bold;
  border-radius: 20px 20px;
}

.banner-1 {
  background-image: url(../assets/b-1.jpg);
  background-size: cover;
  width: 100%;
  height: 710px;
}

.image {
  height: 600px;
  width: 550px;
  text-align: right;
  margin-top: 50px;
}

.image-1 {
  height: 600px;
  width: 500px;
  margin-top: 50px;
}

.para {
  font-size: 65px;
  font-weight: bold;
  padding-top: 0px;
}

.para-1 {
  padding-top: 100px;
  font-size: 25px;
  color: rgb(136, 31, 228);
}

.para-2 {
  color: gray;
  font-size: 20px;
}

.btn {
  background-color: rgb(136, 31, 228);
  color: white;
  width: 100px;
}

.carousel-control-prev-icon {
  background-color: black;
  height: 50px;
  width: 50px;
}

.carousel-control-next-icon {
  background-color: black;
  height: 50px;
  width: 50px;
}

.card {
  box-shadow: gray 0.5px 0.5px 5px;
  border: black solid 1px;
  background-color: black;
}

.round {
  border-radius: 60%;
  height: 200px;
  width: 200px;
}

.imc {
  -o-object-fit: cover;
     object-fit: cover;
}

.progress-bar {
  width: 75%;
  animation-name: prash;
  animation-duration: 3s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

@keyframes prash {
  0% {
    width: 0%;
    transition: 2s;
  }
  10% {
    width: 15%;
    transition: 2s;
  }
  25% {
    width: 45%;
  }
  100% {
    width: 75%;
  }
}
.prashanth {
  width: 85%;
  animation-name: pras;
  animation-duration: 4s;
  animation-delay: 1s;
  animation-iteration-count: infinite;
}

@keyframes pras {
  0% {
    width: 0%;
  }
  2% {
    width: 15%;
  }
  25% {
    width: 45%;
  }
  100% {
    width: 85%;
  }
}
.class {
  padding-top: 200px;
  padding-left: 150px;
}/*# sourceMappingURL=style.css.map */