.bg-img{
    background: #00000075;
    background-blend-mode: multiply;
}

.ng{
font-weight: 600 !important;
color: #fff !important;
}

.jj{
    color: red !important;
   
    margin-left: 10px;
    font-weight: 700;
}

.logo-wrapper {
    margin-left: -26px;
}

.footer-logo{
    width: 100px;
    border-radius: 50%;
}

.menu-card{
    position: relative !important;
    text-align: center !important;
}

.price-card{
    position: absolute;
    /* display: inline-block; */
    font-size: 1.375rem;
    font-weight: 600;
    color: #fff;
    padding: 6px 38px;
    background: #bf9444;
   
    border: 3px solid #ffffff;

    border-radius: 50px;
    top: 67%;
    transform: translateX(-50%);
    left: 50%;

}

.card-title{
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #09161d !important;
}

.card-text{
    font-weight: 400 !important;
    color: #5e5e5e !important;
    line-height: 1.8 !important;
    max-width: 250px !important;
    margin: 0 auto !important;
}

.basic-padding{
    
}

.card-img-top{
    height: 250px !important;
    object-fit: cover !important;
}

.text-align{
    text-align: justify;
}





.new-box{
    background: #09161d;
    border-radius: 20px;
}

.testimonials{
    min-height: 100vh;
    width: 100%;
}

