@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* Font-Family Tag  */
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');

:root {
  --primary-color: #100031;
  --secondary-color: #ffffff;
  --tertiary-color: #0b0b12de;
  --quaternary-color: #bfbdbd;
  --quinary-color: #394256;
  --senary-color: #100031;
  --tw-gradient-stops: #ddd6fe, #bbf7d0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  overflow-x: hidden;
  position: relative;
  color: var(--tertiary-color);
  background-color: #111;
  font-family: "Chakra Petch", sans-serif!important;
  font-size: 16px !important;
  letter-spacing: 0.8px;
}

.navbar-toggler {
  border: 0 !important;
  padding: 0 !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
  outline: none !important;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a,
input,
textarea {
  outline: 0 !important;
  box-shadow: none;
  text-decoration: none !important;
}

.no-border {
  border: 0 !important;
}

.pd-left-zero {
  padding-left: 0;
}

.no-padding {
  padding: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.btn-center {
  text-align: center;
  margin-bottom: 2em;
}

.no-margin-auto {
  margin: unset !important;
}

.border-right-zero {
  border-right: 0 !important;
}

.xs-padding {
  padding: 2em 0;
}

.sm-padding {
  padding: 4em 0;
}

.xs-padding-top {
  padding-top: 2em;
}

.mrg-btm-sec {
  margin-bottom: 2em;
}

.margin-btm-sm {
  margin-bottom: 1.5em;
}

.margin-btm-md {
  margin-bottom: 3em;
}

.margin-btm-xl {
  margin-top: 4em;
}

.margin-top-sm {
  margin-top: 2em;
}

.white-text {
  color: var(--secondary-color) !important;
}

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

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/icons/mobile-toogle.svg") !important;
}

.navbar-light .navbar-toggler {
  border: 1px solid var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.navbar-light .navbar-toggler:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.logo {
  /* margin-right: 1em; */
  max-width: 8em;
}

.height-auto {
  height: auto !important;
}

.section-title {
  margin-bottom: 4em;
}

.section-title h2 {
  font-size: 2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  background: linear-gradient(90deg, #ffe800 0%, #c274ff 66.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-family: "Signika", sans-serif;
}

.section-title h2 span {
  color: var(--primary-color);
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  position: relative;
  z-index: 2;
}

.section-title h3 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title h4 {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--secondary-color);
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: center;
}

.section-title p + p + p {
  margin-bottom: 0;
}

.section-title span {
  color: var(--primary-color);
}

.section-title h5 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--primary-color);
  position: relative;
  margin-bottom: 1em;
}

.header-nav-center {
  padding: 0.5em 0;
  background-color: transparent;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
  position: relative;
}

.header-nav-center .navbar .nav-item .nav-link {
  font-size: 1em;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--secondary-color);
  letter-spacing: 0.5px;
  padding: 0.5em 1em;
  position: relative;
  transition: transform 0.5s;
  padding-bottom: 0.5em;
}

.header-nav-center .navbar .navbar-nav {
  gap: 0.5em;
  align-items: center;
}

.default-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  text-align: center;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: radial-gradient(93.31% 93.86% at 6.69% 76.4%, #79E1F1 0%, #2EB2E6 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
  linear-gradient(97.49deg, rgba(255, 255, 255, 0) 22.52%, rgba(122, 0, 217, 0.2) 90.12%);  
  border: 0.59px solid #FFFFFF;
  border-radius: 50px;
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 0.9em;
  line-height: 25px;
  padding: 0.8em 2em;
  font-weight: 700;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.default-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  background: linear-gradient(to bottom, #ffd679 30%, #f7ac03 70%);
  filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
  box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
  color: var(--secondary-color);
}

.default-btn:active {
  box-shadow: inset 0px 3px 7px #3c4fe0;
  transform: translateY(2px);
}

.default-outline-btn.banner-btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}

.default-outline-btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  color: var(--primary-color) !important;
  font-size: 1em;
  line-height: 25px;
  padding: 0.8em 2em;
  font-weight: 500;
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.default-outline-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  color: var(--secondary-color) !important;
}

.default-outline-btn:active {
  box-shadow: inset 0px 3px 7px #cda677;
  transform: translateY(2px);
}

.open-header-outline-btn {
  display: inline-block;
  opacity: 1 !important;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  /* background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% ); */
  border: 1px solid var(--primary-color);
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border-radius: 10px;
  color: var(--primary-color) !important;
  padding: 0.8em 2em !important;
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.open-header-outline-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  color: var(--secondary-color) !important;
}

.open-header-outline-btn:active {
  box-shadow: inset 0px 3px 7px #3c4fe0;
  transform: translateY(2px);
}

.white-btn {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
  display: inline-block;
  padding: 0.8em 2em;
  border-radius: 8px !important;
  letter-spacing: 0.5px;
  border-width: 1px;
  color: var(--primary-color);
  text-decoration: none !important;
  font-size: 1.1em;
  line-height: 25px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.white-btn:active,
.white-btn:focus,
.white-btn:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  color: var(--primary-color);
  text-decoration: none !important;
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}

.open-header-btn {
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: linear-gradient(180deg, #724425 0%, #cca677 100%);
  /* box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%); */
  border-radius: 10px;
  color: var(--secondary-color) !important;
  /* font-size: 1.1em; */
  /* line-height: 25px; */
  padding: 0.8em 2em !important;
  opacity: 1 !important;
  /* font-weight: 500; */
  /* text-shadow: 0 1px 0 rgb(0 0 0 / 40%); */
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.open-header-btn:hover {
  /* box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0; */
  transform: translateY(-2px);
}

.open-header-btn:active {
  box-shadow: inset 0px 3px 7px var(--primary-color);
  transform: translateY(2px);
}

.header-dropdown .dropdown-menu {
  border: 0;
  padding: 0 !important;
}

.header-dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1em !important;
}

.header-dropdown .dropdown-menu:last-child .dropdown-item:hover {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.37rem;
}

.navbar-brand h4 {
  color: var(--tertiary-color);
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
}

.home-banner-sec {
  /* background: linear-gradient(0deg, #0f0231 0.58%, #52055d 50.62%, #52055d); */
  /* background: linear-gradient(0deg, #000, #2d82e9); */
  background-image: url('../img/banner-bg-img.png');
  min-height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: block;
}

.banner-caption {
  min-height: calc(100vh - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
  position: relative;
  /* padding: 0 2em; */
}

.banner-content h1 {
  color: var(--secondary-color);
  text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3);
  font-size: 3em;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 0.3em;
}

.banner-content h4 {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 0em;
  background: linear-gradient(90deg, #ffe800 0%, #c274ff 66.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.8;
  font-family: "Signika", sans-serif;
}

.banner-content h3 {
  color: #ffffff75;
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0;
}

.banner-content p{
  color: var(--secondary-color);
  margin-bottom: 0;
  font-size: 0.95em;
  line-height: 1.8;
  opacity: 0.8;
}

.banner-btn-sec{
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}

.main-image-frame img {
  width: 100%;
  height: 35em;
  object-fit: contain;
}

.sub-hero-title {
  font-size: 0.98em;
  font-weight: 600;
  color: var(--primary-color);
}

.customer-logo-sec {
  background-color: #5566f608;
}

.mobile-nav-header {
  display: none;
}

/* Footer CSS */

.footer-sec {
  /* background-color: #2e0327; */
  padding: 4em 0;
}

.copyrights-sec {
  border-bottom: 1px solid rgba(255, 200, 39, 0.1);
  background: #2e0327;
}

.copyright-card {
  text-align: center;
  padding: 1.5em 0;
}

.copyright-card p {
  color: var(--secondary-color);
  margin-bottom: 0;
}

.footer-link-card h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-social-link-sec h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-social-link-sec .contact-us-address-list li {
  padding-bottom: 1em;
}

.footer-social-link-sec .contact-us-address-list li:last-child {
  padding-bottom: 0;
}

.footer-social-link-sec .contact-us-address-list li a {
  color: var(--quaternary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
}

.footer-social-link-sec .contact-us-address-list li a svg path {
  fill: var(--quaternary-color) !important;
}

.footer-about-sec h4 {
  font-size: 1.5em;
  font-weight: 700;
  color: var(--tertiary-color);
  margin-bottom: 0.5em;
}

.footer-about-sec p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.footer-link-list li a {
  color: var(--quaternary-color);
  font-size: 1em;
  font-weight: 400;
}

.footer-link-list li {
  padding-bottom: 1em;
}

.footer-link-list li:last-child {
  padding-bottom: 0;
}

.footer-secured-payment-card .footer-social-link-list li a {
  background-color: #f6f0e7;
  width: 2.5em;
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-social-link-list li a svg {
  fill: var(--primary-color);
}

.footer-social-link-list {
  display: flex;
  align-items: center;
  gap: 1em;
}

.footer-secured-payment-icon {
  aspect-ratio: auto 60 / 32;
  height: 30px;
  object-fit: contain;
}

.footer-app-link-list {
  display: flex;
  gap: 1em;
  margin-bottom: 0;
}

.footer-secured-payment-list li {
  display: inline-block;
  margin-right: 9px;
}

.footer-secured-payment-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
}

.footer-sub-sec {
  /* background-color: #2e0327; */
  padding: 3em 0;
}

.footer-secured-payment-card {
  margin-bottom: 1.5em;
  text-align: center;
}

.footer-secured-payment-card:last-child {
  margin-bottom: 0;
}

.footer-notice-box {
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 1em;
  margin-top: 3em;
}

.footer-notice-card h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 1em;
  text-align: center;
}

.footer-notice-card p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.5em;
}

.footer-notice-card {
  border: 1px solid #51065d;
  border-radius: 10px;
  padding: 1.5em;
}

.footer-logo {
  max-width: 12em;
  margin-bottom: 1em;
}

.banner-img-sec {
  text-align: right;
}

.banner-img {
  max-width: 30em;
}

.banner-img {
  width: 100%;
  margin-left: auto;
}

/* Faq CSS */

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(1, 1, 1, 0.1);
  color: var(--tertiary-color);
}

.faq-accordion .accordion-item {
  border: none;
  /* box-shadow: 0 3px 10px 0 rgb(0 0 0 / 7%); */
  background-color: transparent;
}

.faq-accordion .accordion-item .accordion-button {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  font-size: 0.5em;
  background-color: transparent;
  font-weight: 600;
  color: var(--secondary-color);
  padding: 1.3em;
}

.faq-accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-item .accordion-body {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--quaternary-color);
  /* background-color: #f5f5fc; */
  border-radius: 10px;
  line-height: 1.8;
  margin: 0;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url(../img/faq/minus.svg);
  transform: unset;
}

.faq-accordion .accordion-button::after {
  background-image: url(../img/faq/plus.svg);
}

.faq-img{
  max-width: 25em;
}

/* Static Page CSS */

.static-page-box{
  margin-bottom: 2em;
}

.static-page-box p strong {
  color: var(--secondary-color) !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}

.static-page-box p {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
}

.static-page-box ul li {
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
}

.static-page-box ul li:last-child{
  padding-bottom: 0;
}

.address-info{
  color: var(--quaternary-color) !important;
  display: grid;
  grid-template-columns: 30px auto;
  align-items: flex-start;
}

.address-info svg{
  fill: var(--quaternary-color) !important;
}

/* Feature CSS */

.feature-card .feature-icon-sec{
  color: #DC007E;
  font-size: 45px;
  text-shadow: 3px 3px 2px #fff,-3px 0 2px #fff,0 -3px 2px #fff;
  position: relative;
  z-index: 1;
}
.feature-card .feature-icon-sec .feature-icon{
  transform: rotateY(0);
  transition: all 0.3s ease;
}
.feature-card:hover .feature-icon-sec .feature-icon{ transform: rotateY(360deg); }
.feature-card .feature-icon-sec:before,
.feature-card .feature-icon-sec:after{
  content: "";
  background: linear-gradient(to right,#DC007E 49%,#AF0072 50%);
  width: 153px;
  height: 100px;
  transform: translateX(-50%) translateY(50%);
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-clip-path: polygon(50% 37%, 100% 0, 50% 100%, 50% 100%, 0 0);
  clip-path: polygon(50% 37%, 100% 0, 50% 100%, 50% 100%, 0 0);
}
.feature-card .feature-icon-sec:after{
  background: #DC007E;
  width: 150px;
  height: 150px;
  transform-origin: center center;
  transform: translateX(-50%) translateY(-50%) rotateX(63deg);
  top: 53px;
  left: 50%;
  z-index: -1;
  -webkit-clip-path: polygon(50% 0, 0 50%, 50% 100%, 50% 10%, 90% 50%, 50% 90%, 10% 50%, 50% 10%, 50% 100%, 100% 50%);
  clip-path: polygon(50% 0, 0 50%, 50% 100%, 50% 10%, 90% 50%, 50% 90%, 10% 50%, 50% 10%, 50% 100%, 100% 50%);
}


.feature-info h4 {
  font-size: 1.2em;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 0.5em;
}

.feature-info p {
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  margin-bottom: 0em;
  line-height: 1.8;
  opacity: 0.8;
}

.feature-icon {
  max-width: 1.5em;
  margin: auto;
}

.feature-icon-sec{
  margin-bottom: 1.5em;
  text-align: center;
}

.feature-card{
  margin-top: 2em;
}

/* Feature List CSS */

.feature-list-card .feature-list-icon-sec{
  color: #fff;
  background:linear-gradient(to right, #AF0072, #80208C);
  font-size: 50px;
  line-height: 93px;
  height: 90px;
  width: 130px;
  margin: 0 auto 40px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-list-card .feature-list-icon-sec:after{
  content: '';
  background: linear-gradient(to right, #6020AB, #9323A1);
  height: 100%;
  width: 100%;
  border-radius: 40% 40% 50% 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: -1;
}

.feature-list-icon {
  max-width: 1em;
  margin: auto;
  display: flex;
}

.feature-list-info h4 {
  font-size: 1.2em;
  color: var(--secondary-color);
  font-weight: 600;
  margin-bottom: 0;
}

.feature-list-card{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 4em;
}

/* How To Play CSS */

.how-to-play-banner-sec{
  background-image:unset;
  min-height: unset;
}

.how-to-play-banner-box{
  padding-top: 2em;
}

.how-to-play-main-card .how-to-play-main-info {
  border-bottom: 1px solid #ffffff3d;
  display: inline-block;
  width: 100%;
  overflow-y: hidden;
  position: relative;
}
.how-to-play-main-card .how-to-play-main-info > .how-to-play-main-count-sec{
  width: 75px;
  height:75px;
  background: linear-gradient(to right, #6020AB, #9323A1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(60deg);
  position: relative;
  left:22px;
  top:12px;
  transition:all 300ms ease-in-out 0s;
}

.how-to-play-main-card{
  background-color: #17141f;
  padding: 1.5em;
  border-radius: 10px;
}

.how-to-play-main-count-sec span{
  font-size: 1.5em;
  font-weight: 600;
  color: var(--secondary-color);
  transform: rotate(-60deg);
}

.how-to-play-content{
  padding-top: 2em;
}

.how-to-play-content h5{
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5em;
  text-align: center;
  position: relative;
  z-index: 2;
  line-height: 1.5;
  color: var(--secondary-color);
  /* background: linear-gradient(90deg, #ffe800 0%, #c274ff 66.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  opacity: 0.8;
  font-family: "Signika", sans-serif;
}

.how-to-play-content p{
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  margin-top: 1em;
}

.how-to-play-main-img-sec{
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-to-play-main-box{
  grid-template-columns: repeat(1, 1fr);
  display: grid;
  gap: 2em;
  margin-top: 3em;
}

.how-to-play-main-list-sec ul li{
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 1em;
  text-align: center;
}

.how-to-play-main-list-sec ul li:last-child{
  padding-bottom: 0;
}

.how-to-play-main-list-sec{
  margin-top: 2em;
}

.how-to-play-content .how-to-play-main-list li{
  color: var(--quaternary-color);
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  padding-bottom: 1em;
}

.how-to-play-content .how-to-play-main-list li:last-child{
  padding-bottom: 0;
}


.how-to-play-content .how-to-play-main-list{
  margin-top: 1em;
}

.how-to-play-main-img {
  height: 5em;
  object-fit: contain;
}

.payment-status-box{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.payment-status-card{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
}

.payment-status-card h4{
  /* text-shadow: 3px -4px 8px rgba(255, 200, 39, 0.3); */
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 0;
}

.payment-status-card .success{
  color: #02c986;
}

.payment-status-card .failed{
  color: #f06d58;
}

.payment-status-card .canceled{
  color: #ff7c81;
}

.status-icon {
  max-width: 10em;
}
.disclaimer-card p{
  font-size: 1em;
  font-weight: 400;
  color: var(--quaternary-color);
  opacity: 0.8;
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: center;
}
.disclaimer-card{
  padding: 2em;
  border:  1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}