.background-overlay{
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.5);
}

.custom-header-logo{
    height: 95px;
    width: auto;
}

.fssai{
    height: 100px;
    width: auto;
}

.popup-certificate{
    width: 100%;
    height: auto;
}
.fssai:hover{
    cursor: pointer;
}

.quick-links a{
    display: block;
}

html{
    scroll-behavior: smooth;
}
.blink-img {
    height: 80px;
    z-index: 999;
    animation: 1.2s linear infinite blink;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    right: 30px;
    bottom: 5px;
    position: fixed;
    width: auto;
    filter: invert(60%) sepia(79%) saturate(258%) hue-rotate(357deg) brightness(86%) contrast(89%);

}

.mt-5{
    margin-top: 20px;
}
/* .logo-dark{
    height: 80px;
    width: auto;
}   
.foot-logo {
    height:50px ;
    width: auto;
} */
.qr-open-link:hover{
    cursor: pointer;
}

.qr-image-container img {
    /* max-height: 400px; */
    width: 100%;
}

.custom-close {
    color: #bb9356 !important;
}

.col-white{
    color: #fff !important;
}

.disp-none{
    display: none;
}

@media screen and (max-width:480px){
    .slider .slide--subheadline{
        font-size: 30px;
        line-height: 30px;
    }
    .slider .slide--bio{
        display: none;
    }
    .contact-heading-container{
        display: block;
    }
}