/* 
Theme Name: Behsaz tablo
Author: Pouria Hajimahdi
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child

*/

/*================GLOBAL================*/
@font-face {
    font-family: "IranSansWeb";
    src: url("fonts/IRANSansWeb(FaNum).woff2") format('woff2');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "IranSansWeb";
    src: url("fonts/IRANSansWeb(FaNum).woff2") format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "IranSansWeb";
    src: url("fonts/IRANSansWeb(FaNum).woff2") format('woff2');
    font-weight: 700;
    font-display: swap;
}

*:not(i) {
    font-family: "IranSansWeb" !important;
}

/* === RTL-safe CSS Reset for Elementor (Child Theme) === */

/* Box sizing */
/**, *::before, *::after {*/
/*  box-sizing: border-box;*/
/*}*/

/* Reset spacing */
/*html, body, div, span, applet, object, iframe,*/
/*h1, h2, h3, h4, h5, h6, p, blockquote, pre,*/
/*a, abbr, acronym, address, big, cite, code,*/
/*del, dfn, em, img, ins, kbd, q, s, samp,*/
/*small, strike, strong, sub, sup, tt, var,*/
/*b, u, i, center,*/
/*dl, dt, dd, ol, ul, li,*/
/*fieldset, form, label, legend,*/
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
/*article, aside, canvas, details, embed,*/
/*figure, figcaption, footer, header, hgroup,*/
/*menu, nav, output, ruby, section, summary,*/
/*time, mark, audio, video {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  border: 0;*/
/*}*/

/* Body defaults (Persian-friendly) */
/*body {*/
/*  line-height: 1.7;*/
/*  text-align: right;*/
/*  -webkit-font-smoothing: antialiased;*/
/*}*/

/* Media */
/*img, picture, video, canvas, svg {*/
/*  display: block;*/
/*  max-width: 100%;*/
/*  height: auto;*/
/*}*/

/* Lists */
/*ul, ol {*/
/*  list-style: none;*/
/*}*/

/* Links */
/*a {*/
/*  text-decoration: none;*/
/*  color: inherit;*/
/*}*/

/* Forms */
/*input, button, textarea, select {*/
/*  font: inherit;*/
/*}*/

/* Tables */
/*table {*/
/*  border-collapse: collapse;*/
/*  border-spacing: 0;*/
/*}*/


/* Add your custom styles here */

.liquid-item{
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid rgba(255, 255, 255, 0.3);
border-radius:15px !important;

}
