
.carousel-inner{
    height: 100%;
    padding: 0;
    margin: 0;
}

.carousel-caption{
    height: 100px;
    top: 48%;
    /* left: 50%; */
    /* transform: translateY(-50%); */
}
.carousel-caption h2{
    font-size: 2.5rem;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.73);
}
.carousel-caption p{
    font-family: "Poppins", sans-serif !important;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    /* border: 1px solid red; */
    height: 100%;
    text-shadow: 1px 0px 5px rgba(7, 3, 3, 0.73);
}


.carousel-indicators{
    position: absolute;
    bottom: 80px !important;
}
