.social-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin-top: 30px;
}
.social-ul li {
  margin: 0 11px;
}
@media screen and (max-width: 767px) {
  .grid-table-left {
    display: flex;
    flex-direction: column;
  }
  .grid-table-left .grid-circle-3-wrap-outer {
    order: 1;
    transform: scale(0.8);
    transform-origin: center 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }
}
.grid-table-left .p-28 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #2e2e2e;
  margin-top: 20px;
}
.footer-text {
  color: #2e2e2e;
  text-align: center;
  opacity: 0.5;
}
.grid-table-section {
  min-height: 100vh;
  background: #f6f6f9 url("../images/rect-top.svg") no-repeat center 0;
  background-size: 100% auto;
  padding-top: 15px;
}
.grid-table-section .white-logo {
  width: 100px;
  margin-bottom: 23px;
}
.grid-card-3-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-top: 20px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid-card-3-wrap {
    overflow-x: auto;
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  .grid-card-3-wrap {
    overflow-x: auto;
    justify-content: start;
  }
}
.grid-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  max-width: 400px;
  width: 100%;
  background: linear-gradient(0deg, #311a75, #311a75),
    linear-gradient(0deg, #2e2e2e, #2e2e2e), #fff;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  margin: 0 8px;
}
.grid-card .grid-card-right {
  width: 180px;
  text-align: center;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid-card .grid-card-right {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .grid-card .grid-card-right {
    width: 140px;
  }
  .grid-card .grid-card-right .h6-restless {
    font-size: 32px;
  }
  .grid-card .grid-card-right .btn.bttn-light.bttn-sm {
    transform: scale(0.7);
    transform-origin: center 0;
  }
}
.grid-card .card-img1 {
  width: 194px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .grid-card .card-img1 {
    width: 160px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid-card .card-img1 {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .grid-card .card-img1 {
    width: 140px;
  }
}
.grid-card .h6-restless {
  color: #fff;
}
.grid-circle-3-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  background: url("../images/cele-gif.svg") no-repeat center 30px;
  padding-top: 120px;
}
.grid-card2 {
  min-width: 140px;
  height: 140px;
  background: rgba(36, 188, 112, 0.2);
  border: 4px solid #24bc70;
  border-radius: 50%;
  text-align: center;
  padding: 28px 0;
  position: relative;
}
.grid-card2:first-child {
  margin-top: 30px;
  margin-right: -30px;
}
.grid-card2:last-child {
  margin-top: 30px;
  margin-left: -30px;
}
.grid-card2 .no1-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  margin-top: -62px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.grid-card2.yellow-card {
  min-width: 174px;
  height: 174px;
  background: #fa0;
  border: 4px solid #d78f00;
  position: relative;
  z-index: 3;
}
.grid-card2.yellow-card .numb span {
  top: 5px;
}
.grid-card2.yellow-card .numb::after {
  width: 38.88px;
  height: 38.88px;
  background: #d78f00;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transform: rotate(45deg);
}
.grid-card2 .p-16 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #2e2e2e;
  margin: 0;
}
.grid-card2 .numb {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  position: relative;
  margin-bottom: 18px;
}
.grid-card2 .numb span {
  position: absolute;
  top: 0;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.grid-card2 .numb::after {
  content: "";
  width: 30.41px;
  height: 30.41px;
  left: 0;
  top: 0;
  background: #24bc70;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .grid-table-col {
    background: #ff668e;
    padding-bottom: 30px;
  }
}
.refer-friend-card {
  max-width: 550px;
  width: 100%;
  padding: 15px;
  background: #fff;
  box-shadow: inset 0px 4px 7px rgba(0, 0, 0, 0.17);
  border-radius: 20px;
  text-align: center;
  margin: 35px auto 15px;
}
@media screen and (max-width: 767px) {
  .refer-friend-card {
    max-width: 550px;
    width: calc(100% + 30px);
    padding: 15px;
    background: #fff;
    box-shadow: none;
    text-align: center;
    margin-left: -15px;
    margin-right: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-top: 0;
  }
}
.refer-friend-card .p-18 {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: #2e2e2e;
}
.grid-table-right {
  max-width: 605px;
  width: 100%;
  margin: 53px auto 40px;
}
@media screen and (max-width: 767px) {
  .grid-table-right {
    margin: -40px auto 40px;
  }
  .grid-table-right h4 {
    margin: 0;
    text-align: center;
  }
}
.grid-table-right h4 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;
  color: #311a75;
  margin-bottom: 20px;
}
.tbl-leaderboard-outer {
  max-height: 448px;
  overflow-y: auto;
}
.tbl-leaderboard {
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.tbl-leaderboard td {
  height: 50px;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #2e2e2e;
}
.tbl-leaderboard td:first-child {
  text-align: center;
}
.tbl-leaderboard tr:hover {
  background: #f0ecfa;
}
.nowrap {
  white-space: nowrap;
}
.grid-row-adj {
  max-width: 1400px;
  margin: auto;
} /*# sourceMappingURL=grid-table.css.map */
