.nav-link {
    font-weight: unset !important;
    font-size: 20px !important;
    color: black;
}

.social-link {
    color: white;
}

.footer-heading {
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

.footer-list {
    list-style-type: none;
    padding-left: unset;
}

.footer-list a {
    text-decoration: none;
    color: white;
}

.somisana-banner {
    height: max-content;
    padding: unset;
    background-size: cover;
    background-image: url(https://images.unsplash.com/photo-1485254767195-60704c46702e?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1500&q=80);
}

.somisana-banner-overlay {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 1.00%, rgba(21, 20, 59, 0.17) 77.00%);
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}

.carousel-control-next,
.carousel-control-prev {
    width: 5%;
}

.accordion-body {
    padding: unset;
}

.carousel-img-container {
    height: 90%;
    display: flex;
    justify-content: center;
}

.carousel-item img {
    border: none;
}

.product-info {
    width: 100%;
}

.carousel-indicators {
    margin-bottom: -1em !important;
}

.carousel-indicators button {
    background-color: #1e1e1e !important;
}

.catalog-item {
    width: 300px;
    height: 500px;
}

.product-info,
.product-description,
.product-datasets {
    width: 100%;
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .catalog-item {
        width: 350px;
    }

    .product-info {
        width: 23%;
    }

    .product-description {
        width: 45%;
    }

    .product-datasets {
        width: 32%
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .catalog-item {
        width: 25%;
    }
}