*{

    margin: 0;
    padding: 0;
    text-decoration: none;
}


/* .banner{
    width: 100%;
    background: url('../images/banner-bg.png');
    } */
.carousel{
    margin: 0 auto;

    /* height: 70vh; */
    height: auto;
   justify-content: center;
}
.carousel .carousel-item{
   left: 0;
   right: 0;
    width: 100%;
    /* height: 70vh; */
    height: auto;
}

.carousel .carousel-item img{
   display: flex;
    width: 100%;
    height: 100%;
    background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-grow: 0;
}






.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}


   .carousel-indicators {
    position: absolute !important;

    bottom: 0;
   right: 0;

    display: flex;
    justify-content: end;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
  }

  .carousel-caption {
    width: 25%;
    position: absolute;
    /* right: 30%; */
    bottom: 1.25rem;
    left: 5%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
    top: 12%;
    font-size: 20px;

  }
  @media(max-width:805px){

    .carousel-caption {

      text-align: center;

      font-size: 20px;
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      left: 25%;
      top: 5%;

    }
  }

  .carousel-caption a{
    text-decoration: none;
    color: #fff;
  }

  /* .carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: none;
  background-size: 100%, 100%;
  border-radius: 50%;

  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 45px;
  color: #ff0000;
  font-weight: 500;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 45px;
  color: #ff0000;
  font-weight: 500;
} */

.carousel-control-prev i, .carousel-control-next i{
    font-size: 30px;
    color: #FF6000;
  }
  .carousel-control-prev i:hover, .carousel-control-next i:hover {
    color: #fff;
  }

  .carousel-control-prev i{
    position: absolute;
    left: 3px;
    color: solid #FF6000;
    opacity: 1;
  }
  .carousel-control-next i{
    position: absolute;
    right: 3px;
  }
