.carousel-item {
    /* height: 100vh; */
    /* min-height: 300px; */
    position: static;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    background-size: cover;
}

/* .carousel-item img {
    background: #333333;
    filter: alpha(opacity=90);
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
} */

.carousel-caption {
    /* bottom: 220px; */
    /* bottom: 160px; */

    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15% 12px 100px 12px;
    z-index: 3;
    color: #FFFFFF;
    background: #000000;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    /* font-family: merienda; */
}

.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
    /* font-family: poppins; */
}

.carousel-caption a {
    text-transform: uppercase;
    background: #262626;
    padding: 10px 30px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
}

/* .w-100 {
    height: 100vh;
} */