/*
===============================================
           CSS Table of Content
===============================================
1)  
2)  
3)  
4)  
5)  
6)  
7)  
8)  
9)  
10) 
11) 
12) 
13) 
14) 
15) 
16) 
17) 
18) 
19) 
20)  
21) 
22) 
23) 
24) 
25) 
26) 
27) 
28) 
29) 
30) 
31) 
32) 
33) 
34) 
35) 
36) 
37) 
38) 
39) 
40) 
41) 
42) 
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Englebert&display=swap");
:root {
  --bg-white: #fff;
  --body-bg: #0a1f41;
  --body-bg-dark: #271847;
  --surface-bg: #233146;
  --sidebar-bg: #191919;
  --display-color: #fff;
  --body-color: #ede6e6;
  --input-bg: #fff;
  --input-border: #e5e5e5;
  --placeholder-color: #858484;
  --border-color: #ffffff21;
  --orange-bg: #DD6726;
  --font-2xxl: 2rem;
  --font-2xl: 1.75rem;
  --font-xxl: 1.5rem;
  --font-xl: 1.25rem;
  --font-lg: 1.125rem;
  --font-md: 1rem;
  --font-sm: 0.875rem;
  --font-xs: 0.75rem;
  --font-xxs: 0.625rem;
  --primary: #F120C0;
  --primary-two: #01C6EE;
  --success: #22c55e;
  --info: #16C7F9;
  --warning: #f97316;
  --danger: #F81F58;
  --secondary: #845adf;
  --light: #e2e8f0;
  --extra-light: #e2e8f08a;
  --muted: #8094ae;
  --dark: #271847;
  --white: #ffffff;
  --display-1: 3.875rem; /* 32px */
  --display-2: 2.625rem; /* 28px */
  --display-3: 2rem; /* 24px */
  --display-4: 1.75rem; /* 22px */
  --display-5: 1.5rem; /* 20px */
  --display-6: 1.25rem; /* 18px */
}

@media (max-width: 575px) {
  :root {
    --display-1: 2.625rem; /* 24px */
    --display-2: 2.25rem; /* 22px */
    --display-3: 1.75rem; /* 20px */
    --display-4: 1.5rem; /* 18px */
    --display-5: 1.25rem; /* 18px */
    --display-6: 1.125rem; /* 16px */
  }
}
/* === reset css start === */
/* === reset css start === */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

@font-face {
  font-family: "BADABB";
  src: url("../fonts/BADABB.TTF");
}
:root {
  --display-font: "BADABB";
  --body-font: "Englebert", serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--body-bg);
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 1.125rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.2;
  overflow-x: hidden;
  background-position-y: top;
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
}

select {
  cursor: pointer;
}

dt {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  clear: both;
  color: inherit;
  opacity: 0.15;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
  font-size: 0.875rem;
}

pre::before, pre::after {
  box-shadow: none !important;
}

pre code {
  max-height: 400px !important;
  overflow-y: auto;
}

pre[class*=language-] > code {
  border-left-color: var(--primary);
  box-shadow: -1px 0 0 0 var(--primary), 0 0 0 1px var(--border-color);
}

address {
  font-style: inherit;
}

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

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  color: inherit;
}

a, button {
  cursor: revert;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

a:hover {
  color: var(--primary);
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

code {
  color: var(--danger);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* === reset css end === */
@media (min-width: 1400px) {
  .container {
    max-width: 1370px;
  }
}
/* === reset css end === */
/* === color css start === */
.text-primary {
  color: var(--primary) !important;
}

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

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

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

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

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

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

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

.text-extra-light {
  color: var(--extra-light) !important;
}

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

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

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

.text-yellow {
  color: #FFDD00 !important;
}

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

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

/* === color css end === */
/* === bg css start === */
.bg-primary {
  background-color: var(--primary) !important;
}

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

.bg-success {
  background-color: var(--success) !important;
}

.bg-info {
  background-color: var(--info) !important;
}

.bg-warning {
  background-color: var(--warning) !important;
}

.bg-danger {
  background-color: var(--danger) !important;
}

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

.bg-light {
  background-color: var(--light) !important;
}

.bg-extra-light {
  background-color: var(--extra-light) !important;
}

.bg-muted {
  background-color: var(--muted) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

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

.bg-light-primary {
  background-color: rgba(241, 32, 192, 0.1490196078) !important;
}

.bg-light-primary-two {
  background-color: rgba(1, 198, 238, 0.1490196078) !important;
}

.bg-light-success {
  background-color: rgba(34, 197, 94, 0.1490196078) !important;
}

.bg-light-info {
  background-color: rgba(22, 199, 249, 0.1490196078) !important;
}

.bg-light-warning {
  background-color: rgba(249, 115, 22, 0.1490196078) !important;
}

.bg-light-danger {
  background-color: rgba(248, 31, 88, 0.1490196078) !important;
}

.bg-light-secondary {
  background-color: rgba(132, 90, 223, 0.1490196078) !important;
}

.bg-light-light {
  background-color: rgba(226, 232, 240, 0.1490196078) !important;
}

.bg-light-extra-light {
  background-color: #e2e8f08a26 !important;
}

.bg-light-muted {
  background-color: rgba(128, 148, 174, 0.1490196078) !important;
}

.bg-light-dark {
  background-color: rgba(39, 24, 71, 0.1490196078) !important;
}

.bg-light-white {
  background-color: rgba(255, 255, 255, 0.1490196078) !important;
}

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

/* === bg css end === */
/* === shadow css start === */
/* === shadow css end === */
/* === flex css start === */
/* === flex css end === */
/* === size css start === */
/* === size css end === */
/* === spacing css start === */
/* === spacing css end === */
/* === spacing css start === */
/* === spacing css end === */
/* === animation css start === */
/* === animation css end === */
/* === typography css start === */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--display-color);
  font-family: var(--display-font);
}

h1, .h1 {
  font-size: var(--display-1);
}

h2, .h2 {
  font-size: var(--display-2);
}

h3, .h3 {
  font-size: var(--display-3);
}

h4, .h4 {
  font-size: var(--display-4);
}

h5, .h5 {
  font-size: var(--display-5);
}

h6, .h6 {
  font-size: var(--display-6);
}

.text-2xxl {
  font-size: var(--font-2xxl) !important;
}

.text-2xl {
  font-size: var(--font-2xl) !important;
}

.text-xxl {
  font-size: var(--font-xxl) !important;
}

.text-xl {
  font-size: var(--font-xl) !important;
}

.text-lg {
  font-size: var(--font-lg) !important;
}

.text-md {
  font-size: var(--font-md) !important;
}

.text-sm {
  font-size: var(--font-sm) !important;
}

.text-xs {
  font-size: var(--font-xs) !important;
}

.text-xxs {
  font-size: var(--font-xxs) !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.text-line-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-line-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* === typography css end === */
/* === text-align css start === */
/* === text-align css end === */
/* === border css start === */
/* === border css end === */
/* === hover css start === */
/* === hover css end === */
/* === overlay css start === */
/* === overlay css end === */
/* === position css start === */
/* === position css end === */
/* === preloader css start === */
/* === preloader css end === */
/* === buttons css start === */
.btn {
  font-family: var(--display-font);
  font-size: 1.875rem;
  padding: 0.75rem 1.25rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.375rem;
  border: 1.5px solid #000;
  box-shadow: 2px 2px 0 1px #000;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  font-weight: 400 !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-width: 178px;
  height: 54px;
}

@media (min-width: 1200px) {
  .btn {
    height: 56px;
    min-width: 190px;
    font-size: 1.75rem;
  }
}
@media (min-width: 1400px) {
  .btn {
    height: 64px;
    min-width: 207px;
    font-size: 2.0625rem;
  }
}
.hs-btn-primary {
  background-color: var(--primary);
  color: #fff;
}

.hs-btn-primary:hover {
  background-color: var(--primary-two);
  color: #fff;
}

.hs-btn-primary-two {
  background-color: var(--primary-two);
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hs-btn-primary-two:hover {
  background-color: var(--primary);
  border: 2px solid var(--dark);
  color: #fff;
}

.hs-solid-btn-white {
  background-color: #fff;
  color: var(--dark);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hs-solid-btn-white:hover {
  background-color: var(--primary);
  border: 2px solid var(--dark);
  color: #fff;
}

/* === buttons css end === */
/* === Dropdown css start === */
.dropdown-menu {
  background-color: var(--surface-bg);
  border: 2px solid var(--border-color);
}

.dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 32px;
}

.dropdown-menu .dropdown-item:hover {
  background-color: var(--primary-dark);
}

/* === Dropdown css end === */
/* === section css start === */
.hs-section-header {
  margin-bottom: 1.875rem;
}

@media (min-width: 992px) {
  .hs-section-header {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hs-section-header {
    margin-bottom: 3.75rem;
  }
}
.hs-section-title {
  font-size: 5.625rem;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1400px) {
  .hs-section-title {
    font-size: 7.625rem;
  }
}
/* === section css end === */
/* === alert css start === */
.alert {
  padding: 0.625rem 0.9375rem;
}

.alert-primary {
  color: var(--primary) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-primary::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-primary::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--primary);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-primary.border-0::after {
  display: none;
}

.alert-primary-two {
  color: var(--primary-two) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-primary-two::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--primary-two);
  border: 1px solid var(--primary-two);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-primary-two::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--primary-two);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-primary-two.border-0::after {
  display: none;
}

.alert-success {
  color: var(--success) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-success::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--success);
  border: 1px solid var(--success);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-success::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--success);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-success.border-0::after {
  display: none;
}

.alert-info {
  color: var(--info) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--info);
  border: 1px solid var(--info);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-info::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--info);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-info.border-0::after {
  display: none;
}

.alert-warning {
  color: var(--warning) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-warning::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--warning);
  border: 1px solid var(--warning);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-warning::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--warning);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-warning.border-0::after {
  display: none;
}

.alert-danger {
  color: var(--danger) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-danger::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--danger);
  border: 1px solid var(--danger);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-danger::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--danger);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-danger.border-0::after {
  display: none;
}

.alert-secondary {
  color: var(--secondary) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-secondary::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-secondary::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--secondary);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-secondary.border-0::after {
  display: none;
}

.alert-light {
  color: var(--light) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-light::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--light);
  border: 1px solid var(--light);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-light::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--light);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-light.border-0::after {
  display: none;
}

.alert-extra-light {
  color: var(--extra-light) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-extra-light::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--extra-light);
  border: 1px solid var(--extra-light);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-extra-light::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--extra-light);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-extra-light.border-0::after {
  display: none;
}

.alert-muted {
  color: var(--muted) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-muted::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--muted);
  border: 1px solid var(--muted);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-muted::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--muted);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-muted.border-0::after {
  display: none;
}

.alert-dark {
  color: var(--dark) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-dark::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--dark);
  border: 1px solid var(--dark);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-dark::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--dark);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-dark.border-0::after {
  display: none;
}

.alert-white {
  color: var(--white) !important;
  border: none;
  position: relative;
  background-color: transparent;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
}

.alert-white::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--white);
  border: 1px solid var(--white);
  opacity: 0.15;
  border-radius: 6px;
}

.alert-white::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid var(--white);
  opacity: 0.35;
  border-radius: 6px;
}

.alert-white.border-0::after {
  display: none;
}

.alert-light {
  color: var(--display-color) !important;
}

.alert-dismissible .btn-close {
  width: 10px;
  height: 7px;
  background-size: 10px;
}

.alert-dismissible .btn-close:focus {
  box-shadow: none;
}

/* === alert css end === */
/* === badge css start === */
.badge {
  font-weight: 500;
  font-size: 0.75rem;
}

.badge-primary {
  background-color: #F120C0 !important;
  color: #fff !important;
}

.badge-primary-two {
  background-color: #01C6EE !important;
  color: #fff !important;
}

.badge-success {
  background-color: #22c55e !important;
  color: #fff !important;
}

.badge-info {
  background-color: #16C7F9 !important;
  color: #fff !important;
}

.badge-warning {
  background-color: #f97316 !important;
  color: #fff !important;
}

.badge-danger {
  background-color: #F81F58 !important;
  color: #fff !important;
}

.badge-secondary {
  background-color: #845adf !important;
  color: #fff !important;
}

.badge-light {
  background-color: #e2e8f0 !important;
  color: #fff !important;
}

.badge-extra-light {
  background-color: rgba(226, 232, 240, 0.5411764706) !important;
  color: #fff !important;
}

.badge-muted {
  background-color: #8094ae !important;
  color: #fff !important;
}

.badge-dark {
  background-color: #271847 !important;
  color: #fff !important;
}

.badge-white {
  background-color: #ffffff !important;
  color: #fff !important;
}

.badge-light-primary {
  background-color: rgba(241, 32, 192, 0.1490196078) !important;
  color: #F120C0 !important;
}

.badge-light-primary-two {
  background-color: rgba(1, 198, 238, 0.1490196078) !important;
  color: #01C6EE !important;
}

.badge-light-success {
  background-color: rgba(34, 197, 94, 0.1490196078) !important;
  color: #22c55e !important;
}

.badge-light-info {
  background-color: rgba(22, 199, 249, 0.1490196078) !important;
  color: #16C7F9 !important;
}

.badge-light-warning {
  background-color: rgba(249, 115, 22, 0.1490196078) !important;
  color: #f97316 !important;
}

.badge-light-danger {
  background-color: rgba(248, 31, 88, 0.1490196078) !important;
  color: #F81F58 !important;
}

.badge-light-secondary {
  background-color: rgba(132, 90, 223, 0.1490196078) !important;
  color: #845adf !important;
}

.badge-light-light {
  background-color: rgba(226, 232, 240, 0.1490196078) !important;
  color: #e2e8f0 !important;
}

.badge-light-extra-light {
  background-color: #e2e8f08a26 !important;
  color: rgba(226, 232, 240, 0.5411764706) !important;
}

.badge-light-muted {
  background-color: rgba(128, 148, 174, 0.1490196078) !important;
  color: #8094ae !important;
}

.badge-light-dark {
  background-color: rgba(39, 24, 71, 0.1490196078) !important;
  color: #271847 !important;
}

.badge-light-white {
  background-color: rgba(255, 255, 255, 0.1490196078) !important;
  color: #ffffff !important;
}

.badge-light {
  color: var(--display-color) !important;
}

/* === badge css end === */
/* === table css start === */
.table thead th {
  font-size: 0.875rem;
  color: var(--display-color);
  padding: 0.5rem 0.75rem;
  font-weight: 600;
}

@media (min-width: 992px) {
  .table thead th:last-child {
    text-align: right;
  }
}
.table tbody td {
  font-size: 0.875rem;
  vertical-align: middle;
  color: var(--body-color);
  padding: 0.875rem 0.75rem;
}

@media (min-width: 992px) {
  .table tbody td:last-child {
    text-align: right;
  }
  .table tbody td:last-child .d-flex {
    justify-content: flex-end;
  }
}
.table.head-light-bg thead th {
  background-color: var(--light);
}

.table.head-rounded thead th {
  border: none;
}

.table.head-rounded thead th:first-child {
  border-radius: 8px 0 0 8px;
}

.table.head-rounded thead th:last-child {
  border-radius: 0 8px 8px 0;
}

.table.head-primary-bg thead th {
  background-color: var(--primary);
  color: #fff;
}

.default-table thead th {
  border-color: var(--border-color);
}

.default-table tbody td {
  border-color: var(--border-color);
}

.bordered-table thead th {
  border: 1px solid var(--border-color);
}

.bordered-table tbody td {
  border: 1px solid var(--border-color);
}

.borderless-table thead th {
  border: none;
}

.borderless-table tbody td {
  border: none;
}

/* === table css end === */
/* === data table css start === */
.dt-container .row {
  margin-top: 1rem !important;
}

.dt-container .row:first-child {
  margin-top: 0 !important;
}

table.dataTable {
  width: 100% !important;
}

.dt-length,
.dt-search {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dt-length label,
.dt-search label {
  white-space: nowrap;
  font-size: 0.875rem;
}

.dt-search input {
  border-color: var(--border-color) !important;
  padding: 2px 15px !important;
}

.dataTable thead th:hover {
  outline: none !important;
}

.dataTable tbody tr:hover td {
  background-color: #f1f5f9 !important;
}

.dataTable tbody td {
  background-color: #fff;
  border: none !important;
}

.dt-info {
  font-size: 0.875rem;
}

table.dataTable.display > tbody > tr:nth-child(odd) > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(odd) > .sorting_1 {
  box-shadow: none;
}

table.dataTable.display > tbody > tr:nth-child(even) > .sorting_1,
table.dataTable.order-column.stripe > tbody > tr:nth-child(even) > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *,
table.dataTable.display > tbody > tr:nth-child(odd) > * {
  box-shadow: none;
}

table.dataTable.stripe > tbody > tr:nth-child(even) > *,
table.dataTable.display > tbody > tr:nth-child(even) > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}

.dt-paging .pagination .page-item {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}

.dt-paging .pagination .page-item.active .page-link {
  background-color: var(--primary) !important;
  color: #fff;
}

.dt-paging .pagination .page-item.active .page-link:focus {
  color: #fff;
}

.dt-paging .pagination .page-item .page-link {
  color: var(--body-color);
  border: none;
  background-color: transparent !important;
  padding: 2px 12px !important;
  border-radius: 6px !important;
}

.dt-paging .pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: var(--light);
  color: var(--display-color);
}

/* === data table css end === */
/* === table responsive css start === */
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
@media (max-width: 991px) {
  .responsive-table tbody tr td {
    padding: 0;
    border: 1px solid var(--border-color) !important;
    border-bottom: none !important;
  }
  .responsive-table tbody tr td:last-child {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--border-color) !important;
  }
  .responsive-table tbody tr td::before {
    background-color: var(--light);
    padding: 10px;
    color: var(--display-color);
    font-weight: 600 !important;
  }
  .responsive-table tbody tr td .bt-content {
    padding: 7px 15px;
  }
}
table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9 ;
  width: 100% \9 ;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

/* === table responsive css end === */
/* === text editor css start === */
/* === text editor css end === */
/* === icon picker css start === */
/* === icon picker css end === */
/* === toastr css start === */
.jq-toast-wrap .jq-toast-single {
  transition: all 0s;
}

.jq-toast-wrap .jq-toast-loader {
  height: 3px;
}

/* === toastr css end === */
/* === form css start === */
.form-select, .form-control, textarea {
  border: 1px solid var(--primary);
  color: var(--display-color) !important;
  background-color: transparent;
  padding: 0.5rem 1.25rem;
  font-size: 1.5rem;
}

.form-select::placeholder, .form-control::placeholder, textarea::placeholder {
  color: #c8c6c6;
}

.form-select:focus, .form-select:active, .form-control:focus, .form-control:active, textarea:focus, textarea:active {
  box-shadow: none;
  border-color: var(--primary) !important;
  background-color: transparent;
}

.form-select {
  padding: 0.5625rem 1.875rem 0.5625rem 0.9375rem;
  background-position-x: right;
  background-size: 26px 12px;
  height: 54px;
}

.form-select.form-select-lg {
  height: 56px;
  font-size: 1.125rem;
}

.form-select.form-select-sm {
  height: 33.5px;
  font-size: 0.8125rem;
  padding: 0.375rem 1.875rem 0.375rem 0.9375rem;
}

.form-select, .form-control:not(textarea) {
  height: 3.875rem;
}

.form-control[type=file] {
  line-height: 2;
}

.form-control[readonly] {
  background-color: var(--light);
}

.form-control.form-control-lg {
  height: 56px;
  font-size: 1.125rem;
}

.form-control.form-control-lg[type=file] {
  line-height: 2.1;
}

.form-control.form-control-sm {
  height: 33.5px;
  font-size: 0.8125rem;
}

.form-control.form-control-sm[type=file] {
  line-height: 1.1;
}

.form-label {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  color: var(--display-color);
  font-weight: 600;
}

.input-group-text {
  color: var(--body-color);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--danger);
}

.invalid-feedback {
  color: var(--danger);
}

/* icon field css start */
.icon-field {
  position: relative;
}

.icon-field .icon {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 40px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  color: var(--placeholder-color);
}

.icon-field .form-control {
  padding-inline-start: 2.5rem;
}

.icon-field .form-control.form-control-lg ~ .icon {
  top: 18px;
}

.icon-field .form-control.form-control-sm ~ .icon {
  top: 10px;
}

/* icon field css end */
/* input Radio Css Start */
.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: var(--primary);
}

.form-check {
  margin-bottom: 0;
  padding-left: 0;
  gap: 12px;
  display: inline-flex;
  align-items: center;
}

.form-check.style-check .form-check-input::before {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  transform: translate(-50%, -50%) scale(1);
  transition: 0.2s linear;
}

.form-check.style-check .form-check-input::after {
  position: absolute;
  content: "\eb7a";
  font-family: "remixicon";
  display: inline-block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
  border-radius: inherit !important;
}

.form-check.style-check .form-check-input:checked {
  border-color: var(--primary) !important;
}

.form-check.style-check .form-check-input:checked::after {
  visibility: visible;
  opacity: 1;
}

.form-check .form-check-input {
  border: 1px solid var(--border-color);
  background: transparent;
  width: 18px;
  height: 18px;
  position: relative;
  flex-shrink: 0;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
}

.form-check .form-check-input:checked[type=radio] {
  background-image: none;
  border-color: var(--primary);
}

.form-check .form-check-input:checked::before {
  transform: translate(-50%, -50%) scale(1);
  visibility: visible;
  opacity: 1;
}

.form-check .form-check-input:checked ~ label {
  color: var(--body-color) !important;
}

.form-check .form-check-input::before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  background-color: var(--primary);
  border-radius: inherit;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s linear;
}

.form-check .form-check-input:focus {
  box-shadow: none;
}

.badge[class*=-primary] .form-check-input {
  border-color: var(--primary) !important;
}

.badge[class*=-success] .form-check-input {
  border-color: var(--success) !important;
}

.badge[class*=-info] .form-check-input {
  border-color: var(--info) !important;
}

.badge[class*=-warning] .form-check-input {
  border-color: var(--warning) !important;
}

.badge[class*=-danger] .form-check-input {
  border-color: var(--danger) !important;
}

.badge[class*=-secondary] .form-check-input {
  border-color: var(--secondaryf) !important;
}

.badge[class*=-dark] .form-check-input {
  border-color: var(--dark) !important;
}

/* input Radio Css End */
/* Switch Css Start */
.form-switch {
  padding-inline-start: 0;
}

.form-switch .form-check-input {
  box-shadow: none !important;
  margin: 0;
  position: relative;
  background-color: var(--light);
  border: 0;
  background-image: none !important;
  width: 36px;
  height: 20px;
}

.form-switch .form-check-input:checked {
  background-color: var(--primary);
}

.form-switch .form-check-input:checked::before {
  left: calc(100% - 18px);
  transition: 0.2s linear;
}

.form-switch .form-check-input:checked ~ .form-check-label {
  color: var(--body-color) !important;
}

.form-switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  transition: 0.2s linear;
}

.form-switch.form-switch-sm .form-check-input {
  width: 30px;
  height: 18px;
}

.form-switch.form-switch-sm .form-check-input:checked {
  background-color: var(--primary);
}

.form-switch.form-switch-sm .form-check-input:checked::before {
  left: calc(100% - 16px);
}

.form-switch.form-switch-sm .form-check-input::before {
  width: 12px;
  height: 12px;
  left: 3px;
}

/* Switch Css End */
/* Switch different Color Css start */
.switch-primary .form-check-input:checked {
  background-color: var(--primary) !important;
}

.switch-primary .form-check-input:checked ~ .form-check-label {
  color: var(--primary) !important;
}

.switch-info .form-check-input:checked {
  background-color: var(--info) !important;
}

.switch-info .form-check-input:checked ~ .form-check-label {
  color: var(--info) !important;
}

.switch-success .form-check-input:checked {
  background-color: var(--success) !important;
}

.switch-success .form-check-input:checked ~ .form-check-label {
  color: var(--success) !important;
}

.switch-danger .form-check-input:checked {
  background-color: var(--danger) !important;
}

.switch-danger .form-check-input:checked ~ .form-check-label {
  color: var(--danger) !important;
}

.switch-warning .form-check-input:checked {
  background-color: var(--warning) !important;
}

.switch-warning .form-check-input:checked ~ .form-check-label {
  color: var(--warning) !important;
}

.switch-dark .form-check-input:checked {
  background-color: var(--dark) !important;
}

.switch-dark .form-check-input:checked ~ .form-check-label {
  color: var(--dark) !important;
}

.switch-purple .form-check-input:checked {
  background-color: var(--lilac) !important;
}

.switch-purple .form-check-input:checked ~ .form-check-label {
  color: var(--lilac) !important;
}

/* Switch different Color Css End */
/* input Group Checkbox Css Start */
.btn-check:checked + .btn {
  color: #fff !important;
}

.btn-check:checked + .btn-outline-warning {
  background-color: var(--warning) !important;
  border-color: var(--warning) !important;
}

.btn-check:checked + .btn-outline-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
}

.btn-check:checked + .btn-outline-danger {
  background-color: var(--danger) !important;
  border-color: var(--danger) !important;
}

.btn-check:checked + .btn-outline-success {
  background-color: var(--success) !important;
  border-color: var(--success) !important;
}

.btn-check:checked + .btn-outline-warning {
  background-color: var(--warning) !important;
  border-color: var(--warning) !important;
}

.btn-check:checked + .btn-outline-info {
  background-color: var(--info) !important;
  border-color: var(--info) !important;
}

.btn-check:checked + .btn-outline-lilac {
  background-color: var(--lilac) !important;
  border-color: var(--lilac) !important;
}

/* input Group Checkbox Css End */
/* custom form fields css start */
.form-mobile-field {
  position: relative;
}

.form-mobile-field .form-select {
  width: auto;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border: 0;
  background-color: transparent;
}

.form-mobile-field .form-control {
  padding-inline-start: 4.375rem;
}

select option {
  background-color: var(--bg-white);
}

.was-validated .form-mobile-field .form-control {
  padding-inline-start: 5.9375rem;
}

/* custom form fields css end */
/* === form css end === */
/* === form select two css start === */
/* === form select two css end === */
/* === card css start === */
.card {
  background-color: var(--bg-white);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  box-shadow: 0 0.25rem 1.875rem rgba(46, 45, 116, 0.05);
  border: none;
  position: initial;
  color: var(--body-color);
}

.card .card-header {
  background-color: var(--bg-white);
  padding: 0.875rem 1rem;
  border-color: var(--border-color);
  color: var(--body-color);
}

@media (min-width: 768px) {
  .card .card-header {
    padding: 0.875rem 1.5rem;
  }
}
.card .card-title {
  font-size: 1.125rem !important;
  font-weight: 600;
  color: var(--display-color);
}

.card .card-body {
  padding: 0.875rem 1rem;
  color: var(--body-color);
}

@media (min-width: 768px) {
  .card .card-body {
    padding: 0.875rem 1.5rem;
  }
}
.card .card-footer {
  background-color: var(--bg-white);
  border-color: var(--border-color);
  padding: 0.875rem 1rem;
}

@media (min-width: 768px) {
  .card .card-footer {
    padding: 0.875rem 1.5rem;
  }
}
/* === card css end === */
/* === modal css start === */
.modal-header .btn-close {
  margin-inline-start: auto;
  margin-inline-end: 0;
}

.modal-title {
  font-size: 1.125rem;
}

/* === modal css end === */
/* === accordion css start === */
/* =========================== Accordion Css start ============================= */
.accordion .accordion-item {
  border: 1px solid rgba(255, 255, 255, 0.6) !important;
  background-color: rgba(255, 255, 255, 0.18) !important;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
}

.accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion .accordion-body {
  background-color: transparent;
  padding: 16px 24px 20px 24px;
  color: var(--body-color);
}

.accordion .accordion-body p {
  font-size: 26px;
  color: #fff;
}

.accordion .accordion-button {
  background: transparent;
  font-size: 38px;
  font-family: var(--body-font);
  color: #512297;
  border: none;
  border-radius: 0 !important;
  padding: 12px 16px;
  box-shadow: none !important;
  -webkit-text-stroke: 5px #E2C5F9;
  text-stroke: 5px #E2C5F9;
  paint-order: stroke fill;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .accordion .accordion-button {
    font-size: 54px;
    padding: 12px 24px;
  }
}
.accordion .accordion-button::after {
  display: none;
}

.accordion .accordion-button .icon {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background-color: #A670FF;
  border: 3px solid #7D2DFF;
  color: #fff;
  font-size: 24px;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: -2px 2px 5px 2px rgba(125, 45, 255, 0.25);
}

/* ================================= Accordion Css End =========================== */
/* === accordion css end === */
/* === nav-tabs css start === */
.nav-tabs.bordered-tab {
  border-color: var(--border-color);
}

.nav-tabs.bordered-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.nav-tabs.bordered-tab .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  opacity: 0;
}

.nav-tabs.bordered-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--primary);
}

.nav-tabs.bordered-tab .nav-item .nav-link.active::after {
  opacity: 1;
}

.nav-tabs.bordered-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
}

.nav-tabs.bordered-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.pill-tab {
  border: none;
}

.nav-tabs.pill-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-tabs.pill-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  background-color: var(--primary);
  color: #fff;
}

.nav-tabs.pill-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: #fff;
  color: var(--primary);
}

.nav-tabs.pill-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.pill-light-tab {
  border: none;
}

.nav-tabs.pill-light-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.nav-tabs.pill-light-tab .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0;
  z-index: -1;
  border-radius: 6px !important;
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--primary);
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active::before {
  opacity: 0.25;
}

.nav-tabs.pill-light-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
  color: #fff;
}

.nav-tabs.pill-light-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: var(--body-color);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.nav-tabs.light-bg-tab {
  background-color: #f1f5f9;
  border-bottom: none;
  padding: 5px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.nav-tabs.light-bg-tab .nav-item .nav-link {
  border: none;
  position: relative;
  color: var(--body-color);
  border-radius: 6px !important;
  padding: 0.375rem 0.9375rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border: none;
}

.nav-tabs.light-bg-tab .nav-item .nav-link.active {
  margin-bottom: 0;
  color: var(--primary);
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
}

.nav-tabs.light-bg-tab .nav-item .nav-link.active .nav-tabs-badge {
  background-color: var(--primary);
  color: #fff;
}

.nav-tabs.light-bg-tab .nav-item .nav-link .nav-tabs-badge {
  width: 18px;
  height: 18px;
  background-color: rgba(0, 0, 0, 0.1);
  color: var(--body-color);
  font-size: 0.625rem;
  font-weight: 500;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.nav-tabs.nav-tabs-sm .nav-item .nav-link {
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
}

.nav-tabs.nav-tabs-gap-0 .nav-item {
  padding-inline: 0.375rem;
}

@media (min-width: 1400px) {
  .nav-tabs.nav-tabs-gap-0 .nav-item {
    padding-inline: 0.75rem;
  }
}
.nav-tabs.nav-tabs-gap-0 .nav-item .nav-link {
  padding-inline: 0;
  padding-block: 0.75rem;
  font-size: 0.875rem;
}

.tab-content {
  margin-top: 1rem;
}

/* === nav-tabs css end === */
/* === pagination css start === */
.pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
}

.pagination .page-item .page-link {
  color: var(--body-color);
}

.pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: var(--light);
  color: var(--display-color);
}

.pagination-style-one .pagination {
  gap: 0.625rem;
}

.pagination-style-one .pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
}

.pagination-style-one .pagination .page-item .page-link {
  color: var(--body-color);
  border-radius: 0.25rem !important;
  width: 35px;
  height: 35px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination-style-one .pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: var(--light);
  color: var(--display-color);
}

.pagination-style-two .pagination {
  gap: 0.625rem;
}

.pagination-style-two .pagination .page-item.active .page-link {
  background-color: var(--primary);
  color: #fff;
}

.pagination-style-two .pagination .page-item .page-link {
  color: var(--body-color);
  border-radius: 0.25rem !important;
  width: 35px;
  height: 35px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.pagination-style-two .pagination .page-item .page-link:focus {
  box-shadow: none;
  background-color: var(--light);
  color: var(--display-color);
}

/* === pagination css end === */
/* === avatar css start === */
*[class*=avatar-] {
  object-fit: cover;
  -o-object-fit: cover;
}

*[class*=avatar-].has-circle::before {
  content: "/";
}

.avatar-6xl {
  width: 6.25rem;
  height: 6.25rem;
}

.avatar-5xl {
  width: 5rem;
  height: 5rem;
}

.avatar-4xl {
  width: 4.375rem;
  height: 4.375rem;
}

.avatar-3xl {
  width: 3.75rem;
  height: 3.75rem;
}

.avatar-2xl {
  width: 3.125rem;
  height: 3.125rem;
}

.avatar-xl {
  width: 2.75rem;
  height: 2.75rem;
}

.avatar-lg {
  width: 2.5rem;
  height: 2.5rem;
}

.avatar-md {
  width: 2rem;
  height: 2rem;
}

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}

.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
}

.avatar-chain-list {
  display: flex;
  align-items: center;
}

.avatar-chain-list li + li {
  margin-left: -0.625rem;
}

/* === avatar css end === */
/* === list-style css start === */
.list-group-item {
  border-color: var(--border-color);
}

.list-group-item.active {
  background-color: var(--primary);
}

.number-list {
  list-style: decimal;
  padding-left: 20px;
}

.number-list li + li {
  margin-top: 8px;
}

/* === list-style css end === */
/* === apex-chart css start === */
/* === apex-chart css end === */
/* === progress-bar css start === */
/* === progress-bar css end === */
/* === vector-map css start === */
/* === vector-map css end === */
/* === scroll css start === */
/* === scroll css end === */
/* === slider css start === */
/* === slider css end === */
/* === tooltip css start === */
/* === tooltip css end === */
/* === image upload css start === */
/* === image upload css end === */
/* === auth css start === */
/* === auth css end === */
/* === date picker css start === */
/* === date picker css end === */
/* === time picker css start === */
/* === time picker css end === */
/* === faq css start === */
/* === faq css end === */
/* === editor css start === */
/* === editor css end === */
/* === widgets css start === */
/* === widgets css end === */
/* === referral css start === */
/* === referral css end === */
/* === toggle-btn css start === */
/* === toggle-btn css end === */
/* === payment gateway css start === */
/* === payment gateway css end === */
/* === theme selection css start === */
/* === theme selection css end === */
/* === sections list css start === */
/* === sections list css end === */
/* === drop zone css start === */
/* === drop zone css end === */
/* === support ticket css start === */
/* === support ticket css end === */
/* === header css start === */
.hs-header {
  padding-top: 36px;
}

@media (max-width: 575px) {
  .hs-header {
    padding-top: 22px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}
@media (max-width: 1199px) {
  .hs-header .hs-header-social-links {
    display: none;
  }
}
.hs-header-wrapper {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .hs-header-wrapper {
    padding: 5px 16px;
    background-color: #fff;
    border: 1.5px solid #000;
    box-shadow: 3px 3px 0 1px #000;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
  }
}
@media (min-width: 1200px) {
  .hs-header-wrapper {
    gap: 16px;
  }
}
@media (min-width: 1400px) {
  .hs-header-wrapper {
    gap: 22px;
  }
}
@media (min-width: 1200px) {
  .hs-header-wrapper .hs-header-logo {
    padding: 10px 20px;
    background-color: #fff;
    border: 1.5px solid #000;
    box-shadow: 3px 3px 0 1px #000;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    padding: 8px 16px;
  }
}
@media (min-width: 1400px) {
  .hs-header-wrapper .hs-header-logo {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  .hs-mobile-sidebar-open {
    display: none;
  }
}
.hs-header-menu {
  display: none;
}

@media (min-width: 1200px) {
  .hs-header-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border: 1.5px solid #000;
    box-shadow: 3px 3px 0 1px #000;
    padding: 8px;
  }
}
@media (min-width: 1400px) {
  .hs-header-menu {
    padding: 10px;
  }
}
.hs-header-menu li:last-child a {
  min-width: 68px;
}

.hs-header-menu li a {
  color: #000;
  font-family: var(--display-font);
  font-size: 23px;
  min-width: 140px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #000;
  padding: 4px 8px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .hs-header-menu li a {
    font-size: 20px;
    min-width: 88px;
  }
}
@media (min-width: 1400px) {
  .hs-header-menu li a {
    font-size: 23px;
    min-width: 140px;
  }
}
.hs-header-menu li a:hover {
  background-color: var(--primary);
  color: #fff;
  box-shadow: 2px 2px 0 1px #000;
}

.hs-header-social-links {
  display: flex;
  gap: 10px;
  padding: 9px;
  background-color: #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border: 1.5px solid #000;
  box-shadow: 3px 3px 0 1px #000;
}

@media (min-width: 1200px) {
  .hs-header-social-links {
    padding: 7px;
  }
}
@media (min-width: 1400px) {
  .hs-header-social-links {
    padding: 9px;
  }
}
.hs-header-social-links li a {
  width: 46px;
  height: 46px;
  padding: 8px;
  border: 1px solid #000;
  box-shadow: 1px 1px 0 1px #000;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .hs-header-social-links li a {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1400px) {
  .hs-header-social-links li a {
    width: 46px;
    height: 46px;
  }
}
.hs-header-social-links li a:hover {
  background-color: var(--primary-two);
}

.hs-mobile-menu-sidebar {
  position: fixed;
  top: 0;
  left: -105%;
  width: 240px;
  height: 100vh;
  overflow-y: auto;
  background: #5F5FED;
  z-index: 9;
  padding: 20px 20px;
  transition: all 0.3s;
}

.hs-mobile-menu-sidebar.active {
  left: 0;
}

.hs-mobile-menu-sidebar .hs-mobile-menu-sidebar-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hs-mobile-menu-sidebar .hs-sidebar-menu li a {
  font-family: var(--display-font);
  color: #fff;
  font-size: 32px;
  padding: 10px 0;
}

/* === header css end === */
/* === footer css start === */
.hs-footer-details {
  font-size: 22px;
  color: #fff;
  margin-top: 40px;
}

.hs-footer-menu {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 40px;
  margin-top: 16px;
}

.hs-footer-menu li a {
  color: #fff;
  font-size: 34px;
  position: relative;
  text-transform: uppercase;
}

.hs-footer-menu li a::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

/* === footer css end === */
/* === hero section css start === */
.hs-hero {
  padding-top: 24px;
  padding-bottom: 50px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .hs-hero {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .hs-hero .container {
    padding-inline: 0;
  }
}
.hs-hero-wrapper {
  padding: 14px 30px 0 30px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border: 5.5px solid var(--primary);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .hs-hero-wrapper {
    padding: 14px 30px 33px 50px;
  }
}
@media (max-width: 575px) {
  .hs-hero-wrapper {
    border: none;
    border-radius: 0;
    padding: 120px 12px 300px 12px;
    background-image: url("../images/bg/mobile-banner.jpg") !important;
    overflow: hidden;
  }
}
.hs-hero-wrapper .hs-hero-main-img {
  position: absolute;
  bottom: -100px;
  right: -65px;
}

@media (max-width: 1399px) {
  .hs-hero-wrapper .hs-hero-main-img {
    max-height: 720px;
    right: -25px;
  }
}
@media (max-width: 1199px) {
  .hs-hero-wrapper .hs-hero-main-img {
    display: none;
  }
}
.hs-hero-subtitle {
  font-size: 29px;
  text-shadow: -3px -3px 0 #000, 0 -3px 0 #000, 3px -3px 0 #000, 3px 0 0 #000, 3px 7px 7px rgba(0, 0, 0, 0.62), 0 3px 0 #000, -3px 3px 0 #000, -3px 0 0 #000;
}

@media (min-width: 768px) {
  .hs-hero-subtitle {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .hs-hero-right-img {
    display: none;
  }
}
@media (max-width: 575px) {
  .hs-hero-right-img {
    position: absolute;
    bottom: -13%;
    left: 41%;
    transform: translateX(-50%);
    min-width: 90%;
  }
}
@media (max-width: 460px) {
  .hs-hero-right-img {
    min-width: 120%;
  }
}
.presale-box {
  padding: 16px 30px 16px 30px;
  background-color: #271847;
  border: 5px solid #fff;
  box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.56);
  border-radius: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  -ms-border-radius: 34px;
  -o-border-radius: 34px;
}

.presale-box .presale-price {
  font-size: 48px;
  color: #fff;
}

@media (min-width: 1200px) {
  .presale-box .presale-price {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  .presale-box .presale-price {
    font-size: 60px;
  }
}
.presale-box .presale-price-details {
  font-size: 32px;
  color: #fff;
}

@media (min-width: 1200px) {
  .presale-box .presale-price-details {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .presale-box .presale-price-details {
    font-size: 45px;
  }
}
.presale-progress {
  position: relative;
  height: 32px;
  border-radius: 99px;
  margin-block-start: 8px;
  margin-block-end: 16px;
}

@media (min-width: 1200px) {
  .presale-progress {
    height: 38px;
  }
}
@media (min-width: 1400px) {
  .presale-progress {
    height: 44px;
  }
}
.presale-progress .progress-bar {
  background: linear-gradient(to right, #788FFF 0%, #5F5FED 73%);
}

.presale-progress .progress-label {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 24px;
  color: #271847;
  font-family: var(--display-font);
  z-index: 1;
}

@media (min-width: 1200px) {
  .presale-progress .progress-label {
    font-size: 32px;
  }
}
@media (min-width: 1400px) {
  .presale-progress .progress-label {
    font-size: 40px;
  }
}
.presale-progress-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.presale-input-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 767px) {
  .presale-input-wrapper {
    gap: 24px;
  }
}
.presale-input-wrapper .presale-input {
  width: calc(50% - 34px);
  height: 72px;
  background-color: #fff;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

@media (max-width: 767px) {
  .presale-input-wrapper .presale-input {
    width: 100%;
  }
}
.presale-input-wrapper .presale-input.main-currency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
}

.presale-input-wrapper .presale-input.main-currency input {
  width: calc(100% - 57px);
  height: 56px;
  font-size: 48px;
  color: #000;
}

.presale-input-wrapper .presale-input.main-currency input:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.presale-input-wrapper .presale-input.main-currency img {
  width: 57px;
}

.presale-input-wrapper .presale-input.selectable-currency {
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 10px;
}

@media (max-width: 767px) {
  .presale-input-wrapper .presale-input.selectable-currency {
    justify-content: flex-end;
    padding: 10px;
  }
}
.presale-input-wrapper .presale-input-middle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  outline: 14px solid #271847;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .presale-input-wrapper .presale-input-middle-icon {
    width: 53px;
    height: 53px;
    outline-width: 6px;
  }
}
@media (max-width: 767px) {
  .presale-input-wrapper .presale-input-middle-icon img {
    width: 33px;
    transform: rotate(90deg);
  }
}
.presale-input-wrapper .presale-currency-drop-btn {
  background-color: #D9D9D9;
  border-radius: 99px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px 9px 10px;
}

.presale-input-wrapper .presale-currency-drop-btn span {
  font-size: 29px;
  color: #000;
}

.presale-input-wrapper .presale-currency-drop-btn .dropdown-arrow {
  transform: rotate(90deg);
}

.presale-btn-wrapper {
  margin-top: 24px;
  padding-inline: 40px;
}

@media (min-width: 768px) {
  .presale-btn-wrapper {
    padding-inline: 75px;
  }
}
.presale-btn {
  padding: 8px 30px;
  background-color: #6162EF;
  border: 3px solid #9194F5;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
  box-shadow: 0 4px 0 0 #6E7BF8;
  font-size: 29px;
  color: #fff;
  font-family: var(--display-font);
  width: 100%;
}

/* === hero section css end === */
/* === ticker css start === */
.hs-ticker {
  position: relative;
}

.hs-ticker-wrapper {
  background-color: var(--primary);
  padding-block: 24px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  overflow: hidden;
  border: 4.5px solid #fff;
}

@media (max-width: 575px) {
  .hs-ticker-wrapper {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .hs-ticker .container {
    padding-inline: 0;
  }
}
.hs-ticker-slider .slick-list {
  margin: 0 -12px;
}

.hs-ticker-slider .single-slide {
  padding: 0 12px;
}

/* === ticker css end === */
/* === featured css start === */
.hs-featured {
  padding-top: 100px;
  padding-bottom: 90px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hs-featured {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
@media (min-width: 1400px) {
  .hs-featured {
    padding-top: 120px;
    padding-bottom: 220px;
  }
}
.hs-featured .hs-section-title {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .hs-featured .hs-section-title {
    margin-bottom: 120px;
  }
}
.hs-featured-slider-one-wrapper {
  padding-block: 4px;
  background-color: #fff;
  transform: rotate(-6.45deg);
  opacity: 0.6;
  margin-left: -40px;
  width: calc(100% + 80px);
}

@media (min-width: 768px) {
  .hs-featured-slider-one-wrapper {
    padding-block: 12px;
    margin-left: -100px;
    width: calc(100% + 200px);
  }
}
.hs-featured-slider-two-wrapper {
  padding-block: 4px;
  background-color: #fff;
  transform: rotate(9deg);
  margin-top: -50px;
  width: calc(100% + 80px);
  margin-left: -40px;
}

@media (min-width: 768px) {
  .hs-featured-slider-two-wrapper {
    padding-block: 12px;
    width: calc(100% + 200px);
    margin-left: -100px;
    margin-top: -140px;
  }
}
.hs-featured-item {
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .hs-featured-item {
    height: 50px;
  }
}
@media (min-width: 1200px) {
  .hs-featured-item {
    height: 60px;
  }
}
@media (min-width: 1400px) {
  .hs-featured-item {
    height: 80px;
  }
}
@media (max-width: 1199px) {
  .hs-featured-item img {
    max-height: 50px;
  }
}
@media (max-width: 1199px) {
  .hs-featured-item img {
    max-height: 32px;
  }
}
.hs-featured-slider-one .slick-list {
  margin: 0 -12px;
}

.hs-featured-slider-one .single-slide {
  padding: 0 12px;
}

.hs-featured-slider-two {
  background-color: #fff;
}

.hs-featured-slider-two .slick-list {
  margin: 0 -12px;
}

.hs-featured-slider-two .single-slide {
  padding: 0 12px;
}

.hs-featured-slider-two {
  transform: rotate(180deg);
}

.hs-featured-slider-two .slick-slide {
  transform: rotate(180deg);
}

/* === featured css end === */
/* === buy css start === */
.hs-buy {
  padding-top: 50px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media (min-width: 576px) {
  .hs-buy {
    padding-top: 120px;
  }
}
.hs-buy .hs-section-title {
  margin-bottom: 50px;
}

.hs-buy-wrapper .hs-buy-single + .hs-buy-single {
  margin-top: 32px;
}

.hs-buy-single {
  position: relative;
  background-color: rgba(255, 255, 255, 0.18);
  padding: 30px 34px;
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
}

.hs-buy-single:nth-child(odd) .hs-buy-single-img {
  top: -100px;
  left: 0;
}

@media (max-width: 1399px) {
  .hs-buy-single:nth-child(odd) .hs-buy-single-img {
    max-height: 140px;
    top: -75px;
  }
}
@media (max-width: 767px) {
  .hs-buy-single:nth-child(odd) .hs-buy-single-img {
    left: -60px;
    max-height: 100px;
    top: 10px;
  }
}
.hs-buy-single:nth-child(even) .hs-buy-single-img {
  top: -110px;
  right: -25px;
}

@media (max-width: 1399px) {
  .hs-buy-single:nth-child(even) .hs-buy-single-img {
    max-height: 150px;
    top: -80px;
  }
}
@media (max-width: 767px) {
  .hs-buy-single:nth-child(even) .hs-buy-single-img {
    right: auto;
    top: 5px;
    left: -50px;
    max-height: 120px;
  }
}
.hs-buy-single-img {
  position: absolute;
}

.hs-buy-single .title {
  font-size: 60px;
  color: var(--primary);
  font-family: var(--body-font);
  -webkit-text-stroke: 10px #fff;
  text-stroke: 10px #fff;
  paint-order: stroke fill;
}

@media (min-width: 768px) {
  .hs-buy-single .title {
    font-size: 69px;
  }
}
.hs-buy-single .details {
  font-size: 29px;
  color: #fff;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .hs-buy-single .details {
    margin-top: 0;
    font-size: 43px;
  }
}
/* === buy css end === */
/* === product css start === */
.hs-product {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .hs-product {
    padding-bottom: 120px;
  }
}
.hs-product .hs-section-title {
  margin-bottom: 60px;
}

.hs-product-item {
  position: relative;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 38px;
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  min-height: 195px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .hs-product-item {
    min-height: 280px;
  }
}
.hs-product-item-img {
  position: absolute;
  top: -105px;
  left: -60px;
}

@media (max-width: 575px) {
  .hs-product-item-img {
    max-height: 160px;
    top: -75px;
    left: -20px;
  }
}
.hs-product-item .title {
  font-size: 68px;
  color: var(--primary);
  font-family: var(--body-font);
  -webkit-text-stroke: 10px #fff;
  text-stroke: 10px #fff;
  paint-order: stroke fill;
  line-height: 1;
}

@media (min-width: 1200px) {
  .hs-product-item .title {
    font-size: 72px;
  }
}
@media (min-width: 1400px) {
  .hs-product-item .title {
    font-size: 92px;
  }
}
/* === product css end === */
/* === tokenomics css start === */
.hs-tokenomics {
  padding-bottom: 120px;
}

@media (max-width: 575px) {
  .hs-tokenomics .container {
    padding-inline: 0;
  }
}
.hs-tokenomics-wrapper {
  padding: 40px;
  background-color: #fff;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  box-shadow: inset 0 0 60px -7px #A130D4;
  border: 4.5px solid var(--primary);
}

@media (max-width: 575px) {
  .hs-tokenomics-wrapper {
    padding: 60px 24px;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
}
.hs-tokenomics-wrapper .token-label {
  font-size: 52px;
  color: #512297;
}

.token-field-item {
  position: relative;
  padding: 15px 100px 15px 20px;
  border: 4px solid #512297;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  background-color: #E2C5F9;
}

.token-field-item-text {
  font-size: 38px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.token-field-item-icon {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 100px;
  height: calc(100% + 8px);
  border: 4px solid #512297;
  background: linear-gradient(to right, #E840ED 0%, #5F20BC 100%);
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* === tokenomics css end === */
/* === get-now css start === */
.hs-get-now {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #C4F5FF;
  overflow: hidden;
}

@media (max-width: 991px) {
  .hs-get-now {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hs-get-now__wrapper {
  position: relative;
}

.hs-get-now__star-img-left {
  position: absolute;
  top: -32%;
  left: -6%;
  width: 210px;
}

@media (max-width: 1199px) {
  .hs-get-now__star-img-left {
    width: 150px;
    left: 0;
    top: -10%;
  }
}
.hs-get-now__star-img-right {
  position: absolute;
  top: -20%;
  right: -5%;
  width: 300px;
}

@media (max-width: 1199px) {
  .hs-get-now__star-img-right {
    width: 200px;
  }
}
.get-it-item {
  padding: 30px 24px;
  background-color: #fff;
  border-radius: 16px;
  border: 2px solid var(--dark);
  box-shadow: 3px 5px var(--dark);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.get-it-item:hover {
  transform: translate(3px, 5px);
  box-shadow: none;
}

/* === get-now css end === */
/* === about section css start === */
.hs-about {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 460px;
}

@media (min-width: 576px) {
  .hs-about {
    padding-top: 180px;
    padding-bottom: 170px;
  }
}
.hs-about-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top left;
  -o-object-position: top left;
  z-index: -1;
}

@media (max-width: 991px) {
  .hs-about-bg-img {
    object-position: top right;
    -o-object-position: top right;
  }
}
@media (max-width: 575px) {
  .hs-about-bg-img {
    display: none;
  }
}
.hs-about-mobile-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: top center;
  -o-object-position: top center;
  z-index: -1;
  display: none;
}

@media (max-width: 575px) {
  .hs-about-mobile-bg-img {
    display: block;
  }
}
.hs-about-main-img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}

.hs-about-details {
  font-size: 33px;
  color: #000;
}

@media (min-width: 576px) {
  .hs-about-details {
    font-size: 49px;
  }
}
/* === about section css end === */
/* === roadmap section css start === */
.hs-roadmap {
  position: relative;
  padding-block-start: 3.75rem;
  padding-block-end: 5rem;
  background-color: #120109;
  z-index: 1;
}

@media (min-width: 992px) {
  .hs-roadmap {
    padding-block-start: 5.625rem;
    padding-block-end: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .hs-roadmap {
    padding-block-start: 5rem;
    padding-block-end: 62.5rem;
  }
}
.hs-roadmap__img-main {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 63%;
  object-fit: cover;
  -o-object-fit: cover;
  z-index: -1;
}

.hs-roadmap .bottom-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}

.hs-roadmap-wrapper {
  position: relative;
}

.hs-roadmap-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 6px;
  height: 100%;
  background-color: #fff;
  margin-left: -3px;
}

@media (max-width: 767px) {
  .hs-roadmap-wrapper::before {
    display: none;
  }
}
.hs-roadmap-wrapper::after {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -7px;
}

@media (max-width: 767px) {
  .hs-roadmap-wrapper::after {
    display: none;
  }
}
.hs-roadmap-item + .hs-roadmap-item {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .hs-roadmap-item + .hs-roadmap-item {
    margin-top: 40px;
  }
}
.hs-roadmap-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .hs-roadmap-item {
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .hs-roadmap-item:nth-child(even) .caption {
    order: 2;
  }
}
.hs-roadmap-item:nth-child(even) .caption::before {
  top: 50%;
  left: auto;
  right: 98%;
}

.hs-roadmap-item:nth-child(even) .caption::after {
  top: 50%;
  left: auto;
  right: calc(98% + 418px);
}

@media (max-width: 1399px) {
  .hs-roadmap-item:nth-child(even) .caption::after {
    right: calc(98% + 332px);
  }
}
@media (max-width: 1199px) {
  .hs-roadmap-item:nth-child(even) .caption::after {
    right: calc(98% + 232px);
  }
}
@media (max-width: 1199px) {
  .hs-roadmap-item:nth-child(even) .caption::after {
    right: calc(98% + 104px);
  }
}
@media (min-width: 768px) {
  .hs-roadmap-item:nth-child(even) .details {
    order: 1;
  }
}
.hs-roadmap-item .caption {
  width: 20%;
  background-color: #FFCDF3;
  padding: 30px 24px;
  border-radius: 24px;
  text-align: center;
  position: relative;
}

@media (max-width: 1199px) {
  .hs-roadmap-item .caption {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .hs-roadmap-item .caption {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .hs-roadmap-item .caption {
    width: 100%;
    border-radius: 24px 24px 0 0;
  }
}
.hs-roadmap-item .caption::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 98%;
  width: 418px;
  height: 4px;
  background-color: #fff;
}

@media (max-width: 1399px) {
  .hs-roadmap-item .caption::before {
    width: 332px;
  }
}
@media (max-width: 1199px) {
  .hs-roadmap-item .caption::before {
    width: 232px;
  }
}
@media (max-width: 991px) {
  .hs-roadmap-item .caption::before {
    width: 104px;
  }
}
@media (max-width: 767px) {
  .hs-roadmap-item .caption::before {
    display: none;
  }
}
.hs-roadmap-item .caption::after {
  position: absolute;
  content: "";
  top: 50%;
  left: calc(98% + 418px);
  outline: 1px solid #fff;
  outline-offset: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
}

@media (max-width: 1399px) {
  .hs-roadmap-item .caption::after {
    left: calc(98% + 332px);
  }
}
@media (max-width: 1199px) {
  .hs-roadmap-item .caption::after {
    left: calc(98% + 232px);
  }
}
@media (max-width: 1199px) {
  .hs-roadmap-item .caption::after {
    left: calc(98% + 104px);
  }
}
@media (max-width: 767px) {
  .hs-roadmap-item .caption::after {
    display: none;
  }
}
.hs-roadmap-item .details {
  width: 44%;
  background-color: #0AD6FF;
  padding: 30px 24px;
  border-radius: 24px;
}

@media (max-width: 991px) {
  .hs-roadmap-item .details {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .hs-roadmap-item .details {
    width: 100%;
    border-radius: 0 0 24px 24px;
  }
}
.hs-roadmap-item .details p {
  font-size: 24px;
  font-weight: 700;
}

/* === roadmap section css end === */
/* === faq section css start === */
.hs-faq {
  padding-bottom: 100px;
}

@media (min-width: 768px) {
  .hs-faq {
    padding-bottom: 120px;
  }
}
.hs-faq .hs-section-title {
  margin-bottom: 50px;
}

/* === faq section css end === */
/* === social section css start === */
/* === social section css end === */
/* === how-to-buy section css start === */
.how-buy-page {
  padding-top: 0;
  padding-bottom: 90px;
}

@media (min-width: 576px) {
  .how-buy-page {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .how-buy-page .container {
    padding-inline: 0;
  }
}
.how-buy-page-wrapper {
  padding: 120px 40px 20px 20px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 60px;
}

@media (min-width: 576px) {
  .how-buy-page-wrapper {
    border-radius: 18px;
    padding: 60px 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
  }
}
.how-buy-page-wrapper-title {
  font-size: 92px;
  margin-bottom: 30px;
}

.how-buy-page-wrapper-title img {
  max-height: 108px;
}

/* === how-to-buy section css end === */
/* === audit section css start === */
.audit-page {
  padding-top: 0;
  padding-bottom: 90px;
}

@media (max-width: 575px) {
  .audit-page .container {
    padding-inline: 0;
  }
}
@media (min-width: 576px) {
  .audit-page {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.audit-page-wrapper {
  padding: 120px 40px 20px 20px;
  background-color: #181333;
  box-shadow: inset 0 0 60px -7px #A130D4;
  border-left: 4.5px solid var(--primary);
  border-right: 4.5px solid var(--primary);
  border-bottom: 4.5px solid var(--primary);
}

@media (min-width: 576px) {
  .audit-page-wrapper {
    border-radius: 18px;
    padding: 60px 40px;
    border: 4.5px solid var(--primary);
  }
}
/* === audit section css end === */
/* === contact section css start === */
.contact-page {
  padding-top: 0;
  padding-bottom: 90px;
}

@media (max-width: 575px) {
  .contact-page .container {
    padding-inline: 0;
  }
}
@media (min-width: 576px) {
  .contact-page {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
.contact-page-wrapper {
  padding: 120px 40px 20px 20px;
  background-color: #181333;
  box-shadow: inset 0 0 60px -7px #A130D4;
  border-left: 4.5px solid var(--primary);
  border-right: 4.5px solid var(--primary);
  border-bottom: 4.5px solid var(--primary);
}

@media (min-width: 576px) {
  .contact-page-wrapper {
    border-radius: 18px;
    padding: 60px 40px;
    border: 4.5px solid var(--primary);
  }
}
/* === contact section css end === */