@import url("../images/css2.css");
@import url("../images/css2-1.css");
* {
  margin: 0;
  padding: 0;
  outline: 0;
}

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

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

a:hover {
  text-decoration: none;
}

button {
  cursor: pointer;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}
.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%);
}

body {
  direction: ltr;
  position: relative;
  overflow-x: hidden;
  scroll-behavior: smooth;
  transition: all 0.25s ease-in-out 0s;
  background: #001335;
}

.particles-js {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

#particles-js {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 1;
}

.btn_top_bottom {
  color: #fff;
  text-align: center;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99999999999;
  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-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);
  }
}

.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: 42px;
  width: auto;
  object-fit: contain;
}

.main_menu ul li a.nav-link {
  padding: 10px 10px !important;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: #03009b;
}


.main_menu {
  margin-top: 15px;
  padding: 0 16px;
  position: relative;
}

.main_menu > a {
  width: 118px;
  height: 50px;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: 30px;
  background: #03009b;

  margin-left: 20px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
}

.main_menu > a:hover {
  background: #00076c;
}

.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);
}

@media (max-width: 768px) {
  .navbar-expand-md .navbar-toggler {
    display: block;
    margin: 0;
    padding: 4px 0;
  }

  .navbar-expand-md .navbar-collapse {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #001335;
  }

  .navbar-expand-md .navbar-collapse.show {
    display: block !important;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: column;
    padding: 20px;
    margin: 0;
  }

  .main_menu {
    margin: 0;
    padding: 15px;
    text-align: center;
  }

  .main_menu ul li a.nav-link {
    padding: 10px 0 !important;
    font-size: 18px;
  }

  .main_menu > a {
    margin: 10px auto;
    display: block;
  }

  .menu_head a img {
    height: 36px;
    padding-left: 15px;
  }

  .navbar {
    height: auto;
    padding: 10px 15px;
  }
}

@media (max-width: 767.98px) {
  .flow_slider {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
  }

  .flow_slider .col-12 {
    padding: 0;
    width: calc(100% - 32px);
    margin: 0;
  }

  .border_shadow {
    width: 100%;
    min-height: 180px;
    margin: 0;
    transform: scale(0.95);
  }

  .game_flow {
    padding: 0;
    margin: 0;
    overflow: hidden;
  }

  .game_text {
    padding: 16px;
  }

  .game_text-title h2 {
    font-size: 24px;
  }

  .game_text-title h3 {
    font-size: 18px;
  }

  .game_text p {
    font-size: 14px;
    margin-top: 8px;
  }

  .slick-slide {
    margin: 0;
    padding: 0 8px;
  }

  .slick-list {
    margin: 0;
    overflow: visible;
  }

  .flow_slider .slick-dots {
    bottom: -30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .flow_slider .slick-dots li {
    margin: 0;
  }

  .flow_slider .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    border: none;
  }

  .flow_slider .slick-dots li.slick-active button {
    background: #fff;
    width: 24px;
    border-radius: 4px;
  }
}
.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 {
  background: url("../images/bg-neon-desktop.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 155px 0 294px 0;
  position: relative;
  left: 0;
  top: 0;
}

.banner_part-wrapp {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
  flex-wrap: nowrap;
  padding: 0 32px;
}

.banner_img img {
  position: absolute;
  left: 64px;
  top: -170px;
  height: 350px;
  width: 350px;
}

.banner_text {
  max-width: 614px;
}

.banner_text h4 {
  color: #e0ebff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 49px;
  font-weight: 400;
  line-height: 59px;
  letter-spacing: 0.98px;
  text-transform: capitalize;
}

.banner_text p {
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 10px;
}

.banner_text-button {
  display: flex;
  justify-content: flex-start;
}

.banner_text a {
  text-decoration: none;
  width: 217px;
  height: 60px;
  padding: 16px 30px;
  border-radius: 30px;
  background: #03009b;

  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  margin-top: 22px;
}

.banner_text a:hover {
  background: #030248;
}

#particles-js {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: fixed;
  z-index: 1;
}

#game_part {
  background: ;
  position: relative;
}

.row-container {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 32px;
}

.game_flow {
  position: absolute;
  top: -180px;
  left: 0;
  width: 100%;
}

.border_shadow {
  width: 314px !important;
  height: 191px !important;
  border-radius: 10px;
  border: 2px solid #fff;
  background: #207cca;
  padding: 32px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.game_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.game_text-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.game_text-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
  width: 100%;
}

.game_text-title h2 {
  color: #d6dbff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 39px;
  letter-spacing: 0.6px;
  text-transform: capitalize;
  margin: 0;
}

.game_text-title h3 {
  color: #489aff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  margin: 0;
}

.game_text p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  margin-top: 4px;
  width: 100%;
}

.game_head {
  margin-top: 48px;
  margin-bottom: 32px;
  text-align: center;
  height: 68px;
  padding: 10px;
  margin: 25px auto;
}

.game_head span {
  color: #e0ebff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.game_img {
  position: relative;
  margin-top: 10px;
  cursor: pointer;
}

.game_overly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  padding: 32px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.game_img .game_overly h3 {
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 32px;
}

.game_img .game_overly a,
.game_img .game_overly a.game_overly_btn {
  width: 194px;
  height: 60px;
  border-radius: 30px;
  background: linear-gradient(180deg, #489aff 0%, #200dc8 100%);

  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.game_img .game_overly a.game_overly_btn {
  width: 156px;
  height: 60px;
}

.game_overly:hover {
  opacity: 1;
}

.game_part-container-wrapp {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.game_btn {
  width: 220px;
  height: 60px;
  margin: 60px auto 30px;
  border-radius: 30px;
  background: #03009b;

  border: none;
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  outline-color: transparent;
}

.game_btn:hover {
  background: #030248;
}

#claim_part {
  padding: 20px 0 40px 0;
  margin-bottom: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.claim_text {
  padding-top: 60px;
}

.claim_text h2 {
  color: #e0ebff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.claim_text p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  padding-top: 50px;
}

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

.claim_text a {
  width: 194px;
  height: 60px;
  border-radius: 30px;
  background: #03009b;

  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.claim_text a:hover {
  background: #030248;
}

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

.touna_head_left h3 {
  color: #e0ebff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  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: ;
  border: none;
  background-clip: inherit;
}

.touna_left_inner .card.add_border {
  border: 2px solid #b4d4ff;
  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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: 2px solid #b4d4ff !important;
}

.coun_text {
  margin-top: 85px;
}

.coun_text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
}

.coundown p {
  color: #fcb100;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
}

.pad_today {
  padding-bottom: 30px;
}

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

.footer_contact {
  background: linear-gradient(180deg, #03009b 0%, #030248 100%);
  padding: 48px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}

.footer_contact h2 {
  color: #e0ebff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  text-align: center;
}

.footer_contact-form {
  padding: 0 16px;
  min-width: 522px;
  display: flex;
  flex-direction: column;
}

.footer_contact-form label {
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer_contact-inp {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer_contact-inp input {
  width: 100%;
  height: 56px;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(180, 212, 255, 1);
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  outline-color: #fff;
}

.footer_contact-inp input:focus {
  border: 1px solid #ffffff;
}

.footer_contact-inp .error-message {
  position: absolute;
  bottom: -25px;
  left: 0;
  color: #ff0f0f;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: none;
}

.footer_contact-inp.error .error-message {
  display: block;
}

.footer_contact-icon {
  width: 56px;
  height: 56px;
  background: #4241b5;
  padding: 13px;
  cursor: pointer;
}

.footer_banner {
  background: #030248;
  backdrop-filter: blur(3px);
  padding: 64px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 56px;
}

.footer_text {
  max-width: 910px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}

.footer_text p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer_paypal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}

.footer_paypal h2 {
  background: ;
  width: 202px;
  height: 52px;
  padding: 10px;
  color: #e0ebff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  text-align: center;
}

.footer_paypal-icons {
  max-width: 675px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px 24px;
  flex-wrap: wrap;
  padding: 0 16px;
}

.footer_paypal-icon--one {
  width: 123px;
  height: 30px;
}

.footer_paypal-icon--two {
  width: 102px;
  height: 30px;
}

.footer_paypal-icon--three {
  width: 177px;
  height: 30px;
}

.footer_paypal-icon--four {
  width: 70px;
  height: 30px;
}

.footer_paypal-icon--five {
  width: 75px;
  height: 30px;
}

.footer_paypal-icon--six {
  width: 174px;
  height: 30px;
}

.footer_paypal-icon--seven {
  width: 92px;
  height: 30px;
}

.footer_paypal-icon--eight {
  width: 171px;
  height: 30px;
}

.footer_sponsors-container {
  width: 100%;
  background: linear-gradient(180deg, #03009b 0%, #030248 100%);
  padding: 72px 0;
}

.footer_sponsors-icons {
  max-width: 1216px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px 56px;
  flex-wrap: wrap;
  padding: 0 16px;
}

.footer_sponsor-icon--one {
  width: 203px;
  height: 55px;
}

.footer_sponsor-icon--two {
  width: 138px;
  height: 55px;
}

.footer_sponsor-icon--three {
  width: 250px;
  height: 55px;
}

.footer_sponsor-icon--four {
  width: 134px;
  height: 55px;
}

.footer_sponsor-icon--five {
  width: 305px;
  height: 55px;
}

.footer_sponsor-icon--six {
  width: 55px;
  height: 55px;
}

.footer_sponsor-icon--seven {
  width: 124px;
  height: 55px;
}

.footer_sponsor-icon--eight {
  width: 171px;
  height: 55px;
}

.footer_sponsor-icon--nine {
  width: 71px;
  height: 55px;
}

.footer_sponsor-icon--ten {
  width: 298px;
  height: 55px;
}

footer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer_copyright-container {
  width: 100%;
  background: #030248;
  backdrop-filter: blur(3px);
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_copyright {
  max-width: 1248px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
}

.footer_copyright p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

.footer_copyright nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer_copyright nav a {
  color: #bebdff;
  text-align: right;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}

@-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%;
  }
}

#about_banner {
  padding: 135px 0 88px;
  background: #001335;
  margin: 0;
}

.about_menu h2 {
  color: #e0ebff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  padding: 10px;
}

.bread span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  text-shadow: 3px 6px 0px #1f004f;
  padding: 0 5px;
}

.bread a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  text-align: center;
  text-shadow: 3px 6px 0px #1f004f;
  display: inline-block;
}

.bread a.active {
  color: #1e5799;
}

.client_bg {
  background: #001335;
  padding: 100px 0;
  margin: 0;
}

.about_game {
  top: -220px;
}

.abou_clie {
  padding-top: 36px;
}

.about_play p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  margin-right: 5%;
}

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

.about_play .paly_1st {
  text-decoration: none;
  border-radius: 30px;
  background: linear-gradient(180deg, #489aff 0%, #200dc8 100%);

  margin-top: 26px;
  padding: 16px 30px;
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
}

.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);
}

.about_page_game {
  background: #001335;
  margin: 0;
  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: #03009b;
}

.game_img_pad {
  margin-top: 30px;
}

.main_game {
  padding: 36px 0;
}
.contact_info-container {
  max-width: 847px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-direction: column;
  padding: 32px 16px 75px;
}

.info-container{
    max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.info-text p{
  margin-bottom: 25px;
}

.contact_info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 12px;
}

.contact_info p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.contact_address {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-direction: column;
}

.contact_icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #03009b;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.contact_icon:hover {
  background: #030248;
}

.contact_address p {
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: -0.32px;
}
.signup_form_pad {
  padding: 36px 16px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
  gap: 30px;
}

.main_signup {
  min-width: 45%;
}

.main_signup h4 {
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  line-height: 30px;
}

.main_signup > p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  line-height: 30px;
  position: relative;
  margin-bottom: 30px;
}

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

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

.signup_inner label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  position: absolute;
  left: 0;
  top: 15px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.signup_inner label span {
  color: #ff0f0f;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.signup_inner input:focus + label,
.signup_inner input:not(:placeholder-shown) + label,
.login_main input:focus + label,
.login_main input:not(:placeholder-shown) + label {
  top: -5px;
  transform: translateY(-10px);
}

.signup_inner .sign_input_inner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

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

.login_img {
  max-width: 575px;
  height: 556px;
  background: #0a001b;
  padding: 1px 2px 11px 11px;
}

.login_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.signup_inner button {
  height: 60px;
  padding: 16px 20px;
  margin: 0 auto;
  border: none;
  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
  text-transform: capitalize;
  border-radius: 30px;
  background: linear-gradient(180deg, #489aff 0%, #200dc8 100%);

  cursor: pointer;
}

.button_box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.foget_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  flex-wrap: wrap;
}

.signup_inner button:focus {
  outline: 0;
}

.signup_inner button:hover {
  background: #030248

.signup_inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  display: inline-block;
  line-height: 50px;
}

.signup_inner p a {
  color: #03009b;
}

.signup_inner h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  display: inline-block;
}

.signup_inner h6 a {
  position: relative;
}

.signup_inner h6 i {
  font-size: 16px;
  color: #fff;
  height: 30px;
  width: 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);
  text-align: center;
  line-height: 50px;
  margin-left: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  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;
}

.fast_input {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.signup_inner .sign_input_inner {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.signup-notification {
  max-width: 313px;
  min-height: 112px;
  padding: 20px 16px;
  border-radius: 8px;
  background: linear-gradient(180deg, #3150a8 0%, #2f1d9f 100%);
  box-shadow: 0px 4px 24px 0px rgba(133, 134, 242, 0.6);
  position: fixed;
  top: 16px;
  right: 16px;
  color: white;
  text-align: left;
  display: none;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.signup-notification.error {
  border: 1px solid red;
}

.signup-notification.show {
  display: block;
  opacity: 1;
}

.signup-notification h2 {
  margin: 0 0 8px 0;
  color: #9bccff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.32px;
}

.signup-notification p {
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.28px;
}

.notification-close {
  position: absolute;
  top: 6px;
  right: 26px;
  cursor: pointer;
}

.signup_inner {
  position: relative;
}

.login_main a {
  display: inline-block;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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;
}

.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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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);
}

.promo_part {
  background: !important;
}

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

#promotion_banner {
  background: ;
}

.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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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);
}

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

.pro_player_text {
  padding-top: 118px;
}

.pro_player_text h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  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;
  }
}

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

.promo_bonus_text {
  text-align: center;
}

.promo_bonus_text h2 {
  font-size: 48px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    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: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  line-height: 30px;
  padding-top: 12px;
}

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

footer {
  background: #001335;
  margin: 0;
}

.info {
  max-width: 879px;
  padding: 32px 32px 64px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.info-text h3 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.info-text p,
.info-text ul li {
  color: #fff;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.info-text ul li {
  list-style-type: disc;
  margin-left: 32px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: inherit !important;
  transition: background-color 5000s ease-in-out 0s;
  background-color: transparent !important;
}

.login_main label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  position: absolute;
  left: 0;
  top: 15px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.user-dropdown {
  align-items: center;
  margin-right: 20px;
  position: relative;
}

.user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px 12px;
}

.user-email {
  color: #aed8ff;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.dropdown-content {
  display: none;
  position: absolute;
  align-items: center;
  justify-content: flex-end;
  gap: 17px;
  flex-direction: column;
  top: 100%;
  right: 0;
}

.logout-button {
  width: fit-content;
  height: 38px;
  padding: 9px 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, #489aff 0%, #200dc8 100%);

  color: #fff;
  text-align: center;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  text-transform: capitalize;
  border: none;
  outline: none;
}
.logout-button:hover,
.logout-button: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);
  border: none;
  outline: none;
}

.dropdown_icon {
  display: flex;
  align-items: center;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
}

.claim-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

#claim_part .row {
  margin: 0;
}

@media (max-width: 768px) {
  #claim_part .row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }

  #claim_part .col-sm-5,
  #claim_part .col-sm-6 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  .claim_text {
    padding-top: 0;
  }

  .claim_text h2 {
    text-align: center;
  }

  .clm_btn {
    display: flex;
    justify-content: center;
  }
}

.error-message {
  position: absolute;
  bottom: -20px;
  left: 0;
  color: #ff0f0f;
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: none;
  margin-top: 4px;
  transition: all 0.3s ease;
}
#invalidUsernameError {
  bottom: -30px;
}

.sign_input_inner.error .error-message {
  display: block;
}

.sign_input_inner {
  position: relative;
  margin-bottom: 30px;
}

.sign_input_inner span.error {
  display: none;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0 !important;
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3) !important;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: #fff !important;
}

.slick-dots li button:before {
  display: none !important;
}

.footer_contact-inp {
  position: relative;
  margin-top: 10px;
}

.error-message {
  display: none;
  color: red;
  font-size: 14px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

#emptyEmailError,
#invalidEmailError {
  display: none;
  color: red;
  font-size: 14px;
  position: absolute;
  bottom: -20px;
  left: 0;
}

@media (max-width: 575px) {
  .game_img .game_overly a:hover,
  .game_btn:hover {
    background: linear-gradient(180deg, #489aff 0%, #200dc8 100%);

    text-shadow: none;
  }

  .game_img .game_overly a:active,
  .game_btn: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);
  }
}

#signupForm,
#loginForm {
  position: relative;
}
#signupForm .loader_container,
#loginForm .loader_container {
  display: none;
}
#signupForm .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);
}




.footer_paypal h2 {
  background: #150035;
  width: 202px;
  height: 52px;
  padding: 10px;
  color: #E0EBFF;
  font-family: 'Anton';
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  text-align: center;
}

