body {
    font-family: "Inter", open sans;
}

.carousel-text {
    position: absolute;
    right: 15%;
    bottom: 40%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-left: -10px;
    margin-top: 7px;
} */

@media (max-width: 767.98px) {
    .carousel-text {
        bottom: 5%;
    }
    .carousel-text h3 {
        font-size: 16px;
    }

    .carousel-text h2 {
        font-size: 12px;
    }

    .carousel-text a {
        padding-right: 0;
        padding-left: 0;
        font-size: 10px;
    }

    .navbar {
        background-color: #fff !important;
    }

    .carousel {
        margin-top: 100px;
    }
}

.nav-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
}
.nav-item.scroll a:hover {
    color: #000;
}

.nav-item-active {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
}

.navbar.scroll a.nav-link {
    color: #000;
}

.carousel img {
    background-size: cover;
}

.zoom {
    height: 300px;
    overflow: hidden;
    position: relatif;
}

.zoom img {
    transition: transform 0.5s ease;
}

.zoom:hover img {
    transform: scale(1.3);
}
