.main-image{
    background-image:url("../images/main.jpg");
    width: 100vw;
    height: 95vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
}

.carousel-item{
    padding-top: 15rem;
}

.text-slider{
    font-size: 14.5vw;
    font-weight: 800;
  }@media screen and (min-width: 576px) {
    .text-slider {
       font-size: 4.5vw;
    }
  }
  

.carousel-control-prev,
.carousel-control-next {
    display: none !important;
}