/*
Theme Name: diamondflexo
Theme URI: https://www.diamondflexo.com
Author: Saban Web
Author URI: https://www.sabanweb.com
Description:
Version: 2.0
License: GNU General Public License v2 or later
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

img,
input,
button,
a {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

@font-face {
  font-family: "saban";
  src: url(assets/fonts/iranyekanweblightfanum.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "saban";
  src: url(assets/fonts/iranyekanwebregularfanum.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "saban";
  src: url(assets/fonts/iranyekanwebboldfanum.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: saban !important;
  background: #fff;
  direction: rtl;
  font-weight: normal;
  text-align: justify;
}

/* body [class^="col-lg"] {
  float: right;
  padding: 10px;
} */

:root {
  --main: #febf02;
  --gray: #2c2f3e;
  --light: #febf0220;
}

.container {
  display: flow-root;
}

.row {
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #999;
}
