@import url("css2.css");

@import url("css2-1.css");

@font-face {
  font-family: "Accelerator";
  src: url("") format("truetype");
}

:root {
  --primary: #F0B90B;
  --primary-two: #12376F;
  --primary-light: #bfcbff;
  --secondary: #192024;
  --success: #22c55e;
  --info: #16C7F9;
  --warning: #f97316;
  --danger: #F81F58;
  --light: #e2e8f01f;
  --extra-light: #e2e8f08a;
  --muted: #8094ae;
  --dark: #2c323f;
  --white: #ffffff;
  --bg-white: #fff;
  --body-bg: #000;
  --surface-bg: #fff;
  --sidebar-bg: #fff;
  --display-color: #fff;
  --body-color: #fff;
  --input-bg: #fff;
  --input-border: #e5e5e5;
  --placeholder-color: #858484;
  --border-color: #e5e5e5;
  --display-font: "Accelerator";
  --body-font: "Poppins", sans-serif;
  --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;
  --display-1: 4.625rem; /* 74px */
  --display-2: 3.625rem; /* 58px */
  --display-3: 1.875rem; /* 30px */
  --display-4: 1.5rem; /* 24px */
  --display-5: 1.25rem; /* 20px */
  --display-6: 1.125rem; /* 18px */
}

@media (max-width: 1199px) {
  :root {
    --display-1: 3.375rem; /* 24px */
    --display-2: 2.625rem; /* 22px */
    --display-3: 1.625rem; /* 20px */
    --display-4: 1.25rem; /* 18px */
    --display-5: 1.125rem; /* 18px */
    --display-6: 1rem; /* 16px */
  }
}
@media (max-width: 575px) {
  :root {
    --display-1: 1.5rem; /* 24px */
    --display-2: 1.375rem; /* 22px */
    --display-3: 1.25rem; /* 20px */
    --display-4: 1.125rem; /* 18px */
    --display-5: 1.125rem; /* 18px */
    --display-6: 1rem; /* 16px */
  }
}
/* === reset css start === */
/* === reset css start === */

: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;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--body-bg);
  background-image: url("body.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 1rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.7;
  overflow-x: hidden;
}

@media (min-width: 576px) {
  body {
    font-size: 1rem;
  }
}
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.2em;
}

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 === */
/* === reset css end === */
/* === flex css start === */
.item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* === flex css end === */
/* === color css start === */
.text-hover-primary:hover {
  color: var(--primary) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* === color css end === */
/* === bg css start === */
.bg-light-primary {
  background-color: rgba(32, 71, 244, 0.1254901961) !important;
}

.bg-light-primary-two {
  background-color: rgba(18, 55, 111, 0.1254901961) !important;
}

.bg-light-primary-light {
  background-color: rgba(191, 203, 255, 0.1254901961) !important;
}

.bg-light-secondary {
  background-color: rgba(25, 32, 36, 0.1254901961) !important;
}

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

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

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

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

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

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

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

.bg-light-dark {
  background-color: rgba(44, 50, 63, 0.1254901961) !important;
}

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

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

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

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

.bg-secondary {
  background-color: var(--secondary) !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-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;
}

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

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

/* === bg css end === */
/* === shadow css start === */
/* === shadow css end === */
/* === size css start === */
/* === size css end === */
/* === spacing css start === */
.pt-50 {
  padding-block-start: 3.125rem;
}

.pb-50 {
  padding-block-end: 3.125rem;
}

.py-50 {
  padding-block: 3.125rem;
}

.py-100 {
  padding-block: 2.75rem;
}

@media (min-width: 768px) {
  .py-100 {
    padding-block: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .py-100 {
    padding-block: 5rem;
  }
}
@media (min-width: 1400px) {
  .py-100 {
    padding-block: 6.25rem;
  }
}
/* === 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-weight: 400;
  font-family: var(--display-font);
  line-height: 1.3;
}

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);
}

h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--primary);
}

.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-start {
  text-align: start !important;
}

.text-end {
  text-align: end !important;
}

/* === text-align css end === */
/* === border css start === */
.border {
  border-color: var(--border-color) !important;
}

.border-start {
  border-inline-start: 1px solid var(--border-color) !important;
}

.border-end {
  border-inline-end: 1px solid var(--border-color) !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

@media (min-width: 992px) {
  .border-lg-end {
    border-inline-end: 1px solid var(--border-color) !important;
  }
}
/* === border css end === */
/* === hover css start === */
/* === hover css end === */
/* === overlay css start === */
/* Overlay Css Start */
.gradient-overlay {
  position: relative;
  z-index: 1;
}

.gradient-overlay.top-0::before {
  transform: rotate(180deg);
}

.gradient-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 22%, rgba(0, 0, 0, 0.69) 57.92%, rgba(0, 0, 0, 0.7) 100%);
  left: inherit;
  bottom: inherit;
}

/* Overlay Css End */
/* === overlay css end === */
/* === position css start === */
.z-index-1 {
  z-index: 1;
}

.z-index--1 {
  z-index: -1;
}

.opacity-15 {
  opacity: 0.15;
}

.start-10 {
  inset-inline-start: 0.625rem;
}

.top-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* === position css end === */
/* === section header css start === */
.section-header {
  margin-bottom: 1.5625rem;
}

@media (min-width: 576px) {
  .section-header {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 1200px) {
  .section-header {
    margin-bottom: 2.8125rem;
  }
}
.section-title {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .section-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 2rem;
  }
}
@media (min-width: 1400px) {
  .section-title {
    font-size: 2.625rem;
  }
}
.section-text {
  font-size: 17px;
}

/* === section header css end === */
/* === preloader css start === */
.rt-preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary);
  z-index: 99999;
}

.rt-cube-grid {
  width: 60px;
  height: 60px;
}

.rt-cube-grid .rt-cube {
  width: 33%;
  height: 33%;
  background-color: var(--primary);
  float: left;
  -webkit-animation: rt-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: rt-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.rt-cube-grid .rt-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.rt-cube-grid .rt-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.rt-cube-grid .rt-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.rt-cube-grid .rt-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.rt-cube-grid .rt-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.rt-cube-grid .rt-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.rt-cube-grid .rt-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.rt-cube-grid .rt-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.rt-cube-grid .rt-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes rt-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes rt-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/* === preloader css end === */

/* === buttons css start === */
.animated-btn {
  border-radius: 14px;
  box-shadow: 0 2px 10px 0 #0006, 0 2px 25px 0 #00000080;
  display: grid;
  height: 50px;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 176px;
  z-index: 0;
}

.animated-btn::before {
  animation: spin 3s linear infinite;
  background: linear-gradient(271.68deg, #f0b90b 50%, #e8749e 0);
  border-radius: 14px;
  content: "";
  height: 50px;
  left: -53px;
  position: absolute;
  top: -3px;
  width: 160%;
  z-index: 1;
}

.animated-btn-inner {
  background: linear-gradient(64.83deg, #30304e 15%, #27283c 60%);
  box-shadow: inset 0 30px 60px -12px #0006, inset 0 18px 36px -18px #00000080;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  height: auto;
  padding: 20px;
  text-align: center;
  width: 170px;
  z-index: 2;
  border-radius: 14px;
}

.animated-btn-content {
  background: radial-gradient(circle at 10% 20%, #455666 0, #222 90%);
  font-size: 18px;
  height: 45px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 96%;
  align-items: center;
  border-radius: 14px;
  display: flex;
  justify-content: center;
  position: absolute;
  font-size: 16px;
  font-weight: 500;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(1turn);
  }
}

.border-btn {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  min-width: 64px;
  color: rgb(27, 28, 34);
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-transform: capitalize;
  height: 50px;
  width: 100%;
  outline: 0px;
  margin: 0px;
  text-decoration: none;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(273.16deg, rgb(240, 185, 11) 20.63%, rgb(232, 116, 158) 75.15%) padding-box padding-box, linear-gradient(90deg, rgb(240, 185, 11) 0%, rgb(255, 255, 255) 100%) border-box border-box;
  border-radius: 14px;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
}

.solid-btn {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  min-width: 64px;
  color: rgb(27, 28, 34);
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  text-transform: capitalize;
  height: 44px;
  width: 176px;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(271.68deg, rgb(240, 185, 11) 0%, rgb(232, 116, 158) 100%);
  border-radius: 16px;
}
/* === buttons css end === */

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

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

@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 tr:last-child td {
  border: none;
}

.default-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  -ms-border-radius: 0 0 0 8px;
  -o-border-radius: 0 0 0 8px;
}

.default-table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
  -webkit-border-radius: 0 0 8px 0;
  -moz-border-radius: 0 0 8px 0;
  -ms-border-radius: 0 0 8px 0;
  -o-border-radius: 0 0 8px 0;
}

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

.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 === */
/* === 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 === */
/* === form css start === */
.form-select, .form-control, textarea {
  border: 1px solid var(--border-color);
  color: var(--display-color) !important;
  background-color: #fff;
  padding: 0.75rem 0.9375rem;
  font-size: 0.9375rem;
}

.form-select::placeholder, .form-control::placeholder, textarea::placeholder {
  color: var(--placeholder-color);
}

.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.75rem 1.875rem 0.75rem 0.9375rem;
  background-position-x: right;
  background-size: 26px 12px;
}

.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: 3rem;
}

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

.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.5rem;
  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;
}

.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: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  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: 6px;
  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 ~ .select2-container {
  display: block;
  width: 100% !important;
}

.form-select-two ~ .select2-container .selection {
  display: block;
}

.form-select-two ~ .select2-container .select2-selection--single {
  min-height: 44px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
}

.form-select-two ~ .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--display-color);
  line-height: 42px;
  padding: 0 0.9375rem;
  font-size: 0.875rem;
}

.form-select-two ~ .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -12px;
  margin-top: 5px;
}

.form-select-two ~ .select2-container .select2-selection--multiple {
  min-height: 44px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  padding-inline: 1rem;
}

.form-select-two ~ .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  height: 28px;
  margin-top: 10px;
  font-size: 0.875rem;
}

.form-select-two ~ .select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: var(--light);
  border: 1px solid var(--border-color);
}

.form-select-two ~ .select2-container .select2-selection--multiple .select2-selection__choice:first-child {
  margin-left: 0;
}

.form-select-two ~ .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid var(--border-color);
}

.form-select-two ~ .select2-container .select2-selection--multiple .select2-selection__choice__display {
  font-size: 0.875rem;
}

.select-two-templating ~ .select2-container .select2-selection--single .select2-selection__rendered > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.select2-dropdown {
  border: 1px solid var(--border-color);
  border-radius: 6px;
}

.select2-dropdown .select2-search__field {
  border: 1px solid var(--border-color) !important;
  border-radius: 4px;
  padding: 0 1rem;
  font-size: 0.875rem;
}

.select2-dropdown .select2-results__option {
  font-size: 0.875rem;
  padding: 0.375rem 1rem;
}

.select2-dropdown .select2-results__option--selected {
  background-color: var(--light) !important;
}

.select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary) !important;
}

.select2-container {
  transition: all 0s;
  z-index: 9999;
}
/* === form select two css end === */

/* === header css start === */
.header-section {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header-scroll {
  width: 100%;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  background: rgba(255, 145, 28, 0.5);
  display: flex;
  gap: 600px;
}

.header-scroll div {
  animation: animate-marquee 60s linear infinite;
}

.header-scroll p {
  white-space: nowrap;
  animation-delay: -40s;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.00938em;
}

.header-scroll p span {
  font-weight: 600;
}

@keyframes animate-marquee{
	0%{
		-moz-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	100%{
		-moz-transform: translateX(-100%);
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.header-section .header-bottom {
  padding-block: 6px;
}

@media (min-width: 1400px) {
  .header-section .header-bottom .container {
    max-width: 1530px;
  }
}

.logo-part {
  font-family: var(--display-font);
  font-size: 20px;
}

.logo-part img {
  max-height: 45px;
}

@media (max-width: 460px) {
  .logo-part img {
    max-height: 35px;
  }
}

.header-main-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main-part {
    padding-block: 8px;
  }
}

.header-menu-list-wrapper {
  transition: all 0.3s;
}

.header-menu-list-wrapper.active {
  left: 0;
}

@media (max-width: 1199px) {
  .header-menu-list-wrapper {
    padding-top: 20px;
    position: fixed;
    top: 0;
    left: -105%;
    width: 250px;
    height: 100vh;
    background-color: #1B1C22;
    z-index: 9999;
  }
}
.header-menu-list-wrapper .mobile-menu-close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 18px;
  width: 32px;
  height: 32px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (min-width: 1200px) {
  .header-menu-list-wrapper .mobile-menu-close-btn {
    display: none;
  }
}
.mobile-menu-open-btn {
  font-size: 32px;
  margin-left: 8px;
}

@media (min-width: 1200px) {
  .mobile-menu-open-btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-menu-list {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .header-menu-list li:first-child a {
    padding-left: 0;
  }
}
.header-menu-list li a {
  font-weight: 600;
  color: var(--display-color);
  padding: 8px 16px;
  display: flex;
}

@media (min-width: 1200px) {
  .header-menu-list li a {
    padding: 24px 16px;
  }
}
.header-menu-list li a:hover {
  color: var(--primary);
}

.header-menu-list li:hover .header-submenu-list {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header-menu-list li:hover::after {
  transform: rotate(180deg);
}

.header-menu-list li.submenu-dropdown {
  position: relative;
}

.header-menu-list li.submenu-dropdown::after {
  position: absolute;
  content: "\f282";
  top: 13px;
  right: 12px;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .header-menu-list li.submenu-dropdown::after {
    top: 25px;
    right: -4px;
  }
}
.header-submenu-list {
  background-color: #f1f1f1;
  z-index: 1;
  padding-block: 8px;
  padding-left: 16px;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .header-submenu-list {
    position: absolute;
    top: 110%;
    background-color: #fff;
    left: -50px;
    width: 240px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
  }
}
.header-submenu-list li a {
  padding: 8px 16px !important;
}

.header-call-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  padding: 10px 20px;
  background-color: var(--primary);
  border-radius: 99px;
  border: 1px solid #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 460px) {
  .header-call-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.header-call-btn:hover {
  color: #fff;
  opacity: 0.95;
}

@media (max-width: 460px) {
  .header-call-btn i {
    display: none;
  }
}
.currency-dropdown .dropdown-menu {
  min-width: 100px;
}

/* === header css end === */

/* === banner css start === */
.banner-section {
  padding-top: 150px;
  padding-bottom: 50px;
}

.banner-title {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
}

.banner-title span {
  background: linear-gradient(271.68deg, rgb(240, 185, 11) 0%, rgb(232, 116, 158) 100%) text transparent;
  -webkit-text-fill-color: transparent;
}

.banner-subtitle {
  font-family: var(--body-font);
  font-size: 48px;
  font-weight: 600;
}

.banner-details {
  font-size: 15px;
  padding-inline: 40px;
  margin-top: 24px;
}

.banner-info-text {
  margin: 24px 0px 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 12px;
  text-decoration: underline;
  text-align: center;
  margin-top: 60px;
}

.presale-box {
  background: radial-gradient(60% 51.57% at 50% 50%, rgb(240, 185, 11) 0%, rgba(232, 116, 158, 0.5) 100%);
  border-radius: 25px;
  padding: 8px;
  margin-inline: 14px;
}

.presale-box-inner {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  background: linear-gradient(152.97deg, rgb(65, 66, 71) 0%, rgb(27, 29, 35) 100%);
  border-radius: 18px;
  text-align: center;
  border: 1px solid rgb(44, 45, 50);
}

.presale-title {
  margin: 24px 0px 0px;
  letter-spacing: 0.00938em;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.presale-title .gradient-text {
  background: linear-gradient(271.68deg, rgb(240, 185, 11) 0%, rgb(232, 116, 158) 100%) text transparent;
  -webkit-text-fill-color: transparent;
}

.presale-title .color-text {
  color: rgb(240, 185, 11);
}

.presale-box .info-text {
  line-height: 1.5;
  letter-spacing: 0.00938em;
  padding-top: 8px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 500;
}

.presale-box .info-text span {
  color: rgb(255, 225, 169);
}

.presale-progress-bar {
  position: relative;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  margin: 15px 0px;
  height: 30px;
  width: 100%;
  overflow: hidden;
}

.presale-progress-bar-inner {
  background-image: linear-gradient(90deg, rgb(240, 185, 11) 0%, rgb(232, 116, 158) 100%);
  display: flex;
  align-items: center;
  border-radius: 20px;
  justify-content: center;
  height: 30px;
  opacity: 1;
  transition: 1s 0.3s;
  width: 93.3421%;
}

.presale-progress-bar-text {
  position: absolute;
  top: 3px;
  left: 45%;
  color: rgb(0, 0, 0);
  font-size: 15px;
  font-weight: 500;
}

.presale-tab-btn {
  width: 32%;
  height: 44px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 10px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
}

.presale-tab-btn.active {
  background-color: rgb(240, 185, 11);
}

.single-field {
  margin-top: 8px;
  background-color: rgb(227, 225, 225);
  border-radius: 14px;
  width: 100%;
  height: 56px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.single-field input {
  height: 40px;
  width: 75%;
  font-size: 17px;
  font-weight: 500;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Poppins;
  background-color: transparent;
  padding-left: 15px;
  border: none;
  outline: none;
}

.single-field .right-side {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.single-field .right-side button {
  border-radius: 10px;
  height: 38px;
  box-shadow: none;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  line-height: 1.3;
  letter-spacing: 0.02857em;
  min-width: 64px;
  color: rgb(27, 28, 34);
  font-size: 18px;
  font-family: Poppins;
  font-weight: 600;
  text-transform: capitalize;
  height: 40px;
  width: 50px;
  outline: 0px;
  border-width: 0px;
  border-style: initial;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  text-decoration: none;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(271.68deg, rgb(240, 185, 11) 0%, rgb(232, 116, 158) 100%);
}

.single-field .right-side .presale-currency-icon {
  width: 27px;
  margin-left: 10px;
  margin-right: 10px;
}

.presale-info-links {
  margin-top: 16px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.presale-info-link {
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  min-width: 64px;
  width: 48%;
  height: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 13px;
  cursor: pointer;
  text-transform: capitalize;
  outline: 0px;
  margin: 0px;
  text-decoration: none;
  padding: 6px 8px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(75, 76, 89);
  border-image: initial;
  background: rgb(65, 65, 65);
  border-radius: 8px;
}

.presale-d-title {
  margin: 32px 0px 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-family: accelerator;
  font-size: 40px;
  text-align: center;
}

.presale-d-title span {
  background: linear-gradient(271.68deg, rgb(240, 185, 11) 0%, rgb(232, 116, 158) 100%) text transparent;
  -webkit-text-fill-color: transparent;
}

.presale-d-text {
  margin: 16px 0px 0px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-family: Poppins;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.presale-d-text span {
  color: yellow;
}

.presale-color-text {
  margin: 16px 0px 0px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(240, 185, 11);
  font-family: Poppins;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}

.d-banner-bottom-text {
  margin-top: 70px;
}

.d-banner-title {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-family: Poppins;
  font-size: 28px;
}

.d-banner-text {
  margin: 16px 0px 0px;
  font-weight: 400;
  letter-spacing: 0.00938em;
  font-family: Poppins;
  font-size: 18px;
  line-height: 32px;
}
/* === banner css end === */

/* === featured css start ==== */
.featured-section {
  padding-top: 32px;
  padding-bottom: 32px;
  margin-top: 48px;
  position: relative;
  z-index: 1;
}

.featured-section-title {
  font-family: var(--body-font);
  margin: 0px 0px 16px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  margin-bottom: 60px;
}

.featured-item {
  display: flex;
  justify-content: center;
}

.featured-item img {
  width: 200px;
}
/* === featured css end ==== */

/* === feature one css start === */
.feature-one-container {
  max-width: 1480px;
  margin-inline: auto;
}

.feature-one-row {
  box-sizing: border-box;
  flex-flow: wrap;
  margin-top: -40px;
  width: calc(100% + 40px);
  margin-left: -40px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.feature-one-row .content {
  flex-basis: 50%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 50%;
  padding-left: 40px;
  padding-top: 40px;
}

.feature-one-row .thumb {
  flex-basis: 50%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 50%;
  padding-left: 40px;
  padding-top: 40px;
}


.feature-one-title {
  margin: 0px 0px 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-family: accelerator;
  font-size: 38px;
  text-align: left;
}

.feature-one-title span {
  background: linear-gradient(90deg, rgb(232, 116, 158) 0%, rgb(240, 185, 11) 100%) text transparent;
  -webkit-text-fill-color: transparent;
}

.feature-one-text {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 400;
  padding-left: 32px;
  padding-right: 32px;
}

.feature-one-text span {
  color: rgb(240, 185, 11);
}
/* === feature one css end === */

/* === feature two css start === */
.feature-two-container {
  max-width: 1480px;
  margin-inline: auto;
}

.feature-two-row {
  box-sizing: border-box;
  flex-flow: wrap;
  margin-top: -40px;
  width: calc(100% + 40px);
  margin-left: -40px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.feature-two-row .content {
  flex-basis: 50%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 50%;
  padding-left: 40px;
  padding-top: 40px;
}

.feature-two-row .thumb {
  flex-basis: 50%;
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: 50%;
  padding-left: 40px;
  padding-top: 40px;
}


.feature-two-title {
  margin: 0px 0px 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-family: accelerator;
  font-size: 66px;
  text-align: left;
}

.feature-two-title span {
  background: linear-gradient(90deg, rgb(232, 116, 158) 0%, rgb(240, 185, 11) 100%) text transparent;
  -webkit-text-fill-color: transparent;
}

.feature-two-text {
  margin: 32px 0px 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(255, 255, 255);
  font-family: Poppins;
  font-size: 22px;
  text-align: left;
}
/* === feature two css end === */

/* === main feature css start === */
.main-feature-section {
  padding-block: 50px;
}

.main-feature-item {
  min-height: 500px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.2);
  border-image: initial;
  border-radius: 22px;
  text-align: center;
}

.main-feature-item img {
  width: 60%;
  display: inline-block;
}

.main-feature-item .title {
  margin: 0px 0px 8px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  padding-top: 16px;
  color: rgb(248, 250, 252);
  font-family: var(--body-font);
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
}

.main-feature-item .details {
  margin: 16px 0px 0px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  padding-bottom: 0px;
  color: rgb(241, 245, 249);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
/* === main feature css end === */

/* === tokenomics css start === */
.tokenomics-section {
  padding-block: 50px;
}

.tokenomics-title {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  font-size: 66px;
  text-align: left;
}

.tokenomics-title span {
  background: linear-gradient(91.08deg, rgb(232, 116, 158) 26.22%, rgb(240, 185, 11) 84.23%) text transparent;
  -webkit-text-fill-color: transparent;
}

.single-tokenomics {
  margin-top: 32px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid rgb(240, 185, 11);
  border-radius: 29px;
  width: 100%;
  height: 130px;
}

.single-tokenomics-inner {
  box-sizing: border-box;
  flex-flow: wrap;
  margin-top: -16px;
  width: calc(100% + 16px);
  margin-left: -16px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.single-tokenomics-text {
  flex-basis: calc(100% / 3);
  -webkit-box-flex: 0;
  flex-grow: 0;
  max-width: calc(100% / 3);
  padding-top: 16px;
  padding-left: 16px;
  border-right: 6px solid rgb(240, 185, 11);
}

.single-tokenomics-text:last-child {
  border-right: none;
}

.single-tokenomics-text p {
  margin: 0px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(255, 255, 255);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}

.single-tokenomics.style-two .single-tokenomics-text {
  flex-basis: auto;
  max-width: auto;
  flex-grow: 1;
}

.single-tokenomics-address-content {
  padding-left: 32px;
  padding-right: 16px;
  text-align: center;
}

.single-tokenomics-address-content p {
  margin: 0px;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(255, 255, 255);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
}

.single-tokenomics-address-content p span {
  font-weight: 400;
}

.single-tokenomics-address-content p button {
  line-height: 1;
}

.single-tokenomics-address-content .color-text {
  color: rgb(240, 185, 11);
}

.tokenomics-main-img {
  margin-top: 20px;
}
/* === tokenomics css end === */

/* === faq css start === */
.faq-section {
  padding-bottom: 150px;
}

.faq-section-title {
  margin: 16px 0px 60px 0;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  position: relative;
  z-index: 1;
  font-family: accelerator;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0 !important;
}

.accordion-item + .accordion-item {
  margin-top: 40px;
}

.accordion-header {
  font-family: var(--body-font);
}

.accordion-button {
  background-color: transparent;
  border: none !important;
  padding: 8px 16px 24px 32px;
  font-size: 30px;
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  color: rgb(255, 255, 255);
}

.accordion-button::after {
  content: "\f4fe";
  background-image: none;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  transform: rotate(0deg);
  margin-top: -20px;
  font-size: 36px;
}

.accordion-button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none !important;
  color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f2ea";
  transform: rotate(0deg);
}

.accordion-body {
  padding-left: 32px;
  padding-bottom: 32px;
  padding-top: 16px;
  font-size: 20px;
  text-align: left;
  font-family: Poppins;
  font-weight: 400;
  color: rgb(151, 151, 154);
}

.accordion-body a {
  color: #fff;
}
/* === faq css end === */

/* === how buy css start === */
.how-buy-section {
  padding-top: 90px;
}

.how-buy-wrapper {
  max-width: 900px;
  margin: 50px auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  border-radius: 10px;
  color: #fff;
}

.how-buy-title {
  color: #F0B90B;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2em;
  font-weight: 700;
}

.how-buy-subtitle {
  color: #F0B90B;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: 700;
}

.how-buy-caption {
  color: #E8749E;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.17em;
  font-weight: 600;
}

.how-buy-wrapper a {
  color: #F0B90B;
}
/* === how buy css end === */

/* === contact css start === */
.contact-section {
  padding-top: 200px;
  padding-bottom: 50px;
}

.contact-title {
  padding-bottom: 5rem;
  padding-top: 5rem;
  -webkit-text-fill-color: #0000;
  background: linear-gradient(271.68deg, rgb(240, 185, 11) 0%, rgb(232, 116, 158) 100%) text transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 3vw;
  text-align: center;
}

.contact-wrapper {
  max-width: 500px;
  margin: 100px auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  border-radius: 10px;
}

.contact-wrapper input {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

.contact-wrapper textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  color: #000 !important;
  background-color: #fff;
}

.contact-wrapper button {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}
/* === contact css end === */

/* === win css start === */
.win-section {
  padding-top: 150px;
  padding-bottom: 50px;
}

.win-wrapper {
  max-width: 960px;
  margin: 50px auto;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 30px;
  border-radius: 10px;
}

.win-wrapper-title {
  font-size: 3rem;
  color: #F0B90B;
  font-family: "fahaddevs";
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.glow-on-hover {
  width: 220px;
  height: 50px;
  border: none;
  outline: none;
  color: #fff;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 30px;
  font-size: 13px;
}

.glow-on-hover::before {
  content: '';
  background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
}

.glow-on-hover:hover::before {
  opacity: 1;
}

.glow-on-hover::after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* === win css end === */

/* === footer css start === */
.footer-section {
  padding-bottom: 45px;
}

.footer-section-line {
  margin: 0px;
  flex-shrink: 0;
  border-width: 0px 0px thin;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  background: linear-gradient(90deg, rgba(192, 204, 218, 0.1) 0%, rgba(192, 204, 218, 0.6) 50.38%, rgba(192, 204, 218, 0.1) 100%);
  width: 100%;
  height: 2px;
  margin-bottom: 60px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.footer-links a {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 14px;
}

.footer-details {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  padding-top: 24px;
  padding-bottom: 24px;
  color: rgb(147, 147, 151);
  font-size: 13px;
  text-align: center;
  max-width: 95ch;
  margin-inline: auto;
}

.copyright-text {
  margin: 0px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.00938em;
  color: rgb(255, 255, 255);
  font-size: 13px;
  text-align: center;
}
/* === footer css end === */

/* === responsive css start === */
@media (max-width: 1399px) {
  .header-menu-list li a {
    padding-inline: 12px;
  }

  .header-scroll {
    gap: 100px;
  }

  .feature-one-container,
  .feature-two-container {
    padding-inline: 16px;
  }
}

@media (max-width: 1199px) {
  .header-menu-list-wrapper {
    padding-top: 40px;
    background: #1B1C22;
  }

  .header-menu-list-wrapper .logo-part {
    font-size: 16px;
  }

  .header-menu-list {
    margin-top: 50px;
  }

  .header-menu-list li a {
    justify-content: center;
    font-weight: 500;
  }

  .feature-one-title {
    font-size: 28px;
  }

  .feature-two-title {
    font-size: 44px;
  }

  .feature-two-text {
    margin: 0;
    font-size: 18px;
  }

  .main-feature-item {
    height: 100%;
  }
  
  .tokenomics-title {
    font-size: 44px;
  }

  .accordion-button {
    font-size: 24px;
    padding-left: 0;
  }

  .single-tokenomics-text p,
  .single-tokenomics-address-content p {
    font-size: 22px;
  }

  body::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.25;
    z-index: 1;
    transition: all 0.3;
  }

  body.active::before {
    width: 100%;
  }

  .contact-section {
    padding-top: 100px;
  }
  
  .contact-title {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .banner-title {
    font-size: 44px;
  }

  .banner-subtitle {
    font-size: 32px;
  }

  .feature-one-row {
    margin-left: 0;
    width: 100%;
  }

  .feature-one-row .thumb {
    padding-left: 0;
    flex-basis: 100%;
    max-width: 100%;
    order: -1;
  }

  .feature-one-row .content {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .feature-one-title {
    text-align: center;
  }

  .featured-item {
    padding-inline: 12px;
  }

  .feature-two-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 16px;
  }

  .feature-two-text {
    text-align: center;
  }

  .how-buy-wrapper ul li {
    word-break: break-all;
  }
}

@media (max-width: 767px) {
  .single-tokenomics-text p, .single-tokenomics-address-content p {
    font-size: 12px;
  }
  .single-tokenomics-address-content .color-text {
    font-size: 12px;
  }

  .single-tokenomics-address-content p svg {
    font-size: 16px !important;
  }

  .single-tokenomics-text {
    border-right-width: 2px;
    padding-top: 4px;
  }

  .single-tokenomics {
    height: auto;
  }

  .single-tokenomics-inner {
    margin-top: 0;
    padding-block: 12px;
  }
}

@media (max-width: 575px) {
  .logo-part {
    font-size: 18px;
  }

  .banner-title {
    font-size: 28px;
  }

  .banner-subtitle {
    font-size: 24px;
  }

  .banner-details {
    padding-inline: 0;
  }

  .presale-box-inner {
    padding-left: 16px;
    padding-right: 16px;
  }

  .presale-title {
    font-size: 28px;
    line-height: 38px;
  }

  .presale-box {
    margin-inline: 0;
    padding: 5px;
  }

  .presale-box .info-text {
    font-size: 16px;
  }

  .single-field input {
    width: 60%;
  }

  .presale-info-links:last-child .presale-info-link {
    width: 100%;
  }

  .banner-section {
    padding-bottom: 0;
  }

  .feature-one-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .feature-one-text {
    padding-inline: 0;
    font-size: 14px;
  }

  .feature-two-text {
    font-size: 14px;
  }

  .main-feature-item {
    padding: 30px;
    min-height: auto;
  }

  .main-feature-item .title {
    font-size: 22px;
  }

  .main-feature-item .details {
    font-size: 13px;
  }

  .tokenomics-title {
    font-size: 30px;
    text-align: center;
  }

  .single-tokenomics {
    border-radius: 14px;
  }

  .single-tokenomics-text p, .single-tokenomics-address-content p {
    font-size: 9px;
  }

  .single-tokenomics-inner {
    margin-left: -4px;
  }

  .single-tokenomics-text {
    padding-left: 4px;
  }

  .faq-section-title {
    font-size: 26px;
  }

  .accordion-button {
    font-size: 16px;
  }

  .footer-links {
    gap: 14px;
  }

  .d-banner-text {
    font-size: 12px;
  }

  .presale-d-title {
    font-size: 32px;
    margin-top: 20px;
  }

  .presale-d-text {
    font-size: 16px;
    margin-top: 8px;
  }

  .presale-color-text {
    font-size: 18px;
    margin-top: 8px;
  }

  .d-banner-title {
    font-size: 21px;
  }

  .accordion-button::after {
    font-size: 26px;
  }

  .accordion-body {
    font-size: 14px;
    padding-left: 0;
  }

  .contact-title {
    font-size: 7vw;
  }

  .contact-wrapper {
    margin-block-end: 30px;
  }

  .how-buy-title {
    font-size: 20px;
  }

  .how-buy-wrapper p,
  .how-buy-wrapper li {
    font-size: 14px;
  }

  .win-wrapper-title {
    font-size: 32px;
  }
}
/* === responsive css end === */