/*Goole Font Use*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&amp;family=Oswald:wght@400;500;600;700&amp;family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,600&amp;display=swap");
/*Goole Font Use*/
/*CSS Table Of Content Ends Here*/
/*Abstracts / mixins*/
/*Abstracts / mixins*/
/*Abstracts / variables*/
:root {
  --theme-color: #F8AF08;
  --base-color: #F8AF08;
  --header-color: #303891;
  --banner-color: #35082B;
  --banner-box: #36309D;
  --amaount-color: #05FF00;
  --box-bg: #7652E1;
  --box-two: #321C55;
  --jack-bg: #251145;
  --modal-bg: #242D04;
  --body-color: #1F214F;
  --slide-btn: #0594F1;
  --custom-base: #0593F0;
  --section-bg: #231d70;
  --white-color: #fff;
  --black-theme: #151515;
  --black-color: #000000;
  --calender: #191D23;
  --ratting-color: #E4A853;
  --pragraph-color: #666666;
  --border: #8A5F31;
  --border-two: #A09FC8;
  --cate-border: #E1CFB7;
  --placehol: #b0bcde;
}

/*Abstracts / variables*/
/*Abstracts / typography*/
html {
  scroll-behavior: smooth;
}

body {
  color: var(--black-color);
  padding: 0;
  margin: 0;
  background: var(--body-color);
  overflow-x: auto;
}

h2,
h3,
h4,
h5,
h6 {
  color: var(--white-color);
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 76px;
  font-weight: 600;
  line-height: 98.8px;
  font-family: "Oswald", sans-serif;
}

h2 {
  font-size: 57px;
  font-weight: 400;
  line-height: 74.1px;
}

h3 {
  font-size: 43px;
  line-height: 55.9px;
  font-weight: 600;
}

h4 {
  font-size: 32px;
  line-height: 41.6px;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  line-height: 23.4px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  color: var(--theme-color);
}

a:hover {
  text-decoration: none;
  color: var(--theme-color);
}

input:focus {
  color: var(--white-color);
}

p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400;
  color: var(--pragraph-color);
  font-family: "Poppins", sans-serif;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

/*-Responsive-*/
/*-Responsive-*/
@media screen and (max-width: 1399px) {
  h1 {
    font-size: 76px;
    line-height: 88.8px;
  }
  h2 {
    font-size: 57px;
    font-weight: 400;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
    font-weight: 600;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
  }
  h5 {
    font-size: 20px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 56px;
    line-height: 76.8px;
  }
  h2 {
    font-size: 57px;
    font-weight: 400;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
    font-weight: 600;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
  }
  h5 {
    font-size: 18px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
  }
}
@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  h1 {
    font-size: 48px;
    line-height: 68.8px;
  }
  h2 {
    font-size: 57px;
    font-weight: 400;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
    font-weight: 600;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
  }
  h5 {
    font-size: 18px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
  }
  .section-header h2 {
    margin-bottom: 1px !important;
    font-size: 48px;
  }
  .section-header p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  p {
    font-size: 15px;
    line-height: 24px;
  }
  h1 {
    font-size: 44px;
    line-height: 60.8px;
  }
  h2 {
    font-size: 57px;
    font-weight: 400;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
    font-weight: 600;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
  }
  h5 {
    font-size: 18px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
  }
  .section-header h2 {
    margin-bottom: 15px !important;
    font-size: 40px;
    line-height: 48px;
  }
  .section-header p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  .pb-60 {
    padding-bottom: 60px;
  }
  p {
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    font-size: 36px;
    line-height: 44.8px;
  }
  h2 {
    font-size: 57px;
    font-weight: 400;
    line-height: 74.1px;
  }
  h3 {
    font-size: 43px;
    line-height: 55.9px;
    font-weight: 600;
  }
  h4 {
    font-size: 32px;
    line-height: 41.6px;
    font-weight: 600;
  }
  h5 {
    font-size: 18px;
    line-height: 26.2px;
  }
  h6 {
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
  }
}
@media screen and (max-width: 480px) {
  .section-header h2 {
    margin-bottom: 8px !important;
    font-size: 30px;
    line-height: 40px;
  }
  .section-header p {
    font-size: 16px !important;
  }
}
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--ratting-color);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--ratting-color);
  border-radius: 5px;
}

/*-Responsive-*/
/*-Responsive-*/
.text-base {
  background: linear-gradient(137.05deg, #FFD600 2.61%, #FF9900 94.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text-base-two {
  color: #F8AF08;
}

.amaount {
  color: #05FF00 !important;
}

.team-text {
  background: linear-gradient(137.05deg, #FFD600 2.61%, #FF9900 94.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.button__grp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.section-bg {
  background: var(--section-bg);
}

.bg-white {
  background: var(--white-color);
}

.center {
  text-align: center;
  margin: 0 auto;
}

.twitter {
  background: var(--secoundary-color) !important;
}

.twitch {
  background: rgb(110, 60, 210) !important;
}

.youtube {
  background: rgb(172, 46, 46) !important;
}

.insta {
  background: rgb(207, 93, 93) !important;
}

.lind {
  background: rgb(78, 131, 228) !important;
}

.face {
  background: rgb(27, 114, 244) !important;
}

/*--Section Header Start--*/
/*--Section Header Start--*/
.section-center {
  text-align: center;
}

.max-width1 {
  max-width: 880px;
  margin: 0 auto 60px;
  text-align: center;
}
.max-width1 p {
  max-width: 680px;
  margin: 0 auto;
}

.max-width2 {
  max-width: 740px;
}

.section-header h2 {
  margin-bottom: 12px;
  margin-top: -16px;
  color: var(--white-color);
}
.section-header .ptext1 {
  margin-bottom: 10px;
}
.section-header .ptext2 {
  margin-bottom: 36px;
}
.section-header p {
  font-size: 18px;
  padding: 0;
  color: var(--white-color);
}

.black-theme {
  color: var(--black-theme) !important;
}

/*--Section Header End--*/
/*--Section Header End--*/
/*Abstracts / typography*/
/*Abstracts / footer*/
/*------Footer Section Start--------*/
/*------Footer Section Start--------*/
.footer__section {
  position: relative;
  overflow: hidden;
}

.footer__top {
  position: relative;
  z-index: 1;
}
.footer__top .widget__items .footer-head {
  margin-bottom: 16px;
}
.footer__top .widget__items .footer-head .footer-logo {
  width: 120px;
  display: block;
}
.footer__top .widget__items .footer-head .footer-logo img {
  width: 100%;
  height: 100%;
}
.footer__top .widget__items .footer-head .title {
  color: var(--white-color);
  margin-top: -6px;
  font-weight: 500;
}
.footer__top .widget__items p {
  color: var(--white-color);
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.footer__top .widget__items .content-area p {
  color: var(--white-color);
  margin-top: -5px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.footer__top .widget__items .content-area .quick-link li {
  display: flex;
  align-items: center;
  transition: all 0.5s;
  margin-left: -20px;
}
.footer__top .widget__items .content-area .quick-link li:not(:last-child) {
  margin-bottom: 5px;
}
.footer__top .widget__items .content-area .quick-link li a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--white-color);
  transition: all 0.5s;
  margin-left: 24px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.footer__top .widget__items .content-area .quick-link li a img {
  margin-right: -28px;
  opacity: 0;
  transition: all 0.3s;
}
.footer__top .widget__items .content-area .quick-link li:hover a {
  color: var(--theme-color);
}
.footer__top .widget__items .content-area .quick-link li:hover a img {
  opacity: 1;
  margin-right: 5px;
}
.footer__top .widget__items .content-area .contact li {
  gap: 8px;
  display: flex;
  align-items: center;
}
.footer__top .widget__items .content-area .contact li:not(:last-child) {
  margin-bottom: 7px;
}
.footer__top .widget__items .content-area .contact li .phone-icon i {
  color: var(--ratting-color);
}
.footer__top .widget__items .content-area .contact li .email-part {
  font-size: 16px;
  transition: all 0.3s;
  color: var(--white-color);
  font-weight: 400;
}
.footer__top .widget__items .content-area .contact li:hover a {
  color: var(--white-color);
}
.footer__top .widget__items .content-area form {
  position: relative;
  margin-top: 25px;
}
.footer__top .widget__items .content-area form input {
  border-radius: 30px;
  border: 1px solid var(--theme-color);
  padding: 15px 138px 15px 20px;
  outline: none;
  box-shadow: none;
  width: 100%;
  color: var(--white-color);
  position: relative;
  background-color: transparent;
}
.footer__top .widget__items .content-area form ::-moz-placeholder {
  color: var(--white-color);
}
.footer__top .widget__items .content-area form ::placeholder {
  color: var(--white-color);
}
.footer__top .widget__items .content-area form .cmn--btn {
  position: absolute;
  top: 4px;
  right: 5px;
  border-radius: 30px;
  border: none;
  padding: 11px 18px 14px;
}
.footer__top .widget__items .content-area .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 25px;
}
.footer__top .widget__items .content-area .social li:not(:last-child) {
  margin-right: 10px;
}
.footer__top .widget__items .content-area .social li .icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
}
.footer__top .widget__items .content-area .social li .icon:hover {
  background: var(--button-color);
}
.footer__top .widget__items .content-area .social li .icon:hover i {
  color: var(--white-color);
}
.footer__top .widget__items .content-area .social li .icon i {
  color: var(--theme-color);
  font-size: 18px;
}
.footer__top .widget__items .content-area .social li .icon:hover {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  border-color: var(--theme-color);
}
.footer__top .widget__items .content-area .social__area .social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer__top .widget__items .content-area .social__area .social li:not(:last-child) {
  margin-right: 10px;
}
.footer__top .widget__items .content-area .social__area .social li .icon {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--border-color);
  transition: all 0.3s;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid var(--theme-color);
}
.footer__top .widget__items .content-area .social__area .social li .icon:hover {
  background: var(--button-color);
}
.footer__top .widget__items .content-area .social__area .social li .icon:hover i {
  color: var(--white-color);
}
.footer__top .widget__items .content-area .social__area .social li .icon i {
  color: var(--theme-color);
  font-size: 18px;
}
.footer__top .widget__items .content-area .social__area .social li .icon:hover {
  background-color: var(--slide-btn);
  border-color: var(--slide-btn);
}

.footer__bottom {
  border-top: 1px solid #575DDA;
  padding: 29px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.footer__bottom p {
  font-size: 18px;
  color: var(--white-color);
  font-family: "Poppins", sans-serif;
}
.footer__bottom p a {
  color: var(--theme-color);
}
.footer__bottom .bottom__ling {
  display: flex;
  align-items: center;
  gap: 18px;
}
.footer__bottom .bottom__ling li a {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 400;
}

/*------Footer Section End--------*/
/*------Footer Section End--------*/
/*Abstracts / footer*/
/*Abstracts / header*/
/*--Scroll Top To Bottom Start--*/
#progress {
  background-color: var(--ratting-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid var(--border-two);
  border-radius: 5px;
  position: fixed;
  right: 20px;
  z-index: 9999;
  display: none;
  transition: all 0.3s;
  bottom: 20px;
}
#progress #valiu {
  display: block;
}
#progress #valiu img {
  width: 16px;
}
#progress:hover {
  cursor: pointer;
  background-color: var(--white-color);
  border-color: var(--primary-color);
}

/*--Scroll Top To Bottom Start--*/
/*--Menu Header Start--*/
.header-section {
  width: 100%;
  background-color: var(--header-color);
  padding: 20px 0 20px;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  transition: all 0.9s;
  background-color: var(--header-color);
  box-shadow: 0px -31px 32px 9px #234DD4;
  padding: 18px 0 20px;
}

.overhid {
  overflow: hidden;
}

.white_txt {
color:#FFFFFF;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.9s;
}
.header-wrapper .logo-menu {
  width: 120px;
}
.header-wrapper .logo-menu img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
  padding-left: 30px;
}
.header-wrapper .main-menu li a {
  color: var(--white-color);
  font-weight: 500;
  font-size: 18px;
  transition: all 0.3s;
  font-family: "Oswald", sans-serif;
  text-transform: capitalize;
}
.header-wrapper .main-menu li a:hover {
  color: var(--white-color);
}
.header-wrapper .main-menu li a i {
  margin-left: 2px;
  font-size: 14px !important;
  color: var(--base-color);
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.header-wrapper .main-menu .cmn-grp {
  display: flex;
  align-items: center;
  gap: 20px;
  display: none;
}
.header-wrapper .main-menu .cmn-grp:hover {
  cursor: pointer;
}

@media (min-width: 991px) and (max-width: 1199px) {
  .header-wrapper .logo-menu {
    width: 110px;
  }
  .header-wrapper .main-menu li {
    padding-left: 20px;
  }
  .header-wrapper .main-menu li a {
    font-size: 16px;
  }
  .header-wrapper .mneu-btn-grp .cmn--btn {
    font-size: 16px;
    padding: 8px 20px 11px;
  }
}
/*----Menu Header Start-----*/
/*Abstracts / header*/
/*Abstracts / banner*/
.banner__section {
  overflow: hidden;
  position: relative;
  background: #282472;
  padding: 24px 0 114px;
}

.banner__left__wrap .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  line-height: 6px;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 28px;
  height: 45px;
  transition: all 0.3s;
}
.banner__left__wrap .owl-nav button.owl-prev i {
  font-size: 16px;
  color: var(--white-color);
  transition: all 0.3s;
}
.banner__left__wrap .owl-nav button.owl-prev:hover {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
}
.banner__left__wrap .owl-nav button.owl-prev:hover i {
  color: var(--white-color);
}
.banner__left__wrap .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 6px;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 28px;
  height: 45px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.banner__left__wrap .owl-nav button.owl-next i {
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
}
.banner__left__wrap .owl-nav button.owl-next:hover {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
}
.banner__left__wrap .owl-nav button.owl-next:hover i {
  color: var(--white-color);
}
.banner__left__wrap .owl-dots .owl-dot span {
  background-color: var(--border-two);
  width: 12px;
  height: 12px;
}
.banner__left__wrap .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
  width: 12px;
}

.banner__left__items {
  background: url(../img/banner/banner.png) no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  padding: 99px 0 99px;
  text-align: center;
  margin: 0 auto;
}

.banner__content {
  position: relative;
}
.banner__content .title__one {
  color: var(--white-color);
  font-weight: 700;
}
.banner__content .title__two {
  color: var(--white-color);
  font-weight: 700;
  font-size: 76px;
  line-height: 98.8px;
  font-family: "Oswald", sans-serif;
}
.banner__content .button__grp {
  margin-top: 40px;
  justify-content: center;
}

.banner__winer {
  background-color: var(--banner-box);
  border-radius: 20px;
  padding: 25px 30px 25px;
  height: 100%;
  text-align: center;
}
.banner__winer h5 {
  margin-bottom: 20px;
  font-weight: 500;
}
.banner__winer .head__user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}
.banner__winer .head__user h6 {
  font-family: "Poppins", sans-serif;
}
.banner__winer .winner__attach {
  justify-content: space-between;
}
.banner__winer .user__body li {
  display: flex;
  gap: 10px;
  align-items: center;
}
.banner__winer .user__body li .thumb {
  display: block;
  width: 30px;
  height: 30px;
}
.banner__winer .user__body li .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.banner__winer .user__body li span {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.banner__winer .user__body li:not(:last-child) {
  margin-bottom: 26px;
}

@media screen and (max-width: 1199px) {
  .banner__winer {
    padding: 20px 15px 20px;
  }
  .banner__winer .head__user h6 {
    font-size: 16px;
  }
  .banner__winer .user__body li span {
    font-size: 10px;
  }
}
/*Abstracts / banner*/
/*Abstracts / section*/
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(92, 139, 219, 0.951);
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  z-index: 99999999999;
}
.preloader .thumb {
  width: 180px;
  height: 180px;
}
.preloader .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: durat 9s linear infinite;
}

@keyframes durat {
  0% {
    transform: rotate(360deg);
  }
}
.game__slide .owl-nav,
.game__right__time .owl-nav,
.game__right__wrap .owl-nav {
  margin-top: 75px;
}
.game__slide .owl-nav button.owl-prev,
.game__right__time .owl-nav button.owl-prev,
.game__right__wrap .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  line-height: 6px;
  background: #FDFDFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 41px;
  height: 41px;
  transition: all 0.3s;
}
.game__slide .owl-nav button.owl-prev i,
.game__right__time .owl-nav button.owl-prev i,
.game__right__wrap .owl-nav button.owl-prev i {
  font-size: 16px;
  color: var(--slide-btn);
  transition: all 0.3s;
}
.game__slide .owl-nav button.owl-prev:hover,
.game__right__time .owl-nav button.owl-prev:hover,
.game__right__wrap .owl-nav button.owl-prev:hover {
  background-color: var(--slide-btn);
}
.game__slide .owl-nav button.owl-prev:hover i,
.game__right__time .owl-nav button.owl-prev:hover i,
.game__right__wrap .owl-nav button.owl-prev:hover i {
  color: var(--white-color);
}
.game__slide .owl-nav button.owl-next,
.game__right__time .owl-nav button.owl-next,
.game__right__wrap .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -10px;
  line-height: 6px;
  background: #FDFDFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  width: 41px;
  height: 41px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.game__slide .owl-nav button.owl-next i,
.game__right__time .owl-nav button.owl-next i,
.game__right__wrap .owl-nav button.owl-next i {
  font-size: 16px;
  line-height: 20px;
  color: var(--slide-btn);
}
.game__slide .owl-nav button.owl-next:hover,
.game__right__time .owl-nav button.owl-next:hover,
.game__right__wrap .owl-nav button.owl-next:hover {
  background-color: var(--slide-btn);
}
.game__slide .owl-nav button.owl-next:hover i,
.game__right__time .owl-nav button.owl-next:hover i,
.game__right__wrap .owl-nav button.owl-next:hover i {
  color: var(--white-color);
}
.game__slide .owl-dots .owl-dot span,
.game__right__time .owl-dots .owl-dot span,
.game__right__wrap .owl-dots .owl-dot span {
  background-color: var(--border-two);
  width: 12px;
  height: 12px;
}
.game__slide .owl-dots .owl-dot.active span,
.game__right__time .owl-dots .owl-dot.active span,
.game__right__wrap .owl-dots .owl-dot.active span {
  background-color: var(--theme-color);
  width: 12px;
}

.feature__wrap {
  transform: translateY(-90px);
  margin-bottom: -90px;
}

.feature__items {
  background-color: var(--box-bg);
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
.feature__items .thumb {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
}
.feature__items .thumb img {
  width: 100%;
  height: 100%;
}
.feature__items h6 {
  color: var(--white-color);
}

.game__head__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.game__head__wrap h2 {
  color: var(--white-color);
  font-weight: 700;
  margin-top: -16px;
}

.game__items {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.game__items img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.game__items .badge {
  background: linear-gradient(131.94deg, #FF0909 2.85%, #FF9900 109%);
  border-radius: 0px 30px;
  position: absolute;
  top: 5px;
  font-size: 18px;
  font-weight: 500;
  padding: 8px 20px 9px;
  display: block;
  left: 5px;
  transition: 0.4s;
}
.game__items .badge2 {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 59%, 100% 100%, 49% 54%, 0 98%, 0 59%, 0 33%, 0 0);
          clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 59%, 100% 100%, 49% 54%, 0 98%, 0 59%, 0 33%, 0 0);
  background: linear-gradient(137.05deg, #FFD600 2.61%, #FF9900 94.05%);
  box-shadow: 0px 2.68571px 8.72857px rgba(0, 0, 0, 0.47);
  width: 26px;
  font-weight: 500;
  height: 47px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  left: 5px;
  top: 5px;
  font-size: 12px;
  color: var(--white-color);
}
.game__items .reaction {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%), #FFCA10;
  text-align: center;
  opacity: 0;
}
.game__items .reaction i {
  color: var(--white-color);
  font-size: 14px;
}
.game__items .game__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  inset: 0 0 -100% 0;
  border-radius: 10px;
  background: linear-gradient(181.17deg, rgba(0, 6, 22, 0.597) 1%, rgba(1, 17, 57, 0.831) 100.27%);
  opacity: 0;
  transition: all 0.4s;
}
.game__items .game__overlay .btn__grp {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.game__items .game__overlay .btn__grp .cmn--btn {
  font-weight: 600;
}
.game__items .game__overlay .btn__grp .cmn--btn2 {
  font-weight: 600;
}
.game__items:hover .game__overlay {
  inset: 0 0 -100% 0;
  opacity: 1;
}
.game__items:hover .reaction {
  opacity: 1;
}

.game__turnament .game__head__wrap {
  margin-right: 100px;
}
.game__turnament .game__head__wrap .cmn--btn2 {
  background: linear-gradient(#1F214F, #1F214F) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
  border-radius: 0.5em;
  border: 1px solid transparent;
}

.tournaments__wrap .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tournaments__wrap .owl-nav button.owl-prev {
  line-height: 6px;
  background: #292C6F;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 34px;
  height: 34px;
  transition: all 0.3s;
}
.tournaments__wrap .owl-nav button.owl-prev i {
  font-size: 16px;
  color: var(--white-color);
  transition: all 0.3s;
}
.tournaments__wrap .owl-nav button.owl-prev:hover {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  border-radius: 10px;
}
.tournaments__wrap .owl-nav button.owl-prev:hover i {
  color: var(--white-color);
}
.tournaments__wrap .owl-nav button.owl-next {
  line-height: 6px;
  background: #292C6F;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 34px;
  height: 34px;
  transition: all 0.3s;
}
.tournaments__wrap .owl-nav button.owl-next i {
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
}
.tournaments__wrap .owl-nav button.owl-next:hover {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  border-radius: 10px;
}
.tournaments__wrap .owl-nav button.owl-next:hover i {
  color: var(--white-color);
}

.tournaments__items {
  position: relative;
  background: #2E380A;
  border-radius: 20px;
  padding: 15px 30px 20px;
  overflow: hidden;
}
.tournaments__items .content {
  z-index: 1;
  position: relative;
}
.tournaments__items .content p {
  color: var(--white-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Poopins", sans-serif;
  margin-bottom: 10px;
}
.tournaments__items .content .dollar {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  gap: 10px;
}
.tournaments__items .content .dollar span {
  color: var(--white-color);
}
.tournaments__items .tournaments__shape {
  position: absolute;
  bottom: 0px;
  right: 0;
}

.tournament__items__two {
  background-color: #6B0C4E;
}

.promotion__section .game__head__wrap .cmn--btn2 {
  background: linear-gradient(#1F214F, #1F214F) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
  border-radius: 0.5em;
  border: 1px solid transparent;
}

.promotion__items {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.promotion__items img {
  width: 100%;
  height: 100%;
}
.promotion__items .promo__content {
  text-align: center;
  position: absolute;
  bottom: 0;
  max-width: 400px;
  padding: 10px 10px 20px;
}
.promotion__items .promo__content .deposit {
  background: linear-gradient(131.94deg, #FF0909 2.85%, #FF9900 109%);
  border-radius: 0px 30px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  padding: 5px 15px 7px;
  margin-bottom: 20px;
  display: inline-block;
}
.promotion__items .promo__content h4 {
  margin-bottom: 20px;
}
.promotion__items .promo__content .cmn--btn {
  margin-bottom: 10px;
}
.promotion__items .promo__content p {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 400;
}

.jackpot__right__wrap .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  line-height: 6px;
  background: #292C6E;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  transition: all 0.3s;
}
.jackpot__right__wrap .owl-nav button.owl-prev i {
  font-size: 16px;
  color: var(--white-color);
  transition: all 0.3s;
}
.jackpot__right__wrap .owl-nav button.owl-prev:hover {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
}
.jackpot__right__wrap .owl-nav button.owl-prev:hover i {
  color: var(--white-color);
}
@media screen and (max-width: 500px) {
  .jackpot__right__wrap .owl-nav button.owl-prev {
    left: 5px;
  }
}
.jackpot__right__wrap .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  right: -15px;
  line-height: 6px;
  background: #292C6E;
  border-radius: 10px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.jackpot__right__wrap .owl-nav button.owl-next i {
  font-size: 16px;
  line-height: 20px;
  color: var(--white-color);
}
.jackpot__right__wrap .owl-nav button.owl-next:hover {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
}
.jackpot__right__wrap .owl-nav button.owl-next:hover i {
  color: var(--white-color);
}
@media screen and (max-width: 500px) {
  .jackpot__right__wrap .owl-nav button.owl-next {
    right: 5px;
  }
}

.jackpot__bg {
  background: url(../img/games/jackpot-left.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 50px 5px;
}

.jackpot__content {
  text-align: center;
}
.jackpot__content h1 {
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.jackpot__content h2 {
  color: var(--white-color);
  font-weight: 700;
  margin-bottom: 30px;
}

.jackpot__right__bg {
  background-color: var(--jack-bg);
  height: 100%;
  position: relative;
}
.jackpot__right__bg .jack__shape {
  position: absolute;
  left: -100px;
  z-index: 999;
  top: 0;
  height: 100%;
}
.jackpot__right__bg .jack__shape img {
  height: 100%;
}

.jackpot__right__wrap {
  background-color: var(--jack-bg);
  padding: 50px 0;
  height: 100%;
}

.jak__items {
  text-align: center;
  background-color: var(--box-two);
  padding: 20px 20px;
  border-radius: 10px;
}
.jak__items .thumb {
  margin-bottom: 20px;
}
.jak__items .content h4 {
  margin-bottom: 10px;
}
.jak__items .content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: var(--white-color);
}

.winners__jackpot {
  background-color: #1F214F;
}
.winners__jackpot .game__head__wrap h2 {
  font-weight: 400;
}
.winners__jackpot .game__head__wrap .cmn--btn {
  font-weight: 500;
}

.winner__usdt__items {
  background: linear-gradient(#13164E, #13164E) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
  border-radius: 0.5em;
  border: 2px solid transparent;
  display: flex;
  gap: 20px;
}
.winner__usdt__items .content span {
  font-size: 14px;
  color: var(--white-color);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.winner__usdt__items .content h4 {
  color: #F48820;
  margin-bottom: 2px;
  font-weight: 400;
}
.winner__usdt__items .content p {
  font-size: 14px;
  color: var(--white-color);
  font-family: "Inter", sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.faq__section {
  overflow: hidden;
  background-color: #282472;
}

.faq__head {
  padding-bottom: 53px;
  margin-top: -16px;
}
.faq__head h2 {
  font-weight: 700;
}

.faq__board .accordion-button:not(.collapsed) {
  color: var(--black-theme);
  background-color: #101646;
  box-shadow: none;
  border-bottom: 1px solid rgba(47, 65, 129, 0.5) !important;
}
.faq__board .accordion-button:not(.collapsed) span {
  color: var(--white-color);
}
.faq__board .accordion-button:not(.collapsed)::before {
  color: var(--white-color) !important;
}
.faq__board .accordion-body p {
  color: var(--white-color);
  font-size: 18px;
  line-height: 30px;
}
.faq__board .accordion-item {
  background-color: #101646;
  border: unset;
  overflow: hidden;
  border-radius: 10px;
}
.faq__board .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}
.faq__board .accordion-item .collapsed::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: rotate(0deg);
  color: #101646;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  border-radius: 5px;
  text-align: center;
}
.faq__board .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.faq__board .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.faq__board .accor__border {
  border-bottom: 1px solid rgba(47, 65, 129, 0.5) !important;
}
.faq__board .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  box-shadow: none;
  padding: 17px 20px 20px;
  line-height: 31px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  color: var(--white-color);
  text-align: left;
  background-color: #101646;
  border: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.faq__board .accordion-button::before {
  content: "";
  right: 0;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: var(--white-color);
}
.faq__board .accordion-button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f068";
  font-weight: 900;
  background-image: none;
  position: absolute;
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  border-radius: 5px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 14px;
  color: var(--white-color);
  right: 20px;
  transform: rotate(0deg);
}

.faq__thumb img {
  width: 100%;
  height: 100%;
}

.wins__head {
  margin-top: -18px;
}
.wins__head h2 {
  margin-bottom: 19px;
  font-weight: 700;
}

.wins__wrap .nav {
  display: flex;
  align-items: center;
  border-radius: 26px;
  border: unset;
  margin-bottom: 31px;
  gap: 10px;
}
.wins__wrap .nav .nav-item .nav-link {
  color: var(--white-color);
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  outline: none;
  font-family: "Poppins", sans-serif;
  border: none;
  padding: 10px 20px 12px;
  box-shadow: none;
  border-radius: 21px;
}
.wins__wrap .nav .nav-item .nav-link.active {
  background: #101646;
  border-radius: 21px;
  border: none;
  outline: none;
  box-shadow: none;
  color: var(--white-color);
}

.wins__table {
  border-radius: 10px;
  margin-top: 20px;

}
.wins__table table {
  width: 100%;
}
.wins__table table tbody tr {
  background-color: #313485;
  border-top: 1px solid #514477;
  border-bottom: 1px solid #514477;
}
.wins__table table tbody tr:nth-child(odd) {
  background-color: #101646;
}
.wins__table table tbody tr:first-child {
  border-top: unset;
}
.wins__table table tbody tr:last-child {
  border-bottom: unset;
}
.wins__table table tbody tr th {
  padding: 20px 30px 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 34px;
  color: var(--white-color);
}
.wins__table table tbody tr td {
  color: var(--white-color);
  font-size: 12px;
  color: var(--white-color);
  padding: 5px;
  font-family: "Poppins", sans-serif;
}
.wins__table table tbody tr .tdfirst {
  display: flex;
  align-items: center;
}
.wins__table table tbody tr .tdfirst .icon {
  margin-right: 8px;
}
.wins__table table tbody tr .tdfirst span {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  font-family: "Poppins", sans-serif;
}

.contact__section {
  background-color: #101343;
  position: relative;
  overflow: hidden;
}
.contact__section .c__shpae {
  position: absolute;
  left: 0;
  top: 50px;
}
.contact__section .l__shape {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 380px;
}
.contact__section .l__shape img {
  width: 100%;
  height: 100%;
}
.contact__section .king__ludu {
  position: absolute;
  top: 30px;
  right: 220px;
  animation: round1 15s linear infinite;
}
.contact__section .king__ludu2 {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: round1 15s linear infinite;
}

.form__area__left {
  position: relative;
  background-color: #282472;
  border-radius: 20px;
  padding: 25px 30px 30px;
  z-index: 1;
}
.form__area__left .section-header {
  margin-bottom: 32px;
  text-align: center;
}
.form__area__left .section-header h3 {
  font-weight: 700;
}
.form__area__left #form {
  position: relative;
}
.form__area__left #form .form__items {
  margin-bottom: 20px;
}
.form__area__left #form .form-control {
  padding: unset;
  margin-bottom: 20px;
  border: none;
  position: relative;
  background-color: transparent;
}
.form__area__left #form .form-control input {
  box-shadow: none;
  outline: none;
  border: none;
  background: #1F1B64;
  border: 1px solid #234976;
  color: #989898;
  padding: 13px 15px 15px;
  border-radius: 10px;
  width: 100%;
}
.form__area__left #form .form-control ::-moz-placeholder {
  color: #989898;
}
.form__area__left #form .form-control ::placeholder {
  color: #989898;
}
.form__area__left #form .form-control label {
  color: var(--theme-color);
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.form__area__left #form .cmn--btn {
  margin-top: 13px;
  border: none;
  border: none;
}
.form__area__left #form .form-control textarea {
  box-shadow: none;
  outline: none;
  border: none;
  width: 100%;
  background: #1F1B64;
  border: 1px solid #234976;
  color: var(--theme-color);
  padding: 15px 15px 15px 20px;
  border-radius: 10px;
}
.form__area__left #form .form-control textarea:focus {
  outline: 0;
  border-color: none;
}
.form__area__left #form .form-control.success textarea {
  border-color: #2ecc71;
}
.form__area__left #form .form-control.error textarea {
  border-color: #e74c3c;
}
.form__area__left #form .form-control input:focus {
  outline: 0;
  border-color: none;
}
.form__area__left #form .form-control.success input {
  border-color: #2ecc71;
}
.form__area__left #form .form-control.error input {
  border-color: #e74c3c;
}
.form__area__left #form .form-control small {
  color: #e74c3c;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}
.form__area__left #form .form-control.error small {
  visibility: visible;
}
.form__area__left #form .thank_you p {
  position: absolute;
  bottom: 25px;
  right: 0;
  font-size: 16px;
  color: green;
  animation: scaleone 0.5s linear;
  transition: all 0.5s;
  display: none;
}
@keyframes scaleone {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}

.right__contact {
  position: relative;
  z-index: 1;
}
.right__contact .section-header {
  margin-bottom: 52px;
}
.right__contact .section-header h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.right__contact .section-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: "Inter", sans-serif;
}
.right__contact .contact .chat__items {
  display: flex;
  align-items: center;
  background: #30337C;
  border-radius: 10px;
  padding: 20px 10px;
  gap: 18px;
}
.right__contact .contact .chat__items .thumb {
  width: 80px;
  height: 80px;
}
.right__contact .contact .chat__items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.right__contact .contact .chat__items .email-part h5 {
  color: var(--white-color);
  margin-bottom: 7px;
  font-weight: 500;
}
.right__contact .contact .chat__items .email-part p {
  color: var(--white-color);
  font-size: 16px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 500px) {
  .right__contact .contact .chat__items .email-part p {
    font-size: 14px;
  }
}

.register__modal {
  z-index: 9999999;
}
.register__modal .modal-content {
  background: url(../img/modal/tabbg.png) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
}
.register__modal .modal-content .modal-header {
  border: unset;
  padding: 0 0;
}
.register__modal .modal-content .modal-header button {
  background-image: none;
  background: url(../img/modal/cros.png) no-repeat;
  background-size: 20px;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-top: 15px;
  margin-right: 15px;
}
.register__modal .modal-content .modal-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
}
.register__modal .modal-content .modal-body .modal__left .modal__left__head {
  text-align: center;
  margin: 0 auto 0px;
}
.register__modal .modal-content .modal-body .modal__left .modal__left__head h3 {
  color: var(--black-theme);
}
.register__modal .modal-content .modal-body .modal__left .modal__left__head h6 {
  color: var(--black-theme);
  font-weight: 400;
  font-size: 16px;
}
.register__modal .modal-content .modal-body .modal__left .thumb {
  width: 360px;
  margin-bottom: 15px;
}
.register__modal .modal-content .modal-body .modal__left .thumb img {
  width: 100%;
  height: 100%;
}
.register__modal .modal-content .modal-body .modal__right {
  width: 50%;
  background: #394D14;
  box-shadow: 0px 12px 24px #4C6813;
  border-radius: 20px;
  padding: 25px 30px 30px;
}
.register__modal .modal-content .modal-body .modal__right .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: transparent;
  border-radius: 26px;
  border: unset;
  margin-bottom: 20px;
}
.register__modal .modal-content .modal-body .modal__right .nav .nav-item .nav-link {
  color: var(--white-color);
  font-weight: 600;
  line-height: 22px;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  border: none;
  border: 1px solid #F48720;
  border-radius: 10px;
  width: 100%;
  padding: 8px 20px 11px;
}
.register__modal .modal-content .modal-body .modal__right .nav .nav-item .nav-link.active {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  border-radius: 10px;
  border: none;
  outline: none;
  color: var(--white-color);
  box-shadow: none;
  border: 1px solid #F48720;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .focus__icon {
  text-align: center;
  margin: 0 auto 20px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head {
  text-align: center;
  margin-top: 20px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .border__static {
  width: 100%;
  height: 1px;
  background-color: #647527;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white-color);
  text-align: center;
  transform: translateY(-16px);
  font-family: "Inter", sans-serif;
  background-color: #394D14;
  display: inline-block;
  padding: 4px 15px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: block;
  background: linear-gradient(#394D14, #394D14) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
  border-radius: 5em;
  border: 1px solid transparent;
  text-align: center;
  line-height: 25px;
  transition: all 0.3s;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social li a i {
  color: var(--white-color);
  font-size: 13px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social li a:hover {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__head .social li a:hover i {
  color: var(--white-color);
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp {
  position: relative;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp:not(:last-child) {
  margin-bottom: 18px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp .field-icon {
  position: absolute;
  top: 56px;
  right: 20px;
  z-index: 99999;
  color: #7A8D34;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  color: var(--white-color);
  margin-bottom: 8px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp input {
  border-radius: 10px;
  border: unset;
  font-size: 14px;
  font-weight: 400;
  font-family: "Inter" sans-serif;
  background-color: #27360C;
  width: 100%;
  padding: 13px 50px 15px 18px;
  outline: none;
  color: #8B8B9D;
  position: relative;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp ::-moz-placeholder {
  color: #6B7C75;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp ::placeholder {
  color: #6B7C75;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .login__signup {
  text-align: right;
  margin-bottom: -25px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .login__signup a {
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 14px;
  font-weight: 400;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .create__btn {
  text-align: center;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .signup__text {
  text-align: center;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .signup__text p {
  color: var(--white-color);
  font-size: 14px;
  margin-top: 8px;
  font-weight: 400;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .signup__text p a {
  font-size: 14px;
  color: var(--theme-color);
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select {
  padding: 0 0 30px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select .nice-select {
  width: 100%;
  background: linear-gradient(#3E0F36, #3E0F36) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
  border-radius: 0.5em;
  border: 1px solid transparent;
  color: #989898;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select .form-country {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  line-height: 30px;
  margin-bottom: 8px;
  display: block;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp__new {
  margin-top: 40px;
  position: static;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -4px;
  margin-bottom: 30px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check .form-check-input {
  width: 19px;
  height: 19px;
  background-color: #FFCA10;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  border: 1px solid #FFCA10;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check .form-check-label {
  width: calc(100% - 15px);
  color: var(--white-color);
  font-family: "Inter" sans-serif;
  font-size: 14px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check .form-check-label span {
  color: var(--theme-color);
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select_last {
  margin-top: 40px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .cmn--btn2 {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 0 auto 20px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form p {
  text-align: center;
  color: var(--black-theme);
  font-size: 16px;
  font-weight: 400;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form p a {
  color: var(--slide-btn);
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .reset {
  display: flex;
  justify-content: flex-end;
  font-weight: 400;
  color: var(--black-theme);
  margin-bottom: 30px;
  margin-top: -20px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li {
  background: var(--modal-bg);
  width: 40%;
  border-radius: 10px;
  padding: 10px 15px 12px;
  margin: 10px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li a i {
  color: var(--white-color);
}

.critter__pop {
  z-index: 9999999;
}
.critter__pop .modal-dialog {
  background: #242D04;
  border-radius: 30px;
  border-radius: 20px;
}
.critter__pop .modal-content {
  background: url(../img/modal/modal-bgstart.png) no-repeat center center;
  background-size: cover;
  border: unset;
  padding: 0px 0px 30px 30px;
}
.critter__pop .modal-content .modal-header {
  border: unset;
  padding: 15px 15px 0;
}
.critter__pop .modal-content .modal-body {
  padding: 0 0;
  display: grid;
}
.critter__pop .modal-content .modal-body .toffi__bg .head__toffi {
  padding: 0 0 40px;
}
.critter__pop .modal-content .modal-body .toffi__bg .head__toffi h1 {
  font-weight: 700;
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: -18px;
  margin-bottom: 10px;
}
.critter__pop .modal-content .modal-body .toffi__bg .head__toffi p {
  font-size: 24px;
  font-weight: 400;
  color: var(--white-color);
  margin-bottom: 10px;
}
.critter__pop .modal-content .modal-body .toffi__bg .head__toffi h2 {
  color: #FFD370;
  font-weight: 700;
}
.critter__pop .modal-content .modal-body .toffi__bg .bottom__toffi {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.critter__pop .modal-content .modal-body .toffi__bg .bottom__toffi .timing__wrap {
  width: 50%;
}
.critter__pop .modal-content .modal-body .toffi__bg .bottom__toffi .timing__wrap #countdown {
  margin: 0 auto;
  text-align: center;
}
.critter__pop .modal-content .modal-body .toffi__bg .bottom__toffi .timing__wrap #countdown ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-content: center;
  margin-bottom: -44px;
}
.critter__pop .modal-content .modal-body .toffi__bg .bottom__toffi .timing__wrap #countdown ul li span {
  background: #444D25;
  border-radius: 5px;
  font-size: 32px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  width: 60px;
  color: var(--white-color);
  display: block;
  height: 49px;
  text-align: center;
  margin-bottom: 5px;
}
.critter__pop .modal-content .modal-body .toffi__bg .bottom__toffi .timing__wrap #countdown ul li .spantext {
  background-color: transparent;
  display: block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.critter__pop .modal__table {
  background: #303C08;
  border-radius: 20px;
  margin: 40px 60px;
  padding: 20px 30px 30px;
}
.critter__pop .modal__table .critter__head {
  display: flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #5C6827;
  padding-bottom: 8px;
}
.critter__pop .modal__table .critter__head .critter__content {
  width: calc(100% - 100px);
  display: flex;
  justify-content: space-between;
}
.critter__pop .modal__table .critter__head .critter__content .critter_left h4 {
  margin-bottom: 10px;
}
.critter__pop .modal__table .critter__head .critter__content .critter_left .critter__time {
  display: flex;
  align-items: center;
  gap: 40px;
}
.critter__pop .modal__table .critter__head .critter__content .critter_left .critter__time li .title {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #5F5964;
}
.critter__pop .modal__table .critter__head .critter__content .critter_left .critter__time li .time {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-theme);
}
.critter__pop .modal__table .critter__head .critter__content .critter__right h5 {
  font-weight: 600;
  color: var(--white-color);
  font-family: "Poopins", sans-serif;
  font-size: 18px;
  margin-bottom: 0;
}
.critter__pop .modal__table .critter__head .critter__content .critter__right h4 {
  font-size: 32px;
  font-weight: 600;
  color: #FFD370;
}
.critter__pop .modal__table .critter__head .critter__content .critter__right .cmn--btn2 {
  padding: 9px 20px 9px;
}
.critter__pop .modal__table .rank__wrap {
  margin-top: 30px;
}
.critter__pop .modal__table .rank__wrap li {
  margin-bottom: 10px;
  border-bottom: 1px solid #B8B8B9;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.critter__pop .modal__table .rank__wrap li .short__items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.critter__pop .modal__table .rank__wrap li .short__items .text {
  font-weight: 500;
  font-size: 18px;
  color: #472D59;
}
.critter__pop .modal__table .rank__wrap li h6 {
  color: var(--custom-base);
}
.critter__pop .modal__table .article {
  text-align: center;
  margin: 5px auto 10px;
  font-size: 18px;
  font-weight: 500;
  color: #5F5964;
}
.critter__pop .modal__table .wins__table table tbody tr {
  background-color: transparent;
  border-bottom: 1px solid #5C6827;
}
.critter__pop .modal__table .wins__table table tbody tr th {
  font-size: 18px;
  font-weight: 500;
}
.critter__pop .modal__table .wins__table table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
}
.critter__pop .view__btn {
  text-align: center;
  margin: 0 auto;
}
.critter__pop .tabs__wrap {
  margin-top: 20px;
}

.modal__thumb__wrap {
  padding: 50px 20px 30px 20px;
}
.modal__thumb__wrap .section-header h2 {
  color: var(--white-color);
  margin-bottom: 20px;
  font-weight: 700;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: url(../img/modal/cros.png) no-repeat;
  background-size: contain;
  border: 0;
  z-index: 999;
  border-radius: 0.375rem;
  opacity: 1;
}

/*Abstracts / section*/
/*Abstracts / animation*/
@keyframes bet1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes round1 {
  0% {
    transform: rotate(360deg);
  }
}
/*Abstracts / animation*/
/*Abstracts / componets*/
/*--Button Area Start--*/
/*--Button Area Start--*/
.cmn--btn {
  padding: 10px 30px 12px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  display: inline-block;
  color: var(--white-color) !important;
  text-transform: capitalize;
  font-family: "Oswald", sans-serif;
  transition: all 0.3s;
  text-align: center;
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.cmn--btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(114.26deg, #658fae 13.41%, #726ccb 87.24%);
  height: 100%;
  width: 0px;
  transition: all 0.4s;
}
.cmn--btn:hover::before {
  width: 100%;
}
.cmn--btn:hover {
  color: var(--theme-color) !important;
}
.cmn--btn:hover span {
  color: var(--white-color);
}
.cmn--btn span {
  z-index: 1;
  position: relative;
  transition: all 0.4s;
}

.cmn--btn2 {
  border-radius: 10px;
  padding: 9px 30px 11px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  display: inline-block;
  color: var(--white-color) !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: all 0.3s;
  font-family: "Oswald", sans-serif;
  text-align: center;
  background: linear-gradient(rgba(63, 70, 74, 0.4509803922), #54536a) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
  border-radius: 0.5em;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
.cmn--btn2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(114.26deg, #E4A91B 13.41%, #F88021 87.24%);
  height: 100%;
  width: 0px;
  transition: all 0.4s;
}
.cmn--btn2:hover::before {
  width: 100%;
}
.cmn--btn2:hover span {
  color: var(--white-color);
}
.cmn--btn2 span {
  z-index: 1;
  position: relative;
  transition: all 0.4s;
}

.mneu-btn-grp {
  display: flex;
  align-items: center;
  gap: 13px;
}

.cmn__custom {
  background: linear-gradient(114.26deg, #658fae 13.41%, #726ccb 87.24%);
}

.right_button {
text-align:right;
}
.left_button {
	text-align:left;
}

/*--Button Area End--*/
/*--Button Area End--*/
/*Abstracts / componets*/
/*Abstracts / reponsive*/
@media screen and (max-width: 1399px) {
  .jackpot__content {
    text-align: center;
  }
  .jackpot__content h1 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 66px;
  }
  .jackpot__content h2 {
    margin-bottom: 30px;
    font-size: 41px;
    line-height: 50px;
  }
  .faq__board .accordion-body p {
    font-size: 16px;
    line-height: 26px;
  }
  .faq__board .accordion-button {
    padding: 15px 20px 18px;
    line-height: 28px;
    font-size: 20px;
  }
  .faq__board .accordion-button::after {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .promotion__items .promo__content {
    padding: 5px 10px 10px;
  }
  .promotion__items .promo__content .deposit {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .promotion__items .promo__content h4 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
  .promotion__items .promo__content .cmn--btn {
    margin-bottom: 0px;
  }
  .banner__content .title__two {
    font-weight: 700;
    font-size: 56px;
    line-height: 76.8px;
  }
  .jackpot__content h1 {
    font-size: 42px;
    margin-bottom: 0;
  }
  .jackpot__content h2 {
    font-size: 28px;
  }
  .jackpot__right__bg .jack__shape {
    left: -110px;
  }
  .jak__items {
    padding: 15px 14px;
  }
  .jak__items .thumb {
    margin-bottom: 12px;
  }
  .jak__items .content h4 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .winner__usdt__items {
    padding: 30px 20px 25px;
    gap: 15px;
  }
  .faq__board .accordion-button {
    padding: 15px 15px 18px;
    line-height: 28px;
    font-size: 18px;
  }
  .faq__board .accordion-button::after {
    top: 10px;
    right: 10px;
  }
  .faq__thumb {
    width: 374px;
  }
  .max-width1 {
    margin: 0 auto 50px;
  }
  .pb-60 {
    padding-bottom: 41px;
  }
  .footer__top .widget__items .content-area p {
    margin-top: -5px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .header-section {
    padding: 20px 0;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    margin-top: 20px;
    z-index: 999;
    padding: 5px 5px;
    background: var(--header-color);
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
    border-radius: 10px;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
    border-radius: 2px;
    padding-left: 10px !important;
  }
  .main-menu li:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 7px;
    border: 1px solid var(--border);
  }
  .main-menu li a {
    display: block;
    padding: 8px 10px 9px;
    font-size: 17px;
  }
  .main-menu li .sub-menu {
    margin: 0px 10px 15px 20px !important;
  }
  .main-menu li .sub-menu li a {
    padding: 8px 15px !important;
  }
  .main-menu li .sub-menu li .sub-two {
    position: static !important;
    width: 100% !important;
    padding: 0 10px 20px 30px;
  }
  .main-menu li .sub-menu li .sub-two li a {
    display: block;
  }
  .main-menu .active a {
    color: var(--white-color);
  }
  .main-menu .cmn-grp {
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    gap: 20px;
    display: block !important;
  }
  .main-menu .cmn-grp .cmn--btn {
    padding: 8px 25px 11px;
    font-size: 16px;
    display: inline-block;
  }
  .main-menu .cmn-grp .cmn--btn2 {
    padding: 8px 25px 8px;
    display: inline-block;
  }
  .header-bar {
    position: relative;
    width: 31px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
    background: var(--white-color);
  }
  .header-bar span:first-child {
    top: 0;
    background: var(--white-color);
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: var(--white-color);
  }
  .header-bar span:last-child {
    bottom: 0;
    background: var(--white-color);
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper {
    flex-wrap: wrap;
  }
  .header-wrapper .mneu-btn-grp {
    display: none;
  }
  .tournaments__items {
    padding: 10px 20px 20px;
    overflow: hidden;
  }
  .tournaments__items .content p {
    font-size: 18px;
    line-height: 30px;
  }
  .tournaments__items .tournaments__shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    opacity: 0.2;
  }
  .jackpot__right__bg .jack__shape {
    display: none;
  }
  .faq__head {
    padding-bottom: 30px;
  }
  .faq__head h2 {
    font-size: 42px;
    line-height: 50px;
  }
  .wins__table {
    overflow-x: auto;
  }
  .wins__table table {
    min-width: 950px;
    overflow-x: auto;
  }
  .game__head__wrap {
    display: grid;
    margin-bottom: 30px;
  }
  .game__head__wrap h2 {
    margin-bottom: 0px;
    font-size: 36px;
  }
  .faq__thumb {
    display: none;
  }
  .max-width1 {
    margin: 0 auto 40px;
  }
  .right__contact {
    margin-bottom: 30px;
  }
  .footer__top .widget__items .content-area .quick-link li a {
    font-size: 17px;
  }
  .footer__top .widget__items .content-area form {
    margin-top: 20px;
  }
  .footer__top .widget__items .content-area form input {
    padding: 15px 128px 15px 20px;
    margin-bottom: 22px;
    font-size: 16px;
  }
  .footer__top .widget__items .content-area form .cmn--btn2 {
    padding: 11px 18px 14px;
    font-size: 16px;
  }
  .register__modal {
    z-index: 9999999;
  }
  .register__modal .modal-content .modal-header {
    border: unset;
    padding: 0 0;
  }
  .register__modal .modal-content .modal-header button {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  .register__modal .modal-content .modal-body {
    display: grid;
    justify-content: center;
    padding: 20px 20px 20px 20px;
  }
  .register__modal .modal-content .modal-body .modal__left .modal__left__head {
    text-align: center;
    margin: 0 auto 30px;
  }
  .register__modal .modal-content .modal-body .modal__left .modal__left__head h3 {
    font-size: 28px;
  }
  .register__modal .modal-content .modal-body .modal__left .thumb {
    display: none;
  }
  .register__modal .modal-content .modal-body .modal__right {
    width: 100%;
    border-radius: 20px;
  }
  .register__modal .modal-content .modal-body .modal__right .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 26px;
    border: unset;
    margin-bottom: 20px;
  }
  .register__modal .modal-content .modal-body .modal__right .nav .nav-item .nav-link {
    line-height: 22px;
    outline: none;
    box-shadow: none;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp {
    position: relative;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp:not(:last-child) {
    margin-bottom: 25px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp .field-icon {
    position: absolute;
    top: 56px;
    right: 20px;
    z-index: 99999;
    color: #8B8B9D;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp label {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp input {
    width: 100%;
    padding: 13px 50px 15px 18px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp ::-moz-placeholder {
    color: #989898;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp ::placeholder {
    color: #989898;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .reset {
    font-size: 14px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select {
    padding: 0 0 30px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select .nice-select {
    width: 100%;
    background: linear-gradient(#3E0F36, #3E0F36) padding-box, linear-gradient(to right, #E4A91B, #F88021) border-box;
    border-radius: 0.5em;
    border: 1px solid transparent;
    color: #989898;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select .form-country {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
    display: block;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__grp__new {
    margin-top: 40px;
    position: static;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: -14px;
    margin-bottom: 40px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form-check .form-check-input {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    background-color: transparent;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .form__select_last {
    margin-top: 40px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form .cmn--btn2 {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto 20px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form p {
    text-align: center;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li {
    width: 40%;
    border-radius: 10px;
    padding: 10px 15px 12px;
    margin: 10px;
  }
  .critter__pop .modal-content {
    padding: 0 0 30px 15px;
  }
  .critter__pop .tabs__wrap {
    margin-top: 20px;
  }
  .critter__pop .modal-body {
    display: grid;
  }
  .critter__pop .modal-body .critter__head {
    display: grid;
    gap: 0px;
  }
  .critter__pop .modal-body .critter__head .thumb {
    margin-bottom: 10px;
  }
  .critter__pop .modal-body .critter__head .critter__content {
    width: 100%;
    display: grid;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter_left .critter__time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 25px;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter__right {
    margin-top: 15px;
  }
  .critter__pop .modal-body .rank__wrap {
    margin-top: 30px;
  }
  .modal__thumb__wrap {
    padding: 30px 10px 20px 10px;
  }
  .modal__thumb__wrap .section-header {
    margin-bottom: 15px;
  }
  .modal__thumb__wrap .section-header h2 {
    line-height: 44px;
    font-size: 32px;
    font-weight: 600;
  }
  .critter__pop .modal__table {
    margin: 20px 10px;
  }
  .critter__pop .modal__table table {
    overflow-x: auto;
    min-width: 400px !important;
  }
  .toffi__bg .head__toffi {
    padding: 0 0 0px !important;
  }
  .toffi__bg .head__toffi p {
    margin-bottom: 0 !important;
    font-size: 20px !important;
  }
  .toffi__bg .head__toffi h2 {
    font-size: 32px;
  }
  .toffi__bg .bottom__toffi {
    display: grid !important;
    align-items: flex-end;
  }
  .toffi__bg .bottom__toffi .timing__wrap {
    width: 100% !important;
    margin-top: 20px;
  }
  .toffi__bg .bottom__toffi .timing__wrap #countdown ul {
    display: flex;
    justify-content: center;
    gap: 6px !important;
    align-content: center;
    margin-bottom: -44px;
  }
  .toffi__bg .bottom__toffi .timing__wrap #countdown ul li span {
    font-size: 22px !important;
    font-weight: 500;
    width: 60px;
    line-height: 45px;
    height: 49px;
    margin-bottom: 0 !important;
  }
  .toffi__bg .bottom__toffi .timing__wrap #countdown ul li .spantext {
    font-size: 14px !important;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .faq__section .section-header h2 {
    margin-top: -1px;
  }
  .faq__board .accordion-body p {
    font-size: 16px;
    line-height: 26px;
  }
  .faq__board .accordion-button {
    padding: 15px 15px 18px;
    line-height: 28px;
    font-size: 18px;
  }
  .faq__board .accordion-button::after {
    top: 10px;
    right: 10px;
  }
  .banner__content .title__two {
    font-weight: 700;
    font-size: 44px;
    line-height: 50.8px;
  }
  .wins__head h2 {
    font-size: 36px;
  }
  .right__contact {
    margin-bottom: 30px;
  }
  .right__contact .section-header {
    margin-bottom: 30px;
  }
  .form__area__left {
    padding: 15px 10px 20px;
  }
  .form__area__left .section-header {
    margin-bottom: 20px;
  }
  .form__area__left .section-header h3 {
    font-size: 36px;
  }
  .footer__bottom {
    padding: 19px 0;
    display: grid;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
  .footer__bottom p {
    font-size: 18px;
  }
  .footer__bottom .bottom__ling {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
  }
  .footer__bottom .bottom__ling li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .feature__items {
    max-width: 400px;
    margin: 0 auto;
  }
  .banner__content .title__two {
    font-weight: 700;
    font-size: 34px;
    line-height: 44.8px;
  }
  .tournaments__items .content h3 {
    font-size: 36px;
    margin-bottom: 5px;
  }
  .tournaments__items .content p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .tournaments__items .tournaments__shape {
    position: absolute;
    bottom: 0px;
    right: 0;
    opacity: 0.2;
  }
  .game__head__wrap h2 {
    font-size: 36px;
    margin-bottom: -4px;
  }
  .modal__thumb__wrap .section-header {
    margin-bottom: 15px;
  }
  .modal__thumb__wrap .section-header h2 {
    line-height: 30px;
    font-size: 28px;
    font-weight: 500;
  }
  .faq__head {
    padding-bottom: 15px;
  }
  .faq__head h2 {
    font-size: 28px;
    line-height: 45px;
  }
  .faq__board .accordion-body p {
    font-size: 16px;
    line-height: 26px;
  }
  .faq__board .accordion-button {
    padding: 10px 15px 12px;
    line-height: 24px;
    font-size: 16px;
  }
  .faq__board .accordion-button::before {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .faq__board .accordion-button::after {
    top: 9px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .faq__board .accordion-button span {
    margin-right: 20px;
  }
  .faq__board .accordion-item .collapsed::after {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .faq__board .accordion-item .collapsed::after i {
    font-size: 16px;
  }
  .max-width1 {
    margin: 0 auto 35px;
  }
  .pb-60 {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 500px) {
  .winner__usdt__items .content h4 {
    font-size: 24px;
  }
  .footer__section .shape__right {
    display: none;
  }
  .register__modal {
    z-index: 9999999;
  }
  .register__modal .modal-content .modal-header button {
    background-image: none;
    background: url(../img/modal/cros.png) no-repeat;
    background-size: 20px;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-top: 15px;
    margin-right: 15px;
  }
  .register__modal .modal-content .modal-body {
    padding: 20px 10px 10px 10px;
  }
  .register__modal .modal-content .modal-body .modal__left .modal__left__head {
    text-align: center;
    margin: 0 auto 30px;
  }
  .register__modal .modal-content .modal-body .modal__left .modal__left__head h3 {
    font-size: 22px;
  }
  .register__modal .modal-content .modal-body .modal__right {
    padding: 20px 15px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap form p {
    font-size: 16px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li {
    background: var(--modal-bg);
    width: 45%;
    border-radius: 10px;
    padding: 10px 15px 12px;
    margin: 4px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li a {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .register__modal .modal-content .modal-body .modal__right .tab-content .form__tabs__wrap .social__icon li a i {
    color: var(--white-color);
  }
  .critter__pop .modal-body {
    padding: 0px 0px;
    display: grid;
  }
  .critter__pop .modal-body .critter__head {
    display: grid;
    gap: 0px;
  }
  .critter__pop .modal-body .critter__head .thumb {
    margin-bottom: 10px;
  }
  .critter__pop .modal-body .critter__head .critter__content {
    width: 100%;
    display: grid;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter_left h4 {
    margin-bottom: 18px;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter_left .critter__time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter_left .critter__time li .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 0px;
    margin-bottom: 10px;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter_left .critter__time li .time {
    font-size: 18px;
    font-weight: 600;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter__right {
    margin-top: 15px;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter__right h5 {
    color: var(--custom-base);
    margin-bottom: 12px;
  }
  .critter__pop .modal-body .critter__head .critter__content .critter__right h5 span {
    font-size: 18px;
    font-weight: 400 !important;
    color: var(--black-theme);
  }
  .critter__pop .modal-body .critter__head .critter__content .critter__right .cmn--btn2 {
    padding: 9px 20px 9px;
  }
  .critter__pop .modal-body .rank__wrap {
    margin-top: 30px;
  }
  .critter__pop .modal-body .rank__wrap li {
    margin-bottom: 10px;
    border-bottom: 1px solid #B8B8B9;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .critter__pop .modal-body .rank__wrap li .short__items {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .critter__pop .modal-body .rank__wrap li .short__items .text {
    font-weight: 500;
    font-size: 18px;
    color: #472D59;
  }
  .critter__pop .modal-body .rank__wrap li h6 {
    color: var(--custom-base);
  }
  .critter__pop .modal-body .article {
    text-align: center;
    margin: 5px auto 10px;
    font-size: 18px;
    font-weight: 500;
    color: #5F5964;
  }
}


@media screen and (max-width: 420px) {
  .footer__top .widget__items .content-area form {
    margin-top: 20px;
    padding: 2px;
  }
  .footer__top .widget__items .content-area form input {
    padding: 15px 128px 15px 20px;
    margin-bottom: 22px;
    font-size: 14px;
  }
  .footer__top .widget__items .content-area form .cmn--btn2 {
    padding: 9px 18px 12px;
    font-size: 14px;
    font-size: 14px;
  }
  .footer__bottom p {
    font-size: 15px;
  }
  .footer__bottom .bottom__ling {
    margin-top: 5px;
  }
  .footer__bottom .bottom__ling li a {
    font-size: 16px;
  }
  .right_button {
	text-align:center;
	}
	.left_button {
	text-align:center;
	}
}

.winner_bg{
background:url('../../assets/img/bg/star.gif');
}

.black_overlay {
background:#1f214fb0;
}

.content {
padding:5px;
}

.shadow_bottom {
-webkit-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.63);
-moz-box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.63);
box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.63);
}

/*Abstracts / reponsive*/
/*CSS Table Of Content Ends End*//*# sourceMappingURL=main.css.map */
