*{margin: 0;padding: 0;box-sizing: border-box;}
body{direction: rtl;}
h1,h2,h3,h4,h5,h6{margin-top: 0;margin-bottom: 0;}
.crossMediaHeader{display: flex;justify-content: space-around; align-items: center;    height: 50px;padding: 10px 1rem;    box-shadow: 0px 0px 9px 3px #161616;
  position: relative;
  z-index: 1;
}
.rightHeader h1{margin: 0!important;}
.rightHeader img{max-width: 160px;}
.centerHeader img{max-width: 150px;}
.leftHeader img{max-width: 30px;}
.backButton{cursor: pointer;}
.container {
  position: relative;
  z-index: 1;
}



.menu-center {
  height: 50px;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 20px;
  z-index: 9;
}

.menu-center ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 10px;
}

.menu-center ul li a {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  color: #ccc;
  background: #ff000080;
  border-radius: 50px; display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
 
}

.menu-center ul li {
  list-style: none;
  margin: 0 0 0 -4px;
  display: inline; display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.menu-center ul li a:hover {
  color: #fff;
}

.active-parallax {
  background-color: red;
  color: #fff !important;
}

/*Start intro*/

.intro-of-parallex {
  position: relative;
  min-height: calc(100vh - 60px);
  direction: rtl;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/assets/images/intro.jpg");
}

.intro-of-parallex-bk {
  width: 100%;
  background-color: black;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-of-parallex h4 {
  padding-top: 70px;
  color: #fff;
  font-family: 'Droid Arabic Kufi';
  font-size: 30px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.7;
}

.intro-of-parallex p {
  color: #fff;
  font-family: 'Droid Arabic Kufi';
  font-size: 20px;
  float: left;
  margin-top: 20px;
}

#scrollFirstLayer {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  background: none;
  border: none;
  outline: none;
  color: red;
  text-align: center;
}

/*End intro*/

.news-parallax-container {
  min-height: 100vh;
  position: relative;
  font-family: 'Droid Arabic Kufi';
  direction: rtl;
  color: #fff;
  z-index: auto;
}

.news-right-parallex-content {
  width: 100%;
  max-width: 620px;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  float: right;
  background-color: #ffffffd9;
  border-radius: 10px;
  margin: 50px 0;
}


.news-left-parallex-content {
  width: 100%;
  max-width: 620px;
  padding: 20px 30px;
  font-size: 20px;
  line-height: 1.7;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  float: left;
  background-color: #ffffffd9;
  border-radius: 10px;
  margin: 50px 0;
}

.news-left-parallex-content iframe {
  width: 100%;
  height: 400px;
}

.news-parallax-container h2 {
  margin: 50px auto;
  font-family: 'Droid Arabic Kufi';
  background: #000000d6;
  max-width: 600px;
  width: 100%;
  font-size: 36px;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 30px;
}

.news-parallax-container p {
  color: #000;
  font-size: 17px;
  line-height: 1.9;
  margin-bottom: 20px;
  font-family: 'Droid Arabic Kufi';
  text-align: justify;
}

.section-background-fixed {
  z-index: 0;
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  width: 100%;
}

.section-background-fixed-pic {
  /* moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden; */
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* z-index: 3; */
}

.section-background-fixed-pic iframe {
  width: 100%;
  height: 100vh;
}

.section-background-fixed img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*Start News */

/*End News */

@media only screen and (max-width: 500px) {
  .rightHeader img{max-width: 120px;}
  .centerHeader img{max-width: 110px;}
}