@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Sora", sans-serif;
  transition: 0.3s;
}
:root {
  --para-color: #acacb5;
  --secondary-color: #54e454;
  --white-color: white;
  --black-color: black;
}
body {
  background: #08080a;
}
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.col-1 {
  flex: 1;
}
.col-2 {
  flex: 2;
}
.col-3 {
  flex: 3;
}
.col-4 {
  flex: 4;
}
.col-5 {
  flex: 5;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1300px;
  margin: auto;
  padding: 0px 50px;
  margin-bottom: 50px;
}
.container-fluid {
  max-width: 1300px;
  margin: auto;
  padding: 10px 50px;
}
.center {
  text-align: center;
}
/* ------------------------------------------------------- COMMON GAP ------------------------------------------------- */
header .logo a,
header .menu-nav ul a,
header .coin-para {
  gap: 8px;
}

/* CODE FOR STARTS HERE  */
header .logo a h3 {
  color: var(--white-color);
  text-shadow: 0px 11px 13.4px 0px #0000000d;
  font-weight: 700;
}
header .logo-menu {
  gap: 50px;
}
header .menu-nav ul {
  gap: 22px;
}
header .menu-nav ul a p {
  color: var(--para-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
header .menu-nav ul a i {
  font-size: 16px;
  color: var(--para-color);
}
header .menu-nav ul a .down-arrow {
  margin-bottom: 4px;
  color: var(--para-color) !important;

  font-size: 12px;
}
header .menu-nav ul a.active i,
header .menu-nav ul a:hover i {
  color: var(--secondary-color);
}
header .menu-nav ul a.active p,
header .menu-nav ul a:hover p {
  color: var(--white-color);
}
header .coin-para {
  width: 98px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  border: 1px solid #1f1f26;
}
header .coin-para img {
  font-size: 16px;
}
header .coin-para h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -3%;
  color: var(--white-color);
}

header .profile {
  gap: 12px;
}
header .profile .profile-logo img {
  width: 100%;
}

/* footer code starts here */
footer {
  background: #101013;
  backdrop-filter: blur(24px);

  box-shadow: 0px 4px 6px 0px #0000001a;

  box-shadow: 0px 1px 0px 0px #26262f inset;
}
footer .container {
  padding: 32px 50px;
}
footer .toprow {
  margin-bottom: 50px;
  gap: 30px;
  flex-wrap: wrap;
}
footer .toprow .box p {
  color: var(--para-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}
footer .toprow .pri-box h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--white-color);
  margin-bottom: 12px;
}
footer .toprow .pri-box a {
  display: block;
  color: var(--para-color);
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
}
footer .toprow .pri-box a:hover {
  color: var(--secondary-color);
}
footer .toprow .box {
  gap: 50px;
}
footer .secRow p {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--para-color);
}
footer .secRow {
  border-radius: 11px;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  padding: 24px;
  margin-bottom: 50px;
}
footer .secRow .paraArrow {
  margin-bottom: 16px;
}
footer .icons {
  gap: 12px;
}
footer .thirdRow h5 {
  font-weight: 400;
  font-size: 13px;
  line-height: 150%;
  color: var(--para-color);
  letter-spacing: 0%;
  vertical-align: middle;
}
.rewards .top-row {
  gap: 10px;
  margin-bottom: 20px;
}
.rewards .top-row h1 {
  color: var(--white-color);
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}
.rewards .row {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.rewards .col-1 {
  flex-basis: 290px;
  flex-grow: 1;
  position: relative;
  max-width: 388px;
  /* min-height: 341px; */
  border-radius: 12px;
  padding-top: 24px;
  /* padding-right: 22px; */
  padding-bottom: 30px;
  /* padding-left: 22px; */
  background: #1b1b21bf;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  text-align: center;
}
.rewards .col-1 img.shine {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 199px;
  object-fit: cover;
  z-index: -1;
}
.rewards .col-1 img.main-img {
  width: 194px;
  height: 44px;
  object-fit: cover;
  margin-bottom: 20px;
}
.rewards .col-1 img.main-img.oneImage {
  width: 174px;
}
.rewards .col-1 h2 {
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 8px;
}
.rewards .col-1 p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--para-color);
  margin-bottom: 20px;
}
.rewards .col-1 .input-btn {
  gap: 18px;
  margin-bottom: 30px;
}
.rewards .col-1 .input-btn .input-grid {
  max-width: 201px;
  width: 201px;
  min-height: 40px;
  border-radius: 8px;
  padding-right: 14px;
  padding-left: 14px;
  background: #08080a40;
  border-top: 1px solid #ffffff14;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  display: flex;
  align-items: center;
  gap: 8px;
}
.rewards .col-1 .input-btn .input-grid input {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  color: var(--para-color);

  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.affiliate-code {
  background-color: transparent;
  border: none;
  outline: none;
  color: var(--white-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  flex: 1;
  user-select: all;
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.copy-btn {
  cursor: pointer;
  transition: all 0.3s ease;
  opacity: 0.7;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.copy-btn:hover {
  opacity: 1;
  transform: scale(1.15);
  filter: brightness(1.2);
}
.rewards .col-1 .input-btn .btn a {
  width: 125px;
  min-height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddb43f;
  border-top: 1px solid #ffffff61;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #8e742a;

  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #0d0d10;
  transition: all 0.3s ease;
}

.rewards .col-1 .input-btn .btn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #f5c852;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #a68432;
  border-top: 1px solid #ffffff80;
}
.rewards .col-1 .input-btn .btn.packbtn a {
  background: #589dec;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #325e8f;
  transition: all 0.3s ease;
}

.rewards .col-1 .input-btn .btn.packbtn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #68b0ff;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #4170a5;
  border-top: 1px solid #ffffff80;
}
.rewards .col-1 .input-btn .btn.datdrop-btn a {
  background: #ff7536;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #aa5027;
  transition: all 0.3s ease;
}

.rewards .col-1 .input-btn .btn.datdrop-btn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #ff8c52;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #c5652f;
  border-top: 1px solid #ffffff80;
}
.rewards .col-1 .underline {
  border: 1px solid #26262f;
  box-shadow: 0px 1px 0px 0px #08080a54;
  margin: auto;
  margin-bottom: 30px;
}
.rewards .col-1 h3 {
  max-width: 90%;
  margin: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--para-color);
}

.rewards .col-1.errorOne img.main-img {
  width: 194.53125px;
}
.rewards .col-1.errorTwo img.main-img {
  margin-top: 9px;
  width: 226px;
  height: 35px;
}
.rewards .col-1.errorThree img.main-img {
  width: 88px;
  height: 44px;
}

.rewards .col-1.errorOne .input-btn .btn a {
  background: #e1b56f;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #8d6b36;
  transition: all 0.3s ease;
}

.rewards .col-1.errorOne .input-btn .btn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #f1c882;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #a67d42;
  border-top: 1px solid #ffffff80;
}
.rewards .col-1 .input-btn .btn.r2-btn a {
  background: #f6af16;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #cf961b;
  transition: all 0.3s ease;
}

.rewards .col-1 .input-btn .btn.r2-btn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #ffbc2e;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #e8a520;
  border-top: 1px solid #ffffff80;
}
.rewards .col-1.errorTwo .input-btn .btn a {
  background: #886cff;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #443196;
  transition: all 0.3s ease;
}

.rewards .col-1.errorTwo .input-btn .btn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #9d7eff;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #5643b5;
  border-top: 1px solid #ffffff80;
}
.rewards .col-1 .input-btn .btn.r4-btn a {
  background: #ffa043;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #b16012;
  transition: all 0.3s ease;
}

.rewards .col-1 .input-btn .btn.r4-btn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #ffb363;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #d1721a;
  border-top: 1px solid #ffffff80;
}
.rewards .col-1.errorThree .input-btn .btn a {
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #155eaf;
  background: #1475e1;
  transition: all 0.3s ease;
}

.rewards .col-1.errorThree .input-btn .btn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #2a88f5;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #1a6dc5;
  border-top: 1px solid #ffffff80;
}
.rewards .col-1 .input-btn .btn.r6-btn a {
  background: #00ff86;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #008345;
  transition: all 0.3s ease;
}

.rewards .col-1 .input-btn .btn.r6-btn a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #1fff96;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #009e57;
  border-top: 1px solid #ffffff80;
}
.allreward .col-1 {
  padding-left: 20px;
  padding-right: 20px;
}
/* .allreward */
.rewards.toprewards .col-1 .content {
  padding-left: 20px;
  padding-right: 20px;
}
/* code for home page leaderboard section */
.leaderSection .img-main {
  width: 176px;
  height: 22px;
  margin-bottom: 40px;
}
.leaderSection .box .content img {
  width: 95px;
  height: 24px;
  margin-bottom: 12px;
}
.leaderSection .box .content h1 {
  max-width: 377px;
  width: 100%;
  color: var(--white-color);
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: 0%;
}
.leaderSection .box .content p {
  color: var(--para-color);
  margin-top: 8px;
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  max-width: 377px;
  width: 100%;
}
.leaderSection .box .content a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 40px;
  border-radius: 8px;
  background: #24242b;
  border-top: 1px solid #ffffff14;

  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--white-color);
  transition: all 0.3s ease;
}

.leaderSection .box .content a:hover {
  transform: translateY(-2px) scale(1.05);
  background: #2e2e37;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #1a1a22;
  border-top: 1px solid #ffffff25;
}

.leaderSection .box .leadersection-image {
  max-width: 370.99786376953125px;
  width: 100%;
  height: 252.6171875px;
}

/* code for community section of home page */
.community .row {
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.community .box {
  max-width: 286.5px;
  width: 100%;
  flex-basis: 250px;
  flex-grow: 1;
  min-height: 158px;
  gap: 24px;
  border-radius: 12px;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  background: #1b1b21bf;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  cursor: pointer;
  border: 1px solid #26262f;
}

.community .box img.icons {
  width: 36px;
  height: 36px;
}
.community .box:hover img.arrow {
  transform: rotate(45deg);
}
.community .box .arrow-icon {
  margin-bottom: 25px;
}
.community .box h1 {
  color: var(--white-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
.community .box p {
  color: var(--para-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.moreSee .more-text {
  display: none;
}

.moreSee h1 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
}
.moreSee h2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--para-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  margin-bottom: 12px;
}
.moreSee p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--para-color);
  position: relative;
}
.moreSee p img {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.moreSee button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 32px;
  height: 32px;
  line-height: 32px;
  gap: 8px;
  border-radius: 50%;
  background: #24242b;
  cursor: pointer;
  border: none;
  outline: none;
  position: relative;
  z-index: 999;
  top: -17px;
  border-top: 1px solid #ffffff14;
  color: var(--para-color);
}

.moreSee .read-more-paragraph {
  color: #eee;
  transition: color 0.3s ease;
}

/* code for hero section */
.hero-section .para-green {
  gap: 6px;
  max-width: 313px;
  width: 100%;
  margin: auto;
  height: 34px;
  border-radius: 25px;
  background: #54e45426;
  border: 1px solid rgba(255, 255, 255, 0.0456);
  box-shadow: 0px 19px 53.7px 0px #00000005;
  backdrop-filter: blur(8px);
  margin-bottom: 20px;
}
.hero-section .para-green p {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
}
.hero-section .para-green img {
  width: 24px;
  height: 24px;
}
.hero-section h1 {
  color: var(--white-color);
  text-shadow: 0px 11px 13.4px 0px #0000000d;
  max-width: 582px;
  margin: auto;
  font-weight: 700;
  font-size: 72px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 18px;
}
.hero-section .main-para {
  max-width: 582px;
  margin: auto;
  color: var(--para-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 26px;
}
.hero-section .grid-btn {
  gap: 14px;
}
.hero-section .grid-btn .leaderbtn {
  width: 152px;
  min-height: 40px;
  gap: 8px;
  border-radius: 8px;
  background: #24242b;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #15151b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);

  color: var(--white-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.hero-section .grid-btn .leaderbtn:hover {
  transform: translateY(-2px) scale(1.05);
  background: #2e2e37;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #1a1a22;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.hero-section .grid-btn .greenBtn {
  width: 122px;
  min-height: 40px;
  gap: 8px;
  border-radius: 8px;
  background: var(--secondary-color);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #33c433;
  border-top: 1px solid #ffffff61;

  color: #0d0d10;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.hero-section .grid-btn .greenBtn:hover {
  transform: translateY(-2px) scale(1.05);
  background: #64f064;
  box-shadow: 0px 4px 8px 0px #00000060;
  box-shadow: 0px 0px 0px 1px #42d642;
  border-top: 1px solid #ffffff80;
}
.header-hero .mouse img {
  width: 18px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  opacity: 0.5;
  animation: upDown infinite 2s ease-in-out;
}
@keyframes upDown {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.header-hero .mouse h6 {
  color: var(--para-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.header-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../images/hero-bg.png) no-repeat center center/cover;
}

.header-hero.nobg {
  background: transparent !important;
  min-height: auto !important;
}

.header-hero header .dropleaderbtn {
  position: relative;
}
.header-hero header .dropleaderbtn .dropContent {
  background-color: #1b1b21bf;
  padding: 20px 14px 10px 14px;
  border-radius: 10px;
  position: absolute;
  width: 226px;
  top: 20px;
  left: -7px;
  display: none;
  box-shadow: 0px 1px 4px var(--white-color);
  z-index: 999;
}
.header-hero header .dropleaderbtn:hover .dropContent {
  display: block;
}
.header-hero header .dropleaderbtn .dropContent a {
  display: block;
  margin-bottom: 16px;
  color: var(--para-color);
}
.header-hero header .dropleaderbtn .dropContent a:hover {
  color: var(--secondary-color);
}
/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0); /* Black fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 22px;
  color: #818181;
  /* display: block; Display block instead of inline */
  justify-content: center;
  gap: 8px;
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover,
.overlay a:focus {
  color: var(--secondary-color);
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/* CODE FOR LEADERBOARD PAGE STARTS HERE */

.leaderboard .header-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: transparent !important;
  justify-content: start;
  /* max-width: 1300px; */
  margin: auto;
  position: relative;
}

.leaderboard .header-hero::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  /* transform: translate(-50%,-50%); */
  background: url(../images/leaderbg-hero.png) no-repeat center center/cover;
  height: 33%;
  width: 100%;
  z-index: -1;
}

.leaderboard.packdraw-leaderboard .header-hero::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  /* transform: translate(-50%,-50%); */
  background: url(../images/packdraw-bg.svg) no-repeat center center/cover;
  height: 33%;
  width: 100%;
  z-index: -1;
}

.leaderboard.packdraw-leaderboard .header-hero .leader-hero h2 {
  color: #589dec;
}

.header-hero .leader-hero h1 {
  font-weight: 800;
  font-size: 77.2px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 50px;
  color: var(--white-color);
}
.header-hero .leader-hero h2 {
  font-weight: 800;
  font-size: 55.73px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #ddb43f;
  text-shadow: 0px 1.45px 2.9px 0px #00000040;
  text-shadow: 0px 0px 0px 1.45px #8e742a;
  text-shadow: 0px 1.27px 0px 0px #ffffff40 inset;
  margin-bottom: 40px;
}

.leader-hero .paymentBtn {
  width: 251.25px;
  height: 46px;
  gap: 4px !important;
  border-radius: 76px;
  padding: 4px;
  background: #08080a80;
  backdrop-filter: blur(17.200000762939453px);
  margin: auto;
}

.leader-hero .paymentBtn a {
  border: none;
  background: none;
  cursor: pointer;
  transition: transform 0.3s;
  position: relative;

  width: 120.25px;
  height: 38px;
  gap: 8px;
  border-radius: 25px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.leader-hero .paymentBtn a img {
  width: 71.25px;
  height: 18.017240524291992px;
}
.leader-hero .paymentLogo {
  width: 100px;
  height: auto;
}

.leader-hero .paymentBtn a.gf-btn-active {
  background: #24242b !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0px 1px 2px 0px #00000040 !important;
  box-shadow: 0px 0px 0px 1px #15151b !important;
}

.grid-box .gf-column {
  display: none;
  padding: 20px;
  max-width: 1032px;
  width: 100%;
}

.grid-box {
  padding: 0px !important;
}

/* Show the selected gallery */

.grid-box .gf-column.show {
  display: block;
}

.grid-box .topWinner {
  gap: 20px;
  flex-wrap: wrap;
}
.grid-box .topWinner .box {
  position: relative;
  max-width: 320px;
  width: 100%;
  flex-basis: 250px;
  flex-grow: 1;
  /* width: 100%; */
  /* min-height: 374px; */
  border-radius: 12px;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  padding-bottom: 40px;
}
@media screen and (max-width: 829.99px) {
  .grid-box .topWinner {
    justify-content: center;
  }
  .grid-box .topWinner .box.firstWinner {
    margin-bottom: 0px !important;
  }
  .mobile-hide {
    display: none !important;
  }
}
@media screen and (min-width: 830px) {
  .pc-hide {
    display: none !important;
  }
}
.grid-box .topWinner .box .top-content {
  padding: 0px 20px;
}
.grid-box .topWinner .box .top-content h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  margin-bottom: 30px;
}
.grid-box .topWinner .box .top-content .btn {
  max-width: 272px;
  width: 100%;
  min-height: 52px;
  border-radius: 10px;
  border-width: 1.5px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0px 1.14px 2.27px 0px #00000040;
  box-shadow: 0px 0px 0px 3px #08080a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a6aabf;

  font-weight: 800;
  font-size: 22px;
  color: #0d0d10;
  text-shadow: 0px 2.27px 4.55px 0px #0000000f;

  text-shadow: 0px 1.14px 1.14px 0px #00000014;

  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.grid-box .topWinner .box.firstWinner .top-content .btn {
  background: #e3b737;
}
.grid-box .topWinner .box.thirdWinner .top-content .btn {
  background: #c8822c;
}
.grid-box .topWinner .box .top-content img {
  margin-top: 50px !important;
  width: 78px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 999;
  margin-bottom: 14px;
}
.grid-box .topWinner .box .content {
  margin-top: 24px;
  text-align: center;
  padding: 0px 20px;
}
.grid-box .topWinner .box .content p {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 6px;
  color: var(--para-color);
}
.grid-box .topWinner .box .content h6 {
  text-shadow: 0px 2px 2px 0px #0000000d;
  color: var(--white-color);
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.grid-box .topWinner .box.firstWinner {
  margin-bottom: 40px;
}
.grid-box .topWinner .box .borderline {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.grid-box .topWinner .box .shine {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
  max-height: 199px;
  opacity: 0.7;
  z-index: -1;
}

.grid-box .topWinner .box h2 {
  background: linear-gradient(180deg, #acacb5 0%, rgba(172, 172, 181, 0) 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  font-weight: 800;
  font-size: 100px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  opacity: 0.2;
  position: absolute;
  left: 50%;
  top: 18.5%;
  transform: translate(-50%, -50%);
}
.grid-box .counter-line {
  margin: 50px 0px;
  gap: 20px;
}
.grid-box .counter-line .pri-counter h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
  text-shadow: 0px 1.14px 1.14px 0px #00000014;
}

.grid-box .counter-line .pri-counter p {
  color: var(--para-color);
  font-weight: 600;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.grid-box .counter-line .counter {
  gap: 20px;
}

.grid-box .counter-line .underline {
  height: 1px;
  background: linear-gradient(90deg, #26262f 0%, #08080a 100%);
  width: 100%;
  box-shadow: 0px 1px 0px 0px #07131c80;
}

.grid-box .rakeback {
  min-height: 103px;
  /* padding-top: 24px; */
  padding-right: 22px;
  /* padding-bottom: 24px; */
  background: #1b1b21bf;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  padding-left: 22px;
  gap: 30px;
  border-radius: 12px;

  position: relative;
  flex-wrap: wrap;
}

.grid-box .rakeback .grid-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

.grid-box .rakeback .btn-grid {
  gap: 18px;
  justify-content: end;
}

.grid-box .rakeback .raw-btn {
  width: 86px;
  height: 40px;
  gap: 8px;
  border-radius: 8px;
  background: #08080a40;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;

  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--para-color);
}
.grid-box .rakeback .yellow-btn {
  width: 125px;
  height: 40px;
  gap: 8px;
  border-radius: 8px;
  background: #ddb43f;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #8e742a;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  color: #0d0d10;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
}
.grid-box .hollywood .rakeback .yellow-btn {
  background: #589dec;
  box-shadow: 0px 1px 2px 0px #00000040;

  box-shadow: 0px 0px 0px 1px #325e8f;
}
.grid-box .sub-box {
  flex: 1;
}
.grid-box .sub-box .roobet-logo {
  width: 127.5999984741211px;
  height: 32.266666412353516px;
}
.grid-box .sub-box h3 {
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}
.grid-box .sub-box p {
  color: var(--para-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.grid-box .listing {
  margin-top: 50px;
  margin-bottom: 50px;
}
.grid-box .listing .grid-listing .list {
  max-width: 1032px;
  width: 100%;
  height: 52px;
  border-radius: 10px;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  padding: 0px 14px;
  margin-top: 20px;
  gap: 10px;
}
.grid-box .listing .grid-listing .list h2 {
  width: 28px;
  height: 28px;
  background: #08080a80;
  backdrop-filter: blur(24px);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--para-color);
}

.grid-box .listing .grid-listing .list h1 {
  color: var(--white-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.grid-box .listing .grid-listing .list .col-3 {
  gap: 14px;
}

.grid-box .listing .grid-listing .list h3 {
  text-shadow: 0px 2px 2px 0px #0000000d;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--para-color);
}
.grid-box .listing .grid-listing .list .right-para {
  display: flex;
  align-items: center;
  justify-content: end;
  text-shadow: 0px 2px 2px 0px #0000000d;
  color: var(--white-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
}
.grid-box .listing .grid-listing .list:nth-child(even) {
  background: #1b1b2140;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  border: 1px solid #26262f80;
}
.grid-box .notice {
  margin-bottom: 50px;
}
.grid-box .notice .flex-box {
  margin-top: 20px;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 14px;
  padding-left: 22px;
  gap: 0px;
  border-radius: 12px;

  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
}
.grid-box .notice .flex-box h3 {
  color: var(--white-color);
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
.grid-box .notice .flex-box p {
  max-width: 706.8648681640625px;
  width: 100%;
  margin-bottom: 10px;
  color: var(--para-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.grid-box .notice .flex-box img {
  width: 239.1351318359375 !important;
  height: 224px !important;
}
.grid-box .history .history-box {
  max-width: 332px;
  width: 100%;
  min-height: 289.0172424316406;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  border-radius: 12px;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  flex-basis: 300px;
  flex-grow: 1;
}
.grid-box .history .history-row {
  gap: 20px;
  flex-wrap: wrap;
}
.grid-box .history .top-row {
  margin-bottom: 20px;
}
.grid-box .history .history-box img {
  width: 71.25px;
  height: 18.017240524291992px;
  margin-bottom: 22px;
}
.grid-box .history .history-box h2 {
  color: var(--white-color);
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
}
.grid-box .history .history-box p {
  color: var(--para-color);
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}

.grid-box .history .history-box .bg-dark {
  max-width: 288px;
  width: 100%;
  min-height: 44px;
  padding-right: 14px;
  padding-left: 14px;
  background: #08080a54;
  border-radius: 8px;
}
.grid-box .history .history-box .bg-dark p {
  margin-bottom: 0px;

  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
}
.grid-box .history .history-box .bg-dark h6 {
  color: var(--white-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: right;
}
.grid-box .history .history-box .underline {
  border-top: 1px solid #26262f;
  margin: 24px 0px;
}
.grid-box .history .history-box .arrow-flex i {
  color: var(--para-color);
  font-size: 12px;
}
.grid-box .history .history-box .arrow-flex h5 {
  color: var(--para-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
}

/* code for raffle page */
.header-hero .left-page {
  position: relative;
  max-width: 1920px;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  height: 94px;
  background: linear-gradient(
    180deg,
    rgba(8, 8, 10, 0.5) 0%,
    rgba(16, 16, 19, 0.5) 100%
  );
  border-bottom: 1px solid #1f1f26;
}
.header-hero .left-page::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: url(../images/back-bg.svg) no-repeat center;
  width: 100%;
  height: 100%;
}
.header-hero .left-page a {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  align-items: center;
  gap: 8px;
  padding: 0px 10px;
  width: 100%;
}
.header-hero .left-page i {
  font-size: 15.500160217285165px;
  color: var(--para-color);
}
.header-hero .left-page img {
  width: 22px;
}
.header-hero .left-page p {
  font-weight: 700;
  font-size: 18px;
  color: var(--white-color);
  line-height: 100%;
  letter-spacing: 0%;
}

.header-hero .left-page:hover p {
  color: var(--secondary-color);
}

.raffle-box .row {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.raffle-box .col-1 {
  overflow: hidden;
  flex-basis: 250px;
  flex-grow: 1;
  max-width: 286.5px;
  width: 100%;
  min-height: 446px;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  border-radius: 12px;
}
.raffle-box .col-1 .top-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px 10px 25px 10px;
  gap: 20px;
  min-height: 239px !important;
}
.raffle-box .col-1 .top-content img {
  height: 120px;
}
.raffle-box .col-1 .top-content .eth-logo {
  width: 86px;
  height: 120px;
}
.raffle-box .col-1 .top-content h1 {
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;

  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 5px;
}

.raffle-box .col-1 .top-content p {
  color: var(--para-color);
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.raffle-box .col-1 .join-box {
  padding: 20px 10px;
  background: #08080a40;
  border-bottom: 1px solid #26262f;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.raffle-box .col-1 .join-box .box .pri-box p {
  color: var(--para-color);
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.raffle-box .col-1 .join-box .box .pri-box {
  margin-bottom: 6px;
  gap: 6px;
}
.raffle-box .col-1 .join-box .box .pri-box p span {
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}
.raffle-box .col-1 .join-box .secondary-box {
  gap: 44px;
}
.raffle-box .col-1 .join-box .secondary-box h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--para-color);
}

.raffle-box .col-1 .join-box .btn-green {
  width: 242.5px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 8px;
  background: var(--secondary-color);
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #33c433;
  margin-top: 20px;

  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--black-color);
}
.raffle-box .col-1 .join-box .btn-green.gray-btn {
  max-width: 242.5px;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 8px;
  background: #24242b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #15151b;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--white-color);
}

.raffle-box .col-1 .hour {
  height: 57px;
  background: #08080a40;
  display: flex;
  align-items: center;
  justify-content: center;
}

.raffle-box .col-1 .hour p {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--para-color);
}
.raffle-box .col-1 .hour p span {
  color: var(--white-color);
}
.raffle-box .top-row {
  margin-bottom: 26px;
}
.raffle-box .hour .gray-text {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--para-color) !important;
  margin-right: 4px;
}
.raffle-box .hour .white-text {
  color: var(--white-color);
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.eth-section .container .row {
  /* width: 1200px; */
  min-height: 106px;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  /* padding-top: 24px; */
  padding-right: 22px;
  /* padding-bottom: 24px; */
  padding-left: 22px;
  gap: 30px;
  flex-wrap: wrap;
  border-radius: 12px;
  padding: 20px;
}
@media screen and (max-width: 593px) {
  .eth-section .container .row {
    justify-content: center !important;
    align-items: center;
  }
}
.eth-section .container .row:nth-child(2) {
  padding: 0px !important;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  margin-top: 20px;
}
.eth-section .container .row:nth-child(2) img {
  width: 110%;
  object-fit: cover;
  height: 100%;
  display: block;
  min-height: 231px;
}
.eth-section .container .row .box {
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.eth-section .container .row .box .pri-box .eth-logo {
  width: 41.56666564941406px;
}
.eth-section .container .row .box .pri-box h3 {
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 4px;
}
.eth-section .container .row .box .pri-box h6 {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--para-color);
}
.eth-section .container .row .sub-box h5 {
  color: var(--para-color);
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.eth-section .container .row .sub-box h5 span {
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}
.eth-section .container .row .sub-box {
  gap: 6px;
}
.eth-section .container .row .sub-box p {
  color: var(--para-color);
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.eth-section .container .row .pri-box a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  min-height: 40px;
  padding-right: 14px;
  padding-left: 14px;
  border-radius: 8px;
  background: var(--secondary-color);
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #33c433;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #0d0d10;
}
.eth-section .container .box-grid {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.eth-section .container .entri-box {
  flex-basis: 130px;
  flex-grow: 1;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  max-width: 154px;
  width: 100%;
  min-height: 178px;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 12px;
  padding: 18px;
}
.eth-section .container .entri-box h1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--white-color);
}
.eth-section .container .entri-box .btn-flex {
  width: 120px;
  min-height: 40px;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 8px;
  background: #08080a40;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.eth-section .container .entri-box .btn-flex img {
  width: 14px;
  height: 14px;
}

.eth-section .container .entri-box .btn-flex p {
  color: var(--white-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.eth-section .container .next-back {
  margin: 20px 0px;
}
.eth-section .container a {
  width: 89px;
  min-height: 40px;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  gap: 8px;
  border-radius: 8px;
  background: #24242b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--white-color);
}
.eth-section .container a.disable {
  opacity: 0.25;
}
.eth-section .container a.active {
  width: 63px;
}
.eth-section .container .next-back p {
  font-weight: 400;
  color: #acacb580;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.eth-section .container .next-back p span {
  font-size: 13px;
  color: var(--white-color);
}

.eth-section .container .next-back .btn-move {
  flex: 1;
}
.eth-underline {
  border: 1px solid #26262f;
  box-shadow: 0px 1px 0px 0px #08080a54;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  margin-bottom: 50px;
}

/* Button styling */
/* .eth-section .modal-button {
  border: 0;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
  color: #fff;
} */

/* Open Modal Container/Wrapper Full-screen */
.modal-container.eth-model {
  background-color: rgba(0, 0, 0, 0.8);
  /* Center modal container */
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 0; /* to be hidden by default */
  pointer-events: none; /* so we can click the modal trigger */
  top: 0;
  left: 0;
  height: 100vh; /* =100% of viewport height */
  width: 100vw; /* = 100% of viewport width */
  transition: opacity 0.3s ease;
}

/* Activate the class that we used in JS for the Event Listeners of modal's open and close button */
.modal-container.eth-model.show {
  pointer-events: auto; /* set back the default value */
  opacity: 1;
}

.modal-container.eth-model .modal-content {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* box shadow to add depth */
  padding: 30px 50px;
  width: 580px;
  max-width: 100%; /* Assures that it' ll be kept inside the browser width */
  text-align: center;
  position: relative;

  min-height: 394px;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  border-radius: 12px;
  background: #1b1b21;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
}

.modal-container.eth-model .modal-content h1 {
  margin: 8px;
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
}

.modal-container.eth-model .modal-content p {
  max-width: 502px;
  width: 100%;
  margin: auto;
  color: var(--para-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.modal-container.eth-model .modal-content .underline {
  border-top: 1px solid #26262f;
  box-shadow: 0px 1px 0px 0px #08080a54;
  max-width: 508px;
  width: 100%;
  margin: auto;
  margin: 30px 0px;
}

/* Remove Modal at First */
.modal_container.eth-model {
  display: none;
}
.eth-model #close_modal_button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer !important;
}
.eth-model #close_modal_button i {
  color: var(--para-color);
  font-size: 16px;
  cursor: pointer !important;
}
.modal-container.eth-model .modal-content .heading-flex {
  margin-bottom: 20px;
}
.modal-container.eth-model .modal-content .accounts-grid {
  margin-bottom: 10px;
}

.modal-container.eth-model .modal-content .icon-para {
  gap: 12px;
}
.modal-container.eth-model .modal-content .icon-para img {
  width: 22px;
}
.modal-container.eth-model .modal-content .icon-para h2 {
  color: var(--white-color);
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
}
.modal-container.eth-model .modal-content .icon-para h2 a {
  color: var(--secondary-color);
}
.modal-container.eth-model .modal-content .btn-active a {
  width: 69px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 8px;
  background-color: var(--secondary-color);

  font-weight: 600;
  color: #0d0d10;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
}
.modal-container.eth-model .modal-content .btn-active.disable a {
  opacity: 0.5;
  width: 84px;
  flex-basis: 220px;
}
.modal-container.eth-model .modal-content .btn-flex-eth a.cancel {
  max-width: 258px;
  width: 100%;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 8px;
  background: #24242b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #15151b;

  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--white-color);
}
.modal-container.eth-model .modal-content .btn-flex-eth a.cont {
  background-color: var(--secondary-color);
  max-width: 260px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  gap: 8px;
  border-radius: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #33c433;

  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #0d0d10;
}

.modal-container.eth-model .modal-content .btn-flex-eth {
  gap: 16px;
  flex-wrap: wrap;
}

.spinner .marquee {
  overflow: hidden;
  /* hide the scrolling overflow */
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
}

.spinner .marquee__inner {
  display: flex;
  width: max-content;
  animation: marquee 15s linear infinite;
}

.spinner .marquee__group {
  display: flex;
}

.spinner .marquee__group span {
  margin: 0 10px;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.eth-section .container .row.spinner img {
  min-height: 20px;
  width: 54px;
}
.eth-section .container .entri-box .btn-flex img {
  min-height: 14px;
  width: 14px;
}
.eth-section .container .row.spinner {
  background: #0f0f13 !important;
  border: 1px solid #26262f !important;
  backdrop-filter: blur(24px);
  padding: 20px !important;
  box-shadow: 0px 4px 6px 0px #0000001a;

  position: relative;
}

.eth-section .container .row.spinner img.vertical-line {
  position: absolute !important;
  top: 50%;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5px;
  z-index: 9;
  height: 90%;
}

/* Open Modal Container/Wrapper Full-screen */
.modal-container.profile-model {
  background-color: rgba(0, 0, 0, 0.3);
  /* Center modal container */
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 0; /* to be hidden by default */
  pointer-events: none; /* so we can click the modal trigger */
  top: 0;
  left: 0;
  height: 100vh; /* =100% of viewport height */
  width: 100vw; /* = 100% of viewport width */
  transition: opacity 0.3s ease;
}

/* Activate the class that we used in JS for the Event Listeners of modal's open and close button */
.profile-model.modal-container.show {
  pointer-events: auto; /* set back the default value */
  opacity: 1;
}

.modal-container.profile-model .modal-content {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* box shadow to add depth */
  padding: 30px 50px;
  width: 600px;
  max-width: 100%; /* Assures that it' ll be kept inside the browser width */
  text-align: center;
}

.modal-container.profile-model .modal-content h1 {
  margin: 0;
}

.modal-container.profile-model .modal-content p {
  font-size: 14px;
  opacity: 0.7;
}

/* Remove Modal at First */
.modal-container.profile-model {
  display: none;
}

.modal-container.model {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.model.modal-container.show {
  opacity: 1;
  pointer-events: auto;
}

.model .modal-content {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
}

.model .modal-content h1 {
  margin: 0;
}

.model .modal-content p {
  font-size: 14px;
  opacity: 0.7;
}

.profile-swiper .paymentBtn {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 0px;
  flex-wrap: wrap;

  max-width: 388px;
  width: 100%;
  height: 48px;
  border-radius: 76px;
  gap: 4px;
  padding: 4px;
  background: #121216;
  backdrop-filter: blur(17.200000762939453px);
}

.profile-swiper .paymentBtn button {
  border: none !important;
  background: transparent !important;
  cursor: pointer;

  max-width: 80px !important;
  width: 100%;
  height: 40px;
  border-radius: 25px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24242b;

  color: var(--para-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.profile-swiper .paymentBtn button.Connections {
  max-width: 124px !important;
}

/* .profile-swiper .gallery {

} */

.profile-swiper .gf-column {
  display: none;
  text-align: start;
  max-width: 100%;
}

/* Show the selected gallery */

.profile-swiper .gf-column.show {
  display: block;
}

.profile-swiper .gf-btn.gf-btn-active {
  background: #24242b !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #15151b;
  color: var(--white-color) !important;
}

.modal-container .model-title button {
  background-color: transparent !important;
  outline: none;
  border: none !important;
}

.modal-container .model-title {
  margin-bottom: 20px;
}
.modal-container .model-title button i {
  font-size: 15px;
  color: var(--para-color);
}

.model-profile .gallery .profile-btn {
  max-width: 616px;
  width: 100%;
  min-height: 88px;
  justify-content: space-between;
  border-radius: 8px;
  padding-right: 20px;
  background: #121216;
  padding-left: 20px;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  margin: 10px 0px;
}
.model-profile .gallery .profile-btn .box {
  gap: 14px;
}
.model-profile .gallery .profile-btn .box h1 {
  color: var(--white-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.model-profile .gallery .profile-logout .box-grid {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}
.model-profile .gallery .profile-logout .box-grid .pro-box {
  max-width: 304px;
  width: 100%;
  flex-basis: 250px;
  flex-grow: 1;
  min-height: 44px;
  justify-content: space-between;
  border-radius: 8px;
  padding-right: 14px;
  padding-left: 14px;
  background: #121216;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  flex-wrap: wrap;
}

.model-profile .gallery .profile-logout .box-grid .pro-box p {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -2%;
  color: var(--para-color);
}

.model-profile .gallery .profile-logout .box-grid .pro-box h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: right;
  color: var(--white-color);
}

.model-profile .gallery .profile-logout .underline {
  border: 1px solid #26262f;
  box-shadow: 0px 1px 0px 0px #08080a54;
  margin-bottom: 20px;
}
.model-profile .gallery .profile-logout .edit-name {
  max-width: 616px;
  width: 100%;
  min-height: 44px;
  justify-content: space-between;
  border-radius: 8px;

  padding-right: 14px;
  padding-left: 14px;
  background: #08080a40;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  margin-top: 6px;
}
.model-profile .gallery .profile-logout .edit-name h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--white-color);
}
.model-profile .gallery .connection {
  margin: 16px 0px 0px 0px;
}
.model-profile .gallery .connection .top-list p {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--para-color);
}
.model-profile .gallery .connection .top-list {
  margin-bottom: 14px;
  padding-right: 18px;
  padding-left: 18px;
}
.model-profile .gallery .connection .list-records {
  max-width: 616px;
  width: 100%;
  min-height: 52px;
  justify-content: space-between;
  border-radius: 8px;
  padding-right: 18px;
  padding-left: 18px;
  background: #121216;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  margin-bottom: 10px;
}
.model-profile .gallery .connection .list-records h1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--white-color);
  flex: 1;
}
.model-profile .gallery .connection .list-records h6 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--para-color);
  flex: 1;
  text-shadow: 0px 2px 2px 0px #0000000d;
}
.model-profile .gallery .connection .list-records .status {
  flex: 1;
  text-align: end;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: right;
  color: #acacb5;
  text-shadow: 0px 2px 2px 0px #0000000d;
}
.model-profile .gallery .btn-grid a.disable {
  width: 89px;
  min-height: 40px;
  border-radius: 8px;
  padding-right: 14px;
  padding-left: 14px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #24242b !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--white-color);
  opacity: 0.25;
}
.model-profile .gallery .btn-grid a.disable.active {
  width: 63px;
  opacity: 1;
}
.model-profile .gallery .wallet-records .box {
  max-width: 616px;
  width: 100%;
  height: 44px;
  justify-content: space-between;
  border-radius: 8px;
  padding-right: 14px;
  padding-left: 14px;
  background: #08080a40;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  margin-bottom: 14px;
  gap: 10px;
}

.model-profile .gallery .wallet-records .box input {
  color: var(--white-color);
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
}
.model-profile .gallery .wallet-records .box input::placeholder {
  color: var(--white-color);
}
.model-profile .gallery .wallet-records .box input.gray-text::placeholder {
  color: var(--para-color);
}
.model-profile .gallery .sub-box {
  margin: 20px 0px;
}
.model-profile .gallery .sub-box .primary-box h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
}
.model-profile .gallery .sub-box .primary-box {
  gap: 12px;
}
.model-profile .gallery .sub-box .primary-box h2 a {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--secondary-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
}
.model-profile .gallery .sub-box .primary-box a.active {
  max-width: 69px;
  width: 100%;
  min-height: 40px;
  border-radius: 8px;
  padding-right: 14px;
  padding-left: 14px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  background-color: var(--secondary-color);
  color: #0d0d10;
}
.model-profile .gallery .sub-box .primary-box a.connected {
  max-width: 84px;
  width: 100%;
  height: 40px;
  opacity: 0.5;
  border-radius: 8px;
  padding-right: 14px;
  padding-left: 14px;
  gap: 8px;
  background-color: var(--secondary-color);
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #33c433;
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #0d0d10;
}
.model-profile .gallery .greenBtn a {
  max-width: 616px;
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border-width: 1px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d10;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
}
.kick-model .modal-content {
  max-width: 540px;
  width: 100%;
  border-radius: 12px;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
}
.kick-model .dark-circle {
  max-width: 496px;
  width: 100%;
  border-radius: 8px;
  padding-top: 22px;
  padding-right: 20px;
  padding-bottom: 22px;
  padding-left: 20px;
  background: #121216;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  margin: auto;
}
.kick-model .dark-circle img {
  margin-bottom: 10px;
}

.kick-model .dark-circle h1 {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  color: var(--white-color);
  margin-bottom: 10px;
}
.kick-model .dark-circle h6 {
  color: var(--para-color);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -2%;
}

.kick-model .underline {
  box-shadow: 0px 1px 0px 0px #08080a54;
  border: 1px solid #26262f;
  margin: 20px 0px;
}
.kick-model .list-content ul {
  padding-left: 19px;
}
.kick-model .list-content ul li {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -2%;
  color: var(--para-color);
  list-style: disc;
  margin-bottom: 10px;
}
.kick-model .list-content ul li a {
  font-weight: 600;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: -2%;
  color: var(--secondary-color);
}
.kick-model .list-content,
.kick-model .ur-code {
  text-align: start;
}
.kick-model .list-content img,
.kick-model .ur-code img {
  margin-bottom: 8px;
}
.kick-model .ur-code .code-input {
  max-width: 496px;
  width: 100%;
  min-height: 44px;
  border-radius: 8px;
  background: #08080a40;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
}
.kick-model .ur-code .code-input {
  gap: 20px;
}
.kick-model .ur-code .code-input img {
  margin-bottom: 0px !important;
}
.kick-model .ur-code .code-input input {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  color: var(--para-color);
  font-weight: 600;
}
.kick-model a {
  flex: 1;
}
.kick-model .btn-gird {
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 20px;
}
.kick-model .cancel {
  max-width: 240px;
  width: 100%;
  min-height: 40px;
  border-radius: 8px;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  background: #24242b;
  color: var(--white-color);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #15151b;

  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.kick-model a.active {
  max-width: 240px;
  width: 100%;
  min-height: 40px;
  background-color: var(--secondary-color);
  opacity: 0.5;
  border-radius: 8px;
  border-width: 1px;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-top: 1px solid #ffffff61;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #33c433;

  color: #0d0d10;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kick-model.roobet a.active {
  background: #ddb43f !important;
  opacity: 1 !important;
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #8e742a;
}
.kick-model.roobet .list-content ul li a {
  text-decoration: underline !important;
  color: #ddb43f;
}

.top-content .info-guide {
  max-width: 1032px;
  width: 100%;
  min-height: 120px;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  gap: 42px;
  border-radius: 12px;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
  margin: auto;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 826px) {
  .top-content .info-guide {
    flex-direction: column;
    align-items: start;
  }
}
.top-content .info-guide .primary-box h1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  margin: 0px !important;
  text-align: start;
  margin-bottom: 4px !important;
}
.top-content .info-guide .primary-box img {
  max-width: 34.648643px;
  object-fit: cover;
  width: 57.648643493652344px;
  height: 54px !important;
}
.top-content .info-guide .primary-box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--para-color);
}
.top-content .info-guide .pri-box .sub-box h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--white-color);
  text-shadow: 0px 2px 2px 0px #0000000d;
  margin-bottom: 3px;
}
.top-content .info-guide .pri-box .sub-box p {
  font-weight: 400;
  font-size: 13px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: var(--para-color);
}
.top-content .info-guide .box {
  gap: 12px;
}
.top-content .info-guide .pri-box {
  width: 124px;
  min-height: 61px;
  padding-top: 12px;
  padding-right: 14px;
  padding-bottom: 12px;
  padding-left: 14px;
  gap: 16px;
  border-radius: 9px;
  background: #08080a54;
  box-shadow: 0px 2px 4px 0px #0000001a inset;
}

.top-content .info-guide .box h6 {
  font-size: 14px;
  color: var(--para-color);
}

.gallery .winner-grid {
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 569.99px) {
  .pc-grid {
    display: none !important;
  }
}
@media screen and (max-width: 569.98px) {
  .mobile-grid {
    display: none !important;
  }
  .gallery .winner-grid .winner-box.first-winner {
    margin-bottom: 0px !important;
  }
}
.gallery .winner-grid .winner-box {
  width: 138px;
  height: 125px;
  position: relative;
}

.gallery .winner-grid .winner-box .bg-heading {
  background: url(../images/silver-winner.svg) no-repeat center center/cover;
  width: 128px;
  margin: auto;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery .winner-grid .winner-box .bg-heading h1 {
  font-family: Sora;
  font-weight: 800;
  font-size: 39.51px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #a6aabf;
  text-shadow: 0px 2.81px 5.61px 0px #0000000f;
  text-shadow: 0px 1.4px 1.4px 0px #00000014;
}

.gallery .winner-grid {
  gap: 50px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.gallery .winner-grid .winner-box h2 {
  width: 138px;
  min-height: 52px;
  border-radius: 10px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0px 1.14px 2.27px 0px #00000040;
  background: #a6aabf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d10;
  font-weight: 800;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 2.27px 4.55px 0px #0000000f;
  text-shadow: 0px 1.14px 1.14px 0px #00000014;
  position: relative;
  top: -10px;
}

.gallery .winner-grid .winner-box .ticket-para p {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: var(--para-color);
}
.gallery .winner-grid .winner-box.first-winner {
  margin-bottom: 50px;
}
.gallery .winner-grid .winner-box.first-winner .bg-heading {
  background: url(../images/gold-winner.svg) no-repeat center center/cover;
}
.gallery .winner-grid .winner-box.first-winner .bg-heading h1 {
  color: #e3b737;
}

.gallery .winner-grid .winner-box.first-winner h2 {
  background: #e3b737;
}
.gallery .winner-grid .winner-box.third-winner .bg-heading {
  background: url(../images/broze-winner.svg) no-repeat center center/cover;
}
.gallery .winner-grid .winner-box.third-winner .bg-heading h1 {
  color: #c8822c;
}

.gallery .winner-grid .winner-box.third-winner h2 {
  background: #c8822c;
}
.gallery .winner-grid.remaining .winner-box .bg-heading {
  background: url(../images/remaining-winner.svg) no-repeat center center/cover;
}

.gallery .winner-grid.remaining .winner-box .bg-heading h1 {
  color: #5d5d6b;
}

.gallery .winner-grid.remaining .winner-box h2 {
  background-color: #5d5d6b;
  box-shadow: 0px 1.14px 2.27px 0px #00000040;
}
.gallery .winner-grid.remaining {
  margin-bottom: 100px;
}

@media screen and (max-width: 1034px) {
  .container {
    padding: 0px 25px;
    margin-bottom: 50px;
  }
  .container-fluid {
    padding: 10px 25px;
  }
  footer .container {
    padding: 50px 25px;
  }
}

@media screen and (max-width: 734px) {
  .container {
    padding: 0px 10px;
    margin-bottom: 50px;
  }
  .container-fluid {
    padding: 10px;
  }
  footer .container {
    padding: 50px 10px;
  }
  .community .box {
    max-width: 100% !important;
  }
  .leaderSection .row {
    flex-direction: column-reverse;
    align-items: start;
    gap: 20px;
  }
  .leaderSection .row .box {
    width: 100%;
  }
  .leaderSection .row .box:nth-child(2) img {
    margin: auto;
    display: block;
  }
  .header-hero .leader-hero h1 {
    font-size: 57px;
  }
  .header-hero .leader-hero h2 {
    font-size: 37px;
  }
  .grid-box .rakeback {
    padding: 20px 0px;
    gap: 20px !important;
    justify-content: center !important;
    flex-direction: column !important;
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (min-width: 985.99px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 985.98px) {
  .mobile {
    display: none !important;
  }

  header .logo-menu {
    gap: 20px;
  }
}
@media screen and (max-width: 490px) {
  .hero-section h1 {
    font-size: 46px;
  }
  footer .thirdRow {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 885.99px) {
  .grid-box .notice .flex-box {
    flex-direction: column-reverse;
    align-items: start;
  }
}
@media screen and (max-width: 550.99px) {
  .grid-box .listing .grid-listing .list h3,
  .grid-box .listing .grid-listing .list .right-para,
  .grid-box .listing .grid-listing .list h1,
  .grid-box .listing .grid-listing .list h2 {
    font-size: 10px;
  }
  .grid-box .listing .grid-listing .list .col-3 {
    flex: 2 !important;
  }
}

.content-guide .box h1 {
  color: var(--white-color);
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  text-shadow: 0px 2px 2px 0px #0000000d;
  margin-bottom: 10px;
}
.content-guide .box p {
  color: #acacb5;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.content-guide .box {
  margin-bottom: 50px;
}
.content-guide .box:nth-child(4) {
  margin-bottom: 0px !important;
}
.content-guide .row {
  max-width: 1200px;
  min-height: 834px;
  padding-top: 24px;
  padding-right: 22px;
  padding-bottom: 24px;
  padding-left: 22px;
  border-radius: 12px;
  background: #1b1b21bf;
  border: 1px solid #26262f;
  backdrop-filter: blur(24px);
  box-shadow: 0px 4px 6px 0px #0000001a;
}
.topGuide .box img.roobet-logo {
  width: 95px !important;
  margin-bottom: 14px;
}
.topGuide .box h1 {
  font-weight: 700;
  font-style: Bold;
  max-width: 377px;
  font-size: 32px;
  color: var(--white-color);
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}
.topGuide .box p {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  color: #acacb5;
  max-width: 377px;
  line-height: 140%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 30px;
}
.topGuide .box .input-copy {
  max-width: 201px;
  width: 100%;
  min-height: 40px;
  justify-content: space-between;
  opacity: 1;
  border-radius: 8px;
  border-width: 1px;
  background: #08080a40;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #14141a;
  padding: 0px 14px;
  gap: 4px;
}

.topGuide .box .input-copy input {
  border: none;
  background-color: transparent;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #acacb5;
  outline: none;
  width: 85%;
}
.input-btn {
  gap: 20px;
}

.topGuide .box .btn a {
  max-width: 132px;
  width: 100%;
  min-height: 40px;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 8px;
  background: #ddb43f;
  border: 1px solid rgba(255, 255, 255, 0.38);

  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d10;
}

.topGuide .box #btnColor .btn a {
  max-width: 132px;
  width: 100%;
  min-height: 40px;
  padding-top: 4px;
  padding-right: 14px;
  padding-bottom: 4px;
  padding-left: 14px;
  border-radius: 8px;
  background: #589dec;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 1px 2px 0px #00000040;
  box-shadow: 0px 0px 0px 1px #325e8f;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d0d10;
}
