@charset "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}
/* container slides */
.fp-tableCell {
  width: 100%;
  height: 100vh;
  position: absolute;
  background-position: bottom left;
  overflow: hidden;
  background-image: url("https://niroomax.ir/wp-content/uploads/2022/02/bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
/* arrow and pointer menu */
.fp-controlArrow,
.fp-slidesNav {
  display: none;
}