.carousel{
    margin-bottom: 5rem;
}

.carousel-caption {
    height: 22rem;
}

.carousel-caption h2{
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 2rem;
}

.carousel-caption .btn-carousel{
    display: inline-block;
    padding: 0.7em 1.4em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.15em;
    box-sizing: border-box;
    text-decoration: none;
    font-family:' Roboto',sans-serif;
    text-transform:uppercase;
    font-weight:400;
    color:#FFFFFF !important;
    background-color: var(--primary-color) !important;
    box-shadow: inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
    text-align: center;
    position: relative;
}

.carousel-item img{
    width: 100vw;
    height: 75vh;
}


@media (max-width: 576px){

    .carousel{
        margin-bottom: 0rem;
    }

    .carousel-caption{
        height: 8rem;
    }

    .carousel-caption h2{
        font-size: .8rem;
        margin-bottom: .5rem;
        letter-spacing: 0px;
    }

    .carousel-caption .btn-carousel{
        padding: 0.5em 1em;
        font-size: .6rem;
    }

    .carousel-item img{
        width: 100vw;
        height: 30vh;
    }

}


@media (min-width: 577px) and (max-width: 768px){

    .carousel{
        margin-bottom: 2rem;
    }

    .carousel-caption{
        height: 17rem;
    }

    .carousel-caption h2{
        font-size: 1.8rem;
    }

    .carousel-item img{
        height: 70vh;
    }

}

@media (min-width: 992px) and (max-width: 1199px){

    .carousel{
        margin-bottom: 2.5rem;
    }

    .carousel-caption{
        height: 19rem;
    }

    .carousel-caption h2{
        font-size: 2rem;
    }

}
