.ek-auth_container {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.ek-login-container {
  width: 35%;
  height: 100%;
  box-sizing: border-box;
  margin-top: -35px;
  margin-left: -48px;
}

.ek-slider-container {
  width: 65%;
  height: 100%;
  box-sizing: border-box;
}

.ek-login-form {
  width: 350px;
  height: 580px;
  background-image: url("/Home/Img/Login/bg-login.png");
  margin: auto;
  background-repeat: no-repeat;
  background-size: 350px 580px;
  background-position: center;
}

.ek-login-form-content {
  margin-right: auto;
  margin-left: auto;
  width: 286px;
  height: 450px;
}

.ek-login-with-btns button:active {
  transform: translateY(1px) translateX(1px);
}

.ek-login-inputs {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
}

.ek-login-inputs-container {
  width: 100%;
  /* height: 116px; */
  box-sizing: border-box;
}

.ek-login-input {
  width: 240px;
  height: 36px;
  margin: 5px auto;
  border: 2px solid #4d3833;
  box-sizing: border-box;
  background-color: transparent;
  display: block;
  border-radius: 7px;
  padding: 0 10px;
  direction: rtl;
  font-family: "MedievalSharp", cursive;
  color: #4d3833;

  box-shadow: inset 2px 5px 10px rgba(0, 0, 0, 0.3);
  background-color: #c89f6e;
  border: 2px solid #7c4d1e;
}

.ek-login-see-password {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 240px;
  margin: 0 auto;
  font-size: 12px;
}

.ek-login-input:focus {
  outline: none;
  border-color: #5d4843;
}

.ek-login-input-gab {
  width: 100%;
  height: 8px;
}

.ek-login-inputs-container .ek-login-input-gab {
  height: 4px;
}

.ek-login-input:not(:placeholder-shown) {
  border-color: #4d3833;
}

/** placeholder color */
.ek-login-input::placeholder {
  color: #4d3833;
  font-family: "MedievalSharp", cursive;
  font-size: 12px;
  opacity: 0.5;
}

.ek-login-btn-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  /* height: 100px; */
  margin-top: 10px;
  box-sizing: border-box;
}

.ek-login-btn-list .ek-btn {
  width: 48%;
  height: 40px;
  margin: auto;
  background: none;
  border: none;
  background-image: url("/Home/Img/btn-stone-5.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ek-login-btn-list .ek-btn:active {
  transform: scale(0.97);
}

.ek-login-with {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  height: 30px;
  box-sizing: border-box;
}
.ek-login-with-btns {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 40%;
  margin: auto;
}

.ek-login-with .ek-btn {
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  background-size: 34px auto;
  background-repeat: no-repeat;
  background-position: center;
}

.ek-login-content-login .ek-login-inputs-container {
  height: 100px;
  margin-top: 20px;
}

.ek-login-forget-password {
  font-size: 12px;
  color: #4d3833;
  user-select: none;
  font-family: "MedievalSharp", cursive;
  direction: rtl;
  margin-right: 20px;
  margin-left: 20px;
}
.ek-login-or {
  font-size: 14px;
  color: #770077;
  user-select: none;
  font-family: "MedievalSharp", cursive;
}

.ek-login-forget-password a {
  color: #770077;
  text-decoration: none;
}

.ek-login-with-title {
  font-size: 14px;
  color: #226622;
  user-select: none;
  font-family: "MedievalSharp", cursive;
  margin-bottom: 8px;
  margin-top: 8px;
}

.ek-btn-login {
  font-size: 14px;
  color: #111177;
  font-family: "MedievalSharp", cursive;
}
.ek-btn-logout {
  font-size: 14px;
  color: #880000;
  font-family: "MedievalSharp", cursive;
}

.ek-btn-register {
  font-size: 14px;
  color: #881111;
  font-family: "MedievalSharp", cursive;
}

.ek-slider-content {
  width: 680px;
  height: 600px;
  margin: auto;
}

.ek-slider-content .ek-slider-top {
  width: 100%;
  height: 350px;
  box-sizing: border-box;
}

.ek-slider-nav {
  /* width: 100%; */
  height: 80px;
  margin-top: 135px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 620px;
  z-index: 2;
}

.ek-slider-nav .ek-slider-nav-btn-next img {
  transform: scaleX(-1);
}

.ek-slider {
  width: 620px;
  margin: auto;
}
.ek-slider-itemList {
  width: 620px;
  height: 340px;
  display: block;
  transition: transform 0.5s ease-in-out;
}

.ek-slider-nav button {
  display: flex;
  margin: -40px;
  background: none;
  border: none;
}

.ek-slider-nav button:active {
  transform: scale(0.97);
}

.ek-slider-overlay {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  border: 20px solid transparent;
  border-image: url("/Home/Img/gold-frame.png") 24 round;
  position: relative;
  z-index: 1;
  margin-bottom: -16px;
}

.ek-slider-overlay .ek-slider-gab {
  width: 100%;
  height: 200px;
}

.ek-slider-overlay .ek-slider-title {
  font-size: 28px;
  color: #ddaa00;
  font-family: "MedievalSharp", cursive;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}
.ek-slider-overlay .ek-slider-desc {
  font-size: 14px;
  color: #008800;
  font-family: "MedievalSharp", cursive;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: justify;
  width: 90%;
  margin: auto;
  direction: rtl;
  /* out line white*/
}

.ek-slider-txt {
  background: rgba(0, 0, 0, 0.5);
  height: 117px;
  margin-left: -16px;
  width: calc(100% + 32px);
}

.ek-slider-item img {
  width: 100%;
  height: 336px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: -355px;
  position: relative;
  z-index: 0;
}

.ek-slider-item {
  width: 100%;
  height: 100%;
}

.ek-slider-item-small {
  width: 48%;
  height: 250px;
}

.ek-slider-bottom .ek-slider-item {
  display: flex;
  justify-content: space-between;
}

.ek-slider-bottom {
  height: 250px;
}
.ek-slider-bottom .ek-slider-item img {
  height: 246px;
}

.ek-slider-bottom .ek-slider-gab {
  height: 140px;
}
.ek-slider-bottom .ek-slider-txt {
  height: 87px;
  overflow: hidden;
}

.gold-shadow-outline {
  color: white;
  text-shadow:
    -1px -1px 0 gold,
    1px -1px 0 gold,
    -1px 1px 0 gold,
    1px 1px 0 gold;
}

.ek-login-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 24px;
  color: #5d3833;
  font-family: "NorseSharp", cursive;
  text-align: center;
  height: 126px;
  width: 88%;
  margin: auto;
}
.ek-login-title h1 {
  margin-top: 75px;
}

.metallic-gold {
  background: linear-gradient(
    to bottom,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Add an outline to the clipped text */
  -webkit-text-stroke: 1px #d4af37;
}

.ek-login-user-container {
  display: flex;
  min-height: 200px;
  flex-direction: column;
  flex-wrap: wrap;
  flex-flow: column;
}

.ek-login-user-avatar-img {
  background-position: center;
  background-image: url("/Res/back-shape/rect.png");
  width: 150px;
  height: 60px;
  margin: auto;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ek-login-user-avatar-img img {
  border-radius: 3px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 1px;
  margin-right: 1px;
}

.ek-login-user-list-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #4d3833;
  font-family: "MedievalSharp", cursive;
  margin-top: 10px;
}

.ek-login-user-info {
  display: flex;
  width: 100%;
  direction: rtl;
  flex-direction: column;
}

.ek-login-user-list-info {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: #4d3833;
  font-family: "MedievalSharp", cursive;
  margin-top: 6px;
}

.ek-login-user-list-info .ek-login-user-list-info-title {
  font-weight: bold;
  margin-left: 5px;
  margin-right: 15px;
  color: #770077;
  font-size: 16px;
}
.ek-login-user-list-info .ek-login-user-list-info-value {
  color: #000077;
  font-size: 14px;
  margin-right: 5px;
}
.ek-login-user-list-info .ek-login-user-list-info-value:hover {
  color: #0000aa;
}

.ek-server-list-container {
  width: 320px;
  height: 250px;
  margin: auto;
  /* display: flex; */
  flex-direction: column;
  background-image: url("/Home/Img/Bg/server-list-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  margin-top: -100px;
}

.ek-server-list-title {
  font-size: 18px;
  color: #ddaa00;
  font-family: "MedievalSharp", cursive;
  text-align: center;
  background-image: url("/Home/Img/Bg/server-list-title.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 40px;
}

.ek-server-list-content {
  display: flex;
  flex-direction: column;
  height: 280px;
}

.ek-server-list-content img {
  width: 30px;
  height: 30px;
  margin-left: 30px;
  margin-right: 10px;
}

.ek-server-list-content .ek-btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 260px;
  height: 40px;
  line-height: 40px;
  background: none;
  border: none;
  font-size: 16px;
  color: #ddaa00;
  font-family: "MedievalSharp", cursive;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
  margin-bottom: 3px;
  background-image: url("/Home/Img/Bg/sitenav-bar-bg.jpg");
  text-shadow:
    #4d3833 1px 0px 0px,
    #4d3833 0.533333px 0.833333px 0px,
    #4d3833 -0.416667px 0.916667px 0px,
    #4d3833 -0.983333px 0.133333px 0px,
    #4d3833 -0.65px -0.75px 0px,
    #4d3833 0.283333px -0.966667px 0px,
    #4d3833 0.966667px -0.283333px 0px;
}
.ek-server-list-content .ek-btn:active {
  transform: scale(0.97);
}
.ek-server-list-content .ek-btn:hover {
  transform: scale(1.03);
  cursor: pointer;
  color: #aa0000;
}

.ek-server-status-online {
  display: flex;
}

.ek-server-list-content .border {
  height: 15px;
  background-image: url("/Home/Img/border-between.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 100%;
  width: 100%;
  /* margin-top: -25px;
  margin-bottom: -10px; */
}

.ek-server-population {
  /*icon for online status*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #00aa00;
  margin-right: 30px;
}

.ek-redister-close-btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: relative;
  top: 55px;
  right: -13px;
  margin-bottom: -20px;
}

.ek-btn-close {
  border: none;
  background: none;
  background-image: url("/Home/Img/Btn/close-n.png");
  width: 50px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.ek-btn-close:active {
  background-image: url("/Home/Img/Btn/close-a.png");
}
.ek-btn-close:hover {
  background-image: url("/Home/Img/Btn/close-h.png");
}

.last-server-entered {
  color: #000077;
  font-size: 14px;
  margin-right: 5px;
}

.last-server-entered::after {
  content: " (اضغط للدخول)";
  font-size: 12px;
  color: #0000aa;
}

.last-server-entered:hover {
  color: #0000aa;
  cursor: pointer;
  text-decoration: underline;
}
