/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
  color: #c4d5f6;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Nunito', sans-serif;
  margin: 0 0 15px;
  color: #fff;
  font-weight: 700;
}
h1{
	font-size: 48px;
	line-height: 50px;

}
h2{
	font-size: 38px;
	line-height: 44px;

}
h3{
	font-size: 30px;
	line-height: 38px;

}
h4{
	font-size: 24px;
	line-height: 34px;

}
h5{
	font-size: 20px;
	line-height: 28px;

}
h6{
	font-size: 16px;
	line-height: 26px;

}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover {
 color: #d5057f;
 text-decoration: none;
}
a:active, a:hover {
 outline: 0 none;
}
a:hover, a:focus {
  color: #2a354e;
  text-decoration: none;
}
body {
	color: #c4d5f6;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
  text-align: left;
  overflow-x: hidden;
  line-height: 26px;
}
#scrollUp {
  bottom: 40px;
  font-size: 20px;
  line-height: 48px;
  right: 30px;
  width: 44px;
  background-color: #26253f;
  color: #fff;
  text-align: center;
  height: 44px;
  border-radius: 3px;
  border:1px solid #26253f;
  transition-duration: 500ms;
  z-index: 50;
  position: fixed;
}
#scrollUp:hover {
  border:1px solid #d5057f;
  background-color: #d5057f;
  transition-duration: 500ms;
}
.clear{
	clear:both;
}
.color{
  color: #d5057f;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
  outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #131222 url('../img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
  padding-left: 0px;
}
::-moz-selection {
  background: #d5057f;
  text-shadow: none;
}
::selection {
  background: #d5057f;
  text-shadow: none;
}
.bg-color{
  background:#171627;
}
.bg-color-2{
  background:#131222;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #2a354e;
  padding: 0.2em 0;
}
.area-padding{
	padding: 100px 0px;
}
.area-padding-2{
  padding: 100px 0px 70px;
}
.area-padding-3{
  padding: 70px 0px 100px;
}
.area-padding-4{
  padding: 100px 0px 50px;
}
.section-headline {
  padding-bottom: 40px;
  position: relative;
}
.section-headline h3 {
  font-size: 40px;
  text-transform: capitalize;
  line-height: 48px;
  color:#fff;
}
.section-headline p {
  max-width: 560px;
  font-size: 17px;
  margin: 0 auto;
}
.white-headline h3{
   color:#fff; 
}
.section-headline h4 .color {
  color: #d5057f;
  font-weight: 600;
}
.mar-row{
  margin-top: 50px;
}
.simple-text{
  font-weight: 400;
}
.color-text{
  color: #d5057f
}
/*--------------------------------*/
/*  2. Header top Area
/*--------------------------------*/
.topbar-left ul li {
  display: inline-block;
}
.topbar-area {
  background:#171627;
}
.topbar-left ul li a {
  color: #c4d5f6;
  display: block;
  margin-right: 20px;
  padding: 11px 0;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.60px;
}
.topbar-left ul li a i {
  color: #c4d5f6;
  font-size: 16px;
  padding-right: 7px;
}
.topbar-left ul li:last-child a{
	margin-right:0px;
}
.topbar-right {
  float: right;
}
.topbar-right ul li {
  display: inline-block;
  position: relative;
}
.topbar-right>ul>li>a {
  color: #c4d5f6;
  display: block;
  padding: 12px 30px 10px 0px;
  position: relative;
  font-size: 15px;
}
.topbar-right ul li ul {
  background: #26253f;
  left: 0;
  position: absolute;
  top: 100%;
  width: 130px;
  z-index: 9999999;
  padding: 10px 15px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  visibility: hidden;
}
.topbar-right >ul>li > ul a {
  color: #c4d5f6;
  font-size: 13px;
}
.topbar-right ul li:hover ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.topbar-right> ul>li>a::after {
  color: #c4d5f6;
  content: "\e64b";
  font-family: themify;
  font-size: 12px;
  position: absolute;
  right:15px;
  top: 13px;
}
.topbar-right> ul>li:last-child a::after{
  display: none;
}
.topbar-right> ul>li:last-child a{
  padding-right: 0px;
}
.topbar-right img {
  margin-right: 5px;
}
/*----------------------------------------*/
/*  2.1 Header Bottom Area 
/*----------------------------------------*/
.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
.header-area{
	background:#1E1D32;
}
.logo {
  display: block;
}
.logo a {
  display: inline-block;
  height: auto;
  padding: 25px 0;
}
.main-menu ul.navbar-nav li {
  float: left;
  position: relative;
}
.main-menu ul.navbar-nav li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 40px 15px;
  text-transform: uppercase;
  position: relative;
}
.main-menu > ul.navbar-nav >li >a::before {
  position: absolute;
  content: "";
  left: 16px;
  bottom: 34px;
  border: 1px solid #d5057f;
  width:0;
  transition: 0.4s;
  opacity: 0;
}
.header-area.stick .main-menu > ul.navbar-nav >li >a::before {
  left: 16px;
  bottom: 27px;
}
.main-menu > ul.navbar-nav >li >a.active::before,
.main-menu > ul.navbar-nav >li >a:hover::before {
  width:50%;
  transition: 0.4s;
  opacity: 1;
}
.main-menu ul.navbar-nav li a.active,
.main-menu ul.navbar-nav li a:hover {
	color: #d5057f;
}
.main-menu ul.navbar-nav li.active a:focus {
  color: #fff;
}
.main-menu ul.navbar-nav li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #d5057f;
  position: relative;
  z-index: 9999999;
}
.navbar {
  border: medium none;
  margin-bottom: 0;
}
.navbar-default {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color:#fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}
.main-menu ul.nav li ul.sub-menu {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 115%;
  transition: all 0.3s ease 0s;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  width: 200px;
  z-index: -99;
  padding: 10px 0px;
  border-radius: 3px;
}
.pagess {
  position: relative;
}
.navbar.navbar-default {
  float: right;
}
.main-menu ul.nav li ul.sub-menu li {
  padding: 0;
  position: relative;
  width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
  top:100%;
  opacity:1;
  z-index:999;
  visibility:visible;
  background: #26253f;
}
.main-menu ul.nav li ul.sub-menu li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 20px;
}
.main-menu ul.nav li ul.sub-menu li a span{
  color: #d5057f;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
  color:#d5057f;
}
.header-right-link {
  float: right;
  width: 180px;
  padding: 37px 0px;
  margin-left: 40px;
  text-align: right;
}
.slice-btn {
  display: inline-block;
  padding: 0px 15px;
}
.slice-btn span {
  font-size: 20px;
  font-weight: 500;
  color: #2a354e;
  cursor: pointer;
  line-height: 28px;
}
.s-menu {
  padding: 10px 20px;
  border: 1px solid #d5057f;
  background: #d5057f;
  color: #fff;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 700;
  border-radius: 2px;
  text-transform: uppercase;
}
.s-menu:hover {
  border: 1px solid #d5057f;
  background: transparent;
  color:#d5057f;
  transition: 0.4s;
}
.header-area.stick  .header-right-link {
  padding: 27px 0px;
}
/*--------------------------------*/
/* 2.2. Sticky Header Area
/*--------------------------------*/
.header-area.stick {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #1E1D32;
}
.header-area.stick .logo a {
  display: inline-block;
  height: auto;
  padding: 17px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
  padding: 30px 15px;
  color: #fff;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
  color: #fff;
  display: block;
  padding: 5px 15px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a:hover{
  color: #d5057f;
}
/*----------------------------------------*/
/*  2.3. Mobile Menu Area
/*----------------------------------------*/
.mobile-menu-area {
  background: #26253f none repeat scroll 0 0;
  padding: 10px 0px ;
}
.mean-container .mean-bar::after {
  content: "";
  font-size: 21px;
  left: 5%;
  position: absolute;
  top: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
  color:#d5057f
}
.mean-container .mean-nav ul {
  list-style-type: none;
  margin: 20px 0px;
  padding: 0;
  width: 100%;
}
.mean-container .mean-nav ul li a {
  background: #26253f none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding: 13px 10px;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
  width: 90%;
}
.mean-nav ul li.mean-last {
  margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
  color: #fff;
  line-height: 17px;
}
.mean-container .mean-nav ul li {
  width: 99.7%;
}
/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-area{
	position: relative;
  background: #171627;
}
.display-table{
	width: 100%;
	height: 100%;
	display: table;
}
.display-table-cell{
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.intro-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: -180px;
}
.slide-images {
  margin-top: 30px;
}
.slide-all-text {
  margin-top: 90px;
}
.slider-content {
  position: relative;
}
.layer-1 h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  max-width: 640px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.layer-2 p {
  font-size: 18px;
}
.ready-btn {
   border: 1px solid #d5057f;
   background: #d5057f;
   color: #fff;
   cursor: pointer;
   display: inline-block;
   font-size: 18px;
   font-weight: 700;
   margin-top: 20px;
   padding: 10px 20px;
   text-align: center;
   text-transform: capitalize;
   transition: all 0.4s ease 0s;
   border-radius: 4px;
}
.ready-btn:hover{
   color: #FFF;
   background: #000;
   transition: all 0.4s ease 0s;
   border-color: #000;
}
/*----------------------------------------
  4. Achivement Area Css
----------------------------------------*/
.single-achive {
  border: 1px solid #26253f;
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 30px 20px;
  align-items: center;
  background: #26253f;
  border-radius: 3px;
  margin-bottom: 30px;
}
.achive-image {
  float: left;
  width: 36%;
  height: 100%;
  margin-right: 15px;
  border-radius: 20px;
}
.achive-image img {
  border-radius: 50%;
}
.achivement-text h6 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0px;
  position: relative;
  padding-left: 20px;
}
.achivement-text h6::before {
  position: absolute;
  left: 0;
  top: 8px;
  background: #d5057f;
  width: 9px;
  height: 9px;
  content: "";
  border-radius: 50%;
}
.first-achive h6::before{
   background: #0EC929; 
}
.second-achive h6::before{
   background: #FFA90E; 
}
.achive-number {
  font-size: 36px;
  font-weight: 700;
  line-height: 52px;
  color: #fff;
}
/*--------------------------------*/
/* 5.About Area
/*--------------------------------*/
.about-area {
  position: relative;
}
.about-content {
  text-align: center;
  margin-top: 30px;
}
.more-text {
  margin-top: 40px;
  display: block;
}
.about-content span a {
  color:#fff;
  text-decoration: underline;
}
.about-content span a:hover{
  color:#d5057f;
}
.support-all {
  margin-left: 40px;
}
.support-services {
  padding: 30px 20px 20px 30px;
  background: #26253f;
  margin-bottom: 30px;
  border-radius: 3px;
}
.support-images {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50px;
}
.support-content {
  padding-left: 100px;
  list-style: none;
}
.support-services .support-content h4 {
  font-size: 24px;
  text-transform: none;
  padding-bottom: 0px;
  letter-spacing: 0.60px;
  line-height: 28px;
  color: #fff;
}
.support-content p {
  margin-bottom: 0px;
}
.last-content{
  margin-bottom: 0px !important;
}
/*----------------------------------------*/
/*  6. Games Area
/*----------------------------------------*/
.service-img {
  margin-bottom: 20px;
}
.single-games {
  border: 1px solid #26253f;
  position: relative;
  text-align: center;
  padding: 30px 30px;
  background: #26253f;
}
.single-games h4 {
  color: #fff;
}
.games-carousel .col-md-4{
  width: 100%;
}
.games-img {
  width: 160px;
  height: 160px;
  margin: 20px auto;
}
.games-btn {
  border: 1px solid #d5057f;
  background: #d5057f;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  padding: 8px 20px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  border-radius: 2px;
}
.games-btn:hover{
  border: 1px solid #d5057f;
  background: transparent;
  color: #d5057f;
  transition: all 0.4s ease 0s;
}
.games-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.games-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  color: #fff;
  font-size: 18px;
  margin-top: -20px;
  position: absolute;
  top: 50%;;
  text-align: center;
  line-height: 39px;
  opacity: 0;
  border:1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.games-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
  left: 10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.games-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
  right: 10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}
.games-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
  right: 2%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}
.games-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
  left: 2%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}
.games-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.games-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
  color:#fff;
  background: #d5057f;
  border: 1px solid #d5057f;
}
/*--------------------------------*/
/* 7 .Games play Area
/*--------------------------------*/
.challange-area{
	position: relative;
}
.tab-menu {
  display: block;
  margin-bottom: 40px;
}
.tab-menu ul.nav{
  margin: 0;
  padding: 0;
}
.tab-menu ul.nav li {
  border: medium none;
  float: left;
  width: 33.33%;
  padding-right: 15px;
}
.tab-menu ul.nav li a {
  background: #26253f;
  border-radius: 0;
  display: block;
  font-weight: 600;
  padding: 16px 20px 16px;
  color: #fff;
  border:1px solid #26253f;
  border-radius: 3px;
}
.tab-menu .nav-tabs{
	border-bottom: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
 background-color: #d5057f !important;
 border-color: #d5057f;
 border-image: none;
 border-style: solid;
 border-width: 1px;
 color: #fff !important;
 cursor: default;
 position: relative;
}
.tab-menu ul.nav li a:hover{
	border:1px solid #26253f;
}
.cha-img {
  display: inline-block;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.title-date {
  display: inline-block;
  position: relative;
  top: 15px;
}
.cha-title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 18px;
}
.cha-bit{
  display: block;
  color:#c4d5f6;
}
.single-gaimer {
  padding: 10px;
  background: #26253f;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 3px;
}
.gaimer {
  float: left;
  margin-right: 15px;
  border-radius: 50%;
  margin-top: 6px;
}
.gaimer-content {
  float: left;
  padding-left: 5px;
}
.gaimer-content h6{
  margin-bottom: 0px;
  font-weight: 500;
}
.page-img {
  position: relative;
}
.play-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  border: 1px solid #d5057f;
  width: 150px;
  color: #fff;
  background: rgba(213,5,127,0.90);
  padding: 12px 20px;
  border-radius: 3px;
  transition: 0.4s;
  font-size: 20px;
  font-weight: 600;
}
.play-btn:hover{
  background: #d5057f;
  transition: 0.4s;
  color:#fff;
}
/*----------------------------------------*/
/*  8.Payment History area
/*----------------------------------------*/
.payment-history-area {
  background: url(../img/background/bg1.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.payment-history-area::after {
  background: rgba(24,23,40,0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.deposite-content {
  position: relative;
}
.deposite-content table {
 border-collapse: collapse;
 width: 100%;
}
.deposite-content th {
  text-align: left;
  padding: 8px 10px 8px 30px;
  height: 80px;
  text-transform: uppercase;
}
.deposite-content td{
  text-align: left;
  padding: 8px 10px 8px 30px;
  height: 80px;
}
.deposite-content tr:nth-child(even) {
 background-color: #171627;
}
.diposite-box {
  width: 100%;
  margin: 0 auto;
  background: #26253f;
  position: relative;
}
.diposite-box h4 {
  display: inline-block;
  font-size: 26px;
  background: #d5057f;
  padding: 10px 30px;
  margin-bottom: 25px;
  border-radius: 3px;
  color:#fff;
}
.diposite-box span {
  float: right;
  font-size: 28px;
  color: #fff;
  background: #d5057f;
  padding: 10px 20px;
  border-radius: 3px;
  line-height: 32px;
}
.deposite-table td img {
  margin-right: 15px;
  border-radius: 50%;
}
/*----------------------------------------*/
/*  9. Affiliate area
/*----------------------------------------*/
.single-proses {
  margin-top: 10px;
  margin-bottom: 30px;
}
.proses-icon a {
  width: 100px;
  height: 100px;
  line-height: 97px;
  font-size: 36px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 30px;
  background:#26253f;
}
.proses-icon {
  position: relative;
  display: inline-block;
}
.point-view {
  width: 40px;
  height: 40px;
  line-height: 37px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
}
.proses-text p {
  margin-bottom: 0px;
}
.point-blue .point-view{
  background: #F39D36;
  border: 1px solid #F39D36;
}
.point-orange .point-view{
  background: #0098D7;
  border: 1px solid #0098D7;
}
.point-green .point-view{
  background: #1AA15F;
  border: 1px solid #1AA15F;
}
.point-blue.proses-icon a{
  color:#F39D36;
}
.point-orange.proses-icon a{
  color:#0098D7;
}
.point-green.proses-icon a{
  color:#1AA15F;
}
.proses-text h4 {
  text-transform: capitalize;
  font-size: 22px;
  max-width: 270px;
  margin: 0px auto;
}
/*--------------------------------*/
/* 10.overview Area
/*--------------------------------*/
.overview-area {
  position: relative;
}
.overview-text {
  margin-top: 40px;
}
.overview-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.overview-text h3 {
  font-size: 40px;
  line-height: 46px;
}
.overview-text li {
  display: block;
  position: relative;
}
.overview-text ul li a {
  font-size: 15px;
  color: #c4d5f6;
  padding: 6px 0px 6px 35px;
  display: block;
}
.overview-text li::after {
  position: absolute;
  left: 0px;
  top: 6px;
  content: "\e64c";
  font-family: themify;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50px;
  font-size: 12px;
  color: #fff;
  background: #d5057f;
}
.overview-btn {
  padding: 10px 20px;
  border: 1px solid #d5057f;
  background: #d5057f;
  color: #fff;
  transition: 0.4s;
  font-size: 16px;
  font-weight: 700;
  border-radius: 2px;
  margin-top: 20px;
  display: inline-block;
  text-transform: capitalize;
}
.overview-btn:hover{
  border: 1px solid #d5057f;
  background:transparent;
  color: #d5057f;
  transition: 0.4s;
}
/*----------------------------------------*/
/*  11. Blog Area
/*----------------------------------------*/
.blog-content {
  padding: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  background: #26253f;
}
.blog-content a h4 {
  font-size: 21px;
  color: #fff;
  line-height: 30px;
  transition: 0.4s;
}
.home-blog .blog-content a h4 {
  margin-bottom: 0px;
}
.admin-type i,
.date-type i,
.comments-type i{
  color: #d5057f;
  margin-right: 5px;
}
.single-blog:hover .blog-content::after {
  transition: 0.4s;
  opacity: 1;
  top: 0px;
}
.blog-content p {
  line-height: 28px;
  transition: 0.4s;
}
.blog-content a h4:hover{
  color:#d5057f;
  transition: 0.4s;
}
.blog-meta span {
  color: #c4d5f6;
  font-size: 14px;
  font-weight: 400;
  padding-right: 10px;
}
.admin-type img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #d5057f;
  margin-right: 10px;
}
.single-blog {
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.blog-meta {
  margin-bottom: 15px;
}
.blog-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s ease 0s;
  border: 1px solid #d5057f;
  background: #d5057f;
  padding: 7px 24px;
  margin-top: 10px;
  border-radius: 3px;
}
.blog-btn:hover{
  color: #d5057f;
  background: transparent;
  transition: all 0.4s ease 0s;
}
/*----------------------------------------*/
/*  12. Payments card
/*----------------------------------------*/
.payment-area {
  margin-top: -200px;
}
.inner-payment {
  display: block;
  background: #26253f;
  overflow: hidden;
  padding: 80px;
  position: relative;
  top: 200px;
  margin-right:15px;
  margin-left:15px;
  border-radius: 5px;
}
.single-card {
  float: left;
  width: 20%;
  padding: 15px 20px;
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-1 {
  background:#12111e;
}
.footer-area{
  padding: 90px 0px 90px;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer-head h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.subs-feilds {
  margin-top: 30px;
}
.suscribe-input {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  width: 95%;
}
.suscribe-input input {
  color: #757b82;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 15px;
  height: 46px;
  border-radius: 0;
  width: 64%;
  float: left;
  background: transparent;
  border: 1px solid #666;
  border-right:none;
}
.suscribe-input button {
  background: #d5057f;
  border: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 5px;
  width: 36%;
  font-weight: 600;
  height: 46px;
  border: 1px solid #d5057f;
  transition: 0.4s;
}
.suscribe-input button:hover {
  color: #d5057f;
  background:transparent;
  transition: 0.4s;
}
.footer-tags li a:hover{
  color:#d5057f;
}
.footer-icons ul li a:hover{
  color:#fff;
  background:#d5057f;
  border: 1px solid #d5057f;
  transition: 0.4s;
}
.footer-tags {
  display: block;
  overflow: hidden;
}
.footer-tags li {
  float: left;
}
.footer-tags li a {
  color: #c4d5f6;
  display: block;
  font-size: 15px;
  padding: 3px 5px;
}
.footer-icons {
  margin-top: 20px;
}
.footer-contacts p span {
  color: #d5057f;
  font-weight: 700;
}
.footer-list li a {
  color: #c4d5f6;
  padding: 7px 0px 7px 25px;
  display: block;
  position: relative;
  font-weight: 400;
}
.footer-list li a:first-child{
	padding-top: 0px;
}
.footer-list li a::after {
  position: absolute;
  content: "\e65d";
  right: auto;
  font-family: themify;
  top: 1px;
  left: 0;
  font-size: 14px;
}
.footer-list li a:hover,
.footer-list li a:hover::after{
  color: #d5057f;
}
.footer-list li a:hover::after{
  color: #d5057f;
}
.footer-area-bottom {
  padding: 25px 0;
  background:#1E1D32;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#d5057f;
}
.copyright-text a {
  color: #d5057f;
}
.copyright > p {
  margin-bottom: 0;
  color: #c4d5f6;
}
.copyright a {
  color: #d5057f;
}
/*--------------------------------*/
/*  14. Home 02 Css
/*--------------------------------*/
.intro-area-2{
  background: url(img/background/slide1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-area-2 .layer-1 h2 {
  font-size: 52px;
  max-width: 640px;
  line-height: 64px;
}
.intro-area-2 .layer-2 p {
  font-size: 20px;
  max-width: 610px;
}
.header-area-2{
  background: rgba(30,29,50,0.90);
}
.intro-area-2 .bg-wrapper img {
  opacity: 0.9;
}
.games-area-2 .single-games{
  margin-bottom: 30px;
}
.about-area-2 .support-services {
  background: #26253f;
  margin-bottom: 30px;
}
/*--------------------------------*/
/* 15.How to Area
/*--------------------------------*/
.how-to-area {
  padding: 100px 0px 160px;
}
.all-how{
	margin-bottom:60px;
}
.single-how {
  text-align: center;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  padding: 40px 30px;
  border-radius: 5px;
  background: #26253f;
}
.how-wel {
  padding: 20px 0px 0px;
}
.how-img {
  position: relative;
  display: inline-block;
}
.big-icon img {
  border-radius: 50%;
}
.how-content p {
  margin-bottom: 0px;
}
.how-content h4 {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0;
  padding: 0 0 10px;
  font-weight: 600;
}
.single-how.first-item,
.single-how.thired-item{
  position: relative;
  top: 60px;
}
.h-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -10px;
  background:#d5057f;
}
/*----------------------------------------*/
/*  16. Home 03  CSS
/*----------------------------------------*/
.intro-area-3{
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.intro-area.intro-area-3{
  overflow: visible;
}
.intro-area-3 .bg-wrapper img {
  opacity: 0.9;
}
.intro-area-3 .layer-1 h2 {
  font-size: 64px;
  max-width: 770px;
  line-height: 74px;
  margin: 0px auto 20px;
}
.intro-area-3 .layer-2 p {
  font-size: 20px;
  max-width: 610px;
  margin: 0px auto 20px;
}
.intro-area-3 .slide-all-text {
  text-align: center;
  margin-top: 0px;
}
.achivement-area-2 .achivement-content {
  margin-top: -80px;
  z-index: 88;
}
.achivement-area-2 .single-achive{
  margin-bottom: 0px;
}
.about-video{
  position: relative;
}
.video-content {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 9;
}
.video-play.vid-zone {
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 77px;
  position: relative;
  font-size: 40px;
  background: transparent;
}
.video-play::before {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: popcircle;
  animation-name: popcircle;
  border: 1px solid #fff;
  border-radius: 100px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.video-play.vid-zone i {
  color: #fff;
  margin-left: 5px;
}
/*----------------------------------------
  17. Chips Area Css
----------------------------------------*/
.single-chips {
  border: 1px solid #26253f;
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 30px 20px;
  align-items: center;
  background: #26253f;
  border-radius: 3px;
  margin-bottom: 30px;
}
.chips-image {
  float: left;
  width: 36%;
  height: 100%;
  margin-right: 15px;
  border-radius: 20px;
}
.chips-image img {
  border-radius: 20px;
  border: 1px solid #666;
  border-radius: 50%;
  padding: 15px;
  width: 100px;
  height: 100px;
}
.chips-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.chips-btn {
  text-align: center;
  border: 1px solid #d5057f;
  color: #fff;
  background: rgba(213,5,127,0.8);
  padding: 6px 15px;
  border-radius: 3px;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 600;
}
.chips-btn:hover{
  background:transparent;
  transition: 0.4s;
  color:#d5057f;
}
.chips-price {
  position: absolute;
  right: 0px;
  top: 10px;
  background: #0EC929;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding: 2px 15px;
  line-height: 26px;
  border-radius: 3px 0px 0px 3px;
}
/*----------------------------------------*/
/*  18. Breadcumbs Area
/*----------------------------------------*/
.page-area {
  position: relative;
}

.breadcumb-overlay {
 position: absolute;
 background: rgba(23,22,39,0.60);
 top: 0;
 width: 100%;
 left: 0;
 height: 100%;
}
.page-area .section-headline::after {
  display: none;
}
.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 260px 0px 130px;
}
.breadcrumb h2 {
  text-transform: uppercase;
  font-size: 42px;
  line-height: 50px;
}
.breadcrumb .section-headline {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.breadcrumb ul li {
  display: inline-block;
  color: #fff;
  padding: 0px 10px 0px 20px;
  position: relative;
  font-size: 16px;
}
.breadcrumb ul li.home-bread{
  padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
  position: absolute;
  content: "\f105";
  font-family: fontAwesome;
  right: -10px;
  top: 0;
}
.pages-header {
  background: #fff;
}
.pages-header .logo a {
  padding: 17px 0;
}
.pages-header .main-menu ul.navbar-nav li a {
  padding: 30px 15px;
}
.pages-header .header-right-link {
  padding: 27px 0px;
}
.pages-header .main-menu > ul.navbar-nav >li >a::before {
  bottom: 25px;
}
.page-footer {
  padding: 100px 0px 100px;
}
/*----------------------------------------*/
/*  19. Blog Sidebar Area
/*----------------------------------------*/
.blog-page-area .single-blog {
  padding: 5px;
  background: #fff;
}
.blog-page-area .blog-content{
	padding: 10px 15px 20px;
}
.blog-search-option input {
  padding: 5px 15px;
  width: 80%;
  border: none;
  height: 56px;
  background: transparent;
}
.blog-search-option {
  margin-bottom: 30px;
  display: block;
  border: 1px solid #c4d5f6;
  border-radius: 3px;
}
.blog-search-option button {
  background: transparent;
  border: none;
}
.blog-search-option button i {
  line-height: 16px;
  font-size: 18px;
  padding: 0px 10px;
}
.blog-search-option button i:hover {
  color: #d5057f;
}
.left-blog h4 {
  position: relative;
  color: #c4d5f6;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  padding: 15px 0px;
  text-transform: capitalize;
}
.left-blog h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 70px;
  height: 1px;
  background: #d5057f;
}
.blog-left-content .blog-content::after{
  display: none;
}
.left-side {
  padding-right: 40px;
}
.right-side{
  padding-left: 40px;
}
.left-blog {
  overflow: hidden;
  padding-bottom: 20px;
}
.blog-category li,
.left-blog li {
  display: block;
  position: relative;
}
.left-blog ul li a {
  color: #c4d5f6;
  display: inline-block;
  font-size: 15px;
  padding: 7px 0px 7px 25px;
  text-transform: capitalize;
}
.blog-category ul {
  margin-top: 12px;
}
.left-blog ul li span {
  display: inline-block;
  border: 1px solid #26253f;
  background:#26253f;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  color: #fff;
  line-height: 24px;
}
.pst-content .date-type{
	font-size: 14px;
}
.blog-category ul li:after {
  position: absolute;
  content: "\e649";
  right: 5px;
  top: 8px;
  font-family: themify;
  color: #c4d5f6;
  font-size: 13px;
}
.popular-tag.left-blog ul li a:before {
  display: none;
}
.recent-single-post {
  display: block;
  overflow: hidden;
  padding: 15px 0px;
}
.recent-single-post:last-child {
  border-bottom: none;
}
.post-img {
  display: inline-block;
  float: left;
  padding-right:10px;
}
.left-blog .post-img a {
  display: block;
}
.left-blog .post-img a img {
  border-radius: 4px;
}
.pst-content {
  padding-left: 100px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
  color: #d5057f;
}
.blog-page-area .blog-content {
  background: #f9f9f9;
}
.pst-content p a {
  color: #c4d5f6;
  font-size: 15px;
}
.blog-tags {
  padding: 1px 0;
}
.recent-single-post img {
	width: 100%;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 2px;
}
.left-blog li:last-child {
  border-bottom: 0 ;
}
.popular-tag.left-side-tags.left-blog ul {
  padding:0px;
}
.left-tags .left-side-tags ul li {
  border-bottom: 0;
  display: inline-block;
  margin: 5px 3px;
}
.left-tags .left-side-tags ul li a {
  padding: 5px 10px;
  width: auto;
  background: #26253f;
  border: 1px solid #26253f;
  color: #c4d5f6;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  transition: 0.4s;
}
.left-tags .left-side-tags ul li a:hover {
	color:#fff;
	background:#d5057f;
  border: 1px solid #d5057f;
  transition: 0.4s;
}
.left-side-tags h4 {
  margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0px;
  border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #c4d5f6;
  background-color: #26253f;
  border: none;
  margin-left: -1px;
  border-radius: 2px;
}
.pagination>li {
  display: inline-block;
  margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
  z-index: 3;
  color: #fff;
  background-color: #d5057f;
  cursor: default;
  border-radius: 2px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #d5057f;
  border-color: #d5057f;
  border-radius: 2px;
}
.adver-img {
  margin-top: 20px;
}
/*----------------------------------------*/
/*  20. Blog Details
/*----------------------------------------*/
.comments-heading h3, h3.comment-reply-title {
  border-bottom: 1px solid #26253f;
  color: #c4d5f6;
  font-size: 18px;
  margin: 0 0 40px;
  padding: 0 0 5px;
  text-transform: capitalize;
}
.comments-list ul li{
  margin-bottom: 25px;
}
.comments-list-img{
  float: left;
  margin-right: 15px;
  border-radius: 50%;

}
.comments-list-img img {
  border-radius: 3px;
  border: 1px solid #ddd;
}
.comments-content-wrap {
  color: #c4d5f6;
  font-size: 14px;
  margin: 0 0 15px 90px;
  padding: 10px;
  position: relative;
}
blockquote {
  padding: 20px 40px 40px 80px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: none;
  font-style: italic;
  position: relative;
  background: #26253f;
}
blockquote::before {
  position: absolute;
  top: 20px;
  left: 30px;
  content: "\f10d ";
  font-family: fontawesome;
  font-size: 34px;
  color: #c4d5f6;
}
blockquote p {
  font-size: 16px !important;
  line-height: 28px;
}
.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
  color: #c4d5f6;
  margin-top: 10px;
}
.threaded-comments{
	margin-left:50px
}
.comment-respond {
  margin-top: 20px;
}
span.email-notes{
	color: #c4d5f6;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-respond p {
  color: #c4d5f6;
  margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
  border: 1px solid #26253f;
  border-radius: 0;
  height: 46px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
  background: transparent;
}
.comment-respond textarea#message-box{
  border: 1px solid #26253f;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 200px;
  width: 100%;
  background: transparent;
}
.comments-content-wrap span a {
  color: #d5057f;
}
.comments-content-wrap span a:hover {
  color: #d5057f;
}
.comment-respond .add-btn.contact-btn {
  background: #d5057f;
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  padding: 10px 20px;
  transition: 0.4s;
  border-radius: 2px;
  width: auto !important;
  margin-top: 20px;
  border: 1px solid #d5057f;
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.4s;
}
.comment-respond .add-btn.contact-btn:hover{
  background:transparent;
  color: #d5057f;
  border:1px solid #d5057f;
  transition: 0.4s;
}
.blog-page-details .left-blog-page {
  margin-top:0px;
  margin-bottom:30px;
}
.single-post-comments,
.related-post{
  margin-top: 30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
.blog-details .blog-content h4 {
  font-size: 22px;
  line-height: 34px;
  margin-top: 10px;
}
.blog-details .blog-content h5 {
  font-size: 20px;
}
.blog-details .blog-content {
  padding: 30px 0px;
  background: transparent;
}
.blog-details .blog-images img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}
.blog-details .img-blog {
  margin: 30px 0px;
  width: 100%;
  height: 100%;
  max-height: 350px;
  overflow: hidden;
}
.related-post-list .recent-single-post {
  width: 50%;
  float: left;
  padding: 0px 20px 0px 0px;
}
.related-post-list .recent-single-post:last-child{
  padding: 0px 0px 0px 20px;
}
/*----------------------------------------*/
/*  21.	Contact area css
/*----------------------------------------*/
.contact-icon {
  margin-bottom: 60px;
  padding: 40px 30px;
  position: relative;
  background: #26253f;
  border-radius: 4px;
}
.single-icon i {
  font-size: 40px;
  margin-bottom: 20px;
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  line-height: 78px;
  border-radius: 50%;
  font-weight: 100;
}
.single-icon p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 0px;
}
.contact-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 2px;
  background: #d5057f;
  right: 0;
  margin: auto;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
  border: 1px solid #26253f;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding-left: 20px;
  width: 100%;
  background:transparent;
}
.contact-form textarea#message {
  border: 1px solid #26253f;
  border-radius: 0px;
  height: 200px;
  padding: 20px;
  width: 100%;
  background: transparent;
}
.contact-btn {
  border: 1px solid #d5057f;
  color: #ddd;
  padding: 9px 40px;
  display: inline-block;
  margin-top: 20px;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 15px;
  background: #d5057f;
  font-weight: 700;
}
.contact-btn:hover{
  color: #d5057f;
  transition: 0.5s;
  background: transparent;
  border: 1px solid #d5057f;
}
/*----------------------------------------*/
/*  22. Team Area
/*----------------------------------------*/
.team-area {
   position: relative;
}
.single-member{
  border: 1px solid #f3f3f3
}
.single-member .team-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 170px;
  height: 170px;
  border-radius: 50%;
}
.team-hover li {
  display: inline-block;
  margin-right: 5px;
}
.team-hover li a {
  color: #fff;
  display: block;
  line-height: 32px;
  font-size: 20px;
  margin: 0px 5px;
}
.team-hover li a:hover {
  color: #d5057f;
}
.team-hover {
  padding: 15px 0px 0px;
  text-align: center;
  transition: all 0.4s ease 0s;
}
.single-member .team-img a {
  display: block;
}
.single-member {
  border: 1px solid #26253f;
  background: #26253f;
  padding: 30px;
}
.team-content {
  padding: 10px 0px 0px;
}
.team-content h4 a {
  color: #fff;
}
.team-content p {
  margin-bottom: 0;
}
.team-content h4 {
  font-size: 17px;
  margin: 10px 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.single-member{
  margin-bottom: 30px;
}
/*--------------------------------*/ 
/* 23. Faq page Area
/*--------------------------------*/
.business-faq {
  background: #26253f;
  padding: 40px 20px 25px 30px;
  border-radius: 5px;
}
.business-faq h4 {
  color: #fff;
}
.business-faq p {
  color: #fff;
}
.single-faq h4 {
  background: #26253f;
  color: #fff;
  padding: 12px 20px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  border-radius: 5px;
}
.faq-full {
  margin-bottom: 60px;
  display: block;
  margin-right: 40px;
}
.panel-default {
  border: none;
}
.faq-details .panel-heading {
  padding: 0;
}
.panel-default > .panel-heading {
  border: medium none;
  color: #444;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #26253f;
  background: #26253f;
}
.faq-full .panel-default>.panel-heading,
.faq-full .panel{
	background: #26253f;
	border-radius: 5px;
}
.panel-body {
  padding: 15px 15px 0px 45px;
}
.check-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: capitalize;
  background: #26253f;
  border: 1px solid #26253f;
  margin-bottom: 0px;
  border-radius: 5px;
}
.check-title a {
  color: #fff;
  display: block;
  font-weight: 500;
  padding: 10px 10px 10px 40px;
  text-decoration: none;
  border-radius: 5px;
}
.faq-details a span.acc-icons {
  position: relative;
}
.faq-details a span.acc-icons::before {
  color: #fff;
  content:"\e61a ";
  font-family: themify;
  font-size: 16px;
  left: -26px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
}
.faq-details a.active span.acc-icons::before {
  color: #d5057f;
  content: "\e622";
  font-family: themify;
  font-size: 16px;
  left: -26px;
  line-height: 39px;
  position: absolute;
  text-align: center;
  top: -10px;
}
.faq-details .panel-heading h4 a.active {
  color: #d5057f;
}
.panel-group {
  margin-bottom: 0px;
}
/*----------------------------------------*/
/*  24. Game Details
/*----------------------------------------*/
.game-details-page .product-content{
	padding: 0px;
}
.game-details-page .product-content p {
  font-size: 15px;
  margin-top: 15px;
}
.game-details-page .rating-rate{
	display: inline-block;
	padding-right: 20px;
}
.g-control-btn {
  border: 1px solid #d5057f;
  display: inline-block;
  font-weight: 700;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.4s ease 0s;
  border-radius: 3px;
  background: #d5057f;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
}
.g-control-btn:hover{
  border: 1px solid #d5057f;
  background: transparent;
  color:#d5057f;
  transition: all 0.4s ease 0s;
}
.single-game {
  margin-top: 40px;
}
.single-game a h4 {
  font-weight: 600;
  line-height: 30px;
}
.mar-row .single-game {
  margin-top: 0px;
}
.marker-list li {
  padding-left: 30px;
  margin: 10px 0px;
  position: relative;
  font-size: 15px;
}
.marker-list li::after {
  position: absolute;
  content: "\e64c";
  left: 0;
  top: 3px;
  font-family: themify;
  color: #d5057f;
  font-weight: 700;
}
.game-icon {
  SIZE: A5;
  float: left;
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 24px;
  border: 1px solid #d5057f;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  margin-right: 15px;
  background: #d5057f;
  font-weight: 700;
}
.game-text {
  padding-left: 70px;
}
.game-text p{
  margin-bottom: 0px;
}
.mar-row{
  margin-top: 60px;
}
.single-game-about {
  padding: 40px 0px;
  overflow: hidden;
}
.game-about {
   display: flex;
   align-items: flex-start;
   gap: 18px;
   padding: 22px 24px;
   border: 1px solid rgba(255,255,255,0.08);
   border-radius: 8px;
   margin-bottom: 18px;
}
.game-feature {
  background: #26253f;
  padding: 40px;
  overflow: hidden;
}
.game-system-head p{
	font-size: 15px;
}
.game-details-page .product-name {
  text-align: left;
  font-size: 26px;
}
.single-page .video-play.vid-zone {
  border-radius: 100px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: center;
  height: 80px;
  width: 80px;
  line-height: 77px;
  font-size: 40px;
  background: transparent;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 50%;
  margin-top: -40px;
}
/*----------------------------------------
  25. Lottery Area Css
----------------------------------------*/
.single-ticket {
  border: 1px solid #26253f;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 30px 20px;
  text-align: center;
  background: #26253f;
  border-radius: 3px;
  margin-bottom: 30px;
}
.ticket-rate {
  position: absolute;
  left: 0px;
  top: 10px;
  background: #0EC929;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  padding: 2px 15px;
  line-height: 28px;
  border-radius: 0px 3px 3px 0px;
}
.win-price {
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #f5f5f5;
  font-weight: 600;
}
.win-money {
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.ticket-image {
  display: block;
}
.ticket-image img {
  border-radius: 50%;
  margin-bottom: 20px;
  border: 1px solid #666;
  padding: 10px;
}
.ticket-text {
  overflow: hidden;
  display: block;
  padding-bottom: 15px;
}
.ticket-name {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.ticket-number {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: #fff;
  display: block;
  margin-bottom: 15px;
}
.ticket-btn {
  text-align: center;
  border: 1px solid #d5057f;
  color: #fff;
  background: rgba(213,5,127,0.8);
  padding: 8px 15px;
  border-radius: 3px;
  transition: 0.4s;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 36px;
}
.ticket-btn:hover{
  background:transparent;
  transition: 0.4s;
  color:#d5057f;
}
.buy-ticket-btn {
  margin-top: 20px;
}
.single-lottery {
  background: #26253f;
  border: 1px solid #26253f;
  padding: 30px 30px 40px;
  border-radius: 4px;
  margin-bottom: 30px;
}
.lottery-top h4 {
  text-transform: uppercase;
  font-size: 22px;
}
.genreted-text {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.single-lottery .number-top label {
  padding-left: 40px;
  font-weight: 400;
  font-size: 17px;
}
.single-lottery .number-top input{
  position: absolute;
  top: 20%;
}
.lottery-top{
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
.lottery-top .ticket-rate{
  position: absolute;
  left: -31px;
  top: -15px;
}
.auto-number {
  margin-bottom: 30px;
  border-bottom: 1px solid #666;
  padding-bottom: 30px;
}
.number-top {
  position: relative;
}
.single-lottery .number-top input{
  position: absolute;
  top: 20%;
}
.number-serial li{
  display: inline-block;
}
.number-serial li a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 3px 1px;
}
.self-ticket {
  margin-top: 25px;
}
.self-ticket span {
  color: #fff;
  float: left;
  margin-right: 30px;
  line-height: 30px;
}
.self-ticket li{
  display: inline-block;
}
.number-serial li.active a,
.self-ticket li a {
  display: block;
  color: #fff;
  background: #d5057f;
  border: 1px solid #d5057f;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 0px 1px;
}
/*----------------------------------------*/
/*  26. Pricing area css
/*----------------------------------------*/
.table-list {
  text-align: center;
  transition: all 0.4s ease 0s;
  background: #26253f;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  border: 1px solid #26253f;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.top-price-inner {
  position: relative;
  text-align: center;
  padding: 40px 30px 0px;
  background: #2c2b4a;
  margin-bottom: 80px;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.top-price-inner::after {
  border-top: 99px solid #2c2b4a;
  border-left: 140px solid transparent;
  border-right: 140px solid transparent;
  height: 50px;
  width: 100%;
  position: absolute;
  content: "";
  z-index: -1;
  left: 0;
  bottom: -55px;
  transition: all 0.4s ease 0s;
}
.top-price-inner h4 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
span.users {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
span.dolar {
  font-size: 24px;
  color: #fff;
  margin-right: 5px;
  position: relative;
  top: -17px;
}
.prices {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  padding-right: 10px;
}
.table-list:hover{
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease 0s;
}
.table-list ol li {
  padding: 8px 0px;
  position: relative;
  text-align: center;
  font-weight: 400;
}
.table-list li.check{
  position: relative;
}
.table-list li.check::before {
  content: "\e64c";
  font-family: themify;
  font-size: 18px;
  position: absolute;
  left: 10%;
  top: 9px;
  color: #1FC157;
  font-weight: 300;
}
.table-list li.check.cross::before {
  content: "\e646";
  font-family: themify;
  color: #FF5B5B;
}
.price-btn {
  padding: 30px 20px;
}
.price-btn a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 34px;
  background: #d5057f;
  border: 1px solid #d5057f;
}
.table-list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.price-btn a:hover {
  background:transparent;
  color: #d5057f;
  transition: all 0.4s ease 0s;
}
.table-list ol {
  margin-top: 10px ;
}
.base {
  position: absolute;
  right: -37px;
  top: 33px;
  background: #1FC157;
  width: 180px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  transform: rotate(45deg);
  z-index: 2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}
/*----------------------------------------
 27. Login And Register page
----------------------------------------*/
.login-area{
  background:url("../img/background/slide2.jpg") no-repeat scroll center center / cover;
  position: relative;
  height: 100%;
}
.login-overlay {
  position: absolute;
  background: rgba(23,22,39,0.90);
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.login-form {
  background: #26253f;
  padding: 40px;
  margin: 0px 40px;
  border-radius: 4px;
}
.login-area form#contactForm {
  border: none;
  border-radius:0;
  box-shadow: none;
  background: #fff;
}
.login-form .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent;
  background-image: none;
  border: 1px solid #666;
  border-radius: 3px;
  margin-bottom: 20px;
}
.login-title {
  font-size: 24px;
  margin-bottom: 20px;
}
.slide-btn.login-btn {
  border: 1px solid #d5057f;
  display: inline-block;
  font-weight: 600;
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  width: 100%;
  border-radius: 0px;
  background: #d5057f;
  color: #fff;
  height: 50px;
  font-size: 16px;
}
.slide-btn.login-btn:hover{
  background: transparent;
  color:#d5057f;
  transition: all 0.4s ease 0s;
}
.flex-box{
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.check-group {
  position: relative;
  margin: 10px 0px 20px;
}
.check-box{
  color: #444;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  outline: none;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
}
.check-box-input {
  position: absolute;
  left: 0px;
  top: 0px;
  min-height: 25px;
  height: 26px;
  margin: 0 !important;
  padding: 0 !important;
}
.remember-text {
  color: #c4d5f6;
  font-weight: 300;
  font-size: 14px;
  left: 25px;
  top: 0px;
}
.text-muted {
  font-size: 12px;
  float: right;
  margin-top: 2px;
  color: #c4d5f6;
}
.text-muted:hover{
  color: #fff;
}
.separetor {
  margin-top: 20px;
}
.separetor span {
  color: #fff;
  position: relative;
  top: 10px;
}
.sign-icon {
  display: block;
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
}
.acc-not a {
  color: #fff;
}
.sign-icon ul li {
  display: inline-block;
  margin: 0px 2px;
}
.sign-icon ul li a {
  color: #fff;
  display: block;
  background: #333;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 12px;
}
.sign-icon ul li a.facebook{
  background: #3B5998
}
.sign-icon ul li a.twitter{
  background: #00ACED
}
.sign-icon ul li a.google{
  background: #C32F10
}
.acc-not {
  font-size: 13px;
  margin-top: 20px;
  font-weight: 600;
}
.signup-form .check-group {
  position: relative;
  margin: 0px 0px 20px;
}
/*--------------------------------*/ 
/* 28. Error page area
/*--------------------------------*/
.error-easy-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}
.high-text{
  font-size: 200px;
  line-height: 200px;
}
.error-bot{
  font-size: 24px;
  color: #ccc;
}
.error-btn {
  background: #d5057f;
  border: 1px solid #d5057f;
  color: #fff;
  font-size: 15px;
  padding: 12px 20px;
  transition: 0.4s;
  margin-top: 15px;
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
  font-weight: 700;
  border-radius: 2px;
}
.error-btn:hover{
  background: transparent;
  color: #d5057f;
  transition: all 0.3s ease 0s;
}
/*----------------------------------------*/
/*  29. Terms & Conditions
/*----------------------------------------*/
.terms-area{
  position: relative;
}
.company-terms {
  display: block;
  overflow: hidden;
}
.left-terms {
  display: block;
  overflow: hidden;
  padding-right: 40px;
}
.right-terms {
  display: block;
  overflow: hidden;
  padding-left: 40px;
}
.single-terms .number {
  color: #d5057f;
  font-weight: 600;
  padding-right: 10px;
  float: left;
}
.single-terms h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.single-terms p {
  padding-left: 40px;
}
span.terms-text {
  padding-left: 40px;
  display: inherit;
  font-size: 20px;
  font-weight: 600;
}
.single-terms {
  margin-bottom: 30px;
}
.pro-rating a{
  color:#d5057f;
}
.no-rating a:last-child {
  color: #cecde9;
}
/*----------------------------------------*/
/*  30.	Animation  CSS
/*----------------------------------------*/
.rotateme {
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.last-item{
  margin-bottom: 0px;
}
.item-bounce {
  -webkit-animation: bounce 3s infinite ease-in-out;
  animation: bounce 3s infinite ease-in-out;
}
@-webkit-keyframes bounce {
 0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
50% {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
}

@keyframes bounce {
 0% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
50% {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
100% {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
}

@-webkit-keyframes popcircle {
 0% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
99% {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
100% {
  opacity: 0;
}
}


/*--------------------------------*/
/* SBCUSTOM
/*--------------------------------*/

.topbar-area, .header-area-2 {
   background: #131319;
}
.topbar-area, .topbar-right ul li ul {
   background: #000 !important;
}
.topbar-left ul li:hover a, .topbar-left ul li a:hover i, .topbar-right > ul > li > a:hover {
   color: #d9a220;
}
.topbar-left ul li a, .topbar-left ul li a i, .topbar-right > ul > li > a, .topbar-right > ul > li > ul a {
   color: #FFF;
}
.pl-5 { padding-left: 5px; }
#scrollUp, .video-play.vid-zone {
   display: flex;
   justify-content: center;
   align-items: center;
}
.bg-wrapper img {
   object-fit: cover;
}
.main-menu ul.nav li:hover ul.sub-menu {
   border-top-right-radius: 0px;
   border-top-left-radius: 0px;
}
.video-play.vid-zone { margin: 0px auto; }
.video-content {
   top: calc(50% - 40px);
}
.tab-menu { margin-bottom: 20px }
.tab-menu ul.nav li {
   width: calc( 33.33% - 8px );
   padding: 0px;
   margin: 0px 4px;
}
.page-img img {
   border-radius: 4px;
   width: 100%;
   max-width: calc( 100% - 8px );
   margin: 0px auto;
   max-height: 490px;
   object-fit: cover;
}
div#preloader {
   background: #131222;
}
.page-area.presell {
   background: url('../img/background/bg-presell.jpg');
}
.page-area.contactus {
   background: url('../img/background/bg-contact.jpg');
}
.page-area.preorder {
   background: url('../img/background/bg-preorder.jpg');
}
.header-area.stick {
   background: rgba( 22, 22, 39, 1 );
}
.header-area-2 {
   background: rgba( 19, 19, 25, 0.9 );
}
.textnormal {
   text-transform: none !important;
}
.mb20 { margin-bottom: 20px }
.intro-area-3 .bg-wrapper img {
   max-width: 100%;
   width: 100%;
}
.hidden {
   display: none;
   opacity: 0;
}
.slide-btn.login-btn {
   margin-top: 20px;
}
.nomt {
   margin-top: 0px;
}
.mt10 {
   margin-top: 10px;
}

@keyframes blowUpContent {

 0% { transform: scale(1); opacity: 1; }
 99.9% { transform: scale(2); opacity: 0; }
 100% { transform: scale(0); }

}
@keyframes sketchIn {

   0% { stroke-dashoffset: 778; }
   100% { stroke-dashoffset: 0; }

}
@keyframes fadeIn {

   0% { background: rgba(0, 0, 0, 0); }
   100% { background: rgba(0, 0, 0, 0.7); }

}
@keyframes fadeOut {

   0% { background: rgba(0, 0, 0, 0.7); }
   100% { background: rgba(0, 0, 0, 0); }

}

.stripeBox {
   position: fixed;
   background: rgba( 0, 0, 0, 0.88 );
   width: 100%;
   height: 100%;
   z-index: 999;

   display: none;
   justify-content: center;
   align-items: center;
   transform: scale(0);

   font-family: "Trebuchet MS";
}
.stripeBox.fadeOut {
   animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.stripeBox.open {
   display: flex;
   transform: scale(1);
   animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.stripeCenter {
   position: relative;
   background: #f9f9f9;
   border-radius: 9px;
   padding: 0px;
   width: 60%;
}
.stripeCenter .stripeMid {
   margin: 0px;
   padding: 15px 30px;
   border-radius: 9px;
}
.stripeCenter .stripeMid .stripeTitle {
   color: #787878;
   font-size: 15px;
   font-weight: bold;
   margin-bottom: 20px;
}
.stripeCenter .stripeMid .stripeTitle b, .stripeCenter .stripeMid .stripePanel b { color: #258fc9 }
.stripeCenter .stripeMid .stripePanel {
   margin: 10px 0px;
   padding: 0px;
}
.stripeCenter .stripeMid .stripePanel p {
   color: #787878;
   font-size: 12px;
   margin: 4px 0px;
   padding: 0px;
}
.stripeCur b {
   font-size: 24px;
   padding-right: 10px;
}
.stripeWhite {
   background: #FFF;
}
#paymentResponse {
   font-size: 15px;
   border-radius: 3px;
   padding: 8px;
}
#paymentFrm .form-group label {
   font-size: 14px;
   color: #30313d;
   text-transform: uppercase;
}
#paymentFrm .form-group .field:focus {
   outline: 0px !important;
   border-color: #0570de !important;
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08) !important;
}
.stripeCenter .stripeMid .stripePanel .stripeProduct p { color: #444444; }
.stripeProduct .gtaTitle {
   display: flex;
   justify-content: flex-start;
   align-items: flex-start;
   margin: 0px;
   width: 100%;
   margin-top: 30px;
}
.stripeProduct .gtaTitle .gtaName {
   margin-left: 10px;
   color: #454545;
}
.stripeProduct .gtaTitle .gtaName b {
   display: block;
   color: #ff668a;
   margin-bottom: 0px;
   font-size: 16px;
   padding: 0px;
   line-height: 20px;
}
.stripeProduct .gtaTitle .gtaName small {
   margin-top: 0px;
   padding: 0px;
   font-size: 13px;
}
.gtaHr {
   width: 90%;
   margin: 20px auto;
   position: relative;
   display: block;
   height: 1px;
   background: #ededed;
}
.stripeCenter .stripeMid .stripePanel .gtaInfo p {
   font-size: 15px;
   text-align: justify;
   margin: 10px auto;
}
.gtaLogo, .gtaLogo img {
   margin-top: 0px;
}
.mb10 { margin-bottom: 20px !important }
.closeModal {
   float: right;
   top: 5px;
   position: relative;
   cursor: pointer;
}
.closeModal:hover { color: #258fc9 }
.loadermodal.open {
   position: fixed;
   z-index: 9999;
}
.stripeCredits {
   opacity: 0.8;
   font-size: 12px;
   margin: 3px auto;
   text-align: center;

   display: flex;
   justify-content: center;
   align-items: center;
}
.stripeCredits svg {
   position: relative;
   top: 0px;
   margin: 0px;
   margin-left: 4px;
   padding: 0px;
   fill: #454545;
}
.stripeA {color: #454545; }
.stripeCredits:hover { opacity: 1; }
.mfp-iframe-holder .mfp-content {
   max-width: 90%;
}
.loaderActive {
   display: flex;
   justify-content: center;
   align-items: center;
}

.preventa-badge {
   background: linear-gradient(90deg, #ff0080, #ff4d00);
   display: inline-block;
   padding: 8px 18px;
   border-radius: 30px;
   font-weight: 600;
   font-size: 14px;
   margin-top: 15px;
   color: #ffffff;
   letter-spacing: 1px;
}

.preventa-precio {
   margin-top: 20px;
   font-size: 22px;
   font-weight: 600;
}

.precio-normal {
   text-decoration: line-through;
   opacity: 0.6;
   margin-right: 12px;
}

.precio-preventa {
   font-size: 32px;
   color: #ff0080;
   margin-right: 12px;
}

.ahorro {
   display: block;
   font-size: 14px;
   color: #00ff88;
   margin-top: 5px;
}

.btn-preventa {
   background: linear-gradient(90deg, #ff0080, #ff4d00);
   border-radius: 50px;
   padding: 14px 32px;
   font-weight: 700;
   letter-spacing: 1px;
   font-size: 16px;
   margin-top: 25px;
   transition: all 0.3s ease;
}

.btn-preventa:hover {
   transform: scale(1.05);
}

.contador-preventa {
   margin-top: 15px;
   font-size: 14px;
   color: #ffcc00;
}

.legal-mini {
   margin-top: 10px;
   font-size: 11px;
   opacity: 0.6;
}

.stock-text {
   margin-top: 8px;
   font-size: 12px;
   color: #ff4d00;
   font-weight: 600;
}

.support-services {
   background: rgba(255, 255, 255, 0.04);
   padding: 25px;
   border-radius: 12px;
   transition: all 0.3s ease;
}

.support-services:hover {
   background: rgba(255, 255, 255, 0.08);
   transform: translateY(-5px);
}
.intro-area-3 .bg-wrapper {
   position: relative;
}

.intro-area-3 .bg-wrapper::after {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: linear-gradient(
      180deg,
      rgba( 10, 10, 25, 0.85 ) 0%,
      rgba( 20, 15, 40, 0.65 ) 50%,
      rgba( 10, 10, 25, 0.90 ) 100%
   );
}
.intro-content {
   position: absolute;
   z-index: 2;
}
.support-services {
   background: rgba( 255, 255, 255, 0.05 );
   backdrop-filter: blur( 12px );
   border: 1px solid rgba( 255, 255, 255, 0.08 );
   padding: 30px;
   border-radius: 16px;
   transition: all 0.3s ease;
}

.support-services h4 {
   font-weight: 600;
   margin-bottom: 15px;
}

.support-services p {
   line-height: 1.7;
   opacity: 0.85;
}

.support-services:hover {
   transform: translateY( -6px );
   border-color: rgba( 255, 0, 128, 0.4 );
}
.form-control:focus {
   border-color: #d5057f;
   color: #d5057f;
}
.hero-logo {
   opacity: 0.85;
}

.precio-preventa {
   font-size: 40px;
   font-weight: 800;
   letter-spacing: 1px;
}

.preventa-precio {
   margin-top: 25px;
}

.btn-preventa {
   margin-top: 30px;
   font-size: 17px;
}

.payment-area {
   padding: 70px 0;
   background: linear-gradient(
      180deg,
      rgba( 15, 15, 35, 0.9 ) 0%,
      rgba( 10, 10, 25, 1 ) 100%
   );
   text-align: center;
}

.payment-title {
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 10px;
}

.payment-sub {
   opacity: 0.7;
   margin-bottom: 40px;
   font-size: 15px;
}

.payment-methods {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 25px;
   flex-wrap: wrap;
   margin-bottom: 25px;
}

.pay-card {
   min-width: 130px;
   padding: 14px 20px;
   border-radius: 12px;
   font-weight: 700;
   font-size: 14px;
   letter-spacing: 1px;
   transition: all 0.3s ease;
   cursor: default;
}

.pay-card.visa {
   background: #1a1f71;
   color: #ffffff;
}

.pay-card.mastercard {
   background: #000000;
   color: #ffffff;
}

.pay-card.paypal {
   background: #003087;
   color: #ffffff;
}

.pay-card.transfer {
   background: #00c853;
   color: #ffffff;
}

.pay-card:hover {
   transform: translateY( -5px );
   box-shadow: 0 8px 25px rgba( 0, 0, 0, 0.4 );
}

.payment-proof {
   margin-top: 15px;
   font-size: 14px;
   opacity: 0.8;
}

.payment-proof span {
   color: #ff0080;
   font-weight: 700;
}
.payarea {
   margin-top: 0px;
   display: block;
   position: relative;
}
.login-area {
   position: relative;
   min-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
}

.login-wrapper {
   width: 100%;
}

.login-form {
   max-width: 450px;
   margin: 0 auto;
   padding: 40px;
   background: rgba( 20, 20, 45, 0.95 );
   border-radius: 16px;
   box-shadow: 0 20px 60px rgba( 0, 0, 0, 0.5 );
}

.login-title {
   margin-bottom: 30px;
   font-weight: 600;
}

.form-group {
   margin-bottom: 18px;
}
.form-control {
   height: 46px;
   border-radius: 8px;
   background: rgba( 255, 255, 255, 0.05 );
   border: 1px solid rgba( 255, 255, 255, 0.1 );
   color: #ffffff;
}
.form-control:focus {
   border-color: #ff0080;
   box-shadow: none;
}
.login-btn {
   width: 100%;
   padding: 12px 0;
   border-radius: 8px;
   font-weight: 600;
}
.acc-not {
   margin-top: 10px;
   font-size: 14px;
}
.custom-check {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   cursor: pointer;
   user-select: none;
   margin-top: 30px;
}
.custom-check input {
   display: none;
}

.checkmark {
   width: 18px;
   height: 18px;
   border-radius: 4px;
   border: 2px solid rgba( 255, 255, 255, 0.3 );
   position: relative;
   transition: all 0.2s ease;
}

.custom-check:hover .checkmark {
   border-color: #ff0080;
}

.custom-check input:checked + .checkmark {
   background: linear-gradient( 135deg, #ff0080, #ff4d00 );
   border-color: #ff0080;
}

.custom-check input:checked + .checkmark::after {
   content: "";
   position: absolute;
   left: 4px;
   top: 1px;
   width: 5px;
   height: 10px;
   border: solid #ffffff;
   border-width: 0 2px 2px 0;
   transform: rotate( 45deg );
}

.check-label {
   font-size: 14px;
   opacity: 0.85;
}

.check-label a {
   color: #00bfff;
   font-weight: 500;
}

.check-label a:hover {
   color: #ff0080;
}

.form-header {
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-bottom: 30px;
}

.login-title {
   margin: 0;
   font-weight: 600;
}

.back-btn {
   position: absolute;
   left: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 36px;
   height: 36px;
   border-radius: 50%;
   background: rgba(255, 255, 255, 0.05);
   transition: all 0.2s ease;
}

.back-btn svg {
   width: 18px;
   height: 18px;
   stroke: #ff0080;
   stroke-width: 2;
   fill: none;
}

.back-btn:hover {
   background: rgba(255, 0, 128, 0.15);
   transform: translateX(-2px);
}


.about-hero {
   position: relative;
   padding: 120px 0;
   background: linear-gradient(135deg, #0f1023 0%, #151638 100%);
   text-align: center;
}

.about-hero-overlay {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: radial-gradient(circle at center, rgba(255, 0, 128, 0.15), transparent 70%);
}

.about-hero h1 {
   font-size: 36px;
   font-weight: 700;
   margin-bottom: 20px;
}

.about-hero p {
   font-size: 18px;
   max-width: 700px;
   margin: 0 auto 40px auto;
   opacity: 0.85;
}

.about-stats {
   display: flex;
   justify-content: center;
   gap: 40px;
   margin-bottom: 40px;
   flex-wrap: wrap;
}

.stat-item strong {
   display: block;
   font-size: 28px;
   color: #ff0080;
}

.stat-item span {
   font-size: 14px;
   opacity: 0.7;
}

.hero-cta {
   display: inline-block;
   padding: 14px 32px;
   background: linear-gradient(90deg, #ff0080, #ff4d00);
   color: #fff;
   border-radius: 30px;
   font-weight: 600;
   text-decoration: none;
   transition: 0.3s ease;
}

.hero-cta:hover {
   transform: translateY(-3px);
   box-shadow: 0 8px 20px rgba(255, 0, 128, 0.4);
}

.trust-section ul {
   list-style: circle;
}
.trust-section {
   display: flex;
   flex-direction: column;
   gap: 25px;
}

.trust-box {
   background: rgba(255,255,255,0.04);
   padding: 30px;
   border-radius: 12px;
}

.trust-box h4 {
   margin-bottom: 15px;
   font-weight: 600;
}

.trust-box ul {
   padding-left: 18px;
}

.trust-box li {
   margin-bottom: 8px;
   opacity: 0.9;
}

.secondary-cta {
   display: inline-block;
   margin-top: 15px;
   padding: 12px 28px;
   background: #ff0080;
   border-radius: 25px;
   color: #fff;
   text-decoration: none;
   transition: 0.3s ease;
}

.secondary-cta:hover {
   background: #ff4d00;
}

.about-hero {
   position: relative;
   padding: 200px 0 120px;
   background: linear-gradient( 180deg, #0f1129 0%, #141638 100% );
   text-align: center;
   overflow: hidden;
}

.about-hero h1 {
   font-size: 44px;
   font-weight: 700;
   color: #ffffff;
   margin-bottom: 20px;
}

.about-hero p {
   font-size: 18px;
   color: rgba( 255, 255, 255, 0.75 );
   max-width: 700px;
   margin: 0 auto 40px;
}

.about-stats {
   display: flex;
   justify-content: center;
   gap: 60px;
   margin-bottom: 40px;
   flex-wrap: wrap;
}

.stat-item strong {
   display: block;
   font-size: 28px;
   font-weight: 700;
   color: #ff007a;
   margin-bottom: 6px;
}

.stat-item span {
   font-size: 14px;
   color: rgba( 255, 255, 255, 0.6 );
}

.hero-cta {
   display: inline-block;
   padding: 14px 40px;
   border-radius: 40px;
   background: linear-gradient( 90deg, #ff007a, #ff5a00 );
   color: #ffffff;
   font-weight: 600;
   text-decoration: none;
   transition: 0.3s ease;
}

.hero-cta:hover {
   transform: translateY( -3px );
   box-shadow: 0 10px 25px rgba( 255, 0, 122, 0.3 );
}
.wallpapers-area {
   background: #0f1129;
}

.section-title {
   font-size: 36px;
   font-weight: 700;
   color: #ffffff;
}

.section-subtitle {
   color: rgba( 255, 255, 255, 0.6 );
   margin-bottom: 50px;
}


.wallpapers-area {
   padding: 180px 0 100px;
   background: #0f1129;
}

.wall-card {
   background: #16183a;
   border-radius: 18px;
   overflow: hidden;
   margin-bottom: 40px;
   transition: 0.3s ease;
}

.wall-card:hover {
   transform: translateY( -6px );
}

.wall-img {
   position: relative;
   width: 100%;
   aspect-ratio: 16 / 9;
   overflow: hidden;
   background: #111229;
}

.wall-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: 0.4s ease;
}

.wall-card:hover .wall-img img {
   transform: scale( 1.05 );
}

.wall-overlay {
   position: absolute;
   left: 0;
   right: 0;
   bottom: 0;
   padding: 15px;
   background: linear-gradient( 180deg, rgba( 0, 0, 0, 0 ) 0%, rgba( 0, 0, 0, 0.75 ) 100% );
   display: flex;
   gap: 12px;
}

.view-wall,
.mini-download {
   flex: 1;
   text-align: center;
   padding: 10px 0;
   border-radius: 10px;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none;
   transition: 0.25s ease;
}

.view-wall {
   background: linear-gradient( 90deg, #ff007a, #ff5a00 );
   color: #ffffff;
   border: none;
}

.view-wall:hover {
   transform: translateY( -2px );
   box-shadow: 0 8px 20px rgba( 255, 0, 122, 0.35 );
}

.mini-download {
   background: rgba( 255, 255, 255, 0.15 );
   color: #ffffff;
   border: 1px solid rgba( 255, 255, 255, 0.25 );
}

.mini-download:hover {
   background: rgba( 255, 255, 255, 0.25 );
   color: #FFF;
}

.wall-info {
   padding: 18px;
}

.wall-info h4 {
   color: #ffffff;
   font-size: 17px;
   margin-bottom: 6px;
   line-height: 1.4;
}

.wall-meta span {
   font-size: 13px;
   color: rgba( 255, 255, 255, 0.55 );
   margin-right: 10px;
}

/* MODAL */

.wall-modal {
   display: none;
   position: fixed;
   inset: 0;
   background: rgba( 0, 0, 0, 0.95 );
   z-index: 9999;
   align-items: center;
   justify-content: center;
   padding: 60px;
}

.wall-modal-content {
   display: flex;
   gap: 60px;
   max-width: 1400px;
   width: 100%;
   align-items: center;
}

.modal-image {
   flex: 2;
}

.modal-image img {
   width: 100%;
   max-height: 85vh;
   object-fit: contain;
}

.modal-info {
   flex: 1;
   color: #ffffff;
}

.big-download {
   display: block;
   width: 100%;
   text-align: center;
   margin-top: 30px;
   padding: 14px;
   border-radius: 40px;
   background: linear-gradient( 90deg, #ff007a, #ff5a00 );
   color: #ffffff;
   text-decoration: none;
   font-weight: 600;
   transition: 0.3s ease;
}

.big-download:hover {
   transform: translateY( -3px );
   box-shadow: 0 12px 30px rgba( 255, 0, 122, 0.35 );
   color: #ffffffcf;
}
body.modal-open {
   overflow: hidden;
}

.wall-modal {
   display: none;
   position: fixed;
   inset: 0;
   background: rgba( 0, 0, 0, 0.96 );
   z-index: 9999;
   align-items: center;
   justify-content: center;
   padding: 60px;
}

.wall-modal-content {
   position: relative;
}

.close-modal {
   position: absolute;
   top: -20px;
   right: -20px;
   width: 48px;
   height: 48px;
   border-radius: 50%;
   background: rgba( 255, 255, 255, 0.08 );
   color: #ffffff;
   font-size: 24px;
   font-weight: 600;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: 0.3s ease;
}

.close-modal:hover {
   transform: rotate( 90deg );
   background: linear-gradient( 90deg, #ff007a, #ff5a00 );
   box-shadow: 0 0 18px rgba( 255, 0, 122, 0.5 );
}
.wallpapers-area {
   padding: 200px 0 100px;
   background: #0f1129;
}

.wall-header {
   margin-bottom: 60px;
}

.wallpaper-grid {
   display: grid;
   grid-template-columns: repeat( 3, 1fr );
   gap: 30px;
}

@media ( max-width: 992px ) {
   .wallpaper-grid {
      grid-template-columns: repeat( 2, 1fr );
   }
}

@media ( max-width: 600px ) {
   .wallpaper-grid {
      grid-template-columns: 1fr;
   }
}

.wall-card {
   background: #16183a;
   border-radius: 16px;
   overflow: hidden;
   transition: 0.3s ease;
}

.wall-card:hover {
   transform: translateY( -6px );
}

.wall-img {
   position: relative;
   aspect-ratio: 16 / 9;
   overflow: hidden;
}

.wall-img img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   transition: 0.4s ease;
}

.wall-card:hover .wall-img img {
   transform: scale( 1.06 );
}

.wall-overlay {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   padding: 15px;
   display: flex;
   gap: 10px;
   background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100% );
}

.view-wall,
.mini-download {
   flex: 1;
   padding: 10px 0;
   text-align: center;
   border-radius: 8px;
   font-size: 14px;
   font-weight: 600;
   text-decoration: none;
   transition: 0.25s ease;
}

.view-wall {
   background: linear-gradient( 90deg, #ff007a, #ff5a00 );
   color: #ffffff;
   border: none;
}

.mini-download {
   background: rgba( 255, 255, 255, 0.15 );
   color: #ffffff;
   border: 1px solid rgba( 255, 255, 255, 0.2 );
}

.wall-info {
   padding: 18px;
}

.wall-info h4 {
   color: #ffffff;
   font-size: 16px;
   margin-bottom: 6px;
}

.wall-meta span {
   font-size: 12px;
   color: rgba( 255, 255, 255, 0.5 );
   margin-right: 10px;
}

.wall-modal {
   display: none;
   position: fixed;
   inset: 0;
   background: rgba( 0, 0, 0, 0.95 );
   z-index: 9999;
   align-items: center;
   justify-content: center;
   padding: 40px;
}

.wall-modal-content {
   display: flex;
   gap: 60px;
   max-width: 1400px;
   width: 100%;
   align-items: center;
   position: relative;
}

.close-modal {
   position: absolute;
   top: -50px;
   right: 0;
   font-size: 36px;
   color: #ffffff;
   cursor: pointer;
   transition: 0.3s ease;
}

.close-modal:hover {
   transform: rotate( 180deg );
   color: #ff007a;
}

.modal-image {
   flex: 2;
}

.modal-image img {
   width: 100%;
   max-height: 85vh;
   object-fit: contain;
}

.modal-info {
   flex: 1;
   color: #ffffff;
}

.big-download {
   display: block;
   width: 100%;
   text-align: center;
   margin-top: 30px;
   padding: 14px;
   border-radius: 40px;
   background: linear-gradient( 90deg, #ff007a, #ff5a00 );
   color: #ffffff;
   text-decoration: none;
   font-weight: 600;
}

.wall-loader {
   display: none;
   justify-content: center;
   align-items: center;
   padding: 40px 0;
}

.wall-loader.active {
   display: flex;
}

.spinner {
   width: 50px;
   height: 50px;
   border: 4px solid rgba( 255, 255, 255, 0.1 );
   border-top: 4px solid #ff007a;
   border-radius: 50%;
   animation: spin 1s linear infinite;
}

@keyframes spin {
   0% { transform: rotate( 0deg ); }
   100% { transform: rotate( 360deg ); }
}


.contact-hero {
   padding: 200px 0 100px;
   background: linear-gradient( 135deg, #111229 0%, #1a1d4a 100% );
   text-align: center;
   color: #ffffff;
}

.contact-area {
   padding: 100px 0;
   background: #0f1129;
}

.contact-grid {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 60px;
   align-items: center;
}

.contact-left img {
   width: 100%;
   border-radius: 16px;
}

.contact-right form {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

.form-row {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 20px;
}

.contact-right input,
.contact-right textarea {
   width: 100%;
   padding: 14px;
   background: #16183a;
   border: 1px solid rgba( 255, 255, 255, 0.1 );
   border-radius: 8px;
   color: #ffffff;
}

.contact-btn {
   padding: 14px;
   border-radius: 40px;
   border: none;
   background: linear-gradient( 90deg, #ff007a, #ff5a00 );
   color: #ffffff;
   font-weight: 600;
   cursor: pointer;
   transition: 0.3s ease;
}

.contact-btn:hover {
   transform: translateY( -3px );
   box-shadow: 0 10px 30px rgba( 255, 0, 122, 0.3 );
}

.success-msg {
   padding: 12px;
   background: rgba( 0, 255, 100, 0.1 );
   border: 1px solid rgba( 0, 255, 100, 0.4 );
   border-radius: 8px;
   color: #00ff88;
}

.error-msg {
   padding: 12px;
   background: rgba( 255, 0, 80, 0.1 );
   border: 1px solid rgba( 255, 0, 80, 0.4 );
   border-radius: 8px;
   color: #ff4b6e;
}
.contact-right input,
.contact-right textarea {
   width: 100%;
   padding: 14px;
   background: #16183a;
   border: 1px solid rgba( 255, 255, 255, 0.1 );
   border-radius: 8px;
   color: #ffffff;
}
.contact-right textarea {
   resize: none;
}

.legal-hero {
   padding: 200px 0 100px;
   background: linear-gradient(135deg,#111229 0%,#1a1d4a 100%);
   text-align: center;
   color: #ffffff;
}
.legal-area {
   padding: 100px 0;
   background: #0f1129;
}
.legal-grid {
   display: grid;
   grid-template-columns: 260px 1fr;
   gap: 80px;
   align-items: start;
}
.legal-menu {
   display: flex;
   flex-direction: column;
   gap: 12px;
   position: sticky;
   top: 140px;
}
.legal-menu a {
   padding: 14px 18px;
   border-radius: 8px;
   background: #16183a;
   color: rgba(255,255,255,0.8);
   text-decoration: none;
   transition: 0.25s ease;
   font-size: 14px;
}
.legal-menu a:hover {
   background: #1f2260;
   color: #ffffff;
}
.legal-menu a.active {
   background: linear-gradient(90deg,#ff007a,#ff5a00);
   color: #ffffff;
   font-weight: 600;
}
.legal-content {
   max-width: 900px;
}
.legal-content h2 {
   margin-bottom: 30px;
   font-size: 34px;
   color: #ffffff;
}
.legal-content p {
   margin-bottom: 20px;
   line-height: 1.8;
   font-size: 16px;
   color: rgba(255,255,255,0.85);
}

.spt { margin-top: -6px; }
.stripe-field-group { margin-bottom: 18px; }
.stripe-field-group label { display: block; font-size: 12px; font-weight: 600; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 6px; color: #30313d; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.stripe-row { display: flex; gap: 16px; margin-bottom: 18px; }
.stripe-col { flex: 1; }
.stripe-input-wrapper { position: relative; }
.stripe-input { width: 100%; height: 44px; padding: 12px 14px; border: 1px solid #d0d5dd; border-radius: 5px; font-size: 14px; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #ffffff; transition: all .2s ease;  color: #3e3f4a;}
.stripe-input:focus { outline: none; border-color: #635bff; box-shadow: 0 0 0 3px rgba(99, 91, 255, 0.15); }
.stripe-card-icons { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); display: flex; gap: 6px; }
.stripe-cvc-icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 12px; color: #6b7280; }
.stripe label {
   font-size: 14px;
}
.none {
   display: none;
}

.stripe-input:focus {
   outline: 0px;
   border-color: #0570de;
   box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px #0573e140, 0 1px 1px 0 #00000014 !important;
}
.stripe-input.error {
   border-color: #df1b41 !important;
   color: #df1b41 !important;
   box-shadow: 0 0 0 3px rgba(223, 27, 65, 0.15) !important;
   border-width: 2px;
}
.stripe-error-message {
   margin-top: 6px;
   font-size: 15px;
   color: #df1b41;
   font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
   line-height: 15px;
   font-weight: normal;
   margin-bottom: 10px;
}
.hidden {
   display: none;
}

.stripe-select-wrapper { position: relative; }
.stripe-select { width: 100%; height: 44px; padding: 12px 40px 12px 14px; border: 1px solid #d0d5dd; border-radius: 8px; font-size: 14px; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; background: #ffffff; appearance: none; transition: border-color .2s ease, box-shadow .2s ease; }
.stripe-select:focus { outline: 0; border-color: #0570de; box-shadow: 0px 1px 1px rgba(0,0,0,.03), 0px 3px 6px rgba(0,0,0,.02), 0 0 0 3px #0573e140, 0 1px 1px 0 #00000014 !important; }
.stripe-select-arrow { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; }
.stripe-select.error { border-color: #df1b41 !important; box-shadow: 0 0 0 3px rgba(223,27,65,.15); }
.pais {
   margin-top: -2px;
}

.stripe-select-wrapper select {
   color: #3e3f4a;
   padding: 0px 10px;
}
.stripe-select {
   appearance: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   background-image: none;
}
.stripe-select-wrapper { position: relative; }
.stripe-select { appearance: none; padding-right: 40px; }
.stripe-select-arrow { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); pointer-events: none; display: flex; align-items: center; }
.stripe-select-wrapper {
   position: relative;
}
.stripe-select {
   padding: 6px 40px 6px 14px;
   padding-right: 36px;
   color: #3e3f4a;
}
.stripe-select-arrow {
   position: absolute;
   right: 12px;
   top: 50%;
   transform: translateY(-50%);
   pointer-events: none;
   display: flex;
   align-items: center;
}


/* =========================
   PRODUCT CARD
========================= */

.product-card {
   background: linear-gradient(145deg, #12122a, #0e0e22);
   padding: 40px;
   border-radius: 18px;
   box-shadow: 0 0 0 1px rgba(255,255,255,0.05),
               0 20px 60px rgba(0,0,0,0.5);
}

/* =========================
   PRICE ROW
========================= */

.price-row {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 18px;
}

.console-badge {
   font-size: 13px;
   padding: 6px 14px;
   border-radius: 30px;
   font-weight: 600;
   letter-spacing: .5px;
}

.console-badge.xbox {
   background: rgba(0,120,212,0.15);
   color: #1db7ff;
}

.console-badge.ps5 {
   background: rgba(88,88,255,0.15);
   color: #7a7aff;
}

.price {
   font-size: 32px;
   font-weight: 700;
   color: #ffffff;
}

.price span {
   font-size: 14px;
   opacity: .7;
   margin-left: 4px;
}

/* =========================
   DIVIDER
========================= */

.divider {
   height: 1px;
   background: rgba(255,255,255,0.08);
   margin: 28px 0;
}

/* =========================
   NOTE
========================= */

.price-note {
   font-size: 14px;
   color: rgba(255,255,255,0.8);
   margin-bottom: 20px;
}

/* =========================
   BENEFITS
========================= */

.benefit-list {
   list-style: none;
   padding: 0;
   margin: 0 0 30px 0;
}

.benefit-list li {
   position: relative;
   padding-left: 26px;
   margin-bottom: 12px;
   font-size: 14px;
   color: #e5e5ff;
}

.benefit-list li:before {
   content: "";
   position: absolute;
   left: 0;
   top: 6px;
   width: 8px;
   height: 8px;
   border-radius: 50%;
   background: #00e676;
}

/* =========================
   CTA BUTTONS
========================= */

.cta-wrapper {
   display: flex;
   gap: 16px;
}

.cta-btn {
   flex: 1;
   text-align: center;
   padding: 14px 0;
   border-radius: 40px;
   font-weight: 600;
   font-size: 15px;
   cursor: pointer;
   transition: .25s ease;
}

.cta-btn.xbox {
   background: #0078D4;
   color: white;
}

.cta-btn.xbox:hover {
   background: #005fa3;
}

.cta-btn.ps5 {
   background: #2E2EFF;
   color: white;
}

.cta-btn.ps5:hover {
   background: #1f1fc9;
}

/* =========================
   DISCLAIMER
========================= */

.disclaimer {
   font-size: 12px;
   color: rgba(255,255,255,0.5);
   margin-top: 20px;
   text-align: center;
}

.area-paddingdoble {
   padding-top: 200px;
}

.features-section {
   margin-top: 90px;
}

.features-section h3 {
   text-align: center;
   margin-bottom: 50px;
}

.feature-item {
   display: flex;
   align-items: flex-start;
   gap: 20px;
   margin-bottom: 30px;
}

.feature-number {
   font-size: 18px;
   font-weight: 700;
   color: #ff2c89;
   opacity: .6;
   min-width: 40px;
}

.feature-item h4 {
   margin-bottom: 6px;
   font-size: 17px;
}

.feature-item p {
   margin: 0;
   font-size: 14px;
   color: rgba(255,255,255,0.8);
}

/* =========================
   FULL WIDTH FEATURES FIX
========================= */

.preorder-features {
   width: 100%;
   background: linear-gradient(to bottom, #0c0c1c, #0a0a16);
   padding: 120px 0;
}

.features-inner {
   max-width: 1100px;
   margin: 0 auto;
   padding: 0 40px;
}

.features-title {
   text-align: center;
   font-size: 34px;
   font-weight: 700;
   margin-bottom: 12px;
}

.features-subtitle {
   text-align: center;
   font-size: 15px;
   color: rgba(255,255,255,0.6);
   margin-bottom: 90px;
}

.features-list {
   max-width: 750px;
   margin: 0 auto;
}

.feature-row {
   display: flex;
   align-items: flex-start;
   gap: 40px;
   margin-bottom: 70px;
}
.feature-number {
   font-size: 38px;
   font-weight: 600;
   color: #ff2d8f;
   min-width: 55px;
   position: relative;
}

.feature-number:after {
   content: "";
   display: block;
   width: 30px;
   height: 2px;
   background: #ff2d8f;
   margin-top: 6px;
   opacity: 0.4;
}

.feature-content h4 {
   font-size: 19px;
   margin-bottom: 6px;
}

.feature-content p {
   font-size: 15px;
   color: rgba(255,255,255,0.75);
   margin: 0;
}

.stripeBox {
   position: fixed;
   inset: 0;
   background: rgba(0,0,0,0.75);
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9999;
}

.stripeCenter {
   position: relative;
   background: #ffffff;
   border-radius: 12px;
   width: 900px;
   max-width: 95%;
}

.stripeClose {
   position: absolute;
   top: 14px;
   right: 18px;
   font-size: 22px;
   cursor: pointer;
   color: #666;
   transition: .2s ease;
   z-index: 85;
}

.stripeClose:hover {
   color: #000;
}

.payment-overlay {
   position: absolute;
   inset: 0;
   background: rgba(0,0,0,0.55);
   backdrop-filter: blur(4px);
   display: flex;
   align-items: flex-start;
   justify-content: center;
   padding-top: 70px;
   z-index: 20;
}

.payment-alert {
   background: #ffffff;
   padding: 20px 30px;
   border-radius: 8px;
   box-shadow: 0 10px 30px rgba(0,0,0,0.15);
   text-align: center;
   max-width: 400px;
}

.payment-alert strong {
   display: block;
   margin-bottom: 8px;
   font-size: 16px;
   color: #c0392b;
}

.hidden {
   display: none !important;
}
.payment-overlay {
   position: absolute;
   inset: 0;
   background: rgba( 0, 0, 0, 0.96 );
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9999;
}

.payment-alert {
   background: #ffffff;
   padding: 28px 36px;
   border-radius: 10px;
   width: 420px;
   max-width: 90%;
   text-align: center;
   box-shadow: 0 25px 60px rgba( 0, 0, 0, 0.4 );
   animation: fadeInScale 0.25s ease;
}

.payment-alert strong {
   display: block;
   font-size: 18px;
   margin-bottom: 12px;
   color: #e74c3c;
   font-weight: 600;
}

.payment-alert p {
   margin: 0;
   font-size: 15px;
   color: #1e1e1e;
   font-weight: 500;
}

@keyframes fadeInScale {
   from {
      opacity: 0;
      transform: scale( 0.95 );
   }
   to {
      opacity: 1;
      transform: scale( 1 );
   }
}

.payment-alert {
   background: #111;
   padding: 40px;
   border-radius: 12px;
   text-align: center;
   max-width: 420px;
   width: 100%;
   color: #fff;
   transform: scale(1);
   transition: transform 0.3s ease;
}
.overlay-loader {
   width: 40px;
   height: 40px;
   border: 3px solid rgba(255,255,255,0.2);
   border-top: 3px solid #fff;
   border-radius: 50%;
   margin: 0 auto 20px;
   animation: spin 1s linear infinite;
}
@keyframes spin {
   to { transform: rotate(360deg); }
}

body.no-scroll { overflow: hidden; }
.payment-overlay {
   position: fixed;
   inset: 0;
   background: rgba( 0, 0, 0, 0.96 );
   display: flex;
   align-items: center;
   justify-content: center;
   z-index: 9999;
   backdrop-filter: blur( 4px );
}

.payment-alert {
   background: rgba( 18, 18, 18, 0.95 );
   padding: 30px 35px;
   border-radius: 12px;
   text-align: center;
   max-width: 420px;
   width: 90%;
   box-shadow: 0 20px 60px rgba( 0, 0, 0, 0.6 );
}

.payment-alert strong {
   display: block;
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 10px;
   color: #ff4d4d;
}

.payment-alert p {
   font-size: 14px;
   line-height: 20px;
   color: #ffffff;
   opacity: 0.9;
}

.overlay-loader {
   width: 42px;
   height: 42px;
   border-radius: 50%;
   border: 3px solid rgba( 255, 255, 255, 0.2 );
   border-top: 3px solid #ffffff;
   margin: 0 auto 18px auto;
   animation: spinOverlay 0.8s linear infinite;
}

@keyframes spinOverlay {
   to { transform: rotate(360deg); }
}


.payment-final {
   background: #0c0c0f;
   color: #fff;
   font-family: Inter, sans-serif;
   display: flex;
   align-items: center;
   justify-content: center;
   min-height: 100vh;
}

.payment-success-box {
   background: #151518;
   padding: 40px;
   border-radius: 14px;
   max-width: 500px;
   width: 100%;
   text-align: center;
   box-shadow: 0 25px 60px rgba(0,0,0,0.6);
}

.payment-success-box h1 {
   margin-bottom: 15px;
   font-size: 22px;
}

.payment-details {
   margin: 25px 0;
   text-align: left;
   font-size: 14px;
   opacity: .9;
}

.payment-success-box .btn {
   display: inline-block;
   margin-top: 15px;
   padding: 12px 25px;
   background: #dd003e;
   color: #fff;
   text-decoration: none;
   border-radius: 6px;
   border-color: #dd003e;
}
.payment-overlay.procccesdata .payment-alert strong {
   color: #2d7df6;
   font-weight: 600;
}


.payment-page {
   background: radial-gradient(circle at top, #111827, #0b0f1a 60%);
   min-height: 100vh;
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 40px 20px;
   font-family: Inter, sans-serif;
   color: #fff;
}

.payment-wrapper {
   width: 100%;
   max-width: 100%;
}

.payment-card {
   background: linear-gradient(145deg, #141826, #10141f);
   border-radius: 18px;
   padding: 50px 45px;
   box-shadow: 0 30px 80px rgba(0,0,0,0.65);
   position: relative;
   overflow: hidden;
}

.payment-card.success {
   border: 1px solid rgba(0, 200, 150, 0.25);
}

.payment-card.error {
   border: 1px solid rgba(255, 0, 80, 0.25);
}

.payment-header {
   text-align: center;
   margin-bottom: 35px;
}

.payment-header h1 {
   font-size: 26px;
   margin-bottom: 10px;
}

.payment-header p {
   opacity: .75;
   font-size: 14px;
}

.icon-check,
.icon-error {
   width: 64px;
   height: 64px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 28px;
   font-weight: bold;
   margin: 0 auto 20px;
}

.icon-check {
   background: rgba(0, 200, 150, 0.15);
   color: #00d4a3;
   box-shadow: 0 0 30px rgba(0, 200, 150, 0.3);
}

.icon-error {
   background: rgba(255, 0, 80, 0.15);
   color: #ff2f6d;
   box-shadow: 0 0 30px rgba(255, 0, 80, 0.3);
}

.payment-summary {
   margin-top: 20px;
   border-top: 1px solid rgba(255,255,255,0.06);
   border-bottom: 1px solid rgba(255,255,255,0.06);
   padding: 25px 0;
}

.summary-row {
   display: flex;
   justify-content: space-between;
   margin-bottom: 15px;
   font-size: 14px;
}

.summary-row span {
   opacity: .6;
}

.summary-row strong {
   font-weight: 600;
}

.status-ok {
   color: #00d4a3;
}

.payment-actions {
   text-align: center;
   margin-top: 30px;
}

.btn-primary-lg {
   display: inline-block;
   padding: 14px 40px;
   border-radius: 8px;
   background: linear-gradient(90deg, #ff004c, #ff1f6b);
   color: #fff;
   font-weight: 600;
   text-decoration: none;
   transition: 0.3s ease;
   box-shadow: 0 15px 40px rgba(255, 0, 90, 0.35);
}

.btn-primary-lg:hover {
   transform: translateY(-2px);
   box-shadow: 0 20px 50px rgba(255, 0, 90, 0.5);
}



.profile-wrapper {
   background: radial-gradient(circle at top, #111827, #0b0f1a 70%);
   min-height: 100vh;
   padding: 80px 20px;
   color: #fff;
   display: flex;
   justify-content: center;
}

.profile-card {
   width: 100%;
   max-width: 950px;
   background: linear-gradient(145deg, #141826, #10141f);
   border-radius: 20px;
   padding: 50px;
   box-shadow: 0 40px 90px rgba(0,0,0,0.7);
}

.profile-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 40px;
}

.profile-title h2 {
   font-size: 28px;
   margin-bottom: 5px;
}

.badge-status {
   background: rgba(0,200,150,0.15);
   color: #00d4a3;
   padding: 6px 14px;
   border-radius: 6px;
   font-size: 12px;
   letter-spacing: 1px;
}

.btn-logout {
   background: transparent;
   border: 1px solid rgba(255,255,255,0.2);
   padding: 10px 18px;
   border-radius: 6px;
   text-decoration: none;
   color: #fff;
   font-size: 13px;
   transition: 0.3s;
}

.btn-logout:hover {
   background: rgba(255,255,255,0.1);
}

.profile-grid {
   display: grid;
   grid-template-columns: 1fr 300px;
   gap: 40px;
}

.info-row {
   margin-bottom: 20px;
   font-size: 14px;
}

.info-row span {
   display: block;
   opacity: .6;
   margin-bottom: 5px;
}

.profile-countdown {
   background: rgba(255,255,255,0.04);
   border-radius: 15px;
   padding: 30px;
   text-align: center;
}

.profile-countdown h3 {
   font-size: 16px;
   margin-bottom: 15px;
   opacity: .7;
}

.countdown-number {
   font-size: 48px;
   font-weight: 700;
   color: #ff004c;
   margin-bottom: 5px;
}

.countdown-label {
   font-size: 14px;
   opacity: .6;
   margin-bottom: 10px;
}

.countdown-date {
   font-size: 13px;
   opacity: .5;
}

.profile-card.empty {
   text-align: center;
}

#toastAlert {
   position: fixed;
   bottom: 25px;
   right: 25px;
   background: linear-gradient(135deg, #141826, #10141f);
   color: #fff;
   padding: 14px 20px;
   border-radius: 8px;
   box-shadow: 0 20px 40px rgba(0,0,0,0.5);
   font-size: 13px;
   opacity: 0;
   transform: translateY(20px);
   transition: 0.3s ease;
   z-index: 9999;
   max-width: 280px;
}
#toastAlert.show {
   opacity: 1;
   transform: translateY(0);
}
#toastAlert.success {
   border-left: 4px solid #00d4a3;
}
#toastAlert.danger,
#toastAlert.error {
   border-left: 4px solid #ff2f6d;
}
.payment-actions a:hover,
.payment-actions a:focus,
.topbar-right a:hover,
.topbar-right a:focus { color: #FFF; }

.profile-layout {
   background: radial-gradient(circle at top, #0f172a, #020617 70%);
   min-height: 100vh;
   padding: 60px 20px;
   color: #fff;
}

.profile-topbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   max-width: 1100px;
   margin: 0 auto 40px auto;
}

.profile-left {
   display: flex;
   align-items: center;
   gap: 20px;
}

.logo-mini img {
   max-width: 120px;
}

.btn-home {
   color: #fff;
   text-decoration: none;
   opacity: .8;
   font-size: 14px;
}

.btn-home:hover {
   opacity: 1;
}

.btn-logout {
   background: transparent;
   border: 1px solid rgba(255,255,255,0.2);
   padding: 8px 18px;
   border-radius: 6px;
   color: #fff;
   cursor: pointer;
   transition: 0.3s;
}

.btn-logout:hover {
   background: rgba(255,255,255,0.1);
   color: #fff;
}

.profile-card-pro {
   max-width: 1100px;
   margin: 0 auto;
   background: linear-gradient(145deg,#111827,#0f172a);
   border-radius: 20px;
   padding: 60px;
   box-shadow: 0 50px 100px rgba(0,0,0,0.8);
}

.profile-main-grid {
   display: grid;
   grid-template-columns: 1fr 300px;
   gap: 40px;
}

.profile-order h2 {
   font-size: 26px;
   margin-bottom: 10px;
}

.badge-success {
   background: rgba(0,200,150,0.15);
   color: #00d4a3;
   padding: 6px 14px;
   border-radius: 6px;
   display: inline-block;
   font-size: 12px;
   margin-bottom: 25px;
}

.order-info div {
   margin-bottom: 20px;
}

.order-info span {
   display: block;
   opacity: .6;
   margin-bottom: 4px;
   font-size: 13px;
}

.profile-countdown-pro {
   background: rgba(255,255,255,0.04);
   border-radius: 15px;
   padding: 30px;
   text-align: center;
}

.count-big {
   font-size: 50px;
   font-weight: bold;
   color: #ff004c;
   margin: 10px 0;
}

.release-date {
   opacity: .6;
   font-size: 13px;
}

.profile-topbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   max-width: 1100px;
   margin: 0 auto 50px auto;
}

.topbar-right {
   display: flex;
   align-items: center;
   gap: 15px;
}

.btn-home-pro {
   padding: 8px 18px;
   border-radius: 6px;
   background: rgba(255,255,255,0.05);
   color: #fff;
   text-decoration: none;
   font-size: 13px;
   transition: 0.3s;
   border: 1px solid rgba(255,255,255,0.08);
}

.btn-home-pro:hover {
   background: rgba(255,255,255,0.1);
   transform: translateY(-1px);
}
.profile-topbar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   max-width: 1100px;
   margin: 0 auto 50px auto;
}

.topbar-right {
   display: flex;
   align-items: center;
   gap: 15px;
}

.btn-home-pro {
   padding: 8px 18px;
   border-radius: 6px;
   background: rgba(255,255,255,0.05);
   color: #fff;
   text-decoration: none;
   font-size: 13px;
   transition: 0.3s;
   border: 1px solid rgba(255,255,255,0.08);
}

.btn-home-pro:hover {
   background: rgba(255,255,255,0.1);
   transform: translateY(-1px);
}

.
.launch-hero::before {
   content: "";
   position: absolute;
   width: 400px;
   height: 400px;
   background: radial-gradient(circle, rgba(255,0,76,0.2), transparent 70%);
   top: -150px;
   left: 50%;
   transform: translateX(-50%);
   filter: blur(60px);
}

.launch-inner {
   position: relative;
   z-index: 2;
}

.launch-label {
   font-size: 14px;
   opacity: .7;
   letter-spacing: 1px;
   margin-bottom: 15px;
}
.launch-hero {
   margin: 30px 0 50px;
   padding: 40px 20px;
   border-radius: 18px;
   background: linear-gradient(145deg,#111827,#0b1220);
   text-align: center;
   position: relative;
   overflow: hidden;
}

.launch-days {
   font-size: 70px;
   font-weight: 800;
   color: #ff004c;
   line-height: 1;
   margin-bottom: 5px;
}

.launch-sub {
   font-size: 16px;
   opacity: .6;
   margin-bottom: 15px;
}

.launch-date {
   font-size: 14px;
   opacity: .6;
}

.order-info-inline {
   display: flex;
   gap: 40px;
   margin-top: 30px;
}

.info-box span {
   display: block;
   font-size: 12px;
   opacity: .6;
   margin-bottom: 5px;
}

.info-box strong {
   font-size: 15px;
}

.order-tracking {
   margin-top: 70px;
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.track-step {
   text-align: center;
   width: 180px;
}

.track-icon {
   width: 44px;
   height: 44px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 10px;
   font-size: 18px;
   background: rgba(255,255,255,0.08);
   color: #fff;
}

.track-step.done .track-icon {
   background: #00d4a3;
   color: #000;
}

.track-step.upcoming .track-icon {
   background: rgba(255,255,255,0.15);
}

.track-step.future .track-icon {
   background: rgba(255,255,255,0.05);
   opacity: .6;
}

.track-label {
   font-size: 13px;
   opacity: .8;
}

.track-line {
   flex: 1;
   height: 2px;
   background: rgba(255,255,255,0.1);
}

.track-line-progress {
   flex: 1;
   height: 2px;
   background: linear-gradient(90deg, #00d4a3 90%, rgba(255,255,255,0.1) 90%);
}

.order-header-bar {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 25px 40px;
   border-radius: 16px;
   background: linear-gradient(145deg,#111827,#0f172a);
   margin-bottom: 35px;
}

.order-left {
   display: flex;
   flex-direction: column;
   gap: 6px;
}

.order-title {
   font-size: 20px;
   font-weight: 600;
   display: flex;
   align-items: center;
   gap: 12px;
}

.order-status {
   font-size: 11px;
   padding: 5px 10px;
   border-radius: 30px;
   background: #00d4a3;
   color: #000;
   font-weight: 600;
}

.order-product {
   font-size: 14px;
   opacity: .75;
}

.order-stats {
   display: flex;
   gap: 50px;
}

.stat-item span {
   display: block;
   font-size: 11px;
   opacity: .6;
   margin-bottom: 4px;
}

.stat-item strong {
   font-size: 14px;
}



.presale-features-grid {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 50px 80px;
   margin-top: 70px;
}

.feature-card {
   position: relative;
   padding-left: 60px;
}

.feature-number {
   position: absolute;
   left: 0;
   top: 0;
   font-size: 38px;
   font-weight: 700;
   color: rgba(255, 0, 102, 0.4);
}

.feature-card h3 {
   font-size: 18px;
   margin-bottom: 10px;
}

.feature-card p {
   font-size: 14px;
   opacity: 0.7;
   line-height: 1.6;
}

.topbar-right ul li a {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 04px;
   top: 0px;
}

body:has(.stripeBox.open) #scrollUp {
   display: none !important;
}

.faq-area {
   padding: 60px 0 70px;
}
.faq-headline {
   margin-bottom: 40px;
}
.faq-headline h2 {
   font-size: 28px;
   font-weight: 700;
   margin-bottom: 10px;
   margin-top: 50px;
}
.faq-headline p {
   font-size: 15px;
   opacity: 0.7;
}
.faq-accordion {
   max-width: 860px;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   gap: 10px;
}
.faq-item {
   border: 1px solid rgba(255,255,255,0.08);
   border-radius: 12px;
   overflow: hidden;
   background: rgba(255,255,255,0.03);
   transition: border-color 0.25s;
}
.faq-item.open {
   border-color: rgba(213,5,127,0.4);
   background: rgba(213,5,127,0.04);
}
.faq-question {
   width: 100%;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 16px;
   padding: 18px 22px;
   background: none;
   border: none;
   cursor: pointer;
   text-align: left;
   color: inherit;
   font-size: 15px;
   font-weight: 600;
   line-height: 1.5;
   transition: color 0.2s;
}
.faq-question:hover { color: #d5057f; }
.faq-item.open .faq-question { color: #d5057f; }
.faq-arrow {
   flex-shrink: 0;
   transition: transform 0.3s ease;
   color: #d5057f;
   opacity: 0.6;
}
.faq-item.open .faq-arrow {
   transform: rotate(180deg);
   opacity: 1;
}
.faq-body {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.35s ease;
}
.faq-body.open {
   max-height: 400px;
}
.faq-answer {
   padding: 0 22px 20px;
   border-top: 1px solid rgba(255,255,255,0.06);
}
.faq-answer p {
   font-size: 14px;
   line-height: 1.8;
   opacity: 0.85;
   margin: 14px 0 0;
}
.faq-answer strong { color: #fff; opacity: 1; }
@media (max-width: 768px) {
   .faq-area { padding: 40px 0 50px; }
   .faq-question { font-size: 14px; padding: 15px 16px; }
   .faq-answer { padding: 0 16px 16px; }
}

.gta-info-area { padding: 60px 0 70px; }
.gta-info-card {
   background: rgba(255,255,255,0.04);
   border: 1px solid rgba(255,255,255,0.07);
   border-radius: 14px;
   padding: 28px 26px;
   margin-bottom: 24px;
   transition: border-color 0.25s;
}
.gta-info-card:hover { border-color: rgba(213,5,127,0.3); }
.gta-info-card h3 {
   font-size: 17px;
   font-weight: 700;
   margin-bottom: 14px;
   color: #d5057f;
}
.gta-info-card p {
   font-size: 14px;
   line-height: 1.8;
   opacity: 0.82;
   margin-bottom: 10px;
}
.gta-info-card p:last-child { margin-bottom: 0; }
.gta-info-card strong { color: #fff; opacity: 1; }
@media (max-width: 768px) {
   .gta-info-area { padding: 40px 0 50px; }
   .gta-info-card { padding: 20px 16px; }
}

#loginForm {
   margin-top: 40px;
   display: block;
}