@import url(fontiran.css);

html{
  scroll-behavior: smooth;
}

body {
  direction: rtl;
  font-family: IRANSans !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  text-align: justify;
  margin-right: 1rem;
}
.main-title{
  display: inline-block;
  font-size: 25px;
  padding-top: 9px;
}
.cover {
  background: url("../images/cover-blur.jpg") center no-repeat;
  background-size: cover;
}

.cover-text {
  max-width: 650px;
  line-height: 30px;
}

.service-img{
  height: 250px;
}

.arrow-down {
  font-size: 2.5rem;
}

.btn {
}

.logo {
  height: 50px;
}

.feature {
  margin-top: -3rem;
}

.feature-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-title {
  line-height: 3rem;
}

.card {
}

.card-title {
  font-size: 1.5rem;
  color: darkslateblue;
}

.feature-img {
  width: 100%;
  object-fit: cover;
  border: 1px solid gray;
  border-radius: 1rem;
}

.feature-img:hover {
  transition: 300ms;
  filter: blur(0px);
}

.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
