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 {
    font-family: IRANSansXV !important;
}

.landing-form .elementor-widget-wrap{
    padding: 0 !important;
}
.landing-form .e-form__buttons{
    position: absolute;
}
.landing-form input{
    width: 100% !important;
    height: 5.2rem;
    border-radius: 0.8rem;
    padding: 0.8rem;
    text-align: left;
    box-shadow: 0 1.6rem 3.2rem -1.6rem #e5e5e5;
    background-color: #fafafa !important;
    border: 1px solid #e5e5e5 !important;
    transition: all .3s ease-in-out;
    direction: ltr;
}
.landing-form input:focus{
    border: 1px solid #ef4444 !important;
}
.landing-form button{
    position: absolute;
    right: 1rem;
    top: 6px;
    padding: 1.2rem;
    border-radius: 0.8rem;
    font-weight: 700;
    transition: all .3s ease-in-out;
    overflow: hidden;
    background-color: #ef4444;
    color: #f5f5f5;
}