/* font-famaly-hear */
@font-face {
  font-family: 'Albertus Nova';
  src: url('../fonts/AlbertusNovaBlack.eot');
  src: local('Albertus Nova Black'), local('AlbertusNovaBlack'),
      url('../fonts/AlbertusNovaBlack.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlbertusNovaBlack.woff2') format('woff2'),
      url('../fonts/AlbertusNovaBlack.woff') format('woff'),
      url('../fonts/AlbertusNovaBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Albertus Nova';
  src: url('../fonts/AlbertusNovaLight.eot');
  src: local('Albertus Nova Light'), local('AlbertusNovaLight'),
      url('../fonts/AlbertusNovaLight.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlbertusNovaLight.woff2') format('woff2'),
      url('../fonts/AlbertusNovaLight.woff') format('woff'),
      url('../fonts/AlbertusNovaLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Albertus Nova';
  src: url('../fonts/AlbertusNovaThin.eot');
  src: local('Albertus Nova Thin'), local('AlbertusNovaThin'),
      url('../fonts/AlbertusNovaThin.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlbertusNovaThin.woff2') format('woff2'),
      url('../fonts/AlbertusNovaThin.woff') format('woff'),
      url('../fonts/AlbertusNovaThin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Albertus Nova';
  src: url('../fonts/AlbertusNova.eot');
  src: local('Albertus Nova'), local('AlbertusNova'),
      url('../fonts/AlbertusNova.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlbertusNova.woff2') format('woff2'),
      url('../fonts/AlbertusNova.woff') format('woff'),
      url('../fonts/AlbertusNova.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Albertus Nova';
  src: url('../fonts/AlbertusNova-Bold.eot');
  src: local('Albertus Nova Bold'), local('AlbertusNova-Bold'),
      url('../fonts/AlbertusNova-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/AlbertusNova-Bold.woff2') format('woff2'),
      url('../fonts/AlbertusNova-Bold.woff') format('woff'),
      url('../fonts/AlbertusNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


/* font-famaly-hear-end */

/* root */
:root {
  --font-1: "Albertus Nova", sans-serif;

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

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

  --hover-colo: #000;

  --body-color: #777777 ;
  --heading-color: #ffffff;
}
/* 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: 20px;
  font-family: var(--font-1);
  font-size: 12px;
  font-weight: 400;
  background-color: #131313;
  color: #8c8c8c
}
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: 12px;
  font-weight: normal;
  line-height: 20px;
  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-nav ul {
  display: flex;
  align-items: center;
  gap: 41px;
}
.header-nav ul li a{
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
}
.header-nav ul li a.active{
  color: rgb(164, 137, 104);
}
.dropdown.lang button{
  width: 85px;
  height: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(47, 47, 47);
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0);
  font-size: 13px;
  color: rgb(164, 137, 104);
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  gap: 7px;
}
.dropdown.lang .dropdown-toggle::after {
  background-image: url('../imgs/arrow-down.png');
  background-repeat: no-repeat;
  border: none;
  width: 9px;
  height: 10px;
  background-position: center;
  background-size: contain;
}
.registerbtn{
  width: 162px;
  height: 43px;
  border-radius: 3px;
  background-image: url('../imgs/register-btn-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.44);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  gap: 10px;
}
header.header {
  padding: 12px 0px 37px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 111;
}

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

/* ======== hero style start ============ */
.hero-area{
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.hero-woman {
  position: absolute;
  right: 11%;
  bottom: 0px;
}
.hero-content {
  padding: 174px 0px 194px;
}
.hero-bottom-content p{
  font-size: 13px;
  color: #111111;
  margin-bottom: 0px;
}
.hero-bottom-content p a{
  color: #927152;
}
.hero-bottom-content {
  max-width: 565px;
  padding-top: 48px;
}

/* ======== hero style end ============ */

/* ======== content-area style start ============ */
.social-item a{
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../imgs/social-bg.png');
  gap: 10px;
  font-size: 13px;
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
}
.social-item .text {
  text-transform: uppercase;
}
.social-item.active a{
  background-image: url('../imgs/social-active-bg.png');
}
.slider-item{
  position: relative;
}
.slider-item .slide-thumb{
  height: 267px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.slide-content{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
  padding: 24px 24px;
}
.slide-content h2{
  font-size: 35px;
  font-weight: bold;
  color: rgb(177, 151, 117);
  text-transform: uppercase;
  line-height: 1.2;
  text-shadow: 1px 1.732px 4px rgba(0, 0, 0, 0.93);

}
.slide-content h2 span{
  color: #ffffff;
}

.swiper-pagination span{
  width: 22px;
  height: 5px;
  border-radius: 5px;
  background-color: #000000;
  opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active{
  background-color: #c0a17d;
}
.swiper-pagination{
  top: 12px !important;
  left: 12px !important;
  text-align: start;
  bottom: initial !important;
}



.status-wrapper{
  padding: 15px;
  height: 100%;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  box-shadow: inset 0px 10px 20.06px 4.94px rgba(255, 255, 255, 0.11),inset 0px 0px 1.74px 0.26px rgba(255, 255, 255, 0.004);
}
.download-btn{
  width: 100%;
  height: 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../imgs/download-bg.png');
  display: block;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 18px;
}
.download-btn span.text{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2b2420;
  margin: 0 auto;
  line-height: 1;
}
.download-btn span.text small{
  font-size: 11px;
  color: #ffffff;
  font-weight: 100;
  text-align: center;
  text-transform: capitalize;
}
.download-item{
  margin-bottom: 15px;
}
.online-players{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 24px;
  background-color: rgba(42, 42, 42, 0.549);
}
.online-player-count{
  flex: 0 0 auto;
  width: 89px;
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(47, 47, 47);
  background-color: rgba(42, 42, 42, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: rgb(140, 109, 79);
  font-weight: bold;
  line-height: 1.2;
  
}
.online-player-content span.icon{
  flex: 0 0 auto;
}
.online-player-content span.text{
  font-size: 13px;
  font-family: "Albertus Nova";
  line-height: 1.2;
  color: rgb(146, 113, 82);
}
.online-player-content span.text small{
  color: #8c8c8c;
}
.online-players{
  margin-bottom: 15px;
}


.status-item{
  background-color: rgba(42, 42, 42, 0.251);
  height: 66px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.status-item span.icon{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  margin-bottom: 2px;
}
.status-item h3{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  font-size: 11px;
  color: rgb(140, 109, 79);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;

}
.status-item h3 small{
  display: block !important;  
  font-size: 11px;
  color: #818181;
  font-weight: 100;
}
/* ======== content-area style end ============ */

/* ======== widget-area style start ============ */

.widget-header{
  height: 52px;
  background-image: url('../imgs/widget-header.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px 0px 68px;
}
.widget-header h4{
  margin-bottom: 0px;
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.widget-header p{
  margin-bottom: 0px;
  font-size: 11px;
  color: #ffffff;
}
.widget-header a{
  color: #fde1c5;
}
.widget-body{
  padding: 20px 0px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget-body-title{
  text-align: center;
  margin-bottom: 15px;
}
.widget-body-title p{
  color: #fde1c5;
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 0px;
}
.widget-body-title p span{
  color: #ffffff;
}

.widget-login .widget-body{
  padding-left: 17px;
  padding-right: 17px;
}
.form-input input{
  height: 51px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(127, 103, 79);
  border-radius: 3px;
  background-color: rgb(72, 58, 44);
  width: 100%;
  padding: 0px 10px 0px 48px;
  font-size: 12px;
  color: #fde1c5;
  font-weight: 100;
}
.form-input input::placeholder{
  font-size: 12px;
  color: #fde1c5;
  font-weight: 100;
}
.form-input span.icon{
  width: 44px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-input{
  position: relative;
  margin-bottom: 10px;
}
.form-submit{
  padding-top: 24px;
  padding-bottom: 24px;
}

.login-btn{
  height: 51px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 18px;
  background-image: url('../imgs/login-btn-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 12px;
  font-weight: bold;
  color: #927152;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  padding-right: 3%;
  text-transform: uppercase;
}
.form-links p{
  margin-bottom: 0px;
  font-size: 12px;
  color: #fde1c5;
  font-weight: normal;
}
.form-links p a{
  color: #ffffff;
}
.form-links{
  margin-bottom: 10px;
}
.widget-item{
  margin-bottom: 30px;
}
.content-main .col-lg-4{
  flex: 0 0 auto;
  width:  337px;
}

.top-players{}
.top-player:nth-child(even){
  background-color: #151515;
}
.top-player:nth-child(even) .label-info{
  background-image: url('../imgs/label-bg-dark.png');
}
.top-player{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 15px;
}
.player-label span.flag{
  flex: 0 0 auto;
  width: 35px;
}
.player-label span.flag img{
  max-width: 100%;
}
.player-label{
  display: flex;
  align-items: center;
  gap: 13px;
}
.player-label .label-info{
  border-radius: 3px;
  width: 39px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../imgs/lable-info-bg.png');
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #efd3b8;
  font-weight: bold;
  line-height: 1.3;
}
.player-label .label-info small{
  font-size: 8px;
  font-weight: bold;
  color: #efd3b8;
}
.player-info .img{
  position: relative;
  flex: 0 0 auto;
  width: 50px;
}
.player-info .img img{
  max-width: 100%;
}
.player-info .img span.rank{
  width: 26px;
  height: 26px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(171, 150, 117);
  border-radius: 3px;
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  color: #efd3b8;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: -4px;
}
.player-info .info{}
.player-info .info h5{
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.player-info .info h5 small{
  color: #efd3b8;
  font-weight: 100;
  font-size: 11px;
}
.player-info{
  display: flex;
  align-items: center;
  gap: 10px;
}
.player-info{}

section.section.content-area {
  margin-top: -80px;
  position: relative;
  z-index: 1;
  padding-bottom: 310px;
}

/* ======== widget-area style end ============ */

/* ======== news-area style start ============ */

.news-header{
  background-image: url('../imgs/news-header-bg.png');
  height: 63px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 75px;
  padding-right: 15px;
}
.news-header h4{
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 0px;
}
.news-nav{
  display: flex;
  align-items: center;
}
.news-nav button.nav-link{
  background-color: transparent;
  border: none;
  padding: 0px 10px;
  position: relative;
  color: #7c7c7c; 
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}
.news-nav button.nav-link::after{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #7c7c7c;
}
.news-nav button.nav-link:first-child::after{
  display: none;
}
.news-nav button.nav-link:hover{
  color: #927152;
}
.news-nav button.nav-link.active{
  color: #927152;
}
.news-wrapper{
  background-image: url('../imgs/news-body-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-content{
  padding: 40px 36px;
}
.newsItem:not(:last-child){
  margin-bottom: 40px;
}
.newsItem-header{
  background-image: url('../imgs/news-title.png');
  padding: 20px 22px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsItem-header-left{
  display: flex;
  align-items: center;
  gap: 20px;
}
.newsItem-header-left span.newsStatus{
  width: 84px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 11px;
  border-radius: 4px;
}
.newsStatus.update{
  background-color: #111111;
}
.newsStatus.news{
  background-color: #3c1c1c;
}
.newsStatus.event{
  background-color: #1f2632;
}
.newsItem-header-left{
  display: flex;
  align-items: center;
  gap: 20px;
}
.newsItem-header-left h5{
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 0px;
}
.newsItem-header-right span.time-ago{
  color: #d1b89f;
  font-size: 12px;
  font-weight: 100;
}
.newsItem-header-right{}

.newsItem-desc{
  margin: 28px 0px;
}
.newsItem-desc p:not(:last-child){
  margin-bottom: 14px;
}
.newsItem-desc p a{
  color: #8c6d4f;
}
.newsItem-bottom{
  height: 39px;
  border-radius: 3px;
  background-image: -moz-linear-gradient( 0deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 14px;
}
.newsItem-bottom p{
  color: #777777;
  font-size: 11px;
  margin-bottom: 0px;
}
.newsItem-bottom a{
  color: #8c6d4f;
  text-decoration: none;
  font-size: 11px;
}
.shomore {
  color: #8c6d4f;
  text-decoration: none;
  font-size: 12px;
}

/* ======== news-area style end ============ */

/* ======== server-content style start ============ */


.server-content h4{
  color: #f4e6d8;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.server-content p{
  color: #e3c9ae;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.server-content a.login-btn{
  max-width: 248px;
  padding-right: 2%;
  width: 100%;
  background-image: url('../imgs/presentaion-btn.png');
}
.server-prasentaion{
  border-radius: 3px;
  background-color: rgb(103, 82, 63);
  box-shadow: inset 0px 0px 1.74px 0.26px rgba(255, 255, 255, 0.004);
  padding: 24px 0px;
}
img.leaf-p {
  position: absolute;
  right: 13%;
  top: 0px;
  max-width: 100%;
}


/* ======== server-content style end ============ */

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

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

.footer-top{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 24px 0px;
}
.footer-nav{
  background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(0,0,0) 100%);
  box-shadow: inset 0px 0px 1.74px 0.26px rgba(255, 255, 255, 0.004);
  padding: 24px 0px;
}
.footer-nav ul li a{
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
.footer-nav ul li a:hover{
  color: #a48968;
}
.footer-nav ul li a.active{
  color: #a48968;
}
.footer-nav ul{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.footer-bottom{
  background-color: #0b0b0b;
  padding: 24px 0px;
}
.footer-bottom p{
  margin-bottom: 0px;
  color: #727272;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
}
.footer-bottom p a{
  color: #67523f;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ======== footer style end ============ */



/* ======== offcanvas-menu style start ============ */

.mobile-bar {
  width: 30px;
  height: 28px;
  background: rgba(0,0,0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 7px 5px;
  cursor: pointer;
}
.mobile-bar span.bar {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: .3s;
}

.mobile-bar.active span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.mobile-bar.active span:nth-child(1) {
	position: relative;
	transform: rotate(44deg);
	top: 5px;
}
.mobile-bar.active span:nth-child(3) {
	position: relative;
	transform: rotate(-44deg);
	top: -7px;
}

.offcanvas {
	background: rgba( 255, 255, 255, 0.3 );
	box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 10.5px );
	-webkit-backdrop-filter: blur( 10.5px );
	border-radius: 0px;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}
.offcanvas-menu ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding: 16px 0px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-transform: uppercase;
  text-align: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid rgba( 255, 255, 255, 0.3 );
}



/* ======== offcanvas-menu style end ============ */
.social-item, .download-item, .hero-logo, .footer-top img, .login-btn, .registerbtn, .btn, .rank-button {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.social-item:hover, .login-btn:hover {
  -webkit-filter: brightness(160%);
  filter: brightness(160%);
}

.hero-logo:hover, .footer-top img:hover, .registerbtn:hover, .download-item:hover, .btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.hero-woman {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#guilds {
  display: none;
}
.news-header2 {
  display: none;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
	vertical-align: middle;
}
.table>:not(caption)>*>* {
	background-color: #67523f;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #151515;
}
.form-control {
	background-color: rgb(72, 58, 44);
	color: #fde1c5;
	border-radius: 0;
	border-color: rgb(127, 103, 79);
}
.form-control:hover, .form-control:focus {
  color: #ddd7d4;
	background-color: rgb(72, 58, 44);
	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;
}
.btn, .rank-button {
  border: 1px solid #cead87;
  border-radius: 0;
  background-color: #1f1f1f;
  color: white;
  width: 100%;
}
.rank-button:hover, .btn:hover, .btn:focus, .btn:active {
  border: 1px solid #d7b995;
  border-radius: 0;
  background-color: #313030;
  color: white;
  width: 100%;
}
.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: #8c7055;
  border-color: #66523e;
}
.list-group-item-heading {
  color: rgb(112 80 38)
}
.modal-backdrop {
  z-index: -1;
}
.modal-content, .card {
	border-radius: 0;
    background-color: #67523f;
}
.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: #1f1f1f;
    border-color: #cead87;
    border-radius: 0;
}
.nav-tabs {
	border-bottom: var(--bs-nav-tabs-border-width) solid #cead87;
}
.nav-tabs .nav-link {
	color: white;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-radius: 0;
    border-color: #cead87
}
.card p {
  color: white;
}
.pagination {
	display: block;
	width: 100%;
}
nav .pagination {
    display: flex;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.pagination ul li a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  font-family: var(--tahoma);
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  background-color: #0d0400;
  text-decoration: none;
}
.pagination ul li a.active{
  border: 1px solid #745335;
  background-color: #67523f;
}