.carousel-control-prev-icon {
  /* background-image: url(./Img/Screens/prev.png); */
}

.carousel-control-prev-icon {
  /* bottom: 10%; */
  position: absolute !important;

  left: 605%;
  top: 105%;
  border-color: #0262f7;
  border: 1px solid #dddddd;
  background-size: 50%, 50% !important;
}
.carousel-control-next-icon {
  position: absolute !important;
  left: 75%;
  top: 105%;
  border: 1px solid #dddddd;
  /* background-image: url(./Img/Screens/next.png); */
  outline: black;
  background-size: 50%, 50% !important;
}

.carousel-indicators [data-bs-target] {
  width: 8px !important;
  height: 8px !important;
  background-color: #0262f7;
  float: left !important;
  border-radius: 100% !important;
  background-color: #0262f7 !important;
  opacity: 0.25 !important;
}
.carousel-indicators {
  /* right: auto !important; */
  margin-bottom: -3.5rem !important;
  /* margin-left: 0px !important; */
}

.carousel-indicators .active {
  background-color: #0262f7 !important;

  opacity: 1 !important;
}
.carousel-control-prev {
  opacity: 1 !important;
  transition: opacity 0s ease !important;
}
.carousel-control-next {
  opacity: 1 !important;
  transition: opacity 0s ease !important;
}
.screenshootshadow {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15) !important;
}
