.carousel-control-prev, .carousel-control-next {
    width: 5%;
  }
  .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
  }
  .carousel-control-prev-icon {
    background-color: black;
  }
  .carousel-control-next-icon {
    background-color: black;
  }

  .section-title{
    color: rgb(45, 45, 116);
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .spacing{
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .card-shadow{
    box-shadow: -1px -1px 5px yellowgreen, 1px 1px 5px gold;
}

.link {
  text-decoration: none;
}





/* Other css file begins */
.custom-font{
  font-size: 5rem;
  font-weight: 40px;
}

.section-title{
  color: rgb(45, 45, 116);
  font-size: 2.5rem;
  letter-spacing: 1px;
}

.horizontal-line {
  position: relative;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}

.btn-color {
  background-color: blueviolet;
  color: white;
  border-color: rgb(68, 5, 128);
}

.btn-color:hover {
  background-color: rgb(68, 5, 128);
  border-color: rgb(68, 5, 128);
}

.custom-width {
  width: auto;
  height: 50px;
  transition: width 0.3s ease-in-out;
}

.custom-width:hover {
  transform: scale(1.1);
}

.card-shadow{
  box-shadow: -1px -1px 5px yellowgreen, 1px 1px 5px gold;
}

.link {
text-decoration: none;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 2px solid rgb(115, 0, 128);
  border-radius: 50%;
  margin: 0 auto 15px;
}

.icon-container i {
  font-size: 3em;
}

.custom-card {
  transition: background-color 0.3s ease;
}

.custom-card:hover {
  background-color: #d2bf99 !important;
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.text-custom{
  color: rgb(45, 45, 116);
}

.custom-height {
  height: 40px;
  padding: 5px 10px;
  font-size: 14px;
}

.center-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cardd {
  cursor: pointer;
}
.cardd-clicked .card-textt {
  color: #343a40;
  position: relative;
}
.cardd-clicked .card-textt::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffc107;
  position: absolute;
  bottom: -5px;
  left: 0;
}
/* Other css file ends here */

/* css for the index file begins here */
.circular-image {
  width: 80px;
  height: 80px;
  border-radius: 10%;
  object-fit: cover;
}
/* css for the index file ends here */

body {
  overflow-x: hidden;
}
