@charset "UTF-8";
/* Typography */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;300;400;500;600;700&family=Open+Sans:wght@300;400;600;700;800&display=swap");
/* Normalize  */
@font-face {
  font-family: ArgosANouveau;
  src: url(ArgosANouveau.ttf);
}
@font-face {
  font-family: MayflowerAntique;
  src: url(MayflowerAntique.ttf);
}
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  height: 100%;
}



body.modal-open {
  padding-right: 0px !important;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #FFF;
  font-family: "Josefin Sans", sans-serif;
}

p {
  font-size: 18px;
  color: #a1aed4;
  line-height: 1.625;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a {
  color: #FFF;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
/* Global style */
.mybtn1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding: 12px 35px;
  border-radius: 50px;
  box-shadow: inset 0px 0px 10px 7px #fa009f;
  transition: all 0.3s ease-in;
  display: inline-block;
}
.mybtn1:hover {
  color: #fff;
  box-shadow: inset 0px 0px 10px 7px #fa009f;
}

.mybtn2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #432C00;
  padding: 12px 35px;
  border-radius: 50px;
  box-shadow: inset 0px 0px 10px 7px #00FF00;
  transition: all 0.3s ease-in;
  display: inline-block;

}
.mybtn2:hover, .mybtn2.active {
  color: #432C00;
  box-shadow: inset 0px 0px 10px 7px #A93226;
}

/* Section Heading Css */
.section-heading {
  text-align: center;
  margin-bottom: 54px;
}
.section-heading.content-left {
  text-align: left;
}
.section-heading .subtitle {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #fa009f;
  margin-bottom: 13px;
}
.section-heading .title {
  font-size: 40px;
  line-height: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 7px;
  text-shadow: 0px -3px 10px rgba(12, 19, 55, 0.7);
}
.section-heading .text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}
.navbar-toggler {
  border: none !important;
}

#login_icon {
  /*position: absolute;
  top: 11px;
  margin-left: 30px;
  transition: all linear 0.3s;*/
}
#login_icon:hover {
  /*transform: translateY(-2px); */
}

@media only screen and (max-width: 991px) {
  #login_icon {
    margin-right: 5px;
  }
}

.logo_img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100px;
  top: 37px;
  z-index: 999;
}

/* Preloader Css */
.preloader {
  position: fixed;
  top: 0;

  left: 0;
  width: 100%;
  height: 100%;

  background: url(../../images/global/background_3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: 9999999;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.preloader.hide {
  opacity: 0;
  display: none;
}
.loader {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 75px;
  display: inline-block;
  vertical-align: middle;
}

.loader-1 .loader-outter {
  position: absolute;
  border: 4px solid #fa009f;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: loader-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.loader-1 .loader-inner {
  position: absolute;
  border: 4px solid #fa009f;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  border-right: 0;
  border-top-color: transparent;
  animation: loader-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}
@keyframes loader-1-outter {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-1-inner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* bottomtotop Css */
.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  background: grey;
}

/* AG_photo_header */
.AG_photo_header { 
  width: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all linear 0.3s;
}
.AG_photo_header a img {
  transition: all linear 0.3s;
}
.AG_photo_header a img:hover {
  transform: translateY(-2px);
}
/* AG_photo_header END */

/* Header Area Start */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
  /* Top Header Area Start */
  /* Main Menu Area Start */

.header::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #DDCCB9;
  box-shadow: 0px 0px 10px 2px #DDCCB9;
}
.header .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: rgba(221, 204, 185, 0.5);
  opacity: 0.5;
}
.header.nav-fixed {
  background: #DDCCB9;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
}
.header.nav-fixed .top-header, .hide_download {
  display: none;
}
.header.nav-fixed .navbar::after {
  visibility: hidden;
}
.header.nav-fixed .navbar::before {
  visibility: hidden;
}
.header.nav-fixed .mainmenu-area.mainmenu-area2 .navbar #main_menu .navbar-brand {
  width: auto;
  height: 100%;
}
.header.nav-fixed .mainmenu-area.mainmenu-area2 .navbar #main_menu .navbar-brand img.l2 {
  height: auto;
  width: 150px;
  max-width: 150px;
  position: relative;
  bottom: auto;
}
.header .top-header .content {
  display: flex;
  justify-content: space-between;
  padding: 13px 5px 13px;
  border-bottom: 1px solid grey;
  background-image: linear-gradient(-90deg, rgba(221, 204, 185, 0.5) 0%, rgba(192,192,192, 0.5) 100%);
  position: relative;
}
.header .top-header .content::after, .header .top-header .content::before  {
  position: absolute;
  content: "";
  top: 0px;
  width: 0;
  height: 0;
} 
.header .top-header .content::after {
  left: -20px;
  border-top: 56px solid rgba(192,192,192, 0.5);
  border-left: 20px solid transparent;
}
.header .top-header .content::before {
  right: -20px;
  border-top: 56px solid rgba(221, 204, 185, 0.5);
  border-right: 20px solid transparent;
}
.header .top-header .content .left-content .left-list {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
.header .top-header .content .left-content .left-list::after {
  position: absolute;
  content: "";
  right: 0px;
  height: 18px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #6864b2;
}
.header .top-header .content .left-content .left-list li {
  display: inline-block;
}
.header .top-header .content .left-content .left-list li p {
  margin-bottom: 0px;
  color: #9f9be5;
}
.header .top-header .content .left-content .left-list li p i {
  color: #432C00;
  margin-right: 5px;
}

.header .top-header .content .left-content .top-social-links {
  display: inline-block;
  padding-left: 5px;
  margin-top: 10px;
  padding-bottom: 7px;
    
}
.header .top-header .content .left-content .top-social-links li {
  display: inline-block;
  margin-right: 13px;
  min-width: 20px;
}
.header .top-header .content .left-content .top-social-links li a {
  font-size: 16px;
  color: #2C1919;
  transition: all 0.3s ease-in;
}
.header .top-header .content .left-content .top-social-links li a:hover {
  color: #521A1A;
}
.header .top-header .content .right-content {
     text-align: right;
   }
.header .top-header .content .right-content .right-list > li {
  display: inline-block;
  position: relative;

}
.header .top-header .content .right-content .right-list {
    color: #2C1919;
    margin-top: 4px;
    padding-left: 20px;
}

.header .top-header .content .right-content .right-list > li:last-child {
  margin-right: 0px;
}

/*Purchase_btn START*/
.purchase-btn {
  text-align: center;
  font-family: 'MayflowerAntique', sans-serif;
  font-size: 15px;
  color: #2C1919;
  border-radius: 50px;
  box-shadow: inset 0px 0px 10px 5px #00FF00;
  line-height: 1em;
  padding: 10px 10px;
  transition: all linear 0.3s;
}
.purchase-btn:hover {
  color: #2C1919;
  text-shadow: 0px 0px 10px #3E2D2D;
  box-shadow: inset 0px 0px 10px 5px #A93226;
  background-color: initial;
}
.purchase-btn_text {
  color: #2C1919;
}
/*Purchase_btn END*/
/*Top purchase and button Start*/
.img_sk_pnt {
 margin-left: 4px;
    margin-bottom: 5px;
}
.img_krd {
      margin-bottom: 5px;
}
.ul_right_list {
    justify-content: space-around;
    position: absolute;
    top: 13%;
    right: 1%;
    margin-right: 145px;
    border-right: 1px solid #000;
    padding-right: 10px;
}

.ul_right_list_li {
   list-style: none;
  padding-left: 15px;
  }

.border_kreds_right {
  height: 80%;
  margin-top: -5px;
}
.border_kreds_right_2 {
  height: 80%;
  padding-right: 4px; 
}

.header .top-header .content .right-content .right-list > li:last-child::before {
  display: none;
}
.header .top-header .content .right-content .right-list > li p {
  margin-bottom: 0px;
}
.header .top-header .content .right-content .right-list > li .language-selector select {
  font-size: 16px;
  background: none;
  color: #9f9be5;
  border: 0px;
}
.header .top-header .content .right-content .right-list > li .notofication i {
  color: #432C00;
  text-shadow: 0px 0px 20px #3f40b4, 0px 0px 20px #3f40b4;
}
.header .top-header .content .right-content .right-list > li .message i {
  color: #432C00;
  text-shadow: 0px 0px 20px #3f40b4, 0px 0px 20px #3f40b4;
}
/*Top purchase and button End*/

.header .mainmenu-area {
  background: rgba(221, 204, 185, 0.5);
  transition: all 0.3s ease-in;
}
.header .mainmenu-area .navbar {
  padding: 0px 0px;
  position: relative;  
}
.header .mainmenu-area .navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
}
.header .mainmenu-area .navbar .navbar-brand img {
  max-width: 150px;
}
.header .mainmenu-area .navbar .mybtn1 {
  margin-left: 20px;
}
.header .mainmenu-area .navbar #main_menu .main-menu-inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-basis: auto;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item {
  list-style: none;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link {
  color: #2C1919;
  line-height: 8px;
  font-size: 30px;
  font-family: 'ArgosANouveau', sans-serif;
  position: relative;
  padding: 28px 10px;
  top: 6px;
  transition: all linear 0.3s;
}

.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link.active, .header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .nav-link:hover {
  color: #215325;
  text-shadow: 0px 0px 10px #3E2D2D;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  z-index: 99;
  margin-top: 0px !important;
  background: #1f0644;
  border-radius: 0px;
  border: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  border-top: 4px solid #fa009f;
  transition: all linear 0.3s;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 15px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all linear 0.3s;
  color: #a1aed4;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
  margin-right: 5px;
  font-size: 12px;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: #070b28;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background: none;
}
.header .mainmenu-area .navbar #main_menu .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
.header .mainmenu-area .navbar .user-info-menu-area {
  display: flex;
  align-items: center;
  align-self: center;
  height: 100%;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area {
  position: relative;
  cursor: pointer;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .number {
  border: 1px solid #117eda;
  border-radius: 4px;
  padding: 0px 20px;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 15px 0px #117eda;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .number img {
  width: 15px;
  margin-right: 5px;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .number p {
  flex: 1;
  font-size: 12px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .number span {
  color: #ffe22b;
  margin-left: 4px;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .dp-links {
  position: absolute;
  top: 100%;
  right: 0px;
  min-width: 190px;
  background: #1f0644;
  border-radius: 10px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  padding: 7px 0px;
  transition: all linear 0.3s;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .dp-links li a {
  display: flex;
  align-items: center;
  padding: 7px 15px;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .dp-links li a img {
  width: 15px;
  margin-right: 5px;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .dp-links li a p {
  flex: 1;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .dp-links li a p b {
  font-weight: 600;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area .dp-links li a span {
  color: #ffe22b;
}
.header .mainmenu-area .navbar .user-info-menu-area .left-area:hover .dp-links {
  visibility: visible;
  opacity: 1;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area {
  position: relative;
  margin-left: 10px;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu {
  position: absolute;
  top: 100%;
  right: 0px;
  min-width: 190px;
  background: #1f0644;
  border-radius: 10px;
  padding-top: 0px;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .top-area {
  padding: 20px 30px 15px;
  text-align: center;
  border-bottom: 1px solid #500bb9;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .top-area h6 {
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
  margin-bottom: 0px;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .top-area h6 span {
  font-weight: 600;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .top-area .progress {
  margin-top: 7px;
  margin-bottom: 0px;
  background: #5e3a93;
  height: 7px;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .top-area .progress .progress-bar {
  background-color: #fc6d9c;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .top-area a {
  font-size: 11px;
  line-height: 21px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #838bf1;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .top-area a i {
  margin-left: 4px;
  font-size: 10px;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .dp-links li a {
  font-size: 16px;
  color: #d8e4ff;
  line-height: 45px;
  padding: 0px 20px;
  display: block;
  transition: all linear 0.3s;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .dp-links li a i {
  width: 25px;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .dp-links li a:hover, .header .mainmenu-area .navbar .user-info-menu-area .right-area .dp-menu .dp-links li a.active {
  color: #fff;
  background: #450686;
}
.header .mainmenu-area .navbar .user-info-menu-area .right-area:hover .dp-menu {
  visibility: visible;
  opacity: 1;
}
.header .mainmenu-area.mainmenu-area2 .navbar #main_menu .navbar-brand {
  position: relative;
  width: 250px;
  height: 100%;
}
.header .mainmenu-area.mainmenu-area2 .navbar #main_menu .navbar-brand img.l2 {
  height: 140px;
  width: 250px;
  max-width: 250px;
  position: absolute;
  bottom: -42px;
}
.header .mainmenu-area.mainmenu-area2 .navbar #main_menu .navbar-nav li .nav-link {
  padding: 28px 15px;
}
.header .mainmenu-area.mainmenu-area2 .navbar #main_menu .navbar-nav li .mybtn1 {
  margin-top: 15px;
}

/* Footer Area Start */
.footer {
  padding-top: 240px;
  overflow: hidden;
  position: relative;
  background-color: #070b28;
  background-image: url(../../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.footer .footer-logo {
  margin: -10px 0 25px 0;
}
.footer .flogo, .footer .social-links {
  text-align: center;
  display: block;
}
.footer .flogo a, .footer .social-links ul li, .footer .social-links ul li a, .footer .footer-menu ul li, .footer .copy-bg p{
  display: inline-block;
}
.footer .social-links {
  margin-top: 30px;
}
.footer .social-links ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  transition: all 0.3s ease-in;
  margin: 0px 5px;
}
.footer .social-links ul li a:hover {
  background: #f7b230;
  color: #fff;
}
.footer .footer-menu {
  margin-top: 115px;
  display: block;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .footer-menu ul li {
  margin-right: 70px;
  position: relative;
}
.footer .footer-menu ul li:last-child {
  margin-right: 0px;
}
.footer .footer-menu ul li:last-child::after {
  display: none;
}
.footer .footer-menu ul li::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 2px;
  background: #686fc5;
}
.footer .footer-menu ul li a, .footer .copy-bg p  {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #d2d5fc;
}
.footer .copy-bg {
  padding: 22px 15px 10px;
  text-align: center;
}

/* Hero Area Start */
.hero-area {
  position: relative;
  padding: 35px 0px 30px;
  position: relative;
  background: #070b28;
  overflow: hidden;
  background: url(../../images/home/h1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-area .shape {
  position: absolute;
  left: 8%;
  top: 20%;
}
.hero-area .content, .prof_btn_center {
  text-align: center;
}
.hero-area .content .content {
  position: relative;
  z-index: 9;
}
.hero-area .content .content .subtitle, .hero-area .content .content .subtitle1 {
  text-transform: uppercase;
  color: #521A1A;
  margin-bottom: -20px;
}
.hero-area .content .content .subtitle {
  font-size: 40px;
  line-height: 35px;
  font-weight: 200;
  margin-top: 20px;
  font-family: 'MayflowerAntique', sans-serif;
  text-shadow: 3px 3px 3px white, 0 0 1em white, 0 0 0.2em white;
}
.hero-area .content .content .subtitle1 {
  font-size: 30px;
  line-height: 30px;
  -webkit-text-stroke: 2px #A30000;
  -moz-text-stroke: 2px #A30000;
  font-family: 'ArgosANouveau', sans-serif;
  text-shadow: 7px 7px 7px white, 0 0 1em white, 0 0 0.2em white;
}

.n {
  white-space: nowrap;
  padding-left: 1%;
}


.hero-area .content .content .play_btn {
  align-items: center;
  margin-top: -30px;
}
.hero-area .content .content .about-text {
  color: black;
  font-family: 'MayflowerAntique', sans-serif;
  font-weight: 800;
  font-size: 25px;
  background-color: rgba(255,250,250, 0.4);
}
.hero-area .content .content .about-text-2 {
  font-weight: 100;
  font-size: 20px;
  font-family: sans-serif;
}
.flex_btns {
  position: relative;
  width: 40%;
  margin: 0 auto;
}
.btns_play {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3%;
}
.btns_play.one_play {
  margin-top: 7%;
}
.btn_disc {
  position: absolute;
  top: 15%;
  right: 0;
  transition: all linear 0.3s;
  z-index: 10;
}
.btn_disc:hover {
  transform: translateY(-3px);
}
.btn_disc.btn-authent {
  top: -5%;
  /*top: -6%;*/
}
.hero-area.hero-area2.hero-area5 .content .img_disc {
  width: 70px !important;
  -webkit-filter: drop-shadow(2px 2px 2px #A30000) drop-shadow(-2px -2px 2px #A30000);
  filter: drop-shadow(2px 2px 2px #A30000) drop-shadow(-2px -2px 2px #A30000);
  padding-top: 0px;
}
.text_disc {
  color: #dbd1bb;
  font-weight: 800;
  text-shadow: #A30000 1px 3px 5px;
  margin-bottom: 0;
}

.text_armygrid{
  color: #2C1919;
  line-height: 8px;
  font-size: 24px;
  font-family: 'ArgosANouveau', sans-serif;
  top: 6px;
  transition: all linear 0.3s;
  margin-bottom: 35px; 
}

.play_purchase {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-160%);
}
.hero-area .content .content .player_register p {
  font-size: 30px;
  background: url(../../images/global/register_normal.png) no-repeat;
  background-size: contain; 
  width: 300px;
  height: 70px;
  margin-left: 10%;
}
.hero-area .content .content .player_register p, .hero-area .content .content .play_as_guest p {
  font-size: 25px;
  position: relative;
  color: #2C1919;
  font-family: 'ArgosANouveau', sans-serif;
  text-shadow: 3px 3px 3px white, 0 0 1em white, 0 0 0.2em white;
}
.hero-area .content .content .player_register p:hover {
  background: url(../../images/global/register_hover.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  text-align: center;
}

.hero-area .content .content .play_as_guest p {
  font-size: 30px;
  background: url(../../images/global/guest_normal.png) no-repeat ;
  background-size: contain;
  width: 300px;
  height: 70px;
  margin-left: 10%;
  margin-top: 5%;
}
.hero-area .content .content .play_as_guest p:hover {
  background: url(../../images/global/guest_hover.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  text-align: center;
}

.hero-area .content .content .register_btn {
  font-size: 30px;
  background: url(../../images/global/armygrid_game.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  background-position: 25px;
  text-align: center;
}

.hero-area .content .content .register_btn:hover {
  background: url(../../images/global/armygrid_game_hover.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  text-align: center;
  background-position: 25px;
}
.hero-area .content .content .chess_game_img {
  font-size: 30px;
  background: url(../../images/global/chess_arena.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  background-position: 25px;
  text-align: center;
}

.hero-area .content .content .chess_game_img:hover {
  background: url(../../images/global/chess_arena_hover.png) no-repeat;
  background-size: contain;
  width: 300px;
  height: 70px;
  text-align: center;
  background-position: 25px;
}
.hero-area .content .content .register_btn-p {
  width: 400px;
  height: 100px;
}
.hero-area .content .content .register_btn-p:hover {
  width: 400px;
  height: 100px;
}

.hero-area .content .content .server-name {
  color: #2C1919;
  text-shadow: 3px 3px 3px white, 0 0 1em white, 0 0 0.2em white;
  margin-top: 4%;
}
.hero-area .content .content .server-name.email {
  color: #dbd1bb;
  font-weight: 800;
  text-shadow: #A30000 1px 3px 5px;
  margin: 20px auto 0;
  width: 199px;
  transition: all linear 0.3s;
}
.hero-area .content .content .server-name.email:hover {
  transform: translateY(-3px);
}
.hero-area .content .content .server-name.email a {
  color: inherit;
}
.hero-area.hero-area2.hero-area5 .content .play_btn img {
  width: 250px !important;
  padding: 0px;
  margin: 0px;
}

.hero-area .content .content a img {
  width: 300px !important;
}
.hero-area .content .content .google_auth a img {
  width: 24px !important;
  padding-top: 0;
}

.hero-area .content .content .title {
  display: block;
}
.hero-area.hero-text .content .subtitle {
  margin-bottom: 45px;
}
.hero-area.hero-text .content .title {
  color: #1f0644;
  text-transform: uppercase;
  font-size: 100px;
  -webkit-text-stroke: 3px #fb3ab4;
  -moz-text-stroke: 3px #fb3ab4;
  margin-bottom: 25px;
}
.hero-area.hero-area2 {
  background: url(../../images/home/h2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-area.hero-area2 .shape {
  position: absolute;
  left: 8%;
  top: 20%;
}
.hero-area.hero-area2 .content {
  text-align: left;
}
.hero-area.hero-area2.hero-area3 {
  background: url(../../images/home/h3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-area.hero-area2.hero-area3 .content, .hero-area.hero-area2.hero-area4 .content, .hero-area.hero-area2.hero-area5 .content {
  text-align: center;
}
.hero-area.hero-area2.hero-area4 {
  background: url(../../images/home/h4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.hero-area.hero-area2.hero-area5, .local1 {
  background: url(../../images/global/test_background_4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh; /* Full viewport height */
  background-attachment: fixed;
}

.local1.local3 {
  background: url(../../images/global/1test_background_4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh; /* Full viewport height */
  background-attachment: fixed;
}
.hero-area.hero-area2.hero-area5 .content img {
  width: 70%;
  padding-top: 20px;
}
.local.hero-area.hero-area2.hero-area5 {
  background: none;
}

/* Hero Area End */
/* Ex-lottery Area Start */
.ex-lottery5.ex-lottery {
  background: none;
}
#item.ex-lottery {
  background: none;
}
.ex-lottery.download {
  min-height: 1000px;
  height: 100%;
}
.ex-lottery {
  padding-bottom: 0px;
  background: url(../../images/global/test_background_4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh; /* Full viewport height */
}
.ex-lottery .section-heading .title, .ex-lottery .section-heading .text, .ex-lottery .section-heading .text2 {
  display: block;
  color: #521A1A;
}
.ex-lottery .ex-lottery-slider .owl-nav {
  display: block;
  margin-top: 35px;
}
.ex-lottery .section-heading .title {
  margin-top: 50px;
  font-family: 'MayflowerAntique', sans-serif;
  text-shadow: 3px 3px 3px white, 0 0 1em white, 0 0 0.2em white;
  margin-bottom: 30px;
}
.ex-lottery .section-heading .text {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  font-family: 'ArgosANouveau', sans-serif;
}
.ex-lottery .section-heading .text2 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 300;
  font-family: 'ArgosANouveau', sans-serif;
  text-shadow: 3px 3px 3px white, 0 0 1em white, 0 0 0.2em white;
}
.ex-lottery .section-heading {
  margin-bottom: 0px;
}
.ex-lottery .ex-lottery-slider .owl-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-20%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  box-shadow: inset 0px 0px 6px 4px grey;
  transition: all 0.3s ease-in;
}
.ex-lottery .ex-lottery-slider .owl-nav div:hover {
  box-shadow: inset 0px 0px 6px 4px green;
}
.ex-lottery .ex-lottery-slider .owl-nav div.owl-prev {
  margin-right: 10px;
  left: -20px;
}
.ex-lottery .ex-lottery-slider .owl-nav div.owl-next {
  right: -20px;
}
.ex-lottery.ex-lottery2 {
  padding-bottom: 0px;
  background: url(../../images/ex-lottery-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.ex-lottery.ex-lottery2 .ex-lottery-slider {
  margin-bottom: -257px;
}
.newest, .coming-soon, .queued, .closed,  {
  transition: all 0.3s ease-in;
  min-height: 240px;
}
.single-tikit .newest {
  background: url(../../images/global/server_active.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.single-tikit .coming-soon {
  background: url(../../images/global/server_comingsoon.png);
  background-size: contain;
  background-position: center; 
  background-repeat: no-repeat;
  position: relative;
}
 
.single-tikit .queued {
  background: url(../../images/global/server_queued.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.single-tikit .closed {
  background: url(../../images/global/server_closed.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  }

.single-tikit .image {
  padding: 10px 30px 20px 30px;
  position: relative;
}

.single-tikit .image img {
  max-width: 100%;
  width: auto;
  height: 240px;
  display: block;
}
.single-tikit .content {
  padding-top: 15%;
  margin-bottom: 7px; 
  justify-content: space-between;
  display: flex;
  width: 85%;
  padding-left: 2%;
}
.single-tikit .content .top-area .top-info .first-info {
 font-weight: 700;
 padding: 25px 30px 0 30px;
 font-size: 15px;
}

.single-tikit .content .top-area .top-info span {
  font-size: 14px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  color: #3E2D2D;

}
.single-tikit .content .top-area .top-info .mid-info span {
  padding: 0px 30px 0px 30px;
  color: #215325;
  font-weight: 700;
  font-size: 15px;
}

/* Servers buttons (aktive...)*/

.servers_photo {
  width: 45%;
  display: flex;
  padding-top: 25%;
  margin: 0 auto;
}
.servers_photo_group:hover .servers_photo_1 img, .servers_photo_group_2:hover .servers_photo_1_ img, .servers_photo_group_3:hover .servers_photo_3 img {
  opacity: .0;
}
.servers_photo_1 {
  background: url(../../images/global/guest_hover.png);
  background-size: contain;
}
.servers_photo_3 {
  background: url(../../images/global/armygrid_game_hover.png);
  background-size: contain;
}
.servers_photo_1_ {
  background: url(../../images/global/register_hover.png) no-repeat;
  background-size: 94%;
  background-position: center;
}
.servers_photo_1 img, .servers_photo_1_ img, .servers_photo_3 img {
  transition: opacity .1s linear;
}
.servers_photo_2 {
  visibility: hidden;
}
.servers_photo_{
  width: 45%;
  margin: 0 auto;
  padding-top: 25%;
}
/* Servers buttons (aktive...)  END*/

.single-tikit .content .top-area .top-info span i {
  margin-right: 5px;
}
.single-tikit .content .content-area {
  padding: 15px 30px 30px;
  position: absolute;
  bottom: 15%;
}
.single-tikit .content .content-area h4 {
  font-size: 12px;
  font-weight: 600;
  color: #887171;
  margin-bottom: 20%;
  padding-right: 45px;
  min-width: 80%;
}
.single-tikit .content .content-area .c-bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 5%;
}
.single-tikit .content .content-area .c-bottom span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  font-family: "Arial", sans-serif;
  color: #3E2D2D;
  min-width: 100%;
}
/* Ex-lottery Area End */
.breadcrumb-area.games {
  position: relative;
}
.breadcrumb-area.games .content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  text-align: center;
}
.breadcrumb-area.games .content h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.modal .modal-content {
  border-radius: 30px;
  background-color: #250752;
  box-shadow: inset 0px 0px 12px 8px #432C00;
  padding: 30px;
}
.modal .modal-content .modal-body {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  overflow: hidden;
}

.gallery_photo {
  width: 20%;
}

.lightgallery_1 {
  height: 160px;
  width: auto;
  max-width: 1800px;
}

#lightgallery {
  padding-top: 5%;
  padding-bottom: 20px;
  text-align: center;
}
#lightgallery img {
  margin: 7px 7px;
  transition: all linear 0.3s; 
}
#lightgallery  img:hover {
  transform: scale(1.1);
}
html, body {
  height: 100%;
  margin: 0;
}
/* Contact Area Start */
.contact-section {
  background: url(../../images/global/1test_background_4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0 auto;
  height: 100vh; /* Full viewport height */
  background-attachment:veld;
}
.contact-section .contact-area {
  background-color: #1f0644;
  margin-top: -250px;
  padding: 40px 30px 40px;
  border-radius: 20px;
}
.contact-section .contact-area h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: center;
  padding: 40px;
  border-radius: 10px;
}
.contact-section .contact-area .left-area {
  padding: 40px 30px;
  border: 1px solid rgba(255, 255, 255, 0.105);
  border-radius: 10px;
}
.contact-section .contact-area .left-area .form-group label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.contact-section .contact-area .left-area .form-group input, .contact-section .contact-area .left-area .form-group textarea {
  width: 100%;
  background: none;
  border: none;
  color: #6180c0;
  box-shadow: inset 0px 0px 4px 2px #432C00;
}
.contact-section .contact-area .left-area .form-group input {
  height: 60px;
  border-radius: 50px;
  padding: 0px 30px;
}
.contact-section .contact-area .left-area .form-group input::placeholder, .contact-section .contact-area .left-area .form-group textarea::placeholder  {
  color: #6180c0;
}
.contact-section .contact-area .left-area .form-group textarea {
  height: 150px;
  border-radius: 20px;
  padding: 20px 30px;
}
.contact-section .contact-area .left-area .form-group .custom-control-label {
  color: #e5e3ff;
  font-size: 14px;
  font-weight: 400;
}
.contact-section .contact-area .left-area .mybtn2 {
  background: none;
  border: 0px;
  margin-top: 20px;
}
.contact-section .contact-area .right-area .top-content h4 {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  line-height: 46px;
}
.contact-section .contact-area .right-area .top-content p, .contact-section .contact-area .right-area .top-content a, .contact-section .contact-area .right-area .bottom-content .single-info .content p  {
  font-size: 18px;
  line-height: 28px;
}
.contact-section .contact-area .right-area .top-content p {
  color: #cac7f6;
}
.contact-section .contact-area .right-area .top-content a {
  color: #fff;
}
.contact-section .contact-area .right-area .top-content a i {
  font-size: 14px;
  margin-left: 5px;
}
.contact-section .contact-area .right-area .bottom-content {
  margin-top: 60px;
}
.contact-section .contact-area .right-area .bottom-content .single-info {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}
.contact-section .contact-area .right-area .bottom-content .single-info .icon {
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  color: #432C00;
  font-size: 30px;
  box-shadow: inset 0px 0px 10px 7px #432C00;
  border-radius: 50%;
  margin-right: 30px;
}
.contact-section .contact-area .right-area .bottom-content .single-info .content {
  flex: 1;
}
.contact-section .contact-area .right-area .bottom-content .single-info .content h4 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.contact-section .contact-area .right-area .bottom-content .single-info .content p {
  color: #b0ade8;
  margin-bottom: 0px;
}

/* Contact Area End */
/* login modal Area Start */
.login-modal .modal-dialog .modal-content {
  border-radius: 30px;
  background: rgba(229, 224, 211, 1);
  border: 0px;
  position: relative;
}
.login-modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #3E2D2D;
}
.login-modal .modal-dialog .modal-content .modal-body {
  padding: 20px 0px 0px;
  border-radius: 0px;
  border: 0px;
}
.login-modal .modal-dialog .modal-content .modal-body .l-nav {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.login-modal .modal-dialog .modal-content .modal-body .l-nav li {
  display: inline-block;
}
#pills-m_login-tab {
  background: url(../../images/global/enter_login_normal.png ) no-repeat;
  background-size: contain;
  width: 200px;
  height: 30px;  
}
#pills-m_register-tab {
  background: url(../../images/global/enter_register_normal.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 30px;  
  margin-left: 7%;
}
#pills-m_login-tab:hover {
  background: url(../../images/global/enter_login_hover.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 30px;  
}
#pills-m_register-tab:hover {
  background: url(../../images/global/enter_register_hover.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 30px; 
  margin-left: 7%; 
}
#pills-m_login-tab.active {
  background: url(../../images/global/enter_login_hover.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 30px;  
}
#pills-m_register-tab.active {
  background: url(../../images/global/enter_register_hover.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 30px; 
  margin-left: 7%; 
}
#final_login-tab, #final_register-tab, #final_login-tab:hover, #final_register-tab:hover {
  text-align: center;
  border: none;
  outline: none;
}
#final_login-tab  {
  background: url(../../images/global/box_login_normal.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;  
}
#final_register-tab {
  background: url(../../images/global/box_register_normal.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;  
}
#final_login-tab:hover {
  background: url(../../images/global/box_login_hover.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;  
}
#final_register-tab:hover {
  background: url(../../images/global/box_register_hover.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;  
  top: -30px;
}

.login-modal .modal-dialog .modal-content .modal-body .l-nav li a:hover, .login-modal .modal-dialog .modal-content .modal-body .l-nav li a.active {
  background: url(../../images/global/box_register_normal.png) no-repeat;
  background-size: contain;
  width: 200px;
  height: 60px;
}

.login-modal .modal-dialog .modal-content .modal-body .logo-area {
  display: block;
  text-align: center;
  position: relative;
}
.login-modal .modal-dialog .modal-content .modal-body .logo-area::after {
  position: absolute;
  content: "";
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: #252f5a;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}
.login-modal .modal-dialog .modal-content .modal-body .logo-area img {
  display: inline-block;
  max-width: 100px;
  position: relative;
  z-index: 9;
  top: -4px;
}
.login-modal .modal-dialog .modal-content .modal-body .header-area {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  padding: 0px 30px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .check-group label a{
  color: #3E2D2D;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field::-webkit-input-placeholder, 
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field::-moz-placeholder, 
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field:-ms-input-placeholder {
  color: #3E2D2D;
}
.login-modal .modal-dialog .modal-content .modal-body .header-area .bunnus_btn h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #3E2D2D;
}
.login-modal .modal-dialog .modal-content .modal-body .header-area .bunnus_btn span {
  font-size: 14px;
  color: #3E2D2D;
}
.login-modal .modal-dialog .modal-content .modal-body .header-area .title {
  font-size: 36px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 2px;
  font-family: 'ArgosANouveau', sans-serif;
  text-transform: uppercase;
  color: #3E2D2D;
}
.login-modal .modal-dialog .modal-content .modal-body .header-area .text {
  font-size: 18px;
  line-height: 28px;
  color: #3E2D2D;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group {
  margin-bottom: 10px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group.sell_form-group {
  display: flex;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group span {
  color: #3E2D2D;
  font-size: 16px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group span a {
  color: #fa009f;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .check-group input {
  display: inline-block;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .form-group .check-group label {
  color: #3E2D2D;
  font-size: 16px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field {
  color: #3E2D2D;
  width: 93%;
  height: 60px;
  padding: 0px 30px;
  margin: 0px 18px 10px 18px;
  border-radius: 50px;
  background: none;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 16px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .input-field.input-field-prof {
  width: 140px;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area .mybtn2 {
  display: block;
}
.sell_price_img {
  margin-bottom: 10px;
  align-self: center;
  min-width: 40px;
}

/* Profile Area Start */
.breadcrumb-area.gamer-profile .bc-content {
  display: flex;
  align-items: baseline;
}
.breadcrumb-area.gamer-profile .bc-content .right {
  display: flex;
  align-items: center;
}
.breadcrumb-area.gamer-profile .bc-content .right .player-wrapper {
  display: inline-block;
  text-align: right;
  margin-right: 30px;
}
.breadcrumb-area.gamer-profile .bc-content .right .player-wrapper span {
  font-size: 14px;
  text-transform: uppercase;
  color: #cfcffd;
  font-weight: 600;
}
.breadcrumb-area.gamer-profile .bc-content .right .player-wrapper h6 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0px;
}
.breadcrumb-area.gamer-profile .bc-content .right ul {
  display: inline-block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.breadcrumb-area.gamer-profile .bc-content .right ul li {
  margin-left: -15px;
  display: inline-block;
}
.breadcrumb-area.gamer-profile .bc-content .right ul li:first-child {
  margin-left: 0px;
}
.breadcrumb-area.gamer-profile .bc-content .right ul li img {
  width: 50px;
  height: 50px;
  border: 1px solid #364374;
  border-radius: 50%;
}
.breadcrumb-area.gamer-profile .bc-content .right ul li span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: inset 0px 0px 7px 3px #9a13d2;
  font-size: 18px;
  background: #300983;
}

.gamer-profile-top {
  padding: 45px 0px 45px;
  background: url(../../images/counter-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 15px 15px -10px #432C00, inset 0px -15px 15px -10px #432C00;
}
.gamer-profile-top .gamer-profile-top-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gamer-profile-top .gamer-profile-top-inner .profile-photo {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  padding: 18px;
  position: relative;
  box-shadow: inset 0px 0px 7px 4px #432C00;
  margin-top: -150px;
}
.gamer-profile-top .gamer-profile-top-inner .profile-photo img {
  width: 100%;
  height: 100%;
}
.gamer-profile-top .gamer-profile-top-inner .profile-photo .mybadge {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.gamer-profile-top .gamer-profile-top-inner .profile-photo .mybadge img {
  width: auto;
}
.gamer-profile-top .gamer-profile-top-inner .profile-photo .mybadge span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.gamer-profile-top .gamer-profile-top-inner .g-p-t-counters {
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
}
.gamer-profile-top .gamer-profile-top-inner .g-p-t-counters .g-p-t-single-counter {
  background: #1d0f42;
  margin-right: 15px;
  display: flex;
  padding: 10px 30px 10px;
  align-items: center;
  border-radius: 50px;
}
.gamer-profile-top .gamer-profile-top-inner .g-p-t-counters .g-p-t-single-counter .img {
  width: 40px;
  margin-right: 10px;
  text-align: center;
}
.gamer-profile-top .gamer-profile-top-inner .g-p-t-counters .g-p-t-single-counter .img img {
  display: inline-block;
  max-width: 40px;
}
.gamer-profile-top .gamer-profile-top-inner .g-p-t-counters .g-p-t-single-counter .content {
  flex: 1;
}
.gamer-profile-top .gamer-profile-top-inner .g-p-t-counters .g-p-t-single-counter .content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
}
.gamer-profile-top .gamer-profile-top-inner .g-p-t-counters .g-p-t-single-counter .content span {
  color: #9090ce;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0px;
}
.gamer-profile-top .gamer-profile-top-inner .g-p-t-counters .g-p-t-single-counter:last-child {
  margin-right: 0px;
}
.gamer-profile-top .gamer-profile-top-inner .msg-btn-wrapper {
  margin-left: 15px;
  display: flex;
  align-items: center;
}
.gamer-profile-top .gamer-profile-top-inner .msg-btn-wrapper .msg-btn {
  color: #b7afff;
  font-size: 16px;
  padding: 15px 45px;
  border-radius: 50px;
  box-shadow: inset 0px 0px 7px 5px #432C00;
}
.gamer-profile-top .gamer-profile-top-inner .msg-btn-wrapper .msg-btn img {
  margin-right: 7px;
  display: inline-block;
}
.user-main-dashboard {
  padding: 40px 0px 0px;
}
.user-main-dashboard .erning-box {
  background: #360978;
  box-shadow: inset 0px 0px 5px 4px #432C00;
  padding: 25px 30px 25px;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
}
.user-main-dashboard .erning-box h4, .user-main-dashboard aside .about h4  {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
}
.about.ac_blocks {
  margin-top: 35px;
}
.about.ac_blocks:last-child {
  margin-bottom: 2rem;
}
.user-main-dashboard .erning-box p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #a59cff;
}
.user-main-dashboard .erning-box .left {
  flex: 1;
}
.user-main-dashboard .erning-box .right {
  width: 95px;
}
.user-main-dashboard aside .about {
  box-shadow: inset 0px 0px 4px 2px #432C00;
  padding: 30px 20px 30px;
  border-radius: 10px;
  background-color: rgba(105, 105, 105, 0.5);
}
.user-main-dashboard aside .about p {
  font-size: 14px;
  line-height: 24px;
  /*color: #cec9ff;*/
  color: wheat;
}
.user-main-dashboard aside .about ul li {
  margin-bottom: 6px;
}
.user-main-dashboard aside .about ul li:last-child, .user-main-dashboard aside .about ul li p {
  margin-bottom: 0px;
}
.user-main-dashboard aside .about ul li p i {
  width: 22px;
}
.user-main-dashboard aside .rank-area {
  box-shadow: inset 0px 0px 4px 2px #432C00;
  padding: 0px 20px 30px;
  border-radius: 10px;
  margin-top: 50px;
  background: #360978;
}
.user-main-dashboard aside .rank-area .top-area {
  display: flex;
  align-items: center;
}
.user-main-dashboard aside .rank-area .top-area .left img {
  width: 80px;
  margin-right: 20px;
  margin-top: -25px;
}
.user-main-dashboard aside .rank-area .top-area .right {
  flex: 1;
}
.user-main-dashboard aside .rank-area .top-area .right p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #8f94da;
}
.user-main-dashboard aside .rank-area .top-area .right p span {
  color: #fff;
}
.user-main-dashboard aside .rank-area .bottom-area .progress {
  margin-top: 15px;
  margin-bottom: 5px;
  background: #5e3a93;
}
.user-main-dashboard aside .rank-area .bottom-area .progress .progress-bar {
  background-color: #fc6d9c;
}
.user-main-dashboard aside .rank-area .bottom-area a, .user-main-dashboard .achievment-area .header-area a {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0px;
  color: #838bf1;
}
.user-main-dashboard aside .rank-area .bottom-area a i {
  margin-left: 4px;
  font-size: 10px;
}
.user-main-dashboard .achievment-area {
  box-shadow: inset 0px 0px 4px 2px #432C00;
  padding: 30px 20px 5px;
  border-radius: 10px;
  margin-top: 30px;
}
.user-main-dashboard .achievment-area .header-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.user-main-dashboard .achievment-area .header-area h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.user-main-dashboard .achievment-area .header-area a i {
  margin-left: 4px;
  font-size: 10px;
}
.user-main-dashboard .achievment-area ul {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.user-main-dashboard .achievment-area ul li {
  flex: 33.333%;
  max-width: 33.333%;
  text-align: center;
}
.user-main-dashboard .achievment-area ul li .s-a {
  margin-bottom: 25px;
}
.user-main-dashboard .achievment-area ul li .s-a img {
  display: inline-block;
  height: 40px;
}
.user-main-dashboard .achievment-area ul li .s-a span {
  display: block;
  color: #c8c3ff;
  font-size: 12px;
  line-height: 22px;
}
.user-main-dashboard .achievment-area.big ul li {
  flex: 16.666%;
  max-width: 16.666%;
}
.user-main-dashboard main .main-box {
  padding: 30px 30px 30px;
  border: 1px solid #0a6ec1;
  border-radius: 10px;
  background-color: rgba(105, 105, 105, 0.5);
}
.user-main-dashboard main .main-box.server-item {
  margin-bottom: 10%;
}
.user-main-dashboard main .main-box .header-area {
  margin-bottom: 25px;
}
.user-main-dashboard main .main-box .header-area h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
}
.user-main-dashboard main .main-box .table-responsive tbody {
  background: rgba(0,0,0,0.2);
}
.user-main-dashboard main .main-box .table-responsive tbody tr {
  border-top: 3px solid #25165a;
}
.user-main-dashboard main .main-box .table-responsive tbody tr:last-child {
  border-bottom: 3px solid #25165a;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td {
  padding-top: 13px;
  vertical-align: middle;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .game-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.user-main-dashboard main .main-box .table-responsive tbody tr td .game-info img {
  width: 60px;
  padding: 1px;
  box-shadow: inset 0px 0px 3px 1px #432C00;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #ffe96b;
}*/
.item_image_group.img-group-prof {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
.items_img.items_img-prof {
  width: 60px;
}
.circle.circle-prof {
  width: 30px;
  right: -5px;
}
.circle.level.level-prof {
  width: 30px;
  left: -5px;
}
.unit_type_img.unit-img-prof {
  width: 28px;
}
.circle.unit_type.unit_type-prof {
  right: -5px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .game-info .content {
  flex: 1;
  align-items: center;
  flex-direction: column;
  align-self: center;
}
.notif-date {
  min-width: 90px;
}
.notif-btn {
  min-width: 120px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .game-info .content.content-notif2,
.user-main-dashboard main .main-box .table-responsive tbody tr td .game-info .content.content-notif {
  margin-top: 0px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .game-info .content h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .game-info .content h6.h6-notif {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .game-info .content span {
  font-size: 12px;
  line-height: 22px;
  /*color: #9b9bdc;*/
  color: wheat;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .players {
  width: 160px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .players ul {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .players ul li {
  margin-left: -15px;
  display: inline-block;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .players ul li:first-child {
  margin-left: 0px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .players ul li img {
  width: 40px;
  height: 40px;
  border: 1px solid #364374;
  border-radius: 50%;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .players ul li span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  box-shadow: inset 0px 0px 7px 3px #9a13d2;
  font-size: 13px;
  background: #300983;
  color: #cfcffd;
}
.price_exchange {
  margin-top: 10px;
}
.price_exchange h6 {
  margin-bottom: 0;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .ratio {
  text-align: center;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .ratio span {
  color: #9b9bdc;
  font-size: 12px;
  line-height: 22px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .ratio h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .mybtn2 {
  font-size: 13px;
  color: #b7afff;
  box-shadow: inset 0px 0px 6px 3px #432C00;
  padding: 10px 25px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .mybtn2.mybtn2-cancel {
  margin: 0px 0 5px;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .mybtn2.mybtn2-cancel:focus, #one_item .mybtn2.mybtn2-cancel:focus {
  outline: none;
  border: none;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .none_bg {
  background: none;
  border: none;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .mybtn2.mybtn2-item_info {
  margin-top: 0;
}
.user-main-dashboard main .main-box .table-responsive tbody tr td .mybtn2:hover, .user-main-dashboard main .main-box .table-responsive tbody tr td .mybtn2.active {
  box-shadow: inset 0px 0px 6px 3px #fea036;
}

.prof-item-price {
  text-align: center;
  color: white;
  height: 35px
}
.item-price-img {
  filter: drop-shadow(1px 1px 1px white) drop-shadow(-1px -1px 1px white);
}
/* Profile Area End */

/* Table purchase lines Start*/
.table thead th, .table td, .table th:last-child {
  border-bottom: none;
}
.table td, .table th {
border-top: none;
}
/* Table purchase lines End*/

/* Gammer-chat Area Start */
.table3 {
  font-family: 'MayflowerAntique', sans-serif;
  font-size: 20px;
}
.td_btn {
  text-align: right;
}
.table2 {
  font-size: 25px;
  font-family: 'ArgosANouveau', sans-serif;
    text-transform: uppercase;
    color: #432C00;
}
#gamer-chat .modal-content {
  border-radius: 30px;
  background: rgba(229, 224, 211, 1);
  box-shadow: inset 0px 0px 12px 8px #432C00;
  padding: 20px;
  position: relative;
}
#gamer-chat .modal-content .close {
  top: 2px;
}
#gamer-chat .modal-content .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0px 0px 10px;
}
#gamer-chat .modal-content .modal-header h4 {
  margin-bottom: 0px;
}
#gamer-chat .modal-content .modal-body {
  border: 0px;
  padding: 0px;
  padding-top: 20px;
  border-radius: 0px;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat-container {
  width: 100%;
  height: auto;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat_box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat_box > * {
  padding: 16px;
}
#gamer-chat .modal-content .modal-body .p-chat-box .head {
  background: #3a1c68;
}
#gamer-chat .modal-content .modal-body .p-chat-box .head .user {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#gamer-chat .modal-content .modal-body .p-chat-box .head .user .avatar {
  margin-right: 10px;
}
#gamer-chat .modal-content .modal-body .p-chat-box .head .user .avatar img {
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#gamer-chat .modal-content .modal-body .p-chat-box .head .user .name {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat-body {
  flex-grow: 1;
  background-color: #250752;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat-body .bubble {
  display: inline-block;
  padding: 10px;
  margin-bottom: 5px;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat-body .bubble p {
  color: #f9fbff;
  font-size: 14px;
  text-align: left;
  line-height: 1.4;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat-body .incoming {
  text-align: left;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat-body .incoming .bubble {
  background-color: #ffff12;
  border-radius: 0px 15px 15px 15px;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat-body .outgoing {
  text-align: right;
}
#gamer-chat .modal-content .modal-body .p-chat-box .chat-body .outgoing .bubble {
  background-color: #ffff12;
  border-radius: 15px 15px 0px 15px;
}
#gamer-chat .modal-content .modal-body .p-chat-box .foot {
  display: flex;
  background: #3a1c68;
}
#gamer-chat .modal-content .modal-body .p-chat-box .foot button {
  background: none;
  border: 0px;
  color: #fff;
}
#gamer-chat .modal-content .modal-body .p-chat-box .foot .msg {
  flex-grow: 1;
  background: none;
  border: 0px;
  font-size: 14px;
  color: #fff;
}
#gamer-chat .modal-content .modal-body .p-chat-box .foot .msg::placeholder {
  color: #fff !important;
}
@keyframes bounce {
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#gamer-chat .modal-content .modal-body .p-chat-box .ellipsis {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #b7b7b7;
}
#gamer-chat .modal-content .modal-body .p-chat-box .dot_1 {
  animation: bounce 0.8s linear 0.1s infinite;
}
#gamer-chat .modal-content .modal-body .p-chat-box .dot_2 {
  animation: bounce 0.8s linear 0.2s infinite;
}
#gamer-chat .modal-content .modal-body .p-chat-box .dot_3 {
  animation: bounce 0.8s linear 0.3s infinite;
}
/* Gammer-chat Area End */

/*Paypal form START */
#paypal_text {
  text-align: center; 
  font-weight: bold; 
  color: #432C00;
}
.stripe_btn {
  border-radius: 4px;
  height: 45px;
  vertical-align: top;
  min-height: 30px;
  max-height: 55px;
  background-color: #33325c;
  margin-bottom: 14px;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.stripe_btn:hover {
  filter: brightness(1.2);
}
.stripe_text {
  align-self: center;
  color: #fff;
}
/*Paypal form END */

/* image_about */
.image_about {
  width: auto;
  margin: 0 auto;
  max-width: 70%;
}
.modal-content {
  border: none !important;
}
 /* <!-- Main Area Start --> */
 
/* Purchase_btn START */
.purchase_btn_text{
  margin-top: 150%;
  text-align: center;
  font-family: 'MayflowerAntique', sans-serif;
  font-size: 30px;
  color: #2C1919;
  border-radius: 50px;
  box-shadow: inset 0px 0px 15px 8px #00FF00;
  line-height: 1em;
  padding: 10px 0;
  
  font-weight: 500;
  transition: all linear 0.3s;
}
.purchase_btn_text:hover {
  color: #2C1919;
  text-shadow: 0px 0px 10px #3E2D2D;
  box-shadow: inset 0px 0px 15px 8px #A93226 ;
  background-color: initial;
}
.purchase_btn {
  width: 65%;
  box-sizing: border-box;
  margin: 0 auto;
}
.content_purchase {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}
/* Purchase_btn END */
.container1 {
  min-height:1000px;
}
/* <!-- Main Area End> */
/* Two videos at a home page START*/
.video_main {
  height: auto;
  width: 100%;
  text-align: center;
  display: inline;
  float: left;
}
.video_main1 {
 position: relative;
 padding-bottom: 205px;
 padding-top: 25px;
 height: 0;
 max-width: 400px;
 max-height: 225px;
}
.video_main1 iframe {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  max-width: 420px;
  max-height: 225px;
}
.video_main0 {
  width: 100%;
  background: url(../../images/global/video_section_bg.jpg) no-repeat;
  background-size: cover; 
  height: 290px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.video_main3 {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  width: 94%;
  padding-top: 18%;
}
/* Two videos at a home page END*/
.msg-btn-wrapper a {
  color: inherit !important;
}
/*Table Updates START*/
#item.table_updates {
  width: 100%;
  padding: 0;
}
.table_updates {
  width: 80%;
  margin: 0 auto 20px;
  padding: 0 5%;
  font-family: 'MayflowerAntique', sans-serif;
  font-weight: 800;
  font-size: 25px;
  background-color: rgba(255,250,250, 0.4); 
  overflow: auto;
}
.top_updates {
  text-align: center;
  color:#2C1919;
  text-shadow: 3px 3px 3px white, 0 0 1em white, 0 0 0.2em white;
}
.top_updates.titles tr th a {
  color: #2C1919;
  transition: all linear 0.1s;
}
.top_updates.titles tr th a:hover {
  color: #007bff;
}
.top_2_up.item_place {
  width: auto;
}
.top_2_up {
  width: 65%;
}
.content_updates {
  text-align: center;
  font-weight: 500;
  color: #2C1919;
  font-family: arial;
  font-size: 20px;
}

.content_1_up {
 text-align: center;
 border-left:none; 
 font-size: 20px;
}
.content_2_up {
  text-align: center;
  border: 1px solid  rgba(67,46,0,0.2) ;
}
.content_updates td {
  border-right: none;  
}
.table_updates tbody tr:nth-of-type(odd) {
  background: rgba(67,46,0,0.2); 
}
/*Table Updates END*/

/* privacy... and terms of... START */
.bottom_btn_home {
  color: #2C1919;
  line-height: 8px;
  font-size: 20px;
  font-family: 'ArgosANouveau', sans-serif;
  top: 6px;
  transition: all linear 0.3s;
}

.bottom_btn_home:hover {
  color: #215325;
  text-shadow: 0px 0px 10px #3E2D2D;
}
/* privacy... and terms of... END */

/* Close button START*/
.close-purch {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  z-index: 2000;
  cursor: pointer;
}
.close-purch:hover {
  opacity: 1;
}
.close-purch:before, .close-purch:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close-purch:before {
  transform: rotate(45deg);
}
.close-purch:after {
  transform: rotate(-45deg);
}
/* Close button END*/
/* Platform START*/
.platform_titles {
  color: white;
  text-align: center;
  font-size: 35px;
  text-shadow: 3px 3px 3px #FF8855, 0 0 1em #FF8855, 0 0 0.2em #FF8855;
}
.table_platform {
  width: 100%;
  font-weight: 500;
  padding: 5px;
  margin-top: 10px;
}
.table_platform .table {
  margin-bottom: 0px;
}
.table_platform tbody tr:nth-of-type(odd){
  background: none; 
}
.table_platform thead:nth-of-type(1){
  background:  rgba(67,46,0,0.2); 
  
}
.table_pl_2 {
  margin-bottom: 70px;
}
.th1_platform {
  width: 45%;
  border-right: 1px solid  rgba(67,46,0,0.2) ;
}
.th2_platform {
  border-right: 1px solid  rgba(67,46,0,0.2) ;
}
.table_platform tbody {
  font-size: 20px;
  font-family: Arial;
}
.boot_l {
  float: left;
  margin-left: 27%;
}
.boot_r {
  float: right;
  margin-right: 27%;
}
#item.boot_l {
  margin: 0 0 15px 27%;
}
#item.boot_r {
  margin: 0 27% 15px 0;
}
/* Platform END*/
/*Gallery pagination START*/
  .gallery_pag {
   margin-top: 7%;
  }
  .gallery_pag_2 {
    margin-bottom: 15%;
  }
/*Gallery pagination END*/

.lg-actions .lg-next, .lg-actions .lg-prev {
    border-radius: 10% !important;
    background-color: rgba(0,0,0,0.5) !important;
    width: 50px;
    height: 50px;
}

.page_help {
  text-shadow: 3px 3px 3px #7a7a79, 0 0 1em #7a7a79, 0 0 0.2em #7a7a79;
  font-size: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 7px;
}

#item.ex-lottery {
  background: none;
}

/*Items table Start*/
.item_td {
    width: 70%;
    margin: auto;
    padding: 5px 0;
    box-shadow: 1px 1px 10px #e9ecef;
    cursor: pointer;
}
.item_td:hover {
  opacity: 0.3;
}
#item.table td, #notification .table td {
  vertical-align: middle; 
}
#item.bottom {
  font-family: "MayflowerAntique", sans-serif;;
  font-size: 15px;
}
#item.content_updates {
  font-family: arial;
  font-size: 20px;
}
#item.table-responsive {
  margin-top: 65px;
}
.item_img_td {
  width: 150px;
}
.hidden_el_item {
  display: none
}

/*Items Image Start*/
.item_image_group {
  position: relative;
  background: url(../../images/global/orange_box.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: flex;
  width: 120px;
  height: 120px;
}
.items_img {
  margin: auto;
  width: 80px;
}
.circle {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  border-radius: 50%;
}
.circle.level {
  top: unset;
  left: -10px;
  bottom: -10px;
  width: 45px;
}
.circle.unit_type {
  top: unset;
  bottom: -11px;
  right: -9px;
  width: auto;
}
.text_level {
  color: #e6db74;
  font-size: 20px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -45%);
}
.unit_type_img {
  width: 42px;
}
.level_img {
  position: relative;
}
/*Items Image End*/

/*Items Stats Start*/
.stats_group {
  display: flex;
  justify-content: center;
}
.damage {
  height: 50px
}
.health {
  height: 40px
}
.def {
  height: 55px
}
.health, .def, .damage {
  margin-right: 10px;
}
.stats_text {
  align-self: center;
}
/*Items Stats End*/

.info_price {
  margin-top: 15px;
}
.info_price .for_price {
  margin-bottom: 10px;
}
/*Items table End*/
/*Items form Start*/
.item_form {
  background-color: rgba(0, 0, 0, 0.2);
  height: 90px;
  display: flex;
  position: relative;
  margin: 0 auto;
}
#item form select {
  height: 26px;
  padding: 0 24px 0 4px;
  border: 1px solid #e3e3e3;
  font-size: 12px;
  width: 100px;
  box-sizing: border-box;
  background-color: rgba(199,198,197, 0.7);
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #000;
  margin: 10px;
}
#item form button {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 10px;
  margin-bottom: 10px;
}
#item.table {
  margin-bottom: 0;
}
.all_items_select {
  display: flex;
  flex-wrap: wrap;
}
.item_select label {
  display: block;
  margin: 10px 0 0 10px;
  text-align: left;
  color: #fff;
}
.no_result {
  font-size: 40px;
  margin-top: 20%;
}
.select_stats_hidden {
  height: 26px;
  padding: 0 24px 0 4px;
  width: 100px;
  box-sizing: border-box;
  background-color: rgba(199,198,197, 0.7);
  margin: 10px;
  opacity: 0.4;
}
.main-form__label.hidden {
  opacity: 0.4;
}
/*Items form End*/  

/*Info Item Page*/
.item_image_group.one-item {
  background: url(../../images/global/orange_box2.png) no-repeat;
  background-size: contain;
  width: auto;
  height: 310px;
}
.col-one-item {
  flex: 0 0 30%;
  max-width: 30%;
}
.col-one-item2 {
  flex: 0 0 70%;
  max-width: 70%;
}
.col-one-item3 {
  align-self: center;
}
.items_img.one-item-img {
  width: 60%;
}
.circle.circle-one-item {
  top: -15px;
  right: -20px;
  width: 30%;
}
.circle.level-one-item {
  top: unset;
  left: -10px;
  bottom: 0px;
  width: 30%;
}
.text_level.text_level-one-item {
  font-size: 35px;
}
.circle.unit_type-one-item {
  top: unset;
  bottom: -5px;
  right: -10px;
  width: 26%;
}
/*Info Box Start*/
.item_info_box {
  padding: 30px 30px 30px;
  border-radius: 10px;
}
#one_item .info_user {
  display: flex;
  justify-content: center;
}
#one_item .info_user h4 {
  align-self: center;
  color: #2C1919;
  margin-bottom: 0;
}
#one_item .info_user .info_img {
  margin-left: 1rem;
  width: 40px;
}
#one_item .info_user span {
  align-self: center;
  margin: 0 1rem .6rem;
}
.price_item_text {
  margin-left: 10px;
}
#one_item .top_updates {
  font-family: 'MayflowerAntique', sans-serif;
  font-size: 25px;
  width: 200px;
  vertical-align: middle;
}
#one_item #item.table-responsive {
  margin-top: 0;
}
#one_item .mybtn2, .download_app_btn {
  color: #b7afff;
  box-shadow: inset 0px 0px 6px 4px #432C00;
  background-color: rgba(0,0,0,0.2);
  padding: 12px 55px;
  margin: 2rem 0 0 0;
  font-weight: 700;
  border: none;
  position: unset;
}
#one_item .mybtn2-form {
  margin: 2rem auto 0;
}
#one_item .mybtn2:hover, .download_app_btn:hover {
  box-shadow: inset 0px 0px 6px 4px #fea036;
  color: #b7afff;
}
#one_item .price-info {
  margin-top: 10px;
}
#one_item .price-info h4 {
  text-shadow: 1px 1px 3px white, 0 0 1em white, 0 0 0.2em white;
}
.buy-text-form {
  color: #432c00;
  margin: 0 18px;
}
/*Info Box End*/
/*Info Item Page*/

/* Bg Menu Mobile Start */
.navbar-collapse {
  flex-grow: 0;
  flex-basis: unset;
  text-align: center;
}

.toggle_nav_div {
  align-self: flex-start;
  flex: 0.5;
  text-align: left;
}
/* Bg Menu Mobile End */

/* Logout Symbol Start */
#logout {
  width: 160px;
  text-align: left;
  margin: 6.5px 0;
}
/* Logout Symbol End */

/* Profile Start*/
#profile.breadcrumb-area {
    padding: 200px 0px 0px 0px;
}
.btn_profile {
  line-height: 34px;
}
.btn_profile.b_first {
  margin-top: .5rem;
}
.btn_profile.b_last {
  margin-bottom: 0px;
}
.profile_block {
  position: absolute;
  top: 0;
  right: 0;
  transition: all linear 0.3s;
  padding: 5px 0;
  height: 85px;
}
.bc-content_a, .bc-content_text {
  align-self: flex-end;
  transition: all linear 0.3s;
}
.bc-content_a:hover {
  transform: translateY(-2px);
}

  /*Profile btn layout Start*/
  .profile_block:hover {
    transform: translateY(-2px);
  }
  .profile_p {
    font-size: 25px;
    font-family: 'ArgosANouveau', sans-serif;
    color: #2C1919;
  }
  /*Profile btn layout End*/

  /* Account form Start*/
  .ac_input {
    display: block;
    color: #fff;
    border: none;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 1rem;
    outline-color: #25165a;
  }
  .ac_input.ac_pass {
    letter-spacing: 5px;
  }
  .ac_input.with_ac_btn {
    width: 75%;
    background-color: transparent;
    outline: none;
    padding-right: 0;
  }
  .ac_form_group {
    margin-bottom: 1rem;
  }
  .ac_form_group:last-child, .reset_form_group:last-child {
    margin-bottom: 0;
  }
  input.ac_input::placeholder {
    color: darkgray;
    letter-spacing: 5px;
  }
  input.ac_input[type=text]:focus,
  input.ac_input[type=password]:focus {
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    outline: #25165a;
    border-left: 0;
    border-right: 0;
    outline-style: auto;
  }
  input.ac_input[type=text].with_ac_btn:focus,
  input.ac_input[type=password].with_ac_btn:focus {
    outline: none;
  }
  .ac_block {
    position: relative;
    width: 100%;
    background-color: rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1rem;
    outline-color: #25165a;
  }
  .ac_block:focus-within {
    outline-style: auto;
    outline-color: #25165a;
  }
  .ac_btn {
    position: absolute;
    bottom: 6px;
    right: 3.5px;
    background: transparent;
    border: none;
  }
  /* Account form End*/

  /* Profile update photo Start*/
  .radio_input {
    display: none;
  }
  .radio_lable {
    width: 120px; 
    cursor: pointer;
    margin-bottom: 0px;
  }
  .radio_lable:hover,
  .active_img {
    border-radius: 50%;
    box-shadow: 0px 0px 7px 7px yellow;
  }

  .radio_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
    margin-bottom: 1rem;
  }
  .radio_block {
    margin: 10px;
  }
  /* Profile update photo End*/

  /*Profile Notifications Box Start*/
  #notification.main-box {
    margin-bottom: 2rem;
  }
  .notif_header_block {
    display: flex;
    justify-content: space-between;
  }
  .notif_page_block {
    display: flex;
    align-self: baseline;
  }
  .btn-r-notif {
    margin-right: 3rem;
  }
  .btn-l-notif {
    margin-left: 3rem;
  }
  .page_help.help-notif {
    position: unset;
    left: unset;
    transform: none;
  }
  /*Profile Notifications Box End*/

/* Profile End*/

.email-success, .stripe-danger {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #155724;
}
.email-success.alert-stripe {
  background-color: #cfe2bd;
}
.stripe-danger {
  color: #721c24;
  background-color: #f8d7da;
}
/*Reser Password Form Start*/
.reset_form {
  width: 50%;
  margin: 0 auto;
  text-align: left;
}
.reset_form_group {
  margin-bottom: 2rem;
}
#item form button.reset_btn {
  margin: 7px;
}
.reset_text {
  margin-bottom: 0px;
  line-height: 34px;
  color: #2C1919;
}
.reset-alert {
  margin-top: 2rem;
}
/*Reser Password Form End*/

#sell_item_form .price_exchange {
  margin: 0 0 10px 0;
  align-self: center;
}
.login-modal .modal-dialog .modal-content .modal-body .form-area #sell_item_form .input-field {
  height: 45px;
}

/*Web2 Start*/
/*Google Start*/
.google_auth {
  display: flex;
  justify-content: center;
}
.google_auth a {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 8px;
  border: none;
  border-radius: 50px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-color: white;
  height: 40px;
}
.google_auth a.discord {
  background-color: #5865F2;
  margin-left: 10px;
  margin-right: 10px;
}
.google_auth a:hover {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}
.google_auth a:active, .google_auth a:focus {
  background-color: #eeeeee;
}
.google_auth a.discord:active, .google_auth a.discord:focus {
  background-color: #5865F2;
}
/*Google web2 End*/
/*Facebook web2 Start*/
.google_auth a.facebook {
  background-color: #1877f2;
  margin-right: 10px;
}
/*Facebook web2 End*/
/*Web2 End*/

/* Download Page Start */
  .download_app_btn {
    border-radius: 50px;
    transition: all 0.3s ease-in;
    margin-right: 30px;
    display: flex;
    width: 350px;
    align-items: center;
    justify-content: center;
  }
  .down_btn_content {
    width: 350px;
    margin: 0 auto;
  }
  .down_btn_text {
    color: rgb(183, 175, 255);
    font-size: 17px;
    margin: 5px 0;
  }
  .available_text {
    text-align: center;
    margin-bottom: 0;
  }
/* Download Page End */

/* Marketplace Page Start */
.marketplace-section {
  text-align: center;
  margin: 20px auto;
  max-width: 1200px;
}
.marketplace-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
.marketplace-table {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  margin: 20px auto;
}
.table-responsive {
  overflow-x: auto;
  max-width: 100%;
  white-space: nowrap;
}
.offers-table {
  width: 100%;
  border-collapse: collapse;
  color: #fff;
}
.offers-table th {
  padding: 15px;
  text-align: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  color: #2bed45;
}
.offers-table td {
  padding: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.offers-table tr:hover {
  background: rgba(255, 255, 255, 0.05);
}
.buy-btn {
  background: #2bed45;
  color: #000;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.delete-btn {
  background: rgb(234, 85, 85);
  color: #000;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.update-btn {
  background: rgb(237, 183, 96);
  color: #000;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.update-btn:hover {
  background: rgb(227, 170, 77);
  transform: translateY(-2px);
}
.delete-btn:hover {
  background: rgb(238, 69, 69);
  transform: translateY(-2px);
}
.buy-btn:hover {
  background: #20c938;
  transform: translateY(-2px);
}
.loading-spinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #2bed45;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.error-message {
  display: none;
  color: #ff4444;
  margin: 10px 0;
}
.no-offers {
  display: none;
  color: #ffffff;
  margin: 20px 0;
}
#offersFont{
  color: #ffffff;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.btn-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.offers-btn {
  padding: 6px 12px; 
  font-size: 14px;  
  border: none;
  border-radius: 5px;  
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
}
.offers-btn-primary {
  background-color: #6c757d;  
  color: white;
}
.offers-btn-primary:hover {
  background-color: #5a6268;
  transform: translateY(-1px);
}
.offers-btn-secondary {
  background-color: #adb5bd;  
  color: white;
}
.offers-btn-secondary:hover {
  background-color: #5a6268;
  transform: translateY(-1px);
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.pagination-btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  transition: background 0.3s;
}
.pagination-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}
.pagination-btn:hover:not(:disabled) {
  background-color: #45a049;
}
.pagination-text {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
/* Marketplace Page End */

/* Marketplace Page Modal Start */
.offer-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}
.offer-modal-content {
  background-color: #9c7952;
  margin: 5% auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 500px;
  position: relative;
}
.offer-modal-content h3 {
  color: #2c3e50;
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}
.offer-modal-content input,
.offer-modal-content select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  outline: none;
}
.offer-modal-content input:focus,
.offer-modal-content select:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
.offer-modal-content button {
  width: 100%;
  margin: 2% auto;
  padding: 10px;
  background-color: #5b350a;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.offer-modal-content button:hover {
  background-color: #4726017a;
}
.offer-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #666;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s;
}
.offer-modal-close:hover {
  color: #2c3e50;
}
/* Marketplace Page Modal End */

/* Marketplace Flash Start */
.flash-message {
  display: none;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4CAF50; 
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  text-align: center;
  z-index: 1050; 
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.flash-message.error {
  background-color: #e74c3c; 
}
/* Marketplace Flash End */

#paymentSummary {
  background-color: #b9864d;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
  font-weight: 500;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.earn-btn {
  background-color: rgba(230, 200, 140, 0.15);
  color: #ffe8a0;
  border: 1px solid #ffe8a0;
  padding: 6px 14px;
  font-family: 'Cinzel', serif;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 6px rgba(255, 232, 160, 0.3);
}

.earn-btn:hover {
  background-color: rgba(230, 200, 140, 0.3);
  color: #fff3c0;
  box-shadow: 0 0 10px rgba(255, 232, 160, 0.6);
}

#earnModal .earn-content {
  max-width: 600px;
  background: linear-gradient(to bottom, #2f1b0d, #3e2714);
  border: 2px solid #fff2b0;
  color: #f0dfc0;
  font-family: 'Cinzel', serif;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 15px #d7b87b;
  position: relative;
}

#earnModal .earn-title {
  color: #ffe761;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}

#earnModal .earn-text {
  text-align: center;
}

#earnModal .earn-text p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 12px;
}

#earnModal .offer-modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
  color: #ffe761;
}
