.navbar-collapse {
    z-index: 2;
}

.footer-item {
    transition: 0.1s;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.footer-item:hover {
    transform: scale(1.15);
    color: gray;
    text-decoration: none;
}

.iconColor {
    color: #0b36a8;
}

.cover {
    object-fit: cover;
}

.product-img {
    object-fit: contain;
}

@media screen and (max-width: 400px) {
    .product-img {
        width: 200px;
    }
}

.sirunText {
    _background: linear-gradient(to right, #8dc73f, #4abbc3);
    _-webkit-background-clip: text;
    _-webkit-text-fill-color: transparent;
    text-align: center;
}

.sirunText p {
    text-align: center;
    font-size: 11vmin;
    line-height: normal;
    font-family: 'Font Awesome 5 Brands';
    color: #8dc73f;

}