/* font-famaly-hear */
@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: 'Tahoma';
  src: url('../fonts/Tahoma.woff2') format('woff2'),
      url('../fonts/Tahoma.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* font-famaly-hear-end */

/* root */
:root {
  --tarjan: "Trajan Pro", sans-serif;
  --tahoma: "Tahoma", sans-serif;

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

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

  --hover-colo: #000;

  --body-color: #8a7d76;
  --bs-body-color: #baa99e;
  --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(--tarjan);
  font-size: 16px;
  font-weight: 400;
}
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(--tarjan);
  color: var(--heading-color);
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  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 {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  z-index: 111;
  background-repeat: no-repeat;
  background-size: 1452px 158px;
  background-position: top center;
}
.header-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 6px 0px;
}
.header-nav ul li a{
  font-size: 15px;
  display: block;
  color: rgb(247, 245, 244);
  text-transform: uppercase;  
  line-height: 1.2;
  text-decoration: none;
  text-shadow: 0px 2px 0px rgba(101, 37, 6, 0.004);

}

.header-nav ul li a:hover{
  color: #ffd33d;
}
.header-nav {
  padding-bottom: 150px;
}
.header .nav-bg{
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  z-index: -1;
}
/* ======== header style end ============ */

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

.hero-area{
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.hero-content{
  padding: 220px 0px 220px;
}
.hero-img{
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 100%;
}
.hero-content img{
  max-width: 100%;
}


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

/* ======== main-content style start ============ */

.content-area{
  position: relative;
  z-index: 11;
  margin-top: -28px;
  padding-bottom: 140px;  
}
main{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* widget-css */

.widgetItem{
  margin-bottom: 10px;
}
.widgetItem-header{
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 12px;
}
.widgetItem-header h4{
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(31, 14, 2, 0.004);
  margin-bottom: 0px;
  text-transform: uppercase;
}
.widgetItem-header  a{
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #220c02;
  font-size: 15px;
  font-family: var(--tahoma);
  text-decoration: none;
  font-size: 10px;
}
.widgetItem-header  a span{
  color: #f64e00;
}
.widgetItem-body{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widgetLink{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 80px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-decoration: none;
  font-size: 29px;
  color: #f7f5f4;
  margin-bottom: 8px
}
.widgetLink span.text .sm{
  font-size: 9px;
  color: #fef0e9;
}
.widgetLink span.text{
  display: flex;
  flex-direction: column;
  text-align: center;
}




.text-blue{
  color: #2063d2 !important;  
}
.text-red{
  color: #d22020 !important;  
}
.text-yellow{
  color: #ccd220 !important;  
}
.statis-online{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 52px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0px 10px;
  margin: 0px 10px 10px;
}

.widget-statis .widgetItem-body{
  padding: 18px 0px 20px;
}
.statis-item span{
  color: #b8aba5;
  font-size: 10px;
}
.statis-item h4{
  color: #eae0db;
  font-size: 20px;
  margin-bottom: 0px;
}
.statis-item{
  text-align: center;
}
.statis-list{}
.statis-list li{
  font-size: 13px;
  color: #9a928f;
  font-family: var(--tahoma);
  text-align: center;
  padding: 6px 0px;
  background-image: url('../imgs/arrow-icons.png');
  background-repeat: no-repeat;
  background-position: center;
}
.statis-list li span{
  color: #eae0db;
}

.table2 thead tr th{
  font-size: 10px;
  font-family: var(--tahoma);
  color: #8f5d46;
  padding: 5px 11px;
  background-color: transparent;
  border-bottom: none;
}
.table2 tbody tr td{
  font-size: 11px;
  color: #c3bebc;
  font-weight: normal;
  font-family: var(--tahoma);
  padding: 3px 11px;
  background-color: #160700;
  border: none;
}
.table2 tbody tr:nth-child(odd) td{
  background-color: #290f03;
}


.widgetItem-body{
  background-image: url('../imgs/widget-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget-form .widgetItem-body{
  padding: 18px 0px 24px;
}
.form-text{
  font-size: 10px;
  font-family: var(--tahoma);
  color: #5e3724;
  margin-bottom: 9px;
  text-align: center;
  display: block;
}
.form-input{
  position: relative;
  margin-bottom: 10px;
}
.form-input input{
  width: 100%;
  height: 35px;
  background-image: url('../imgs/input-bg.png');
  background-size: 256px 48px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 13px;
  border: none;
  color: #ddd7d4;
  padding-left: 30px;
  padding-bottom: 2px;
}
.form-input input::placeholder{
  font-size: 13px;
  color: #ddd7d4;
}

.form-box{
  max-width: 240px;
  margin: 0 auto;
}
.form-input-icon{
  width: 30px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
}
.form-btns a{

}
.form-btns button{
  height: 29px;
  width: 75px;
  background-image: url('../imgs/login_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 13px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(6, 2, 0, 0.004);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.checkbox{}
.checkbox input{
  display: none;
}
.checkbox label{
  display: inline-flex;
  margin-bottom: 0px;
  font-size: 10px;
  font-family: var(--tahoma);
  color: #ddd7d4;
  align-items: center;
  gap: 4px;
}
.checkbox label span.ind{
  width: auto;
  height: 16px;
  width: 16px;
  background-image: url('../imgs/check-bg.png');
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.checkbox label span.ind img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .3s;
}
.checkbox input:checked ~ label span.ind img{
  opacity: 1;
}
.form-btns{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.sep{
  width: 100%;
  height: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../imgs/border-line.png');
}

.form-list li {
  padding: 5px 0px;
}
.form-list li, .form-list li a {
  display: block;
  font-family: var(--tahoma);
  color: #933c1b;
  font-size: 11px;
  text-decoration: none;
}
.event-Item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #110400;
  padding: 2px 10px;
  border-bottom: 1px solid #623b0a;
  margin-bottom: 24px;
}
.event-Item:nth-child(even){
  flex-direction: row-reverse;
}
.event-time span{
  display: block;
  font-size: 12px;
  color: #f6f5f5;
  line-height: 1.2;
}
.event-title h5{
  color: #f6f5f5;
  font-size: 12px;
  margin-bottom: 0px;
}
.event-title {
    width: 100%;
    text-align: center;
	width: 60%;
}
.event-time {
	width: 20%;
}
.event-sord{
    height: 34px;
    transform: translateY(-27%);
    position: relative;
    top: 50%;
	width: 20%;
}
.widget-event .widgetItem-body{
  padding: 30px 25px 20px;
}

/* widget-css-end */






/* ======== main-content style end ============ */

/* ======== content-area style start ============ */

.sliderItem{
  height: 250px;
  position: relative;
}
.bg-slider{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sliderItem-content{
  position: absolute;
  bottom: 0px;
  padding: 10px 12px 16px;
  left: 0px;
  width: 100%;
  background: rgba(17, 17, 17, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.2px);
  -webkit-backdrop-filter: blur(7.2px);

}
.sliderItem-content h2{
  font-size: 19px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(13, 4, 0, 0.004);
  margin-bottom: 0px;
}
.sliderItem-content p{
  font-size: 9px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0px;
}

.swiper-btns{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.swiper-btns div::after{
  display: none;
}
.swiper-btns div{
  height: 22px;
  width: 22px;
  position: initial;
  background: rgba(17, 17, 17, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.2px);
  -webkit-backdrop-filter: blur(7.2px);
  transform: translate(0px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;

}

.swiper-pagination{
  bottom: 0px !important;
}
.swiper-pagination span{
  display: inline-block;
  background-color: #8C6233;
  width: 30px;
  height: 4px;
  border-radius: 0px;
  opacity: 0.6;
}
.swiper-pagination span.swiper-pagination-bullet-active{
  opacity: 1;
}




/* news-content */

.news-content-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  min-height: 37px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-content-header h3{
  font-size: 16px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(31, 14, 2, 0.004);
  margin-bottom: 0px;
}


.news-nav-btns button{
  background-color: transparent;
  border: none;
  color: #9d867b;
  font-size: 14px;
  color: rgb(242, 238, 236);
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(31, 14, 2, 0.004);
  text-decoration: none;
}
.news-nav-btns button.active{
  color: rgb(242, 238, 236);
  text-shadow: 0px 1px 0px rgba(31, 14, 2, 0.004);
}
.news-nav-btns{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
}
.news-wrapper{
  padding: 28px 28px;
}
.newsItem{
  margin-bottom: 10px;
  padding: 7px 12px;
  background-color: #0d0400;
  border-bottom: 1px solid #623b0a;
}
.newsItem-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2px;
}
.newsItem-header .news-btn{
  height: 20px;
  width: 95px;
  background-image: url('../imgs/login_button.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 11px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-shadow: 0px 1px 0px rgba(6, 2, 0, 0.004);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: var(--tahoma);
}
.newsItem-header-info{
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsItem-header-info img{
  flex: 0 0 auto;
  width: 49px;
  height: 49px;
  border-radius: 50%;
}
.newsItem-header-info .info-box h5{
  margin-bottom: 0px;
  display: block;
}
.newsItem-header-info .info-box h5 a{
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}
.newsItem-header-info .info-box span{
  line-height: 1;
  display: block;
  font-size: 10px;
  color: #8a7d76;
  font-family: var(--tahoma);
}
.newsItem-content p{
  color: #baa99e;
  font-size: 12px;
  font-family: var(--tahoma);
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 0px;
}
.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: 10px;
  color: #fff;
  font-family: var(--tahoma);
  width: 16px;
  height: 16px;
  border: 1px solid transparent;
  background-color: #0d0400;
  text-decoration: none;
}
.pagination ul li a.active{
  border: 1px solid #431c05;
}

/* news-content-end */


/* ======== content-area style end ============ */

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

.offcanvas-menu ul li a{
  display: block;
  padding: 16px 0px;
  color: #110400;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid #110400;
}
.offcanvas{
  background-color: #F4EFEC;
}
/* ======== offcanvas-menu style end ============ */


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

.particales {
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: 1;
  height: auto;
  bottom: 0px;
}
.footer-top{
  position: relative;
  z-index: 2;
}
.footer-bottom{
  position: relative;
  z-index: 2;
}
.footer-nav ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-nav ul li a{
  text-decoration: none;
  color: #f7f5f4;
  font-size: 15px;
  display: inline-block;
}

.footer-nav{
  padding-bottom: 80px;
}

.footer-bottom{
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover; 
  margin-bottom: 0px;
  font-size: 15px;
  color: #a5a2a0;
  margin-bottom: 0px;
}
.footer-bottom p{
  margin-bottom: 0px;
  font-size: 15px;
  color: #a5a2a0;
  margin-bottom: 0px;
}
.scrollToUp{
  background-color: transparent;
  border: none;
}
.scrollToUp{
  transform: translate(-50%, -100%);
}


.hero-content img, .logo, .scrollToUp, .widget-links a, .form-btns button, .news-btn {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.hero-content img:hover, .logo:hover, .scrollToUp:hover, .widget-links a:hover, .form-btns button:hover, .news-btn:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.hero-img, .icon img, .dragon-ball, .event-sord img, .lamp-img, .swiper-btns img {
    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;
}

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

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

.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 {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.news-header {
	display: none;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.table>:not(caption)>*>* {
	background-color: #160700;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #290f03;
}
tbody, td, tfoot, th, thead, tr {
    border-color: #392205;
}
.form-control {
	background-color: #331104;
	color: #ddd7d4;
	border-radius: 0;
	border-color: #532606;
}
.form-control:hover, .form-control:focus {
    color: #ddd7d4;
	background-color: #331104;
	border-color: #440741;
	box-shadow: none;
}
.form-control::placeholder {
  color: #ada8a5;
  opacity: 1; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ada8a5;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #160700;
    border-color: #532606;
    border-radius: 0;
}
.nav-tabs {
	border-bottom: var(--bs-nav-tabs-border-width) solid #532606;
}
.nav-tabs .nav-link {
	color: white;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: #532606
}
.btn, .rank-button {
	border: 1px solid #925d15;
    border-radius: 0;
    background-color: #74350d;
    color: white;
	width: 100%;
}
.rank-button {
	padding-top: 10px;
	padding-bottom: 10px;
}
.alert {
	border-radius: 0;
}
.btn:hover, .btn:focus, .btn:active,
.rank-button:hover, .rank-button:focus, .rank-button:active {
	border: 1px solid #ac6b14;
    border-radius: 0;
    background-color: #883b09;
    color: white;
    width: 100%;
}
.user_panel {
	padding-left: 15px;
	padding-right: 15px;
}
.user_panel .btn {
	margin-bottom: 5px;
}
.logout {
	opacity: 0.7
}
.modal-backdrop {
  z-index: -1;
}
.modal-content, .card {
	border-radius: 0;
    background-color: #290f03;
}
.card {
	padding: 10px;
}
.modal-title {
	color: white;
}
.modal-header {
    border-bottom: var(--bs-modal-header-border-width) solid #4b2309;
}
.modal-footer {
    border-top: var(--bs-modal-footer-border-width) solid #4b2309;
}