html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
    width: 100%;
    background: #080c1a;
/*    background-image:
        radial-gradient(ellipse at 20% 50%, rgba(30, 60, 140, 0.08) 0%, transparent 70%),
        radial-gradient(ellipse at 80% 20%, rgba(20, 50, 120, 0.05) 0%, transparent 60%),
        linear-gradient(180deg, #060a18 0%, #0a0e1e 50%, #060a18 100%);*/
    background: url(../images/background-bottom.jpg) center bottom no-repeat;
    font-family: 'Open sans', 'Candara', 'Verdana';
    font-size: 14px;
    color: #c8d0e0;
    min-height: 100vh;
    overflow-x: hidden !important;
}

.add,
.list-news li,
.list-news .button-more,
.top-list,
.x-buttons input,
.fast-link,
.button-buy,
.button-market,
.to-the-top,
.start-video {
    cursor: pointer;
}

a, a:hover {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #6a9cf5;
}

.top-pannel {
    border-bottom: 1px solid rgba(60, 100, 200, 0.06);
}

:focus {
    outline: none;
}

::-webkit-input-placeholder {
    color: #3a4a6a;
    text-align: center;
}

::-moz-placeholder {
    color: #3a4a6a;
}

:-moz-placeholder {
    color: #3a4a6a;
}

:-ms-input-placeholder {
    color: #3a4a6a;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
  
.flex {
    display: flex;
}

.flex-c {
    display: flex;
    align-items: center;
}

.flex-s {
    display: flex;
    justify-content: space-between;
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-c-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-panel {
    width: 100%;
    top: 0px;
    z-index: 10;
    height: 80px;
    background: rgba(6, 10, 24, 0.9);
    border-bottom: 1px solid rgba(60, 100, 200, 0.06);
}

.top-panel-block {
    max-width: 1480px;
    margin: 0 auto;
    top: 0px;
    z-index: 10;
    height: 80px;
}


.logo-icon img {
    transition: 0.3s;
    margin-right: 80px;
}

.logo-icon img:hover {
    filter: brightness(1.1);
}

.logo{
    position: absolute;
    top: 5em;
    left: -5em;
    transition: all 0.3s ease;
}

.logo:hover {
    filter: brightness(1.2);
    transition: all 0.3s ease;
}

.button-btn {
  display: none;
  cursor: pointer;
}

.button-btn span {
  display: block;
  width: 30px;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
  margin: 5px 0px;
}

.menu {
  display: flex;
}

.menu li {
  margin-right: 52px;
  padding-left: 45px;
}


.menu li:first-child a:before{
  display: none;
}

.menu a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  text-transform: uppercase;
  display: block;
  position: relative;
}

.menu li:hover a {
  color: #fff;
}

.menu .active a {
  color: #fff;
  font-weight: 200;
}

.menu li:nth-child(1) {
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-1.png) no-repeat;
}

.menu li:nth-child(2) {
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-2.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(2):hover{
  margin-top: -5px;
  transition: 0.2s;
}

.menu li:nth-child(3){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-3.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(3):hover{
  margin-top: -5px;
  transition: 0.2s;
}

.menu li:nth-child(4){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-4.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(4):hover{
  margin-top: -5px;
  transition: 0.2s;
}

.menu li:nth-child(5){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-5.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(5):hover{
  margin-top: -5px;
  transition: 0.2s;
}

.menu li:nth-child(6){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-6.png) no-repeat;
  transition: 0.2s;
}

.menu li:nth-child(7){
  height: 45px;
  padding-top: 17px;
  background: url(../images/icon-menu-7.png) no-repeat;
  transition: 0.2s;
}

/*.menu li:nth-child(7):hover{
  margin-top: -5px;
  transition: 0.2s;
}*/

.topPanel-wrapper_right{
    margin-left: 0; 
}


.topPanel-wrapper_right span {
 margin: 0px 15px;
 text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4); 
}

button:not(.dropdown-toggle):not(.btn-primary):not([name='search_item']):not([id='sell_item_show']):not(.ui-dialog-titlebar-close):not(.buy_button):not(.buttonn):not(.slick-arrow), .button {
 -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer; 
  background: linear-gradient(135deg, #4a7ad4, #2a5ab4);
  padding: 19px 45px; 
  border: none; 
  color: #fff; 
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 
  position: relative; 
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif; 
  font-size: 15px;  
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
  border-radius: 6px;
}
button:not(.buy_button:hover):hover, .button:hover {
 -webkit-filter: brightness(110%); 
 filter: brightness(110%);
 box-shadow: 0 10px 26px -6px rgba(42, 90, 180, 0.4); 
 transform: translateY(-2px);
}

.button { display: inline-block; text-decoration: none; }

a.sign-in:hover{
    color: #fff;
    text-decoration: none;
}

.header {
    min-height: 675px;
    position: relative;
    flex-direction: column;
    padding: 0 50px;
}

.server-time {
    position: absolute;
    padding-top: 12px;
    text-align: center;
    align-self: flex-end;
    text-transform: uppercase;
    font-size: 11px;
    width: auto;
    font-weight: normal;
    height: auto;
    right: 20px;
    bottom: auto;
    top: 20px;
    color: rgba(255, 255, 255, 0.4);
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.06);
    border-radius: 8px;
    padding: 8px 16px;
    background-image: none;
    text-shadow: none;
}

.server-time span {
    font-size: 11px;
    color: #6a9cf5;
}
  
.content{
    position: relative;
    z-index: 9;
}

.fast-button {
    margin-top: 40px;
}

/* icon login*/

.reg-block {
  background: url(../images/fon-icon-login.png) no-repeat;
  width: 241px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: auto;
}

.reg-block a {
  display: flex;
  flex-direction: column;
  width: 130px;
  color: #fff;
  text-align: center;
  padding-top: 10px;
}

.reg-block a {
  font-size: 12px;
  margin-top: 3px;
  text-transform: uppercase;
}

.b-icons-text{
   font-size: 18px;
   text-transform: none ;
   line-height: 26px;
}

.reg-block a:hover {
  color: #fff;
}
.reg-block a:hover .b-icons {
  filter: drop-shadow(0px 0px 10px rgba(60, 120, 255, 0.5));
}
.reg-block .b-icons {
  width: 40px;
  height: 39px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: 0.3s;
}
.reg-block .iso {
  background: url(../images/icon-iso.png) center no-repeat;
}
.reg-block .android {
  background: url(../images/icon-android.png) center no-repeat;
}

/* end icon login*/

.btn-download {
    position: relative;
    width: 350px;
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4);
    transition: 0.5s;
    border-radius: 8px;
    box-shadow: 0 4px 25px rgba(42, 90, 180, 0.3);
}

.btn-download:hover {
    filter: brightness(1.1);
    transform: translateY(-3px);
    box-shadow: 0 8px 35px rgba(42, 90, 180, 0.4);
}

.btn-download span {
    position: absolute;
    bottom: 38px;
    left: 120px; 
    transition: 0.5s;
    color: #fff;
    font-family: 'Open sans';
    font-size: 13px;
    text-shadow: none;
    font-weight: 600;
}

.status-block {
    display: flex;
    justify-content: flex-end;
}

.status-block>div {
    position: relative;
    width: 196px;
    margin-left: 1px;
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.06);
    border-radius: 12px;
}

.status-block>div::before {
    display: none;
}

.server-1::before {
    background: url('../images/online-ofline-icons.png') 0 0 no-repeat;
}

.server-2::before {
    background: url('../images/online-ofline-icons.png') -100px 0 no-repeat;
}

.circle-online {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    display: inline-block;
}
  
.serverInfo {
    position: absolute;
    width: 100px;
    height: 100px;
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.serverInfo span {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    line-height: 16px;
}

.serverInfo__name {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 7px;
}

.serverInfo__online {
    color: #4ade80;
    font-size: 14px;
}

.serverInfo__offline {
    color: #e22024;
}

.serverInfo__i{
    font-size: 12px;
}

.circlestat {
    margin-left: -10px;
}

.news-panel {
    height: 380px;
    margin-top: 55px;
}

.news-panel>div {
    width: 590px;
}

.bright:hover {
    filter: brightness(120%);
}
  
.swiper-news {
    position: relative;
    width: 590px;
    height: 380px;
}

.swiper-news::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
    height: 50px;
    background: #030508;
    z-index: 10;
}

.swiper-news .swiper-slide {
    position: relative;
    height: 330px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 -10px 40px 40px rgba(6, 10, 24, 0.7);
}

.newsPagination {
    position: absolute;
    left: calc(50% - 60px);
    bottom: 10px;
    width: 120px;
    height: 35px;
    z-index: 11;
}
  
.swiper-news .swiper-button-next{
    width: 20px;
    height: 20px;
    background: url('../images/swiper-next.png')no-repeat;
    margin-top: -10px;
}

.swiper-news .swiper-button-prev {
    width: 20px;
    height: 20px;
    background: url('../images/swiper-back.png')no-repeat;
    margin-top: -10px;
}

.swiper-news .swiper-pagination {
    color: #6a9cf5;
    font-size: 15px;
    font-weight: bold;
}
  
.swiper-news .swiper-pagination-current {
    color: #fff;
}
  
.slider-title {
    position: absolute;
    left: 40px;
    top: -140px;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-title {
    top: 40px;
}

.slider-info {
    position: absolute;
    width: 440px;
    left: 40px;
    bottom: -140px;
    line-height: 1.5;
    margin-bottom: 0px;
    color: #fff;
    padding-right: 20px;
    transition: 1.5s;
}

.swiper-slide-active .slider-info {
    bottom: 40px;
}

.swiper-news .button-more {
    display: block;
    position: absolute;
    right: 50px;
    bottom: -140px;
    padding: 6px 16px 6px 16px;
    opacity: 0.7;
    transition: 1.5s bottom, 0.3s opacity;
}

.swiper-news .button-more:hover {
    opacity: 1;
}

.swiper-slide-active .button-more {
    bottom: 100px;
}

.events-block {
    display: flex;
    flex-direction: column;
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.05);
    border-radius: 12px;
    padding: 40px 0;
    background-image: none;
}

.top-event-block {
    padding: 10px 40px;
}

.pp {
    color: #6a9cf5;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px 0px 0px;  
}
   
.news-top-title {
    position: relative;
    display: flex;
    margin-left: 50px;
    font-family: 'Candara';
}

.news-top-title::before {
    display: none;
}

.news-top-title span.active {
    color: #fff;
    font-weight: 700;
}
   
.news-top-title span {
    display: block;
    color: rgba(255, 255, 255, 0.25);
    font-size: 20px;
    font-weight: bold;
    padding: 5px 10px 10px 0px;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
}
   
.news-top-title span:hover{
    color: #fff;
    cursor: pointer;
}

.top-event-block .add {
    border: none;
    background: #34340b;
    color: #fff;
    position: relative;
    top: -3px;
}

.tab-block {
    display: none;
}

.tab-block.active {
    display: block;
    animation: tab 0.6s linear;
}

@keyframes tab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}  

.tab-block li {
    position: relative;
    color: #c8d0e0;
    padding: 18px 40px;
    transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-block li:hover {
    background: rgba(60, 120, 255, 0.05);
    transition: 0.3s;
    padding: 18px 45px 18px 35px;
}

.tab-block span {
    color: #6a9cf5;
}

.tab-block .date {
    color: rgb(255, 255, 255);
}

.tab-block li:hover .button-more {
    display: block;
}

.tab-block li:hover .date {
    display: inline;
}

.tab-block li:hover {
    color: #fff;
}

.tab-block li:hover span {
    color: #6a9cf5;
}

.button-more {
    position: absolute;
    right: 40px;
    display: none;
    padding: 6px 16px 6px 16px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease; 
   cursor: pointer; 
   background: rgba(60, 120, 255, 0.1);
   border: 1px solid rgba(60, 120, 255, 0.1);
   border-radius: 4px;
   text-shadow: none; 
   text-align: center; 
   font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif; 
   -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
   box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
   opacity: 0.7;
   background-image: none;
}

.button-more:hover {
    opacity: 1;
    background: #4a7ad4;
    color: #fff;
    -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
}

.widget-panel {
    margin-top: 70px;
}

.widget-block {
    position: relative;
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.05);
    border-radius: 12px;
    width: 380px;
    height: 690px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
    /*background-image: none;*/

    background: url('../images/top-widget-block.jpg') no-repeat;
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 0.8);
}

.info-widget-block {
    position: relative;
    padding: 60px 40px 60px 150px;
    text-transform: uppercase;
    color: #6a9cf5;
}

.top-players:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top:-24px;
    left: -6px;
    background: url('../images/icon-top-players.png') no-repeat;
}

.top-guilds:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top:-24px;
    left: -6px;
    background: url('../images/icon-top-guilds.png') no-repeat;
}

.top-event:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top:-24px;
    left: -6px;
    background: url('../images/icon-top-event.png') no-repeat;
}

.info-widget-block h2{
    font-family: 'Candara';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.info-widget-block .add {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url('../images/add-icon.png') center center no-repeat;
}

.top-block {
    padding-bottom: 15px;
    margin: 0 40px;
}

.top-block span {
    display: block;
    margin-right: 1em;
}

.top-block .top-flag {
    width: 30px;
    padding-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
}

.top-block .top-name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-block .top-lvl {
    width: 80px;
}

.top-guilds .top-name {
    width: 230px;
}

.top-block .top-lvl sup, .top-block .top-Res sup {
    font-size: 10px;
    color: #ff0000;  
}   

.top-list {
    height: 41px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
    color: #c8d0e0;
}

.top-list a {
    color: #c8d0e0;
    text-decoration: none;
}

.top-list:hover {
    background: rgba(60, 120, 255, 0.05);
    box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.45);
    height: 41px;
    margin: 0px -40px 0px -40px;
    padding: 0px 25px 0px 25px;
    color: #fff;
    position: relative;
    z-index: 5;
}

.top-list:hover a {
    color: #6a9cf5;
}

.top-title {
    color: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.x-buttons {
    width: 100%;
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
}

.x-buttons input, .x-buttons a {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.3);
    transition: 0.3s;
    margin-left: 10px;
}

.x-buttons input:hover, .x-buttons a:hover {
    background: #4a7ad4;
    color: #fff;
    box-shadow: 2px 4px 20px 0 rgba(42, 90, 180, 0.3);
}

.event-timers {
    padding: 40px;
}

.event-timers li {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.event-timers p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}

.event-timers .starts-in {
    color: #fad953;
    font-size: 12px;
}

.time-start-event{
    font-size: 13px;
}

.event-timers .time-to-event {
    color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

.title-video-panel {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 40px;
    padding: 10px;
    text-indent: 20px;
}

.title-video-panel::after {
    position: absolute;
    left: 100px;
    bottom: 14px;
    content: "";
    width: 690px;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
}

.video-panel {
    height: 476px;
}

.video-block {
    width: 790px;
    height: 476px;
    padding: 15px;
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.05);
    border-radius: 12px;
}

.video-player {
    width: 710px;
    height: 250px;
    flex-direction: column;
    justify-content: space-around;
    background: url('../images/bg-video.jpg') 0 0 no-repeat;
    transition: 0.5s;
}

.video-player .title-video {
    opacity: 0;
    transition: 0.5s;
}

.video-player:hover {
    box-shadow: inset 0 -60px 40px -40px #000;
}

.video-player:hover .title-video {
    opacity: 1;
}

.video-player .start-video {
    width: 80px;
    height: 80px;
    padding-bottom: 10px;
    margin-top: 60px;
    transform: rotate(90deg);
    font-size: 50px;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 50%;
    transition: 0.5s;
}

.video-player .start-video:hover {
    border: 1px solid #ccc;
    color: #ccc;
}

.media-fon {
    /*margin-top: 30px;*/
}

.slick-slider-slide {
    padding: 15px;
}

.slick-slider-slide a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transition: 1s;
    transform: scale(1);
}

.slick-slider-slide img {
    display: block;
}

.slick-center a {
    transform: scale(1.1);
}

.fast-links {
    width: 378px;
    height: 476px;
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
    justify-content: space-between;
}

.fast-link {
    position: relative;
    width: 100%;
    height: 140px;
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.05);
    border-radius: 12px;
    background-image: none;
}

.fast-link::after {
    content: "";
    position: absolute;
    top: -28px;
    right: -20px;
    width: 230px;
    height: 168px;
    transition: 0.5s;
}

.fast-link:first-child::after {
    background: url('../images/heroes-fast-links.png') 0 0 no-repeat;
}

.fast-link:nth-child(2)::after {
    background: url('../images/heroes-fast-links.png') 0 -168px no-repeat;
}

.fast-link:last-child::after {
    background: url('../images/heroes-fast-links.png') 0 -336px no-repeat;
}


.fast-link:first-child {
    background: url('../images/backgrounds-fast-links.png') 0 0 no-repeat;
}

.fast-link:nth-child(2) {
    background: url('../images/backgrounds-fast-links.png') 0 -140px no-repeat;
}

.fast-link:last-child {
    background: url('../images/backgrounds-fast-links.png') 0 -280px no-repeat;
}

.fast-link:hover::after {
    right: -40px;
}

.fast-link:hover .info-link {
    padding-left: 20px;
}

.fast-link:hover {
    border-color: rgba(60, 120, 255, 0.2);
}

.info-link {
    margin: 40px 0 0 50px;
    font-style: italic;
    transition: 0.5s;
}

.title-link {
    font-size: 30px;
    margin-bottom: 6px;
    text-transform: uppercase;
    color: #fff;
}

.text-link{
    color: rgba(255, 255, 255, 0.3);
}

.market-panel {
    margin-top: 60px;
    height: 370px;
    padding: 30px;
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.05);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.market-panel h2 {
    position: relative;
    text-transform: uppercase;
    align-self: flex-start;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.market-panel h2::after {
    content: "";
    position: absolute;
    top: 16px;
    left: 90px;
    width: 1080px;
    height: 1px;
    background: rgba(255, 255, 255, 0.05);
}

.list-goods {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.list-goods li {
    width: 140px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border: 1px solid rgba(60, 100, 200, 0.05);
    background-color: rgba(6, 10, 24, 0.4);
    transition: 0.3s;
    border-radius: 8px;
}
.list-goods li:hover {
    margin-top: -10px;
}

.title-good {
    font-size: 12px;
    font-weight: normal;
    margin-top: -20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.button-buy {
    padding: 5px 18px;
    margin: 10px 0;
    background: rgba(60, 120, 255, 0.1);
    color: #6a9cf5;
    border: 1px solid rgba(60, 120, 255, 0.1);
    border-radius: 4px;
    transition: 0.3s;
}

.button-buy:hover {
    background: #4a7ad4;
    box-shadow: 2px 4px 20px 0 rgba(42, 90, 180, 0.3);
    color: #fff;
}

.price {
    position: relative;
    color: #6a9cf5;
}

.button-market {
    position: relative;
    text-transform: uppercase;
    padding: 13px 40px 13px 28px;
    background: rgba(255, 255, 255, 0.03);
    color: #6a9cf5;
    border: 1px solid rgba(255, 255, 255, 0.03);
    border-radius: 4px;
    margin-bottom: -10px;
}

.button-market::before {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 14px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236a9cf5'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E") no-repeat;
    background-size: contain;
}

.button-market:hover {
    background: #4a7ad4;
    color: #fff;
    box-shadow: 2px 4px 20px 0 rgba(42, 90, 180, 0.3);
}

.line {
    height: 1px;
    margin-top: 65px;
    background: rgba(255, 255, 255, 0.05);
}

.to-the-top {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    background: rgba(6, 10, 24, 0.6);
    margin-top: -31px;
}

.button-to-the-top {
    width: 48px;
    height: 48px;
    margin: 4.85px 5.05px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236a9cf5'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E") center center no-repeat;
    background-size: 20px;
    font-weight: bold;
    font-size: 20px;
    transition: 0.5s;
    text-align: center;
    line-height: 2.2;
}

.button-to-the-top:hover {
    box-shadow: inset 0 0 10px 0 rgba(60, 120, 255, 0.2);
    border: 1px solid #4a7ad4;
    background-color: #4a7ad4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E");
}

.footer-block-t {
    justify-content: center;
    align-items: center;
    text-align: center;
}

.payment {
    margin: 70px auto 120px auto;
}

.payment li {
    display: inline-block;
    margin: 15px 26px;
}

.payment a {
    opacity: 0.3;
    transition: 0.5s;
}

.payment .visa a {
    display: block;
    width: 60px;
    height: 20px;
    background: url('../images/payment.png') 0 0 no-repeat;
}

.payment .mastercard a {
    display: block;
    width: 105px;
    height: 24px;
    background: url('../images/payment.png') -115px 0 no-repeat;
}

.payment .g2apay a {
    display: block;
    width: 158px;
    height: 26px;
    background: url('../images/payment.png') -277px 0 no-repeat;
}

.payment .entergames a {
    display: block;
    width: 135px;
    height: 26px;
    background: url('../images/payment.png') -485px 0 no-repeat;
}

.payment a:hover {
    opacity: 1;
}

.f-menu {
    margin: 0 auto 20px auto;
}

.f-menu li {
    display: inline-block;
    margin: 15px 26px;
}

.f-menu li a {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}

.f-menu li a:hover{
    color: #fff;
}

.f-menu li a:active{
    color: #fff;
}

.lang-block {
  position: relative;
  margin-left: 80px;
}
.lang-block:after {
  border: 5px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: -15px;
  top: 8px;
  content: '';
}

.lang-block a {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.img-lang {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-left: 8px;
  margin-bottom: -2px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.main-item {
  color: rgba(255, 255, 255, 0.3);
}

.hidden-block {
  border-radius: 5px;
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: rgba(6, 10, 24, 0.95);
  min-width: 140px;
  z-index: 2;
  left: -40px;
  top: 25px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
  box-shadow: 0 0 20px 0px rgba(0,0,0,0.8);
  border: 1px solid rgba(60, 100, 200, 0.05);
  border-radius: 8px;
}

.hidden-block a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 25px;
  color: rgba(255, 255, 255, 0.3);
}

.hidden-block a:hover {
  background: rgba(60, 120, 255, 0.05);
  color: #fff;
}

.hidden-block:after {
  border: 5px solid transparent;
  position: absolute;
  left: 24px;
  top: -10px;
  content: "";
}
.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}
.bottom-footer {
    padding: 50px 0;
}

.info-copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.info-copyright a {
    font-size: 14px;
    color: #6a9cf5;
}

.info-copyright .info {
    color: rgba(255, 255, 255, 0.1);
    margin-top: 12px;
}

.social-networks {
    width: 200px;
    height: 35px;
}

.social-networks a {
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid transparent;
}

.social-networks .facebook a {
    background: #000 url('../images/social-networks.png') 12px 9px no-repeat;
}

.social-networks .twitter a {
    background: #000 url('../images/social-networks.png') -42px 9px no-repeat;
}

.social-networks .twitch a {
    background: #000 url('../images/social-networks.png') -98px 9px no-repeat;
}

.social-networks .youtube a {
    background: #000 url('../images/social-networks.png') -153px 9px no-repeat;
}

.social-networks a:hover {
    border: 1px solid #6a9cf5;
    box-shadow: inset 0 0 10px 0 #6a9cf5;
}

.designed {
    display: block;
    width: 194px;
    height: 49px;
    background: url("../images/designed-icon.png");
    margin-top: 60px;
    transition: 0.5s;
}

.designed:hover {
    filter: brightness(1.3);
}

.footer{
    min-height: 300px;
}

footer .f-logo {
    margin-left: 76px;
}

footer .f-logo:hover {
    -webkit-filter: brightness(140%); 
    filter: brightness(140%);
}

/** Modal **/

.modalx-overlay {
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 1000;
    cursor: pointer;
    overflow: auto;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear; 
    transition: background 0.25s linear;
}

/***************************************checkbox********************************************/

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: relative;
}
.checkbox+label::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  background: rgba(255, 255, 255, 0.02);
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  top: 3px;
}
.checkbox+label::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 27px;
  left: -5px;
  top: -4px;
  opacity: 0;
  transition: 0.3s;
  background: url("../images/checked-icon.png") 0 0 no-repeat;
}
.checkbox:checked+label:after {
  opacity: 1;
}
.checkbox+label {
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.3);
}
.checkbox:checked+label {
  color: #fff;
}

.agree{
  margin-bottom: 25px;
}

.agree a:hover{
  text-decoration:underline;
}

.modal_window {
    width: 420px;
    background: rgba(6, 10, 24, 0.95);
    border: 1px solid rgba(60, 100, 200, 0.06);
    border-radius: 12px;
    padding: 40px 60px;
    z-index: 1002;
    position: relative;
    cursor: auto;
    margin: 0 auto;
    display: none;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    margin-bottom: 20px;
    transform: scale(0.4);
    background-image: none;
}

.modal_window h3 {
    margin: 13px 0px 100px 45px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.icon-modal-login:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top: -25px;
    left: -8px;
    background: url("../images/modal-icon-login.png")no-repeat;
}

.icon-modal-reg:before{
    content: "";
    position: absolute;
    width: 127px;
    height: 168px;
    top: -25px;
    left: -8px;
    background: url("../images/modal-icon-reg.png")no-repeat;
}

.modal_form {
    text-align: center;
    box-sizing: border-box;
}

.modal_form input,
.modal_form select,
.modal_form textarea {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-sizing: border-box;
    height: 36px;
    color: #c8d0e0;
    text-align: center;
    border-radius: 6px;
}

.modal_form input:focus {
    border-color: #4a7ad4;
}

.formGroup {
  margin-bottom: 20px;
  position: relative;
  max-width: 450px;
}

.formGroup select {
    color: #c8d0e0;
}

.formGroup-name {
    display: block;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.2);
}

.formGroup.error .formGroup-name {
  color: #df3b5a;
}

.formGroup.error input {
  border: 1px solid #df3b5a;
  box-shadow: 0px 0px 10px 0px rgba(233, 59, 90, 0.2);
}

.errorGroup {
    background: url(../images/wrong-icon.png) left 20px top 17px no-repeat;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 17px 20px 17px 50px;
    border-radius: 10px;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
    line-height: 1.5;
    font-size: 13px;
    text-align: left;
    position: absolute;
    left: 100%;
    bottom: -6px;
    min-width: 330px;
    color: #fff;
    margin-left: 30px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.formGroup-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.button-small {
    margin: 0 auto;
    padding: 14px 40px;
    text-transform: uppercase;
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4);
    border: none;
    border-radius: 6px;
    color: #fff;
    transition: 0.3s;
}

.button-small:hover {
    box-shadow: 0 10px 26px -6px rgba(42, 90, 180, 0.4);
    transform: translateY(-2px);
}

.lost-pass {
    margin-bottom: 30px;
    color: #6a9cf5;
    font-size: 12px;
}

.lost-pass:hover {
    text-decoration:underline;
}

/*page*/
.widgets_news {
    display: flex;
    margin-top: 70px;
}

.widget-block-span {
    margin-bottom: 40px;
}

.news-block { 
  width: 800px;
  padding: 0px 40px 40px 40px;
  margin-left: 10px;
  z-index: 1;
  background: rgba(6, 10, 24, 0.6);
  border: 1px solid rgba(60, 100, 200, 0.05);
  border-radius: 12px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  background-image: none;
}

.news-block h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #6a9cf5;
    margin-bottom: 20px;
}

.news-block h2 {
    font-family: 'Candara';
    font-size: 20px;
    color: #6a9cf5;
    margin: 40px;
    text-align: center;
    text-transform: uppercase;
}

.news-block p {
    font-size: 14px;
    margin: 40px 0;
    line-height: 20px;
}

.news-block p a {
    text-decoration: underline;
}

.news-block p a:hover{
    text-decoration:none;
    color: #6a9cf5;
}

.news-block .date {
    display: block;
    text-align: right;
    padding: 15px 20px;
    font-size: 14px;
    color: #6a9cf5;
}

.news-block .date b{
   font-size: 20px; 
}
/*end page*/

/*download*/

.download {
    align-items: center;
    text-align: center;
}

.download h2 {
    font-family: 'Candara';
    font-size: 20px;
    color: #6a9cf5;
    margin: 40px;
}

.download h3 {
    font-size: 15px;
    color: #6a9cf5;
    margin: 20px;
    margin-bottom: 60px;
    text-transform:none;
    font-weight:none;
}

.download-files div {
    margin-bottom: 40px;
}

.download-files div p {
    font-size: 14px;
}

.btn-download-file {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; 
  cursor: pointer; 
  background: linear-gradient(135deg, #4a7ad4, #2a5ab4);
  padding: 19px 28px; 
  border: none; 
  color: #fff; 
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); 
  position: relative; 
  z-index: 1; 
  text-align: center; 
  text-transform: uppercase; 
  font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif; 
  font-size: 15px;  
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-image: none;
}

.btn-download-file:hover {
    box-shadow: 0 10px 26px -6px rgba(42, 90, 180, 0.4);
    -webkit-filter: brightness(110%); 
    filter: brightness(110%);
    transform: translateY(-2px);
}

.drivers-block {
    width: 100%;
    margin-top: 70px;
}

.drivers-block h3 {
    margin-bottom: 20px;
}

.drivers a {
    display: block;
    width: 229px;
    height: 114px;
}

.drivers .nvidia a {
    background: url('../images/dirvers.png') 0 0 no-repeat;
}

.drivers .directx a {
    background: url('../images/dirvers.png') -245px 0 no-repeat;
}

.drivers .microsoft-net a {
    background: url('../images/dirvers.png') -490px 0 no-repeat;
}

.drivers a:hover{
    box-shadow: 0 10px 26px -6px rgba(42, 90, 180, 0.3);
}

/*end download*/

/*slider*/
/* Slider */
.slick-slider{
    position: relative;   
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*end slider*/


/*log-in after authorization*/
.icon-log-in{
  margin-left: 35px;
}
.icon-log-in img{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: 32px;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.log-in{
  position: relative;
  top: 3px;
}
.log-in-menu-1:after {
  content: "";
  background: url(../images/lang-block.png) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 70px;
  top: 50%;
  margin-top: -4px;
  opacity: 0.2;
  transition: all 0.3s ease; 
}

.log-in-menu-1:hover:after {
  opacity: 1;
  transition: all 0.3s ease; 
}

.main-item-log-in {
  color: #fff;
  z-index: 9;
}

.log-in-menu-1 ul {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: rgba(6, 10, 24, 0.95);
  min-width: 250px;
  z-index: 2;
  left: -115px;
  top: 70px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  border: 1px solid rgba(60, 100, 200, 0.05);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}

.hidden-block-log-in a{
  padding-left: 50px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
.hidden-block-log-in a:hover {
  background: rgba(60, 120, 255, 0.05);
  color: #6a9cf5;
}
.hidden-block-log-in li a:after{
  content: "";
  position: absolute;
  left: 35px;
  top: 12px;
  width: 8px;
  height: 12px;
  background: url(../images/lang-block-1.png) no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease; 
}
.hidden-block-log-in li a:hover:after{
  opacity: 1;
  transition: all 0.3s ease; 
}

.hidden-block-log-in:after {
background: url(../images/hidden-block-log-in.png) no-repeat;
  position: absolute;
  width: 20px;
  height: 10px;
  right: 23px;
  top: -10px;
  content: "";
}

.main-item-log-in:focus ~ .hidden-block-log-in,
.main-item-log-in:active ~ .hidden-block-log-in {
  visibility: visible;
  opacity: 1;
}
.hidden-block-log-in a:after{
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  width: 16px;
  height: 15px;
  background: url(../images/log-out.png) no-repeat;
  opacity: 0.3;
  transition: all 0.3s ease; 
}
.log-out{
 padding: 10px 0px;
 border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.hidden-block-log-in img{
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 48px;
}
.icon-login-big{
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.icon-login-big span{
  color: rgba(255, 255, 255, 0.3);
  font-size: 11px;
}
.icon-text{
  font-size: 16px;
}
.icon-login-big p{
  position: relative;
}
.hidden-block-log-in a:hover:after{
  opacity: 1;
  transition: all 0.3s ease; 
}

.menulog-in li a {
  color: #c8d0e0;
  display: block;
  line-height: 36px;
  font-size: 12px;
  position: relative;
 font-weight:600;
}

.menulog-in li a:hover {
  color: #6a9cf5;
  font-weight:600;
}

.menulog-in .active a {
  color: #6a9cf5;
}


/*animation*/

.smoke { 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 600px; 
    height: 484px; 
    width: 100%; 
    background-image: url(../images/smoke.png); 
    background-position: left top; 
    background-repeat: repeat-x;
    -webkit-animation: smoke 20s linear infinite; 
    animation: smoke 20s linear infinite; 
    -webkit-animation-fill-mode: forwards; 
    animation-fill-mode: forwards; 
 }

@-webkit-keyframes smoke { 0% { background-position: left -1920px top; }
  100% { background-position: left 1920px top; } }

@keyframes smoke { 0% { background-position: left -1920px top; }
  100% { background-position: left 1920px top; } }


.sparks { position: absolute; width: 1000px; left: 50%; z-index: 1; bottom: 6em; }
.sparks > div { position: absolute; }
.sparks .spark_1 { background: url(../images/spark_1.png) no-repeat; width: 764px; height: 313px; right: 0; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 1s; animation-delay: 1s; }
.sparks .spark_2 { background: url(../images/spark_2.png) no-repeat; width: 179px; height: 335px; right: 230px; bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-1 4s linear infinite; animation: spark-1 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark_3 { background: url(../images/spark_3.png) no-repeat; width: 128px; height: 165px; right: 280px; bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-3 4s linear infinite; animation: spark-3 4s linear infinite; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks .spark-big { background: url(../images/spark_4.png) no-repeat; width: 794px; height: 176px; right: 0; bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); -webkit-animation: spark-5 4s linear infinite; animation: spark-5 4s linear infinite; }
.sparks .spark_5 { -webkit-animation-delay: 2s; animation-delay: 2s; right: 40px; }

.sparks_2 .spark_1 { background: url(../images/spark_1.png) no-repeat; -webkit-animation-delay: 2s; animation-delay: 2s; }
.sparks_2 .spark_2 { background: url(../images/spark_2.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.sparks_2 .spark_3 { background: url(../images/spark_3.png) no-repeat; -webkit-animation-delay: 3s; animation-delay: 3s; }
.sparks_2 .spark-big { background: url(../images/spark_4.png) no-repeat; }
.sparks_2 .spark_5 { -webkit-animation-delay: 3s; animation-delay: 3s; }

.sparks_2 { margin-left: -500px;}

@-webkit-keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }

@keyframes spark-1 { 0% { bottom: -320px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -240px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -160px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: -80px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 0px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-3 { 0% { bottom: -140px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -80px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -20px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 40px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 100px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@-webkit-keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes spark-5 { 0% { bottom: -180px; -webkit-transform: scale(0.6); transform: scale(0.6); opacity: 0; }
  25% { bottom: -120px; -webkit-transform: scale(0.7); transform: scale(0.7); opacity: 1; }
  50% { bottom: -60px; -webkit-transform: scale(0.8); transform: scale(0.8); opacity: 1; }
  75% { bottom: 0px; -webkit-transform: scale(0.9); transform: scale(0.9); opacity: 0.5; }
  100% { bottom: 60px; -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }


.ray {
  background: url(../images/ray.png) no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 117px;
  top: -44px;
  animation: ray 14s infinite linear;
  transform: rotate(0deg);
  opacity: 0.6;
}
@keyframes ray {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*end animation*/
.wh_items {
    height: 493px;
}
.top-block span {
    display: inline-block;
}
.each_item .item_bg {
    background-image: none !important;
}
#lean_overlay, #overlay {
    z-index: 999;
}
.bottom-footer.flex-s-c
{
    display: grid !important;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
}
.bottom-footer.flex-s-c .f-logo
{
  width: 30%;
  margin: 0 auto;
}
.wars-video {
    pointer-events: none;
}
.bottom-footer .f-logo img {
  width: 100%;
}
/* Professional Arrow Buttons */
.pro-slider-prev,
.pro-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.02));
    border: 1px solid rgba(255,255,255,0.05);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #fff;
    overflow: hidden;
    padding: 0;
}
.video-pannel.flex-s {
   margin-bottom: 15em;
}

.pro-arrow-icon {
    transition: all 0.3s ease;
}

.pro-slider-prev:hover,
.pro-slider-next:hover {
    background: linear-gradient(145deg, #4a7ad4, #2a5ab4);
    box-shadow: 0 8px 25px rgba(42, 90, 180, 0.3);
    color: white;
}

.pro-slider-prev {
    left: -45px;
}

.pro-slider-next {
    right: -45px;
}

@media (max-width: 768px) {
    .pro-slider-prev,
    .pro-slider-next {
        width: 44px;
        height: 44px;
    }
    .pro-slider-prev { left: 5px; }
    .pro-slider-next { right: 5px; }
}

@media (max-width: 480px) {
    .pro-slider-prev,
    .pro-slider-next {
        width: 40px;
        height: 40px;
    }
}

.custom-slider-wrapper {
    overflow: visible;
}

@media (max-width: 768px) {
    .custom-slider-wrapper {
        padding: 0 55px;
    }
}

@media (max-width: 480px) {
    .custom-slider-wrapper {
        padding: 0 50px;
    }
}

.slider-parent {
    width: 100%;
    height: 400px;
    background: #000;
    overflow: hidden;
    border-radius: 8px;
}

#main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-image-slider {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.custom-slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    height: 120px;
}

.custom-slide-item {
    flex: 0 0 30%;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 6px;
    overflow: hidden;
    border: 3px solid transparent;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background: rgba(6, 10, 24, 0.4);
}

.custom-slide-item:nth-child(1) {
    transform: scale(0.85);
    opacity: 0.5;
    order: 1;
}

.custom-slide-item:nth-child(2) {
    transform: scale(1);
    opacity: 1;
    z-index: 10;
    order: 2;
    border-color: #4a7ad4 !important;
    box-shadow: 0 5px 15px rgba(42, 90, 180, 0.3) !important;
}

.custom-slide-item:nth-child(3) {
    transform: scale(0.85);
    opacity: 0.5;
    order: 3;
}

.custom-slide-item:hover {
    transform: scale(1.05) !important;
    opacity: 1 !important;
}

.custom-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 768px) {
    .slider-parent { height: 250px; }
    .custom-slider-items { height: 100px; gap: 10px; }
    .custom-slide-item { flex: 0 0 32%; }
}

@media (max-width: 480px) {
    .slider-parent { height: 200px; }
    .custom-slider-items { height: 90px; gap: 8px; }
    .custom-slide-item { flex: 0 0 30%; }
}

.logo img {
  width: 60%;
}

/* Shop Product List - Improved Grid Layout */
.shop-product-list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.shop-product-list-item {
    display: flex;
    flex-direction: column;
    width: calc(33.333% - 20px);
    margin: 10px;
    padding: 20px;
    background: rgba(6, 10, 24, 0.6);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
    border: 1px solid rgba(60, 100, 200, 0.05);
    position: relative;
    overflow: hidden;
}

.shop-product-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(42, 90, 180, 0.1);
    border-color: rgba(60, 120, 255, 0.15);
}

.shop-product-list-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #4a7ad4, transparent);
    transition: left 0.5s ease;
}

.shop-product-list-item:hover::before {
    left: 100%;
}

.shop-product-list-item .thumb {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
}

.shop-product-list-item .thumb > img {
    max-width: 100%;
    max-height: 130px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.shop-product-list-item:hover .thumb > img {
    transform: scale(1.05);
}

.shop-product-list-item .detail {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    border-top: 2px solid rgba(60, 100, 200, 0.05);
}

.shop-product-list-item .detail .item-name {
    font-size: 16px;
    font-weight: 600;
    color: #6a9cf5;
    margin-bottom: 10px;
    line-height: 1.3;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    word-break: break-word;
}

.shop-product-list-item .detail .price {
    font-size: 18px;
    font-weight: 700;
    color: #6a9cf5;
    text-align: center;
    margin: 10px 0 15px;
    padding: 8px;
    background: rgba(60, 120, 255, 0.05);
    border-radius: 8px;
}

.shop-product-list-item .detail .item-buy {
    margin-top: auto;
    padding: 12px;
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.shop-product-list-item .detail .item-buy::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    transition: left 0.5s ease;
    z-index: -1;
}

.shop-product-list-item .detail .item-buy:hover {
    transform: scale(1.02);
    box-shadow: 0 5px 20px rgba(42, 90, 180, 0.3);
}

.shop-product-list-item .detail .item-buy:hover::before {
    left: 100%;
}

/* Modal/Dialog Styling */
.ui-dialog {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.ui-dialog .ui-dialog-titlebar {
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.05);
    border-bottom: 2px solid #4a7ad4;
    color: #6a9cf5;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: rgba(60, 120, 255, 0.1);
    border: 1px solid #4a7ad4;
    color: #4a7ad4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    background: #4a7ad4;
    color: #fff;
    transform: rotate(90deg);
}

.ui-dialog .ui-dialog-content {
    background: rgba(6, 10, 24, 0.6) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-top: none;
    padding: 20px !important;
    border-radius: 0 0 10px 10px;
}

/* Buy Item Popup Styling */
#item_content {
    color: #c8d0e0;
}

#item_content .item-image-container {
    text-align: center;
    padding: 20px;
    background: rgba(0,0,0,0.2);
    border-radius: 10px;
    margin-bottom: 20px;
}

#item_content .item-image-container img {
    max-width: 100%;
    height: auto;
}

#item_content .item-details {
    padding: 15px;
    background: rgba(0,0,0,0.15);
    border-radius: 8px;
}

#item_content .item-details h3 {
    color: #6a9cf5;
    margin-bottom: 15px;
    text-align: center;
}

#item_content .form-group {
    margin-bottom: 15px;
}

#item_content .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #6a9cf5;
    font-weight: 600;
}

#item_content .form-group select,
#item_content .form-group input {
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(60, 100, 200, 0.1);
    color: #c8d0e0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#item_content .form-group select:focus,
#item_content .form-group input:focus {
    outline: none;
    border-color: #4a7ad4;
    box-shadow: 0 0 10px rgba(42, 90, 180, 0.1);
}

#item_content .total-price {
    font-size: 18px;
    font-weight: 700;
    color: #6a9cf5;
    text-align: center;
    padding: 15px;
    background: rgba(60, 120, 255, 0.05);
    border-radius: 8px;
    margin: 20px 0;
}

#item_content .buy-button {
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}

#item_content .buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(42, 90, 180, 0.3);
}

/* Categories Sidebar Styling */
.dmn-sidebar-box {
    padding: 20px;
    background: rgba(6, 10, 24, 0.6);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border: 1px solid rgba(60, 100, 200, 0.05);
}

.dmn-sidebar-box-title {
    color: #6a9cf5;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(60, 100, 200, 0.05);
    margin-bottom: 15px;
}

.dmn-sidebar-box-items a {
    display: block;
    padding: 10px 15px;
    color: #c8d0e0;
    transition: all 0.3s ease;
    border-radius: 8px;
    margin-bottom: 5px;
    position: relative;
    overflow: hidden;
}

.dmn-sidebar-box-items a::before {
    content: '→';
    position: absolute;
    left: -20px;
    color: #4a7ad4;
    transition: left 0.3s ease;
}

.dmn-sidebar-box-items a:hover {
    background: rgba(60, 120, 255, 0.05);
    padding-left: 30px;
    color: #6a9cf5;
}

.dmn-sidebar-box-items a:hover::before {
    left: 10px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .shop-product-list-item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .shop-product-list-item {
        width: calc(100% - 20px);
    }
    .dmn-sidebar-box {
        margin-bottom: 20px;
    }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.shop-product-list-item {
    animation: fadeInUp 0.5s ease forwards;
}

.discount_notice {
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4) !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(42, 90, 180, 0.2) !important;
}

.discount_notice .content {
    color: #fff !important;
    font-weight: 700 !important;
    text-align: center;
}

/* Pagination Styling */
#pagination a {
    background: rgba(6, 10, 24, 0.6) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    color: #c8d0e0 !important;
    padding: 10px 15px !important;
    margin: 0 3px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}

#pagination a.on {
    background: #4a7ad4 !important;
    border-color: #4a7ad4 !important;
    color: #fff !important;
    transform: scale(1.05);
}

#pagination a:hover {
    background: #4a7ad4 !important;
    border-color: #4a7ad4 !important;
    color: #fff !important;
    transform: translateY(-2px);
}
/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 1024px) {
    .news-panel { flex-direction: column; height: auto; }
    .news-panel>div { width: 100%; }
    .video-pannel { flex-direction: column; }
    .video-block { width: 100%; height: auto; }
    .fast-links { width: 100%; height: auto; flex-direction: row; flex-wrap: wrap; }
    .fast-link { flex: 1; min-width: 200px; height: auto; min-height: 120px; }
    .widget-panel { flex-wrap: wrap; justify-content: center; gap: 20px; }
    .widget-block { width: 100%; max-width: 380px; height: auto; min-height: 400px; }
    .market-panel { height: auto; }
    .market-panel h2::after { width: 100%; left: 0; top: 30px; }
    .title-video-panel::after { width: 100%; left: 0; }
    .top-panel { height: auto; padding: 10px 0; }
    .top-panel-block { flex-wrap: wrap; height: auto; padding: 10px 20px; }
    .logo-icon { margin-left: 0; }
    .menu { flex-wrap: wrap; justify-content: center; }
    .menu li { margin-right: 15px; padding-left: 25px; }
    .topPanel-wrapper_right { margin-left: 0; }
    .bottom-footer { grid-template-columns: 1fr 1fr; gap: 20px; }
    .bottom-footer.flex-s-c .f-logo { width: 100%; }
}

@media (max-width: 768px) {
    .button-btn { display: block; }
    .menuContent { display: none; width: 100%; }
    .menuContent.open { display: block; }
    .menu { flex-direction: column; align-items: stretch; padding: 10px 0; }
    .menu li { margin-right: 0; padding-left: 0; text-align: center; height: auto; padding-top: 0; background: none !important; }
    .menu li a { padding: 10px 0; }
    .menu li:hover { margin-top: 0; }
    .top_panel-soc-block { display: none; }
    .topPanel-wrapper_right { flex-wrap: wrap; justify-content: center; }
    .topPanel-wrapper_right span { margin: 0 10px; }
    .header { padding: 0 20px; min-height: 500px; }
    .server-time { position: relative; right: auto; top: auto; margin: 10px 0; align-self: center; }
    .fast-button { flex-direction: column; align-items: center; }
    .btn-download { width: 100%; max-width: 300px; }
    .status-block { flex-wrap: wrap; justify-content: center; }
    .status-block>div { width: 100%; max-width: 180px; }
    .news-panel { gap: 20px; }
    .wars-video #player { height: 250px !important; }
    .top-event-block { padding: 10px 20px; }
    .news-top-title { margin-left: 0; flex-wrap: wrap; }
    .news-top-title span { font-size: 14px; padding: 5px 5px; }
    .tab-block li { padding: 12px 15px; }
    .tab-block li:hover { padding: 12px 20px; }
    .info-widget-block { padding: 40px 20px 40px 100px; }
    .top-players:before, .top-guilds:before, .top-event:before { transform: scale(0.7); left: -20px; }
    .x-buttons { bottom: 20px; }
    .widget-block { height: auto; min-height: 350px; }
    .fast-links { flex-direction: column; }
    .fast-link { min-height: 100px; }
    .market-panel { padding: 20px; height: auto; }
    .market-panel h2::after { display: none; }
    .list-goods { flex-wrap: wrap; justify-content: center; gap: 10px; }
    .list-goods li { width: 120px; height: 170px; }
    .footer { padding: 20px 15px; }
    .f-menu li { margin: 10px 15px; }
    .f-menu li a { font-size: 11px; }
    .bottom-footer { grid-template-columns: 1fr; gap: 15px; }
    .bottom-footer.flex-s-c .f-logo { width: 50%; }
    .lang-block { margin-left: 0; }
    .modal_window { width: 95%; padding: 30px 20px; }
    .modal_window h3 { margin: 10px 0 50px 0; }
    .icon-modal-login:before, .icon-modal-reg:before { transform: scale(0.6); left: -20px; }
    .formGroup { max-width: 100%; }
    .widgets_news { flex-direction: column; }
    .news-block { width: 100%; margin-left: 0; }
    .news-block h2 { margin: 20px; }
    .video-pannel { gap: 15px; }
    .video-block { padding: 10px; }
    .slider-parent { height: 250px; }
    .custom-slider-items { height: 80px; gap: 8px; }
    .custom-slide-item { flex: 0 0 32%; }
    .pro-slider-prev { left: 5px; }
    .pro-slider-next { right: 5px; }
    .shop-product-list-item { width: calc(50% - 20px); }
}

@media (max-width: 480px) {
    .top-panel-block { padding: 5px 10px; }
    .logo-icon img { height: 25px; margin-right: 10px; }
    .menu li a { font-size: 12px; padding: 8px 0; }
    .button { padding: 12px 25px; font-size: 12px; }
    .header { min-height: 400px; padding: 0 10px; }
    .server-time { font-size: 10px; padding: 5px 12px; }
    .server-time span { font-size: 10px; }
    .btn-download { max-width: 250px; }
    .btn-download span { font-size: 11px; left: 80px; bottom: 30px; }
    .status-block>div { max-width: 140px; padding: 8px; }
    .circle-online { width: 80px; height: 80px; }
    .serverInfo { width: 80px; height: 80px; padding-top: 20px; }
    .serverInfo__name { font-size: 11px; }
    .serverInfo__online { font-size: 12px; }
    .serverInfo__i { font-size: 10px; }
    .circlestat { display: none; }
    .news-panel { gap: 15px; }
    .wars-video #player { height: 180px !important; }
    .events-block { padding: 15px 0; }
    .top-event-block { padding: 5px 15px; }
    .news-top-title span { font-size: 11px; padding: 3px 3px; }
    .pp { font-size: 12px; padding: 3px 5px; }
    .tab-block li { padding: 10px 12px; font-size: 12px; }
    .tab-block li:hover { padding: 10px 15px; }
    .tab-block .date { font-size: 14px; margin: 0 5px; }
    .button-more { padding: 4px 10px; font-size: 8px; }
    .widget-panel { gap: 15px; }
    .widget-block { padding: 15px; min-height: 300px; }
    .info-widget-block { padding: 30px 15px 30px 80px; }
    .info-widget-block h2 { font-size: 14px; }
    .top-players:before, .top-guilds:before, .top-event:before { transform: scale(0.5); left: -30px; top: -30px; }
    .top-block { margin: 0 15px; }
    .top-block .top-name { width: 100px; font-size: 11px; }
    .top-block .top-lvl { width: 50px; font-size: 11px; }
    .top-list { height: 35px; font-size: 12px; }
    .top-list:hover { height: 35px; margin: 0 -15px; padding: 0 15px; }
    .x-buttons { bottom: 15px; }
    .x-buttons input, .x-buttons a { padding: 5px 12px; font-size: 14px; margin-left: 5px; }
    .event-timers { padding: 20px; }
    .event-timers li { margin-bottom: 6px; }
    .event-timers p { font-size: 11px; }
    .event-timers .starts-in { font-size: 10px; }
    .time-start-event { font-size: 11px; }
    .event-timers .time-to-event { font-size: 10px; }
    .title-video-panel { font-size: 16px; padding: 8px 0; }
    .title-video-panel::after { display: none; }
    .video-pannel { gap: 10px; }
    .video-block { padding: 8px; }
    .slider-parent { height: 180px; }
    .custom-slider-items { height: 60px; gap: 5px; }
    .custom-slide-item { flex: 0 0 30%; }
    .custom-slide-item img { height: 100%; }
    .fast-links { gap: 10px; }
    .fast-link { min-height: 80px; padding: 12px 15px; }
    .info-link { margin: 15px 0 0 20px; }
    .title-link { font-size: 18px; }
    .text-link { font-size: 10px; }
    .market-panel { padding: 15px; }
    .market-panel h2 { font-size: 16px; }
    .list-goods li { width: 100px; height: 150px; padding: 8px; }
    .title-good { font-size: 10px; margin-top: -10px; }
    .button-buy { padding: 3px 12px; font-size: 10px; }
    .button-market { padding: 10px 30px 10px 18px; font-size: 11px; }
    .button-market::before { top: 10px; right: 8px; width: 10px; height: 12px; }
    .footer { padding: 15px 10px; }
    .f-menu li { margin: 5px 10px; }
    .f-menu li a { font-size: 10px; }
    .bottom-footer { padding: 15px 0; }
    .bottom-footer.flex-s-c .f-logo { width: 60%; }
    .info-copyright { font-size: 10px; }
    .lang-block a { font-size: 11px; }
    .modal_window { padding: 20px 15px; }
    .modal_window h3 { font-size: 16px; margin: 5px 0 30px 0; }
    .modal_form input { height: 30px; font-size: 12px; }
    .formGroup-name { font-size: 10px; }
    .formGroup-button button { padding: 10px; font-size: 12px; }
    .lost-pass { font-size: 10px; }
    .icon-modal-login:before, .icon-modal-reg:before { transform: scale(0.4); left: -40px; top: -30px; }
    .news-block { padding: 0 15px 20px 15px; }
    .news-block h2 { font-size: 16px; margin: 15px; }
    .news-block p { font-size: 12px; margin: 20px 0; line-height: 18px; }
    .news-block .date { font-size: 11px; padding: 10px 15px; }
    .news-block .date b { font-size: 16px; }
    .download h2 { font-size: 16px; margin: 20px; }
    .download h3 { font-size: 12px; margin: 10px 0 30px; }
    .btn-download-file { padding: 12px 18px; font-size: 12px; }
    .drivers-block { margin-top: 30px; }
    .drivers a { width: 180px; height: 90px; background-size: contain; }
    .log-in-menu-1:after { right: 40px; }
    .log-in-menu-1 ul { left: -80px; min-width: 200px; }
    .hidden-block-log-in a { padding-left: 35px; font-size: 12px; }
    .hidden-block-log-in li a:after { left: 20px; top: 10px; }
    .icon-login-big { padding: 15px 15px 10px 15px; }
    .icon-login-big img { width: 36px; height: 36px; }
    .icon-text { font-size: 13px; }
    .acp-coins { padding-left: 35px; }
    .acp-coins .coins-title { font-size: 11px; }
    .acp-coins .coins { font-size: 12px; }
    .slider-parent { height: 180px; }
    .custom-slider-items { height: 60px; gap: 5px; }
    .custom-slide-item { flex: 0 0 30%; }
    .shop-product-list-item { width: calc(100% - 20px); }
    .shop-product-list-item .thumb { height: 100px; }
    .shop-product-list-item .thumb > img { max-height: 80px; }
    .shop-product-list-item .detail .item-name { font-size: 13px; min-height: 30px; }
    .shop-product-list-item .detail .price { font-size: 14px; }
}
/* ================================================================
   MIDNIGHT BLUE THEME - ADD TO BOTTOM OF style.css
   ================================================================ */

/* OVERRIDE: Body Background */
body {
/*    background: #080c1a !important;
    background-image: 
        radial-gradient(ellipse at 20% 50%, rgba(30, 60, 140, 0.08) 0%, transparent 70%),
        radial-gradient(ellipse at 80% 20%, rgba(20, 50, 120, 0.05) 0%, transparent 60%),
        linear-gradient(180deg, #060a18 0%, #0a0e1e 50%, #060a18 100%) !important;*/
    background-color: #080c1a !important;
}

/* OVERRIDE: Link Colors */
a, a:hover {
    color: #6a9cf5 !important;
}

/* OVERRIDE: Top Panel */
.top-panel {
    background: rgba(6, 10, 24, 0.9) !important;
    border-bottom: 1px solid rgba(60, 100, 200, 0.06) !important;
}

/* OVERRIDE: Menu Colors */
.menu li a {
    color: rgba(255, 255, 255, 0.5) !important;
}
.menu li a:hover,
.menu li.active a {
    color: #fff !important;
}

/* OVERRIDE: Server Time */
.server-time {
    color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(6, 10, 24, 0.6) !important;
    background-image: none !important;
    text-shadow: none !important;
    border: 1px solid rgba(60, 100, 200, 0.06) !important;
    border-radius: 8px !important;
    padding: 8px 16px !important;
    width: auto !important;
    height: auto !important;
}
.server-time span {
    color: #6a9cf5 !important;
}

/* OVERRIDE: Download Button */
.btn-download {
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4) !important;
    background-image: none !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 25px rgba(42, 90, 180, 0.3) !important;
}
.btn-download:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 8px 35px rgba(42, 90, 180, 0.4) !important;
}
.btn-download span {
    color: #fff !important;
    text-shadow: none !important;
}

/* OVERRIDE: Status Block */
.status-block>div {
    background: rgba(6, 10, 24, 0.6) !important;
    background-image: none !important;
    border: 1px solid rgba(60, 100, 200, 0.06) !important;
    border-radius: 12px !important;
}
.status-block>div::before {
    display: none !important;
}
.serverInfo__name {
    color: rgba(255, 255, 255, 0.3) !important;
}
.serverInfo__online {
    color: #4ade80 !important;
}

/* OVERRIDE: Buttons */
button:not(.dropdown-toggle):not(.btn-primary):not([name='search_item']):not([id='sell_item_show']):not(.ui-dialog-titlebar-close):not(.buy_button):not(.buttonn):not(.slick-arrow), 
.button {
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4) !important;
    background-image: none !important;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    box-shadow: 0 4px 15px rgba(42, 90, 180, 0.2) !important;
    border-radius: 6px !important;
}
button:not(.buy_button:hover):hover, .button:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(42, 90, 180, 0.3) !important;
    filter: brightness(1) !important;
}

/* OVERRIDE: Events Block */
.events-block {
    background: rgba(6, 10, 24, 0.6) !important;
    background-image: none !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-radius: 12px !important;
}
.news-top-title span {
    color: rgba(255, 255, 255, 0.25) !important;
}
.news-top-title span.active {
    color: #fff !important;
}
.pp {
    color: #6a9cf5 !important;
}
.tab-block li:hover {
    background: rgba(60, 120, 255, 0.05) !important;
}
.tab-block li .info span {
    color: #6a9cf5 !important;
}
.button-more {
    background: rgba(60, 120, 255, 0.1) !important;
    background-image: none !important;
    color: #6a9cf5 !important;
    border: 1px solid rgba(60, 120, 255, 0.1) !important;
}
.button-more:hover {
    background: #4a7ad4 !important;
    color: #fff !important;
}

/* OVERRIDE: Widget Block */
.widget-block {
/*    background: rgba(6, 10, 24, 0.6) !important;
    background-image: none !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-radius: 12px !important;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3) !important;*/
}
.info-widget-block {
    color: #6a9cf5 !important;
}
.info-widget-block h2 {
    color: #fff !important;
}
.top-list {
    color: #c8d0e0 !important;
}
.top-list a {
    color: #c8d0e0 !important;
}
.top-list:hover {
    background: rgba(60, 120, 255, 0.05) !important;
}
.top-list:hover a {
    color: #6a9cf5 !important;
}
.top-title {
    color: rgba(255, 255, 255, 0.25) !important;
}
.x-buttons input, .x-buttons a {
    background: rgba(255, 255, 255, 0.03) !important;
    color: rgba(255, 255, 255, 0.3) !important;
}
.x-buttons input:hover, .x-buttons a:hover {
    background: #4a7ad4 !important;
    color: #fff !important;
}

/* OVERRIDE: Video Panel */
.video-block {
    background: rgba(6, 10, 24, 0.6) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-radius: 12px !important;
}
.title-video-panel {
    color: #fff !important;
}
.title-video-panel::after {
    background: rgba(255, 255, 255, 0.05) !important;
}
.fast-link {
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-radius: 12px !important;
}
.fast-link:hover {
    border-color: rgba(60, 120, 255, 0.2) !important;
}
.title-link {
    color: #fff !important;
}
.text-link {
    color: rgba(255, 255, 255, 0.3) !important;
}

/* OVERRIDE: Market Panel */
.market-panel {
    background: rgba(6, 10, 24, 0.6) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-radius: 12px !important;
}
.market-panel h2 {
    color: #fff !important;
}
.market-panel h2::after {
    background: rgba(255, 255, 255, 0.05) !important;
}
.list-goods li {
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    background-color: rgba(6, 10, 24, 0.4) !important;
}
.button-buy {
    background: rgba(60, 120, 255, 0.1) !important;
    color: #6a9cf5 !important;
    border: 1px solid rgba(60, 120, 255, 0.1) !important;
}
.button-buy:hover {
    background: #4a7ad4 !important;
    color: #fff !important;
}
.price {
    color: #6a9cf5 !important;
}
.button-market {
    background: rgba(255, 255, 255, 0.03) !important;
    color: #6a9cf5 !important;
    border: 1px solid rgba(255, 255, 255, 0.03) !important;
}
.button-market:hover {
    background: #4a7ad4 !important;
    color: #fff !important;
}

/* OVERRIDE: Footer */
.line {
    background: rgba(255, 255, 255, 0.05) !important;
}
.to-the-top {
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    background: rgba(6, 10, 24, 0.6) !important;
}
.button-to-the-top {
    background: rgba(255, 255, 255, 0.05) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236a9cf5'%3E%3Cpath d='M12 4l-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8z'/%3E%3C/svg%3E") center center no-repeat !important;
    background-size: 20px !important;
}
.button-to-the-top:hover {
    border: 1px solid #4a7ad4 !important;
    background-color: #4a7ad4 !important;
}
.f-menu li a {
    color: rgba(255, 255, 255, 0.3) !important;
}
.f-menu li a:hover {
    color: #fff !important;
}
.lang-block:after {
    border-top-color: rgba(255, 255, 255, 0.3) !important;
}
.main-item {
    color: rgba(255, 255, 255, 0.3) !important;
}
.hidden-block {
    background: rgba(6, 10, 24, 0.95) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-radius: 8px !important;
}
.hidden-block a {
    color: rgba(255, 255, 255, 0.3) !important;
}
.hidden-block a:hover {
    background: rgba(60, 120, 255, 0.05) !important;
    color: #fff !important;
}
.info-copyright {
    color: rgb(255, 255, 255) !important;
}
.info-copyright a {
    color: #6a9cf5 !important;
}

/* OVERRIDE: Modal */
.modal_window {
    background: rgba(6, 10, 24, 0.95) !important;
    border: 1px solid rgba(60, 100, 200, 0.06) !important;
    border-radius: 12px !important;
    background-image: none !important;
}
.modal_window h3 {
    color: #fff !important;
}
.modal_form input,
.modal_form select,
.modal_form textarea {
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    color: #c8d0e0 !important;
    border-radius: 6px !important;
}
.modal_form input:focus {
    border-color: #4a7ad4 !important;
}
.formGroup-name {
    color: rgba(255, 255, 255, 0.2) !important;
}
.lost-pass {
    color: #6a9cf5 !important;
}

/* OVERRIDE: News Block */
.news-block {
    background: rgba(6, 10, 24, 0.6) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-radius: 12px !important;
    background-image: none !important;
}
.news-block h3 {
    color: #6a9cf5 !important;
}
.news-block h2 {
    color: #6a9cf5 !important;
}
.news-block p a:hover {
    color: #6a9cf5 !important;
}
.news-block .date {
    color: #6a9cf5 !important;
}

/* OVERRIDE: Download Page */
.download h2 {
    color: #6a9cf5 !important;
}
.download h3 {
    color: #6a9cf5 !important;
}
.btn-download-file {
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4) !important;
    background-image: none !important;
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
    border-radius: 6px !important;
}
.btn-download-file:hover {
    box-shadow: 0 10px 26px -6px rgba(42, 90, 180, 0.4) !important;
}

/* OVERRIDE: Log-in After Authorization */
.icon-log-in img {
    border: 2px solid rgba(255, 255, 255, 0.1) !important;
}
.log-in-menu-1 ul {
    background: rgba(6, 10, 24, 0.95) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
    border-radius: 8px !important;
}
.hidden-block-log-in a:hover {
    background: rgba(60, 120, 255, 0.05) !important;
    color: #6a9cf5 !important;
}
.log-out {
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.icon-login-big {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.icon-login-big span {
    color: rgba(255, 255, 255, 0.3) !important;
}
.menulog-in li a {
    color: #c8d0e0 !important;
}
.menulog-in li a:hover {
    color: #6a9cf5 !important;
}
.acp-coins .coins-title {
    color: rgba(255, 255, 255, 0.4) !important;
}
.acp-coins .coins {
    color: #6a9cf5 !important;
}

/* OVERRIDE: Shop */
.shop-product-list-item {
    background: rgba(6, 10, 24, 0.6) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
}
.shop-product-list-item .detail .item-name {
    color: #6a9cf5 !important;
}
.shop-product-list-item .detail .price {
    color: #6a9cf5 !important;
}
.shop-product-list-item .detail .item-buy {
    background: linear-gradient(135deg, #4a7ad4, #2a5ab4) !important;
    color: #fff !important;
}
.dmn-sidebar-box {
    background: rgba(6, 10, 24, 0.6) !important;
    border: 1px solid rgba(60, 100, 200, 0.05) !important;
}
.dmn-sidebar-box-title {
    color: #6a9cf5 !important;
}
.dmn-sidebar-box-items a {
    color: #c8d0e0 !important;
}
.dmn-sidebar-box-items a:hover {
    color: #6a9cf5 !important;
}

/* ================================================================
   NEW HERO SECTION - FULL WIDTH 100vh
   ================================================================ */

.header-fullwidth {
    min-height: 90vh !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 40px 40px !important;
    background: url('../images/background-wars.png') center center / cover no-repeat !important;
    background-color: #060a18 !important;
    width: 100% !important;
    overflow: hidden !important;
}

.header-bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        rgba(6, 10, 24, 0.65),
        radial-gradient(ellipse at 30% 40%, rgba(30, 60, 140, 0.10) 0%, transparent 60%),
        radial-gradient(ellipse at 70% 60%, rgba(20, 50, 120, 0.06) 0%, transparent 50%);
    z-index: 0;
    pointer-events: none;
}

.hero-container {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 1600px;
    gap: 40px;
    align-items: center;
}

.hero-left {
    /*flex: 1.8;*/
    padding: 20px 0;
    text-align: center;
}
.hero-middle {
  max-width: 1000px;
  width: 700px;
}
.logo-main {
    margin-bottom: 15px;
}

.logo-main img {
    max-width: 280px;
    height: auto;
    filter: drop-shadow(0 0 40px rgba(60, 120, 255, 0.08));
}

.hero-text .rise-text {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-bottom: 5px;
    text-shadow: 2px 2px #00000057;
}

.hero-text .become-text {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 56px;
    font-weight: 900;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.05;
}

.hero-text .become-text .line1 {
    background: linear-gradient(180deg, #ffffff 30%, rgba(200, 215, 255, 0.6) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text .become-text .line2 {
    background: linear-gradient(180deg, rgb(200, 215, 255) 20%, rgba(60, 120, 255, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text .x-text {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 90px;
    font-weight: 900;
    letter-spacing: 3px;
    background: linear-gradient(135deg, #6a9cf5 0%, #3a7ad4 40%, #6a9cf5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin: -5px 0;
}

.hero-subtitle {
    font-size: 22px;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    margin-top: 8px;
    font-weight: 400;
    text-shadow: 2px 2px #00000057;
}

.hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*gap: 20px 30px;*/
    margin-top: 25px;
    max-width: 600px;
    text-shadow: 2px 2px #00000057;
}

.hero-features .feature-item {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.25);
    /*line-height: 1.6;*/
    text-shadow: 2px 2px #00000057;
}

.hero-features .feature-item span {
    color: #6a9cf5;
    font-weight: 600;
    text-shadow: 2px 2px #00000057;
    font-size: 14px;
}

.hero-features .feature-item .highlight {
    display: block;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-shadow: 2px 2px #00000057;
}

.download-section {
    margin-top: 28px;
}

.btn-download-hero {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 16px 40px;
    border: none;
    outline: none;
    color: #fff !important;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

/* Glowing border animation */
.btn-download-hero:before {
    content: "";
    background: linear-gradient(
        45deg,
        #1a3a7a,
        #2a5ab4,
        #4a7ad4,
        #6a9cf5,
        #4a7ad4,
        #2a5ab4,
        #1a3a7a,
        #0a2a5a,
        #1a3a7a
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400% 400%;
    z-index: -1;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing-button-night 8s ease-in-out infinite;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
    opacity: 0.7;
}

.btn-download-hero:hover:before {
    opacity: 1;
    filter: blur(12px);
    -webkit-filter: blur(12px);
}

@keyframes glowing-button-night {
    0% {
        background-position: 0% 50%;
    }
    25% {
        background-position: 100% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
    75% {
        background-position: 0% 100%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Inner background */
.btn-download-hero:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #0a1a3a, #1a2a5a);
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-download-hero:hover:after {
    background: linear-gradient(135deg, #1a2a5a, #2a4a7a);
}

/* Arrow icon */
.btn-download-hero .arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(74, 122, 212, 0.2);
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
    border: 1px solid rgba(74, 122, 212, 0.2);
}

.btn-download-hero:hover .arrow-icon {
    background: rgba(74, 122, 212, 0.4);
    transform: scale(1.1);
    border-color: rgba(74, 122, 212, 0.4);
}

/* Text */
.btn-download-hero .btn-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.btn-download-hero .btn-text .main {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
}

.btn-download-hero .btn-text .sub {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
    letter-spacing: 1.5px;
    margin-top: 2px;
    color: #8ab4f8;
}

/* RIGHT COLUMN - Server Status */
.hero-right {
    flex: 1;
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.08);
    border-radius: 16px;
    padding: 25px 25px;
    backdrop-filter: blur(15px);
    text-align: center;
}

.server-status-title {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 12px;
}

.server-status-main {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.server-status-main .server-name {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

.server-status-main .server-name span {
    color: #6a9cf5;
}

.server-status-main .online-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 5px;
}

.server-status-main .online-status .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4ade80;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
    100% { opacity: 1; transform: scale(1); }
}

.server-status-main .online-status .status-text {
    font-size: 13px;
    font-weight: 600;
    color: #4ade80;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.server-players {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.server-players .label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
}

.server-players .count {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.server-time-right {
    text-align: center;
}

.server-time-right .label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgb(210, 210, 210);
    padding-bottom: 5px;
}

.server-time-right .time {
    font-size: 18px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
    font-family: 'Courier New', monospace;
}

/* BOTTOM HERO - Battle Features */
.hero-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 10px 0 30px 0; /* dagdagan ang padding sa baba para sa fade effect */
    border-top: 1px solid rgba(255, 255, 255, 0.03);
    width: 100%;
    max-width: 1400px;
    background: rgba(0, 0, 0, 0.64);
    
    /* Left and Right Fade */
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
}

/* Bottom Fade Effect - gamit ang pseudo-element */
.hero-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(6, 10, 24, 0.8) 100%
    );
    pointer-events: none;
    z-index: 2;
}

.hero-bottom .battle-item {
    text-align: center;
    text-shadow: 2px 2px #00000057;
}

.hero-bottom .battle-item .main-text {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.hero-bottom .battle-item .main-text span {
    color: #6a9cf5;
}

.hero-bottom .battle-item .sub-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgb(255, 255, 255);
    margin-top: 3px;
}

.hero-bottom .battle-divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.03);
}

.hero-bottom .join-battle {
    text-align: center;
    padding: 0 15px;
}

.hero-bottom .join-battle .main-text {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6a9cf5;
    letter-spacing: 3px;
}

.hero-bottom .join-battle .sub-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255);
    margin-top: 3px;
}
.join-battle {
    text-align: center;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 337px;
    height: 140px;
    z-index: 5;
    
    /* Image as background */
    background: url('../images/border-01.png') center center / 100% 100% no-repeat;
    background-color: transparent;
}

.join-battle .main-text {
    font-family: 'Cinzel Decorative', 'Cinzel', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #6a9cf5;
    letter-spacing: 3px;
    z-index: 2;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.join-battle .sub-text {
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 3px;
    z-index: 2;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.join-battle:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        gap: 25px;
    }
    .hero-left {
        text-align: center;
    }
    .hero-features {
        grid-template-columns: repeat(3, 1fr);
        max-width: 100%;
    }
    .hero-right {
        max-width: 400px;
        margin: 0 auto;
        width: 100%;
    }
    .hero-text .become-text {
        font-size: 42px;
    }
    .hero-text .x-text {
        font-size: 65px;
    }
    .hero-text .rise-text {
        font-size: 18px;
        letter-spacing: 8px;
    }
    .hero-bottom {
        flex-direction: column;
        gap: 12px;
    }
    .hero-bottom .battle-divider {
        display: none;
    }
}

@media (max-width: 768px) {
    .header-fullwidth {
        padding: 60px 20px 30px !important;
    }
    .hero-text .become-text {
        font-size: 32px;
        letter-spacing: 4px;
    }
    .hero-text .x-text {
        font-size: 48px;
    }
    .hero-text .rise-text {
        font-size: 14px;
        letter-spacing: 6px;
    }
    .hero-features {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .btn-download-hero {
        padding: 12px 25px;
        font-size: 14px;
    }
    .btn-download-hero .btn-text .main {
        font-size: 14px;
    }
    .hero-bottom .battle-item .main-text {
        font-size: 14px;
    }
    .hero-bottom .join-battle .main-text {
        font-size: 16px;
    }
    .logo-main img {
        max-width: 200px;
    }
}

@media (max-width: 480px) {
    .header-fullwidth {
        padding: 50px 15px 20px !important;
    }
    .hero-text .become-text {
        font-size: 24px;
        letter-spacing: 2px;
    }
    .hero-text .x-text {
        font-size: 38px;
    }
    .server-status-main .server-name {
        font-size: 18px;
    }
    .server-players .count {
        font-size: 30px;
    }
    .btn-download-hero {
        padding: 10px 18px;
        font-size: 12px;
        gap: 8px;
    }
    .btn-download-hero .btn-text .main {
        font-size: 12px;
    }
    .btn-download-hero .btn-text .sub {
        font-size: 7px;
    }
    .btn-download-hero .arrow-icon {
        width: 28px;
        height: 28px;
        font-size: 14px;
    }
    .logo-main img {
        max-width: 150px;
    }
}

/* ============================================================
   LOGIN/SIGNUP BORDER - border-02.png (493px x 252px)
   FIXED POSITION - Hindi sumasabay sa menu
   ============================================================ */

/* IMPORTANTE: Para hindi sumabay sa menu */
.top-panel-block {
    position: relative;
    overflow: visible !important;
}

.top_panel-right {
    position: relative;
    overflow: visible !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* Para may space ang border */
    padding-right: 20px;
}

/* Login/Signup Border */
.topPanel-wrapper_right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative; /* Changed from absolute */
    z-index: 20;
    padding: 8px 25px;
    width: 267px;
    height: 180px;
    background: url('../images/border-02.png') no-repeat center center;
    background-size: 100% 100%;
    background-color: transparent;
    overflow: visible;
    pointer-events: auto;
    margin-top: 0;
    margin-bottom: 0;
    flex-shrink: 0;
}

/* Para nasa loob ng border ang text */
.topPanel-wrapper_right .sign-in,
.topPanel-wrapper_right span,
.topPanel-wrapper_right .button {
    position: relative;
    z-index: 2;
    font-size: 13px;
    white-space: nowrap;
}

.topPanel-wrapper_right .sign-in {
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: 0.3s;
    text-decoration: none;
    font-weight: 500;
}

.topPanel-wrapper_right .sign-in:hover {
    color: #fff;
}

.topPanel-wrapper_right span {
    color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
}

.topPanel-wrapper_right .button {
    padding: 0;
    font-size: 11px;
    background: none;
    color: #fff;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none !important;
    box-shadow: none !important;
}

.topPanel-wrapper_right .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(42, 90, 180, 0.3);
}

/* ============================================================
   PARA HINDI MASAKTAN ANG MENU
   ============================================================ */
.menuContent {
    flex: 1;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
    .topPanel-wrapper_right {
        width: 300px;
        height: 155px;
        padding: 6px 20px;
        margin-top: -10px;
        margin-bottom: -10px;
    }
    .topPanel-wrapper_right .sign-in {
        font-size: 12px;
    }
    .topPanel-wrapper_right .button {
        font-size: 10px;
        padding: 4px 14px;
    }
    .topPanel-wrapper_right span {
        font-size: 11px;
    }
}

@media (max-width: 1024px) {
    .topPanel-wrapper_right {
        width: 260px;
        height: 135px;
        padding: 5px 15px;
        margin-top: -8px;
        margin-bottom: -8px;
    }
    .topPanel-wrapper_right .sign-in {
        font-size: 11px;
    }
    .topPanel-wrapper_right .button {
        font-size: 10px;
        padding: 4px 12px;
    }
    .topPanel-wrapper_right span {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .top-panel {
        height: auto;
        padding: 10px 0;
    }
    .top-panel-block {
        flex-wrap: wrap;
        height: auto;
        padding: 8px 15px;
        gap: 10px;
    }
    .top_panel-right {
        padding-right: 10px;
        width: 100%;
        justify-content: center;
    }
    .topPanel-wrapper_right {
        width: 220px;
        height: 115px;
        padding: 4px 12px;
        margin-top: -5px;
        margin-bottom: -5px;
    }
    .topPanel-wrapper_right .sign-in {
        font-size: 10px;
    }
    .topPanel-wrapper_right .button {
        font-size: 9px;
        padding: 3px 10px;
    }
    .topPanel-wrapper_right span {
        font-size: 9px;
    }
    .menuContent {
        width: 100%;
        order: 3;
    }
    .menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
    .menu li {
        margin-right: 10px;
        padding-left: 20px;
    }
}

@media (max-width: 480px) {
    .top-panel-block {
        padding: 5px 10px;
        gap: 5px;
    }
    .topPanel-wrapper_right {
        width: 180px;
        height: 95px;
        padding: 3px 8px;
        margin-top: -3px;
        margin-bottom: -3px;
        gap: 5px;
    }
    .topPanel-wrapper_right .sign-in {
        font-size: 8px;
        letter-spacing: 0.5px;
    }
    .topPanel-wrapper_right .button {
        font-size: 8px;
        padding: 2px 8px;
    }
    .topPanel-wrapper_right span {
        font-size: 8px;
    }
    .logo-icon img {
        height: 25px;
        margin-right: 10px;
    }
    .menu li a {
        font-size: 10px;
        padding: 5px 0;
    }
}
/* ============================================================
   REGULAR HEADER - For other pages (Downloads, Rankings, Shop, Guides, About)
   ============================================================ */
.regular-header {
    min-height: 200px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 50px 20px;
    background: #060a18;
}

.regular-header .logo {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
}

.regular-header .logo img {
    max-width: 200px;
    height: auto;
}

.regular-header .server-time {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 15px;
    align-self: center;
    background: rgba(6, 10, 24, 0.6);
    border: 1px solid rgba(60, 100, 200, 0.06);
    border-radius: 8px;
    padding: 8px 16px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-image: none;
    text-shadow: none;
}

.regular-header .server-time span {
    color: #6a9cf5;
    font-size: 11px;
}

.regular-header .sparks {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.regular-header .ray {
    display: none;
}

/* ============================================================
   RESPONSIVE FOR REGULAR HEADER
   ============================================================ */
@media (max-width: 768px) {
    .regular-header {
        min-height: 150px;
        padding: 20px 20px 15px;
    }
    .regular-header .logo img {
        max-width: 150px;
    }
    .regular-header .server-time {
        font-size: 10px;
        padding: 5px 12px;
        margin-top: 10px;
    }
    .regular-header .server-time span {
        font-size: 10px;
    }
}

@media (max-width: 480px) {
    .regular-header {
        min-height: 120px;
        padding: 15px 15px 10px;
    }
    .regular-header .logo img {
        max-width: 120px;
    }
    .regular-header .server-time {
        font-size: 9px;
        padding: 4px 10px;
        margin-top: 8px;
    }
    .regular-header .server-time span {
        font-size: 9px;
    }
}
.list-buttons {
  display: none;
}
/* Hide only the Stripe button */
a[href="stripe"] {
  display: none !important;
}

.ui-widget-content {
    background: #1c1c1c !important;
    top: 0em !important;
    margin-top: 15em;
    border: 3px solid #4a7ad4 !important;
}
