/* Add custom CSS styles below */

/* header

.bg-inherit{
background-color: rgba(255, 255, 255, 0.4) !important;
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(12px);
}










/* whatsapp */

#contact-slot:nth-child(1) > a > .s-contacts-icon{
    position: fixed;
    z-index: 3;
    border-width: 0;
    box-shadow: -2px 4px 16px 0px #0000005e;
    color: white;
    background: #4fbb1e;
    bottom: 120px;
    width: 60px;
    left: 25px;
    font-size: 30px;
    height: 60px;
}

#contact-slot:nth-child(1) > a > .s-contacts-icon > svg{
height: 30PX;
    width: 30PX;}

#contact-slot:nth-child(1) > a > span.unicode{

display :none 

}