.multiline-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px;
}

.meal-card{
    cursor: pointer;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 97%;
    object-fit: cover;
    z-index: -1;
}

/* .home-hero{
    background-image: url('../../../imgs/food4.jpg');
    background-size: 100% 95%;
    background-position: top center;
    background-repeat: no-repeat;
} */

.hero-gradient h1{
    color: white;
}

.hero-gradient h1 .green-accent{
    color: #84cc1f;
}

.hero-gradient .green-bg-accent{
    background-color: #84cc1f;
}

.hero-gradient .text-content{
    height: 50vh;
    
}

.hero-gradient p{
    color: darkolivegreen;
    color: #84cc1f;
    color: #40630e;
    color: var( --accent-color );
    color: white;
    font-style: italic;
    font-size: 1.1em;
}

.owl-dots{
    text-align: center;
    position: relative;
    top: -50px;
}

#meals .owl-dots{
    top: -20px;
}

.owl-dot span{
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block !important;
}

.owl-dot.active span{
    /*background: var(--accent-color);*/
    background: #84cc1f;
}

.hero-gradient {
    background: linear-gradient(135deg, rgba(40, 43, 40, 0.48) 0%, rgba(40, 43, 40, 0.3) 50%,  rgba(40, 43, 40, 0.48) 100%) !important;
}

.mealtype-btn{
    cursor: pointer;    
}

.mealtype-btn.active{
    background-color: #84cc1f;
    color: #fff;
    border: none !important;
}


