#animatedBackground {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://dlmoviegb.site/assets/Untitled-2 copy.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  background-size: auto 100%;
  z-index: -1;
/*adjust s value for speed*/
  animation: animatedBackground 500s linear infinite;
}

@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
/*use negative width if you want it to flow right to left else and positive for left to right*/
  to {
    background-position: -10000px 0;
  }
}
.logo-box {
	position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logo-box img {
  width: 250px;
}
.column {
 max-width: 150px;
}

.column:after {
  content: "";
  display: block;
}

.content {
	display: flex;
	justify-content: center;
}

h6 {
    padding: 0;
    margin: 0;
    margin-bottom: 14px;
    margin-top: -10px;
    color: white;
}
a {
  text-decoration: none !important;
}
.hero-card h1, .hero-card h2 {
    max-width: 740px;
    margin-bottom: 20px;
	font-size: 24px;
}
.animation-card {
    width: 90%;
	padding: 50px 5% 50px 5%;
}
.hero-card .our-story-card-text {
    margin-bottom: -60px;
	max-width: 110vh;
}
.column img {
    max-width: 75px;
    margin: 5px auto;
	width: 11vw;
}
.column {
  float: left;
  width: 25%;
}
.img-box {
  padding: 5px 15px 5px 15px;text-align: center;
	background: RGBA(0, 0, 0, 0.5);
	border-radius: 20px;
	margin: 7px;
}
.img-box:hover {
	background: RGBA(200, 0, 0, 0.5);
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.our-story-card-text > h1,.our-story-card-text > h2{
    direction: rtl;
    text-align: center;
    width: 100%;
}
h1.our-story-card-title {
    font-size: 1.5rem;
}
h2.our-story-card-subtitle {
    font-size: 1rem;
    color: darkgray;
}
body {
	font-family: IRANSansW !important;color: white;
}
h1, h2, h3, h4, h5, h6,input, textarea {
	font-family: IRANSansW !important;text-align: center;
}