/* font-famaly-hear */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
/* font-famaly-hear-end */

@font-face {
  font-family: "Trajan Pro";
  src: url("../fonts/TrajanPro-Bold.woff2") format("woff2"),
    url("../fonts/TrajanPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Trajan Pro";
  src: url("../fonts/TrajanPro-Regular.woff2") format("woff2"),
    url("../fonts/TrajanPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Friz Quadrata TT";
  src: url("../fonts/FrizQuadrataTT.woff2") format("woff2"),
    url("../fonts/FrizQuadrataTT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* root */
:root {
  --font-1: "Open Sans", sans-serif;
  --font-2: "Trajan Pro", sans-serif;
  --font-3: "Friz Quadrata TT";

  --white-color: #fff;
  --black-color: #000;

  --primary: #000;
  --secondary: #000;

  --hover-colo: #000;

  --body-color: #000;
  --heading-color: #000;
}
/* root */

/* defaults-css-start */
html {
  font-size: 100%;
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: var(--font-1);
  font-size: 16px;
  font-weight: 400;
  color: #ffe1ba
}
main {
  background-color: #1b0808;
}
a,
button {
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}

a:focus,
button:focus,
.btn:focus {
  outline: none;
}
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-1);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
li {
  list-style: none;
}
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: var(--body-color);
  margin-bottom: 15px;
}
label {
  color: var(--body-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
*::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
::-moz-selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
::selection {
  background: var(--secondary);
  color: var(--white-color);
  text-shadow: none;
}
*::-moz-placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}
*::placeholder {
  color: var(--body-color);
  font-size: 16px;
  opacity: 1;
}
/* defaults-css--end */

/* theme-css */

/* theme-css-end */

/* ======== header style start ============ */

.header {
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 57px;
  position: absolute;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 11;
}
.header-nav ul {
  display: flex;
  align-content: center;
  justify-content: center;
}
.header-nav ul li a {
  display: inline-block;
  padding: 20px 33px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  color: #ffeddb;
  position: relative;
  text-transform: uppercase;
}
.header-nav ul li.header-logo a {
  padding: 0px;
}
.header-nav ul li a::after {
  position: absolute;
  right: 0px;
  width: 1px;
  height: 15px;
  content: "";
  top: 50%;
  background: #ffeddb;
  transform: translateY(-50%);
}
.header-nav ul li.header-logo a::after {
  display: none;
}
.header-nav ul li:last-child a::after {
  display: none;
}
.header-nav ul li:nth-child(3) a::after {
  display: none;
}
.dropdown.lang-btn button {
  background: #311010;
  color: #fff3da;
  font-family: var(--font-2);
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.dropdown.lang-btn {
  position: absolute;
  top: 11px;
  right: 12px;
}

/* ======== header style end ============ */

/* ======== hero style start ============ */

.section.hero-area {
  min-height: 790px;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.hero-content {
  padding-bottom: 180px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 104px;
}
.hero-item {
  flex: 0 0 auto;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 1;
}
.hero-item span {
  font-size: 13px;
  color: #f5bc85 !important;
  text-align: center;
}
.hero-item h2 {
  color: #f8fcfd;
  font-size: 30px;
  text-align: center;
  font-family: var(--font-2);
}
/* ======== hero style end ============ */

/* ======== sections style start ============ */

.section.content-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  margin-top: -90px;
  padding-top: 68px;
  padding-bottom: 156px;
}
.section.content-area .col-xl-6 {
  max-width: 585px;
}
.section.content-area .col-xl-3 {
  width: 355px;
}
.swiper-slide.slide-item img {
  width: 100%;
}
.sidebar-item-header {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.sidebar-item {
  padding: 38px 15px 20px 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 376px;
}
.sidebar-item.static-item {
  padding: 38px 19px 20px 16px;
}
.sidebar-item-header h3 {
  font-size: 14px;
  color: #ffd8a3;
  text-transform: unset;
  font-family: var(--font-2);
  margin-bottom: 0px;
  letter-spacing: 1px;
  text-shadow: 0px 4px 2px rgba(0, 0, 0, 0.8);
}

.input-box p {
  font-size: 12px;
  color: #f7d8c7;
  margin-bottom: 1px;
  line-height: 1.4;
}
.input-box-inner {
  position: relative;
}
.input-box-inner input {
  width: 100%;
  height: 37px;
  border: none;
  font-size: 12px;
  font-weight: normal;
  padding-left: 44px;
  color: #f7d8c7;
  background: #2a0709;
  border-bottom: 1px solid #ab876d;
}
.input-box-inner input::placeholder {
  font-size: 12px;
  color: #f7d8c7;
}
.login-form {
  max-width: 264px;
  margin: 5px auto;
}
.input-box-inner span.icon {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-box-inner span.icon::after {
  position: absolute;
  right: 0px;
  width: 1px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.input-box-inner span.icon::after {
  position: absolute;
  right: 0px;
  content: "";
  height: 10px;
  width: 1px;
  background: #76534c;
}
.input-box {
  margin-bottom: 14px;
}
.input-box p a {
  color: #f0cead;
  text-decoration: none;
}
.btn-main {
  background-image: url("../imgs/btn-bg.png");
  background-color: transparent;
  border: none;
  width: 164px;
  height: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.8);
  font-size: 13px;
  padding-bottom: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar-item-ranking {
  padding-left: 2px;
  padding-right: 2px;
}
.table2 .icon {
  padding-left: 10px;
}
.table2 tr td {
  font-size: 12px;
  color: #ffe1ba;
  background-color: transparent;
  border-bottom: none;
}
.table2 tr:nth-child(2n) td {
  background: #471110;
}
.text-purple {
  color: #6434ff !important;
}
.text-red {
  color: #ff5555;
}
.text-yellow {
  color: #eaff00;
}
.swiper-btns button:last-child {
  right: 24px;
  left: auto;
}
.swiper-btns button {
  background: transparent;
  border: none;
  padding: 0px;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
}
.all-news {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ALL_NEWS {
  font-size: 22px;
  font-family: "FrizQuadrataTT";
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 9.849;
  text-align: center;
  text-shadow: 0px 3px 0px rgba(97, 5, 5, 0.004),
    0px 2px 0px rgba(127, 40, 40, 0.004);
  position: absolute;
  left: 674.402px;
  top: 1286.191px;
  width: 122px;
  height: 24px;
  z-index: 1631;
}

.all-news {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 50px;
  position: relative;
  padding: 0px 25px;
}
.title-area h2 {
  margin-bottom: 0px;
  font-family: var(--font-2);
  font-size: 22px;
  text-shadow: 0px 3px 2px rgba(97, 5, 5, 0.004),
    0px 2px 0px rgba(127, 40, 40, 0.004);
  color: #f1d9b5;
  font-family: var(--font-3);
  font-weight: normal;
  text-transform: uppercase;
}
.title-area::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 95%;
  height: 1px;
  content: "";
  background: #3b1717;
  transform: translateX(-50%);
}
.title-ind {
  position: relative;
  border-top: 1px solid #97745f;
  display: block;
  flex-grow: 1;
}
.title-ind::after {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #e5bf9b;
  content: "";
  transform: rotate(45deg);
  top: -5px;
}
.title-ind.title-ind-left::after {
  right: 0px;
}
.title-ind.title-ind-right::after {
  left: 0;
}

.banner-wrapper {
  padding: 18px 18px 0px;
}
.all-news-banner {
  min-height: 97px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  padding: 0px 24px;
  margin-bottom: 10px;
}
.banner-content h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 0px;
  line-height: 1;
}
.banner-content p {
  font-size: 13px;
  color: #ff8484;
  margin-bottom: 0px;
}
.banner-wrapper p {
  font-size: 13px;
  color: #f7d8c7;
  font-family: var(--font-3);
  line-height: 1.4;
}

.news-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 14px 15px;
  background-image: url("../imgs/table-row-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-item:nth-child(2n + 1) {
  background-image: url("../imgs/table-row-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-item:nth-child(2n) {
  background-image: url("../imgs/table-row-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-item h5 {
  margin-bottom: 0px;
  font-size: 12px;
  text-decoration: none;
  color: #fffdea;
}
.news-item h5 a {
  text-decoration: none;
}
.news-item ul {
  display: flex;
  align-items: center;
  color: #fffdea;
}
.mews-status {
  flex: 0 0 auto;
  width: 88px;
  color: #fffdea;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.mews-status::after {
  position: absolute;
  right: 0px;
  width: 1px;
  height: 10px;
  content: "";
  background: #8c736a;
}
.news-item ul li {
  font-size: 10px;
}
.content-main {
  padding-top: 35px;
}
.load-data button {
  background: #2f0a09;
  border: none;
  color: #e5a1a1;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.load-data button {
  background: #2f0a09;
  border: none;
  color: #e5a1a1;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.load-data {
  text-align: center;
  padding-top: 10px;
  position: relative;
}
.load-data::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 80%;
  height: 1px;
  content: "";
  background-color: #b28b6c;
  transform: translateX(-50%);
}
/* ======== sections style end ============ */

/* ======== footer style start ============ */

.footer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top: -11px;
  position: relative;
  padding: 20px 0px;
}
.footer-menu ul {
  column-count: 3;
}
.footer-menu ul li a {
  color: #dfd8cf;
  font-size: 12px;
  text-decoration: none;
  display: block;
  line-height: 1;
  padding: 10px 0px;
}
.footer-copy p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.footer-copy p a {
  color: #ff9600;
  text-decoration: none;
}
.footer-copy p a:hover {
  color: #e9a03a;
  text-decoration: none;
}
.footer-menu {
  position: relative;
  padding: 0px 40px;
}
.footer-menu::after {
  position: absolute;
  left: 0px;
  top: 50%;
  height: 30px;
  width: 1px;
  content: "";
  background: #30211c;
  transform: translateY(-50%);
}
.footer-menu::before {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 30px;
  width: 1px;
  content: "";
  background: #30211c;
  transform: translateY(-50%);
}
.footer .container {
  max-width: 1440px;
}
/* ======== footer style end ============ */

/* offcanvas-menu */
.offcanvas-menu ul li a {
  display: block;
  padding: 18px 0px;
  color: #46210d;
  text-decoration: none;
  border-bottom: 1px solid #46210d;
  font-family: var(--font-3);
  font-size: 15px;
}
.offcanvas {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

video.header-video {
  position: absolute;
  pointer-events: none !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  object-fit: cover;
  height: 800px;
}
.header-nav ul li a:hover, .footer-menu ul li a:hover {
  color: #8d837a
}
.input-box p a:hover {
  color: #b29376;
}
.header-logo img, .btn-main, .footer-logo img, .footer-copy p a, .header-nav ul li a, .input-box p a, .load-data button, .footer-menu ul li a, .btn, .rank-button {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.header-logo img:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}
.btn-main:hover, .footer-logo img:hover, .load-data button:hover {
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}
.news-header2 {
  display: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
	vertical-align: middle;
}
.table>:not(caption)>*>* {
	background-color: #471110;
}
tbody, td, tfoot, th, thead, tr {
  border-color: #5d1d1d;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #1e0403;
}
.form-control {
	background-color: #2a0709;
	color: #fde1c5;
	border-radius: 0;
	border-color: rgb(127, 103, 79);
}
.form-control:hover, .form-control:focus {
  color: #ddd7d4;
	background-color: #2a0709;
	border-color: rgb(127, 103, 79);
	box-shadow: none;
}
.form-control::placeholder {
  color: #fde1c5;
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fde1c5;
}
.all-news .btn, .all-news .rank-button, .user_panel .btn {
  border: 1px solid #512c1d;
  border-radius: 0;
  background-color: #4b0e14;
  color: white;
  width: 100%;
}
.user_panel {
  padding: 15px;
}
.all-news .rank-button:hover, .all-news .btn:hover, .all-news .btn:focus, .all-news .btn:active,
.user_panel .btn:hover, .user_panel .btn:focus, .user_panel .btn:active {
  border: 1px solid #7c5444;
  border-radius: 0;
  background-color: #680f18;
  color: white;
  width: 100%;
}
.all-news .rank-button {
	padding-top: 10px;
	padding-bottom: 10px;
}
.alert {
  border-radius: 0;
}
a {
  color: rgb(146, 113, 82);
}
.user_panel .btn {
  margin-bottom: 5px;
}
.logout {
  opacity: 0.7;
}
.list-group-item, .list-group-item:last-child, .list-group-item:first-child {
  border-radius: 0;
}
.list-group-item.active {
  background-color: #471110;
  border-color: #5f1a19;
}
.list-group-item-heading {
  color: rgb(27 23 17)
}
.modal-backdrop {
  z-index: -1;
}
.modal-content, .card {
	border-radius: 0;
    background-color: #471110;
}
.card {
	padding: 10px;
}
.modal-title, .modal-content label {
	color: white;
}
.modal-header {
    border-bottom: var(--bs-modal-header-border-width) solid #d7b995;
}
.modal-footer {
    border-top: var(--bs-modal-footer-border-width) solid #d7b995;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #4b0e14;
    border-color: #512c1d;
    border-radius: 0;
}
.nav-tabs {
	border-bottom: var(--bs-nav-tabs-border-width) solid #512c1d;
}
.nav-tabs .nav-link {
	color: white;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-radius: 0;
    border-color: #512c1d
}
.card p {
  color: white;
}
.widget-item a {
  text-decoration: none;
}

.languagepicker {
  background-color: #2b1c03;
  display: inline-block;
  padding: 0;
  height: 40px;
  overflow: hidden;
  transition: all .3s ease;
  margin: 50px 0 0 0;
  vertical-align: top;
  position: absolute;
  z-index: 1044;
}

.languagepicker:hover {
  /* don't forget the 1px border */
  height: 81px;
}

.languagepicker a {
  color: #000;
  text-decoration: none;
}

.languagepicker li {
  display: block;
  padding: 0px 10px;
  line-height: 40px;
  border-top: 1px solid #3c290a;
}

.languagepicker li:hover {
  background-color: #2b1c03;
}

.languagepicker a:first-child li {
  border: none;
  background: #2b1c03 !important;
}

.roundborders {
  border-radius: 5px;
}

.news-header {
display: none;
}

.pagination {
  display: block;
}
.pagination ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.pagination ul li a{
  background-color: #1e0403;
  border: 1px solid #5d433f;
  font-size: 14px;
  color: #ba938c;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a.active{
  background-color: #53130c;
  color: #fff;
}
.pagination{
  padding: 40px 0px 56px;
}
.flag img {
  width: 16px;
}
.pos-icon {
  text-align: center;
}
.news-body {
  padding: 10px;
}
.news-body p {
  color: #f7d8c7;
  font-family: var(--font-3);
}
.list-group-item-text {
	color: black!important;
}
/* offcanvas-menu-end */
.cke_notification_warning {
    display: none!important;
}
}