/*-----------------------------------=========Main-Style-Sheet=========----------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
  --font1: 'Open Sans', sans-serif;
  --font2: 'Cinzel', serif;
}
body {
  background: url(../images/bg.png) no-repeat center top;
  font-size: 16px;
  line-height: 1.2;
  background-color: #1e0b0a;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font1);
}

@media only screen and (min-width: 600px) {
  body{
	 background:none;
	 background-color: #1e0b0a;
  }
}

.header-video {
	position: absolute;
	pointer-events: none !important;
	height: 778px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1
}

a, a:active, a:focus, a:active, a:hover {
  text-decoration: none !important;
  color: inherit;
}
.default-button:hover {
	color: white;
}

input {
  -ms-box-sizing: border-box;
  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;
}
.btn-block {
	width: 100%;
}
::placeholder {
  opacity: 1;
}

:focus::placeholder {
  opacity: 0;
}
.sub_page {
    color: #8a6262;
}
table.table-model {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
.table-dark {
    --bs-table-bg: #26100d;
    --bs-table-striped-bg: #160806;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #501f18;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #22100e;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: transparent;
}
.table > tbody > tr > td,
.table > tbody > tr > th {
  vertical-align: middle;
}
.fighter-level {
	text-align: center;
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 15px;
}

p:last-child {
  margin: 0;
}

.main-wrap {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1255px;
  }
}

main {
  margin-top: 0px;
}

@media (max-width: 575px) {
  main {
    margin-top: 0px;
  }
}




/* header */
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}

.main-menu>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}


.main-menu ul li a {
  font-family: var(--font2);
}

.main-menu ul li a h3 {
  margin: 0 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.978);
  text-transform: uppercase;
}
.modal-content {
  background-color: #100000;
}
.modal-header {
  border-bottom: 1px solid #1e0101;
}
.modal-title {
  color: white
}
.sp-container {
  color: #000;
}

.main-menu ul li a h4 {
  font-size: 12px;
  font-weight: 400;
  color: #ede47d;
  margin: 0;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.978);
}


.js-scroll-rail {
  border: 2px solid #29110e !important;
  background: #120706 !important;
  width: 9px !important;
  border-radius: 0 !important;
}

.js-scroll-bar {
  width: 7px !important;
  border-radius: 0 !important;
  background: #52221c !important;
  right: 1px !important;
}

.lan-select {
  display: flex;
  align-items: center;
  background: #240F0D;
  padding: 2px 5px;
  gap: 5px;
}
.lan-select img {
	height: 20px;
}
#guilds {
	display: none;
}
.lan-select .nice-select {
  display: flex;
  align-items: center;
  background: transparent;
  color: #855c57;
  font-size: 13px;
  min-width: 100px;
}

.lan-select .nice-select::after {
  border-color: #855c57;
  height: 6px;
  width: 6px;
  border-width: 1px;
  margin: -4px 0 0;
}

.lan-select .nice-select .list {
  color: #240F0D;
}

/* header-end */


/* offcanvas-css */
.offcanvas-open {
  font-size: 22px;
  transition: 0.3s;
  color: #fff;
  margin-left: 20px;
  cursor: pointer;
}

.offcanvas-open:hover {
  color: #F4B760;
}

.offcanvas-close {
  color: #fff;
  position: absolute;
  transition: 0.3s;
  right: 25px;
  top: 22px;
  font-size: 20px;
}

.offcanvas-close:hover {
  color: #CAC36A;
}

.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: 280px;
  min-width: 220px;
  z-index: 5;
  position: relative;
  background: #0f0a01;
  height: 100%;
  padding: 50px 20px 40px;
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.offcanvas-menu .offmenu :-webkit-scrollbar {
  display: none;
}

.offcanvas-menu ul li a {
  display: block;
  text-align: left;
  font-size: 17px;
  color: var(--theme__color1);
  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: 2;
  transform: 0;
  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 #73469B;
  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 {
  padding: 145px 0 120px;
  position: relative;
  z-index: 1;
}

.hero-section .container {}

.hero-content {
  padding-left: 90px;
  width: max-content;
}

.hero-image {
  position: absolute;
  right: -100px;
  top: 110px;
  z-index: -1;
}

.hero-content .site-big-logo {
  display: flex;
  justify-content: center;
  height: 300px;
}
.hero-content .site-big-logo img {
	display: none;
}
.hero-content .hero-data {
  padding: 20px 0 0;
  display: flex;
  gap: 32px;
}

.hero-content .hero-data .single-data {
  --area: 134px;
  height: var(--area);
  width: var(--area);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.hero-content .hero-data .single-data::before {
  content: "";
  background: url('../images/badge-bg.png') no-repeat center center/contain;
  height: var(--area);
  width: var(--area);
  position: absolute;
  z-index: -1;
  animation: rotation 16s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.hero-content .hero-data .single-data h3 {
  margin: 0 0 0px;
  font-size: 18px;
  font-weight: 600;
  color: #ccb35c;
}

.hero-content .hero-data .single-data p {
  font-size: 13px;
  font-weight: 400;
  color: #954c43;
  margin: 0;
  text-transform: capitalize;
}

/* ---hero-section---end--- */


/* --------section-wrapper--------*/
.section-wrapper {
  position: relative;
  z-index: 6;
}

/* ----section-wrapper----end---*/


/* ----page-main-section---- */
.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .1;
}

.bg-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: .4;
}

.page-main-section .container {
  background: #150705;
  display: flex;
  padding: 0;
}

.sidebar {
  width: 310px;
  background-color: #1A0806;
  flex: 0 0 auto;
}

.title-model {
  display: flex;
  gap: 15px;
  padding: 12px 15px;
  background: #350707;
  align-items: center;
  background: url('../images/title-shape2.png') no-repeat right center/contain, url('../images/title-shape1.png') no-repeat left center/contain, #390A07;
}

.sidebar .title-model {
    padding: 9px 15px;
}

.title-model .chainees {
  color: #fff;
  font-size: 20px;
}

.title-model h2 {
  font-size: 15px;
  font-weight: 600;
  color: #ccb35c;
  margin: 0;
}

.form-model {
  padding: 20px 28px 30px;
}

.form-model .title {
  padding: 28px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.form-model .title h3 {
  margin: 0 0 1px;
  font-size: 13px;
  font-weight: 300;
  color: #ccb35c;
}

.form-model .title p {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}

.form-model .single-input {
  margin: 0 0 12px;
  width: 100%;
}

.form-model .single-input input[type="text"], .form-model .single-input input[type="password"], .form-control, 
.form-control:focus, .form-control:active, .form-select, .form-select:focus, .form-select:active {
  padding: 11px 14px;
  font-size: 13px;
  color: #8a6262;
  background: #29110E;
  width: 100%;
  border: 1px solid #3B1C18;
}
.form-select, .form-select:focus, .form-select:active {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control, .btn, .form-select {
	border-radius: 0;
}
.form-model .submit-button {
  margin: 25px 0 0;
  width: 100%;
}
.form-model .user-button {
  margin: 4px 0 0;
  width: 100%;
}

.form-model .bottom-button {
  padding: 11px 14px;
  color: #8a6262;
  background: #29110E;
  width: 100%;
}

.form-model .bottom-button p {
  font-size: 13px;
  color: #8a6262;
  margin: 0;
  text-align: center;
}

.form-model .bottom-button a {
  color: #ccb35c;
}


/* server-status-content */
.server-status-content {
  gap: 15px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
}

.server-status-content .single-content {
  display: flex;
  flex-direction: column;

}

.server-status-content .single-content h3 {
  margin: 0 0 1px;
  font-size: 13px;
  font-weight: 300;
  color: #ccb35c;
  text-align: center;
  margin: 0 0 14px;
}

.server-status-content .single-content .box-content {
  padding: 14px 14px;
  color: #8a6262;
  background: url(../images/input-bg.png);
  border: 0;
  width: 100%;
  text-align: center;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: -4px;
  padding-bottom: 16px;
}

.server-status-content .single-content .box-content span {}

/* server-status-content-end */

.team-online {
  padding: 40px 10px 20px 25px;
}

.team-online-table-outer {
  padding-right: 15px;
  max-height: 320px;
  overflow: auto;
}

.team-online-table {}



.table-model {}

.table-model td {
  padding: 7px;
  font-size: 13px;
  color: #8a6262;
  background: #160807;
  width: 30%;
  border-top: 1px solid #27100D;
}

.table-model tr:last-child td {
  border-bottom: 1px solid #27100D;
}

.table-model tr:nth-child(even) td {
  background: #0E0504;
}

.table-model td.region {
  width: 35px;
}
.table-model td.region img {
	width: 30px;
}

.table-model td.name {
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #ccb35c;
}

.table-model td.count {
  width: 30px;
  text-align: center;
  padding-right: 0;
}

.table-model td.player-image {
  width: 30px;
  padding-right: 0;
  padding-left: 4px;
  text-align: center;
}

.table-model td.player-image img {}

.table-model td.data1 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 40%;
}

.table-model td.flag {
  width: 40px;
}

.table-model td.score {
  width: 33px;
  padding-left: 0;
  text-align: center;
}
.table-model td.conqueror {
  -webkit-text-stroke: 0.4px #3989ff;
  -webkit-text-fill-color: white;
  text-shadow: 1px 1px 1px #3989ff;
  text-align: center;
}
.fighter-level {
  -webkit-text-stroke: 1px #3989ff;
  -webkit-text-fill-color: white;
  text-shadow: 2px 2px 5px #3989ff;
  text-align: center;
}
.level-table {
	text-align: center;
}
.table img {
	text-align: center;
}
.table-model td.status .td-inner {
  display: flex;
  gap: 7px;
  align-items: center;
}

.table-model td.status .td-inner .status-dot {
  height: 9px;
  width: 9px;
  background: #992D2D;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
}

.table-model td.status .td-inner span {
  flex-shrink: 0;
}

.table-model td.status.online .td-inner .status-dot {
  background: #5D992D;
}


.right-sidebar {
  width: 310px;
  flex-shrink: 0;
  background: transparent;
}

.showcase1 {
  width: 100%;
}

.showcase1 .show-item {
  padding: 0 19px;
  width: 100%;
  display: flex;
  align-items: center;
  height: 114px;
  justify-content: space-between;
}

.showcase1 .show-item:nth-child(2) {
  padding: 1px 23px 1px 10px;
  text-align: right;
}

.showcase1 .show-item .text {}

.showcase1 .show-item .text h3 {
  margin: 0 0 0;
  font-size: 19px;
  font-weight: 700;
  color: #ccb35c;
}

.showcase1 .show-item .text p {
  font-size: 14px;
  font-weight: 400;
  color: #8a6262;
  margin: 0;
}

.showcase1 .show-item .show-item-img {
  width: 100px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase1 .show-item .show-item-img img {
  max-width: initial;
  position: absolute;
  transition: 0.3s;
}


.top-ten-table-wrap {}

.top-ten-title a {
	cursor: pointer;
}

.table-model img {
	width: 27px;
}

.top-ten-title {
  padding: 20px 25px 20px;
}

.top-ten-title h3 {
  margin: 0 0 20px;
  font-size: 13px;
  font-weight: 300;
  color: #ccb35c;
  text-align: center;
}

.top-ten-title a {
  color: #fff;
  font-weight: 600;
}

.top-ten-title .buttons {
  display: flex;
  gap: 14px;
  width: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
}

.top-ten-title .buttons .button {
  width: 50%;
  color: #8a6262;
}
.btn-danger {
    background: #29110E;
	border-color: #3c1813;
}
.top-ten-title .buttons .button.active {
  color: #ccb35c;
  font-weight: 700;
  background-image: url(../images/bg-active.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.top-ten-table td.name {
  width: 40%;
}

.top-ten-bottom-buttons {
  padding: 13px 25px 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.top-ten-bottom-buttons .button {
  width: 100%;
}


.media-wrap {
  padding: 40px 25px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: #1C0B09;
}

.single-media {
  padding: 0 20px;
  display: flex;
  height: 57px;
  align-items: center;
  justify-content: flex-end;
  background-size: cover !important;
  position: relative;
  margin-left: 14px;
}

.single-media.fliped {
  justify-content: flex-start;
  margin-right: 14px;
  margin-left: 0;
}

.single-media .image {
  transform: translateX(-20%);
  position: absolute;
  left: 0;
}

.single-media.fliped .image {
  transform: translateX(20%);
  left: initial;
  right: 0;
}

.single-media .text h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  color: #8A6262;
}

.single-media .text h3 {
  font-size: 13px;
  font-weight: 700;
  color: #ccb35c;
  margin: 0;
}



.main-middle-content {
  flex-grow: 1;
  width: 635px;
}

.single__slider__item {
  position: relative;
  background: url(../images/slide-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 85px;
}

.single__slider__item h2 {
  font-size: 38px;
  font-weight: 700;
  color: #ece9e4;
  padding: 0 27px;
  padding-bottom: 45px;
}

.single__slider__contentwrap {
  padding: 24px 27px;
  padding-bottom: 18px;
}

.owl-dots {
  position: absolute;
  top: 11px;
  left: 11px;
  z-index: 2;
}

.title-model .chainees.is-absolute {
  position: absolute;
  left: 10px;
  top: 10px;
}

.owl-dots button {
  width: 34px;
  height: 9px;
  background: #160904 !important;
  margin: 0 4px;
  transition: .3s !important;
}

.owl-dots button:hover, .owl-dots button.active {
  background: #ccb35c !important;
}

.single__slider__contentwrap {
  background: url(../images/b.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.single__slider__contentwrap h5 {
  font-size: 15px;
  color: #ccb35c;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 11px;
}

.single__slider__contentwrap p {
  font-size: 14px;
  color: #8a6262;
  line-height: 1.5;
  margin: 0;
}
.dropdown-menu i {
  width: 20px;
  text-align: center;
}
.download__btn {
  position: relative;
  margin-top: -75px;
}
.upper {
	text-transform: uppercase;
}
.download__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/d-bg.png);
  height: 76px;
  padding: 10px;
  padding-left: 15px;
}

.single__slider__item h2 span {
  background: #B8983E;
  background: -webkit-linear-gradient(to right, #B8983E 0%, #E8DDA9 35%, #E6BE4E 100%);
  background: -moz-linear-gradient(to right, #B8983E 0%, #E8DDA9 35%, #E6BE4E 100%);
  background: linear-gradient(to right, #B8983E 0%, #E8DDA9 35%, #E6BE4E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.download__btn span {
  font-size: 19px;
  display: block;
  font-weight: 700;
  background: #F0E4AF;
  background: -webkit-linear-gradient(to right, #F0E4AF 0%, #ffffff 50%, #F0E4AF 100%);
  background: -moz-linear-gradient(to right, #F0E4AF 0%, #ffffff 50%, #F0E4AF 100%);
  background: linear-gradient(to right, #F0E4AF 0%, #ffffff 50%, #F0E4AF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.download__btn img {
  margin-right: 25px;
}

.download__btn span b {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.video__img {
  max-width: 80%;
  margin: 0 auto;
}

.news__wrapper {
  padding: 40px 20px;
  position: relative;
}

.news__wrapper p {
  font-size: 13px;
  color: #8a6262;
  text-align: center;
  line-height: 1.4;
}

.sub_page p {
	text-align: left;
}

.update__thumb {
  margin-bottom: 30px;
}

.news__thumb__wrapper {
  margin-bottom: 23px;
}

.news__bottom__wrapper {
  display: flex;
  padding: 12px 14px;
  justify-content: space-between;
  align-items: center;
  background: url(../images/bgg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 10px;
  margin-bottom: 10px;
}

.news__bottom__wrapper p {
  margin-bottom: 0;
}

.news__bottom__wrapper a {
  color: #ccb35c;
  display: inline-block;
  font-size: 13px;
}
.logo img{
  max-width: 60%;
}
.footer__logo, .single-media, .logo, .download__btn, .main-menu li a, .default-button, .title a,
.bottom-button a, .show-item {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.footer__logo:hover, .single-media:hover, .logo:hover, .main-menu li a:hover, .default-button:hover, .title a:hover,
.bottom-button a:hover, .show-item:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}

.download__btn:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%);
}

.showcase1 .show-item:hover:nth-child(2) .show-item-img img {
  margin-left: 10px;
}

.showcase1 .show-item:hover:nth-child(1) .show-item-img img,
.showcase1 .show-item:hover:nth-child(3) .show-item-img img {
  margin-left: -10px;
}

.dropdown-menu {
  background-color: #240f0d;
  color: #855c57;
}
.dropdown-item {
  color: #855c57;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #381815;
  color: #855c57;
}
.dropdown-menu a, .dropdown-item:focus, .dropdown-item:hover a {
  font-weight: bold;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #381815;
  color: white;
}
/* ----page-main-section----end---- */


/* ----Footer-main-section----start---- */
.footer__logo {
  max-width: 278px;
  margin: 0 auto;
  margin-bottom: -180px;
  margin-top: 4px;
  position: relative;
  z-index: 4;
}

.footer__menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 4;
}

.s-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 50%;
  z-index: 0;
}

.s-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 50%;
  z-index: 0;
}

.footer__menu ul li a {
  font-size: 15px;
  color: #7d5959;
  text-transform: uppercase;
  transition: .3s;
  margin-bottom: 20%;
  font-family: var(--font2);
}

.footer__menu ul li a:hover, .footer__menu ul li a.active {
  color: #ccb35c;
}

.footer__p {
  font-size: 14px;
  color: #7d5959;
  padding-top: 45px;
  text-align: right;
  position: relative;
  z-index: 3;
}
.footer__p a {
	color: #997978;
}
.footer__p a:hover {
	color: #7d5959;
}
.footer__main {
  background: url(../images/f-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 0;
  padding-top: 160px;
}

.footer__thumb-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 23%;
  z-index: 0;
}

.footer__thumb-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  max-width: 22%;
}

/* ----Footer-main-section----end---- */

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #160806;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #852011;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #26100d;
  border-color: #26100d;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}


main .list {
	width: 100%;
	max-width: 768px;
    color: var(--bs-table-striped-color);
	margin-top: 25px;
}
main .list .item {
	padding: 15px;
  background-color: #26100d;
  display: block;
  color: white;
}

main .list .item:last-of-type {
	border-bottom: none;
}
main .list .item:hover {
	background: rgba(0, 0, 0, 0.05);
}

.pagenumbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pagenumbers button {
	width: 50px;
	height: 50px;

	appearance: none;
	border: none;
	outline: none;
	cursor: pointer;

	background-color: var(--bs-table-striped-bg);

	margin: 5px;
	transition: 0.4s;

	color: #FFF;
	font-size: 18px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.pagenumbers button:hover {
	background-color: var(--bs-table-striped-bg);
}

.pagenumbers button.active {
	background-color: #7d5959;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
}