/* home css */
/* slider css */
.img_bns .tx_banrs h2 {
    font-size: 70px;
}
.tx_banrs p {
    margin: 0;
}
.tx_banrs p svg{
    width: 60px;
    height: 60px;
}
.img_bns .bnt_vnhhsa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 14px 1.9rem;
    font-size: 0.95rem;
    font-weight: 500;
    color: #f1f5f9 !important;
    background: #ee3172;
    border-radius: 9999px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition: all 0.25s ease;
}