* {
  margin: 0px;
  padding: 0px;
}

body {
  background: var(--color-black);
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
ul,
li {
  margin: 0px;
  padding: 0px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Playfair Display", serif;
}



a {
  text-decoration: none;
  transition: 0.3s ease-in;
}

li,
p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 10px;
}

li {
  list-style: none;
  padding: 0px;
}

img {
  height: auto;
  max-width: 100%
}


input,
select,
textarea {
  width: 100%
}

input[type=checkbox] {
  height: auto;
  width: auto
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0
}

::selection {
  background: var(--color-red);
  color: var(--color-white);
}



:root {
  --color-black: #000;
  --color-white: #fff;
  --color-red: #FE0000;
  --color-green: #1AD31A;
  --color-yellow: #FFD544;
  --color-skyblue: #00C2FF;
  --fs-60: 60px;
  --fs-56: 56px;
  --fs-40: 40px;
  --fs-35: 35px;
  --fs-30: 30px;
  --fs-25: 25px;
  --fs-22: 22px;
  --fs-18px: 18px;
  --lh-32: 32px;
}



/* HEADER  */


header.custome-header {
  position: fixed;
  width: 100%;
  padding: 15px 0px;
  z-index: 11;
  transition: 0.3s ease-in;
  top: 0;
}

.grid-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

ul.nav-list {
  display: flex;
  align-items: center;
  gap: 30px;
}

ul.social-media {
  display: flex;
  align-items: center;
  gap: 25px;
}

.all-navdata {
  display: flex;
  align-items: center;
  gap: 40px;
}


ul.nav-list li a {
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.198px;
}

li.current-menu-item a {
  color: var(--color-red) !important;
  font-weight: 500 !important;
}

ul.nav-list li a:hover {
  color: var(--color-red);
}

ul.nav-list li:nth-child(8) {
  display: none;
}

header.custome-header.login-user ul.nav-list li:nth-child(8) {
  display: block;
}

header.custome-header.login-user ul.nav-list li:nth-child(9),
header.custome-header.login-user ul.nav-list li:nth-child(10) {
  display: none;
}

.logo-main {
  max-width: 220px;
  width: 100%;
}


/* .mobile-image {
    display: none;
} */




/* .mobile-image img{
    width: 100%;
} */


.menu-icon {
  max-width: fit-content;
  width: 100%;
  display: none;
}


header.custome-header.hedaerscroll {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}




/* HEADER END */



/* HOME BANNER  */


section.homebaneer-sec {
  /* min-height: 930px; */
  background-repeat: no-repeat;
  background-position: center;
}




/* HOME BANNER END */


/* WELCOME SEC  */

.main-title {
  font-size: var(--fs-60);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}

.two-two {
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 400;
  line-height: var(--lh-32);
}


.custome-container {
  max-width: 89%;
  width: 100%;
  margin: 0 auto;
  background: #ffffffc9;
  padding: 50px 80px;
}

.custome-container .two-two {
  font-family: "Poppins", sans-serif;
  padding-bottom: 30px;
  font-weight: 500;
}

.three-zero {
  font-size: var(--fs-30);
  font-weight: 700;
  line-height: normal;
}

.four-zero {
  font-size: var(--fs-40);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.three-zero,
.four-zero,
.main-title {
  padding-bottom: 30px;
}

.two-five {
  font-size: var(--fs-25);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.275px;
  padding-bottom: 10px;
}


.btm-datahome {
  padding-top: 45px;
}

.custome-container .two-five {
  font-family: "Poppins", sans-serif;
}

.grid-welcome {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.welcome-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

section.welcome-sec p,
.btm-datahome .three-zero {
  color: var(--color-black);
}




.custome-container p a {
  color: var(--color-red);
}


.universal-anchor a {
  color: var(--color-white);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #000;
  padding: 11px 30px;
  display: inline-block;
  transition: 0.3s ease-in;
}

.universal-anchor a:hover {
  background: var(--color-red);
}

.universal-anchor {
  max-width: fit-content;
  width: 100%;
}

.custome-container .universal-anchor {
  margin: 0 auto;
  padding-top: 40px;
}

.if-login .custome-container .universal-anchor {
  display: none;
}





/* WELCOME SEC END */




/* LOGIN MODAL  */


.login-modal {
  position: fixed;
  min-height: 100vh;
  width: 100%;
  background: rgba(2, 2, 2, 0.4);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  top: 0;
  z-index: 1111;
  color: var(--color-white);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px;
  animation: onloadanimate 0.5s ease;
}

@keyframes onloadanimate {
  0% {
    clip-path: polygon(95% 0, 100% 0, 100% 100%, 95% 100%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.login-modal.show-modal {
  display: flex;
}

span.over-lay {
  position: absolute;
  inset: 0;
  cursor: pointer;
}



.login-holder {
  min-height: 562px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 99px;
}

.data-all,
.login-holder {
  max-width: 986px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.input-holder input {
  height: 46px;
  background: var(--Gray, #333);
  border: none;
  padding: 15px;
}

.input-holder input,
.input-holder input::-webkit-input-placeholder,
.login-holdermain p,
.login-holdermain a,
.login-holdermain label {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.login-holdermain {
  max-width: 365px;
  width: 100%;
}

.modal-holder {
  max-width: 365px;
  width: 100%;
}

.grid-input {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.login-title .three-zero {
  padding-bottom: 0px;
}

.login-title {
  padding-bottom: 50px;
}

.login-holdermain .forgot-paswrd a,
.login-holdermain .join-now a {
  color: var(--color-red);
  font-weight: 500;
}

.input-holder.submt-btn input {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-black);
  background: var(--color-white);
  transition: 0.3s ease-in;
}

.input-holder.submt-btn input:hover {
  background: var(--color-red);
  color: var(--color-white);
}

.close-icon {
  max-width: fit-content;
  position: absolute;
  right: 1%;
  top: 2px;
  z-index: 1;
  cursor: pointer;
}


.grid-check {
  display: flex;
  gap: 20px;
  padding: 30px 0px;
  justify-content: space-between;
}

.join-now {
  padding-top: 40px;
  text-align: center;
}


/* LOGIN MODAL END */





/* FOOTER  */


footer.custome-footer {
  color: var(--color-white);
  padding: 50px 0px 25px 0px;
}


.footer-holder {
  max-width: 995px;
  margin: 0 auto;
  width: 100%;
}

.footer-logo {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.footer-links a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--color-white);
}

.footer-links a:hover {
  color: var(--color-red);
}

ul.nav-socialmedia li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

ul.nav-socialmedia {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 14px 0px 35px 0px;

}


ul.footer-links li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.198px;
}


ul.footer-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 15px 0px;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  max-width: 100%;
  width: 100%;
}




.mail-footer {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.copy-rights p {
  font-weight: 300;
}

.copy-rights a {
  color: var(--color-white);
}

.copy-rights a:hover {
  color: var(--color-red);
}


.copy-rights {
  text-align: center;
  padding-top: 55px;
}

ul.nav-socialmedia li {
  position: relative;
}

ul.nav-socialmedia li::after {
  position: absolute;
  content: "";
  height: 17px;
  width: 1.5px;
  background-color: var(--color-white);
  top: 6px;
  right: -12.5px;
}


ul.nav-socialmedia li:last-child::after {
  display: none;
}


/* FOOTER END */




/* GAMES SEC  */

.padding-top {
  padding-top: 105px;
}

.five-six {
  font-size: var(--fs-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

section.games-sec {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: var(--color-white);
  overflow: hidden;
  padding: 0px 0px 70px 0px;
}

.games-title {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 50px;
}

.table-bottom th,
.table-bottom td {
  color: var(--color-black);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 190px;
}

.table-top .table-heading {
  background: var(--color-green);
  font-weight: 700;
}

.bg-yellow {
  background: var(--color-yellow) !important;
}

td.paddig-data {
  padding: 25px 0px;
}

.table-top {
  border: 10px solid #FE0000;
  max-width: 1384px;
  margin: 0 auto;
  width: 100%;
}

.table-bottom {
  border: 10px solid #b50404;
  padding: 10px;
}


.universal-anchor.white a {
  background: var(--color-white);
  color: var(--color-black);
}

.universal-anchor.white a:hover {
  background: var(--color-red);
  color: var(--color-white);
}

section.games-sec .universal-anchor {
  margin: 0 auto;
  padding-top: 80px;
}

.if-login .universal-anchor {
  display: none;
}

.table-bottom table.table.table-bordered.border-dark {
  margin-bottom: 0px;
}




/* GAMES SEC END */



/* LEADER BOARD RESULT  */


.admin-holderss {
  border: 1px solid var(--White, #FFF);
  max-width: 1384px;
  margin: 0 auto;
  padding: 58px;
  margin-bottom: 115px;
}

.grid-name-date-here {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding-bottom: 25px;
}

.grid-name-date-here p {
  padding: 0px;
}

.grid-name-date-here ul {
  margin-left: 20px;
}

.grid-name-date-here ul li {
  list-style: disc;
}

.table-title {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.grid-table {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.multitable-grid {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.three-five {
  font-size: var(--fs-35);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* LEADER BOARD RESULT END */



/* NEWS FREE ROLL SEC  */


.news-free-roll-holder {
  max-width: 530px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid var(--color-white);
  padding: 35px 55px;
  margin-bottom: 70px;
}

.title-rolls {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 45px;
}

section.games-sec.free-roll {
  background-position: top;
}

section.games-sec.free-roll .grid-table,
.review-container,
.member-say {
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
}

.review-container {
  border: 2px solid var(--color-white);
  padding: 40px;
}

.two-zero {
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.one-eight {
  font-size: var(--fs-18px);
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}

.review-btm p {
  font-weight: 200;
}

.review-btm {
  padding-top: 30px;
}

.review-btm .two-zero,
.review-btm .one-eight {
  padding-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.image-review {
  height: 478px;
  overflow: hidden;
}

.image-review img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.review-holder {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 85px;
}

.if-login .universal-anchor.join {
  display: none;
}

.input-data input {
  height: 41px;
  border: 1px solid var(--color-white);
  background: transparent;
  padding: 0px 15px;
}

.input-data label,
.input-data input,
.input-data input::-webkit-input-placeholder,
.input-data textarea,
.input-data textarea::-webkit-input-placeholder {
  color: var(--color-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.input-data textarea {
  background: transparent;
  padding: 15px;
  border: 1px solid var(--color-white);
}

.input-data label {
  padding-bottom: 10px;
}

.margin-bottom {
  margin-bottom: 25px;
}

.row .margin-bottom:last-child {
  margin-bottom: 0px;
}

.fileupload {
  position: relative;
}

.fileupload input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.fileupload label {
  max-width: 300px;
  border: 1px solid var(--color-white);
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  transition: 0.3s ease-in;
  background: transparent;
  cursor: pointer;
}


.fileupload label img {
  transition: 0.3s ease-in;
}

.fileupload label:hover img {
  filter: invert(1);
}


.fileupload label:hover {
  background: var(--color-white);
  color: var(--color-black);
}

.submit-btnss input {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  max-width: 195px;
  width: 100%;
  height: 46px;
}

.submit-btnss {
  padding-top: 60px;
}

.write-review {
  max-width: fit-content;
  width: 100%;
  padding: 60px 0px 20px 0px;
}


.member-say {
  padding-top: 100px;
  display: none;
}

.if-login .member-say {
  display: block;
}

section.games-sec.free-roll .container {
  max-width: 940px;
}


/* NEWS FREE ROLL SEC END */




/* PAYOUT  */


.bg-green {
  background: var(--color-green) !important;
}

.active-memberpatout .two-zero {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: var(--color-black);
}

.active-memberpatout {
  max-width: 100%;
  background: var(--color-skyblue);
  text-align: center;
  padding: 20px;
}

.payout-table {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}

.title-payoutdata {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.table-mainssss th,
.table-mainssss td {
  color: var(--color-black);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}


.bg-skyblue {
  background: var(--color-skyblue) !important;
}

.mini-table th,
.mini-table td {
  font-size: 15px;
  width: 100px;
  text-align: center;
  padding: 0px;
  font-weight: 500;
}




.bg-gray {
  background: #cccccc !important;
}

.grid-minitable {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.grid-parent {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-top: 70px;
}

.title-data {
  max-width: fit-content;
  margin: 0 auto;
  width: 100%;
}

.grid-payout {
  display: flex;
  flex-direction: column;
  gap: 40px;

}


/* PAYOUT END */




/* FAQ  */


.acredean-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}

.acrdean-holder {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-white);
}

.grid-acrdean {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
}

.acrdean-maindata {
  padding-top: 15px;
  display: none;
}

.faq-title {
  color: var(--color-white);
  width: 95%;
}

.acrdean-maindata p {
  color: var(--color-white);
}

.grid-acrdean .icon-acrdn {
transition: 0.3s ease-in;
}
.grid-acrdean.activeacrdean .icon-acrdn {
  transform: rotate(-90deg);
}
/* FAQ END */



#forgot-passwordss {
  display: none;
}



/* SAHIL  */


/* join club  start  */

section.joinclub {
  padding-top: 155px;
  padding-bottom: 95px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
  background-size: cover;
}

.joinclubcontent {
  max-width: 1050px;
  margin: 0 auto;
}

.join-list h1 {
  text-align: center;
  padding-bottom: 50px;
  color: #fff;
  margin-left: -44px;
}

.join-list ul li {
  color: var(--White, #fff);
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  list-style: auto;
}

.join-list ul li {
  padding-bottom: 15px;
}

.join-list ul li a {
  color: var(--color-red);
  word-wrap: break-word;
}

.join-list h2,
.paymentmathed h2 {
  color: #fff;
  padding-top: 30px;
}

.paymentmathed .pay ul li {
  display: flex;
  padding-bottom: 15px;
  gap: 45px;
}

.paymentmathed .pay ul li a,
.paymentmathed .pay ul li span,
.paymentmathed .pay ul li span.title {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  width: 90px;
  display: block;
}

.paymentmathed .pay ul li span {
  width: auto;
}

.paymentmathed .pay ul li a {
  color: var(--color-red);
  width: auto;
}

.pay {
  padding-bottom: 10px;
}

.paymentmathed p {
  color: #fff;
}

.join-list ul {
  margin-left: 20px;
}

.joinform {
  max-width: 860px;
  width: 100%;
}

.inputfileds {
  display: flex;
  padding-bottom: 20px;
  gap: 30px;
}

.fileds {
  width: 50%;
}

.fileds label {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
  margin-bottom: 7px;
}

.fileds input {
  padding: 9px;
}

.save {
  padding-top: 23px;
}

.save input[type="submit"] {
  color: var(--Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 9.5px;
  transition: 0.3s ease-in;
  background: var(--Light-Gray, #f5f5f5);
}

.save input[type="submit"]:hover {
  background-color: var(--color-red);
  color: #fff;
}

.join-list ul li span {
  color: var(--color-red);
  cursor: pointer;
}

/* join club end */

/* faq page css start */
.join-list ul.faqlist {
  margin: 0px;
}

.join-list ul.faqlist li {
  padding: 0px;
  list-style: none;
  padding: 20px 0px;
  border-bottom: 1px solid #c4c4c4;
}

.join-list ul.faqlist li:first-child {
  padding-top: 10px;
}

section.joinclub .universal-anchor {
  margin: 0 auto;
  margin-top: 80px;
}

section.joinclub .universal-anchor a {
  background-color: #fff;
  color: var(--Black, #000);
  transition: 0.3s ease-in;
}

section.joinclub .universal-anchor a:hover {
  background-color: var(--color-red);
  color: #fff;
}

/* faq page css end */

/* section.welcome-sec.club-rule start section */
section.welcome-sec.club-rule {
  padding-top: 105px;
  position: relative;
  z-index: 0;
}

/* section.joinclub::after, */
section.welcome-sec.club-rule::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  background: var(--Black, #000);
  z-index: -1;
  opacity: 0;
}

section.welcome-sec.club-rule .custome-container .titles h1 {
  text-align: center;
  padding-bottom: 25px;
}

section.welcome-sec.club-rule .custome-container .titles p {
  color: var(--Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-22);
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  /* 145.455% */
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 53px;
}

section.welcome-sec.club-rule .custome-container {
  max-width: 84%;
  padding: 53px 136px 87px 136px;
}

section.welcome-sec.club-rule .list ul li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

section.welcome-sec.club-rule .list ul li span {
  width: 13px;
  height: 13px;
  display: block;
  background-color: var(--color-red);
  border-radius: 100%;
  margin-top: 8px;
}

section.welcome-sec.club-rule .list ul li p {
  max-width: 1027px;
  width: 100%;
}

/* section.welcome-sec.club-rule start end */

/* contactus page */

section.welcome-sec.club-rule.contactus .form-data {
  display: flex;
  max-width: 89%;
  width: 100%;
  border: 1px solid var(--Light-Gray, #f5f5f5);
  background: rgba(0, 0, 0, 0.7);
  padding: 80px 60px 70px 45px;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.formdetails {
  max-width: 675px;
  width: 100%;
}

section.welcome-sec.club-rule.contactus textarea,
section.welcome-sec.club-rule.contactus .fileds input {
  background: #333333;
  border: none;
  color: #fff;
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
}

section.welcome-sec.club-rule.contactus .inputfileds {
  padding-bottom: 28px;
}

section.welcome-sec.club-rule.contactus textarea::placeholder,
section.welcome-sec.club-rule.contactus .fileds input::placeholder {
  color: #fff;
}

section.welcome-sec.club-rule.contactus textarea {
  background: var(--Gray, #333);
  padding: 15px 10px;
  height: 120px;
  background: var(--Gray, #333);
}

section.welcome-sec.club-rule.contactus .saveform {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.welcome-sec.club-rule.contactus .saveform input[type="submit"] {
  padding: 11px 30px;
  background-color: #fff;
  border: none;
  background: var(--Light-Gray, #f5f5f5);
  color: var(--Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 126px;
}

.contact-info h2 {
  padding-bottom: 22px;
  font-family: "Playfair Display";
  color: #fff;
  font-weight: 400;
}

section.welcome-sec.club-rule.contactus p {
  color: #fff;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: -0.22px;
  padding-bottom: 18px;
}

section.welcome-sec.club-rule.contactus p a {
  color: #fff;
}

.contactusform h1 {
  text-align: center;
  color: #fff;
  padding-bottom: 72px;
}

section.welcome-sec.club-rule.contactus {
  padding-bottom: 110px;
}

/* contact us end */

/* memeber css start */
table.table.table-bordered.border-dark.member-info tr td:first-child {
  text-align: left;
}

table.table.table-bordered.border-dark.member-info tr td {
  background-color: #f5f5f5;
}

table.table.table-bordered.border-dark.member-info tr td:nth-child(5) {
  text-align: right;
  border-left: 40px solid #000;
}

table.table.table-bordered.border-dark.member-info thead tr th {
  background-color: #f5f5f5;
}

table.table.table-bordered.border-dark.member-info thead tr th:nth-child(5) {
  background: var(--Light-gold, #dabc80);
  border-left: 40px solid #000;
}

table.table.table-bordered.border-dark.member-info thead tr th:nth-child(6) {
  background: var(--Light-gold, #dabc80);
}

section.memeber .table-bottom {
  background-color: #000;
}

section.memeber .three-five {
  color: #fff;
}

section.memeber .title .main-title {
  text-align: center;
  color: #fff;
}

section.memeber {
  padding: 155px 0px;
}

table.table.table-bordered.border-dark.transaction tr td,
table.table.table-bordered.border-dark.transaction thead tr th {
  background: var(--Light-Gray, #f5f5f5);
  padding-left: 18px;
  padding-right: 18px;
}

/* table.table.table-bordered.border-dark.transaction tr td:nth-child(2) {
  text-align: left;
}

table.table.table-bordered.border-dark.transaction tr td:nth-child(4) {
  text-align: right;
}

table.table.table-bordered.border-dark.transaction tr td:nth-child(5) {
  text-align: right;
} */

table.table.table-bordered.border-dark.transaction tr td.green {
  background: var(--Green, #1ad31a);
}

table.table.table-bordered.border-dark.transaction tr td.red {
  background: var(--Red, #fe0000);
}

/* table.table.table-bordered.border-dark.transaction tr td:nth-child(3) {
  text-align: right;
} */

table.table.table-bordered.border-dark.transaction tbody tr:last-child td {
  background: var(--Light-gold, #dabc80);
  font-weight: 700;
}

.request-payout {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid var(--Light-Gray, #f5f5f5);
  padding: 35px;
}

.mainfileds {
  display: flex;
  flex-wrap: wrap;
}

.mainfileds .inputfileds {
  width: 100%;
  padding-bottom: 30px;
}

.mainfileds .inputfileds .fields {
  width: calc(100% / 3);
}

.mainfileds .inputfileds .fields select,
.mainfileds .inputfileds .fields input {
  height: 46px;
  padding: 10px;
  color: var(--Gray, #333);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 100% */
  background: var(--Light-Gray, #f5f5f5);
  border: none;
}

.mainfileds .inputfileds .fields label {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
  margin-bottom: 15px;
}

.fields.flow {
  display: flex;
  align-items: end;
}

.mainfileds .inputfileds .fields input[type="submit"] {
  color: var(--Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

section.welcome-sec.club-rule.contactus .saveform input[type="submit"],
.mainfileds .inputfileds .fields input[type="submit"] {
  transition: 0.3s ease-in;
}

section.welcome-sec.club-rule.contactus .saveform input[type="submit"]:hover,
.mainfileds .inputfileds .fields input[type="submit"]:hover {
  background: var(--color-red);
  color: #fff;
}

.bottom-data {
  display: flex;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  gap: 290px;
  padding-bottom: 100px;
  margin-top: -32px;
}

.filecontnet label,
.filecontnet p {
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  /* 125% */
  padding-bottom: 40px;
}

.filecontnet a,
.filecontnet label {
  max-width: 236px;
  width: 100%;
  display: block;
  color: var(--Black, #000);
  text-align: center;
  font-family: Poppins;
  font-size: var(--fs-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 9.5px 30px;
  background: var(--Light-Gray, #f5f5f5);
  transition: 0.3s ease-in;
  cursor: pointer;
}

.filecontnet a:hover,
.filecontnet label:hover {
  background-color: var(--color-red);
  color: #fff;
}

.filecontnet .universal-anchor {
  max-width: 100%;
  width: 100%;
}

input[type="submit"] {
  border: none;
}


/* SAHIL END */

li.menu-item-has-children {
  position: relative;
}

ul.sub-menu {
  position: absolute;
  width: 215px;
  color: #000;
  padding-top: 30px;
  left: 0;
  animation: submenu 0.8s ease;
  display: none;
}

@keyframes submenu {
  0% {
    clip-path: polygon(0 0, 100% 0, 99% 5%, 0 5%);
  }

  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

li.menu-item-has-children:hover .sub-menu {
  display: block;
}

ul.sub-menu li a {
  color: var(--color-black);
  color: var(--Black, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.22px;
}

ul.sub-menu li {
  background: var(--color-white);
  padding: 5px 20px;
}

ul.sub-menu li:nth-child(2) {
  padding-top: 15px;
}

ul.sub-menu li:nth-child(3) {
  padding-bottom: 15px;
}

ul.sub-menu li a span {
  display: block;
  margin-top: 5px;
}

ul.sub-menu li:first-child {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-black);
}

ul.sub-menu li:first-child:hover a {
  color: var(--color-black);
}

.balance-data {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.176px;
}

.join-now p a {
  margin-left: 10px;
}

.check-holder input[type="checkbox"] {
  height: 15px;
  width: 15px;
  position: relative;
  top: 2.2px;
}

.title .five-six {
  color: var(--color-white);

}

.title {
  max-width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px;
}

.filecontnet p {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.pay ul span.title {
  max-width: 200px;
  text-align: start;
  margin: 0;
  padding: 0;
}





@media(min-width:1600px) {
  .container {
    max-width: 1600px;
  }
}

@media(max-width:1600px) {


  :root {
    --fs-60: 45px;
    --fs-56: 48px;
    --fs-35: 30px;
    --fs-40: 30px;
    --fs-30: 25px;
    --fs-25: 20px;
    --fs-22: 18px;
    --fs-18px: 16px;
    --lh-32: 25px;
  }

  /* 
    section.homebaneer-sec {
        min-height: 774px;
    } */

  ul.nav-list,
  .all-navdata,
  ul.social-media {
    gap: 20px;
  }


  .three-zero,
  .four-zero,
  .main-title,
  .custome-container .two-two {
    padding-bottom: 20px;
  }

  li,
  p {
    font-size: 16px;
    line-height: 24px;
  }

  .btm-datahome {
    padding-top: 30px;
  }

  .grid-welcome {
    gap: 10px;
  }

  .logo-main {
    max-width: 190px;
  }

  .custome-container {
    padding: 40px 30px;
  }


  ul.nav-socialmedia {
    padding: 20px 0px;
  }

  .copy-rights {
    padding-top: 30px;
  }

  .padding-top {
    padding-top: 94px;
  }

  .games-title {
    padding-bottom: 40px;
    padding-top: 30px;
  }

  .table-bottom th,
  .table-bottom td {
    font-size: 18px;
  }

  .table-top {
    max-width: 1200px;
  }

  section.games-sec {
    padding: 0px 0px 50px 0px;
  }

  .news-free-roll-holder {
    margin-bottom: 40px;
  }

  .review-btm .two-zero,
  .review-btm .one-eight {
    padding-bottom: 10px;
  }

  .member-say {
    padding-top: 60px;
  }

  .submit-btnss {
    padding-top: 40px;
  }

  .admin-holderss {
    max-width: 1203px;
    margin-bottom: 70px;
  }

  .multitable-grid {
    gap: 70px;
  }

  .title-payoutdata {
    padding-bottom: 20px;
  }

  .active-memberpatout {
    padding: 15px;
  }

  .grid-parent {
    gap: 40px;
  }


  .acrdean-holder {
    padding-bottom: 10px;
  }


  /* SAHIL  */

  section.joinclub {
    padding-top: 135px;
    padding-bottom: 70px;
  }

  .join-list h1 {
    padding-bottom: 40px;
  }

  .join-list ul li {
    padding-bottom: 10px;
    line-height: 30px;
  }

  .join-list h2,
  .paymentmathed h2 {
    padding-top: 20px;
  }

  .paymentmathed .pay ul li {
    padding-bottom: 10px;
  }

  :root {
    --fs-18: 16px;
  }

  .fileds input {
    padding: 6px;
  }

  .inputfileds {
    gap: 20px;
  }

  .inputfileds {
    padding-bottom: 15px;
  }

  .join-list ul.faqlist li {
    padding: 15px 0px;
  }

  section.joinclub .universal-anchor {
    margin-top: 60px;
  }

  section.welcome-sec.club-rule .custome-container {
    padding: 40px 120px 60px 120px;
  }

  section.welcome-sec.club-rule .custome-container .titles p {
    padding-bottom: 40px;
    line-height: 30px;
  }

  section.welcome-sec.club-rule .custome-container .titles h1 {
    padding-bottom: 20px;
  }

  section.welcome-sec.club-rule {
    padding-top: 95px;
  }

  .contactusform h1 {
    padding-bottom: 50px;
  }

  section.welcome-sec.club-rule.contactus .form-data {
    padding: 60px 40px;
  }

  .formdetails {
    max-width: 570px;
    width: 100%;
  }

  section.welcome-sec.club-rule.contactus p,
  .contact-info h2 {
    padding-bottom: 15px;
  }

  section.welcome-sec.club-rule.contactus textarea,
  section.welcome-sec.club-rule.contactus .fileds input {
    font-size: 15px;
    padding: 15px 10px;
  }

  section.welcome-sec.club-rule.contactus .inputfileds {
    padding-bottom: 20px;
  }

  section.welcome-sec.club-rule.contactus .saveform img {
    max-width: 200px;
  }

  section.welcome-sec.club-rule.contactus .saveform input[type="submit"] {
    font-size: 16px;
    padding: 8px 25px;
  }

  section.welcome-sec.club-rule.contactus textarea {
    height: 100px;
  }

  section.welcome-sec.club-rule.contactus {
    padding-bottom: 100px;
  }

  section.memeber {
    padding: 130px 0px;
  }

  /* .request-payout {
    padding: 50px 20px;
  } */

  .mainfileds .inputfileds .fields label {
    margin-bottom: 12px;
  }

  .mainfileds .inputfileds {
    padding-bottom: 25px;
  }

  .mainfileds .inputfileds .fields input[type="submit"],
  .mainfileds .inputfileds .fields select,
  .mainfileds .inputfileds .fields input {
    font-size: 14px;
    height: 40px;
  }

  .bottom-data {
    gap: 150px;
    padding-bottom: 80px;
    max-width: 1200px;
  }

  .filecontnet label,
  .filecontnet p {
    padding-bottom: 25px;
  }

  .filecontnet a,
  .filecontnet label {
    max-width: 200px;
  }

  table.table.table-bordered.border-dark.member-info thead tr th:nth-child(5),
  table.table.table-bordered.border-dark.member-info tr td:nth-child(5) {

    border-left: 30px solid #000;
  }


  /* SAHIL END */

  ul.sub-menu li a {
    font-size: 18px;
    line-height: 22px;

  }

  .title {
    padding-bottom: 50px;
  }

  .join-list h1 {
    margin-left: 0px;
  }


}

@media(max-width:1400px) {

  :root {
    --fs-60: 35px;
    --fs-56: 35px;
    --fs-40: 25px;
    --fs-35: 25px;
    --fs-30: 20px;
    --fs-25: 18px;
    --fs-22: 18px;
    --lh-32: 22px;
  }


  ul.nav-list li a {
    font-size: 15px;
  }

  .logo-main {
    max-width: 160px;
  }

  ul.nav-list,
  .all-navdata,
  ul.social-media {
    gap: 15px;
  }

  /* section.homebaneer-sec {
        min-height: 645px;
        background-size: 100% 100%;
    } */

  .three-zero,
  .four-zero,
  .main-title,
  .custome-container .two-two {
    padding-bottom: 15px;
  }


  header.custome-header {
    padding: 8px 0px;
  }

  .footer-logo {
    max-width: 175px;
    margin-bottom: 20px;
  }

  ul.footer-links li a,
  .footer-links a {
    font-size: 16px;
  }

  ul.footer-links {
    gap: 15px;
    padding: 10px 0px;
  }

  .copy-rights {
    padding-top: 20px;
  }

  .footer-holder {
    max-width: 800px;
  }


  .universal-anchor a {
    font-size: 16px;
    padding: 10px 20px;
  }

  .custome-container .universal-anchor {
    padding-top: 20px;
  }

  .data-all,
  .login-holder {
    max-width: 800px;
  }

  .login-holder {
    min-height: 460px;
    padding: 0px 40px;
  }

  .login-title {
    padding-bottom: 20px;
  }

  .input-holder input {
    height: 40px;
    padding: 10px;
  }

  .grid-check {
    padding: 20px 0px;
  }

  .join-now {
    padding-top: 20px;
  }

  .input-holder input,
  .input-holder input::-webkit-input-placeholder,
  .login-holdermain p,
  .login-holdermain a,
  .login-holdermain label {
    font-size: 14px;
    line-height: normal;
  }

  .input-holder.submt-btn input {
    font-size: 16px;
    line-height: 20px;
  }

  section.login-modal {
    padding: 25px 0px;
  }

  td.paddig-data {
    padding: 15px 0px;
  }

  .padding-top {
    padding-top: 70px;
  }

  .table-bottom th,
  .table-bottom td {
    font-size: 15px;
  }

  .table-top {
    max-width: 1000px;
  }

  section.games-sec .universal-anchor {
    padding-top: 40px;
  }

  .title-rolls {
    padding-bottom: 20px;
  }

  .review-holder {
    padding-top: 50px;
    gap: 40px;
  }

  .input-data label,
  .input-data input,
  .input-data input::-webkit-input-placeholder,
  .input-data textarea,
  .input-data textarea::-webkit-input-placeholder {
    font-size: 14px;
  }

  .write-review {
    padding: 20px 0px;
  }

  .member-say {
    padding-top: 40px;
  }

  .submit-btnss input {
    font-size: 16px;
    max-width: 150px;
  }

  .admin-holderss {
    max-width: 1000px;
    margin-bottom: 50px;
    padding: 40px;
  }

  .grid-name-date-here {
    padding-bottom: 20px;
  }

  .multitable-grid {
    gap: 50px;
  }

  .table-mainssss th,
  .table-mainssss td {
    font-size: 16px;
  }

  .mini-table th,
  .mini-table td {
    font-size: 12px;
  }

  .grid-parent {
    padding-top: 40px;
    gap: 30px;
  }

  .grid-payout {
    gap: 20px;
  }

  .joinclubcontent {
    max-width: 800px;
  }

  /* SAHIL  */


  section.joinclub {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .join-list h1 {
    padding-bottom: 30px;
  }

  .join-list ul li {
    line-height: 28px;
  }

  .join-list h2,
  .paymentmathed h2 {
    padding-top: 15px;
  }

  .paymentmathed .pay ul li {
    padding-bottom: 8px;
  }

  .fileds input {
    padding: 5px;
  }

  .inputfileds {
    gap: 15px;
  }

  .inputfileds {
    padding-bottom: 10px;
  }

  .save {
    padding-top: 15px;
  }

  .join-list ul.faqlist li {
    padding: 12px 0px;
  }

  section.joinclub .universal-anchor {
    margin-top: 50px;
  }

  section.welcome-sec.club-rule .custome-container {
    padding: 40px 100px 50px 100px;
  }

  section.welcome-sec.club-rule .custome-container .titles p {
    padding-bottom: 30px;
    line-height: 28px;
  }

  section.welcome-sec.club-rule .custome-container .titles h1 {
    padding-bottom: 15px;
  }

  section.welcome-sec.club-rule .list ul li span {
    width: 10px;
    height: 10px;
  }

  section.welcome-sec.club-rule .list ul li {
    gap: 10px;
  }

  section.welcome-sec.club-rule {
    padding-top: 70px;
  }

  .contactusform h1 {
    padding-bottom: 40px;
  }

  section.welcome-sec.club-rule.contactus .form-data {
    padding: 40px 30px;
  }

  .formdetails {
    max-width: 475px;
    width: 100%;
  }

  section.welcome-sec.club-rule.contactus p,
  .contact-info h2 {
    padding-bottom: 10px;
  }

  section.welcome-sec.club-rule.contactus {
    padding-bottom: 60px;
  }

  section.memeber {
    padding: 100px 0px;
  }

  /* .request-payout {
    padding: 40px 15px;
  } */

  .mainfileds .inputfileds .fields label {
    margin-bottom: 10px;
  }

  .mainfileds .inputfileds {
    padding-bottom: 20px;
  }

  .bottom-data {
    gap: 100px;
    padding-bottom: 70px;
    max-width: 1000px;
  }

  .filecontnet label,
  .filecontnet p {
    padding-bottom: 25px;
  }

  .filecontnet a,
  .filecontnet label {
    max-width: 180px;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    display: block;
  }

  .filecontnet a {
    line-height: normal;
  }

  table.table.table-bordered.border-dark.member-info thead tr th:nth-child(5),
  table.table.table-bordered.border-dark.member-info tr td:nth-child(5) {

    border-left: 25px solid #000;
  }


  /* SAHIL END */

  ul.sub-menu li a {
    font-size: 16px;
  }

  ul.sub-menu li:first-child {
    padding-bottom: 12px;
  }

  ul.sub-menu li:nth-child(2) {
    padding-top: 10px;
  }

  ul.sub-menu li:nth-child(3) {
    padding-bottom: 10px;
  }

  ul.sub-menu {
    width: 185px;
  }

  .title {
    padding-bottom: 30px;
  }

  .request-payout {
    padding: 25px;
  }

  .filecontnet p {
    font-size: 16px;
    line-height: normal;
  }



}

@media(max-width:1199px) {

  :root {
    --fs-60: 30px;
    --fs-40: 22px;
    --fs-35: 22px;
    --fs-30: 20px;
    --fs-25: 18px;
    --fs-22: 16px;
    --lh-32: 24px;
  }


  /* section.homebaneer-sec {
        background-image: none !important;
        min-height: auto;
    } */

  .mobile-image {
    display: block;
  }


  .grid-header,
  ul.nav-list {
    flex-direction: column;
    align-items: start;
  }

  .all-navdata {
    display: block;
  }

  ul.social-media {
    padding-top: 20px;
  }

  .menu-icon {
    display: block;
  }

  .grid-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .all-navdata {
    display: none;
    background: rgb(0 0 0 / 27%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    width: 100%;
    padding: 20px;

  }

  header.custome-header.hedaerscroll {
    background: rgb(0 0 0 / 64%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }

  header.custome-header.hedaerscroll .all-navdata {
    background: transparent;
    backdrop-filter: initial;
    -webkit-backdrop-filter: initial;
  }


  .custome-container {
    max-width: 100%;
    padding: 20px;
  }

  .btm-datahome {
    padding-top: 20px;
  }

  .table-bottom th,
  .table-bottom td {
    width: 100px;
  }

  .games-title {
    padding-top: 20px;
  }

  .news-free-roll-holder {
    margin-bottom: 40px;
    padding: 20px 30px;
  }

  .margin-bottom {
    margin-bottom: 20px;
  }

  .grid-table {
    gap: 20px;
  }


  /* SAHIL  */


  section.joinclub {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .join-list h1 {
    padding-bottom: 30px;
  }

  .join-list ul li {
    line-height: 26px;
  }

  .join-list h2,
  .paymentmathed h2 {
    padding-top: 12px;
  }

  :root {
    --fs-18: 16px;
  }

  .join-list ul {
    margin-left: 15px;
  }

  .join-list ul.faqlist li {
    padding: 10px 0px;
  }

  section.joinclub .universal-anchor {
    margin-top: 40px;
  }

  section.welcome-sec.club-rule .custome-container {
    padding: 40px 80px 40px 80px;
  }

  section.welcome-sec.club-rule .custome-container .titles p {
    padding-bottom: 20px;
    line-height: 26px;
  }

  section.welcome-sec.club-rule .list ul li span {
    width: 8px;
    height: 8px;
  }

  section.welcome-sec.club-rule .list ul li {
    gap: 8px;
  }

  section.welcome-sec.club-rule {
    padding-top: 75px;
  }

  section.welcome-sec.club-rule.contactus .form-data {
    padding: 30px 15px;
  }

  section.welcome-sec.club-rule.contactus p,
  .contact-info h2 {
    padding-bottom: 8px;
  }

  section.welcome-sec.club-rule.contactus {
    padding-bottom: 50px;
  }

  section.memeber {
    padding: 80px 0px;
  }

  /* .request-payout {
    padding: 30px 15px;
  } */

  .mainfileds .inputfileds .fields label {
    margin-bottom: 8px;
  }

  .mainfileds .inputfileds {
    padding-bottom: 15px;
  }

  .bottom-data {
    gap: 80px;
    padding-bottom: 60px;
  }

  .filecontnet label,
  .filecontnet p {
    padding-bottom: 25px;
  }

  table.table.table-bordered.border-dark.member-info thead tr th:nth-child(5),
  table.table.table-bordered.border-dark.member-info tr td:nth-child(5) {

    border-left: 20px solid #000;
  }

  .bottom-data {
    margin-top: 0px;
  }


  section.welcome-sec.club-rule .custome-container {
    padding: 20px;
  }


  /* SAHIL END */

  ul.sub-menu {
    position: static !important;
    width: 100%;

    padding: 0px;
  }

  ul.sub-menu li {
    background: transparent;
  }

  ul.sub-menu li a,
  ul.sub-menu li:first-child:hover a {
    color: var(--color-white);
  }

  ul.sub-menu li:first-child,
  ul.sub-menu li:nth-child(2),
  ul.sub-menu li:nth-child(3) {
    padding: 0px;
  }

  ul.sub-menu li:first-child {
    text-align: start;
  }

  ul.sub-menu li:first-child {
    border: none;
  }

  ul.sub-menu li {
    padding-bottom: 10px !important;
  }

  ul.nav-list li {
    width: 100%;
  }

  li.menu-item-has-children::after {
    position: absolute;
    right: 0;
    content: "";
    height: 15px;
    width: 11px;
    clip-path: polygon(50% 36%, 0 0, 100% 0);
    background: #fff;
    top: 10px;
  }

  ul.sub-menu.active-sub-menu {
    display: block;
  }






}




@media(max-width:991px) {


  :root {
    --fs-56: 30px;
  }


  .table-bottom th,
  .table-bottom td {
    width: 100px;
    white-space: nowrap;
  }

  .table-top {
    border: 5px solid #FE0000;
  }

  .table-bottom {
    border: 5px solid #b50404;
    padding: 5px;
  }

  .review-container {
    padding: 20px;
  }

  .image-review {
    height: 360px;
  }

  .admin-holderss {
    margin-bottom: 40px;
    padding: 20px;
  }

  .multitable-grid {
    gap: 30px;
  }

  .mini-table th,
  .mini-table td {
    padding: 5px;
  }

  /* SAHIL  */

  .contactusform h1 {
    padding-bottom: 30px;
  }

  section.welcome-sec.club-rule.contactus .form-data {
    padding: 35px 15px;
    flex-direction: column;
    gap: 15px;
  }

  section.welcome-sec.club-rule.contactus {
    padding-bottom: 40px;
  }

  section.welcome-sec.club-rule.contactus .saveform img {
    max-width: 180px;
  }

  .formdetails,
  section.welcome-sec.club-rule.contactus p,
  .contact-info h2,
  section.welcome-sec.club-rule.contactus .form-data {
    max-width: 100%;
  }

  section.welcome-sec.club-rule.contactus p,
  .contact-info h2 {
    text-align: left;
  }

  .contact-info {
    max-width: 1000%;
    width: 100%;
  }

  section.memeber {
    padding: 70px 0px;
  }

  .mainfileds .inputfileds .fields label {
    margin-bottom: 5px;
  }

  .mainfileds .inputfileds {
    padding-bottom: 10px;
  }

  .bottom-data {
    gap: 50px;
    padding-bottom: 50px;
  }

  .filecontnet label,
  .filecontnet p {
    padding-bottom: 20px;
  }

  table.table.table-bordered.border-dark.member-info thead tr th:nth-child(5),
  table.table.table-bordered.border-dark.member-info tr td:nth-child(5) {

    border-left: 15px solid #000;
  }

  .mainfileds .inputfileds .fields input[type="submit"],
  .mainfileds .inputfileds .fields select,
  .mainfileds .inputfileds .fields input {
    height: 38px;
  }

  .contact-info {
    text-align: center;
    max-width: fit-content;
    margin: 0 auto;
  }

  section.welcome-sec.club-rule.contactus p,
  .contact-info h2 {
    text-align: center;
  }


  /* SAHIL END */

  .title {
    padding-bottom: 10px;
  }

  .request-payout {
    padding: 20px;
  }

}




@media(max-width:767px) {
  .logo-main {
    max-width: 125px;
  }

  .all-navdata {
    padding: 10px;
  }

  .three-zero,
  .four-zero,
  .main-title,
  .custome-container .two-two {
    padding-bottom: 10px;
  }

  li,
  p {
    font-size: 14px;
  }

  ul.nav-list {
    gap: 5px;
  }

  .login-holdermain {
    max-width: 100%;
  }

  .login-holder {
    padding: 20px;
  }

  .review-container {
    padding: 10px;
  }

  .image-review {
    height: 270px;
  }

  .review-holder {
    gap: 20px;
  }

  .mobile-image img {
    height: 400px;
    object-fit: cover;
  }



  /* SAHIL  */


  .contactusform h1 {
    padding-bottom: 20px;
  }

  section.welcome-sec.club-rule.contactus {
    padding-bottom: 30px;
  }

  section.memeber {
    padding: 58px 0px;
  }

  .bottom-data {
    gap: 40px;
    padding-bottom: 30px;
  }

  .filecontnet label,
  .filecontnet p {
    padding-bottom: 20px;
  }

  table.table.table-bordered.border-dark.member-info thead tr th:nth-child(5),
  table.table.table-bordered.border-dark.member-info tr td:nth-child(5) {

    border-left: 10px solid #000;
  }


  /* SAHIL END */


}


@media (max-width: 575px) {

  section.welcome-sec.club-rule.contactus p,
  .contact-info h2 {
    padding-bottom: 5px;
  }

  .inputfileds {
    gap: 10px;
  }

  section.welcome-sec.club-rule.contactus .saveform img {
    max-width: 150px;
  }

  section.welcome-sec.club-rule.contactus .inputfileds {
    flex-direction: column;
    gap: 15px;
  }

  .fileds {
    width: 100%;
    max-width: 100%;
  }

  .bottom-data {
    gap: 15px;
    flex-direction: column;
  }

  .filecontnet label,
  .filecontnet p {
    padding-bottom: 15px;
  }

  .mainfileds .inputfileds {
    flex-direction: column;
    gap: 10px;
  }

  .mainfileds .inputfileds .fields {
    width: 100%;
  }

  .fields.flow {
    margin-top: 15px;
  }

  .request-payout {
    padding: 15px;
  }

  .filecontnet label,
  .filecontnet p {
    padding-bottom: 12px;
  }

  .filecontnet p {
    line-height: 20px;
  }

  .bottom-data {
    padding-bottom: 20px;
    gap: 20px;
  }
}


/* text-shadow: 0 0 #888; */