/* 
------------------
Template Name: Jackpot - Online casino and gambling HTML Template
Author: Themes_Heaven
Version: 1.1
------------------

1.Table of content index page
============================
1.Menu part
2.Banner part
3.Game Part
4.Claim us Part
5.Membership Part
6.Tounament Part
7.Payment part
8.Footer Part

2. Table of content About page
============================
1.Menu part
2.About banner part
3.About video part
4.About Game part
5.Payment part
6.Footer Part

3. Table of content Game page
===================================
1.Menu part
2.Game banner part
3.Game part
4.Payment part
5.Footer Part

4.Table of content Membership page
===================================
1.Menu part
2.Membership banner part
3.Membership part
4.Payment part
5.Footer Part

5. Table of content Contact page
==================================
1.Menu part
2.Contact banner part
3.Contact main part
4.Payment part
5.Footer Part

6. Table of content Signup page
==================================
1.Menu part
2.Signup banner part
3.Signup part
4.Payment part
5.Footer Part

7. Table of content Login page
==================================
1.Menu part
2.Login banner part
3.Login part
4.Payment part
5.Footer Part

8. Table of content Error 404 page
=====================================
1.Menu part
2.Error 404 part
3.Payment part
4.Footer Part

9. Table of content Promotion page
=====================================
1.Menu part
2.Promotion banner part
3.Promotion Coins part
4.Promotion player part
5.Promotion bonus part
6.Payment part
7.Footer Part

*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

body{
  background-color: #0b001b;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

/* *************************************
            preloader part start
   *************************************/
.pre_loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
}

.pre_loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/* *************************************
            preloader part end
   *************************************/
body {
  direction: ltr;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in-out 0s;
}
.particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 99999999999999999;
}

.btn_top_bottom {
  color: #fff;
  text-align: center;
  background: var(--brand);
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 8px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.btn_top_bottom p {
  color: #fff;
  font-size: 25px;
  padding-top: 10px;
  border-radius: 10px;
}

.btn_top_bottom {
  display: none;
}
/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1b1b1b;
  z-index: 10000009;
}
#preloader {
  display: table;
  table-layout: fixed;
}
#preloader-status {
  display: table-cell;
  vertical-align: middle;
}
.preloader-position {
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
  position: relative;
  width: 70px;
  height: 70px;
  left: 50%;
  top: auto;
  margin-left: -22px;
  margin-top: 1px;
  -webkit-animation: rotate 1s infinite linear;
  -moz-animation: rotate 1s infinite linear;
  -ms-animation: rotate 1s infinite linear;
  -o-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.loader span {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  border-top: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*========================================
            Common Css End
========================================*/

/*========================================
            Menu part start 
========================================*/

body:has(.playgame) .navbar{
	position: static;
}

.navbar {
  padding: 0;
  position: absolute;
  width: 100%;
  height: 98px;
  z-index: 999;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.menu_fix {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  padding-bottom: 18px;
}

.menu_head a img {
  height: 30px;
}

.main_menu ul li a.nav-link {
  padding: 10px 10px !important;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}

.main_menu ul li a:hover {
  color: #ff39dc;
}

.main_menu ul li a.active {
  color: #ff39dc;
}

.main_menu {
  margin-top: 15px;
}

.main_menu > a {
  text-decoration: none;
  padding: 14px 25px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  margin-left: 20px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
}

.main_menu > a:hover {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 27px 0;
}

.main_menu > .active {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

/*========================================
            Menu part End 
========================================*/
.banner_img img {
  -webkit-animation: upDown 5s infinite;
  animation: upDown 5s infinite;
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }

  50% {
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }

  100% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
  }
}

/*========================================
            Banner part start 
========================================*/

#banner_part {
  background: #150035;
  padding: 250px 0 285px 0;
  position: relative;
  left: 0;
  top: 0;
}

.banner_img-col{
  transform: translateY(-80px); 
}
.banner_img img {
  position: absolute;
  left: -90px;
  transform: translateY(-50%);
  height: 600px;
}

.banner-text-container {
  transform: translateX(50px);
}
.banner_text h4 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  filter: drop-shadow(0 0 25px #4d0148);
}

.banner_text h1 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #fcb100;
  background: -webkit-linear-gradient(
    top,
    #fdb125 45%,
    #e07e1e 48%,
    #fcb100 85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 35px #4d0148);
  margin: 10px 0;
}

.banner_text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.banner_text a {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  margin-top: 22px;
}

.banner_text a:hover {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

#particles-js {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
}
/*========================================
            Banner part End 
========================================*/

/*========================================
            Game part start 
========================================*/

#game_part {
  background: #0b001b;
  position: relative;
  padding: 179px 0 180px 0;
}

.game_flow {
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 96%);
  clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 96%);
  position: absolute;
  top: -304px;
  left: 0;
  width: 100%;
}

.flow_sha {
  filter: drop-shadow(0px 6px 0px rgba(58, 0, 144, 1));
}

.border_shadow {
  -webkit-box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
  -moz-box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
  box-shadow: inset 10px 0px 50px 0px rgba(31, 7, 67, 0.5);
  background: #9e4efc;
  background: -moz-linear-gradient(left, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(left, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to right, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=1);
  padding: 45px 15px;
}

.game_text h2 {
  color: #fcb100;
  background: -webkit-linear-gradient(
    top,
    #fdb125 45%,
    #e07e1e 48%,
    #fcb100 85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  margin-bottom: 18px;
}

.game_text h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  margin-bottom: 10px;
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
}

.game_text p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.game_head {
  margin-top: 27px;
}

.game_head span {
  font-size: 48px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
  margin: 160px 0 60px 0;
}

.game_img {
  position: relative;
  margin-top: 46px;
}

.game_overly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.game_img .game_overly h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  padding-bottom: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game_img .game_overly a {
  padding: 14px 30px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
}

@media (min-width: 576px) {
	.game_img .game_overly a:hover {
		background: #ff39dc;
		background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
		background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
		background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
		-webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
		-moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
		box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
		text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
	}

	.game_img:hover .game_overly {
		opacity: 1;
	}

	.game_img .game_overly gamea:hover {
		background: #1e5799;
		background: -moz-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
		background: -webkit-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
		background: linear-gradient(to bottom, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
		-webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
		-moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
		box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
	}
}

@media screen and (max-width: 576px) {
  .game_overly{
    /* display: none; */
	opacity: 1;
  }
}
/*========================================
            Game part End 
========================================*/

/*========================================
            Claim part Start 
========================================*/

#claim_part {
  background: #150035;
  padding: 100px 0 0 0;
}

.claim_text {
  padding-top: 60px;
}

.claim_text h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
}

.claim_text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  padding-top: 50px;
}

.claim_text p span {
  display: block;
  padding-top: 20px;
}

.claim_text a {
  text-decoration: none;
  padding: 14px 30px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  display: inline-block;
  margin-top: 25px;
}

.claim_text a:hover {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

/*========================================
            Claim part End 
========================================*/

/*========================================
            Membership part Start 
========================================*/

#pricing_part {
  background: #0b001b;
  padding: 95px 0 130px 0;
}

.pricing_inner {
  background: -moz-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  background: linear-gradient(to top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  padding: 0 0 40px 0;
  border-radius: 5px;
  position: relative;
  transition: all 0.5s linear;
  /*
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
*/
}

.pricing_head {
  margin-bottom: 57px;
}

.pricing_inner_head {
  position: relative;
}

.pricing_head h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
}

.pricing_inner_head h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  padding: 20px 0;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
  background: linear-gradient(to bottom, #1e5799 0%, #fb36d7 0%, #aa0288 65%);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  opacity: 0;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  border-bottom: 6px solid #661355;
}

.price_main:hover .pricing_inner_head h2 {
  opacity: 1;
}

.pricing_inner h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  padding-bottom: 12px;
  padding-top: 60px;
}

.pricing_inner h4 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}

.pricing_inner p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  padding-bottom: 22px;
  border-bottom: 1px solid #6428b4;
}

.pricing_inner ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  padding: 9px;
}

.pricing_inner ul li:first-child {
  padding-top: 30px;
}

.pricing_inner ul li:last-child {
  padding-bottom: 15px;
}

.pricing_inner a {
  text-decoration: none;
  padding: 14px 30px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}

.price_main:hover .pricing_inner a {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.pricing_inner:hover {
  transform: translateY(30px);
}

.pricing_inner:hover .pricing_inner_head {
  opacity: 1;
}

/*========================================
            Membership part End 
========================================*/

/*========================================
            Tounament part Start 
========================================*/

#tounament_part {
  background: #150035;
  padding: 92px 0 100px 0;
}

.touna_head_left h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 40%,
    #fcb100 45%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
  position: relative;
}

.touna_head_left h3:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 3px;
  color: #fcb100;
  background: #000000;
  background: -moz-linear-gradient(top, #000000 67%, #290a59 67%);
  background: -webkit-linear-gradient(top, #000000 67%, #290a59 67%);
  background: linear-gradient(to bottom, #000000 67%, #290a59 67%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#290a59', GradientType=0);
}

.touna_head_left h3 .effect2 {
  position: absolute;
  left: 0;
  bottom: -51px;
  animation: lineshine2 10s infinite;
  animation-direction: alternate;
  z-index: 99;
}

.touna_head_left h3 .effect3 {
  position: absolute;
  left: 0;
  bottom: -51px;
  animation: lineshine3 10s infinite;
  animation-direction: alternate;
  z-index: 99;
}

.touna_left_inner {
  margin-top: 65px;
}

.touna_left_inner .card {
  background: #150035;
  border: none;
  background-clip: inherit;
}

.touna_left_inner .card.add_border {
  border: 1px solid #fcb100;
  border-radius: 0;
}

.touna_left_inner button {
  text-decoration: none !important;
  padding-left: 30px !important;
  width: 100%;
  text-align: left;
  margin-top: 25px;
}

.touna_left_inner button i {
  float: right;
  color: #fffeff;
  padding-right: 50px;
  padding-top: 9px;
}

.touna_left_inner button span {
  color: #fffeff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.touna_head_left .card-header {
  padding: 0;
}

.touna_head_left .card-body {
  padding: 0;
  padding-left: 30px;
}

.touna_head_left .btn {
  padding: 0;
}

.card-body p {
  color: #fffeff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  padding-bottom: 25px;
}

.btn:not(:disabled):not(.disabled) {
  padding-bottom: 25px;
}

.accordion .add_border:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid #fcb100 !important;
}

.coun_text {
  margin-top: 85px;
}

.coun_text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.coundown {
  float: left;
  margin-top: 65px;
  border: 1px solid #fcb100;
  height: 70px;
  width: 70px;
  margin-left: 18px;
  border-radius: 5px;
  text-align: center;
  padding-top: 5px;
}

.cou_mar {
  margin-left: 0;
}

.coundown span {
  color: #fcb100;
  font-size: 20px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.coundown p {
  color: #fcb100;
  font-size: 20px;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.tun_scroll {
  padding-right: 15px;
  height: 320px;
}

.scl_pad {
  padding-top: 20px;
  padding-bottom: 20px;
}

.tun_border::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 3px;
  color: #fcb100;
  background: #000000;
  background: -moz-linear-gradient(top, #000000 67%, #290a59 67%);
  background: -webkit-linear-gradient(top, #000000 67%, #290a59 67%);
  background: linear-gradient(to bottom, #000000 67%, #290a59 67%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#290a59', GradientType=0);
}

.scll_main {
  display: flex;
}

.toun_scroll_name {
  margin-right: 10px;
}

.toun_scroll_name h5,
p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.pad_today {
  padding-bottom: 30px;
}

.card_border {
  border: 1px solid red !important;
}

/*========================================
            Tounament part End 
========================================*/

/*========================================
            Payment part Start 
========================================*/

#payment_part {
  padding: 30px 0;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  border-bottom: 6px solid #3a0090;
}

#payment_part .container .row {
  gap: 36px;
}

.subcrib h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  text-shadow: 4px 4px 0px #5813b8;
  padding-bottom: 15px;
}

.pay_form {
  position: relative;
}

.pay_form input {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid #ffffff;
  margin-top: 10px;
  padding-left: 15px;
  color: #fff;
  padding-right: 50px;
}

.pay_form .error-text,
.pay_form .error-text2 {
  color: #f82f2f;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  margin-top: 4px;
  display: none;
}

.pay_form input::placeholder {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.pay_butt {
  position: absolute;
  right: 0;
  top: 10px;
  height: 40px;
  width: 48px;
  background: transparent;
  border: none;
  border-left: 1px solid #ffffff;
  cursor: pointer;
}

.pay_butt i {
  color: #ffffff;
}
.pay_butt:focus {
  outline: 0;
}

.pay_meth h3 {
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  text-shadow: 4px 4px 0px #5813b8;
  padding-bottom: 15px;
  transform: translateX(-2px);
  text-align: center;
}

.pay_meth img {
  margin-right: 24px;
  margin-top: 10px;
}

.pay_meth .visa {
  width: 85px;
  height: 28px;
}

.pay_meth .applepay {
  width: 65px;
  height: 28px;
}

.pay_meth .googlepay {
  width: 70px;
  height: 28px;
}

.pay_meth .mastercard {
  width: 159px;
  height: 28px;
}

.pay_meth .paysafecard {
  width: 164px;
  height: 28px;
}

.pay_meth .paypal {
  width: 114px;
  height: 28px;
}

.pay_meth .klama {
  width: 125px;
  height: 28px;
}

.pay_meth .googlepay {
  width: 70px;
  height: 28px;
}

.pay_meth .bizum {
  width: 94px;
  height: 28px;
}


@media (max-width: 576px) {

    #payment_part .container .row {
        gap: 0px;
      }

      .pay_meth img {
        margin-right: 16px;
        margin-bottom: 16px;
      }

      .pay_meth .visa {
        width: 73px;
        height: 24px;
      }
      
      .pay_meth .googlepay {
        width: 56px;
        height: 24px;
      }
      
      .pay_meth .mastercard {
        width: 136px;
        height: 24px;
      }
      
      .pay_meth .paysafecard {
        width: 141px;
        height: 24px;
      }
      
      .pay_meth .paypal {
        width: 98px;
        height: 24px;
      }
      
      .pay_meth .klama {
        width: 107px;
        height: 24px;
      }
      
      .pay_meth .googlepay {
        width: 60px;
        height: 24px;
      }
      
      .pay_meth .bizum {
        width: 81px;
        height: 24px;
      }

      .pay_meth h3{
        margin-right: calc(100% - 178px);
        margin-bottom: 20px;
      }
}

/*========================================
            Payment part End 
========================================*/

/*========================================
            Footer part Start 
========================================*/

footer {
  display: flex;
  flex-direction: column;
  transform: translateY(-10px);
  .footer--top {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #1f004f 0%, #37008a 100%);

    .footer--top__container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      max-width: 1200px;
      width: 100%;
      margin: 0 auto;
      padding: 64px 32px;
      row-gap: 56px;
      column-gap: 40px;

      .thunderkick {
        width: 303px;
        height: 56px;
      }

      .pragmatic {
        width: 125px;
        height: 56px;
      }

      .netent {
        width: 119px;
        height: 56px;
      }

      .evolution {
        width: 310px;
        height: 56px;
      }

      .playgo {
        width: 141px;
        height: 56px;
      }

      .triple-cherry {
        width: 136px;
        height: 56px;
      }

      .amusnet {
        width: 217px;
        height: 56px;
      }

      .bragg {
        width: 74px;
        height: 56px;
      }

      .playtech {
        width: 206px;
        height: 56px;
      }

      .gamomat {
        width: 84px;
        height: 56px;
      }

      a {
        text-decoration: none;

        .jugarbien {
          width: 174px;
          height: 56px;
        }

        .juego {
          width: 254px;
          height: 56px;
        }
      }

      .age-18 {
        width: 56px;
        height: 56px;
      }

      .autoprohicion {
        width: 71px;
        height: 56px;
      }
    }
  }

  .footer--bottom {
    background-color: #0b001b;
    display: flex;
    align-items: center;
    justify-content: center;

    .footer--bottom__container {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      max-width: 1070px;
      width: 100%;
      margin: 0 auto;
      padding: 40px 32px 0px;
      gap: 40px;
      column-gap: 40px;

      .footer--bottom__container__content {
        display: flex;
        flex-direction: column;
        gap: 16px;
        color: #fff;
        text-align: center;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.32px;
      }

      .footer--bottom__container__links {
        display: flex;
        flex-direction: column;
        gap: 32px;

        ul {
          display: flex;
          gap: 24px;

		  @media (max-width: 515px){
			flex-wrap: wrap;	
			justify-content: center;
		  }

          li {
            list-style: none;
            a {
              color: #fff;
              text-align: right;
              font-family: Inter;
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 28px;
              letter-spacing: -0.36px;
              text-decoration-line: underline;
              text-decoration-style: solid;
              text-decoration-skip-ink: none;
              text-decoration-thickness: auto;
              text-underline-offset: auto;
              text-underline-position: from-font;
            }
          }
        }

        p {
          color: #fff;
          text-align: center;
          font-family: Inter;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 20px;
          letter-spacing: -0.28px;
          text-transform: capitalize;
          padding-top: 20px;
        }
      }
    }
  }
}

@media (max-width: 768px){
  .banner-text-container {
    transform: translateX(0px);
  }
  .dropdown-menu{
    margin-left: 140px;
  }
}

@media (max-width: 576px){
  .dropdown-menu{
    margin-left: 70px;
  }
    footer {

      
        .footer--top {      
          .footer--top__container {
            row-gap: 24px;
            column-gap: 32px;
            padding: 32px 16px;

            .thunderkick {
              width: 195px;
              height: 36px;
            }
       
            .pragmatic {
              width: 80px;
              height: 36px;
            }
      
            .netent {
              width: 77px;
              height: 36px;
            }
      
            .evolution {
              width: 199px;
              height: 36px;
            }
      
            .playgo {
              width: 90px;
              height: 36px;
            }
      
            .triple-cherry {
              width: 87px;
              height: 36px;
            }
      
            .amusnet {
              width: 139px;
              height: 36px;
            }
      
            .bragg {
              width: 47px;
              height: 36px;
            }
      
            .playtech {
              width: 132px;
              height: 36px;
            }
      
            .gamomat {
              width: 54px;
              height: 36px;
            }
      
            a{
                .jugarbien {
                    width: 112px;
                    height: 36px;
                  }
          
                  .juego {
                    width: 163px;
                    height: 36px;
                  }
            }
      
            .age-18 {
              width: 36px;
              height: 36px;
            }
      
            .autoprohicion {
              width: 46px;
              height: 36px;
            }
          }
        }

        .footer--bottom{
            .footer--bottom__container{
                padding: 32px 16px 0px;;
                gap: 44px;

                .footer--bottom__container__links{
                    gap: 24px;

                    ul{
                      gap: 16px;
                        li{
                            a{
                              font-size: 16px;
                            line-height: 24px;
                            }
                        }
                    }

                    p{
                      padding-top: 0px;
                    }
                }
            }
        }
}
}
.effect {
  position: absolute;
  left: 0;
  top: -15px;
  animation: lineshine 10s infinite;
  animation-direction: alternate;
  z-index: 999;
}

@-webkit-keyframes lineshine {
  form {
    left: 0;
  }
  to {
    left: 95%;
  }
}

@-webkit-keyframes lineshine2 {
  form {
    left: 0;
  }
  to {
    left: 91%;
  }
}

@-webkit-keyframes lineshine3 {
  form {
    left: 0;
  }
  to {
    left: 88%;
  }
}

/*========================================
            Footer part End 
========================================*/

/*========================================
            Home Page End 
========================================*/

/*========================================
            About Page Start 
========================================*/

/*========================================
            About Banner Start 
========================================*/

#about_banner {
  padding: 185px 0 202px 0;
  height: 387px;
  background: #150035;
}

.about_menu h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
}

.bread span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  text-shadow: 3px 6px 0px #1f004f;
  padding: 0 5px;
}

.bread a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  text-align: center;
  text-shadow: 3px 6px 0px #1f004f;
  display: inline-block;
}

.bread a.active {
  color: #ff39dc;
}

/*========================================
            About Banner End 
========================================*/

/*========================================
            About Video Start 
========================================*/

.client_bg {
  background: #0b001b !important;
}

.about_game {
  top: -180px;
}

.main_game{
  position: relative;
  left: auto;
  right: auto;
}
.abou_clie {
  padding-top: 85px;
}

.about_play {
  padding-top: 80px;
}

.about_play p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.about_play p span {
  display: block;
  padding-top: 20px;
}

.about_play .paly_1st {
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  background: -moz-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  background: linear-gradient(to top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  margin-top: 26px;
}

.about_play .paly_1st:hover {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.about_play .play_but i {
  color: #fff;
  height: 50px;
  width: 50px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  background: -moz-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  background: linear-gradient(to top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  line-height: 50px;
}

.about_play .play_but i {
  margin: 0 15px 0 30px;
}

.about_play .play_but span {
  color: #fff;
}

.about_play .play_but:hover span {
  color: #a60084;
}

.about_play .play_but:hover i {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

.client_bg {
  padding: 0px 0 100px 0 !important;
}

/*========================================
            About Video End 
========================================*/

/*========================================
            About game Start 
========================================*/

.about_page_game .paly_1st,
#game_part .paly_1st{
  text-decoration: none;
  display: inline-block;
  padding: 15px;
  background: -moz-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  background: -webkit-linear-gradient(top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  background: linear-gradient(to top, #1e5799 0%, #590fca 0%, #9a4bf9 50%);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  margin-top: 26px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 400px) {
	.about_page_game .paly_1st,
	#game_part .paly_1st{
		font-size: 19px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		max-width: 190px;
	}
}

.about_page_game .paly_1st:hover,
#game_part .paly_1st:hover {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}
.about_page_game {
  background: #150035 !important;
  padding: 58px 0 180px 0 !important;
  position: relative;
}

.about_game_slider ul.slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}

.about_game_slider ul.slick-dots li {
  margin-right: 10px;
}

.about_game_slider ul.slick-dots li button {
  height: 12px;
  width: 12px;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  background: #9e4efc;
  background: -moz-linear-gradient(
    top,
    #9e4efc 0%,
    #207cca 100%,
    #207cca 100%,
    #570dc8 100%
  );
  background: -webkit-linear-gradient(
    top,
    #9e4efc 0%,
    #207cca 100%,
    #207cca 100%,
    #570dc8 100%
  );
  background: linear-gradient(
    to bottom,
    #9e4efc 0%,
    #207cca 100%,
    #207cca 100%,
    #570dc8 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  border: none;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 2px 0px 0px rgba(58, 0, 144, 1);
  outline: 0;
}

.about_game_slider ul.slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 2px 0px 0px rgba(102, 19, 85, 1);
}

@media (min-width: 768px) {
  .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 29%;
  }
}

@media (max-width: 576px){
#about_banner{
  height: 320px; 
  padding: 155px 0 102px 0;
}
}
/*========================================
            About game End 
========================================*/

/*========================================
            About Page End 
========================================*/

/*========================================
            Game Page Start 
========================================*/

.game_img_pad {
  margin-top: 30px;
}

.main_game {
  padding: 79px 0 61px 0;
}

.client_bg2 {
  padding: 100px 0 38px 0 !important;
}

/*========================================
            Game Page End 
========================================*/

/*========================================
            Membership Page Start 
========================================*/

#pricing_page {
  background: #0b001b;
  padding: 95px 0 130px 0;
}

.pri_page {
  margin-top: 46px;
}

.pri_page_in {
  margin-top: 83px;
}

.pricing_game {
  top: -260px;
}

/*========================================
            Membership Page End 
========================================*/

/*========================================
            Contact Page Start 
========================================*/

#contact_page {
  padding: 0px 0 40px 0;
  position: relative;
  z-index: 1;
  background: #150035;
  /* transform: translateY(-40px); */
}

.contact_banner {
  padding: 183px 0 215px 0 !important;
}

.contact_game {
  top: -345px;
}

.cont_address {
  display: flex;
}

.con_icon i {
  color: #fff;
  height: 112px;
  width: 106px;
  line-height: 110px;
  font-size: 40px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  text-align: center;
  border-radius: 5px;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  margin-right: 30px;
}

.address_text{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.address_text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  padding-bottom: 17px;
}

.address_text p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 30px;
}

.cont_address{
  gap: 20px;

  p{
    color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.32px;
  }
}

.email_content{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 50px;
  margin-top: 30px;
}

@media (max-width: 576px){
  .email_content{
    justify-content: center;
    padding-right: 0px;
    width: 100%;
    gap: 0px;
    .cont_address{
      justify-content: center;
      align-items: center;
      gap: 0px;
    }
  }
}
/*========================================
            Contact Page End 
========================================*/

/*========================================
            Signup Page Start 
========================================*/

.sign_form_part {
  background: url(../images/sigiup_banner.jpg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.signup_form_pad {
  padding: 100px 0;
}

.main_signup {
  padding: 20px 0;
}

.main_signup h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  line-height: 30px;
}

.main_signup > p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 30px;
  position: relative;
}

.main_signup > p::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 60px;
  height: 4px;
  background: #fff;
  border-radius: 2px;
}

.signup_inner{
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.signup_inner .fast_input {
  margin-top: 80px;
}

.signup_inner input {
  width: 100%;
  padding: 15px 30px 15px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.sign_input_inner #email_error, .sign_input_inner #password_error, .sign_input_inner #password_error-2, #fullname_error, #username_error, #email_error-2, #email_error-3, #username_error-2, #username_error-3{
  color: #F82F2F;
text-align: left;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
letter-spacing: -0.28px;
display: none;
margin-top: 10px;
}

.signup_inner input::placeholder {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.signup_inner .sign_input_inner {
  position: relative;
}

.signup_inner .sign_input_inner .fas {
  position: absolute;
  right: 20px;
  top: 18%;
  color: #fff;
}

.signup_inner button {
  padding: 14px 30px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  width: 100%;
  border: 0;
  margin-bottom: 25px;
  cursor: pointer;
}

.signup_inner button:focus {
  outline: 0;
}
@media (min-width: 576px){
	.signup_inner button:hover {
	background: #ff39dc;
	background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
	background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
	background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
	-webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
	-moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
	box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
	text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
	}
}

.signup_inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  display: inline-block;
  line-height: 50px;
}

.signup_inner p a {
  color: #ff39dc;
}

.signup_inner h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  display: inline-block;
  float: right;
}

.signup_inner h6 a {
  position: relative;
}

.signup_inner h6 i {
  font-size: 16px;
  color: #fff;
  height: 50px;
  width: 50px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  text-align: center;
  line-height: 50px;
  margin-left: 30px;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 3px 0px 0px rgba(58, 0, 144, 1);
}

.signup_inner h6 i:hover {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 3px 0px 0px rgba(102, 19, 85, 1);
}

.signup_inner h6 i:after {
  position: absolute;
  content: "";
  right: -18px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #330080;
}

.signup_inner h6 a:last-child i:after {
  display: none;
}

.alert-form{
  position: fixed;
  top: 24px;
  right: 24px;
  display: none;
width: 293px;
padding: 20px 16px;
flex-direction: column;
align-items: flex-start;
gap: 10px;
border-radius: 6px;
border: 2px solid #51CF7B;
background: #47168B;
z-index: 1115;

svg{
  position: absolute;
  right: 10px;
  cursor: pointer;
}

h2{
  color: #2DD616;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
letter-spacing: -0.32px;
}

p{
  color: #FFF;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
letter-spacing: -0.28px;
}
}
.alert-form.error{
	border: 2px solid red;
}

/*========================================
            Signup Page End 
========================================*/

/*========================================
            Login Page start 
========================================*/

.login_form_part{
  background: url(../images/sigiup_banner.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.login_main{
  padding: 20px 0;
}
.login_main .log_acc_yet {
  float: right;
}

.login_main a {
  display: inline-block;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
}

.login_main a:hover {
  color: #ff39dc;
}

.login_main .log_inner {
  margin-top: 50px;
}

.required-star-1 {
  color: #F82F2F;
  left: 165px; top: 2%; transform: translateY(60%);
}

.required-star-2 {
  color: #F82F2F;
  left: 123px; top: 2%; transform: translateY(60%);
}

.required-star-3 {
  color: #F82F2F;
  left: 147px; top: 2%; transform: translateY(60%);
}

.required-star-4 {
  color: #F82F2F;
  left: 137px; top: 2%; transform: translateY(60%);
}

.dropdown{
  background: transparent;
  display: none;
  div{
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
    i{
      width: 24px;
      height: 24px;
      color: #fff;
      margin-top: 10px;
    }
  }

  .dropdown-menu{
    background: transparent;
    width: 250px;
    a{
      display: flex;
      padding: 4px 8px;
      justify-content: center;
      align-items: center;
      gap: 10px;
      border-radius: 4px;
      border: 1px solid #FFF;
      width: 68px;
      height: 32px;
      margin-left: auto;
      color: #FFF;
text-align: right;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.32px;
    }

    a:hover{
      background: transparent;
    }
  }
}

/*========================================
            Login Page End 
========================================*/

/*========================================
            Error 404 Page Start 
========================================*/

.error_page_main {
  padding: 100px 0 60px 0;
}

.error_page_main .error_btn a {
  text-decoration: none;
  padding: 14px 30px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  margin-left: 20px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  display: inline-block;
  margin-top: 50px;
}

.error_page_main .error_btn a:hover {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

/*========================================
            Error 404 Page End 
========================================*/

/*========================================
        Promotion Page Start 
========================================*/

.promo_part {
  background: #0b001b !important;
}

.promo_flow {
  top: -125px !important;
}

#promotion_banner {
  background: #150035;
}

.pro_banner {
  background: url(../images/promotion_banner.png) no-repeat center;
  background-size: cover;
  padding: 225px 0 100px;
}

.prom_banner_left h3 {
  font-size: 103px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #fcb100;
  background: -webkit-linear-gradient(
    top,
    #fdb125 45%,
    #e07e1e 48%,
    #fcb100 85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 35px #4d0148);
  margin-top: 45px;
  text-transform: uppercase;
}

.promo_banner_text h1 {
  font-size: 198px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #fcb100;
  background: -webkit-linear-gradient(
    top,
    #fdb125 45%,
    #e07e1e 48%,
    #fcb100 85%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 35px #4d0148);
  margin-top: -35px;
}

.promo_banner_text h2 {
  font-size: 56px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.promo_banner_text h2 span {
  font-size: 91px;
  display: block;
}

.promo_banner_text a {
  padding: 14px 30px;
  background: #9e4efc;
  background: -moz-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: -webkit-linear-gradient(top, #9e4efc 0%, #570dc8 100%);
  background: linear-gradient(to bottom, #9e4efc 0%, #570dc8 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9e4efc', endColorstr='#570dc8', GradientType=0);
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  -webkit-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  box-shadow: 0px 6px 0px 0px rgba(58, 0, 144, 1);
  text-shadow: 5px 5px 0px rgba(88, 19, 184, 0.8);
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

.promo_banner_text a:hover {
  background: #ff39dc;
  background: -moz-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: -webkit-linear-gradient(top, #ff39dc 0%, #a60084 100%);
  background: linear-gradient(to bottom, #ff39dc 0%, #a60084 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff39dc', endColorstr='#a60084', GradientType=0);
  -webkit-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  -moz-box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  box-shadow: 0px 6px 0px 0px rgba(102, 19, 85, 1);
  text-shadow: 5px 5px 0px rgba(166, 0, 132, 0.8);
}

/*========================================
        Promotion player part Start 
========================================*/

#promo_player_part {
  background: #0b001b;
  padding: 60px 0;
}

.pro_player_text {
  padding-top: 118px;
}

.pro_player_text h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
}

.pro_player_text p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  line-height: 26px;
  padding-top: 50px;
}

.pro_player_text p span {
  display: block;
  padding-top: 24px;
}

.pro_player_offer {
  position: relative;
  height: 570px;
}

.pro_offer_inner {
  position: relative;
  width: 270px;
}

.pro_offer_inner .overly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 120px;
}

.pro_offer_inner .overly h4 {
  font-size: 23px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
  padding-bottom: 5px;
}

.pro_offer_inner .overly h3 {
  font-size: 37px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
  padding-bottom: 5px;
}

.pro_offer_inner .overly p {
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  filter: drop-shadow(0 0 25px #4d0148);
  padding: 0 39px;
  line-height: 23px;
  font-size: 40px;
  color: #fff;
  border-radius: 12px;
  font-family: "Great Vibes", cursive;
  text-shadow: 5px 3px 0px #ef8d22;
  display: inline-block;
}

.pro_offer1 {
  position: absolute;
  left: -40px;
  top: 0;
  animation: playerss 16s infinite;
}

.pro_offer2 {
  position: absolute;
  right: 0;
  top: 170px;
  animation: playerss2 16s infinite;
}

.pro_offer3 {
  position: absolute;
  left: -40px;
  bottom: 0;
  animation: playerss3 16s infinite;
}

.pro_offer4 {
  position: absolute;
  left: -250px;
  top: 170px;
  animation: playerss4 16s infinite;
}

@keyframes playerss {
  25% {
    position: absolute;
    left: 39%;
    top: 170px;
  }
  50% {
    position: absolute;
    left: -40px;
    top: 58%;
  }
  75% {
    position: absolute;
    left: -250px;
    top: 170px;
  }
  100% {
    position: absolute;
    left: -40px;
    top: 0;
  }
}

@keyframes playerss2 {
  25% {
    position: absolute;
    right: 48.4%;
    top: 58%;
  }
  50% {
    position: absolute;
    right: 95.5%;
    top: 170px;
  }
  75% {
    position: absolute;
    right: 48%;
    top: 0;
  }
  100% {
    position: absolute;
    right: 0;
    top: 170px;
  }
}

@keyframes playerss3 {
  25% {
    position: absolute;
    left: -250px;
    bottom: 160px;
  }
  50% {
    position: absolute;
    left: -40px;
    bottom: 330px;
  }
  75% {
    position: absolute;
    left: 39%;
    bottom: 160px;
  }
  100% {
    position: absolute;
    left: -40px;
    bottom: 0;
  }
}

@keyframes playerss4 {
  25% {
    position: absolute;
    left: -40px;
    top: 0;
  }
  50% {
    position: absolute;
    left: 39%;
    top: 170px;
  }
  75% {
    position: absolute;
    left: -40px;
    top: 58%;
  }
  100% {
    position: absolute;
    left: -250px;
    top: 170px;
  }
}

/*========================================
        Promotion Bonus part Start 
========================================*/

#prom_bonus_part {
  padding: 100px 0;
  background: #150035;
}

.promo_bonus_text {
  text-align: center;
}

.promo_bonus_text h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  background: -webkit-linear-gradient(
    bottom,
    #fdb125 0%,
    #e07e1e 51%,
    #fcb100 54%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 25px #4d0148);
}

.promo_bonus_text p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  font-family: "Nunito", sans-serif;
  line-height: 30px;
  padding-top: 12px;
}

.promo_bonus_text p span {
  display: block;
  padding-top: 30px;
}

/*========================================
        Promotion Page End 
========================================*/


/*terms page*/
.terms{
  width: 100%;
  display: flex;
  align-items: center;
 background-color: #150035;
  justify-content: center;
padding: 16px 16px 108px;
  .terms__container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;

    .terms__content{
      display: flex;
      flex-direction: column;
      gap: 12px;

	  a {
		color: #fff;
		text-decoration: underline;
	  }
      
      h2{
        color: #FFF;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 155.556% */
letter-spacing: -0.36px;
      }

      p{
        color: #FFF;
font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
letter-spacing: -0.32px;
      }

      ul{
        display: flex;
        flex-direction: column;
        list-style: none;

        li{
          color: #FFF;
          font-family: Inter;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; /* 150% */
          letter-spacing: -0.32px;
        }
      }
    }
  }
}

@media screen and (max-width: 576px){
  .terms{
    padding: 16px;
  }
  
}

.cookies__box {
  position: fixed;
  width: 100%;
  min-height: 64px;
  bottom: 0px;
  display: flex; 
  justify-content: space-between;
  align-items: center;
  padding: 12px 120px;
  z-index: 6;
  gap: 16px;
  border-top: 1px solid #8740DE;
  background: linear-gradient(0deg, #590FC9 0%, #8032E5 100%);

  p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.32px;
  }

  .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    button {
      width: 96px;
      display: flex;
      gap: 12px;
      height: 40px;
      padding: 8px;
      justify-content: center;
      align-items: center;
      flex: 1 0 0;
      cursor: pointer;
      border-radius: 6px;
      border: none;
      outline: none;
    }

    .refuser {
      background: transparent;
      border: 1px solid #FFF;
      color: #FFF;
      text-align: right;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; /* 150% */
      letter-spacing: -0.32px;
    }

    .accepter {
      color: #000;
      text-align: right;
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 24px; /* 150% */
      letter-spacing: -0.32px;
      background: #FFF;
    }
  }
}

.cookies__box.hidden {
  display: none;
}


@media screen and (max-width: 576px){
  .cookies__box {
    flex-direction: column;
    align-items: center;
    padding: 16px;
    justify-content: center;

    p{
      text-align: center;
    }

    .buttons{
      width: 100%;
      button{
        max-width: 165px;
        width: 100%;
      }
    }
  }
  
}

#signup_form,
#loginForm {
	position: relative;
}
#signup_form .loader_container,
#loginForm .loader_container {
	display: none;
}
#signup_form .loader_container.active,
#loginForm .loader_container.active {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: rgba(0, 0, 0, 0.7);
}