/*-----------------------------------------------------------------------------------

    Template Name: TheBattle.club LP
    Template URI: https://thebattle.club
    Description: Server Description Shalon
    Author: Denwer
    Version: 2.1.2

-----------------------------------------------------------------------------------*/

    /*-----------------------------------------------------------------------------------  
     CSS INDEX
    ===================

    1. Theme Default CSS (body, link color, section etc)
    2. Header Top Area
    2.1 Header Bottom Area 
    2.2. Sticky Header Area
    2.3. Mobile Menu Area
    4. About Event Area
    5. Games - About server Area
    6. Rectuting Area
    7. Overview Area
    8. Call to action
    9. Footer Area
    10. Home 02 Css
    11.How to Area
    12. Home Main CSS
    13.	Animation  CSS
    14. Add My CSS

   
    
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  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: #edf3ff;
}
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: #ffffff;
    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;
}
#scrollUp:hover {
    border:1px solid #d5057f;
    background-color: #d5057f;
    transition-duration: 500ms;
}

/** Лифт **/
::-webkit-scrollbar {
    width: 10px;
    background-color: #151521;
  }
  
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f2811c;
  }
  
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background-color: #151521;
  }


.clear{
	clear:both;
}
.color{
    color: #f2811c;
}
video {
	width: 100%;
}
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: #f2811c;
    text-shadow: none;
    color: #fff;
}
.bg-color{
    background:#171627;
}
.bg-color-2{
    background:#131222;
}
.bg-color-3 {
    background:#12111e;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #2a354e;
    padding: 0.2em 0;
}
.area-moment {
    padding: 100px 0px 50px 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: 30px;
    text-transform: uppercase;
    line-height: 27px;
    color:#fff;
}

.section-headline h3 em {
    font-style: normal;
    color: #f2811c;
}

.section-headline p {
    font-size: 20px;
    margin: 0 auto;
    color: #fff;
}
.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: 3px;
}
.topbar-left ul li:last-child a{
	margin-right:0px;
}
.topbar-right {
    float: right;
    padding: 23px 0;
}
.header-area.stick .topbar-right {
    padding: 13px 0;
}
.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;
    cursor: pointer;
}
.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;
    color: #ffffff;
    font-weight: 900;
    font-size: 28px;
    padding: 38px 0;
}
.logo a em {
    color: #f2811c;
    font-style: normal;
}
.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 #f2811c;
    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:hover::before {
    width:50%;
    transition: 0.4s;
    opacity: 1;
}
.main-menu ul.navbar-nav li a:hover{
	color: #f2811c;
}
.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 #f2811c;
    background: #f2811c;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
}
.s-menu:hover {
    border: 1px solid #f2811c;
    background: transparent;
	color:#f2811c;
    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: 29px 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: 20%;
    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 #ffffff;
    background: #ffffff08;
    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: 2px;
}

.ready-btn-footer {
    text-transform: uppercase;
}

.ready-btn em {
    font-style: normal;
    font-size: 14px;
    border-left: 2px solid #dddddd5e;
    padding-left: 5px;
}
.ready-btn:hover{
    border: 1px solid #f2811c;
    background: transparent;
    transition: all 0.4s ease 0s;
    color: #f2811c;
}

.opening_through {
	font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 10px 0;
}

/*--------------------------------*/
/* 4.About Event 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;*/
    background: linear-gradient(90deg, rgb(38 37 63) 0%, rgb(23 22 39) 100%);
    margin-bottom: 30px;
    border-radius: 3px;
}
.support-images {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50px;
}
.support-content {
    padding-left: 100px;
}
.support-services .support-content h4 {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 0px;
    letter-spacing: 0.60px;
    line-height: 28px;
    color: #fff;
    font-weight: 900;
}
.support-services .support-content h4 em {
    font-style: normal;
    color: #f2811c;
}
.support-content p {
    margin-bottom: 0px;
}
.support-content .read-more {
    color: #f2811c;
}
.support-content .read-more::after {
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    padding-left: 7px;
    font-weight: 600;
    color: #f2811c;
    content: "\f101";
    transition-duration: 0.5s;
    display: inline-block;
}
.last-content{
    margin-bottom: 0px !important;
}

/*--------------------------------*/
/* 5. Games - About server 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: 100%;
    padding: 0 0 10px 0;
}
.tab-menu ul.nav li a {
    background: #26253f;
    border-radius: 0;
    display: block;
    font-weight: 600;
    padding: 10px;
    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: #f2811c !important;
  border-color: #f2811c;
  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: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.title-date {
    display: inline-block;
    position: relative;
}
.cha-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 18px;
    text-transform: uppercase;
}
.cha-bit{
    display: block;
	color:#c4d5f6;
}
.single-gaimer {
    padding: 10px;
    background: #19182b;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 3px;
}
.gaimer {
    float: left;
    margin-right: 15px;
    border-radius: 50%;
    margin-top: 6px;
    width: 40px;
    height: 40px;
}
.gaimer-content {
    float: left;
    padding-left: 5px;
}
.gaimer-content .gaimer-title {
    margin-bottom: 0px;
    font-weight: 900;
    color: #f2811c;
    font-size: 16px;
    line-height: 26px;
}
.gaimer-content .gaimer-desc {
    color: #b5b5b5;
    font-size: 14px;
}
.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;
}

.active .cha-img{
    box-sizing: content-box;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}
@-moz-keyframes circle-fill-anim {
    0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: 1;}
    50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: 1;}
    100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: 1;}}
  @-webkit-keyframes circle-fill-anim {
    0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: 1;  }
    50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: 1;  }
    100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: 1;}}
  @-o-keyframes circle-fill-anim {
    0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: 1;}
    50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: 1;}
    100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: 1;}}
  @keyframes circle-fill-anim {
    0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: 1;}
    50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: 1;}
    100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: 1;}}
    
/*----------------------------------------*/
/*  6.Rectuting 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 12px;
    height: 80px;
}
.deposite-content tr:nth-child(even) {
  background-color: #171627;
}
.deposite-content tr td a{
    color:#fff;
    font-weight: 600;
}
.deposite-content tr td a:hover{
    color:#f2811c;
    cursor: pointer;
}
.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%;
    width: 40px;
    height: 40px;
}

/*--------------------------------*/
/* 7.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;
}

/*----------------------------------------*/
/*  8. Call to action
/*----------------------------------------*/
.payment-area {
    margin-top: -200px;
}
.inner-payment {
    display: block;
    background: url(img/about/informer.jpg);
    /*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;
}
/*----------------------------------------*/
/*  9. Footer Area
/*----------------------------------------*/
.footer-1 {
    background:#12111e;
}
.footer-area{
    padding: 290px 0px 90px;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo .footer-black-logo img {
    max-width: 80%;
}

.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: "\f35a";
    right: auto;
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    top: 1px;
    left: 0;
    font-size: 14px;
}
.footer-list li a:hover,
.footer-list li a:hover::after{
    color: #f2811c;
}
.footer-list li a:hover::after{
    color: #f2811c;
}
.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;
}
/*--------------------------------*/
/*  10. 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: rgb(30 29 50 / 0%);
}
.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;
}
/*--------------------------------*/
/* 11.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; 
}
/*----------------------------------------*/
/*  12. Home Main CSS
/*----------------------------------------*/
.intro-area-3{
    background: url(/Catalog_html/en/x77/img/background/x77_bg.jpg);
    /*
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intro-area.intro-area-3{
    overflow: visible;
    height: 100vh;
    min-height: 890px;
}
.intro-area-3 .bg-wrapper img {
    opacity: 0.4;
    width: 100%;
    height: 100vh;
    min-height: 890px;
}
.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: 70px;
}
.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;
}


/*----------------------------------------*/
/*  13.	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;
  }
}

.text-transform-uppercase li:before {
    font-family: "Font Awesome 5 Free","Font Awesome 5 Brands";
    padding-right: 10px;
    font-weight: 600;
    color: #f2811c;
    content: "\f101";
    transition-duration: 0.5s;
    display: inline-block;
    left: 15px;
    position: absolute;
}

.text-transform-uppercase {
    margin-left: 20px;
}

.text-transform-uppercase a {
    color: #1ca4f2;
    text-decoration: underline;
}

.text-transform-uppercase a:hover {
    color: #f2811c;
}


.new-feature {
    color: #19aa1e;
}

.new-feature:before {
    content: 'NEW';
    background: #19ad1efa;
    color: #fff;
    line-height: 1;
    border-radius: 5px;
    font-weight: 500;
    padding: 4px 7px;
    font-size: 11px;
    margin: 2px 5px 0px 0;
    position: relative;
}

.no-arrow:before {
    content: none !important;
}
/*--------------------------------*/
/* 14. Add My CSS
/*--------------------------------*/
.logo-intro {
    width: 250px;
}
.animation-box1 {
    position: absolute;
    right: -150px;
    bottom: -150px;
    z-index: 0;
    opacity: 0.1;
 }
.animation-box2 {
    position: absolute;
    left: -150px;
    bottom: -150px;
    z-index: 0;
    opacity: 0.1;
}

.gw-timer,.gw-timer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gw-timer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #d8f7ff;
    font-size: 12px;
    font-weight: 400;
    background: url(img/countdown_bg.png) repeat-x;
    margin: 5px;
    width: 89px;
    height: 90px
}

.gw-timer__item_dot {
    width: 14px;
    color: #ffb54c;
    font-size: 30px
}

.gw-timer__amount {
    font-size: 31px;
    line-height: 25px;
    padding: 2px
}

.gw-timer__amount,.gw-timer__desc {
    color: #d8f7ff;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gw-timer__desc {
    font-size: 10px;
    line-height: 19px
}

.countdown__message {
    color: #d8f7ff;
    font-size: 30px;
    padding: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px
}

.layer-2 {
    padding: 20px 0;
}

.scroll_down {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    height: 50px;
    width: 30px;
    z-index: 5;
    bottom: 30px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 20px;
    cursor: pointer;
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 3s linear infinite;
    outline: none;
}

.scroll_down::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: scroll_down_btn-animation 2s infinite;
    animation: scroll_down_btn-animation 2s infinite;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.media__item {
    display: block;
    height: 165px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 5;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
}
.media__item:hover {
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
}
.media__great {
    margin: 10px;
    height: 345px;
    background-size: cover;
    background-position: 20%;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.media__great:hover {
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
}
.text-transform-uppercase img, video {
    padding: 10px 0;
}
/* Fixed AgentF */
#regf {
position:fixed;
display:none;
bottom: 0;
left: 10px;
}

.start_game_fixed {
    opacity: .9;
}
.start_game_fixed:hover {
    opacity: 1;
}
/* soc */
#social-test {
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 30px;
}
#social-test h2 {
  color: #fff;
  font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  font-weight: 100;
}
#social-test .social {
  padding-left: 0px;
}
#social-test li {
  color: #696873;
  list-style-type: none;
  display: inline-block;
  width: 23%;
  height: 60px;
  line-height: 55px;
  padding: 1%;
  border: 1px solid #696873;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: 20px;
  transition: ease 0.3s;
}
#social-test li:hover {
  color: #a79281;
  border: 1px solid #a79281;
}
.social:hover > li {
  opacity: 0.5;
}
.social:hover > li:hover {
  opacity: 1;
}


/* Modal */
.modal-btn-close {
    border: 1px solid #f2811c;
    color: #f2811c;
    background: #ddd0;
    font-size: 15px;
    font-weight: 700;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 10px 20px;
    cursor: pointer;
}
.modal-btn-close:hover {
    background-color: #f2811c;
    color: #fff;
}
.modal-body h4 {
    font-size: 27px;
    text-transform: uppercase;
    color: #f2811c;
    font-weight: 900;
    text-shadow: -2px -1px 7px #000000;
}

.modal-body {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    padding: 25px 10px 0px 10px;
}

.modal-body img {
    padding: 0px 10px 20px 10px;
}

.modal-body strong {
    color: #f2811c;
    font-weight: 900;
}

.modal-footer {
    padding: 15px 15px 30px 15px;
    text-align: center;
    border-top: none;
}
.modal-content {
    border-radius: 0px;
    background-color: #26253f; 
    background: url(/Catalog_html/en/x77/images/bg/fon-modal.png) no-repeat center;
}
/* Модальное окно по центру экрана */
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-backdrop.in {
    opacity: .8;
}

.shadow {
    position: relative;
    background: linear-gradient(0deg, #000, #262626);
}

.shadow::before,
.shadow::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    background: linear-gradient(45deg, #fb0094, #f2811c, #1e1d32, #ffff00, #6d3300, #fb0094, #a75d1c, #1e1d32, #ffff00, #ff0000);
    background-size: 400%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    z-index: -1;
    animation: animate 30s linear infinite;
}

.shadow::after {
    filter: blur(20px);
}

@keyframes animate {
	0%,
	100% {
		background-position: 0 0;
	}

	50% {
		background-position: 300% 0;
	}
}

.sublist li::before {
    content: none;
}

.sublist {
    margin-left: 15px;
}