body {
    font-family: 'Inter', sans-serif;
    text-align: justify;
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
    background: linear-gradient(145deg, #0d6efd, #0a58ca);
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: whitesmoke;
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}

#carouselExampleIndicators {
    border-radius: 1rem;
    overflow: hidden;
}

#carouselExampleIndicators img {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.btn-primary:hover {
    transform: scale(1.03);
    transition: 0.2s all ease;
}

section {
    padding: 4rem 0;
}

ul.navbar-nav .nav-item {
    margin-left: 1.5rem;
}

footer .nav-link:hover {
    color: #0d6efd;
    transition: color 0.2s ease-in-out;
}

@media (max-width: 992px) {
    .feature {
        margin-bottom: 3rem;
    }
}
