.text-end {
  text-align: end;
}
.text-link {
  color: blue;
}
.portfolio-style {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
}

.carousel-container {
  width: 100%;
  overflow: hidden;
}

.carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-items {
  min-width: 100%;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  /* border: 1px solid #ccc; */
}

.new-div-style {
  background-color: #4d4d4d;
}
.heading-text-style {
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  /* font-size: 25px; */
}
.sub-heading-text-style {
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}

.text-style {
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
}
.button-style {
  color: rgba(0, 0, 0, 1);

  font-weight: 500;
}
