@font-face {
  font-family: "AktivGroteskRegular";
  src: url("../fonts/AktivGrotesk/AktivGroteskRegular.eot");
  src: url("../fonts/AktivGrotesk/AktivGroteskRegular.eot")
      format("embedded-opentype"),
    url("../fonts/AktivGrotesk/AktivGroteskRegular.woff2") format("woff2"),
    url("../fonts/AktivGrotesk/AktivGroteskRegular.woff") format("woff"),
    url("../fonts/AktivGrotesk/AktivGroteskRegular.ttf") format("truetype"),
    url("../fonts/AktivGrotesk/AktivGroteskRegular.svg#AktivGroteskRegular")
      format("svg");
}
@font-face {
  font-family: "AktivGroteskMedium";
  src: url("../fonts/AktivGrotesk/AktivGroteskMedium.eot");
  src: url("../fonts/AktivGrotesk/AktivGroteskMedium.eot")
      format("embedded-opentype"),
    url("../fonts/AktivGrotesk/AktivGroteskMedium.woff2") format("woff2"),
    url("../fonts/AktivGrotesk/AktivGroteskMedium.woff") format("woff"),
    url("../fonts/AktivGrotesk/AktivGroteskMedium.ttf") format("truetype"),
    url("../fonts/AktivGrotesk/AktivGroteskMedium.svg#AktivGroteskMedium")
      format("svg");
}
@font-face {
  font-family: "AktivGroteskBold";
  src: url(" ../fonts/AktivGrotesk/AktivGroteskBold.eot");
  src: url(" ../fonts/AktivGrotesk/AktivGroteskBold.eot")
      format("embedded-opentype"),
    url(" ../fonts/AktivGrotesk/AktivGroteskBold.woff2") format("woff2"),
    url(" ../fonts/AktivGrotesk/AktivGroteskBold.woff") format("woff"),
    url(" ../fonts/AktivGrotesk/AktivGroteskBold.ttf") format("truetype"),
    url(" ../fonts/AktivGrotesk/AktivGroteskBold.svg#AktivGroteskBold")
      format("svg");
}
@font-face {
  font-family: "AktivGroteskBlack";
  src: url(" ../fonts/AktivGrotesk/AktivGroteskBlack.eot");
  src: url(" ../fonts/AktivGrotesk/AktivGroteskBlack.eot")
      format("embedded-opentype"),
    url(" ../fonts/AktivGrotesk/AktivGroteskBlack.woff2") format("woff2"),
    url(" ../fonts/AktivGrotesk/AktivGroteskBlack.woff") format("woff"),
    url(" ../fonts/AktivGrotesk/AktivGroteskBlack.ttf") format("truetype"),
    url(" ../fonts/AktivGrotesk/AktivGroteskBlack.svg#AktivGroteskBlack")
      format("svg");
}
@font-face {
  font-family: "Furore";
  src: url("../fonts/furore/Furore.eot");
  src: url("../fonts/furore/Furore.eot") format("embedded-opentype"),
    url("../fonts/furore/Furore.woff2") format("woff2"),
    url("../fonts/furore/Furore.woff") format("woff"),
    url("../fonts/furore/Furore.ttf") format("truetype"),
    url("../fonts/furore/Furore.svg#Furore") format("svg");
}
:root {
  --primary-font-regular: "AktivGroteskRegular";
  --primary-font-med: "AktivGroteskMedium";
  --primary-font-bold: "AktivGroteskBold";
  --primary-font-black: "AktivGroteskBlack";
  --secondary-font: "Furore";
  --primary-color: rgba(233, 15, 160, 1);
  --color-white: #fff;
  --gradient: linear-gradient(85deg, #2aff61 1.58%, #cbfb3a 82.62%);
}

* {
  padding: 0;
  margin: 0;
}

/* let's clear some floats */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background: #f7f8f9;
}

::-webkit-scrollbar-thumb {
  background: #947d6d;
}

::-webkit-scrollbar-thumb:hover {
  background: #947d6d;
}

.table-responsive {
  padding-bottom: 5px;
}
.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #f7f8f9;
}
.table-responsive::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}
.table-responsive::-webkit-scrollbar-thumb:hover {
  background: #ffc300;
}

/* Track */
/* Handle */
/* Handle on hover */
/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #545554;
  font-size: 1rem;
  margin-right: 20px;
  margin: 0 0 15px !important;
  min-height: 40px;
  line-height: 40px;
}
.radio-container a {
  font-weight: 600;
  color: #ffa800;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-container .checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 28px;
  width: 28px;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #ededed;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background: none;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background: none;
  border-color: #e89f72;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container .checkmark::before {
  content: "";
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #c4c4c4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark::after {
  display: block;
  background: #e89f72;
}

/* Style the indicator (dot/circle) */
.customRadioDesign {
  background: #fff;
  border: 1px solid #c4c4c4;
  width: 100%;
  height: 40px;
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.radioContent {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  position: relative;
  z-index: 1;
  margin: 0;
}

.radio-container input:checked ~ .customRadioDesign {
  border: 1px solid #c4c4c4;
}

.radio-container .checkmark:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #c4c4c4;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding: 4px 0 0 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  color: #361805;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border: 2px solid #a88f6c;
  position: absolute;
  top: 4px;
  left: 0;
  height: 24px;
  width: 24px;
  background: none;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  border: 3px solid #a88f6c;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background: #a88f6c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grey-checkbox-wrapper {
  margin-bottom: 0;
  padding: 0;
  top: -15px;
}
.grey-checkbox-wrapper span.checkmark {
  background: #758799;
  border: none;
  width: 16px;
  height: 16px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.grey-checkbox-wrapper input:checked ~ .checkmark {
  border: none;
}
.grey-checkbox-wrapper .checkmark:after {
  border-color: var(--primary-color);
}

.slidecontainer {
  width: 100%;
}
.slidecontainer .slider {
  margin: 0 !important;
  width: 100%;
}
.slidecontainer .range-value {
  color: #fff;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: linear-gradient(180deg, #57d8f5 0%, #2a5bdc 100%);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: linear-gradient(180deg, #57d8f5 0%, #2a5bdc 100%);
  cursor: pointer;
}

*:hover,
*:focus {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  position: relative;
  font-family: var(--primary-font-regular);
  background: var(--color-white);
}

a {
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

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

.disabled-btn {
  background: #c7c7c7;
  pointer-events: none;
}

.btn {
  font-size: 12px;
  color: #fff;
  background: rgb(233, 15, 160);
  transition: all ease 0.3;
  -webkit-transition: all ease 0.3;
  -moz-transition: all ease 0.3;
  -ms-transition: all ease 0.3;
  -o-transition: all ease 0.3;
}

button:focus {
  outline: none;
}

.btn-primary {
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 700;
  border: none;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border-radius: 30px;
  font-family: var(--primary-font-bold);
  background: linear-gradient(85deg, #2aff61 1.58%, #cbfb3a 82.62%);
}
.btn-primary img {
  width: 12px;
}
.btn-primary:hover {
  color: var(--color-white);
}

.btn-secondary {
  padding: 7px 20px;
  font-size: 12px;
  font-weight: 700;
  border: none;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  font-family: var(--primary-font-bold);
  background: var(
    --Button-3,
    linear-gradient(263deg, #fc1faa 4.47%, #ea78fe 91.52%)
  );
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.btn-secondary img {
  width: 12px;
}
.btn-secondary:hover {
  color: var(--color-white);
}

.btn.focus,
.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-lg {
  height: 56px;
  min-width: 200px;
  text-align: center;
  font-family: var(--primary-font-bold);
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  border-radius: 37.5px;
  -webkit-border-radius: 37.5px;
  -moz-border-radius: 37.5px;
  -ms-border-radius: 37.5px;
  -o-border-radius: 37.5px;
}

.btn-disabled {
  background: #eee;
  pointer-events: none;
}

.btn-transparent {
  color: #e90fa0;
  background: rgba(233, 15, 160, 0.1);
}
.btn-transparent:hover,
.btn-transparent:focus {
  background: rgba(233, 15, 160, 0.5);
}

a:hover {
  text-decoration: none;
}

.font-reg {
  font-family: var(--primary-font-regular);
}

.uppercase {
  text-transform: uppercase;
}

.landingWrapper {
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.landingWrapper::before {
  position: absolute;
  content: "";
  right: -100px;
  top: -100px;
  width: 475px;
  height: 475px;
  flex-shrink: 0;
  background: #e250b8;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.landingWrapper::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-blured.svg) bottom left no-repeat;
  background-size: cover;
  z-index: 0;
  pointer-events: none;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  position: relative;
  z-index: 2;
}
header .headerLeft {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
header .headerRight {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.toggleBtn {
  width: 20px;
  height: 20px;
  border: none;
  background: url(../img/toggleBar.svg) no-repeat top center;
  background-size: contain;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0 50px 0;
  position: relative;
  z-index: 3;
}
.banner::before {
  position: absolute;
  content: "";
  width: 326px;
  height: 320px;
  background: url(../img/bannerVector.svg) center top no-repeat;
  background-size: cover;
  top: 30px;
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.banner figure {
  margin: 0;
  position: relative;
  z-index: 1;
}

.landingContent {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 180px;
  justify-content: center;
}
.landingContent::before,
.landingContent::after {
  z-index: 0;
  position: absolute;
  content: "";
  width: 260px;
  height: 225px;
}
.landingContent::before {
  background: url(../img/welcomeVectorLeft.svg) top left no-repeat;
  left: -100px;
  top: 0;
}
.landingContent::after {
  background: url(../img/welcomeVectorRight.svg) top right no-repeat;
  right: -100px;
  top: 0;
}
.landingContent button {
  position: relative;
  z-index: 1;
}

.headBorder {
  height: 1px;
  background: #000;
  width: calc(100% - 30px);
  margin: 0 auto;
  opacity: 0.75;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.subBanner {
  display: flex;
  overflow: hidden;
  align-items: center;
  position: relative;
  min-height: 180px;
  justify-content: center;
}
.subBanner::before,
.subBanner::after {
  position: absolute;
  content: "";
  width: 260px;
  height: 225px;
  pointer-events: none;
}
.subBanner::before {
  background: url(../img/welcomeVectorLeft.svg) top left no-repeat;
  left: -75px;
  top: 0;
}
.subBanner::after {
  background: url(../img/welcomeVectorRight.svg) top right no-repeat;
  right: -75px;
  top: 0;
}
.subBanner .subBannerTitle {
  font-family: var(--secondary-font);
  color: var(--000, #000);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}

.mainHeading {
  color: #000;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  max-width: 450px;
  margin: 0 auto;
  width: 100%;
}

.bottomVecor {
  width: 100%;
  padding: 0;
  min-height: 100px;
  background: url(../img/bottomVector.svg) center top no-repeat;
}

.bottomVecor1 {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  padding: 0;
  min-height: 210px;
  background: url(../img/bottomVector1.svg) center bottom no-repeat;
  background-size: cover;
  position: fixed;
  z-index: -1;
  overflow: hidden;
}
.bottomVecor1::after {
  position: absolute;
  content: "";
  left: -50%;
  bottom: -80%;
  width: 200%;
  height: 200%;
  flex-shrink: 0;
  opacity: 0.3;
  background: radial-gradient(
    50% 50% at 50% 50%,
    #cbfb3a 0%,
    rgba(203, 251, 58, 0) 100%
  );
  border-radius: 680px;
  -webkit-border-radius: 680px;
  -moz-border-radius: 680px;
  -ms-border-radius: 680px;
  -o-border-radius: 680px;
}

.popHeading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 15px;
}
.popHeading h5 {
  margin: 0;
  color: var(--000, #000);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popHeading .popClose {
  background: none;
  border: none;
}

.popPara {
  padding: 5px 15px;
}
.popPara p {
  color: var(--888, #888);
  font-family: var(--primary-font-regular);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.modal-content {
  border: 1px solid var(--Button-1, #2aff61);
  background: var(--FFF, #fff);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.success-modal {
  border: 1px solid var(--Button-1, #2aff61);
}
.success-modal .modalVecro1 {
  background: url(../img/popup/popVectorLeftbottom.svg) left bottom no-repeat,
    url(../img/popup/popVectorRightBottom.svg) right bottom no-repeat;
}
.success-modal .modalVector {
  background: url(../img/popup/popVectorLeftTop.svg) left top no-repeat,
    url(../img/popup/popVectorRightTop.svg) right top no-repeat;
}

.failed-modal {
  border: 1px solid var(--Button-3, #fc1faa);
}
.failed-modal .modalVecro1 {
  background: url(../img/popup/failedPopVectorLeftbottom.svg) left bottom
      no-repeat,
    url(../img/popup/failedPopVectorRightBottom.svg) right bottom no-repeat;
}
.failed-modal .modalVector {
  background: url(../img/popup/failedPopVectorLeftTop.svg) left top no-repeat,
    url(../img/popup/failedPopVectorRightTop.svg) right top no-repeat;
}

.successContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.successContent .successContentLeft {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.successContent .successContentLeft figure {
  margin: 0;
}
.successContent .successContentLeft article p {
  margin: 0;
}
.successContent .successContentRight {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-dialog {
  margin: 4rem auto 0.5rem;
}

.greenModalVector {
  background: url(../img/popup/normalPopVector.svg) center top no-repeat;
  padding: 10px 0 0;
}

.pinkModal {
  border: 1px solid var(--Button-3, #fc1faa);
}

.pinkModalVector {
  background: url(../img/popup/pinkPopVector.svg) center top no-repeat;
  padding: 10px 0 0;
}

.formMain {
  padding: 0 15px;
}

.balanceArea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 29.5px;
  border: 1px solid var(--Button-2, #e90fa0);
  background: #fff2fb;
  padding: 6px 15px;
  min-height: 50px;
  margin: 0 0 15px;
}

.balanceAreaLeft {
  color: var(--000, #000);
  font-family: var(--primary-font-regular);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
.balanceAreaLeft img {
  margin: -3px 0 0;
}

.balanceAmount {
  margin: 0;
  color: var(--000, #000);
  text-align: right;
  font-family: var(--primary-font-bold);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.form-group {
  margin: 0 0 20px;
}
.form-group label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin: 0 0 5px;
}

.form-control {
  border-radius: 29.5px;
  border: 1px solid var(--000, #000);
  background: var(--FFF, #fff);
}

.formWithContent {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid var(--000, #000);
  background: var(--FFF, #fff);
  border-radius: 29.5px;
  -webkit-border-radius: 29.5px;
  -moz-border-radius: 29.5px;
  -ms-border-radius: 29.5px;
  -o-border-radius: 29.5px;
  padding: 8px 10px 8px 15px;
}
.formWithContent .form-control {
  border: none;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0;
}

.multiplierArea {
  margin: 30px 0 0;
  padding: 0 15px 30px;
  overflow: hidden;
  position: relative;
}
.multiplierArea::before,
.multiplierArea::after {
  position: absolute;
  content: "";
  width: 132px;
  height: 319px;
  top: -20px;
  z-index: 0;
}
.multiplierArea::before {
  left: -80px;
  background: url(../img/multiplayer_vector_left.svg) center left no-repeat;
}
.multiplierArea::after {
  right: -80px;
  background: url(../img/multiplayer_vector_right.svg) center left no-repeat;
}
.multiplierArea .heading {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 10px;
  color: #000;
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  position: relative;
}
.multiplierArea .heading::before,
.multiplierArea .heading::after {
  position: absolute;
  content: "";
  width: 216px;
  height: 38px;
}
.multiplierArea .heading::before {
  left: 0;
  background: url(../img/multiplayer_head_vector_left.svg) center left no-repeat;
  background-size: cover;
}
.multiplierArea .heading::after {
  right: 0;
  background: url(../img/multiplayer_head_vector_right.svg) center right
    no-repeat;
  background-size: cover;
}

.multiplierFormMain {
  border-radius: 8px;
  border: 1px solid var(--Grad-1, #2aff61);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  padding: 20px 15px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  z-index: 1;
}
.multiplierFormMain .multiplierForm {
  border: 1px solid var(--888, #888);
  background: var(--FFF, #fff);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  margin: 0 0 15px;
}
.multiplierFormMain .multiplierForm:nth-last-child(1) {
  margin: 0;
}
.multiplierFormMain .multiplierForm .value {
  margin: 0;
  color: var(--888, #888);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.multiplierFormMain .multiplierForm .xCount {
  color: var(--888, #888);
  text-align: right;
  font-family: var(--primary-font-bold);
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  margin: 0;
}

.menuWrap {
  position: fixed;
  top: 0;
  border-radius: 10px 0px 0px 10px;
  border: 1px solid #3cff5c;
  padding: 20px;
  height: 100%;
  width: 100%;
  max-width: 330px;
  right: -330px;
  background: var(--FFF, #fff) url(../img/menuBg.svg) left bottom no-repeat;
  background-size: contain;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.menuOn {
  right: 0;
}

.menuHeading {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  position: relative;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 0.75px solid rgba(0, 0, 0, 0.3);
}

.bordered-btn {
  border-radius: 30px;
  border: 1px solid var(--Button-2, #e90fa0);
  background: var(--FFF, #fff);
  color: rgb(233, 15, 160);
  color: var(--Button-2, #e90fa0);
  text-align: center;
  font-family: var(--primary-font-bold);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
}
.bordered-btn img {
  width: 14px;
}

.menuClose {
  background: none;
  border: none;
  width: 20px;
}
.menuClose img {
  width: 100%;
}

.menuListMain {
  margin: 20px 0 0;
}

.menuListHeading {
  color: #000;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 15px;
}

.menuList {
  display: flex;
  flex-direction: column;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 0.75px solid rgba(0, 0, 0, 0.3);
}
.menuList li {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
}
.menuList li a {
  color: var(--000, #000);
  font-family: Furore;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}

.lanHeading {
  color: #000;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 10px;
}

.customSelect {
  width: 290px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid var(--000, #000);
  background: var(--FFF, #fff);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  position: relative;
}
.customSelect::after {
  position: absolute;
  content: "";
  right: 15px;
  top: 15px;
  background: url(../img/selectDropDown.svg) center center no-repeat;
  background-size: contain;
  width: 9px;
  height: 10px;
}
.customSelect select {
  border: none;
  appearance: none;
  padding: 0 15px;
}

.referPara {
  padding: 0 15px;
  margin: 0 0 30px;
  text-align: center;
}
.referPara p {
  margin: 0;
  color: var(--888, #888);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.referralQRCode {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 50px 0 0px 0;
}
.referralQRCode::before,
.referralQRCode::after {
  position: absolute;
  content: "";
  width: 367px;
  height: 290px;
  top: 0;
  z-index: 0;
}
.referralQRCode::before {
  background: url(../img/qrVector_left.svg) center left no-repeat;
  right: 60%;
}
.referralQRCode::after {
  background: url(../img/qrVector_right.svg) center left no-repeat;
  left: 60%;
}
.referralQRCode figure,
.referralQRCode article {
  position: relative;
  z-index: 1;
}
.referralQRCode figure {
  margin: 0 0 15px;
}
.referralQRCode figure img {
  width: 100%;
}
.referralQRCode article {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

.innerPageWrapp {
  padding: 0 0 50px;
}

.accordionMain .card {
  background: none;
  border: none;
}
.accordionMain .card-header {
  background: #58fe59;
  padding: 0;
  margin: 0 0 5px;
  border: none;
}
.accordionMain .card-header button {
  padding: 0;
  width: 100%;
  color: var(--000, #000);
  font-family: var(--primary-font-bold);
  text-align: left;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}
.accordionMain .card-header button:hover {
  text-decoration: none;
}
.accordionMain .card-body {
  padding: 0;
}
.accordionMain .accordionTableHead {
  width: 100%;
}
.accordionMain .accordionTableHead thead tr th {
  background: #c2fc45;
  color: var(--000, #000);
  font-family: var(--primary-font-bold);
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  padding: 10px;
}
.accordionMain .accordionTableHead thead tr th:nth-child(1) {
  padding-left: 25px;
}
.accordionMain .accordionTable {
  width: 100%;
  margin: 0 0 5px 0;
}
.accordionMain .accordionTable thead tr {
  border-radius: 3px;
  background: var(--Dark-Grey, #333);
}
.accordionMain .accordionTable thead tr th {
  padding: 10px;
  color: var(--FFF, #fff);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.accordionMain .accordionTable thead tr th:nth-child(1) {
  width: 45%;
  padding-left: 25px;
}
.accordionMain .accordionTable thead tr th:nth-child(2) {
  width: 55%;
}
.accordionMain .accordionTable tbody {
  border: 1px solid var(--Button-1, #2aff61);
  background: var(--FFF, #fff);
}
.accordionMain .accordionTable tbody tr td {
  color: var(--000, #000);
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 10px;
  border-radius: 3px;
}
.accordionMain .accordionTable tbody tr td:nth-child(1) {
  width: 45%;
  padding-left: 25px;
}
.accordionMain .accordionTable tbody tr td:nth-child(2) {
  width: 55%;
}

.accoTablebg {
  background: url(../img/accoTableBgLeft.svg) -47% 60px no-repeat,
    url(../img/accoTableBgRight.svg) 150% 60px no-repeat;
}
.accoTablebg .multiplierFormMain {
  border-radius: 8px;
  border: 1px solid var(--Grad-1, #2aff61);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

@media (min-width: 768px) {
  .landingContent::before {
    left: 0;
  }
  .landingContent::after {
    right: 0;
  }
}
@media (max-width: 480px) {
  .mainHeading {
    font-size: 22px;
    line-height: 30px;
  }
}

/*# sourceMappingURL=layout.css.map */
#ref_qr canvas {
  background-color: #fff;
  padding: 15px;
  border: 1px solid black;
  max-width: 250px;
  width: 100%;
}

.multiplierForm.active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 29.5px;
  background: #e90fa0;
  padding: 6px 15px;
  min-height: 50px;
  margin: 0 0 15px;
}

.multiplierForm.active h4,
.multiplierForm.active h5 {
  color: white !important;
}

.subBannerTitle {
  font-family: var(--secondary-font);
  color: var(--000, #000);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
}
