.nav-item {
    margin: 0rem 0.5rem;
}

    .nav-item .active span, .nav-item:hover span {
        border-bottom: 2px solid black;
    }

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4vw;
    height: 4vw;
    background-color: #060606;
    border-radius: 30px;
    opacity: 1 !important;
}

    .carousel-control-next-icon:hover,
    .carousel-control-prev-icon:hover {
        background-color: black;
    }

.carousel-indicators {
    background-color: #060606;
    width: 10%;
    left: 30%;
    border-radius: 5px;
}

@media (min-width: 768px) {
    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        position: fixed;
        bottom: 20%;
    }

    .carousel-indicators {
        position: fixed;
    }
}
.pl-2{
    margin-left:2rem;
}
.contactUs {
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 400;
}