.btn,
.btn span {
  align-items: center;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
body,
html {
  font-size: 16px;
  background-color: #000;
  scroll-behavior: smooth;
}
body {
  line-height: 1;
  font-family: Klavika-Regular;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
* {
  box-sizing: border-box;
}
[id] {
  scroll-margin-top: 80px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: 700;
}
.container-fluid {
  max-width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  width: 100%;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.glowing-wrapper-button {
  position: relative;
  z-index: 1;
  text-decoration: none;
  background: linear-gradient(
    110deg,
    rgba(37, 18, 80, 0.1) 39.46%,
    rgba(99, 12, 127, 0.1) 63.62%,
    rgba(28, 11, 141, 0.1) 99.85%
  );
  margin: 0 auto;
}
.btn span:before,
.glowing-wrapper,
.btn.gameoncta {
  background: linear-gradient(221deg, #ed1c24 30%, #f26522 100%);
}
.glowing-wrapper:hover {
  box-shadow: #db9fff8f 0 0 20px 0;
}
.glowing-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
  transition: 0.5s ease-in;
}
.glowing-wrapper-borders-masker {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0.06rem;
  border-radius: 0;
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  line-height: 100%;
  content: "";
  inset: 0;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.btn span,
.glowing-wrapper-button,
.btn.gameoncta {
  padding: 5px 10px;
}
.btn,
.glowing-wrapper-button,
.btn.gameoncta {
  font-family: Klavika-Regular;
  font-size: 1rem;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}

.glowing-wrapper-button {
  width: fit-content;
  cursor: pointer;
}
.glowing-wrapper-mask,
.glowing-wrapper-mask-wrapper {
  opacity: 1;
}
.glowing-wrapper-borders {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.glowing-wrapper-button:hover:after {
  opacity: 0.5;
}
.glowing-wrapper-active .glowing-wrapper-animations,
.glowing-wrapper-active .glowing-wrapper-borders-masker {
  opacity: 1;
  border: 0.5px solid #ffffff14;
  border-radius: 3px;
}
.glowing-wrapper-animations:before,
.glowing-wrapper-borders:before {
  content: "";
  float: left;
  padding-top: 100%;
}
.glowing-wrapper-animations:after,
.glowing-wrapper-borders:after {
  clear: both;
  content: "";
  display: block;
}
.glowing-wrapper-animations {
  pointer-events: none;
}
.glowing-wrapper-animations * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.btn,
.normalBtn {
  position: relative;
  text-decoration: none;
}
.glowing-wrapper-borders,
.glowing-wrapper-glow,
.glowing-wrapper-mask {
  animation: 7s linear infinite borderTurn;
  background-image: conic-gradient(
    from 0 at 50% 50%,
    rgba(255, 255, 255, 0.8) 0deg,
    rgba(255, 255, 255, 0) 60deg,
    rgba(255, 255, 255, 0) 310deg,
    rgba(255, 255, 255, 0.8) 360deg
  );
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.glowing-wrapper-borders {
  animation-name: borderTurnWithTranslate;
}
@keyframes borderTurn {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes borderTurnWithTranslate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.btn {
  width: fit-content;
  height: auto;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #ed1c24;
  padding: 0;
  background: linear-gradient(
    110deg,
    rgba(37, 18, 80, 0.1) 39.46%,
    rgba(99, 12, 127, 0.1) 63.62%,
    rgba(28, 11, 141, 0.1) 99.85%
  );
  backdrop-filter: blur(45px);
}
.normalBtn,
p {
  font-size: 1rem;
}
.btn span,
.heading1,
.w-100 {
  width: 100%;
}
.btn span {
  height: 100%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.35);
  justify-content: center;
  gap: 20px;
}
.btn span small {
  color: #fff;
}
.btn span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: calc(100% - 0px);
  width: 0;
  z-index: -2;
  transition: 0.4s;
}
.btn span:hover::before {
  transition: 0.4s;
  left: 0;
  width: calc(100%);
}
.normalBtn {
  color: #f26522;
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.heading1,
.heading2 {
  color: transparent;
  -webkit-fill-color: transparent;
  font-family: Klavika-Medium;
  font-style: normal;
  font-weight: 700;
}
.normalBtn:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #f26522;
  border-bottom: 1px solid #f26522;
  transform: rotate(-45deg);
}
.normalBtn:hover {
  text-decoration: underline;
}
.heading1 {
  font-size: 3.125rem;
  line-height: 3.75rem;
  text-transform: capitalize;
  word-break: break-word;
  flex-shrink: 0;
  margin-bottom: 1.67rem;
  background: -webkit-linear-gradient(50deg, #fff 2.81%, #716262 108.65%);
  background-clip: text;
  -webkit-background-clip: text;
}
.heading2 {
  font-size: 2.5rem;
  line-height: normal;
  text-transform: uppercase;
  background: -webkit-linear-gradient(50deg, #fff 2.81%, #716262 108.65%);
  background-clip: text;
  -webkit-background-clip: text;
}
.heading3 {
  font-size: 2.3rem;
  line-height: 2.9rem;
  color: #fff;
  font-family: Klavika-Medium;
}
.heading4 {
  color: #fff;
  font-family: Klavika-Medium;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.375rem;
}
.heading5,
p {
  font-family: Klavika-Regular;
  font-style: normal;
  font-weight: 400;
}
.heading5 {
  color: #fff;
  font-size: 22px;
  line-height: 22.5px;
}
p {
  color: #f4e3e3;
  line-height: 1.5rem;
}
.blogCardWrapper .blogCardContent p a,
.fullImgWithText .fullcontent p a,
.iconList li a,
.leftRightWrapper p a,
.redeemWrapper .notesContent a,
table a {
  text-decoration: none !important;
  color: #f26522;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.blogCardWrapper .blogCardContent p a:hover,
.fullImgWithText .fullcontent p a:hover,
.iconList li a:hover,
.leftRightWrapper p a:hover,
.redeemWrapper .notesContent a:hover,
table a:hover {
  text-decoration: underline !important;
  transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.m-0-auto {
  margin: 0 auto !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mt-5 {
  margin-top: 5rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 1rem !important;
}
.pt-2 {
  padding-top: 2rem !important;
}
.pt-3 {
  padding-top: 3rem !important;
}
.pt-4 {
  padding-top: 4rem !important;
}
.pt-5 {
  padding-top: 5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 1rem !important;
}
.pb-2 {
  padding-bottom: 2rem !important;
}
.pb-3 {
  padding-bottom: 3rem !important;
}
.pb-4 {
  padding-bottom: 4rem !important;
}
.pb-5 {
  padding-bottom: 5rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.headDesc {
  margin-bottom: 100px;
}
.dNone,
.noAfter::after,
.noBefore::before,
.showOnMob {
  display: none;
}
.bgBlack {
  background: #000;
}
.alignContentCenter {
  align-content: center;
}
.noBg {
  background: 0 0 !important;
}
.flexColReverse {
  flex-direction: column-reverse;
}
@media screen and (max-width: 1025px) {
  .container,
  .container-fluid {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .mNone {
    display: none;
  }
  .dNone,
  .showOnMob {
    display: block;
  }
  .heading1 {
    font-size: 2.5em;
    line-height: 3.1rem;
    color: #fff;
    font-family: Klavika-Medium;
  }
  .heading2 {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
  .heading3 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .heading4 {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  .heading5 {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
  p {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .btn {
    font-size: 1rem;
  }
  .btn span {
    padding: 0.7rem 1rem;
  }
  body,
  html {
    overflow-x: hidden;
  }
}
