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

@font-face {
  font-family: "a Absolute Empire";
  src: url("../fonts/aAbsoluteEmpire.woff2") format("woff2"),
    url("../fonts/aAbsoluteEmpire.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;
}
@font-face {
  font-family: "trajan_probold";
  src: url("../fonts/trajan_pro_bold-webfont.woff2") format("woff2"),
    url("../fonts/trajan_pro_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* fonts-name Friz Quadrata TT,  opensans bold, tarjan pro bold, aAbsoluteEmpire,  */

/* font-famaly-hear-end */

/* root */
:root {
  --opensans: "Open Sans", sans-serif;
  --absoluteEnoire: "a Absolute Empire", serif;
  --friz: "Friz Quadrata TT", serif;
  --trajan_probold: "trajan_probold", serif;

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

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

  --hover-colo: #000;
  --bs-body-color: #bbd6ff;
  --body-color: #bbd6ff;
  --heading-color: #bbd6ff;
}
/* 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(--opensans);
  font-size: 16px;
  font-weight: 400;
  background-image: url("../imgs/main-bg.png");
  background-size: cover;
  background-color: #0d1122;
}
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(--opensans);
  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 */

.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}
.bg-secondary {
  background-color: var(--secondary) !important;
}

.btn-main, .rank-button {
  height: 57px;
  width: 169px;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background-image: url("../imgs/button-ani.gif");
  text-align: center;
  line-height: 55px;
  border: none;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
}
.btn-main:hover, .rank-button:hover {
  opacity: 0.8;
}

/* theme-css-end */

/* ======== header style start ============ */
.header {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: auto;
  z-index: 111;
  background-repeat: repeat-x;
  background-position: top;
}

.header-menu {
  flex: 0 0 auto;
  width: 100%;
}
.header-menu ul > li > a {
  font-family: var(--opensans);
  font-size: 13px;
  text-decoration: none;
  font-weight: 700;
  color: #dafff6;
  padding: 26px 0px;
  display: inline-block;
}
.header-menu ul li a.logo {
  width: 145px;
  height: 120px;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 17px 0px;
}
.header-wrapper {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}

.header-wrapper .btn-main {
  flex: 0 0 auto;
  margin-top: 8px;
  margin-left: 30px;
}

.header-menu ul li a:hover {
  color: white;
  text-decoration: underline;
}

.dropdown-menu {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.dropdown-menu li a.dropdown-item {
  padding: 10px 20px !important;
  border: none !important;
  color: #000 !important;
}

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

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

.section.hero-area {
  min-height: 800px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-content {
  display: flex;
  align-items: center;
  gap: 24px;
}
.heroItem {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 1;
}
.heroItem-img {
  flex: 0 0 auto;
  width: 64px;
}
.heroItem-text h6 {
  font-family: var(--trajan_probold);
  color: #e3e5ff;
  font-size: 13px;
  margin-bottom: 2px;
}
.heroItem-text p {
  font-size: 13px;
  color: #d5daff;
}
.heroItem-text p span.stat-info {
  opacity: 0.4;
}
.stat-info {
  color: #73aeff;
}

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

/* ======== hero-bottom style start ============ */

.hero-bottom-row {
  height: 122px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  position: relative;
}
.bottomItem {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-size: 17px;
  font-weight: bold;
  color: #ffeff0;
  gap: 10px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.bottomItem-content-download {
  padding-left: 50px;
}
.bottomItem-content-discord {
  padding-left: 35px;
}
.bottomItem-content--title {
  display: block;
  text-transform: uppercase;
}
.bottomItem-content--text {
  color: #c0d5f2;
  font-size: 14px;
  font-weight: normal;
}
.bottomItem.active .bottomItem-content--text {
  color: #c0d5f2;
}
.bottomItem.active::after {
  display: none;
}

.hero-bottom-row div {
  display: flex;
}
.bottomItem::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 68%;
  background: #6fc0ff;
}
.hero-bottom-row div:last-child .bottomItem::after {
  display: none;
}

/* ======== hero-bottom style end ============ */

/* ======== content style start ============ */
.widget-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
}
.widget-login .widget-header {
  height: 65px;
}

.widget-header h4 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #ffffff;
}
.widget-header p a {
  font-size: 13px;
  color: #bfd8f6;
}
.widget-header a {
  text-decoration: none;
  color: #bfd8f6;
}
.widget {
  background-image: url("../imgs/widget-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-bottom: 1px solid #30537a;
}

.widget.widget-login .widget-body {
  padding: 34px 34px;
}
.form-input {
  position: relative;
  margin-bottom: 14px;
  border-bottom: 1px solid #63a3cd;
}
.form-input input {
  width: 100%;
  background: #03172e;
  border: none;
  height: 45px;
  padding-left: 78px;
  font-size: 12px;
  color: #bbd6ff;
}
.form-input input::placeholder {
  color: #bbd6ff;
  font-size: 12px;
}
.form-input--icon {
  position: absolute;
  left: 4px;
  top: 13px;
  height: 18px;
  width: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-input--icon::after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  content: "";
  background: #021223;
}
.checkbox input {
  display: none;
}
.checkbox label {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c0f9e7;
  font-size: 13px;
}
.checkbox label span.ind {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background-image: url("../imgs/check-bg.png");
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox label span.ind img {
  opacity: 0;
  visibility: hidden;
}
.checkbox input:checked ~ label span.ind img {
  opacity: 1;
  visibility: visible;
}
.checkbox label span a {
  color: #c0f9e7;
}
.form-check {
  margin-top: 26px;
  padding-left: 0px;
  margin-bottom: 30px;
}
.form-btns p {
  font-size: 12px;
  color: #ffeff0;
}
.form-btns p a {
  color: #8ebeff;
}

.news-social {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  width: 100px;
}
.news-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 25%;
  background: rgba(21, 56, 56, 0.5);
  position: relative;
  transition: 0.3s;
}

.news-social a::after {
  width: 80%;
  height: 1px;
  background: #0b1f1f;
}
.news-social a::after {
  width: 80%;
  height: 1px;
  content: "";
  position: absolute;
  background: #0b1f1f;
  bottom: 0px;
}
.news-wrapper {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.news-wrapp {
  flex-grow: 1;
  padding: 0px 10px;
}
.news-header {
  padding: 0px 23px;
  border-bottom: 1px solid #bbd6ff;
  margin-bottom: 20px;
}
.news-header h4 {
  color: #e8edf8;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  padding-top: 21px;
}
.news-tabs .nav .nav-link {
  font-size: 12px;
  font-weight: normal;
  color: #bdf5ef;
  display: block;
  line-height: 1;
  padding: 36px 15px 20px 15px;
}

.news-tabs {
  display: flex;
  align-items: center;
}
.news-tabs > a {
  font-size: 12px;
  text-decoration: none;
  padding-top: 15px;
  color: #bdf5ef;
  margin-left: 20px;
}
.newsItem-desc p {
  font-size: 12px;
  color: #ffffff;
  line-height: 17px;
}
.newsItem-header {
  height: 84px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsItem-header h5 {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 12px;
}
.news-tabs .nav .nav-link.active {
  background-image: url("../imgs/bg-post-active-tab.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-social a:hover {
  background-image: url("../imgs/social-bg-hover.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.account-panel {
  margin-bottom: 20px;
}

.table tr td {
  background-color: transparent;
  border: none;
  text-align: center;
  padding: 10px 10px;
  font-size: 12px;
  color: #ebfffa;
}
.table tr th {
  background: transparent;
  font-size: 11px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  border: none;
  padding: 14px 10px;
}
.table2 tr th {
  background: #050810;
}
.table-striped > tbody > tr:nth-of-type(2n + 1) > * {
  --bs-table-bg-type: #101b32;
}
.text-blue {
  color: #1e97eb;
  text-decoration: navajowhite;
}
.text-primary {
  color: #b9fff3 !important;
}
.table {
  margin-bottom: 0px;
}
/* .widget.widget-table .widget-body {
  padding: 10px 0px;
} */
.video-area {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.play-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.content-infos {
  margin-bottom: 20px;
}

.thoriaNews-header h4 {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  font-size: 13px;
  color: #fdeded;
  gap: 11px;
}
.thoriaNews-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #78b1ba;
  margin-bottom: 33px;
}
.thoriaNews-wrapper {
  padding: 0px 36px 14px;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 1px solid #2e403e;
}
.newsItem-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("assets/imgs/thoria-title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 587px;
  margin-bottom: 26px;
}
.newsItem-title h5 {
  font-size: 15px;
  color: #fdeded;
  font-family: var(--absoluteEnoire);
  font-weight: normal;
  margin-bottom: 0;
}
.newsItem-img img {
  height: 96px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.newsItem-img {
  margin-bottom: 21px;
}
.newItem-desc {
  max-width: 1010px;
  margin: 0 auto;
}
.newItem-desc p {
  font-size: 13px;
  line-height: 17px;
  color: #cdffe3;
  text-align: justify;
}
.newsItem-single.active {
  opacity: 1;
}
.newsItem-single {
  opacity: 0.3;
  margin-bottom: 20px;
}
.thoriaNews-row {
  margin-bottom: 0px;
}
.bottom-menu {
  max-width: 1010px;
  margin: 50px auto;
}
.bottom-menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bottom-menu ul li a {
  text-decoration: none;
  color: #d1f7de;
  font-size: 12px;
}
.thoriaNews-wrapper .news-tabs .nav .nav-link {
  min-width: 73px;
}
.widget.widget-table h4 {
  font-size: 14px;
}
.widget-header a {
  font-size: 12px;
}
.sep::before,
.sep::after {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 10px;
  width: 2px;
  background-image: url("../imgs/separate.png");
}
.sep::after {
  left: auto;
  right: 0px;
}
.sep {
  position: relative;
}
/* ======== content style end ============ */

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

.header-logo {
  position: absolute;
  left: 0px;
  top: 0px;
}

.mobile-download a img {
  max-width: 158px;
}

.offcanvas-wrapper {
  position: fixed;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fed785;
  z-index: 1111;
  padding: 20px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);

  background: rgba(0, 0, 0, 0.55);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.offcanvas-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.offcanvas-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  padding: 13px 0px;
  display: flex;
  border-bottom: 1px solid #fff;
  align-items: center;
  gap: 4px;
}
.offcanvas-menu ul li a span {
  display: block;
  font-size: 13px;
}

.offcanvas-menu ul li:hover a {
  color: #fff;
}

.offcanvas-menu ul li ul li a {
  font-size: 15px;
}

.offcanvas-menu {
  margin-top: 100px;
}

/* ======== Offcanvas-menu style end ============ */

/* ======== offcanvas-menu style end ============ */

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

.footer-text a {
  color: #d1f7de;
  text-decoration: none;
  font-size: 12px;
}
.footer-text {
  align-items: center;
}
.footer-copy p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #ffe8ea;
}
.footer-copy p span {
  color: #93c3ff;
}
.footer-logo {
  text-align: center;
}

.footer {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 22px 0px 18px;
}
.table > tbody > tr > td {
  vertical-align: middle;
}
.download-icon {
  margin: -65px;
}
.discord-icon {
  margin-left: -95px;
}
.dropdown-lang img {
  height: 16px;
  margin-bottom: 2px;
}

.logo, .bottomItem, .footer-logo {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.logo:hover, .bottomItem:hover, .footer-logo:hover {
  -webkit-filter: brightness(140%);
  filter: brightness(140%);
}
video.header-video {
	position: absolute;
	pointer-events: none !important;
	height: 846px;
	left: 50%;
  width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
  object-fit: cover;
  top: 75px;
}
.fake-logo {
    position: absolute;
    z-index: 2;
    left: 32%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    background-color: black;
    display: block;
    width: 562px;
    height: 200px;
}
@media (max-width: 991px) {
  video.header-video {
    display: none;
  }
}
.modal-content {
  background-color: #0f1a1a;
}
.modal-title {
  color: white;
}
.modal-header {
  border-bottom: var(--bs-modal-header-border-width) solid #1a264c;
}
.modal-footer {
  border-top: var(--bs-modal-header-border-width) solid #1a264c;
}
.odometer {
  display: inline-block;
}
.odometer span {
  font-weight: normal;
}

.user-menu a, .btn {
  height: 34px;
  width: 100%;
  margin-bottom: 10px;
  background-size: cover;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  background-image: url(../imgs/widget-sm.png);
  text-align: center;
  line-height: 34px;
  border: none;
  z-index: 1;
  display: inline-block;
}
.btn {
  border-radius: 0;
  background-color: transparent;
  padding: 0;
}
.logout a {
  filter: grayscale(1);
}
.user-menu a:hover {
  opacity: 0.8;
}
.page-hd, .newsItem .news-header, .cke_notification_warning {
  display: none!important;
}

.form-control {
	background-color: #07172d;
	color: #bbd6ff;
	border-radius: 0;
	border-color: rgb(44 109 161);
}
.form-control:hover, .form-control:focus {
  color: #ddd7d4;
	background-color: #07172d;
	border-color: rgb(44 109 161);
	box-shadow: none;
}
.form-control::placeholder {
  color: #bbd6ff;
  opacity: 1; /* Firefox */
}
.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #bbd6ff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: white;
    background-color: #13254e;
    border-color: #21427e;
    border-radius: 0;
}
.nav-tabs {
	border-bottom: var(--bs-nav-tabs-border-width) solid #21427e;
}
.nav-tabs .nav-link {
	color: white;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-radius: 0;
    border-color: #21427e
}
.list-group-item.active {
  z-index: 2;
  background-color: #13254e;
  border-color: #21427e;
}

.list-group-item, .list-group-item:last-child, .list-group-item:first-child {
  border-radius: 0;
}
.list-group-item-heading {
  color: rgb(27 23 17)
}


.download-button span {
  max-width: 260px;
  display: block;
  margin-left: 30px;
padding-top: 10px;
}
.download-button {
  font-family: "Trajan Pro";
  background-color: #13254e;
  color: #bbd6ff;
  font-size: 14px;
  height: 90px;
  line-height: 24px;
  padding: 10px 6px;
  margin: 3px 0px 0px;
  display: block;
  text-align: center;
  width: 300px;
text-transform: uppercase;
  background-image: url(../imgs/download-icon.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
padding-left: 25px;
border-radius: 4px;
}
.download-button:hover {
color: white;
}
.alert p {
  color: var(--bs-alert-color)
}
.alert {
  border-radius: 0;
}

.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}

.pagination li {
  margin: 4px;
}

.pagination li a {
  font-size: 11px;
  height: 18px;
  width: 18px;
  font-weight: 400;
  background: #13254e;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.pagination li a:hover,
.pagination li.active a {
  background: #1e438b;
}

.modal-content, .card {
	border-radius: 0;
  background-color: #0c1427;
}
.card {
	padding: 10px;
}
.card p {
  color: white;
}

.list-group-item, .list-group-item:hover, .list-group-item:focus, .list-group-item:active {
  background-color: #111830;
  border: var(--bs-list-group-border-width) solid #263c64;
}
.list-group-item:hover, .list-group-item:focus, .list-group-item:active {
  opacity: 0.7;
}
.list-group-item-heading {
  color: white;
}
.list-group-item-text {
	color: #bbd6ff!important;
}
.e-blue {
	color: #1e97eb
}
.e-red {
	color: #ef5766
}
.e-yellow {
	color: #e2d693
}
.p-job {
  height: 17px;
}
a {
  color: #c0d5f2
}
.alert a {
  color: #000;
}

#mini-icons {
	position: fixed;
	left: 0;
	top: 30%;
	transition: all 0.5s ease-in-out 0s;
  z-index: 3;
}

#mini-icons>* {
	position: relative;
	width: 56px;
	height: 56px;
	margin-bottom: 2px;
	display: block;
	text-align: center;
	line-height: 56px;
}

#mini-icons a {
	display: block;
	color: #eddccd;
	font-size: 24px;

  background-image: url("../imgs/social_bg.png");
  background-size: cover;
  background-color: #14203f;

	transition: all 0.2s ease-in-out 0s;
}

#mini-icons .languagewrapper {
	position: relative;
}

#mini-icons .languagewrapper .current-language {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
	background-size: 32px;
}

#mini-icons a:hover {
	opacity: 0.7;
}

#mini-icons .languagewrapper .languages {
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	z-index: 1;
	height: 100%;
}

#mini-icons .languagewrapper .languages a {
	float: left;
	height: 100%;
	display: block;
	background-size: 32px;
}

#mini-icons .twitch .twitch-live-info {
	background-color: #cc110c;
	font-size: 12px;
	transform: rotate(-90deg);
	position: absolute;
	width: 100%;
	height: 15px;
	right: -35px;
	top: 20px;
	color: #fff;
	line-height: 15px;
	font-family: 'Tahoma';
	text-transform: uppercase;
}

#mini-icons .youtube:hover a,
#mini-icons .youtube.active a {
	background-color: #cc110c;
}

#mini-icons .youtube .youtube-live-info {
	background-color: #cc110c;
	font-size: 12px;
	transform: rotate(-90deg);
	position: absolute;
	width: 100%;
	height: 15px;
	right: -35px;
	top: 20px;
	color: #fff;
	line-height: 15px;
	font-family: 'Tahoma';
	text-transform: uppercase;
}

#twitch-sidebar {
	position: fixed;
	left: -300px;
	width: 300px;
	top: 0;
	bottom: 0;
	background-color: #6441a5;
	transition: all 0.5s ease-in-out 0s;
	padding: 20px;
}
/* ======== footer style end ============ */

.section.hero-area {
  position: relative;
  overflow: hidden;
}

.hero-countdown {
  position: absolute;
  right: 105px;
  bottom: 35px;
  left: auto;
  transform: none;
  width: 460px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  z-index: 4;
}

.countdown-card {
  min-height: 88px;
  padding: 14px 8px 12px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: linear-gradient(180deg, rgba(4, 20, 58, 0.94) 0%, rgba(6, 14, 38, 0.90) 100%); */
  border: 1px solid rgba(120, 178, 255, 0.20);
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.30),
    inset 0 0 0 1px rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.countdown-value {
  font-family: var(--trajan_probold);
  font-size: 34px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 1px;
  text-shadow: 0 0 14px rgba(125, 185, 255, 0.18);
}

.countdown-label {
  margin-top: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9fc8ff;
}

@media (max-width: 1399px) {
  .hero-countdown {
    right: 55px;
    bottom: 95px;
    width: 420px;
    gap: 8px;
  }

  .countdown-card {
    min-height: 82px;
    padding: 12px 6px 10px;
  }

  .countdown-value {
    font-size: 30px;
  }

  .countdown-label {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 991px) {
  .hero-countdown {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 500px);
    margin: 20px auto 25px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
