@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic);
@import "https://fonts.googleapis.com/css?family=Roboto:400,300,500,500italic,700,900,400italic,700italic";

body {
  background: url("../images/bg.jpg");
  font-family: 'Droid Arabic Kufi', sans-serif !important;
}

.col-xs-4 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #eee;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86, 61, 124, 0.2);
}

.container {
  max-width: none !important;
  width: 1320px !important;
}

.text-orange {
  color: #fcb262;
}

.hover-orange:hover {
  color: #fcb262 !important;
}

.text-yellow {
  color: #ffe7ac;
}

.hover-yellow:hover {
  color: #ffe7ac !important;
}

.text-pink {
  color: #eee1e1;
}

.hover-pink:hover {
  color: #eee1e1 !important;
}

.fz12 {
  font-size: 12px;
}

header {
  background: url("../images/header-bg.jpg") no-repeat;
  width: 100%;
  height: 800px;
  background-size: cover;
  position: relative;
  background-position: center;
}
header:after {
  content: "";
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background: url("../images/line.png") no-repeat;
  background-size: 100%;
  pointer-events: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul.main-menu li {
  margin-left: 100px;
}

.main-menu {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.main-menu a {
  color: #fff;
}
.main-menu a:hover {
  color: #ffe7ac;
}

.statistic {
  position: absolute;
  top: 70%;
  list-style: none;
  display: flex;
  gap: 110px;
}
.statistic li {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #fff;
}
.statistic li:before {
  content: "";
  background: url("../images/icon.png") no-repeat;
  width: 63px;
  height: 59px;
  margin-inline-end: 10px;
  flex-shrink: 0;
}
.statistic li .number {
  font-weight: bold;
  font-size: 30px;
  display: block;
  line-height: 1;
}
.statistic li .small {
  display: block;
}

main {
  margin-top: -50px;
  position: relative;
}

.middle-content {
  background: #1e0505;
}

.news .main-title {
  font-size: 30px;
  color: #a5723b;
  text-transform: uppercase;
  font-weight: bold;
}
.news .section-tabs {
  border-bottom: 1px solid #807150;
  padding: 0 0 20px 30px;
  margin-bottom: 40px;
}
.news .nav-tabs {
  border: 0;
}
.news .nav-tabs .nav-item .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  color: #a5723b;
  font-size: 14px;
  background: none;
  padding: 0 30px;
  position: relative;
}
.news .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: -39px;
  inset-inline-start: 0;
  width: 0;
  height: 1px;
  background: #eec489;
  transition: 0.3s;
}
.news .nav-tabs .nav-item .nav-link.active:after, .news .nav-tabs .nav-item .nav-link:hover:after {
  width: 100%;
  inset-inline-start: auto;
  inset-inline-end: 0;
}

.normal-card {
  display: flex;
  padding: 10px;
  align-items: center;
  background: url("../images/bg-shape.jpg") no-repeat;
  height: 132px;
  width: 290px;
  text-align: center;
}
#download {
  display: flex;
  align-items: center;
}
#download:hover {
  filter: brightness(1.3);
}
.normal-card img {
  flex-grow: 0;
  flex-shrink: 0;
  width: 60px;
}
.normal-card .card-title {
  font-size: 20px;
  color: #eee1e1;
}
.normal-card .card-desc {
  margin: 10px 0 0;
  font-size: 12px;
  color: #a68246;
}

.fancy-box {
  position: relative;
  background: #1E0505;
  margin-top: 60px;
  width: 290px;
  border-inline: 1px solid #6b5b3f;
}
.fancy-box .box-content {
  padding-bottom: 25px !important;
}
.fancy-box:before {
  content: "";
  background: url("../images/fancy-border.png") 0 0 no-repeat;
  width: 300px;
  height: 29px;
  display: block;
  position: absolute;
  top: -2px;
  inset-inline: -5px 0;
  pointer-events: none;
  background-size: 298px;
}
.fancy-box:after {
  content: "";
  background: url("../images/fancy-border.png") 0 0 no-repeat;
  transform: rotate(180deg);
  width: 300px;
  height: 29px;
  display: block;
  position: absolute;
  bottom: -2px;
  inset-inline: -7px 0;
  pointer-events: none;
  background-size: 298px;
}
.fancy-box .box-title {
  background: url("../images/title-shape.png") 0 0 no-repeat;
  width: 210px;
  height: 40px;
  text-align: center;
  transform: translateY(-17px);
  margin: auto;
  color: #b5883c;
  font-size: 18px;
  font-weight: 700;
  padding-top: 7px;
}

.form-wrapper {
  /* Change the white to any color */
  /*Change text in autofill textbox*/
}
.form-wrapper .form-group {
  position: relative;
  margin-bottom: 10px;
}
.form-wrapper .form-group svg {
  position: absolute;
  width: 18px;
  top: 50%;
  inset-inline-start: 10px;
  transform: translateY(-50%);
  color: #fff;
  border-inline-end: 1px solid #271D25;
  padding-inline-end: 5px;
}
.form-wrapper .form-group input {
  background: #0F0101;
  border: 0;
  padding-block: 8px;
  box-shadow: 0 1px 0 0 #4A3223;
  padding-inline-start: 40px;
  font-size: 12px;
  border-radius: 0;
  color: #fff;
}
.form-wrapper .form-group input::placeholder {
  color: #fff;
  font-size: 12px;
}
.form-wrapper input:-webkit-autofill,
.form-wrapper input:-webkit-autofill:hover,
.form-wrapper input:-webkit-autofill:focus,
.form-wrapper input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #0F0101 inset !important;
}
.form-wrapper input:-webkit-autofill {
  -webkit-text-fill-color: white !important;
}
.form-wrapper .form-check-input {
  background-color: #0f0101;
  border: none;
  box-shadow: 0 1px 0 0 #4A3223;
}

.btn-red {
  background: url("../images/btn-bg.jpg") center center repeat-x;
  border: 0;
  width: auto;
  height: 100%;
  padding: 10px 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  transition: 0.3s;
  border-radius: 0;
}
.btn-red:hover {
  color: white;
  filter: brightness(1.5);
}

.top-player {
  background: url("../images/pattern-bg.png") center center no-repeat;
  width: 100%;
  display: flex;
  align-items: center;
  background-size: cover;
}
.top-player .player-info {
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: #fff;
  gap: 10px;
}
.top-player .player-info:before {
  content: "";
  background: rgba(0, 0, 0, 0.31);
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
  height: 40px;
}

.players-list {
  list-style: none;
  padding: 0;
  margin: 15px 0 0;
}
.players-list li {
  display: flex;
  justify-content: space-around;
  padding: 8px;
  color: #fff;
  font-size: 13px;
  background-image: linear-gradient(90deg, #481011 0%, #1b0203 100%);
}
.players-list li:nth-child(even) {
  background-image: linear-gradient(90deg, #270406 0%, #1a0203 100%);
}

.server-stats {
  list-style: none;
  padding: 0;
  margin: 0 0;
}
.server-stats li {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
  color: #fff;
  font-size: 13px;
  background: #390204;
  position: relative;
  padding-inline-start: 30px;
}
.server-stats li:nth-child(even) {
  background: #1a0203;
}
.server-stats li::before {
  content: "·";
  color: #ffe7ac;
  position: absolute;
  inset-inline-start: 10px;
  font-size: 25px;
  top: -1px;
}

.update-notice {
  margin-top: 15px;
  font-size: 11px;
  color: #d3d3d3;
  filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.45));
  background-color: #43301b;
  display: inline-flex;
  border-radius: 5px;
  padding: 5px 10px;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.update-notice svg {
  color: #ac9158;
}

.main-slider {
  height: 255px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-slider .carousel-caption {
  margin-top: 20px;
  position: static;
  background: rgba(0, 0, 0, 0.43);
  text-align: start;
  padding: 20px 100px 20px 50px;
}
.main-slider .carousel-caption .slide-title {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.main-slider .carousel-caption .slide-desc {
  color: #ffe6b1;
  font-size: 13px;
  margin: 0;
}

.carousel-control-prev {
  inset-inline: auto 40px;
}

.carousel-control-next {
  inset-inline-end: 10px;
}

.carousel-control-next, .carousel-control-prev {
  width: 24px;
  height: 22px;
  background: #AC9158;
  color: #09030d;
  opacity: 1;
  transition: 0.3s;
  font-size: 12px;
  top: 50%;
}

.news-item {
  margin-bottom: 50px;
}
.news-item .fancy-title {
  background: url("../images/long-title-shape.png") center center no-repeat;
  width: 642px;
  height: 44px;
  align-items: center;
  padding-inline: 95px;
}
.news-item .fancy-title .title {
  font-size: 15px;
  margin: 0;
}
.news-item .fancy-title .date, .news-item .fancy-title .author {
  font-size: 11px;
}
.news-item .fancy-title .date {
  border-inline-end: 1px solid #fcb262;
  padding-inline-end: 10px;
}
.news-item .news-desc {
  color: #7e5d39;
  font-size: 13px;
  padding-inline: 65px;
  font-weight: 600;
  padding-top: 20px;
  text-align: justify;
  line-height: 1.7;
}

.pagination {
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 0;
  gap: 10px;
}
.pagination .page-item .page-link {
  color: #fff;
  background: #0f0101;
  border: none;
  border-radius: 0;
  font-size: 13px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background: url("../images/btn-bg.jpg");
}

footer {
  margin-top: 6rem;
}

.copyrights {
  background: #250506;
  border-top: 1px solid #a68f66;
  padding: 10px;
  margin-top: 5rem;
}
.copyrights a {
  color: #ffe7ac;
  font-size: 12px;
}
.copyrights a:hover {
  color: #fcb262;
}

@media screen and (max-width: 1024px) {
  body {
    zoom: 70%;
  }
}

/*# sourceMappingURL=styles.css.map */
.box-content .text-center {
  height: 42px;
}
.page-hd {
  color: #bb3535;
  text-align: center;
  padding: 10px;
}
.table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  background-color: transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  --bs-table-bg: unset !important;
  --bs-table-striped-bg: unset !important;
}
.table th, .table td {
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
}
.table thead th {
  background-color: #8b0000;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.table tbody tr {
  background-color: #333333;
  transition: all 0.3s ease;
}
.table tbody tr:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 12px rgba(139, 0, 0, 0.2) !important;
  background-color: #4a0000 !important;
}
.btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.btn-danger {
  background-color: #8b0000;
  color: #ffffff;
}
.btn-danger:hover {
  background-color: #a50000 !important;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2) !important;
}
form {
  text-align: center;
}
.pagination {
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.buttons {
  display: flex;
  gap: 5px;
}
.buttons a, .buttons span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
  color: #ffffff;
}
.buttons a {
  background-color: #8b0000;
}
.buttons a:hover {
  background-color: #a50000;
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
}
.buttons span.active {
  background-color: #4a0000;
  color: #ffffff;
}
.buttons a:last-child {
  font-size: 1.2em;
}
.xy-news-header {
  margin-top:10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2a2a2a;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.left h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.xy-nh-ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
}
.xy-nh-ul li a {
  text-decoration: none;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #8b0000;
  font-weight: bold;
}
.xy-nh-ul li a:hover {
  background-color: #a50000;
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.1);
}
.xy-nh-ul li a.active {
  background-color: #4a0000;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
/* Main container styling */
.row {
  padding: 15px 0;
  margin: 10px 0;
}

/* Link styling */
.row a {
  color: #fdf6ce;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}
a.btn.btn-red.mt-3 {
  color: burlywood !important;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  position: relative;
}
/* Hover effect */
.row a:hover {
  color: #9a967f;
}

/* Underline animation on hover */
.row a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  background-color: darkred;
  left: 0;
  transition: width 0.3s ease;
}

.row a:hover::after {
  width: 100%;
}

/* Specific alignment for the right text */
.col-md-6 p[style*="text-align: right"] {
  margin-right: 15px;
}

/* Specific alignment for the left text */
.col-md-6 p {
  margin-left: 15px;
}

/* Responsive text size */
@media (max-width: 768px) {
  .row a {
    font-size: 14px;
  }
}
.controlpanel a {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-around;
  padding: 8px;
  font-size: 15px;
  background-image: linear-gradient(90deg, #481011 0%, #1b0203 100%);
}
.list-group a {
  color: black;
}
.blogroll label {
  color: white;
}
.jumbotron.jumbotron-fluid {
  color: burlywood;
}
.d-flex.justify-content-between.align-items-center {
  justify-content: center !important;
}
.d-flex.justify-content-between.mt-4.mb-2 {
  justify-content: center !important;
}
.d-flex.justify-content-between.mt-4.mb-2 button {
  color: burlywood;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}