* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

a, a:hover {
  display: inline-block;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: .9;
}
body{
  overflow-x: hidden;
}

.mb-px{
  margin-bottom: 30px;
}
.plan-mb-px{
  margin-bottom: 85px;
}
.nav-icon{
  color: #fff;
}
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
  -ms-transition: ease-in-out .3s;
  -o-transition: ease-in-out .3s;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #10eb22;
  margin-left: 54px;
  font-family: "Nunito", sans-serif;
  color: #944bff;
  font-weight: 600;
  font-size: 20px;
  margin-top: 80px;
}

.register_btn {
  margin-left: 94px;
  margin-top: 80px;
}

.register_btn a {
  padding: 16px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-bottom: 6px solid;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 5px 2px #000;
  letter-spacing: .5;
}

.register_btn a:first-child {
  background: #f131ce;
  border-bottom-color: #661355;
}

.register_btn a:last-child {
  background: #9b4bfa;
  border-bottom-color: #3a0090;
  margin-left: 30px;
}

/* free spin Start*/
/* free spin End*/
#banner {
  padding-top: 264px;
  padding-bottom: 320px;
  background: #150035;
  /* display: flex;
  justify-content: center; */
}

#banner .banner_image {
  position: absolute;
  left: 50px;
  width: 80%;
}


#banner .banner_text h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
}

#banner .banner_text h3 {
  font-family: "Anton", sans-serif;
  font-size: 304px;
  font-weight: 400;
  background: linear-gradient(to bottom, #fcb100, #e88c23);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#banner .banner_text p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  text-align: center;
}

#banner .banner_text a {
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-bottom: 6px solid #3a0090;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 5px 2px #000;
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
}

/* free spin Start*/
/* free spin End*/
.home_service {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
}

#service .service_card {
  background: #6218d1;
  text-align: center;
  padding: 36px 0;
  border-bottom: 6px solid #3a0090;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: -10px 0px 30px -5px rgba(0, 0, 0, 0.75) inset;
}

#service .service_card h4 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(to bottom, #fcb100 50%, #e88c23 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
}

#service .service_card h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #fff;
  padding-top: 28px;
  padding-bottom: 14px;
  text-shadow: 2px 5px 2px #000;
}

#service .service_card p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

#service .service_three {
  box-shadow: none;
}

/* free spin Start*/
/* free spin End*/
#relatedGames {
  background: #0b001b;
  padding-top: 180px;
  padding-bottom: 100px;
}

#relatedGames .relatedGames_heading {
  padding-bottom: 56px;
}

#relatedGames .relatedGames_heading h3 {
  background: linear-gradient(to bottom, #fcb100 50%, #e88c23 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 48px;
}

#relatedGames .relatedGames_card {
  position: relative;
}

#relatedGames .relatedGames_card .overly {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(21, 0, 53, 0.85);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all linear .3s;
}

#relatedGames .relatedGames_card .overly .overly_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

#relatedGames .relatedGames_card .overly .overly_text h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding-bottom: 50px;
}

#relatedGames .relatedGames_card .overly .overly_text a {
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-bottom: 6px solid #3a0090;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 5px 2px #000;
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
}

#relatedGames :hover > .overly {
  opacity: 1;
  visibility: visible;
}

/* free spin Start*/
/* free spin End*/
#freeSpin {
  background: #150035;
  padding-top: 100px;
}

#freeSpin .freeSpin_text h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(to bottom, #fcb100 50%, #e88c23 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  padding-top: 80px;
  padding-bottom: 60px;
}


#freeSpin .freeSpin_text p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

#freeSpin .freeSpin_text p span {
  display: inline-block;
  padding-top: 40px;
}


/* free spin Start*/
/* free spin End*/
#plans {
  padding-top: 100px;
  padding-bottom: 85px;
  background: #0b001b;
}
.membershipPage{
  padding-top: 217px !important;
}

#plans .plans_heading h3 {
  background: linear-gradient(to bottom, #fcb100 50%, #e88c23 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 48px;
  padding-bottom: 86px;
}

#plans .plans_card {
  position: relative;
}

#plans .plans_card .top_bar {
  background-image: linear-gradient(to right, #a60084, #ff39dc);
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 6px solid #3a0090;
  position: absolute;
  transform: translateY(-50%);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all linear .3s;
}

#plans .plans_card .top_bar h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
}

#plans .plans_card .main_card {
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
}

#plans .plans_card .main_card .header_part {
  border-bottom: 1px solid #6427b4;
  padding: 60px 90px 30px 90px;
}

#plans .plans_card .main_card .header_part h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 5px 2px #000;
  font-size: 32px;
}

#plans .plans_card .main_card .header_part h4 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 15px;
}

#plans .plans_card .main_card .header_part p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

#plans .plans_card .main_card .main_part {
  padding: 30px 90px 25px 90px;
}

#plans .plans_card .main_card .main_part p {
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

#plans .plans_card .main_card .main_part p span {
  display: block;
  padding-bottom: 30px;
}

#plans .plans_card .main_card .bottom_bar {
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 32px;
  padding-right: 32px;
  border-bottom: 6px solid #3a0090;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  border-radius: 10px;
  cursor: pointer;
}

#plans .plans_card .main_card .bottom_bar a {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 5px 2px #000;
  font-size: 32px;
  transition: 5s;
}

#plans .plans_card .main_card :hover .bottom_bar {
  background: linear-gradient(to bottom, #ff39dc, #a60084);
  border-color: #661355 !important;
}

#plans .plans_card:hover .top_bar {
  opacity: 1;
  visibility: visible;
}

/* free spin Start*/
/* free spin End*/
#event_faq {
  background: #150035;
  padding-top: 100px;
  padding-bottom: 100px;
}

#event_faq .faq_text {
  position: relative;
}

#event_faq .faq_text h3 {
  background: linear-gradient(to bottom, #fcb100, #e88c23);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
  font-size: 40px;
  margin-bottom: 53px;
}

#event_faq .faq_text::after {
  content: '';
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #2f0a5d;
  background: #070006;
  position: absolute;
  bottom: 0px;
  left: 0;
}

#event_faq .accordion .accordion-item {
  background: transparent;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  border: none;
}

#event_faq .accordion .accordion-item .accordion-header span {
  margin-left: auto;
}

#event_faq .accordion .accordion-item .accordion-header .accordion-button {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  background: transparent;
  border: 1px solid #fcb100;
  border-bottom: none;
}

#event_faq .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border: none;
}

#event_faq .accordion .accordion-item .accordion-header .accordion-button.collapsed span {
  transform: rotate(180deg);
}

#event_faq .accordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

#event_faq .accordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

#event_faq .accordion .accordion-item .accordion-body {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: transparent;
  line-height: 26px;
  border: 1px solid #fcb100;
  border-top: none;
}

#event_faq .event_part {
  position: relative;
}

#event_faq .event_part .event_text {
  position: relative;
}

#event_faq .event_part .event_text h3 {
  background: linear-gradient(to bottom, #fcb100, #e88c23);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  padding-bottom: 30px;
  font-size: 40px;
  margin-bottom: 33px;
}

#event_faq .event_part .event_text::after {
  content: '';
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #2f0a5d;
  background: #070006;
  position: absolute;
  bottom: 0px;
  left: 0;
}

#event_faq .event_part .remaining_time {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

#event_faq .event_part .remaining_time .remaining_text h6 {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding-top: 26px;
}

#event_faq .event_part .remaining_time .timer {
  display: flex;
}

#event_faq .event_part .remaining_time .timer .counter {
  height: 70px;
  width: 70px;
  border-radius: 5px;
  border: 1px solid #fcb100;
  margin-left: 30px;
  text-align: center;
  vertical-align: middle;
}

#event_faq .event_part .remaining_time .timer .counter .timer_counter {
  padding-top: 15px;
}

#event_faq .event_part .remaining_time .timer .counter .timer_counter h3, #event_faq .event_part .remaining_time .timer .counter .timer_counter p {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

#event_faq .event_part .top_biders {
  padding-top: 60px;
}

#event_faq .event_part .top_biders .bider {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  position: relative;
}

#event_faq .event_part .top_biders .bider h5 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

#event_faq .event_part .top_biders .bider p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

#event_faq .event_part .top_biders .bider::after {
  content: '';
  width: 100%;
  height: 3px;
  border-bottom: 1px solid #2f0a5d;
  background: #070006;
  position: absolute;
  bottom: 0px;
  left: 0;
}

#event_faq .event_part .top_biders .bider.last {
  padding-bottom: 0;
}

#event_faq .event_part .top_biders .bider.last::after {
  display: none;
}

#event_faq .event_part::after {
  content: '';
  width: 3px;
  background: #000;
  border-right: 1px solid #290a59;
  height: 274px;
  position: absolute;
  right: -65px;
  bottom: 0;
}

#event_faq .event_part::before {
  content: '';
  position: absolute;
  right: -65px;
  bottom: 180px;
  width: 13px;
  height: 50px;
  border-radius: 50px;
  background: #1f004f;
  transform: translateX(50%);
  z-index: 9;
}

/* free spin Start*/
/* free spin End*/
#payment {
  padding: 32px 0;
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
  border-bottom: 6px solid #3a0090;
}

#payment .subscribe h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 5px 2px #000;
  font-size: 32px;
  font-size: 32px;
  padding-bottom: 20px;
}

#payment form {
  width: 100%;
  display: flex;
}

#payment form input {
  background: transparent;
  width: 100%;
  height: 40px;
  border: 1px solid #041414;
}

#payment form input::placeholder {
  color: #3a0090;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-left: 16px;
}

#payment form span {
  padding-left: 15px;
  padding-right: 15px;
  height: 40px;
  border: 1px solid #041414;
  border-left: none;
  text-align: center;
}

#payment form span i {
  font-size: 16px;
  color: #041414;
  line-height: 40px;
}

#payment .payment_text h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 5px 2px #000;
  font-size: 32px;
  padding-bottom: 20px;
}

#payment .payment_text ul {
  padding-left: 0;
}

#payment .payment_text ul li {
  display: inline-block;
  margin-right: 16px;
}

/* free spin Start*/
/* free spin End*/
#footer {
  background: #0b001b;
  padding-top: 60px;
  padding-bottom: 60px;
}

#footer .footer_about h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 5px 2px #000;
  font-size: 32px;
}

#footer .footer_about p {
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  padding-top: 30px;
  padding-bottom: 40px;
  width: 360px;
}

#footer .footer_about .social_icons {
  display: flex;
}

#footer .footer_about .social_icons .icon {
  height: 50px;
  width: 50px;
  border-bottom: 3px solid #3a0090;
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
  text-align: center;
  margin-right: 15px;
  transition: .3s;
}

#footer .footer_about .social_icons .icon i {
  font-size: 21px;
  line-height: 50px;
  color: #fff;
  text-shadow: 2px 5px 2px #3a0090;
}

#footer .footer_about .social_icons .icon:hover {
  background: linear-gradient(to bottom, #ff39dc, #661355);
  border-color: #661355;
}

#footer .important_link h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 5px 2px #000;
  font-size: 32px;
}

#footer .important_link .link_list {
  display: flex;
}

#footer .important_link .link_list ul {
  padding-left: 0;
  padding-top: 30px;
}

#footer .important_link .link_list ul li {
  padding-bottom: 24px;
}

#footer .important_link .link_list ul li a {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

#footer .important_link .link_list .list_two {
  margin-left: 65px;
}

#footer .security h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  text-shadow: 2px 5px 2px #000;
  font-size: 32px;
}

#footer .security .secure_one {
  padding-top: 30px;
  display: flex;
}

#footer .security .secure_one p {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 130px;
  line-height: 16px;
  padding-top: 20px;
  margin-left: 30px;
}

/* ======== about page Start ========== */

#defrentPageBanner{
  background: #150035;
  padding-top: 228px;
  padding-bottom: 207px;
}
.defrant_banner_text h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(to bottom, #fcb100, #e88c23);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;

}
.defrant_banner_text h4{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding-top: 15px;
}

#aboutPageFreeSpin{
  padding-top: 205px;
 background: #0b001b;
}
#aboutPageFreeSpin .freeSpin_text h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  background: linear-gradient(to bottom, #fcb100, #e88c23);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  padding-top: 80px;
  padding-bottom: 60px;
}

#aboutPageFreeSpin .freeSpin_text p {
  padding-top: 82px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}

#aboutPageFreeSpin .freeSpin_text p span {
  display: inline-block;
  padding-top: 40px;
}
#aboutPageFreeSpin .freeSpin_text a{
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-bottom: 6px solid #3a0090;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 5px 2px #000;
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
}
#aboutPageFreeSpin .freeSpin_text a:last-child{
  background: transparent;
  border: none;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #a60084;
}
#aboutPageFreeSpin .freeSpin_text a:last-child i{
  color: #fff;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  line-height: 52px;
  background: #a60084;
  text-align: center;
  margin-right: 15px;
}
/* about part related games start */



#aboutPageRelatedGames {
  background: #150035;
  padding-top: 100px;
  padding-bottom: 145px;
}

#aboutPageRelatedGames .relatedGames_heading {
  padding-bottom: 56px;
}

#aboutPageRelatedGames .relatedGames_heading h3 {
  background: linear-gradient(to bottom, #fcb100, #e88c23);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 48px;
}

#aboutPageRelatedGames .relatedGames_card {
  position: relative;
}

#aboutPageRelatedGames .relatedGames_card .overly {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(21, 0, 53, 0.85);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  transition: all linear .3s;
}

#aboutPageRelatedGames .relatedGames_card .overly .overly_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

#aboutPageRelatedGames .relatedGames_card .overly .overly_text h3 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  padding-bottom: 50px;
}

#aboutPageRelatedGames .relatedGames_card .overly .overly_text a {
  padding: 15px 30px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-bottom: 6px solid #3a0090;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 5px 2px #000;
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
}

#aboutPageRelatedGames :hover > .overly {
  opacity: 1;
  visibility: visible;
}

/* ======================= contact page start ========================= */
#contactPageMain{
  background: url(../images/Google-Maps.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contactPageMainOverly{
  padding-top: 260px;
  padding-bottom: 135px;
  background: rgba(11, 0, 27, 0.7);
}
.contactPageMainOverly .contact_item{
  display: flex;
  justify-content: space-between;
}
.contactPageMainOverly .contact_item .icon{
  height: 100px;
  width: 100px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-bottom: 6px solid #3a0090;
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
  text-align: center;
}
.contactPageMainOverly .contact_item .icon i{
  color: #fff;
  font-size: 40px;
  line-height: 100px;
}
.contactPageMainOverly .contact_item .contact_info{
  width: 285px;
}
.contactPageMainOverly .contact_item .contact_info h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 24px;
}
.contactPageMainOverly .contact_item .contact_info p{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.contactPageMainOverly .contact_item .contact_info p span{
  display: block;
}

/*============================ Sign up page start=================== */
#registarPageMain{
  padding-top: 210px;
  background: #0b001b;
  padding-bottom: 100px;
}
.register_form .header_text{

}
.register_form .header_text h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
}
.register_form .header_text p{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  position: relative;
}
.register_form .header_text p::after{
  height: 5px;
  width: 60px;
  content: '';
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.register_form input{
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  color: #fff;
}
.register_form .form_input{
  position: relative;
}
.register_form input::placeholder{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.register_form input::-moz-placeholder{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.register_form .form_input span{
  position: absolute;
  right: 0;
}
.register_form .form_input span i{
  color: #fff;
  font-size: 12px;
}
.register_form .form_input.massage_input{
  padding-top: 60px;
}

.form_submit_btn{
  padding-top: 30px;
  padding-bottom: 25px;
}

.form_submit_btn a{
  width: 100%;
  background: #c82828;
  text-align: center;
  background: linear-gradient(to bottom, #ff39dc, #661355);
  border-bottom: 3px solid #661355;
  height: 50px;
  line-height: 50px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  text-shadow: 2px 5px 2px #000;

}

.register_form_footer{
  display: flex;
  justify-content: space-between;
}
.register_form_footer .text h3{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-top: 17px;
}
.register_form_footer .text h3 a{
  color: #ff39dc;
}
.register_form_footer .social_link{
  display: flex;
  justify-content: space-between;
}
.register_form_footer .social_link h3{
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  width: 136px;
  padding-top: 17px;
}
.register_form_footer .social_link .icon {
  height: 50px;
  width: 50px;
  border-bottom: 3px solid #3a0090;
  background: linear-gradient(to bottom, #9e4efc, #570dc8);
  text-align: center;
  transition: .3s;
}

.register_form_footer .social_link .icon i {
  font-size: 21px;
  line-height: 50px;
  color: #fff;
  text-shadow: 2px 5px 2px #3a0090;
}

.register_form_footer .social_link .icon:hover {
  background: linear-gradient(to bottom, #ff39dc, #661355);
  border-color: #661355;
}
.register_form_footer .social_link .icon:last-child{
  margin-left: 30px;
  position: relative;

}
.register_form_footer .social_link .icon:last-child::after{
  height: 30px;
  width: 1px;
  background: #330080;
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);

}

/* =========================== Promotions page Start ===================== */
.promotion_nav{
  background: #000;
  
}
#promotion_banner{
  padding-top: 170px;
  background: #150035;
}
/* .container_image{
  background: url(../images/Promotions_banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
} */
.container_image{
  position: relative;
}
.promotion_container_overly{
  width: 100%;
  height: 100%;
  background: transparent;
  padding-top: 180px;
  position: absolute;
  top: 0;
  left: 0;
}
.promotion_image_text{
  padding-top: 190px;
}
.promotion_image_text h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 103px;
  background: linear-gradient(to bottom, #fcb100 25%,#e88c23 25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion_image_text h3 span{
  background: linear-gradient(to bottom, #fcb100 50%, #e88c23 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* promotion_banner_text start */
.promotion_banner_text{

}
.promotion_banner_text h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 198px;
  background: linear-gradient(to bottom, #fcb100 50%, #e88c23 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion_banner_text h4{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 56px;
  padding-left: 20px;
}
.promotion_banner_text h4 span{
  display: block;
  padding-top: 20px;
  font-size: 91px;

}
.promotion_banner_text a{
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, #ff39dc, #a60084);
  text-align: center;
  line-height: 50px;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
  border-bottom: 6px solid #661355;
  margin-top: 50px;
}
/* promotion_banner_text End */


/* 
background: linear-gradient(to bottom, #fcb100, #e88c23);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

*/

/* 
a60084
ff39dc
*/
/* offer part start  */
#player_promotion{
  padding-top: 60px;
  background: #0b001b;
  position: relative;
}
.player_offers{
  position: relative;
  padding-top: 172px;
  padding-bottom: 170px;
}
.offer_one{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.offer-2{
  display: flex;
  justify-content: space-around;
}
.offer_three{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.offer_container{
  position: absolute;
  top: 0;
  width: 1170px;
  left: 50%;
  transform: translateX(-50%);
}
.offer_container .offer_text{
  padding-top: 175px;
}
.offer_container .offer_text h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 48px;
  background: linear-gradient(to bottom, #fcb100 50%, #e88c23 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.offer_container .offer_text p{
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  font-size: 20px;
  color: #fff;
  padding-top: 65px;
}
.offer_container .offer_text p span{
  display: block;
  padding-top: 36px;
}
/* offer part End */
#promotion_final_text{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #150035;
}
#promotion_final_text .bonus_text h3{
  font-family: "Anton", sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 48px;
  background: linear-gradient(to bottom, #fcb100 50%, #e88c23 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#promotion_final_text .bonus_text p{
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  padding-top: 60px;
  width: 970px;
  margin: 0 auto;
}
#promotion_final_text .bonus_text p span{
  display: block;
  padding-top: 40px;
  line-height: 30px;
}


/* slider */
.slick-dots{
  display: flex;
  justify-content: center;
}
.slick-dots li button{
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #7b2de2;
  border: none;
  font-size: 0;
  margin-left: 5px;
  margin-right: 5px;
}
.slick-dots .slick-active button{
  background: #c816a5;
}
