@charset "utf-8";

/* CSS Document */
/*  -----------------------------------------------------
  ------------------- General Styles ------------------
  ----------------------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:hover,
a:active,
a:focus {
  outline: none;
  outline-style: none;
  outline-width: 0;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}


body {
  margin: 0;
  padding: 0px;
  background: #445856 url(../images/bg.jpg) top center no-repeat;
  /*background-size:100%;*/

  font-family: Onest;


  height: 100vh;
  overflow-x: hidden;
  background-attachment: fixed;
  background-size: cover;

}

.clr {
  font-size: 0;
  height: 0;
  line-height: 0;
  clear: both;
}

.left {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: left;
}

.right {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  float: right;
}

a {
  text-decoration: none;
  box-shadow: none;
  transition: all 0.4s ease-in-out 0s;
}

a:hover {
  text-decoration: none;
  box-shadow: none;
  border-bottom: none;
}

a:focus {
  text-decoration: none;
  box-shadow: none;
  border-bottom: none;
}

strong {
  font-weight: 600;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.full-img {
  width: 100%;
  height: auto;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
  margin-top: 10px;
  letter-spacing: 0px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-justify {
  text-align: justify;
}

.text-center {
  text-align: center;
}

.text-transform {
  text-transform: uppercase;
}

.image-left {
  float: left;
  margin: 0px 25px 15px 0px;
}

.image-right {
  float: right;
  margin: 0px 0px 15px 25px;
}

.image-left img,
.image-right img {
  border: 0px solid #fff;
}

.alignleft {
  float: left;
  margin: 0px 25px 20px 0px;
}

.alignright {
  float: right;
  margin: 0px 0px 20px 25px;
}

.image-middle {
  margin: 0px auto 20px;
}

.img-responsive {
  width: 100%;
}

.fullbg {
  width: 100%;
}

.fullimg {
  width: 100%;
}

svg {
  transition: all 0.4s ease-in-out 0s;
}

html {
  overflow-x: hidden;
}


@font-face {
  font-family: 'Onest';
  src: url('../fonts/Onest-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nyala';
  src: url('../fonts/nyala.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



.readmore-btn {
  margin: 0px;
  padding: 0px 40px;
  display: inline-block;
  background: #6fe0cf;
  border-radius: 50px;
  font-size: 18px;
  line-height: 60px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0px
}

.readmore-btn:hover {
  background: #a068d8;
  color: #fff;
}

.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

#toTop {
  padding: 0px;
  color: #3eb49a;
  position: fixed;
  bottom: 15px;
  right: 10px;
  font-size: 32px;
  display: none;
  z-index: 999;
}

.align-items-center {
  display: flex;
  align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
}

.container {
  width: 1050px;
}

.wrapper {
  margin: 0px;
  padding: 0px;
  width: 100%;
  min-height: inherit;
  /*background:url(../images/bannertop-11.png) right top no-repeat;*/
  background-size: 100% auto;
}

.wrapper:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  min-height: 189px;
  background: linear-gradient(180deg, rgba(6, 5, 8, 0.8) 0%, rgba(6, 5, 8, 0) 100%);
}

/*=========Header Section==========*/
.topbar {
  margin: 0px;
  padding: 10px 0px;
  background: #01515c;
  width: 100%;
}

.topbar p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}

.header-top {
  margin: 0px;
  padding: 10px 0px;
}

.header {
  background: url(../images/menu_bg.png) repeat-x;


  /*background-attachment: fixed;*/
  /*background-size: cover;*/
  transition: all 0.4s ease-in-out 0s;
  height: 75px;
  line-height: 60px;
  position: relative;
}


.header .bg-left {
  background: url(../images/menu_left.png) no-repeat;
  width: 770px;
  height: 75px;
  position: absolute;
  left: 0;
  opacity: 0.25;
}


.header .bg-middle {
  background: url(../images/menu_middle.png) no-repeat;
  width: 1878px;
  height: 75px;
  position: absolute;
  left: calc(50% - 939px);

  opacity: 0.25;
}


.header .bg-right {
  background: url(../images/menu_right.png) no-repeat;
  width: 770px;
  height: 75px;
  position: absolute;
  right: 0;

  opacity: 0.25;
}

.cbp-af-header1 {
  border-bottom: 2px solid #19302a;

  -webkit-box-shadow: 0px 0px 20px -4px rgba(20, 14, 2, 1);
  -moz-box-shadow: 0px 0px 20px -4px rgba(20, 14, 2, 1);
  box-shadow: 0px 0px 20px -4px rgba(20, 14, 2, 1);
}

.sitelogo {
  margin: 5px 0 0 0;
  padding: 0px;
  transition: all 0.4s ease-in-out 0s;
}

.header-right {
  text-align: right;
  line-height: 75px;
}

.header-contact {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 25px;
}

.header-contact ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header-contact ul li {
  margin: 0px;
  padding: 0px 20px 0 0px;
  font-size: 14px;
  line-height: 18px;
  color: #8ae8f5;
  font-weight: 400;
  display: inline-block;
  position: relative;
  border-left: #fff solid 0px;
}

.header-contact ul li a {
  color: #8ae8f5;
}

.header-contact ul li a:hover {
  color: #fff;
}

.header-contact ul li i {
  font-size: 16px;
  color: #8ae8f5;
  margin-right: 8px;
  vertical-align: middle;
}

.header-contact ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}

.header-contact svg {
  font-size: 20px;
  color: #8ae8f5;
  position: absolute;
  left: 13px;
  top: 0px;
}

.header-social {
  margin: 0px 0 0 0px;
  padding: 0px 0px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.header-social ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header-social ul li {
  margin: 0px 8px 0 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #616161;
  font-weight: 400;
}

.header-social ul li a {
  margin: 0px 0px 0 5px;
  padding: 0px 12px 0 0;
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  background: transparent;
  border: #fff solid 0px;
  display: inline-block;
  border-right: #2e7ebf solid 1px;
}

.header-social ul li a:hover {
  opacity: 1;
  color: #000;
  border-color: #47b79a;
}

.header-social ul li:last-child a {
  border: none;
}

.header-cart {
  margin: 0px 0 0 0px;
  padding: 12px 0 0 0px;
  display: block;
  vertical-align: middle;
  border-left: #cbcaca solid 0px;
  text-align: right;
}

.header-cart ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.header-cart ul li {
  margin: 0px 8px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 15px;
}

.header-cart ul li svg {
  font-size: 18px;
}

.header-cart ul li span.cartnumber {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: 400;
  background: #f00;
  position: absolute;
  right: -12px;
  top: -5px;
}

.header-cart ul li a {
  position: relative;
  color: #fff;
}

.sitesearch {
  display: block;
  width: 86%;
  border-right: #2e7ebf solid 0px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.sitesearch input[type="text"],
.sitesearch input[type="search"] {
  width: 100%;
  line-height: 70px;
  font-size: 16px;
  color: #737373;
  font-weight: 500;
  border: none;
  padding: 0 150px 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border-radius: 2px;
}

.sitesearch input[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  content: '';
  width: 150px;
  height: 100%;
  background: #0156a3;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

.login-btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 0 15px;
}

.login-btn a {
  display: block;
  margin: 0px 0 0 0px;
  padding: 0px 0px;
  background: transparent;
  border-radius: 0px;
  font-size: 14px;
  line-height: 40px;
  color: #fdfffe;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.login-btn i {
  font-size: 20px;
  line-height: 35px;
  border: #fff solid 1px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  text-align: center;
  vertical-align: top;
}

.signin-box {
  margin: 0px;
  padding: 0px;
  float: right;
}

.signin-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.signin-box ul li {
  margin: 0px 5px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 40px;
  color: #51525B;
}

.signin-box ul li a {
  color: #fff;
  text-transform: uppercase;
}

.signin-box ul li:last-child a {
  color: #1fb6a6;
  text-transform: uppercase;
  background: url(../images/button-bg.png);
  background-size: 100% 100%;
  padding: 0 15px;
  line-height: 40px;
  display: inline-block;
}

.signin-box ul li:first-child a {
  text-shadow: 1px 1px 2px black;
}

.language {
  float: right;
  margin: 8px 0 0 30px;
}

.language ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 70px;
}

.language ul li {
  display: inline-block;
  vertical-align: middle;
}

.language ul li a {
  padding: 0 10px;
  border-radius: 2px;
  line-height: 30px;
  font-weight: 700;
  font-size: 12px;
  color: #D3C4C4;
  text-transform: uppercase;
  display: block;
  /*background:url(../images/language-bg.png) 0 0 no-repeat; background-size:100% 100%;*/
}


/*=========Header Section==========*/

.navigation {
  float: left;
  padding-bottom: 0px;
  transition: all 0.4s ease-in-out 0s;
}

/*=========Header Section==========*/
/*Header sticky*/
.cbp-af-header {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 9999;
  /*min-height:110px; overflow: hidden;*/
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  transition: all 0.4s ease-in-out 0s;
}

.cbp-af-header .cbp-af-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

/* Transitions and class for reduced height */
.cbp-af-header.cbp-af-header-shrink {
  min-height: 40px;
  background: rgba(255, 255, 255, 0.95);
  padding: 0px 0px;
  border-bottom: #e6e6e6 solid 1px;
  z-index: 8888;
  position: static;
  transition: all 0.4s ease-in-out 0s;
}

.cbp-af-header.cbp-af-header-shrink #cssmenu>ul>li {
  margin: 0px;
}

.cbp-af-header.cbp-af-header-shrink #cssmenu>ul>li>a {
  padding: 0px 15px;
  font-size: 9px;
  line-height: 40px;
}

.cbp-af-header.cbp-af-header-shrink #cssmenu>ul>li.has-sub a {
  padding-right: 18px;
}

.cbp-af-header.cbp-af-header-shrink #cssmenu>ul>li.has-sub>a::after {
  top: 12px;
}

.cbp-af-header.cbp-af-header-shrink .header {
  border-bottom: #2160c2 solid 0px;
  padding: 5px 0;
}

.cbp-af-header.cbp-af-header-shrink .sitelogo {
  margin: 0px 0 0px;
  width: auto;
  transition: all 0.4s ease-in-out 0s;
  max-width: 80px;
}

.cbp-af-header.cbp-af-header-shrink .header-right {
  padding-top: 7px;
  transition: all 0.4s ease-in-out 0s;
}

.cbp-af-header.cbp-af-header-shrink .header-top {
  padding: 12px 0px;
}

.cbp-af-header.cbp-af-header-shrink .header-contact ul li {
  font-size: 15px;
}

.cbp-af-header.cbp-af-header-shrink .signin-box ul li {
  line-height: 40px;
}

/* Example Media Queries */
@media screen and (max-width: 55em) {
  .cbp-af-header .cbp-af-inner {
    width: 100%;
  }
}

@media screen and (max-width: 32.25em) {
  .cbp-af-header nav a {
    font-size: 1em;
  }
}

@media screen and (max-width: 24em) {

  .cbp-af-header nav a,
  .cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 1;
  }
}

/*=========Banner section==========*/
.herobanner {
  padding: 0px;
  margin: 0px;
  width: 100%;
  position: relative;
  background: #fff;
}

/*.herobanner:before{position:absolute; left:0px; top:0px; content:''; width:100%; height:100%; background:rgba(255,255,255,0.3);}*/
.herobanner h1,
.herobanner h2 {
  font-size: 95px;
  line-height: 90px;
  font-style: normal;
  color: #fff;
  font-weight: 700;
  margin: 0px 0 20px;
  position: relative;
}

.herobanner h5 {
  font-size: 16px;
  line-height: 24px;
  color: #dee2eb;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.herobanner p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 30px;
}

.banner-caption {
  position: absolute;
  left: 0px;
  top: 52%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}

.herobanner .carousel-control .glyphicon-chevron-left {
  margin-left: 0px;
}

.herobanner .carousel-control .glyphicon-chevron-right {
  margin-right: 0px;
}

.herobanner .carousel-indicators {
  z-index: 1 !important;
  width: auto !important;
  margin-left: 0% !important;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: none;
}

.slidernav {
  position: absolute;
  bottom: 47%;
  z-index: 6;
}

.slidernav.sprev {
  left: 0%;
}

.slidernav.snext {
  right: 0%;
}

.slidernav.sprev img {
  max-width: 80%;
}

.slidernav.snext img {
  max-width: 80%;
}

.banner-bgcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgb(0, 0, 0, 0.0);
  opacity: 0;
}

.carousel-inner>.item {
  height: 550px;
  max-height: 550px;
}

.bx-controls-direction {
  display: none;
}

.bx-controls {
  position: absolute;
  right: 50px;
  top: 40%;
  z-index: 9;
}

.bx-pager-item a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  border: transparent solid 1px;
  text-align: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: 7px
}

.bx-pager-item a.bx-pager-link.active {
  border: #fff solid 1px;
  color: rgba(255, 255, 255, 1);
}

.herobanner .readmore-btn {
  background: #a068d8;
}

/*=========Banner section==========*/



.server-section {
  margin: 0px;
  padding: 120px 0 0px;
  position: relative;
  z-index: 99;
  margin-bottom: 7px;
}

.server-section h2 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 20px;
  text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);
}

.server-left {
  margin: 0px;
  padding: 0px;
  width: 32%;
  float: left;
}

.server-right {
  margin: 0px;
  padding: 0px;
  width: 66%;
  float: right;
}

.server-wrapp {
  margin: 0px 0 3px;
  padding: 0px;
  width: 100%;
  position: relative;
}

.server-wrapp:before {
  position: absolute;
  left: 0px;
  bottom: -2px;
  content: '';
  width: 100%;
  background: linear-gradient(90deg, #FF8677 50.11%, #FFFFFF 100%);
  height: 4px;
  z-index: 9;
  border-radius: 5px;
  border: 1px solid;
  border-image-source: linear-gradient(90deg, #FF8677 50.11%, #FFFFFF 100%);
}

.server-box {
  width: 49%;
  float: left;
  background: url(../images/server-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  border-bottom: #687C8A solid 2px;
  position: relative;
}

.server-box:nth-child(2n+2) {
  float: right;
}

.server-title {
  position: absolute;
  left: 0px;
  top: 18px;
  z-index: 1;
  padding: 0 20px;
}

.server-title h5 {
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
  text-transform: uppercase;
  color: #9FA8BF;
  text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);
  margin: 0 0 2px;
}

.server-title h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #9FA8BF;
  margin: 0px;
}

.server-title-inn {
  position: relative;
  padding: 0 0 0 45px;
}

.server-player {
  position: absolute;
  left: 0px;
  top: 0px;
}

.serverimg {
  margin: 20px 0 0;
  filter: grayscale(100%);
}

.server-box h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #697082;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin: 0px;
  position: absolute;
  left: 0px;
  bottom: 40px;
  padding: 0 15px;
  text-align: center;
  width: 100%;
}

.server-box-inn {
  position: relative;
  z-index: 2;
}

.serverlink-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.server-box-inn:before {
  position: absolute;
  bottom: 0px;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 24px;
  height: 18px;
  background: url(../images/player-arrow.png) 0 0 no-repeat;
}

.server-box:hover h3 {
  color: #fff;
  font-size: 30px;
}

.server-box:hover h4 {
  color: #fff;
}

.server-box:hover h5 {
  color: #fff;
}

.server-box:hover .serverimg {
  filter: grayscale(0%);
}

.server-box:hover:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/server-active.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.server-box:hover .server-box-inn:before {
  background: url(../images/player-arrow-active.png) 0 0 no-repeat;
  width: 46px;
  height: 29px;
}

.server-box.select h3 {
  color: #fff;
  font-size: 30px;
}

.server-box.select h4 {
  color: #fff;
}

.server-box.select h5 {
  color: #fff;
}

.server-box.select .serverimg {
  filter: grayscale(0%);
}

.server-box.select:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/server-active.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.server-box.select .server-box-inn:before {
  background: url(../images/player-arrow-active.png) 0 0 no-repeat;
  width: 46px;
  height: 29px;
}

.bluetheme .server-box.select h3 {
  color: #fff;
  font-size: 30px;
}

.bluetheme .server-box.select h4 {
  color: #fff;
}

.bluetheme .server-box.select h5 {
  color: #fff;
}

.bluetheme .server-box.select .serverimg {
  filter: grayscale(0%);
}

.bluetheme .server-box.select:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/server-active-blue.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.server-box:last-child:hover:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/server-active-blue.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}

.server-box.select:last-child:hover:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../images/server-active-blue.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}





.content-section {
  margin: 0px;
  padding: 0px 0 30px;
  width: 100%;
  position: relative;
  min-height: 800px;
}

.content-left {
  margin: 0px;
  padding: 0px;
  width: 324px;
  float: left;
}

.loginblock {
  /*
  background: linear-gradient(180deg, #37534c 0%, #142826 100%), linear-gradient(180deg, #57514E 0%, #14211f 100%); box-shadow: 10px 10px 120px rgba(0, 0, 0, 0.4), 20px 20px 120px rgba(0, 0, 0, 0.8); border-radius: 4px;
  */
  margin-bottom: 7px;
}

.loginblock-inn {
  padding: 25px 30px 35px;
  background: url(../images/login-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.loginblock h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 24px;
  text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);
}

.loginblock-form .form-group {
  margin-bottom: 20px;
}

.loginblock-form input[type="text"],
.loginblock-form input[type="email"],
.loginblock-form input[type="password"] {
  width: 100%;
  margin: 0px;
  padding: 0 15px;
  height: 48px;
  background: #17181B;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-width: 0.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #61667B;
  border: 1px solid;
  border-image-source: linear-gradient(113.48deg, #DA948B 26.02%, #D33F51 61.84%), linear-gradient(304.45deg, #F93B60 13.12%, rgba(231, 58, 58, 0.46) 80.86%);
}

.loginblock-form input[type="text"]:focus,
.loginblock-form input[type="email"]:focus,
.loginblock-form input[type="password"]:focus {
  border: 1px solid rgba(249, 59, 96, 0.6);
  color: #fff;
}

.loginblock-form input[type="submit"] {
  width: 128px;
  line-height: 40px !important;
  height: 46px !important;
  background: url(../images/button-bg.png);
  background-size: 100% 100%;
  border: 0 !important;
}

.loginblock-row {
  margin: 35px 0 0;
}

.loginblock-row-left {
  width: 48%;
  float: left;
}

.loginblock-row-right {
  width: 42%;
  float: right;
  padding-top: 3px;
}

.loginblock-row-right ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.loginblock-row-right ul li {
  display: block;
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #887D7A;
}

.loginblock-row-right ul li a {
  text-decoration: underline;
  color: #1fb6a6;
}

.voteblock {
  margin: 0px auto;
  padding: 0px;
  width: 98%;
  /*background: linear-gradient(180deg, rgba(49, 31, 27, 0.9) 0%, rgba(17, 15, 15, 0.9) 100%);*/
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: -2px 4px 53px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  position: relative;
  background: url(../images/votebg.png) 0 0 no-repeat;
  background-size: cover;
}

.voteblock:before {
  position: absolute;
  left: 49.5%;
  top: 5%;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  height: 90%;
  width: 1px;
}

.voteblock:after {
  position: absolute;
  left: 5%;
  top: 49.5%;
  content: '';
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 90%;
}

.votebox {
  float: left;
  width: 50%;
  padding: 20px 30px;
}

.votelist {
  margin: 0px;
  padding: 0px 0 0 50px;
  position: relative;
}

.voteblock h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 3px;
}

.voteblock h5 {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 0 0 0px;
}

.voteicon {
  position: absolute;
  left: 0px;
  top: 10px;
}

/*.voteblock-inn:before{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); width:0px; height:0px; content:''; box-shadow:10px 0px 40px #ffffff93;}*/


.rankingblock {
  margin: 0px;
  padding: 0px;
  background: url(../images/ranking-block-bg.png) no-repeat;
  min-height: 435px
}

.rankingblock-top {
  margin: 0px;
  position: relative;
}

.rankingblock-top-left {
  float: left;
  width: 62%;
}

.rankingblock-top-right {
  float: right;
  width: 35%;
  padding: 0 15px 0 0;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #657978;
}

.rankingblock-top h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 2px 30px rgba(255, 255, 255, 0.6);
  margin: 0px;
}

.rankingblock-middle {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.ranking-row {
  margin: 0px;
  padding: 8px 30px;
  background: rgba(20, 20, 20, 0.4);
  border-top: 1px solid #1a3a37;
}

.ranking-left {
  float: left;
  width: 62%;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #B4C0CB;
}

.ranking-left span {
  text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);
}

.ranking-right {
  float: right;
  width: 35%;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #B4C0CB;
}

.ranking-row:first-child .ranking-left {
  color: #FFEFB7;
}

.ranking-row:first-child .ranking-left span {
  text-shadow: 0px 1px 20px rgba(255, 239, 183, 0.6);
}

.ranking-row:first-child .ranking-right {
  color: #FFEFB7;
  text-shadow: 0px 1px 20px rgba(255, 239, 183, 0.6);
}

.ranking-row:nth-child(2) .ranking-left {
  color: #85CCFF;
}

.ranking-row:nth-child(2) .ranking-left span {
  text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);
}

.ranking-row:nth-child(2) .ranking-right {
  color: #85CCFF;
  text-shadow: 0px 1px 20px rgba(133, 204, 255, 0.6);
}

.ranking-row:nth-child(3) .ranking-left {
  color: #FF9393;
}

.ranking-row:nth-child(3) .ranking-left span {
  text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);
}

.ranking-row:nth-child(3) .ranking-right {
  color: #FF9393;
  text-shadow: 0px 1px 20px rgba(255, 147, 147, 0.6);
}

.rankingblock-bottom {
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

/*.rankingblock-bottom a{width:100%; display:block; line-height:52px; font-weight: 600; font-size: 14px;  color: #9A817F;}*/


.rankingrow {
  margin: 0px;
  padding: 7px 30px;
}

.rankingrow-left {
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #8d9f9c;
}

.rankingrow-left span {
  text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);
}

.rankingrow-middle {
  float: left;
  width: 25%;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #8d9f9c;
}

.rankingrow-right {
  float: left;
  width: 25%;
  font-weight: 700;
  font-size: 15px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #D0BBBB;
}

.rankingrow-right span {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
}

.rankingrow img {
  float: right;
}

/*
.rankingrow:first-child .ranking-left{color: #FFEFB7;}
.rankingrow:first-child .ranking-left span{text-shadow: 0px 1px 20px rgba(255, 239, 183, 0.6);}
.rankingrow:first-child .ranking-right{color:#FFEFB7;text-shadow: 0px 1px 20px rgba(255, 239, 183, 0.6);}
.rankingrow:nth-child(2) .ranking-left{color: #85CCFF;}
.rankingrow:nth-child(2) .ranking-left span{text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);}
.rankingrow:nth-child(2) .ranking-right{color:#85CCFF; text-shadow: 0px 1px 20px rgba(133, 204, 255, 0.6);}
.rankingrow:nth-child(3) .ranking-left{color: #FF9393;}
.rankingrow:nth-child(3) .ranking-left span{text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);}
.rankingrow:nth-child(3) .ranking-right{color:#FF9393;text-shadow: 0px 1px 20px rgba(255, 147, 147, 0.6);}


.sparkbg01{background: linear-gradient(90.03deg, rgba(95, 32, 32, 0.7) 0.02%, rgba(0, 0, 0, 0.28) 99.98%);
border-top: 1px solid #1a3a37;}
.sparkbg01 .rankingrow-left{ color:#FFF; font-weight:600; }
.sparkbg01 .rankingrow-right{color:#FFF;}


.sparkbg02{background: linear-gradient(90deg, rgba(19, 26, 46, 0.7) 0%, rgba(0, 0, 0, 0.28) 100%);
border-top: 1px solid #1a3a37;}
.sparkbg02 .rankingrow-left{ color:#FFF; font-weight:600; }
.sparkbg02 .rankingrow-right{color:#FFF;}

.sparkbg03{background: linear-gradient(90deg, rgba(17, 46, 44, 0.7) 0%, rgba(0, 0, 0, 0.28) 100%);
border-top: 1px solid #1a3a37;}
.sparkbg03 .rankingrow-left{ color:#FFF; font-weight:600; }
.sparkbg03 .rankingrow-right{color:#FFF;}
*/

.content-right {
  margin: 0px;
  padding: 0px;
  width: 670px;
  float: right;
}

.welcome-section {
  margin: 0px;
  padding: 0px;
  position: relative;
  min-width: 670px;
  min-height: 330px;
}

.welcome-section h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px -3px 10px rgba(255, 255, 255, 0.1), 0px -3px 30px rgba(255, 255, 255, 0.3);
  margin: 0px 0 0px;
}

.welcome-section h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #BA9A7C;
  margin: 0px 0 15px;
}

.welcomebox {
  margin: 0px;
  padding: 0px;
  background: url(../images/welcome.png) 0 0 no-repeat;
  background-size: 670px 250px;
}

.welcome-button {
  margin: 0px;
  padding: 20px 0 0 0;
  width: 100%;
}

.welcome-button ul {
  margin: 0px;
  padding: 0px;
  list-style: 0px;
}

.welcome-button ul li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}

.welcome-button ul li a {
  height: 52px;
  width: 220px;
  background: url(../images/welcome-btn-bg.png) 0 0 no-repeat;
  display: block;
  position: relative;
  padding: 0 0 0 80px;
  line-height: 50px;
  color: #1fb6a6;
  font-weight: 600;
  font-size: 16px;
}

.welcome-button ul li a .button-icon {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  position: absolute;
  left: 47px;
  top: 10px;
}

/*.welcome-button ul li:nth-child(2) a{background: #5A66EF30;}
.welcome-button ul li:nth-child(2) a .button-icon{background:#5965ED30;}
.welcome-button ul li:nth-child(3) a{background: #00C0AA30;}
.welcome-button ul li:nth-child(3) a .button-icon{background:#00A38F30;}
*/



.register-section {
  margin: 0px 0 20px;
  padding: 40px;
  position: relative;
  background: url(../images/register-bg-red.png) 0 0 no-repeat;
  /*background-size:100% 100% !important;*/
  background-size: cover !important;
  background-position: top right !important;
  min-height: 330px;
  box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.2), 10px 10px 120px rgba(0, 0, 0, 0.4), 20px 20px 120px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

.register-section h2 {
  font-family: Nyala;
  font-size: 24px;
  font-weight: normal;
  margin: 0px 0 30px;
  color: #1fb6a6;
}

.register-section h6 {
  font-size: 11px;
  line-height: normal;
  color: rgba(143, 121, 120, 1);
  margin: 0 0 15px;
}

.register-section label {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 0px;
}

.register-section label img {
  margin-right: 5px;
}

.registerblock-form {
  margin: 0px auto;
  width: 100%;
  text-align: center;
}

.registerblock-form .form-group {
  margin-bottom: 20px;
}

.registerblock-form input[type="text"],
.registerblock-form input[type="email"],
.registerblock-form input[type="password"] {
  width: 100%;
  margin: 0px;
  padding: 0 15px;
  height: 48px;
  background: #17181B;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-width: 0.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #588782;
  border: 1px solid;
  border-image-source: linear-gradient(113.48deg, #DA948B 26.02%, #D33F51 61.84%), linear-gradient(304.45deg, #F93B60 13.12%, rgba(231, 58, 58, 0.46) 80.86%);
}

.registerblock-form input[type="password"] {
  background: #122624;
  /*background-image:url(../images/password.png); background-position:96% center; background-repeat:no-repeat;*/
}

.registerblock-form input[type="text"]:focus,
.registerblock-form input[type="email"]:focus,
.registerblock-form input[type="password"]:focus {
  border: 1px solid rgba(249, 59, 96, 0.6);
  color: #fff;
}

.registerblock-form input[type="submit"] {
  width: 128px;
  line-height: 46px;
  background: url(../images/button-bg.png);
  background-size: 100% 100%;
  color: rgba(31,182,166, 1);
  border: 0;
  padding-bottom: 4px;
}

.registerblock-form .loginblock-row {
  margin-top: 20px;
}


.registerblock-form .form-group {
  text-align: left !important;
}

.news-section {
  margin: 0px;
  position: relative;
  background: #142c2a no-repeat;
  padding-top: 10px;
  /*min-height:250px; */
}

.news-section h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-shadow: 0px 2px 30px rgba(255, 255, 255, 0.6);
}

.redimg {
  visibility: visible;
}

.blueimg {
  visibility: hidden;
}

.orenge-color {
  color: #6fe0cf;
}

.bluecolor {
  color: #1fb6a6
}

.yellowcolor {
  color: #ffffff;
}

/*====================================================================
======================Blue Template Start=============================
======================================================================*/
body.bluetheme {
  background: #343742 url(../images/bg-saphirus.jpg) center top no-repeat;
  background-size: cover;
  /*background-size:100% !important;*/
  /*background-position:100% 100%;*/
}

.bluetheme .welcome-section {
  background: url(../images/welcome-bg-blue.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.bluetheme .welcomebox {
  background: url(../images/welcome-blue.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.bluetheme .welcome-section h5 {
  color: #C5CBFB;
}

.bluetheme .register-section {
  background: url(../images/register-bg-blue.png) 0 0 no-repeat;
  background-size: cover !important;
  background-position: top right !important;
}

.bluetheme .registerblock-form input[type="text"],
.bluetheme .registerblock-form input[type="email"],
.bluetheme .registerblock-form input[type="password"] {
  color: rgba(85, 97, 207, 1);
}

.registerblock-form input[type="text"]:focus,
.registerblock-form input[type="email"]:focus,
.registerblock-form input[type="password"]:focus {
  border: 1px solid rgba(85, 97, 207, 0.6);
}

.bluetheme .registerblock-form input[type="submit"] {
  box-shadow: 0px 4px 50px rgba(157, 162, 207, 0.2), 0px 4px 20px rgba(157, 162, 207, 0.1), 0px 4px 53px rgba(157, 162, 207, 0.2);
  color: #3D4CD1;
}

.bluetheme .redimg {
  visibility: hidden;
}

.bluetheme .blueimg {
  visibility: visible;
}

.bluetheme .register-section h6 {
  color: #8C8EA7;
}

.bluetheme .registerblock-form input[type="password"] {
  background: #122624;
  /*background-image: url(../images/password-blue.png);*/
}

.bluetheme .news-section {
  background: url(../images/news-bg-blue.png) 0 0 no-repeat;
  min-height: 200px;
  background-size: 100% 100%;
}

.bluetheme .loginblock-inn {
  background: url(../images/login-bg-blue.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.bluetheme .loginblock-form input[type="submit"] {
  background: url(../images/button-bg.png);
  background-size: 100% 100%;
}

.bluetheme .loginblock-row-right ul li a {
  color: #7A7B8C;
}

.bluetheme .server-wrapp::before {
  background: linear-gradient(90deg, rgb(85, 97, 207) 50.11%, #FFF 100%);
  border-image-source: linear-gradient(90deg, rgb(85, 97, 207) 50.11%, #FFFFFF 100%);
}

.bluetheme .voteblock {
  background: url(../images/votebg-blue.png) 0 0 no-repeat;
}

.bluetheme .rankingblock {
  background: linear-gradient(180deg, #3F424F 0%, #1A1E2B 100%);
  box-shadow: 10px 10px 120px rgba(0, 0, 0, 0.4), 20px 20px 120px rgba(0, 0, 0, 0.8);
}

.bluetheme .ranking-row {
  border-top: 1px solid #343E58;
}

.bluetheme .rankingblock-top-right {
  color: #7A7B8C;
}

.bluetheme .rankingblock-bottom a {
  color: #7A7B8C;
}

.bluetheme .signin-box ul li:last-child a {
  border: 2px solid #3D4CD1;
}

.bluetheme .language ul li a {
  color: #D3C4C4;
  background: url(../images/language-bg-blue.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

/*====================================================================
======================Blue Template End=============================
======================================================================*/
.login-blank {
  min-height: 1000px;
  margin: 0px;
  padding: 40px;
  position: relative;
  background: linear-gradient(180deg, #3f4f4b 0%, #142826 100%);
  box-shadow: 20px 20px 120px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}

.userpanel-block {
  margin: 0px;
  padding: 0px;
  background: url(../images/userpanel-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.userpanel-block-inn {
  padding: 0px;
  margin: 0px;
  position: relative;
}

.loginuser-section {
  margin: 0px 0 30px;
  position: relative;
  padding: 10px 45px 10px 15px;
  width: 100%;
  background: url(../images/profile-arrow1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.loginuser {
  float: left;
  width: 20%;
}

.loginuser img {
  width: 96%;
}

.loginuser-name {
  float: left;
  width: 50%;
  padding-left: 2%;
  padding-right: 4%;
}

.loginuser-name h2 {
  color: #FFF;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.loginuser-name h5 {
  margin-top: 6px;
}

.loginuser-name h5 a {
  color: #6fe0cf;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.loginuser-name h5 img {
  vertical-align: middle;
  margin: 0px 2px;
}


.loginuser-meter {
  float: right;
  width: 30%;
  text-align: center;
}

.loginuser-meter .meterbox {
  background: url(../images/meter-bg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 13px;
}

.loginuser-meter .meterbox h3 {
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  margin-top: 2px;
}

.loginuser-meter .meterbox h4 {
  color: #FFF;
  font-size: 11px;
  line-height: 12px;
  font-weight: 400;
  margin-top: 2px;
}

.loginuser-meter h6 {
  color: #4d7069;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
}

.loginuser-meter h6 span {
  color: #6fe0cf;
}


.loginuser-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}


.userpanel-list {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}

.userpanel-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.userpanel-list ul li {
  font-family: Nyala;
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  background: linear-gradient(90deg, rgba(20,44,42, 0.3) 0%, rgba(31,182,166, 0.24) 100%);
  ;
  font-size: 20px;
  line-height: 46px;
  color: #7a9a92;
}

.userpanel-list ul li a {
  color: rgba(31,182,166, 1);
  display: block;
}

.userpanel-list ul li img {
  margin-right: 10px;
}

.userpanel-list ul li:hover::before {
  content: '';
  position: absolute;
  right: 5px;
  top: 25%;
  background: url(../images/icon-cloud.png) 0 0 no-repeat;
  width: 43px;
  height: 24px;
  /*opacity:0.3; */
}

.userpanel-list ul li:hover {
  background: linear-gradient(90deg, rgba(20,44,42, 0.5) 0%, rgba(31,182,166, 0.4) 100%);
}

.userpanel-list ul li.select::before {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  background: url(../images/userpanel-list-arrow.png) 0 0 no-repeat;
  width: 10px;
  height: 16px;
  opacity: 1;
}

/*.userpanel-list ul li:hover{background:url(../images/useractive.png) 0 0 no-repeat; background-size:100% 100%; }*/
.userpanel-list ul li:hover a {
  color: #fff;
}

.userpanel-list ul li img {
  vertical-align: middle;
  margin-top: -10px;
  opacity: 0.5;
}

.userpanel-list ul li.select {
  background: url(../images/useractive.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.userpanel-list ul li.select a {
  color: #fff;
}






















/*=========Footer section==========*/
.footer {
  margin: 0px;
  padding: 150px 0 80px;
  background: url(../images/footer-bg.png) 95% bottom no-repeat #fff;
  position: relative;
}

.footerlogo {
  margin: 0 0 0px;
  padding: 0px;
}

.footer h2 {
  font-size: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 30px;
}

.footer-contact {
  padding: 0px 0 0 25px;
  margin-bottom: 0px;
}

.footer-contact ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footer-contact ul li {
  margin: 0px 0 15px 0px;
  padding: 0px 0 0 32px;
  font-size: 16px;
  line-height: 20px;
  color: #b8ced1;
  font-weight: 400;
  display: block;
  position: relative;
  border-right: #929292 solid 0px;
}

.footer-contact ul li a {
  color: #b8ced1;
}

.footer-contact ul li a:hover {
  color: #8ae8f5;
}

.footer-contact ul li svg {
  position: absolute;
  left: 0px;
  top: 3px;
  color: #8ae8f5;
}

.footer-contact ul li i {
  position: absolute;
  left: 0px;
  top: 3px;
  color: #8ae8f5;
  font-size: 16px;
}

.footer-contact ul li span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.footer-contact ul li:last-child {
  border: none;
}

.footermenu {
  margin: 0px 0 0px;
  padding: 0px 0 0px 25px;
}

.footermenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.footermenu ul li {
  margin: 0px 0 15px;
  padding: 0px 0px 0 0px;
  display: block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  color: #767676;
  font-weight: 700;
}

.footermenu ul li a {
  color: #767676;
}

.footermenu ul li a:hover {
  color: #6fe0cf;
}

.footermenu ul li:last-child {
  margin-bottom: 0px;
  border: none;
}

.useslink {
  margin: 0px 0 0px;
  padding: 2px 0px 10px;
  text-align: right;
}

.useslink ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.useslink ul li {
  margin: 0px 0 0px;
  padding: 0px 12px;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.useslink ul li a {
  color: #fff;
}

.useslink ul li a:hover {
  color: #6fe0cf;
}

.useslink ul li:last-child {
  margin-bottom: 0px;
  background-image: none;
  padding-right: 0px;
}

.footer-social {
  margin: 0px 0 0px;
  padding: 0px 0 0px;
}

.footer-social ul {
  margin: 0px 0 0 0px;
  padding: 0px;
  list-style: none;
}

.footer-social ul li {
  margin: 0px 8px 0 0;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
}

.footer-social ul li a {
  margin: 0px;
  padding: 0px;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border-radius: 0px;
}

.footer-social ul li a:hover {
  color: #6fe0cf;
}

.footer-social ul li:last-child {
  margin-right: 0px;
}

.copyright-section {
  margin: 0px 0 0px;
  padding: 15px 0px;
  width: 100%;
  text-align: center;
  background: #010506;
}

.copyright-section p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #3d8992;
  padding: 0px 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.copyright-section p a {
  color: #3d8992;
}

.copyright-section p a:hover {
  color: #fff;
}

.subscribe-block {
  max-width: 100%;
  margin: 0 0 0px;
  position: relative;
}

.subscribe-block input[type="text"],
.subscribe-block input[type="email"] {
  width: 100%;
  padding: 0 170px 0 30px;
  line-height: 66px;
  background: #fff;
  border: #7e7f81 solid 1px;
  color: #000;
  border-radius: 50px;
  font-size: 18px;
  color: #777777;
  font-weight: 400;
}

.subscribe-block input[type="submit"] {
  width: auto;
  background: #a068d8;
  text-align: center;
  display: block;
  line-height: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 0 50px;
  border-radius: 50px;
  text-transform: none;
  letter-spacing: 1px;
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
}

.subscribe-form {
  position: relative;
}

/*=========Footer section==========*/

/*=========Inner Banner==========*/
.innerbanner {
  margin: 0px 0 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  position: relative;
}

.innerbanner-caption {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.innerbanner h1 {
  font-size: 75px;
  line-height: 78px;
  color: #fff;
  font-weight: 700;
  margin: 0px;
  text-shadow: 1px 3px 10px #00000033;
  font-style: normal;
}

.bgrey-caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.breadcrumbs {
  border-bottom: #e9e9e9 solid 1px;
  padding: 15px 0;
}

.breadcrumbs ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.breadcrumbs ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 18px 0 0;
  position: relative;
  font-size: 13px;
  line-height: 16px;
  color: #595959;
  font-weight: 500;
}

.breadcrumbs ul li a {
  color: #3ebd9a;
}

.breadcrumbs ul li a:hover {
  color: #595959;
}

.breadcrumbs ul li:before {
  position: absolute;
  right: 6px;
  top: 0px;
  width: 6px;
  height: 100%;
  content: '>';
  font-size: 13px;
  line-height: normal;
  color: #3ebd9a;
  font-weight: 500;
}

.breadcrumbs ul li:last-child:before {
  display: none;
}



/*=======inner content=======*/
.innercontent {
  margin: 0px auto;
  padding: 60px 0px;
  width: 100%;
  position: relative;
}

.innercontent h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #333;
  text-align: center;
  position: relative;
  margin: 0px auto 20px;
}

.innercontent h2.pagetitle {
  font-size: 50px;
  line-height: 54px;
  font-weight: 700;
  color: #000;
  position: relative;
  margin: 0px 0 40px;
  text-align: center;
}

.innercontent h2 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.innercontent h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.innercontent h4 {
  font-size: 20px;
  line-height: 23px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.innercontent h5 {
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.innercontent h6 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.innercontent p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
}

.innercontent p:last-child {
  margin-bottom: 0px;
}

.innercontent p a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}

.innercontent p a:hover {
  color: #5cc9b8;
}

.innercontent ol {
  margin: 0px 0px 25px 20px;
  padding: 0px;
}

.innercontent ol li {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  height: auto;
  width: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #a1a1a1;
}

.innercontent ol li a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}

.innercontent ol li a:hover {
  color: #3fc6a2;
}

.innercontent ul {
  margin: 0px 0px 25px 20px;
  padding: 0px;
}

.innercontent ul li {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  height: auto;
  width: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #a1a1a1;
}

.innercontent ul li a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}

.innercontent ul li a:hover {
  color: #5cc9b8;
}

.innercontent ul.bullet {
  margin: 0px 0px 25px 0px;
  padding: 0px;
  list-style: none;
}

.innercontent ul.bullet li {
  margin: 0px 0px 12px 0px;
  padding: 0px 0px 0px 26px;
  background: url(../images/bullet.png) left 6px no-repeat;
  height: auto;
  width: auto;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #a1a1a1;
}

.innercontent ul.bullet li a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}

.innercontent ul.bullet li a:hover {
  color: #5cc9b8;
}

.imgframeleft {
  margin: 0px;
  padding: 65px 20px 0 75px;
  position: relative;
  z-index: 1;
}

.imgframeleft:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/picturebg.png) 0 0 no-repeat;
  z-index: -1;
}

.imgframeright {
  margin: 0px;
  padding: 65px 75px 0 20px;
  position: relative;
  z-index: 1;
  float: right;
}

.imgframeright:before {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: '';
  background: url(../images/picturebg.png) right 0 no-repeat;
  z-index: -1;
}

.pd0 {
  padding: 0px;
}

/*=======inner content=======*/

/*========popup start==================*/
/* Outer */
.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

/* Inner */
.popup-inner {
  width: 100%;
  max-width: 550px;
  padding: 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
  border-radius: 3px;
  background: #fff;
  border: #39a7d3 solid 2px;
}

.getaquote-popup {
  margin: 0px;
  padding: 20px 20px;
  height: auto;
  width: 100%;
  height: auto;
}

/* Close Button */
.popup-close {
  width: 30px;
  height: 30px;
  padding-top: 4px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 100%;
  color: #fff;
}

.popup-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
  background: rgba(0, 0, 0, 1);
  text-decoration: none;
  background: #f00;
  color: #fff;
}

.bookingform {
  padding: 20px 30px;
}

.bookingform label {
  color: #333;
  font-size: 14px;
}

.popup-inner h2 {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  background: #39a7d3;
  display: block;
  font-weight: 700;
  margin-bottom: 18px;
  padding-left: 2%;
  text-transform: uppercase;
  margin-top: 0px;
  text-align: center;
}

.popup-inner input[type="text"],
.popup-inner input[type="email"],
.popup-inner input[type="tel"],
.popup-inner textarea {
  margin: 0px auto 3px;
  padding: 0px 15px;
  height: 40px;
  width: 100%;
  color: #737373;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  border: #8f8f8f solid 1px;
  background: #fff;
}

.popup-inner textarea {
  padding: 10px 15px;
  resize: none;
  height: 80px;
}

.popup-inner input[type="submit"] {
  margin: 0px 0px 0px 0px;
  padding: 0px 25px;
  text-align: left;
  height: 40px;
  width: auto;
  color: #fff;
  font-size: 15px;
  line-height: 38px;
  font-weight: 400;
  background: #39a7d3;
  border: none;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 30px;
}

.popup-inner input[type="submit"]:hover {
  background: #333;
  border-radius: 30px;
}

/*========popup end==================*/

/*========Search Open Start==================*/
#search {
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(100%, -100%) scale(0, 0);
  -moz-transform: translate(100%, -100%) scale(0, 0);
  -o-transform: translate(100%, -100%) scale(0, 0);
  -ms-transform: translate(100%, -100%) scale(0, 0);
  transform: translate(100%, -100%) scale(0, 0);
  opacity: 0;
  z-index: 99999;
  text-align: center;
}

.search-caption {
  width: 100%;
  height: 100%;
  position: relative;
  border: 0px solid red;
  right: 0px;
  top: 0px;
}

.search-inner {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 777;
  top: 50%;
  text-align: center;
  color: #FFF;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-align: right;
  padding: 0% 2%;
  text-align: center;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #39a7d3;
  border-color: #34d2ba;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
  z-index: 99999;
}

.search-inner input[type="text"] {
  margin: 0px auto 25px;
  padding: 0px 0px;
  height: 50px;
  width: 60%;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-weight: 400;
  border: none;
  background: none;
  display: block;
  border-bottom: #606060 solid 1px;
}

.search-inner input[type="submit"] {
  margin: 0px;
  padding: 0px 40px;
  width: auto;
  background: #39a7d3;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  font-weight: 400;
  border: none;
}

/*========Search Open end==================*/

/*========Account Page start==================*/
.user-block {
  margin: -50px 0 0px;
  padding: 0px;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.user {
  margin: 0px 5px 0 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.user-block i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: rgba(147, 147, 147, 1);
}

.accountbody {
  background: url(../images/account-bg.png) center top no-repeat;
  background-size: 100% 100%;
}

.accountbody .footer {
  background-color: transparent;
}

.accountbody .cbp-af-header {
  position: static;
  border-bottom: rgba(153, 75, 170, 1) solid 0.5px;
}

.accountbody .cbp-af-header.cbp-af-header-shrink {
  position: fixed;
}

.account-section .nav-tabs>li {
  margin-bottom: 0px;
}

.account-section .nav-tabs>li>a {
  color: #777777;
  border: none;
  border-bottom: transparent solid 2px;
}

.account-section .nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: none;
  border-bottom: #994BAA solid 2px;
}

.account-section {
  margin: 0px;
  padding: 80px 0px;
  width: 100%;
  position: relative;
}

.account-wrap {
  margin: 0px;
  padding: 30px 50px;
  background: #FFFFFF;
  border: 0.875385px solid #E5E5E5;
  border-radius: 17.5077px;
  position: relative;
  z-index: 2;
}

.account-main {
  position: relative;
}

.account-main:before {
  position: absolute;
  left: 50%;
  bottom: -30px;
  content: '';
  background: linear-gradient(143.36deg, rgba(147, 147, 147, 0.6) 41.83%, rgba(112, 112, 112, 0.474) 62.97%);
  filter: blur(25px);
  height: 60px;
  width: 100%;
  z-index: 1;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.account-profile-fill {
  margin: 0px;
  padding: 50px 0px 20px;
}

.account-user {
  margin: 0px;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  position: relative;
  background: #C4C4C4;
  box-shadow: 2.18812px 8.75247px 21.8812px rgba(170, 178, 200, 0.45);
}

.account-user img {
  width: 100%;
}

.account-edit {
  position: absolute;
  right: 0px;
  bottom: 15%;
}

.account-right {
  padding: 30px 0 0;
}

.account-right h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  margin: 0 0 5px;
}

.account-right h5 {
  font-size: 18px;
  line-height: 24px;
  color: #939393;
  font-weight: 400;
  margin: 0 0 40px;
}

.account-form {
  margin: 0px;
  padding: 0px;
}

.account-form .form-group {
  margin-bottom: 35px;
}

.account-form label {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #777777;
  font-weight: 400;
  margin-bottom: 10px;
}

.account-form input[type="text"],
.account-form input[type="email"],
.account-form input[type="tel"],
.account-form input[type="date"],
.account-form input[type="number"],
.account-form input[type="password"],
.account-form select,
.account-form textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #939393;
  border-radius: 80.4921px;
  padding: 0 30px;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  color: #000000;
}

.account-form input[type="submit"] {
  margin: 30px 0 0;
  padding: 0 50px;
  background: rgba(135, 64, 206, 0.79);
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
  border: none;
}

.terms-security-content {
  margin: 0px;
  padding: 40px 0px;
}

.terms-security-content h2 {
  font-size: 26px;
  line-height: normal;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px;
}

.terms-security-content h3 {
  font-size: 22px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}

.terms-security-content h4 {
  font-size: 20px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}

.terms-security-content h5 {
  font-size: 18px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}

.terms-security-content h6 {
  font-size: 17px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}

.terms-security-content p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px;
}

.terms-security-content p:last-child {
  margin-bottom: 0px;
}

.password-verification {
  margin: 0px;
  padding: 40px 0px;
}

.password-verification h2 {
  font-size: 26px;
  line-height: normal;
  color: #000;
  font-weight: 700;
  margin: 0 0 30px;
}

.password-verification h3 {
  font-size: 22px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  margin: 0 0 10px;
}

.password-verification h4 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: 400;
  margin: 0 0 25px;
}

.password-verification h5 {
  font-size: 17px;
  line-height: normal;
  color: rgba(119, 119, 119, 1);
  font-weight: 400;
  margin: 0 0 10px;
}

.password-verification h6 {
  font-size: 17px;
  line-height: normal;
  color: rgba(119, 119, 119, 1);
  font-weight: 400;
  margin: 0 0 10px;
}

.password-verification p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px;
}

.password-verification p:last-child {
  margin-bottom: 0px;
}

.qrcode {
  margin: 0 0 30px;
}

/*========Account Page end==================*/

/*========Product Details Page start==================*/
.productdetailsbody {
  background: url(../images/product-details-bg.png) center top no-repeat;
  background-size: 100% auto;
}

.productdetailsbody .cbp-af-header {
  position: static;
  border-bottom: rgba(153, 75, 170, 1) solid 0.5px;
}

.productdetailsbody .cbp-af-header.cbp-af-header-shrink {
  position: fixed;
}

.productdetails-row {
  margin: 0px;
  padding: 90px 0 0px;
  width: 100%;
}

.productdetails-left {
  width: 45%;
  float: left;
}

.productdetails-right {
  float: right;
  width: 45%;
}

.productsummary {
  margin: 0px;
  padding: 70px 0 0px;
}

.productsummary h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
  color: #000;
  margin: 0 0 30px;
}

.productsummary p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #777777;
  margin: 0 0 20px;
}

.productsummary h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin: 0 0 10px;
}

.seemore-link {
  margin: 0 0 30px;
  display: inline-block;
}

.price {
  margin: 0px 0 35px;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
}

.price span {
  font-size: 20px;
  font-weight: 400;
}

.productdetails-left {
  margin: 0px;
  padding: 25px;
  background: linear-gradient(180deg, #FFFBF4 0%, #FFFFFF 100%);
  border: 0.875385px solid #E5E5E5;
  border-radius: 17.5077px;
  position: relative;
}

.likeview {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: 1;
}

.likeview ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.likeview ul li {
  display: block;
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 17.5077px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #d58655;
  text-align: center;
}

.likeview ul li i {
  display: block;
}

.main-img {
  display: flex;
  width: 100%;
  height: 420px;
  overflow: hidden;
  perspective: 600px;
  background: url("/images/product-one.png") center/cover;
}

.images {
  margin-top: 0rem;
}

span.pslide {
  display: block;
  width: 100%;
  height: 420px;
  background-position: 100% 100% !important;
  background-size: cover;
}

/*.effect{animation:move .6s forwards;}
@keyframes move{
  0%{
    transform:rotateY(0);
  }
  100%{
    transform:rotateY(360deg);
  }
}*/

.buynft-section {
  margin: 80px auto -120px;
  padding: 50px;
  text-align: center;
  width: 90%;
  position: relative;
  background: #FFFFFF;
  border-radius: 17.5077px;
}

.buynft-section #exTab2 {
  position: relative;
  display: inline-block;
}

.disktea {
  position: absolute;
  left: 18px;
  top: -20px;
  z-index: 1;
}

.buynft-section .nav.nav-tabs {
  margin: 0px auto;
  padding: 0px;
  border: none;
  text-align: center;
  display: inline-block;
  background: #c4c4c4;
  border-radius: 100px;
}

.buynft-section .nav-tabs>li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 0px;
}

.buynft-section .nav-tabs>li>a {
  border: 0px solid #ddd !important;
  padding: 0 90px;
  background: #c4c4c4;
  height: 66px;
  line-height: 66px;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}

.buynft-section .nav-tabs>li.active>a,
.buynft-section .nav-tabs>li.active>a:focus,
.buynft-section .nav-tabs>li.active>a:hover {
  border: 0px solid #ddd !important;
  background-color: #a068d8 !important;
  color: #fff;
}

.buynft-section .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
  border: none !important;
  background: none;
}

.buynft-section h2 {
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin: 0 0 50px;
}

.productdetails-tab-content {
  margin: 0px;
  padding: 20px 0 0px;
  width: 100%;
}

.productdetails-tab-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: 0 0 40px;
}

.tea-loding {
  margin-bottom: 30px;
}

.product-range {
  margin-bottom: 0px;
}

.qntprice {
  margin: 0 0 35px;
}

.qntprice input[type="number"] {
  width: 120px;
  height: 60px;
  border: 1px solid #939393;
  font-weight: 400;
  font-size: 25px;
  line-height: 38px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
  margin: 0 10px 0 0;
  padding: 0 20px;
}

.qntprice h6 {
  font-size: 29px;
  line-height: normal;
  color: #000;
  font-weight: 600;
  margin: 0px;
  display: inline-block;
  vertical-align: middle;
}

.buynow-btn {
  background: #FFFFFF;
  border: 2px solid #34d2ba;
  margin: 0px;
  padding: 0 100px;
  border-radius: 100px;
  box-shadow: 0px 10px 15px rgba(31,182,166, 0.37);
  font-weight: 600;
  font-size: 18px;
  color: #000;
  line-height: 60px;
  display: inline-block;
  vertical-align: top;
}

.buynow-btn:hover {
  box-shadow: 0px 10px 15px rgba(31,182,166, 0.37);
  border: 2px solid #34d2ba;
  background: #34d2ba;
  color: #fff;
}

.relatedproduct-section {
  margin: 0px 0 -120px;
  padding: 250px 0px 160px;
  background: url(../images/interested-bg.png) center top no-repeat;
  background-size: 100% 100%;
  text-align: center;
}

.relatedproduct-section h2 {
  font-size: 80px;
  line-height: 90px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
}

.relatedproduct-section p {
  font-size: 20px;
  line-height: 30px;
  color: #FFF;
  font-weight: 400;
  margin: 0 0 80px;
}

.productdetailsbody .footer {
  background-color: transparent;
}

/*========Product Details Page end==================*/

/*========Wallet Page start==================*/
.walletbody {
  background: url(../images/wallet-bg.png) center top no-repeat;
  background-size: 100% auto;
}

.walletbody .cbp-af-header {
  position: static;
  border-bottom: rgba(153, 75, 170, 1) solid 0.5px;
}

.walletbody .cbp-af-header.cbp-af-header-shrink {
  position: fixed;
}

.wallet-section {
  margin: 0px;
  padding: 60px 0px 0;
  width: 100%;
  position: relative;
}

.welcome-wallet {
  margin: 0px;
  padding: 0px 0 70px;
  position: relative;
}

.welcome-wallet-info {
  padding: 20px 0 0;
}

.welcome-wallet h2 {
  font-size: 50px;
  line-height: 50px;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px;
}

.welcome-wallet h3 {
  font-size: 40px;
  line-height: 44px;
  color: #000;
  font-weight: 400;
  margin: 0 0 10px;
}

.welcome-wallet h4 {
  font-size: 26px;
  line-height: 30px;
  color: #000;
  font-weight: 700;
  margin: 0 0 0px;
}

.welcome-wallet p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  margin: 0 0 20px;
}

.welcome-wallet-gift {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
}

.total-ballance {
  background: linear-gradient(180deg, #FFFBF4 0%, #FFFFFF 100%);
  border: 0.875385px solid #E5E5E5;
  border-radius: 17.5077px;
  margin: 0 0 55px;
  position: relative;
  padding: 25px 30px;
  box-shadow: 0 10px 15px #0003;
}

.total-ballance h3 {
  font-size: 20px;
  line-height: 30px;
  color: #777777;
  font-weight: 600;
  border-bottom: 0.5px solid #939393;
  padding-bottom: 10px;
  margin: 0 0 20px;
}

.borderright {
  border-right: 0.5px solid #939393;
}

.total-ballance h5 {
  font-size: 20px;
  line-height: 30px;
  color: #777777;
  font-weight: 400;
  margin: 0 0 10px;
}

.total-ballance h4 {
  font-size: 45px;
  line-height: 50px;
  color: #000000;
  font-weight: 700;
  margin: 0 0 0px;
  position: relative;
  padding: 0 0 0 80px;
}

.balance-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  background: #eff4fd;
  color: #638FFE;
  position: absolute;
  left: 0px;
  top: 0px;
}

.balance-icon.bitcoinicon {
  background: #fff7ea;
}

.balance-icon.ethicon {
  background: #e9f4f9;
}

.total-ballance-box {
  padding: 0 0 15px;
}

h2.mobheading {
  display: none;
}

.ballanceadd-section {
  background: #ffffff;
  border: 0.875385px solid #E5E5E5;
  border-radius: 17.5077px;
  margin: 0 0 80px;
  position: relative;
  padding: 25px 30px;
  box-shadow: 0 10px 15px #0003;
}

.ballanceadd-section h2 {
  font-size: 20px;
  line-height: 30px;
  color: #777777;
  font-weight: 600;
  border-bottom: 0.5px solid #939393;
  padding-bottom: 10px;
  margin: 0 0 35px;
}

.ballanceadd-section #exTab2 {
  position: relative;
  display: inline-block;
}

.ballanceadd-section #exTab3 {
  position: relative;
  display: inline-block;
}

.ballanceadd-section .nav.nav-tabs {
  margin: 0px auto 35px;
  padding: 0px;
  border: none;
  text-align: center;
  display: inline-block;
  background: #c4c4c4;
  border-radius: 100px;
}

.ballanceadd-section .nav-tabs>li {
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 0px;
}

.ballanceadd-section .nav-tabs>li>a {
  border: 0px solid #ddd !important;
  padding: 0 90px;
  background: #c4c4c4;
  height: 66px;
  line-height: 66px;
  border-radius: 100px;
  color: #fff;
  cursor: pointer;
}

.ballanceadd-section .nav-tabs>li.active>a,
.ballanceadd-section .nav-tabs>li.active>a:focus,
.ballanceadd-section .nav-tabs>li.active>a:hover {
  border: 0px solid #ddd !important;
  background-color: #a068d8 !important;
  color: #fff;
  box-shadow: 4.02461px 3.21968px 5.63445px rgba(0, 0, 0, 0.3);
}

.ballanceadd-section .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
  border: none !important;
  background: none;
}

.money-block {
  margin: 0 0 25px;
  padding: 0px;
  display: block;
}

.money-block label {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #777777;
  margin: 0 0 10px;
}

.money-block input[type="text"] {
  margin: 0px;
  padding: 0 45px 0 20px;
  display: block;
  border: 1px solid #939393;
  border-radius: 80.4921px;
  font-size: 18px;
  line-height: normal;
  color: #219BDF;
  font-weight: 400;
  width: 100%;
  height: 60px;
}

.money-block input[type="text"].deposit-money {
  background: url(../images/carbon-file.png) 96% center no-repeat;
}

.money-block input[type="text"].amount-money {
  background: url(../images/btc.png) 96% center no-repeat;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.range-two {
  margin-bottom: 40px;
}

.withdrawal-btn {
  background: #FFFFFF;
  border: 1px solid rgba(96, 0, 192, 0.79);
  margin: 0px auto;
  padding: 0 50px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 18px;
  color: #994BAA;
  line-height: 60px;
  display: table;
  vertical-align: top;
}

.withdrawal-btn:hover {
  border: 1px solid rgba(96, 0, 192, 0.79);
  background: rgba(96, 0, 192, 0.79);
  color: #fff;
}

.ballanceadd-right {
  border-left: 0.5px solid #939393;
}

.deposit-box {
  position: relative;
  margin: 0px;
  padding: 140px 8% 0;
  min-height: 510px;
}

.greenarrow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: rgba(48,210,200, 0.2);
  border-radius: 50px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
}

.withdrawal-box {
  position: relative;
  margin: 0px;
  padding: 0px 8%;
  min-height: 510px;
}

.redarrow {
  position: absolute;
  left: 20px;
  bottom: 0px;
  background: rgba(247, 84, 62, 0.2);
  border-radius: 50px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  line-height: 52px;
  text-align: center;
}

.history-section {
  margin: 0px 0 100px;
  padding: 0px;
  width: 100%;
  position: relative;
}

.history-block {
  margin: 0px;
  padding: 25px;
  background: #FFFFFF;
  border: 0.875385px solid #E5E5E5;
  border-radius: 17.5077px;
  box-shadow: 0 10px 15px #0003;
}

.history-top h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #777777;
  margin: 0 0 0;
}

.history-search {
  text-align: right;
}

.history-search a {
  color: #939393;
  font-size: 20px;
  line-height: 20px;
}

.history-table {
  margin: 15px 0 0;
  padding: 0px;
  width: 100%;
  position: relative;
  border-top: 0.5px solid #939393;
}

.htable-head {
  margin: 0px;
  padding: 15px 0px;
  border-top: 0.5px solid #939393;
  border-bottom: 0.5px solid #939393;
}

.htable-head-amount {
  width: 20%;
  padding: 0 5px;
  float: left;
}

.htable-head-type {
  width: 14%;
  padding: 0 5px;
  float: left;
}

.htable-head-status {
  width: 14%;
  padding: 0 5px;
  float: left;
}

.htable-head-datetime {
  width: 22%;
  padding: 0 5px;
  float: left;
}

.htable-head-coin {
  width: 30%;
  padding: 0 5px;
  float: left;
}

.htable-head select {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  border: none;
  font-size: 16px;
  line-height: 24px;
  color: #777777;
  font-weight: 600;
}

.htable-body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  position: relative;
}

.htable-tr {
  margin: 0px;
  padding: 20px 0px;
  width: 100%;
  border-bottom: 0.5px solid #939393;
}

.htable-tdleft {
  float: left;
  width: 70%;
}

.htable-tdright {
  float: left;
  width: 30%;
}

.htable-td-amount {
  width: 28.5%;
  padding: 0 5px;
  float: left;
  font-weight: 600;
  font-size: 22px;
  line-height: 38px;
  color: #000;
}

.htable-td-amount .redarrow {
  width: 50px;
  height: 50px;
  line-height: 47px;
  position: static;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: #feeeec;
}

.htable-td-amount .redarrow.green {
  background: #eefdf7;
}

.htable-td-type {
  width: 20%;
  padding: 6px 5px 0;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.htable-td-status {
  width: 20%;
  padding: 6px 5px 0;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #6fe0cf;
}

.htable-td-status.processing {
  color: #6fe0cf;
}

.htable-td-status.completed {
  color: rgba(48,210,200, 0.8);
}

.htable-td-status.canceled {
  color: #F7543E;
}

.htable-td-datetime {
  width: 31%;
  padding: 6px 5px 0;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #939393;
}

.htable-td-datetime span {
  color: #000;
}

.htable-td-coin {
  width: 70%;
  padding: 0 5px;
  float: left;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000000;
}

.bitcoin {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  background: #fff7ea;
  color: #638FFE;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.bitcoin.virgil {
  background: #e9f5fc;
}

.htable-td-details {
  width: 30%;
  padding: 6px 5px 0;
  float: left;
}

.htable-td-details a {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 0px;
  padding: 0px;
  text-decoration: none;
}

.more-tabletr {
  text-align: center;
  margin: 15px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #939393;
  font-weight: 600;
  cursor: pointer;
}

#moretableraw .htable-tr {
  display: none;
}


.history-search {
  position: relative;
}

.history-search input[type="text"] {
  width: 250px;
  height: 50px;
  background: #fff;
  border: #777777 solid 1px;
  font-size: 16px;
  line-height: normal;
  color: #777777;
  font-weight: 400px;
  border-radius: 50px;
  padding: 0 50px 0 25px;
  opacity: 1;
}

.history-search input[type="submit"] {
  width: 40px;
  height: 100%;
  background: url(../images/search.png) center center no-repeat;
  border: none;
  position: absolute;
  right: 8px;
  top: 0px;
}

.desktop-none {
  display: none;
}

/*========Wallet Page end==================*/

.modal-dialog {
  width: 650px;
}

.modal-body {
  padding: 20px 30px 20px;
}

.modal-open .modal {
  background: rgba(255, 255, 255, 0.49);
}

button.close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f00;
  opacity: 1;
}

.modal-body h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: #021621;
  margin-bottom: 35px;
}

.modal-body h3 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: #021621;
  margin-bottom: 10px;
}

.modal-body h4 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #021621;
  margin-bottom: 10px;
}

.modal-body h5 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #00a2e3;
  margin-bottom: 13px;
}

.modal-body h6 {
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  color: #021621;
  margin-bottom: 10px;
}

.modal-body p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 30px;
}

.modal-body p:last-child {
  margin-bottom: 0px;
}

.modal-body p a {
  color: #00a2e3;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}

.modal-body p a:hover {
  color: #000;
}

.modal-body ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.modal-body ul li {
  margin: 0px 0px 10px 18px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
}

.modal-body ul li a {
  color: rgba(119, 119, 119, 1);
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}

.modal-body ul li a:hover {
  color: #333;
}

.modal {
  z-index: 99999999999;
}

.modal-body .account-form input[type="text"],
.modal-body .account-form input[type="email"],
.modal-body .account-form input[type="tel"],
.modal-body .account-form input[type="date"],
.modal-body .account-form input[type="number"],
.modal-body .account-form input[type="password"],
.modal-body .account-form select,
.modal-body .account-form textarea {
  height: 50px;
}

.modal-header {
  border: none;
  position: relative;
}

.modal-header:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #6fe0cf 0%, #994BAA 100%);
}

.modal-header h5 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(119, 119, 119, 1);
  margin: 0 0 0px;
  text-align: center;
}

.modal .account-form .form-group {
  margin-bottom: 25px;
}

.modal .account-form ul {
  margin: 0px;
}

.signin-message {
  padding: 18px 0 0;
}

.account-step {
  margin: 0px;
  padding: 15px 0px;
  background: transparent;
  border: 0px solid #E5E5E5;
  border-radius: 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.faqs-block {
  padding: 15px 0px;
  background: rgba(135, 64, 206, 0.79);
  color: #fff;
  border-radius: 5px;
  border-bottom: #fff solid 1px;
  margin-bottom: 15px;
}

.faqs-block:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.faqs-block .content {
  padding: 20px 25px;
  margin-top: 15px;
  border-top: #fff solid 1px;
}

.faqs-block p {
  font-size: 15px;
}

.account-step-form {
  padding: 25px;
  background: #e6e6e6;
  border-radius: 15px;
}

.signin-message ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.signin-message ul li {
  margin: 0px 0px 10px 18px;
  padding: 0px 0px 0px 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
}

.signin-message ul li a {
  color: rgba(119, 119, 119, 1);
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
}

.signin-message ul li a:hover {
  color: #333;
}

.account-step-form .account-form input[type="text"],
.account-step-form .account-form input[type="email"],
.account-step-form .account-form input[type="tel"],
.account-step-form .account-form input[type="date"],
.account-step-form .account-form input[type="number"],
.account-step-form .account-form input[type="password"],
.account-step-form .account-form select,
.account-step-form .account-form textarea {
  height: 50px;
}

.account-step-form .account-form .form-group {
  margin-bottom: 25px;
}

.account-step-form .password-verification {
  padding: 0px;
}

.account-step-form h2 {
  font-size: 26px;
  line-height: normal;
  color: #000;
  font-weight: 700;
  margin: 0 0 30px;
}

.no-background {
  background: none !important;
  border-top: none;
}

.no-padding {
  padding: 8px 0px 0px 0px !important;
}

.no-background .rankingrow-right {
  text-align: left;
  padding-left: 30px;
}

.rankingtitlenopadding {
  padding-bottom: 10px;
}

.login-blankright {
  background: linear-gradient(180deg, #3f4f4b 0%, #142826 100%);
  box-shadow: 20px 20px 120px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 100%;
  height: 1090px;
}

/*============userpanel-section start============*/
.userpanel-box {
  width: 100%;
  min-height: 250px;
  /*background: #142c2a no-repeat;*/


  background: #142c2a url(../images/transparent_bg.png) top center no-repeat;
  /*

  background:url(../images/userpanel-bg.png) center center no-repeat; */
  background-size: 100% auto;

  padding: 3% 3% 9% 3%;
  color: #FFF;
}

.userpanel-box h2 {
  font-family: 'Trajan Pro';
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.overviewbox {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  padding: 1%;
  margin: 0px auto 24px auto;
  text-align: center;
}

.overviewbox ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.overviewbox ul li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 32.88%;
}

.overviewbox ul li a {
  background: url(../images/inner-button-bg.png);
  background-size: 100% 100%;
  backdrop-filter: blur(10px);
  border-radius: 3px;
  display: block;
  color: #5f6968;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  text-transform: uppercase;
}

.overviewbox ul li a:hover {
  background: url(../images/inner-button-bg-active.png);
  background-size: 100% 100%;
  ;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  box-sizing: border-box;
}

.overviewbox ul li.active a {
  background: url(../images/inner-button-bg-active.png);
  background-size: 100% 100%;
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  display: block;
  color: #FFF;
  font-size: 16px;
  line-height: 42px;
  font-weight: 500;
  box-sizing: border-box;
}

/*============userpanel-section end============*/

/*=============overviewbox-section start==============*/

.overviewbox-section {
  width: 100%;
  height: auto;
  display: table;
  padding: 0px;
  margin: 0px auto 18px auto
}

.overviewbox-section-left {
  width: 46%;
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.overviewbox-section-right {
  width: 46%;
  float: right;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.overviewbox-section label {
  width: 100%;
  color: #79908c;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.overviewbox-section input[type="text"] {
  background: #122624;
  box-shadow: 0px 2px 10px rgba(12,30,28, 0.2), 0px 2px 20px rgba(12,30,28, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0px 10px;
  width: 100%;
  height: 45px;
  color: #FFF;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  border: none;
  border: 1px solid #2e5a52;
}

.overviewbox-section input[type="text"]:focus {
  border: 1px solid #1fb6a6;
}

.overviewbox-section input[type="email"] {
  background: #122624;
  box-shadow: 0px 2px 10px rgba(12,30,28, 0.2), 0px 2px 20px rgba(12,30,28, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0px 10px;
  width: 100%;
  height: 45px;
  color: #FFF;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  border: none;
  border: 1px solid #2e5a52;
}

.overviewbox-section input[type="email"]:focus {
  border: 1px solid #1fb6a6;
}

.overviewbox-section input[type="password"] {
  background: #122624;
  /*background:url(../images/password.png) 95% center no-repeat #122624;*/
  box-shadow: 0px 2px 10px rgba(12,30,28, 0.2), 0px 2px 20px rgba(12,30,28, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 0px 40px 0px 10px;
  width: 100%;
  height: 45px;
  color: #FFF;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  border: none;
  border: 1px solid #2e5a52;
}

.overviewbox-section input[type="password"]:focus {
  border: 1px solid #1fb6a6;
}

.overviewbox-section input[type="submit"] {
  /*
  background: linear-gradient(180deg, #C04950 0%, #99243B 100%);
box-shadow: 0px 4px 53px rgba(202, 55, 55, 0.6); backdrop-filter: blur(10px); border-radius: 3px; color:#FFF;
font-size:16px; line-height:48px; font-weight:600; text-transform:uppercase; display:inline-block; padding:0px 50px;
border:none;

*/



  color: #FFF;

  border: 0px !important;
  height: 46px !important;
  font-family: Nyala !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 25.08px;
  text-align: center;


  background: url(../images/inner-button-bg-active.png);
  background-size: 100% 100%;

  padding: 0px 20px;
  margin-top: 30px;


}

.userpanel-bottom-section {
  background: linear-gradient(180deg, #18322e 0%, #142826 100%);
  box-shadow: 20px 20px 120px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 100%;
  min-height: 440px;
  margin: 35px auto 0px auto;
}

/*=============overviewbox-section start==============*/

/*============user-download-section start============*/
.user-download-section {
  width: 100%;
  background: linear-gradient(180deg, #3f4f4b 0%, #142826 100%);
  box-shadow: 20px 20px 120px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 3%;
  min-height: 380px;
  margin: 0px auto;
  color: #FFF;
}

.user-download-section h2 {
  font-family: 'Trajan Pro';
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.userdownload-titlebox {
  width: 100%;
  padding: 8px;
  display: table;
  margin: 0px auto 5px auto;
}

.userdownload-titlebox01 {
  width: 30%;
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.userdownload-titlebox02 {
  width: 50%;
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.userdownload-titlebox03 {
  width: 20%;
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.userdownload-titlebox h5 {
  color: #79908c;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  margin-top: 0px;
}

.userdownload-textbox {
  width: 100%;
  padding: 8px;
  display: table;
  margin: 0px auto 5px auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.userdownload-textbox01 {
  width: 30%;
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.userdownload-textbox02 {
  width: 50%;
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.userdownload-textbox03 {
  width: 20%;
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.userdownload-textbox p {
  color: #FFF;
  font-size: 14px;
  line-height: normal;
  font-weight: 600;
  margin-top: 0px;
}

.userdownload-textbox p a {
  color: #FFF;
}

/*============user-download-section start============*/

/*==========userranking-section start===============*/
.userranking-section {
  width: 100%;
  background: url(../images/ranking-bg.png);
  min-height: 350px;
  padding: 3%;
  margin: 0px auto;
}

.userranking-section h2 {
  font-family: 'Trajan Pro';
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #FFF;
}

.rankingbottom-section {
  width: 100%;
  text-align: center;
  height: auto;
  color: #998080;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
}


/*==========userranking-section end===============*/

/*==========usersupport-section start==============*/
.usersupport-section {
  width: 100%;
  /* background: #142c2a no-repeat;*/
  /*background: linear-gradient(180deg, #142c2a 0%, #142826 100%);
*/

  background: #142c2a url(../images/transparent_bg.png) top center no-repeat;
  background-size: 100% auto;

  /*
box-shadow: 20px 20px 120px rgba(0, 0, 0, 0.8); border-radius: 4px;*/
  padding: 3%;
  min-height: 300px;
  margin: 0px auto;
  color: #FFF;
}

.usersupport-section h2 {
  font-family: 'Trajan Pro';
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 27px;
  color: #FFF;
}

.usersupport-section01 {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 18px;
  border-top: 1px solid #251C1C;
  text-align: center;
}

.usersupport-section01 h5 {
  color: #998080;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 20px;
}

.usersupport-section01 a.support-ticket-btn {

  /*background: linear-gradient(180deg, #C04950 0%, #99243B 100%);
box-shadow: 0px 4px 53px rgba(202, 55, 55, 0.6); backdrop-filter: blur(10px); border-radius: 3px; color:#FFF;
font-size:15px; line-height:48px; font-weight:400; text-transform:uppercase; padding:0px 26px; display:inline-block;
*/
}

/*==========usersupport-section start==============*/

/*======supportform-section start================*/
.supportform-section {
  width: 100%;
  height: auto;
  display: table;
  margin: 0px auto 26px auto;
}

.supportform-section-left {
  width: 47%;
  float: left;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.supportform-section-right {
  width: 47%;
  float: right;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.supportform-section label {
  width: 100%;
  color: #79908c;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}

.supportform-section select {
  background: #122624;
  /*box-shadow: 0px 2px 10px rgba(12,30,28, 0.2), 0px 2px 20px rgba(12,30,28, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.1);*/
  border-radius: 2px;
  padding: 0px 10px;
  width: 100%;
  height: 45px;
  color: #FFF;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  border: none;
  border: 1px solid #2e5a52;
}

.supportform-section select:focus {
  border: 1px solid #1fb6a6;
}

.supportform-section input[type="text"] {
  background: #122624;
  /*box-shadow: 0px 2px 10px rgba(12,30,28, 0.2), 0px 2px 20px rgba(12,30,28, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.1);*/
  border-radius: 2px;
  padding: 0px 10px;
  width: 100%;
  height: 45px;
  color: #FFF;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  border: none;
  border: 1px solid #2e5a52;
}

.supportform-section input[type="text"]:focus {
  border: 1px solid #1fb6a6;
}

.supportform-section textarea {
  background: #122624;
  /*box-shadow: 0px 2px 10px rgba(12,30,28, 0.2), 0px 2px 20px rgba(12,30,28, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.1);*/
  border-radius: 2px;
  padding: 10px 10px;
  width: 100%;
  height: 140px;
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  border: none;
  border: 1px solid #2e5a52;
  resize: none;
}

.supportform-section textarea:focus {
  border: 1px solid #1fb6a6;
}

.supportform-section input[type="file"] {
  background: url(../images/drag-images.png) no-repeat center center #122624;
  box-shadow: 0px 2px 10px rgba(12,30,28, 0.2), 0px 2px 20px rgba(12,30,28, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 57px 10px;
  width: 100%;
  height: 45px;
  color: #FFF;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  border: none;
  border: 1px solid #2e5a52;
  text-indent: -999999px;
  cursor: pointer;
}

.supportform-section input[type="file"]:focus {
  border: 1px solid #1fb6a6;
}

.supportform-section input[type="submit"] {
  background: linear-gradient(180deg, #C04950 0%, #99243B 100%);
  /*box-shadow: 0px 4px 53px rgba(202, 55, 55, 0.6); backdrop-filter: blur(10px); */

  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 24px;
  border: none;
  margin-top: 30px;
}

.supportform-section button[type="cancel"] {
  background: none;
  border: 1px solid #4c7a72;
  border-radius: 3px;
  color: #FFF;
  font-size: 16px;
  line-height: 46px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 0px 24px;
  margin-top: 30px;
  margin: 0px 8px;
}


/*======supportform-section start================*/


/*============rankingtablebox-section start==============*/
.rankingtablebox-section {
  width: 100%;
  height: 854px;
  padding: 0px 10px;
  margin: 0px auto;
  overflow: scroll;
  overflow-x: hidden;
}

.rankingtablebox-title {
  width: 98%;
  display: table;
  height: auto;
  padding: 6px 0px;
  margin: 0px auto 10px auto;
}

.rankingtablebox-title01 {
  width: 20%;
  float: left;
  height: auto;
  padding: 0px 0px;
  margin: 0px;
}

.rankingtablebox-title01 {
  color: #657978;
  font-size: 13px;
  line-height: normal;
  font-weight: 600;
}

.rankingtablebox-textbox {
  width: 100%;
  padding: 6px;
  margin: 0px auto 0px auto;
  color: #8d9f9c;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  display: table;
}

.rankingtablebox-textbox01 {
  width: 20%;
  float: left;
  height: auto;
  padding: 0px 7px;
  margin: 0px;
  overflow: hidden
}

.rankingtablebox-textbox01 {
  color: #8d9f9c;
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
}

.rankingtablebox-textbox .orenge {
  color: #6fe0cf;
  font-weight: 400;
}

.rankingtablebox-textbox .blue {
  color: #1fb6a6;
  font-weight: 400;
}

.rankingtablebox-textbox .yellow {
  color: #ffffff;
  font-weight: 400;
}

.rankingtablebox-textbox01:last-of-type {
  color: #FFF;
}

.rankingtablebox-textbox01 span {
  color: #D0BBBB;
  font-size: 15px;
}

/*
.rankingtablebox-title01:nth-child(1){ width:17%; }
.rankingtablebox-title01:nth-child(2){ width:23%; }

.rankingtablebox-textbox01:nth-child(1){ width:15%; }
.rankingtablebox-textbox01:nth-child(2){width:25%;  }
.rankingtablebox-textbox01:nth-child(3){color: #657978!important;}

.rankingtablebox-textbox:nth-child(1){background: linear-gradient(90.03deg, rgba(95, 32, 32, 0.7) 0.02%, rgba(0, 0, 0, 0.28) 99.98%);
border: 2px solid #1a3a37; color:#FFF!important;}
.rankingtablebox-textbox:nth-child(1) .rankingtablebox-textbox01{color:#FFF;}
.rankingtablebox-textbox:nth-child(1) .rankingtablebox-textbox01 span{color:#FFF;}

.rankingtablebox-textbox:nth-child(1) span.orenge{color: #6fe0cf; font-weight:400;}
.rankingtablebox-textbox:nth-child(1) span.blue{color: #1fb6a6; font-weight:400;}
.rankingtablebox-textbox:nth-child(1) span.yellow{color: #ffffff; font-weight:400;}

.rankingtablebox-textbox:nth-child(2){background: linear-gradient(90.03deg, rgba(19, 26, 46, 0.7) 0.02%, rgba(0, 0, 0, 0.28) 99.98%);
border: 2px solid #1a3a37; color:#FFF!important;}
.rankingtablebox-textbox:nth-child(2) .rankingtablebox-textbox01{color:#FFF;}
.rankingtablebox-textbox:nth-child(2) .rankingtablebox-textbox01 span{color:#FFF;}
.rankingtablebox-textbox:nth-child(2) .rankingtablebox-textbox01:nth-child(4){color: #1fb6a6!important;}
.rankingtablebox-textbox:nth-child(2) span.orenge{color: #6fe0cf; font-weight:400;}
.rankingtablebox-textbox:nth-child(2) span.blue{color: #1fb6a6; font-weight:400;}
.rankingtablebox-textbox:nth-child(2) span.yellow{color: #ffffff; font-weight:400;}



.rankingtablebox-textbox:nth-child(3){background: linear-gradient(90.03deg, rgba(17, 46, 44, 0.7) 0.02%, rgba(0, 0, 0, 0.28) 99.98%);
border: 2px solid #1a3a37; color:#FFF!important;}
.rankingtablebox-textbox:nth-child(3) .rankingtablebox-textbox01{color:#FFF;}
.rankingtablebox-textbox:nth-child(3) .rankingtablebox-textbox01 span{color:#FFF;}
.rankingtablebox-textbox:nth-child(3) .rankingtablebox-textbox01:nth-child(4){color: #6fe0cf!important;}
.rankingtablebox-textbox:nth-child(3) span.orenge{color: #6fe0cf; font-weight:400;}
.rankingtablebox-textbox:nth-child(3) span.blue{color: #1fb6a6; font-weight:400;}
.rankingtablebox-textbox:nth-child(3) span.yellow{color: #ffffff; font-weight:400;}
 */


.rankingtablebox-textbox:nth-child(even) {
  background: linear-gradient(90deg, rgba(20,44,42, 0.5) 0%, rgba(31,182,166, 0.4) 50%, rgba(20,44,42, 0.5) 100%);
}

/*============rankingtablebox-section start==============*/

/*==========support-table start=============*/
.support-table-title {
  width: 100%;
  display: table;
  height: auto;
  padding: 6px 0px 0px 10px;
  margin: 0px auto 6px auto;
}

.support-table-title01 {
  width: 17%;
  float: left;
  height: auto;
  padding: 0px 0px;
  margin: 0px;
}

.support-table-title02 {
  width: 20%;
  float: left;
  height: auto;
  padding: 0px 0px;
  margin: 0px;
}

.support-table-title03 {
  width: 17%;
  float: left;
  height: auto;
  padding: 0px 0px;
  margin: 0px;
}

.support-table-title04 {
  width: 46%;
  float: left;
  height: auto;
  padding: 0px 0px;
  margin: 0px;
}

.support-table-title {
  color: #657978;
  font-size: 13px;
  line-height: normal;
  font-weight: 600;
}

.support-table-textbox {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 6px;
  padding: 6px 34px 6px 10px;
  margin: 0px auto 5px auto;
  color: #8d9f9c;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  display: table;
}

.support-table-textbox01 {
  width: 17%;
  float: left;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.support-table-textbox02 {
  width: 20%;
  float: left;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.support-table-textbox03 {
  width: 17%;
  float: left;
  height: auto;
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.support-table-textbox04 {
  width: 46%;
  float: left;
  height: auto;
  padding: 0px 0px;
  margin: 0px;
}

.support-table-textbox {
  color: #8d9f9c;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  border: 1px solid #18322e;
}

.support-table-textbox04 .textsection {
  width: 100%;
  position: relative;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}

.support-table-textbox04 .textsection .support-arrow {
  width: 8px;
  height: 5px;
  position: absolute;
  right: -15px;
  top: 0px;
  opacity: 0.5
}

.support-table-textbox04 .textsection .supportup {
  width: 8px;
  height: 5px;
  position: absolute;
  right: -15px;
  top: 0px;
}

.text-show1 {
  display: inline-block !important;
}

.support-table-textbox span.progressbtn {
  background: rgba(111,224,207, 0.16);
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  line-height: 32px;
  display: inline-block;
  padding: 0px 20px;
}

.support-table-textbox span.rejected {
  background: rgba(255, 53, 53, 0.16);
  border-radius: 4px;
  color: #6fe0cf;
  font-size: 13px;
  line-height: 32px;
  display: inline-block;
  padding: 0px 25px;
}

.support-table-textbox span.acceptedbtn {
  background: rgba(0, 163, 143, 0.16);
  border-radius: 4px;
  color: #00A38F;
  font-size: 13px;
  line-height: 32px;
  display: inline-block;
  padding: 0px 25px;
}

.usersupport-section .active {
  background: #122624;
  box-shadow: 0px 2px 10px rgba(12,30,28, 0.2), 0px 2px 20px rgba(12,30,28, 0.4), 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: 1px solid #be4848;
}

.usersupport-section .active .support-table-textbox01 {
  color: #FFF !important;
}

.usersupport-section .active .support-table-textbox03 {
  color: #FFF !important;
}

.usersupport-section .active .support-table-textbox04 {
  color: #FFF !important;
}

.usersupport-section .active .support-table-textbox04 .textsection a.supportup {
  opacity: 1 !important;
}

/*==========support-table end=============*/



/*============general-section start============*/
.general-section {
  width: 100%;
  background: linear-gradient(180deg, #3f4f4b 0%, #142826 100%);
  box-shadow: 20px 20px 120px rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  padding: 3%;
  min-height: 380px;
  margin: 0px auto;
  color: #FFF;
}

.general-section h2 {
  font-family: 'Trajan Pro';
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/*============general-section end============*/


.bluetheme .general-section {
  background: linear-gradient(180deg, #3F424F 0%, #1A1E2B 100%);
}

.bluetheme .userranking-section {
  background: linear-gradient(180deg, #3F424F 0%, #1A1E2B 100%);
}

.bluetheme .usersupport-section {
  background: linear-gradient(180deg, #3F424F 0%, #1A1E2B 100%);
}

.bluetheme .userpanel-block {
  background: url(../images/login-bg-blue.png);
  background-size: 100% 100%;
}

.bluetheme .userpanel-box {
  width: 100%;
  min-height: 250px;
  background: url(../images/login-bg-blue.png) center center no-repeat;
  background-size: 150%;
}

nochars {
  height: 24px;
}

th {
  text-align: center
}

.form-group {
  position: relative;
}

.form-group .fa-solid.fa-eye {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #767676;
  z-index: 100;
}

.form-group .fa-solid.fa-eye:hover {
  color: #fff;
}

a {
  color: #1fb6a6;
}

a:visited {
  color: #1fb6a6;
}

a:hover {
  color: #6fd3c2;
}

body {
  color: #fff;
}

#root {}


.download-img {
  width: 24px;
}

[type=submit]:hover,
[type=submit]:active {
  opacity: 0.8;
}

/*
.lang-selector {
  position: absolute;
  z-index: 100;
  left: calc(50% - 65px);
  top: 10px;
}
.lang-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.lang-selector .lang-dropdown {
  position: relative;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
*/

.language {
  position: relative;
}

.language .dropdown-menu {
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 74px;
  text-align: left;
  background: transparent;
}

.language .dropdown-menu li {
  display: block;
  padding: 0 10px;
  border-radius: 2px;
  line-height: 30px;
  font-weight: 700;
  font-size: 12px;
  color: #D3C4C4;

  text-transform: uppercase;
  display: block;
  /*
background: url(../images/language-bg.png) 0 0 no-repeat;
  background-size: auto;
background-size: 100% 100%;*/
  width: 70px;
}

.language:hover .dropdown-menu,
.language .dropdown-menu:hover {
  display: block;
}


.tooltip {
  width: 500px;
}

.error-field input {
  border-color: red !important;
}




.checkbox>input {
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #34495E;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #000;
  cursor: pointer;
  position: absolute;
  top: 2px;
}

.checkbox>input:checked {
  border: 1px solid #770511;
  background-color: #000;
}

.checkbox>input:active {
  border: 1px solid #770511;
}

.checkbox>input:checked::before {
  content: '';
  display: block;
  text-align: center;
  color: #770511;
  position: absolute;
  left: 0;
  top: -2px;
  background: url('../images/checkbox.png') no-repeat;
  width: 20px;
  height: 20px;
}

.checkbox input[type=checkbox] {
  top: -2px;
}

.checkbox input[type=checkbox]:focus {
  outline: none;
}

.choose-settings-navbar-item a {
  background: #1c3a3680;
  width: 100%;
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.choose-settings-navbar-item a.selected {
  color: #6fd3c2;
}

.choose-settings-navbar-item a:hover {}

.choose-settings-navbar-item a:hover i {
  animation: heartBeat 0.6s infinite;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }

  20% {
    transform: scale(1.2);
  }

  40% {
    transform: scale(1);
  }

  60% {
    transform: scale(1.2);
  }

  80% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

table tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

table thead tr {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

table tr:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

/*

.news-section a {
  background: #00000080;
  width: 100%;
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.news-section a:hover {
  opacity: 0.6;
}
*/

a:hover {
  /*opacity: 0.7;*/
}

.signin-box a:hover {
  color: #6fd3c2 !important;
}

.block-form {
  margin: 0px auto;
  width: 100%;
  max-width: 380px;
  text-align: center;
}

.block-form .form-group {
  margin-bottom: 20px;
}

.block-form input[type="text"],
.block-form input[type="email"],
.block-form input[type="password"] {
  width: 100%;
  margin: 0px;
  padding: 0 15px;
  height: 48px;
  background: #17181B;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border-width: 0.5px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #588782;
  border: 1px solid;
  border-image-source: linear-gradient(113.48deg, #DA948B 26.02%, #D33F51 61.84%), linear-gradient(304.45deg, #F93B60 13.12%, rgba(231, 58, 58, 0.46) 80.86%);
}

.block-form input[type="password"] {
  background: #122624;
  /*background-image:url(../images/password.png); background-position:96% center; background-repeat:no-repeat;*/
}

.block-form input[type="text"]:focus,
.block-form input[type="email"]:focus,
.block-form input[type="password"]:focus {
  border: 1px solid rgba(249, 59, 96, 0.6);
  color: #fff;
}

.block-form input[type="submit"] {
  background: #fff;
  box-shadow: 0px 4px 53px rgba(202, 55, 55, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 3px;
  width: 160px;
  line-height: 54px;
  display: inline-block;
  vertical-align: top;
  border: none;
  font-weight: 600;
  font-size: 18px;
  color: rgba(177, 58, 72, 1);
}

.block-form .loginblock-row {
  margin-top: 20px;
}


.ft {
  text-align: center;
  position: relative;
}



.server-online {
  width: 100%;
  height: 178px;
  padding: 0px;
  background: url(../images/server-online.png) 0 0 no-repeat;
  position: relative;
}

.server-online h4 {
  color: #1fb6a6;
  position: absolute;
  top: 120px;
  left: 140px;
  font-size: 26px;
  text-align: center;
  width: 156px;
}

.server-online h5 {
  color: #1fb6a6;
  position: absolute;
  top: 104px;
  left: 140px;
  font-size: 16px;
  text-align: center;
  width: 156px;
}

.stats-block {
  width: 100%;
  height: 152px;
  overflow: hidden;
  padding: 0px;
  background: url(../images/stats-bg.png) 0 0 no-repeat;
  margin-bottom: 7px;
  margin-top: 7px;
}

.stats-block .stats {
  height: 38px;
  padding-top: 5px;
}

.stats-block .stats h4 {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #1fb6a6;
  padding-left: 20px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 15px;
}

.stats-block .stats h5 {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #1fb6a6;
  font-weight: normal;
  font-size: 15px;
}

.stats-block .stats img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}


/*
nth-child(2) .ranking-left{color: #85CCFF;}
.ranking-row:nth-child(2) .ranking-left span{text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);}
.ranking-row:nth-child(2) .ranking-right{color:#85CCFF; text-shadow: 0px 1px 20px rgba(133, 204, 255, 0.6);}
.ranking-row:nth-child(3) .ranking-left{color: #FF9393;}
.ranking-row:nth-child(3) .ranking-left span{text-shadow: 0px 4px 20px rgba(255, 255, 255, 0.6);}
.ranking-row:nth-child(3) .ranking-right{color:#FF9393;text-shadow: 0px 1px 20px rgba(255, 147, 147, 0.6);}
*/

.stats-block .stats:nth-child(even) {
  background: linear-gradient(90deg, rgba(20,44,42, 0.5) 0%, rgba(31,182,166, 0.4) 50%, rgba(20,44,42, 0.5) 100%);
}

.rankingrow:nth-child(even) {
  background: linear-gradient(90deg, rgba(20,44,42, 0.5) 0%, rgba(31,182,166, 0.4) 50%, rgba(20,44,42, 0.5) 100%);
}

h2.title {
  background: url(../images/title-bg.png) no-repeat;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  color: #1fb6a6;
  line-height: 63px;
}

h2.title img {
  margin: -10px 20px 0 15px;
}

h2.rankingblock-title {
  background: url(../images/ranking-block-title-bg.png) no-repeat;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  color: #1fb6a6;
  line-height: 63px;
}

h2.rankingblock-title img {
  margin: -10px 20px 0 15px;
}

h2.inner-page-title {
  background: url(../images/title-line.png) 0 10px no-repeat;
  text-align: left;
  font-size: 18px;
  text-transform: none;
  color: #1fb6a6;
  line-height: 30px;
}


.header * {
  font-family: Nyala !important;
  font-size: 18px !important;
  font-weight: normal !important;
  color: rgba(255, 255, 255, 1);
}

.header .language {
  margin: 0 0 0 20px;
}

.header .language ul li {
  font-size: 14px !important;
}

#cssmenu>ul>li>a {
  line-height: 74px !important;
}

#cssmenu>ul>li>a:hover {
  color: #6fd3c2 !important;
}

.title {
  font-family: Nyala !important;
  font-size: 24px !important;
  font-weight: normal !important;
}

label {
  color: rgba(31,182,166, 1) !important;
}

input[type !="submit"] {
  border: 1px solid rgba(103, 94, 76, 1) !important;
  border-radius: 3px !important;
  height: 34px !important;
}

.rankingblock-title {
  font-family: Nyala !important;
  font-size: 24px !important;
  font-weight: normal !important;
}

.registerblock-form {
  text-align: left !important;
}

.registerblock-form label {
  font-size: 14px;
  color: rgba(31,182,166, 1);
}

.registerblock-form input[type !="submit"] {
  border: 1px solid rgba(103, 94, 76, 1) !important;
  border-radius: 3px !important;
  height: 34px !important;
}

.registerblock-form .checkbox {
  padding-left: 20px !important;
}

.registerblock-form .checkbox input {
  height: 18px !important;
  border-radius: 0px !important;
}

.form-group .fa-solid.fa-eye {
  top: 38px !important;
}

.content-left .loginblock-form label {
  font-weight: normal;
  font-size: 14px;
  color: rgba(31,182,166, 1);
}

.content-left .loginblock-form input[type !="submit"] {
  border: 1px solid rgba(103, 94, 76, 1) !important;
  border-radius: 3px !important;
  height: 34px !important;
}

.content-left .loginblock-form input[type="submit"] {
  line-height: 40px !important;
  border: 0 !important;
}

.loginblock-form input[type="submit"] {
  padding-bottom: 3px;
}

.user-download-section {
  background: url(../images/ranking-bg.png);
}


.usersupport-section {
  /* background: url(../images/news-bg.png) 0 0 no-repeat;
    background-size: 100% 100% !important;*/
}

.usersupport-section01 a.support-ticket-btn {


  color: #FFF;

  border: 0px !important;
  height: 46px !important;
  font-family: Nyala !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;


  background: url(../images/inner-button-bg-active.png);
  background-size: 100% 100%;
  display: inline-block;
  padding: 5px 10px;
}

.supportform-section input[type="submit"] {


  color: #FFF;

  border: 0px !important;
  height: 46px !important;
  font-family: Nyala !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 25.08px;
  text-align: center;


  background: url(../images/inner-button-bg-active.png);
  background-size: 100% 100%;
}


.userpanel-box button {

  color: #FFF;

  border: 0px !important;
  height: 46px !important;
  font-family: Nyala !important;
  font-size: 24px;
  font-weight: 400;
  line-height: 25.08px;
  text-align: center;


  background: url(../images/inner-button-bg-active.png);
  background-size: 100% 100%;
}
}

.registerblock-form input[type="submit"] {
  border: 0 !important;
  height: 54px !important;
  text-transform: none !important;
}

.registerblock-form label {
  text-align: left !important;
}

#bg-video {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  transform: translate(-50%, -50%);
}


@media screen and (max-width: 1920px) {
  .content-section {
    scale: 0.9;
  }
}

.rankingblock-bottom a {
  font-size: 16px;
  line-height: 25px;
  color: rgba(31,182,166, 1);
  display: inline-block;
  margin-top: 5px;
}

.news-section h2.title {
  margin-left: 40px;
}

.news:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  background: linear-gradient(transparent 100px, #18322c);

}

.news.nothidden:before {
  display: none;

}


.news {
  background: url(../images/title-line.png) center 10px no-repeat;
  height: 650px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;

  padding: 40px;
}

.news.nothidden {
  height: auto;

}

.newsTitle {

  color: rgba(31,182,166, 1);
  padding-bottom: 20px;
  margin-top: -20px;
}


.newsWhen {
  display: none;
}


.newsmore {
  display: none;
  line-height: 40px !important;
  background: url(../images/button-bg.png);
  background-size: 100% 100%;
  border: 0 !important;
  z-index: 30 !important;
  padding: 0px 20px;
  position: absolute;
  bottom: 5px;
  right: 15px;
  padding-bottom: 3px;
}

.d-emoji {
  height: 20px;
}

select {
  background: #122624;
  border: 1px solid #2e5a52;
  border-radius: 2px;
  color: #FFF;
  font-size: 14px;
  line-height: 48px;
  font-weight: 400;
  padding: 0px 10px;
  width: 100%;
  height: 45px;
}

.pagination {
  display: inline-block;
}

.pagination a,
.pagination strong {
  padding: 10px;
  float: left;
  border: 1px dashed;
  font-size: 14px;
  font-family: 'Arial';
  color: #1fb6a6;
  margin: 10px;
}

.rankbtn {
  width: 48%;
  background-color: #214a45;
  color: #1fb6a6;
  border: 1px solid #1fb6a6;
}

.rankbtn:hover {
  background-color: #1fb6a6;
  color: #214a45;
  border: 1px solid #214a45;
}

textarea {
  background: #122624;
  border-radius: 2px;
  padding: 10px 10px;
  width: 100%;
  height: 140px;
  color: #FFF;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  border: none;
  border: 1px solid #2e5a52;
  resize: none;
}

.discord-widget {
  z-index: 9999999999999999999999999;
  position: fixed;
  left: 30px;
  bottom: 20px;
}

@media (max-width:500px) {
  .discord-widget {
    display: none;
  }
}

/* === renk uyumu: swiper accent gold === */
:root{--swiper-theme-color:#1fb6a6!important;--swiper-pagination-color:#1fb6a6!important;--swiper-navigation-color:#1fb6a6!important}

/* === tüm yazılar beyaz === */
.content-left, .content-left *, .content-right, .content-right *, .register-section, .register-section *, #cssmenu a, #cssmenu a:hover { color:#fff !important; }
.content-left ::placeholder, .content-right ::placeholder { color:rgba(255,255,255,.55) !important; }

/* === gold ranking/panel görsellerini yeşille kapat === */
.userranking-section,.user-download-section{background:#122624 !important}
.rankingtablebox-title{background:linear-gradient(180deg,#214a45,#142c2a) !important;border:1px solid #2e5a52 !important}
.rankingtablebox-textbox,.rankingrow,[class*="sparkbg"]{background:linear-gradient(90deg,rgba(20,44,42,.6),rgba(0,0,0,.22)) !important}
.rankingtablebox-textbox:nth-child(even),.rankingrow:nth-child(even){background:linear-gradient(90deg,rgba(12,30,28,.55),rgba(0,0,0,.18)) !important}

/* === tüm yazılar beyaz (geniş) === */
.content-left, .content-right, .userranking-section, .rankingblock, .news-section, .register-section,
.content-left h1,.content-left h2,.content-left h3,.content-left h4,.content-left h5,.content-left h6,.content-left p,.content-left span,.content-left a,.content-left li,.content-left div,.content-left label,
.content-right h1,.content-right h2,.content-right h3,.content-right h4,.content-right h5,.content-right h6,.content-right p,.content-right span,.content-right a,.content-right li,.content-right td,.content-right th,.content-right div,.content-right label{color:#fff !important}

/* === Duyurular (news) yeniden — yeşil, başlık+tarih === */
.sh-news{padding-bottom:10px}
.sh-newsitem{background:rgba(12,30,28,.5);border:1px solid #214a45;border-radius:8px;margin-bottom:14px;overflow:hidden}
.sh-news-head{display:flex;align-items:center;justify-content:space-between;gap:12px;background:linear-gradient(180deg,#1a3a37,#142c2a);padding:10px 16px;border-bottom:2px solid #3f9d8a}
.sh-news-title{font-weight:bold;font-size:15px;color:#fff !important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sh-news-date{font-size:12px;color:#9bd6c8 !important;white-space:nowrap;flex-shrink:0}
.sh-news-body{padding:14px 16px;color:#dfeee9 !important;font-size:13px;line-height:1.6;max-height:210px;overflow:hidden}
.sh-news-body *{color:#dfeee9 !important}
.sh-news-body img{max-width:100%;height:auto}
.sh-news-more{display:inline-block;margin:0 16px 14px;padding:7px 18px;background:linear-gradient(180deg,#1f8a78,#156052);border:1px solid #3f9d8a;border-radius:6px;color:#fff !important;font-weight:bold;font-size:13px;text-decoration:none}
.sh-news-more:hover{filter:brightness(1.15)}

/* === 3 kart arkasına yeşil panel === */
.sh-infocards{background:linear-gradient(180deg,rgba(18,44,42,.85),rgba(8,18,12,.92)) !important;border:1px solid #2e5a52;border-radius:10px;padding:14px !important}

/* === Sıralama: orijinal ranking-block-bg.png (koyu savaşçı) görseli geri — flat gradient kaldırıldı ===
   Arka plan resmine DOKUNULMAZ; sadece taşma/köşe düzeni. Başlık kendi brush/yeşil barına döner. */
.rankingblock{min-height:auto !important;border-radius:8px;overflow:hidden}

/* ===== Duzeltme 16.06: duyurular + hover + online ===== */
/* Duyuru: sabit yukseklik kaldir (hepsi gorunsun) + kahve fade -> yesil */
.news,.news.sh-newsitem{height:auto !important;min-height:0 !important;max-height:none !important;background:#122624 !important;overflow:hidden}
.news:before{background:linear-gradient(transparent 100px,#143230) !important}
.sh-news-body{max-height:210px;overflow:hidden}
.sh-news-more{position:relative;z-index:5}
/* 3 kart hover efektini kaldir */
.sh-card:hover{border-color:#2e5a52 !important;box-shadow:none !important;transform:none !important}
.sh-card:hover .sh-card-img img{transform:none !important}
/* cevrimici oyuncu sayaci beyaz */
.server-online h4,.server-online h5,.server-online .odometer,.server-online .odometer *,.server-online *{color:#fff !important}


/* ===== Kontrol Paneli + giris sonrasi: kalan brown/eksik-resim -> teal (16.06e) ===== */
/* Logged-in sidebar menu panel (brown userpanel-bg.png resmini koyu teal ile kapat) */
.userpanel-block{background:linear-gradient(180deg,#142c2a,#0f211f) !important}
/* Aktif menu ogesi (brown useractive.png) -> teal */
.userpanel-list ul li.select{background:linear-gradient(90deg,rgba(31,182,166,.32),rgba(20,44,42,.55)) !important}
/* Eksik buton resimleri (inner-button-bg*.png yok) -> teal dolgu */
.overviewbox ul li a{background:linear-gradient(180deg,#1c3e3a,#142c2a) !important;color:#cfe9e2 !important}
.overviewbox ul li a:hover,.overviewbox ul li.active a,.overviewbox-section input[type="submit"]{background:linear-gradient(180deg,#1f8a78,#156052) !important;color:#fff !important;border-radius:4px !important}
