html,
body {
  background: url(/Home/Img/bg.jpg);
  user-select: none;
  overflow-x: hidden;
  scrollbar-width: thin; /* Options: auto, thin, none */
  scrollbar-color: #880000 #999999; /* thumb color | track color */
  scroll-behavior: smooth;
}

.bg-general {
  width: calc(1524px + 30px * 2);
  margin: auto;
  position: relative;
  background-image:
    url(/Res/background/U.png), url(/Res/background/B.png),
    url(/Res/background/L.png), url(/Res/background/R.png),
    url(/Res/background/paperCenter.jpg) !important;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y, repeat !important;
  background-position: top, bottom, left, right;
  background-size: auto auto !important;
  margin-top: 50px;
  margin-bottom: 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
}
.bg-general-span {
  height: 10px;
}
.ek-main {
  width: 1524px;
  margin: 30px;
  position: relative;
  z-index: 1;
}

.ek-logo {
  /* background-image: url("/Home/Img/logo.png"); */
  width: 400px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  margin-top: -55px;
  position: relative;
  z-index: 2;
  margin-bottom: -36px;
}

.ek-header_content {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 20px;
  min-height: 230px;
  background-image: url("/Home/Img/bg-header.png");
  background-size: 1530px auto;
  background-position: center -1px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  font-family: "MedievalSharp", cursive;
  flex-direction: column;
}

.ek-header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  /*pull to the top*/
}

.ek-header-bottom .decore-txt {
  font-size: 45px;
  color: #4d3833;
  user-select: none;
}

.ek-header-bottom-middle .decore-txt {
  font-size: 48px;
  color: #660066;
  user-select: none;
  margin-top: -5px;
}
.ek-header-bottom-left,
.ek-header-bottom-right {
  width: 370px;
}

.ek-header-bottom-middle {
  width: 550px;
  height: 50px;
  display: flex;
  justify-content: space-between;
}

.ek-header-nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 400px;
  height: 50px;
  color: #880000;
  flex-flow: row-reverse;
}

.ek-header-nav a {
  color: #880000;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}
.ek-header-nav a {
  width: 80px;
  text-align: center;
}
.ek-header-nav a:hover {
  color: #990000;
}

.ek-header-nav a:active {
  color: #aa0000;
  transform: scale(1.03);
}
.ek-header-top-left,
.ek-header-top-right {
  width: 200px;
}

.ek-header-nav .ek-h-gab {
  width: 120px;
}

.ek-header-nav .ek-border-v {
  margin: 0 15px;
  height: 40px;
}

.ek-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
}

.ek-header-top .ek-btn {
  background: none;
  border: none;
}

.ek-header-top .ek-btn:active {
  transform: scale(1.03);
}

.ek-auth {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-image: url("/Home/Img/bg-login-section.png");
  background-repeat: no-repeat;
  background-size: 1524px auto;
  height: 730px;
  margin-top: -60px;
  position: relative;
  z-index: 0;
}

.ek-auth:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 20px solid transparent;
  border-image: url("/Home/Img/line-frame.png") 30 round;
  box-sizing: border-box;
  z-index: -1;
}

.ek-intro {
  background-image: url("/Home/Img/bg-intro.png");
  background-repeat: no-repeat;
  background-size: 1524px auto;
  min-height: 794px;
  display: flex;
  flex-direction: column;
}

.ek-border {
  background-image: url("/Home/Img/border-stone.png");
  height: 30px;
  position: relative;
  z-index: 1;
  margin-top: -10px;
  margin-bottom: -10px;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  width: 1524px;
}

.ek-sun-logo {
  background-image: url("/Home/Img/bg-sun-logo.png");
  position: relative;
  z-index: 2;
  width: 350px;
  height: 100px;
  background-size: 350px auto;
  top: 9px;
}
.ek-intro_content {
  width: 100%;
  height: 436px;
}

.ek-intro:before {
  content: "";
  width: calc(100% - 40px);
  height: calc(794px - 38px);
  border: 20px solid transparent;
  border-image: url("/Home/Img/line-frame.png") 30 round;
  position: absolute;
  z-index: 0;
}

.ek-intro-featured-image {
  width: 100%;
  height: 346px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  margin-top: -80px;
}

.ek-intro-feature-slog {
  width: 100%;
  height: 80%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 231px;
}

.ek-intro-feature-unit {
  width: 400px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ek-who-we-are_content {
  display: flex;
  padding: 25px 0;
  flex-direction: row-reverse;
  background-image: url("/Home/Img/bg-paragraph-1.png");
  background-repeat: no-repeat;
  background-size: auto 540px;
  background-position: -8px -5px;
  width: 100%;
  height: 480px;
}

.ek-who-we-are-text {
  width: 50%;
}
.ek-latest-news:before {
  content: "";
  border: 20px solid transparent;
  border-image: url("/Home/Img/line-frame.png") 30 round;
  box-sizing: border-box;
  z-index: 0;
  position: absolute;
  width: calc(100%);
  height: 575px;
}

.ek-latest-news-title {
  font-size: 40px;
  color: #680068;
  font-family: "MedievalSharp", cursive;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.ek-latest-news-list {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 460px;
  position: relative;
  z-index: 1;
}
.ek-latest-news-unit {
  height: 100%;
  background-image: url("/Home/Img/ann-1.png");
  background-repeat: no-repeat;
  background-size: 430px auto;
  background-position: center;
}

.ek-latest-news-content {
  display: flex;
  flex-direction: column;
  background-image: url("/Home/Img/bg-paragraph-1.png");
  background-repeat: no-repeat;
  background-size: auto 590px;
  background-position: -8px -5px;
  width: 100%;
  height: 575px;
}

.ek-latest-news-txt {
  width: 72%;
  margin: auto;
  margin-top: 280px;
  direction: rtl;
  height: 90px;
}

.ek-latest-news-unit .btn-read-more {
  float: right;
  margin-right: 80px;
  width: 220px;
  background-size: 220px 65px;
  margin-top: -2px;
  height: 65px;
  line-height: 65px;
  color: #000066;
}

.ek-latest-news-unit-title {
  font-size: 18px;
  color: #660000;
  font-family: "MedievalSharp", cursive;
  text-align: right;
  margin-top: 20px;
}
.ek-latest-news-unit-desc {
  font-size: 14px;
  color: #880000;
  font-family: "MedievalSharp", cursive;
  text-align: justify;
  margin-top: 8px;
  direction: rtl;
}

.ek-arrow {
  width: 550px;
  height: 60px;
  background-image: url("/Home/Img/border-wide.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ek-social {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.ek-footer-copy {
  color: white;
  margin-top: -15px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "MedievalSharp", cursive;
}

.ek-link-list {
  width: 100%;
  display: flex;
  margin-top: 50px;
}

.ek-link-col {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  align-items: start;
  justify-content: flex-start;
  width: 18%;
  height: 100%;
  padding-top: 20px;
}

.ek-header-title {
  font-size: 40px;
  color: #440044;
  font-family: "MedievalSharp", cursive;
  text-align: center;
  text-decoration: none;
}

.ek-link-title {
  color: #000066;
  font-weight: bold;
  width: 100%;
  height: 70px;
  background-image: url("/Home/Img/btn-stone-5.png");
  background-repeat: no-repeat;
  background-size: 160px 50px;
  background-position: center;
  text-align: center;
  line-height: 70px;
}

.ek-link-items {
  display: flex;
  direction: rtl;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  height: 200px;
  color: wheat;
}

.ek-link-items li {
  list-style-type: disc;
  margin-right: 45px;
}

.ek-link-items a {
  color: #ddaa00;
  text-decoration: none;
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
}

.ek-link-col-last {
  width: 28%;
}
.ek-link-col-last li {
  margin-right: 100px;
  list-style-type: none;
}

.ek-link-col-last li {
  display: flex;
  flex-flow: row nowrap;
}
.ek-link-col-last li img {
  width: 30px;
  height: 30px;
  margin: 3px 10px;
}
.ek-link-col-last li a {
  line-height: 30px;
}

.ek-border-v {
  background-image: url("/Home/Img/border-h.png");
  width: 15px;
  height: 140px;
  background-position: center 30px;
  background-size: 15px auto;
  margin-top: 45px;
}

.bg-general::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image:
    url(/Res/background/UL.png), url(/Res/background/UR2.png),
    url(/Res/background/BL.png), url(/Res/background/BR.png);
  background-repeat: no-repeat;
  background-position:
    top left,
    top right,
    bottom left,
    bottom right;
  position: absolute;
  z-index: 0;
}

@font-face {
  font-family: "MedievalSharp";
  src: url("/Home/Fonts/arabic-bold.ttf") format("truetype");
}

@font-face {
  font-family: "GreekSharp";
  src: url("/Home/Fonts/greek-freak.ttf") format("truetype");
  font-weight: bold;
}
@font-face {
  font-family: "NorseSharp";
  src: url("/Home/Fonts/Norse.otf") format("opentype");
  font-weight: bold;
}
.ek-header-bottom {
  font-family: "NorseSharp", cursive;
}

.ek-intro__title {
  font-size: 40px;
  color: #680068;
  font-family: "MedievalSharp", cursive;
  text-align: center;
  margin-top: 20px;
  text-shadow:
    gold 1px 0px 0px,
    gold 0.533333px 0.833333px 0px,
    gold -0.416667px 0.916667px 0px,
    gold -0.983333px 0.133333px 0px,
    goldenrod -0.65px -0.75px 0px,
    goldenrod 0.283333px -0.966667px 0px,
    goldenrod 0.966667px -0.283333px 0px;
}

.ek-intro__desc {
  font-size: 18px;
  color: #880000;
  font-family: "MedievalSharp", cursive;
  text-align: center;
  width: 90%;
  margin: auto;
}
.ek-join-container {
  display: block;
  background: none;
  border: none;
  background-image: url("/Home/Img/btn-join-no-5.png");
  background-repeat: no-repeat;
  background-size: 100px auto;
  background-position: center;
  width: 120px;
  height: 120px;
  margin-top: 125px;
  margin-left: auto;
  margin-right: auto;
}

.ek-join-container:active {
  transform: scale(0.97);
}

.ek-intro-feature-unit p {
  font-size: 16px;
  color: #4d3833;
  font-family: "MedievalSharp", cursive;
  text-align: center;
  width: 90%;
}

.ek-eagle-decore {
  background-image: url("/Home/Img/decore-eagle.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
  position: absolute;
  z-index: 1;
  margin-top: -45px;
  right: 180px;
}
