/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Philosopher:wght@400;700&display=swap');

@font-face {
  font-family: 'Trajan Pro';
  src: url('../webfonts/TrajanPro-Bold.woff') format('woff'),
      url('../webfonts/TrajanPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trajan Pro';
  src: url('../webfonts/TrajanPro-Regular.woff') format('woff'),
      url('../webfonts/TrajanPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../webfonts/MyriadPro-Bold.woff2') format('woff2'),
      url('../webfonts/MyriadPro-Bold.woff') format('woff'),
      url('../webfonts/MyriadPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro Cond';
  src: url('../webfonts/MyriadPro-Cond.woff2') format('woff2'),
      url('../webfonts/MyriadPro-Cond.woff') format('woff'),
      url('../webfonts/MyriadPro-Cond.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../webfonts/MyriadPro-Regular.woff2') format('woff2'),
      url('../webfonts/MyriadPro-Regular.woff') format('woff'),
      url('../webfonts/MyriadPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../webfonts/MyriadPro-Light.woff2') format('woff2'),
      url('../webfonts/MyriadPro-Light.woff') format('woff'),
      url('../webfonts/MyriadPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('../webfonts/MyriadPro-Semibold.woff2') format('woff2'),
      url('../webfonts/MyriadPro-Semibold.woff') format('woff'),
      url('../webfonts/MyriadPro-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --theme__color1: #f5da9f;
--theme__color2: var(--ice-light);
  --font1: 'Open Sans', sans-serif;
  --font2: 'Trajan Pro';
  --font3: 'Myriad Pro';
  --font4: 'Philosopher', sans-serif;
  --ice-cyan: #3fd8ff;
  --ice-light: #9be7ff;
  --ice-soft: #bff4ff;
  --ice-dark: #d8f7ff;
  --border-glow: rgba(63, 216, 255, 0.35);
  --shadow-glow: rgba(63, 216, 255, 0.25);
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-size: 16px;
  line-height: 1.2;
  background-color: #061520;
  color: #fff;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font1);
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none !important;
  color: inherit;
}

input {
  box-sizing: border-box;
}

a:hover,
a:focus,
input:focus,
input:hover,
select:focus,
select:hover,
select:active,
textarea:focus,
textarea:hover,
button:focus {
  outline: none;
}

::placeholder {
  opacity: 1;
}

:focus::placeholder {
  opacity: 0;
}

/* Base Typography */
p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #e6faff;
}

/* Header */
.header-section {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(
    180deg,
    rgba(8, 30, 45, 0.85),
    rgba(8, 30, 45, 0.35),
    transparent
  );
  backdrop-filter: blur(6px);
}

/* Header Inner */
.header-section-inner {
  display: flex;
  align-items: center;
}

/* Menu */
.main-menu {
  flex-grow: 1;
}

.main-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-menu ul li a {
  font-size: 13px;
  color: #d9faff;
  font-weight: 400;
  transition: 0.3s ease;
  text-shadow: 0 0 6px rgba(120, 220, 255, 0.5);
}

.main-menu ul li a:hover {
  color: #9fe8ff;
  text-shadow: 0 0 10px rgba(160, 240, 255, 0.9);
}

/* Logo */
.header-logo {
  width: 265px;
  margin: 0 7px;
  display: block;
  filter: drop-shadow(0 0 8px rgba(150, 230, 255, 0.6));
}

/* Language Dropdown */
.h-lan-dropdown {
  margin: 0 0 0 50px;
  flex-shrink: 0;
}

.h-lan-dropdown .toggler {
  background: linear-gradient(180deg, #0f2a3d, #081c2b);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #7fe4ff;
  box-shadow: 0 0 12px rgba(120, 220, 255, 0.4);
}

.h-lan-dropdown .toggler .icon {
  border: 1px solid #bff6ff;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  display: flex;
  padding: 3px;
  box-shadow: 0 0 6px rgba(160, 240, 255, 0.5);
}

.h-lan-dropdown .toggler .icon img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.h-lan-dropdown .toggler i {
  margin: 0 8px;
  font-size: 10px;
  color: #9fe8ff;
}

/* Dropdown Menu */
.h-lan-dropdown .dropdown-menu {
  width: 55px !important;
  min-width: initial !important;
  background: linear-gradient(180deg, #081c2b, #061622);
  color: #d9faff;
  border: 1px solid #7fe4ff;
  box-shadow: 0 0 22px rgba(63, 216, 255, 0.35);
  text-align: center;
  backdrop-filter: blur(6px);
  border-radius: 8px;
}

.h-lan-dropdown .dropdown-menu ul li a {
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d9faff;
  transition: 0.3s;
}

.h-lan-dropdown .dropdown-menu ul li a:hover {
  background: rgba(120, 220, 255, 0.15);
  box-shadow: inset 0 0 8px rgba(150, 240, 255, 0.4);
  border-radius: 6px;
}

/* header-end */

/* ---offcanvas-css--- */

.offcanvas-open {
  font-size: 22px;
  transition: 0.3s;
}

.offcanvas-open:hover {
  color: #8fe9ff;
}

.offcanvas-close {
  color: #d9f6ff;
  position: absolute;
  transition: 0.3s;
  right: 15px;
  top: 15px;
  line-height: 1;
  font-size: 22px;
}

.offcanvas-close:hover {
  color: #8fe9ff;
  text-shadow: 0 0 8px rgba(88,200,255,0.5);
}

.offcanvas-menu {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transform: translateX(-105%);
  transition: 0.3s;
}

.offcanvas-menu.active {
  transform: translate(0);
}

.offcanvas-menu .offmenu {
  max-width: 250px;
  min-width: 200px;
  z-index: 5;
  position: relative;

  background: linear-gradient(180deg, #07141f, #0b1e2d);
  border-right: 1px solid rgba(88,200,255,0.35);

  height: 100%;
  padding: 50px 20px 40px;
  overflow: auto;

  box-shadow: 10px 0 30px rgba(0,0,0,0.7);

  -ms-overflow-style: none;
  scrollbar-width: none;
}

.offcanvas-menu .offmenu::-webkit-scrollbar {
  display: none;
}

.offcanvas-menu ul li a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 10px;
}

.dropdown-menu-custom ul {
  background: #fff;
  padding: 20px 0;
}

.dropdown-menu-custom ul li a {
  color: #97A3AE;
}

.offcanvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.178);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.offcanvas-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* ---offcanvas-css-end---*/

/* --preloader-- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #06121E;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* --preloader-end-- */

/* ---hero-section--- */
.hero-section {
  position: relative;
  height: 800px;
  overflow: hidden;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-section-inner {
  height: 800px;
  display: flex;
  flex-direction: column;
}

.hero-cont1 {
  padding: 0 0 0 40px;
  margin-top: auto;
  margin-bottom: 240px;
  display: flex;
}

.hero-cont1 .single-cont {
  display: flex;
  align-items: center;
  padding-right: 44px;
  position: relative;
}

.hero-cont1 .single-cont:last-child {
  margin-right: 0;
  padding-right: 0;
}

.hero-cont1 .single-cont::after {
  content: '';
  height: 40%;
  width: 1px;
  background: rgba(255, 255, 255, 0.144);
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  display: none;
}

.hero-cont1 .single-cont:last-child::after {
  display: none;
}

.hero-cont1 .single-cont .image {
  width: 64px;
  margin-right: 12px;
}

.hero-cont1 .single-cont .txt-c h4 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  color: #fff;
  font-family: var(--font2);
}

.hero-cont1 .single-cont .txt-c h3 {
  font-size: 13px;
  margin: 0;
  font-family: var(--font3);
  font-weight: 400;
}

.hero-cont1 .single-cont .txt-c h3 .dc {
  color: #f8ba95;
}

/* ---hero-section----end */

/* ------section-wrapper1------ */
.section-wrapper1 {
  padding: 0 0 185px;
  background: url('../images/s-group1.png') no-repeat center bottom/cover;
}

/* ------section-wrapper1------end */

/* ---main-section--- */
.main-section-inner {
  display: flex;
  justify-content: space-between;
  margin-top: -65px;
}

.m-sidebar {
  width: 23.5%;
}

.m-main-part {
  width: 46.8%;
  margin-top: 10px;
}

.st-img-button {
  margin: 0 0 25px;
  display: flex;
}

.download-client-button img {
  margin: -21% -13% -23% -16%;
  width: 140%;
  max-width: initial;
}

.itemshop-button img {
  margin: -2% 0 0;
}

.vote-forbuff-button img {
  margin: -10% -5% -11.3% -4.6%;
  max-width: initial;
  width: 108.1%;
}

.s-box {
  padding: 60px 16px 20px 18px;
  height: 380px;
  position: relative;
  display: flex;
  flex-direction: column;

  background: linear-gradient(180deg, #071a24 0%, #0b2230 100%);
  border: 1px solid var(--ice-cyan);

  box-shadow:
    0 0 35px rgba(63, 216, 255, 0.35),
    inset 0 0 45px rgba(63, 216, 255, 0.08);
}

.s-box .border-img {
  position: absolute;
  top: -9.7%;
  left: -6.3%;
  height: 109.5%;
  width: 112%;
  max-width: initial;
  z-index: -1;
}

.s-box .bt-illustration {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
}

.s-box-header {
  margin-top: -56px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.s-box-header .bg-img {
  margin: 0 auto;
}

.s-box-header .header-cont {
  padding: 54px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.s-box-header h3 {
  font-size: 13px;
  margin: 0;
  font-family: var(--font2);
  color: var(--theme__color2);
  font-weight: 400;
  text-align: center;
}

.s-box-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s-box-title h3 {
  font-size: 11px;
  color: #d0dffa;
  font-family: var(--font1);
  font-weight: 400;
}

.s-box-title h3 a {
  text-decoration: underline !important;
  color: #8fb0e7;
}

.s-box-form {
  padding: 8px 14px;
  width: 100%;
}

.single-input-x {
  width: 100%;
  margin: 0 0 14px;
}

.single-input-x-input-outer {
  position: relative;
  z-index: 1;
}

.single-input-x-input-outer .icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translate(0, -50%);
}

.single-input-x-input {
  height: 34px;
  padding-left: 42px;
  width: 100%;
  border: 1px solid var(--border-glow);
  background: linear-gradient(180deg, #0b1e2d, #07141f);
  font-size: 12.3px;
  font-weight: 400;
  color: #d9f6ff;
  border-radius: 6px;
  box-shadow: inset 0 1px 4px rgba(88, 200, 255, 0.2), 0 0 12px rgba(0, 0, 0, 0.6);
  transition: 0.3s ease;
}

.single-input-x-search .icon {
  position: absolute;
  top: 50%;
  left: initial;
  right: 12px;
  transform: translate(0, -50%);
}

.single-input-x-search .single-input-x-input {
  padding-left: 18px;
  padding-right: 33px;
}

.x-check-label {
  margin: 0 0 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--theme__color2);
}

.s-box-form .bt-row {
  padding: 8px 0 0;
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
}

.form-fgt {
  min-height: 33px;
  font-size: 12px;
  padding: 5px;
  color: #d9f6ff;
  background: linear-gradient(180deg, #0b1e2d, #07141f);
  box-shadow: inset 0 1px 0 rgba(88, 200, 255, 0.25), 0 8px 20px rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border-glow);
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s-box-s2 {
  height: 399px;
}

.s-box-s2 .border-img {
  top: -8%;
  height: 108%;
}

.gold-player {
  padding: 17px;
  gap: 15px;
  margin: 7px 6px 17px;
  background: linear-gradient(0deg, rgb(8, 28, 42) 0%, rgb(18, 63, 88) 100%);
  box-shadow: 0px 3px 70px 0px rgba(0, 0, 0, 0.45),
              inset 0px 2px 0px 0px rgba(63, 216, 255, 0.35),
              inset 0px 1px 0px 0px rgba(63, 216, 255, 0.25),
              inset 0px -4px 46px 0px rgba(0, 0, 0, 0.85);
  border: 1px solid var(--ice-cyan);
  display: flex;
  align-items: center;
}

.gold-player__image {
  width: 40px;
  height: 40px;
  background: url('../images/gold-player-ellipse.png') no-repeat center center/cover;
  position: relative;
}

.gold-player__image .img {
  margin-top: -14px;
}

.gold-player__bdg {
  height: 20px;
  width: 20px;
  background: radial-gradient(circle at 30% 30%, var(--ice-cyan), #0b2230);
  border: 1px solid var(--ice-cyan);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 10px rgba(63, 216, 255, 0.6), inset 0 0 6px rgba(255, 255, 255, 0.25);
}
/* ===== Player Content ===== */

.gold-player__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gold-player__content h4 {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 18px;
}

.gold-player__content h4 .yll {
  font-size: 11px;
}

.gold-player__content h5 {
  font-size: 11px;
  font-weight: 400;
  color: var(--theme__color2);
  display: flex;
  align-items: center;
  justify-content: center; /* مهم */
  margin: 2px 0 0;
  line-height: 16px;
}

.gold-player__content h5 .line {
  margin: 0 8px;
  height: 12px;
  border-right: 1px solid #212B40;
  border-left: 1px solid #030911;
  display: block;
}

.gold-player__content h5 .wht {
  color: #d0deef;
}


/* ===== Links in user table ===== */

.table-user a {
  width: 100%;
  display: flex;                /* بدل block */
  align-items: center;          /* محاذاة رأسية */
  padding: 6px 10px;
  min-height: 32px;             /* تثبيت الارتفاع */
  transition: all .3s ease;
}

.table-user a:hover {
  filter: brightness(120%);
  color: var(--ice-light);
}


/* ===== Table Base ===== */

.table-st1 table {
  width: 100%;
  border-collapse: collapse;
}

.table-st1 table td {
  font-size: 11px;
  padding: 6px 8px;
  color: #fff;
  height: 32px;                 /* تثبيت الصف */
  vertical-align: middle;       /* أهم نقطة */
}


/* Background rows */

.table-st1 tbody tr {
  background: linear-gradient(90deg, #0a2433 0%, #164b63 50%, #0a2433 100%);
  border-left: 3px solid var(--ice-cyan);
  box-shadow: 
    inset 0 0 12px rgba(63, 216, 255, 0.25),
    0 0 8px rgba(63, 216, 255, 0.15);
  transition: all .3s ease;
}

.table-st1 tbody tr:hover {
  transform: scale(1.02);
  box-shadow: 
    inset 0 0 18px rgba(63, 216, 255, 0.4),
    0 0 18px rgba(63, 216, 255, 0.5);
}


/* ===== Strong layout control ===== */

.table-st1-str1 {
  padding: 0 6px;
  overflow-x: hidden;   /* منع اهتزاز أفقي */
}

.table-st1-str1 .status {
  display: flex;
  align-items: center;
  gap: 6px;             /* بدل margin اليدوي */
  color: var(--ice-cyan);
  text-shadow: 0 0 6px rgba(63, 216, 255, 0.6);
}

.table-st1-str1 .status .dot {
  height: 6px;
  width: 6px;
  background: var(--ice-cyan);
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 0 8px rgba(63, 216, 255, 0.8);
}


/* ===== Table 2 Fix ===== */

.table-str2 table td {
  padding: 6px 6px;
  border: none;
  color: var(--ice-soft);
  height: 30px;
  vertical-align: middle;
}

.table-str2 table thead td {
  padding-top: 4px;
  padding-bottom: 4px;
  color: var(--ice-cyan);
  border-bottom: 1px solid var(--border-glow);
}
.table-str2 table td:last-child {
  font-weight: 700;
  color: var(--ice-cyan);
  text-shadow: 0 0 10px rgba(63, 216, 255, 0.7);
}

.s-box-button-row1 {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.ac-bottom-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 22px 0 0;
}

.table-update-time__outer {
  margin: 10px auto 0;
  padding: 16px 0px 0;
  border-top: 1px solid var(--border-glow);
  display: flex;
  justify-content: center;
  max-width: 225px;
}

.table-update-time {
  padding: 8px 18px;
  font-size: 12px;
  background: linear-gradient(90deg, #0b2230, #164b63);
  border: 1px solid var(--ice-cyan);
  border-radius: 30px;
  color: var(--ice-light);

  box-shadow:
    0 0 15px rgba(63, 216, 255, 0.6),
    inset 0 0 10px rgba(63, 216, 255, 0.3);

  transition: all .3s ease;
}

.table-update-time:hover {
  background: linear-gradient(90deg, #164b63, #1f6f91);
  box-shadow:
    0 0 25px rgba(63, 216, 255, 0.9);
  transform: translateY(-2px);
}

.table-update-time .arrow-r {
  margin: 1px 8px 0 0;
  filter: drop-shadow(0 0 4px rgba(63, 216, 255, 0.6));
}

.table-sm-st td {
  padding: 5px 5px;
  font-size: 13px;
  font-weight: 400;
  color: var(--ice-dark);
}

.progress-cont-wrap {
  margin: 7px 0 10px;
  padding: 12px 21px 18px;
  border: 1px solid var(--border-glow);
  background: linear-gradient(180deg, #0b1e2d, #081c2a);
  box-shadow: inset 0 0 20px rgba(63, 216, 255, 0.08), 0 0 25px rgba(0, 0, 0, 0.6);
}

.progress-cont .title h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: var(--ice-light);
}

.progress-cont .title h3.bold {
  font-weight: 700;
  color: var(--ice-cyan);
  text-shadow: 0 0 8px rgba(63, 216, 255, 0.5);
}

.progress-cont .progress-elm {
  padding: 1px;
  height: 13px;
  border: 1px solid var(--border-glow);
  border-radius: 40px;
  overflow: hidden;
  background: linear-gradient(180deg, #071a24, #0b2230);
  box-shadow: inset 0 0 10px rgba(63, 216, 255, 0.15);
}

.progress-cont .progress-elm .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--ice-cyan), var(--ice-light));
  border-radius: 40px 0 0 40px;
  box-shadow: 0 0 10px rgba(63, 216, 255, 0.7);
}

.bt-button-sde a {
  font-size: 15px;
  font-weight: 700;
  color: var(--ice-cyan);
  text-align: center;
  display: block;
  text-shadow: 0 0 8px rgba(63, 216, 255, 0.6);
  transition: 0.3s ease;
}

.bt-button-sde a:hover {
  color: #ffffff;
  text-shadow: 0 0 12px rgba(63, 216, 255, 0.9);
}

.m-box {
  margin: 0 0 50px;
  background: linear-gradient(180deg, #0b1e2d, #081c2a);
  color: var(--ice-dark);
  border: 1px solid var(--border-glow);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.6), inset 0 0 20px rgba(63, 216, 255, 0.08);
}

.m-box-full-height {
  height: 100%;
  padding-bottom: 60px;
}

.m-box-design1 {
  height: 260px;
  position: relative;
}

.m-box-design1 .m-box-border {
  position: absolute;
  top: -13%;
  left: -5.7%;
  max-width: initial;
  height: 126%;
  width: 111.5%;
}

.content-ud {
  display: flex;
  flex-direction: column;
}

.content-ud-cont {
  padding: 17px 25px;
  margin-top: auto;
  background: rgba(0, 0, 0, 0.78);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.content-ud .update-character {
  position: absolute;
  top: 0;
  right: 7px;
  height: 100%;
  width: auto;
}

.content-ud-cont .left-side h3 {
  font-size: 17px;
  margin: 0 0 1px;
}

.content-ud-cont .left-side h5 {
  font-size: 14px;
  color: #97a1b4;
  margin: 0;
}

.xy-news-part {
  background: linear-gradient(180deg, #081c2a, #061520);
  color: var(--ice-dark);
  min-height: 400px;
  padding-bottom: 25px;
  border: 1px solid var(--border-glow);
  box-shadow: inset 0 0 30px rgba(63, 216, 255, 0.05), 0 0 40px rgba(0, 0, 0, 0.6);
}

.xy-news-header,
.page-hd {
  margin: 0 8px;
  padding: 0px 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border-glow);
  color: var(--ice-light);
  text-shadow: 0 0 10px rgba(63, 216, 255, 0.6);
}

.page-hd {
  align-items: center;
  justify-content: center;
}

.xy-news-header h3,
.pre-social {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font2);
}

.pre-social {
  padding: 10px 0;
}

.xy-nh-ul {
  display: flex;
}

.xy-nh-ul li {
  padding: 0 27px;
}

.xy-nh-ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.xy-nh-ul li a {
  font-size: 12px;
  padding: 28px 3px;
  display: block;
  color: var(--ice-soft);
  transition: 0.3s;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}

.xy-nh-ul li a.active,
.xy-nh-ul li a:hover {
  color: #e2c39b;
  border-bottom-color: #997141;
}

.content-xy {
  padding: 35px 30px 8px;
}

.content-xy .xy-title {
  padding: 16px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(0deg, rgb(105, 24, 24) 0%, rgb(69, 12, 12) 100%);
  box-shadow: 0px 2px 5px 0px rgba(3, 3, 3, 0.15);
  border-left: 2px solid #D0A561;
  border-right: 2px solid #D0A561;
}

.content-xy .xy-title .left h4 {
  font-size: 10px;
  margin: 0;
}

.content-xy .xy-title .left h3 {
  font-size: 12px;
  font-weight: 800;
  margin: 0;
}

.content-xy .xy-title .right ul.xy {
  display: flex;
}

.content-xy .xy-title .right ul.xy li {
  font-size: 11px;
  margin-right: 12px;
  border-right: 1px solid #fff;
  padding-right: 12px;
  color: #d9ac65;
}

.content-xy .xy-title .right ul.xy li:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

.xy-text-cont {
  padding: 20px 0 0;
  display: flex;
  flex-direction: column;
}

.xy-text-cont p {
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
  color: #fae9ce;
  text-align: justify;
}

.xy-text-bottom {
  margin: 5px 0 0;
  gap: 5px;
  display: flex;
  align-items: center;
}

.xy-text-bottom .f-line {
  height: 1px;
  display: block;
  background: #0C1823;
  flex-grow: 1;
}

.n-offer-row {
  --inner-space: 18px;
  --bt-space: var(--inner-space);
  --item: 5;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1);
}

.n-offer {
  width: calc((100% / var(--item)) - var(--inner-space));
  margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
  background: url('../images/offer-item-bg.png') no-repeat center center/100% 100%;
  position: relative;
  padding: 3px;
}

.n-offer .new-badge {
  position: absolute;
  top: 0;
  left: 0;
}

.n-offer .image {
  padding: 11px 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n-offer .text-cont {
  padding: 0 0 8px;
  text-align: center;
}

.n-offer .text-cont h3 {
  font-size: 10px;
  margin: 0 0 1px;
  font-weight: 600;
}

.n-offer .text-cont h5 {
  margin: 0;
  font-size: 10px;
  font-weight: 400;
  color: #f8d394;
  display: flex;
  align-items: center;
  justify-content: center;
}

.n-offer .text-cont h5 img {
  margin: 0 0 0 4px;
}

/* ---main-section---end */

/* ---pagination--- */
.pagination {
  padding: 5px 0 28px;
  display: flex;
  justify-content: center;
}

.pagination ul,
.pagination .buttons {
  display: flex;
}

.pagination ul li,
.pagination .buttons a,
.pagination .buttons span {
  margin-right: 6px;
}

.pagination ul li:last-child {
  margin-right: 0;
}

.pagination ul li a,
.pagination .buttons a,
.pagination .buttons span {
  font-size: 11px;
  height: 19px;
  width: 19px;
  color: var(--ice-light);
  background: linear-gradient(180deg, #081c2a, #0f2a3d);
  border: 1px solid var(--ice-cyan);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  box-shadow: 0 0 6px rgba(63, 216, 255, 0.3);
}

.pagination ul li a:hover,
.pagination .buttons a:hover {
  color: #fff;
}

.pagination ul li a.disabled {
  color: #3B3B52;
}

.pagination ul li .i-a {
  background: transparent;
  color: #fff;
  filter: drop-shadow(0px 3px 1px #000);
}

.pagination ul li .i-a.disabled {
  color: #58656D;
}

.pagination ul li a.active,
.pagination ul li a:hover,
.pagination .buttons a:hover,
.pagination .buttons span {
  border-bottom: 1px solid var(--ice-cyan);
  background: linear-gradient(180deg, #0f2a3d, #081c2b);
  color: var(--ice-light);
  height: 20px;
  box-shadow: 0 0 8px rgba(63, 216, 255, 0.4);
  transition: 0.3s ease;
}

/* ---pagination---end */

/* ---card-d-section--- */
.card-d-section {
  padding: 100px 0;
}

.card-d-row {
  --inner-space: 5.4%;
  --bt-space: var(--inner-space);
  --item: 3;
  display: flex;
  flex-wrap: wrap;
  margin: 0 calc(var(--inner-space) * -0.5) calc(var(--bt-space) * -1);
}

.card-d {
  width: calc((100% / var(--item)) - var(--inner-space));
  margin: 0 calc(var(--inner-space) * 0.5) var(--bt-space);
  height: 232px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.card-d::after {
  content: '';
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(#0b123e00, #0B123E);
  z-index: -1;
}

.card-d .txt-cont {
  padding: 11px;
  margin-top: auto;
  text-align: center;
}

.card-d .txt-cont h3 {
  margin: 0 0 5px;
  font-size: 21px;
  text-shadow: 2px 2px 0px #000;
}

.card-d .txt-cont h5 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font2);
  color: #747fb5;
}

.card-d .txt-cont .button {
  font-size: 12px;
  font-weight: 700;
  font-family: var(--font2);
  background: linear-gradient(to right, #121E53, #1E3086, #121E53);
  display: block;
  width: max-content;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 5px;
  min-width: 180px;
}

/* ---card-d-section---end */

/* ---footer-logo--- */
.footer-logo {
  width: 115px;
  display: flex;
  justify-content: center;
}

.footer-logo-img {
  width: 183px;
}

/* ---footer-logo---end */

/* ---footer-section--- */
.footer-section {
  margin: 0;
  background: linear-gradient(180deg, #07141f, #0b1e2d);
  border-top: 1px solid var(--border-glow);
  box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.6);
}

.footer-bottom {
  padding: 15px 0;
}

.footer-bottom .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-b-left {
  display: flex;
  align-items: center;
}

.footer-p {
  font-size: 12px;
  margin: 0;
  font-weight: 300;
}

.footer-p .blue-c {
  color: var(--theme__color2);
}

/* ---footer-section---end */

/* ---ranking--- */
.heading-op {
  padding: 24px 0;
  position: relative;
  z-index: 1;
}

.heading-op h2 {
  font-size: 18px;
  text-align: center;
  margin: 0;
}

.heading-op .heading-op-btb {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 59%);
  z-index: 1;
}

.ranking-head-navigation {
  max-width: 240px;
  margin: 20px auto;
  position: relative;
  z-index: 1;
}

/* ---ranking---end */

/* ---download--- */
.download-game {
  padding: 60px 43px 50px;
}

.download-game .title {
  padding: 0 0 20px;
}

.download-game .title h3 {
  font-size: 13px;
  font-weight: 400;
  color: #97a1b4;
  font-family: var(--font2);
  text-align: center;
}

.download-game .download-row1 {
  margin: 0 0 20px;
  display: flex;
  justify-content: space-between;
}

.download-game .download-row2 {
  margin: 0 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-game .download-row3 {
  display: flex;
  justify-content: center;
  margin: 0 0 100px;
}

.download-game .download-button {
  display: inline-flex;
  width: 255px;
}

.download-game-requirement {
  padding: 0 33px;
}

.download-game-requirement table td {
  padding: 2px 0;
  font-size: 13px;
  font-weight: 400;
  color: #97a1b4;
  font-family: var(--font2);
}

.download-game-requirement table td:first-child {
  width: 33%;
}

/* ---download---end */

/* ---create-account--- */
.create-account {
  padding: 90px 16px 20px;
}

.account-form {
  margin: 0 auto 55px;
  max-width: 230px;
}

.account-form-row1 {
  margin: 0 0 40px;
}

.account-form-row1 p {
  font-size: 13px;
  font-weight: 400;
  color: #a6b0d1;
  font-family: var(--font2);
  text-align: center;
}

.account-form-row2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---create-account---end */

/* ---m-slider--- */
.m-slider .owl-nav {
  position: absolute;
  top: 33px;
  right: 20px;
}

.m-slide {
  position: relative;
}

.m-slide .m-box {
  background: transparent;
}

/* --- Ice Slider Caption --- */
.slide-caption {
  padding: 9px 26px 10px;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background: rgba(180, 230, 255, 0.25);
  backdrop-filter: blur(6px);
  color: #e6faff;
}

/* Titles */
.m-slide-caption h3 {
  font-size: 14px;
  margin: 0 0 6px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(150, 220, 255, 0.8);
}

.m-slide-caption h4 {
  font-size: 13px;
  color: #9fe8ff;
  font-weight: 400;
}

/* --- Slider Arrows --- */
.slider-arrow-1 .owl-nav {
  gap: 3px;
  display: flex;
}

.slider-arrow-1 .owl-nav button {
  font-size: 10px !important;
  width: 24px;
  height: 22px;
  background: linear-gradient(180deg, #8ee9ff, #4fc3f7) !important;
  color: #001a26 !important;
  transition: 0.3s;
  border: 1px solid #bdf6ff;
  box-shadow: 0 0 8px rgba(120, 220, 255, 0.6);
}

.slider-arrow-1 .owl-nav button:hover {
  background: linear-gradient(180deg, #c9f6ff, #6ddfff) !important;
  box-shadow: 0 0 12px rgba(150, 240, 255, 1);
}

/* Center arrows */
.slider-arrow--center {
  --offset: 30px;
}

.slider-arrow--center .owl-nav button {
  left: var(--offset);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slider-arrow--center .owl-nav .owl-next {
  left: unset;
  right: var(--offset);
}

/* --- Slider Dots --- */
.slider-dots-1 .owl-dots {
  gap: 6px;
  display: flex;
}

.slider-dots-1 .owl-dots .owl-dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #7fdfff !important;
  transition: 0.3s;
}

.slider-dots-1 .owl-dots .owl-dot.active {
  background: #ffffff !important;
  box-shadow: 0 0 8px #bff6ff;
}

/* --- Language Select Ice Theme --- */
.lan-select {
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #0f2a3d, #081c2b);
  border: 1px solid #7fe4ff;
  border-radius: 6px;
  padding: 4px 8px;
  gap: 6px;
  box-shadow: inset 0 1px 6px rgba(160, 230, 255, 0.2),
              0 0 12px rgba(120, 220, 255, 0.3);
}

.lan-select img {
  height: 20px;
}

.lan-select .nice-select {
  display: flex;
  align-items: center;
  background: transparent;
  color: #d9faff;
  font-size: 13px;
  min-width: 100px;
}

.lan-select .nice-select::after {
  border-color: #8ee9ff;
  height: 6px;
  width: 6px;
  border-width: 1px;
  margin: -4px 0 0;
}

.lan-select .nice-select .list {
  background: #081c2b;
  border: 1px solid #7fe4ff;
  color: #d9faff;
  box-shadow: 0 0 15px rgba(150, 240, 255, 0.4);
}

/* Buttons */
.btn-lg {
  width: 100%;
  background: linear-gradient(180deg, #9fe8ff, #5ccfff);
  border: 1px solid #bff6ff;
  color: #002233;
  box-shadow: 0 0 10px rgba(150, 240, 255, 0.6);
}