/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 720px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1140px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1320px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.shrink {
  flex-shrink: 1;
}

.rotate-2 {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.text-left {
  text-align: left;
}

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

.align-middle {
  vertical-align: middle;
}

.font-normal {
  font-weight: 400;
}

.leading-normal {
  line-height: 1.5;
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.dexscreener {
  background: url(../img/icons/dexscreener.png) no-repeat center;
  background-size: cover;
}

.token-information .disabled li {
  background-color: grey;
}

* {
  margin: 0px;
  padding: 0px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  background: url(../img/svg/shape_1.svg), #012b43;
}

h1,
  h2 {
  font-weight: 700;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Alfa Slab One", cursive;
}

h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Poppins", sans-serif;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration-line: none;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  outline: none;
}

li {
  list-style: none;
}

p {
  margin-bottom: 15px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.9;
  color: rgba(255,255,255,0.5);
}

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

table{
  display:none
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  height: 100%;
  width: 100%;
  background: url(../img/svg/shape_1.svg), #3a80fe;
}

.preload-content {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 100;
  margin-top: -35px;
  margin-left: -35px;
}

#dream-load {
  z-index: 999;
  height: 70px;
  width: 70px;
  animation: dreamrotate 2400ms linear infinite;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255,255,255,0.5);
  -webkit-animation: dreamrotate 2400ms linear infinite;
}

#dream-load:before {
  position: absolute;
  inset: 7.5px;
  animation: dreamrotate 2700ms linear infinite;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255,255,255,0.5);
  --tw-content: "";
  content: var(--tw-content);
  -webkit-animation: dreamrotate 2700ms linear infinite;
}

#dream-load:after {
  position: absolute;
  inset: 1.25rem;
  animation: dreamrotate 1800ms linear infinite;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255,255,255,0.5);
  --tw-content: "";
  content: var(--tw-content);
  -webkit-animation: dreamrotate 1800ms linear infinite;
}

@keyframes dreamrotate {
  0% {
    transform: rotate(0deg)
  }

  100% {
    transform: rotate(360deg)
  }
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 992px) {
  .mt-s {
    margin-top: 30px;
  }
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.section-padding-0-70 {
  padding-top: 0px;
  padding-bottom: 70px;
}

.section-padding-100-85 {
  padding-top: 100px;
  padding-bottom: 85px;
}

.section-padding-0-100 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.box-shadow {
  position: relative;
  top: 0px;
  display: block;
  --tw-shadow: 0px 10px 27px 0px rgba(154,161,171,0.18);
  --tw-shadow-colored: 0px 10px 27px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
}

.section-padding-0-100 {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0px;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.section-heading h2 {
  margin-bottom: 15px;
  font-size: 40px;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.section-heading > p {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 600px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 2;
}

#scrollUp {
  right: 30px;
  bottom: 130px;
  height: 1.25rem;
  width: 100px;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-color: transparent;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

#scrollUp::before {
  position: absolute;
  right: 100%;
  top: 0.625rem;
  z-index: -200;
  height: 0.125rem;
  width: 30%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

#scrollUp {
  -webkit-transition-duration: 500ms;
  -webkit-transform: rotate(-90deg);
}

.has-gradient {
  background-image: linear-gradient(to right,#21d397 0%,#7450fe 100%);
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ##### 2.0 Header Area CSS ##### */

.nav {
  position: fixed;
  top: 1.25rem;
  z-index: 99;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 96%;
  border-radius: 25px;
  border-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background: #d4edf9;
}

.nav .nav-header {
  display: inline;
}

.nav .nav-header > .nav-title {
  display: inline-block;
  padding: 0.625rem;
  font-size: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nav .nav-btn {
  display: none;
}

.nav .nav-links {
  float: right;
  display: inline;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.nav .nav-links > a {
  display: inline-block;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.nav .nav-links > a:hover {
  --tw-text-opacity: 1;
  color: rgb(58 128 254 / var(--tw-text-opacity));
}

.nav #nav-check {
  display: none;
}

.logo-wrapper {
  position: relative;
  top: 5px;
}

.nav .copy-btn {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 1.25rem !important;
  padding-right: 2.5rem !important;
}

@media (max-width: 992px) {
  .nav .nav-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    display: inline-block;
  }

  .nav .nav-btn > label {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding: 11px;
  }

  .nav .nav-btn > label:hover,
    .nav #nav-check:checked ~ .nav-btn > label {
    cursor: pointer;
    background-color: rgb(80 129 231 / 30%);
  }

  .nav .nav-btn > label > span {
    display: block;
    height: 0.625rem;
    width: 25px;
    border-top-width: 3px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  }

  .nav .nav-links {
    position: absolute;
    left: 0px;
    top: 50px;
    display: block;
    height: 0px;
    width: 100%;
    overflow-y: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.3s;
    transition-timing-function: ease-in;
  }

  .nav .nav-links > a {
    display: block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .nav #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }

  .nav #nav-check:checked ~ .nav-links {
    margin-top: 1.25rem;
    height: calc(100vh - 250px);
    overflow-y: auto;
    border-radius: 20px;
    padding-top: 0.625rem;
  }

  .nav .copy-btn {
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
    margin-left: 30px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 1.25rem;
    padding-right: 2.5rem;
    max-width: 200px;
  }
}

/* ##### 3.0 Wellcome Area CSS ##### */

.hero-section {
  position: relative;
  display: flex;
  min-height: 730px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background: url("../img/bg-img/header2.html") no-repeat bottom center;
}

.hero-section.version1 {
  position: relative;
  min-height: 730px;
  background-size: cover;
  background: #b9d1e9;
}

.hero-section.de-3 {
  background: url(../img/bg-img/counter-bg.png) no-repeat center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
}

.hero-section.app {
  background: url(../img/bg-img/about-bg.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 991px) {
  .hero-section.app,
    .hero-section.de-3 {
    background-position: top left;
  }
}

.hero-section.moving {
  position: relative;
  overflow: hidden;
}

.gradient-text {
  display: inline-block;
  background-image: linear-gradient(180deg,#28cc8b 0%,#28cc8b 100%);
  background-clip: text;
  font-family: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.gradient-text.blue {
  background-image: linear-gradient(180deg,#28cc8b 0%,#28cc8b 100%);
}

@media (max-width: 992px) {
  .hero-section.moving {
    background-position: top left;
  }
}

.welcome-content {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}

@media (max-width: 992px) {
  .gaming .welcome-content {
    margin-top: 120px;
  }
}

.has-shadow {
  border-radius: 10px;
  --tw-shadow: 0 9px 68px 0 rgba(62,57,107,0.2);
  --tw-shadow-colored: 0 9px 68px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-box-shadow: 0 9px 68px 0 rgba(62, 57, 107, 0.2);
}

.welcome-content h2 {
  margin-bottom: 1.25rem;
  font-size: 52px;
  font-weight: 500;
}

.welcome-content h1 {
  margin-bottom: 30px;
  font-size: 3.75rem;
  font-weight: 900;
  letter-spacing: 3px;
  --tw-text-opacity: 1;
  color: rgb(212 3 3 / var(--tw-text-opacity));
  max-inline-size: 15ch;
  line-height: 1.4;
  text-shadow: 0.1em 0.1em 0 hsl(0deg 0% 100%);
}

.welcome-content p {
  margin-bottom: 30px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(212 3 3 / var(--tw-text-opacity));
  line-height:1.9;
}

@media (max-width: 767px) {
  .welcome-content {
    margin-top: 150px;
    padding-right: 15px;
  }

  .welcome-content h1{
    font-size: 40px
  }

  .welcome-content p{
    font-size: 15px
  }

  .section-heading h2,
    .who-we-contant h4{
    font-size: 33px
  }
}

@media (max-width: 480px) {
  .welcome-content {
    margin-top: 100px;
    vertical-align: middle;
  }
}

/* ##### Partners Area ##### */

.contract-add {
  position: relative;
  display: flex;
  border-radius: 10px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 35px;
  background: #e3ebf9;
  clip-path: polygon(
      0.535% 6.349%,
      0.535% 99.603%,
      95.444% 99.603%,
      99.465% 0.651%,
      99.465% 0.397%,
      8.556% 0.397%,
      0.535% 0.349%
    );
}

.contract-add i {
  margin-right: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #3a80fe;
}

.copy-btn {
  position: relative;
  height: 2.5rem;
  overflow: visible;
  white-space: nowrap;
  border-radius: 5px;
  padding-left: 1.25rem;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  clip-path: polygon(
      0.535% 6.349%,
      0.535% 99.603%,
      85.444% 99.603%,
      99.465% 0.651%,
      99.465% 0.397%,
      8.556% 0.397%,
      0.535% 0.349%
    );
  display: inline-block;
  background: #3a80fe;
}

.copy-btn:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.copy-btn i {
  display: inline;
}

.b-text {
  --tw-text-opacity: 1;
  color: rgb(212 3 3 / var(--tw-text-opacity));
}

.w-text {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.g-text {
  --tw-text-opacity: 1;
  color: rgb(216 208 208 / var(--tw-text-opacity));
}

.bold {
  font-weight: 600;
}

/* ##### About Us Area ##### */

@media (min-width: 1200px) {
  .hedo-wrapper img {
    max-width: 120%;
  }

  .hedo-wrapper.v2 img {
    max-width: 110%;
  }

  .hedo-wrapper.v3 img {
    margin-left: 30px;
    margin-top: 50px;
    max-width: 100%;
  }
}

@keyframes fadeInAndOut {
  0%   {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.moving-bg {
  position: relative;
  width: 650em;
  animation: cloudwash 30s linear infinite;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(29 70 118 / var(--tw-border-opacity));
  border-bottom-color: rgb(29 70 118 / var(--tw-border-opacity));
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
  background: #3a80fe;
  visibility: inherit;
}

.marquee-block {
  display: inline-block;
  width: 19em;
}

.marquee-block p {
  margin-bottom: 0px;
  display: inline-block;
  padding-left: 5px;
  letter-spacing: 2px;
  font-family: "Alfa Slab One", cursive;
}

.marquee-block img {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 30px;
}

@media(max-width:992px){
  .moving-bg{
    display: none;
  }
}

@keyframes cloudwash {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.dotted-bg {
  background: url(../img/bg-img/banner1.jpg) no-repeat center;
  background-size: cover;
}

.about-bg {
  background: url(../img/bg-img/about-bg.png) no-repeat center;
  background-size: cover;
}

.counter-bg {
  background: url(../img/bg-img/counter-bg.png) no-repeat center;
  background-size: cover;
}

.wavy-border {
  position: relative;
  border-radius: 30px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #f1f8ff;
  -o-border-image: url(../img/core-img/border.png) 30 round;
     border-image: url(../img/core-img/border.png) 30 round;
}

.who-we-contant h4 {
  margin-bottom: 1.25rem;
  font-size: 40px;
  font-family: "Alfa Slab One", cursive;
}

.welcome-meter {
  position: relative;
  z-index: 1;
}

.comp-img {
  border-radius: 15px;
}

.supportImg {
  position: absolute;
  right: 50px;
  top: 0%;
  z-index: 1;
  height: 126px;
  animation: fadeInAndOut 6s ease-in-out 0s infinite alternate;
}

.box-shadow:hover {
  top: -3px;
  --tw-shadow: 0px 25px 36px 0px rgba(154,161,171,0.24);
  --tw-shadow-colored: 0px 25px 36px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-box-shadow: 0px 25px 36px 0px rgba(154, 161, 171, 0.24);
}

/*** 
  
  ====================================================================
    Contribution Cycle style
  ====================================================================
  
  ***/

.gradient-t {
  position: relative;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.gradient-t.blue {
  background-image: linear-gradient(180deg,#17EAD9 0%,#6078EA 100%);
}

.gradient-t.green {
  background-image: linear-gradient(180deg,#3a80fe 0%,#3a80fe 100%);
}

.features {
  position: relative;
}

.floating-anim {
  animation: floating2 7s infinite;
  -webkit-animation: floating2 7s infinite;
}

@keyframes floating2 {
  0% {
    transform: rotateX(0deg) translateY(0px);
  }

  50% {
    transform: rotateX(0deg) translateY(15px);
  }

  100% {
    transform: rotateX(0deg) translateY(0px);
  }
}

/* ##### Token info Area CSS ##### */

.token-information {
  position: relative;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  margin-top: 0px;
  margin-bottom: 0px;
}

.token-information .mon-img1 {
  position: absolute;
  top: -25px;
  left: -1.25rem;
  max-height: 90px;
  max-width: 80px;
}

.token-information .mon-img2 {
  position: absolute;
  bottom: -25px;
  right: -1.25rem;
  max-height: 95px;
  max-width: 80px;
}

.token-information a {
  position: relative;
  color: inherit;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.token-information a:hover {
  top: -5px;
}

.token-information li {
  position: relative;
  margin-bottom: 50px;
  border-radius: 15px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.token-information li::before {
  position: absolute;
  bottom: -5px;
  right: -5px;
  height: 100%;
  width: 100%;
  border-radius: 5px 5px 15px 5px;
  border-right-width: 5px;
  border-bottom-width: 5px;
  border-style: solid;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-content: '';
  content: var(--tw-content);
}

.token-information li {
  background: #fff;
}

.token-information li:before {
  z-index: ;
}

.token-information h6 {
  margin-bottom: 0px;
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Alfa Slab One", cursive;
}

.token-information h6 img{
  display: inline
}

.token-information p {
  margin-bottom: 0px;
}

.token-info {
  float: left;
  margin-bottom: 0.625rem;
  display: flex;
  width: 100%;
  display: -ms-flexbox;
}

/* ##### Service Area CSS ##### */

.service_single_content {
  position: relative;
  z-index: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.service_single_content p {
  margin-bottom: 0px;
}

.darky .service_single_content {
  margin-bottom: 30px;
  border-radius: 10px;
  border-color: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: left;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: url(../img/svg/shape_1.svg), #1e2738;
}

.service_single_content .service_icon i {
  margin-bottom: 1.25rem;
  display: block;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light-version .how .service_single_content {
  background: #fff;
}

.how .service_icon {
  position: relative;
  height: 100px;
  max-width: 100%;
  border-radius: 5%;
  padding: 15px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  background: #bfcffe;
}

.how .service_icon .white-icon {
  left: 50%;
  top: 50%;
  --tw-translate-x: 0%;
  --tw-translate-y: -56%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.features .service_single_content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.1);
}

.step-num {
  background: url(../img/core-img/border.png) no-repeat;
  position: absolute;
  bottom: -30px;
  left: 50%;
  height: 60px;
  width: 60px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-size: contain;
  font-size: 25px;
  font-weight: 700;
  line-height: 60px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.service_icon {
  margin-bottom: 30px;
  display: inline-block;
  min-height: 60px;
  max-width: 150px;
}

.service_single_content h6 {
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "Alfa Slab One", cursive;
}

/* Roadmap style 2*/

.main-timeline {
  position: relative;
}

.main-timeline::before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  height: 100%;
  width: 5px;
  --tw-content: "";
  content: var(--tw-content);
}

.main-timeline:before {
  background: #000;
}

.main-timeline .timeline {
  position: relative;
  margin-bottom: 2.5rem;
}

.main-timeline .timeline::after {
  clear: both;
  display: block;
  --tw-content: "";
  content: var(--tw-content);
}

.main-timeline .icon {
  position: absolute;
  inset: 0px;
  margin: auto;
  height: 18px;
  width: 18px;
  line-height: 18px;
}

.main-timeline .icon::before {
  left: -3px;
  border-width: 2px;
  border-style: solid;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity));
}

.main-timeline .icon::after {
  left: 3px;
  border-width: 2px;
  border-style: solid;
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity));
}

.main-timeline .icon:before,
  .main-timeline .icon:after {
  position: absolute;
  left: 0px;
  top: -0.625rem;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 0s;
  transition-duration: 0.33s;
  transition-timing-function: ease-out;
  --tw-content: "";
  content: var(--tw-content);
}

.main-timeline .icon:before {
  background: #fff;
}

.main-timeline .timeline:hover .icon:before {
  left: 3px;
}

.main-timeline .timeline:hover .icon:after {
  left: -3px;
}

.main-timeline .date-content {
  position: relative;
  float: left;
  margin-top: 30px;
  width: 50%;
}

.main-timeline .date-content::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0.625rem;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: auto;
  margin-bottom: auto;
  height: 5px;
  width: 29.5%;
  --tw-content: "";
  content: var(--tw-content);
}

.main-timeline .date-content:before {
  background: #000000;
}

.main-timeline .date-outer {
  z-index: 1;
  margin: auto;
  height: 125px;
  width: 225px;
  border-radius: 30px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

.main-timeline .date-outer::before {
  content: var(--tw-content);
  left: -0.375rem;
}

.main-timeline .date-outer::after {
  content: var(--tw-content);
  left: 0.375rem;
}

.main-timeline .date-outer {
  background: #f1f8ff;
  -o-border-image: url(../img/core-img/border.png) 30 round;
     border-image: url(../img/core-img/border.png) 30 round;
}

.main-timeline .date-outer:before,
  .main-timeline .date-outer:after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 125px;
  width: 225px;
  border-radius: 15px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 0s;
  transition-duration: 0.33s;
  transition-timing-function: ease-out;
  --tw-content: "";
  content: var(--tw-content);
}

.main-timeline .timeline:hover .date-outer:before {
  left: 0.375rem;
}

.main-timeline .timeline:hover .date-outer:after {
  left: -0.375rem;
}

.main-timeline .date {
  position: absolute;
  left: 0px;
  top: 27%;
  margin: auto;
  width: 100%;
}

.main-timeline .month {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.main-timeline .year {
  display: block;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

.main-timeline .timeline-content {
  position: relative;
  float: right;
  margin-left: 1.25rem;
  width: 47%;
  border-radius: 15px;
  padding: 30px;
  background: url(../img/bg-img/counter-bg.png) no-repeat center bottom;
}

.main-timeline .timeline-content .arrowo {
  position: absolute;
  left: -0.5rem;
  top: 25px;
  z-index: 0;
  height: 15px;
  width: 15px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 155 / var(--tw-bg-opacity));
}

.main-timeline .title {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 2px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-family: "Alfa Slab One", cursive;
}

.main-timeline .description {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-timeline .timeline:nth-child(2n) .date-content {
  float: right;
}

.main-timeline .timeline:nth-child(2n) .date-content::before {
  content: var(--tw-content);
  left: 0.625rem;
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
  margin-left: 0px;
  padding: 30px;
  text-align: right;
  right: 0px;
  float: left;
}

.main-timeline .timeline:nth-child(2n) .timeline-content .arrowo {
  position: absolute;
  left: inherit;
  right: -0.5rem;
  top: 25px;
  z-index: 0;
  height: 15px;
  width: 15px;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.main-timeline .timeline:last-child {
  margin-bottom: 0px;
}

@media only screen and (max-width: 991px) {
  .main-timeline .date-content {
    margin-top: 35px;
  }

  .main-timeline .date-content::before {
    content: var(--tw-content);
    width: 22.5%;
  }

  .main-timeline .timeline-content {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 30px;
    padding-right: 0px;
  }

  .main-timeline .title {
    font-size: 17px;
  }

  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-timeline:before {
    left: 7px;
    margin: 0px;
  }

  .main-timeline .timeline {
    margin-bottom: 30px;
  }

  .main-timeline .timeline:last-child {
    margin-bottom: 0px;
  }

  .main-timeline .icon {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .main-timeline .date-content {
    float: right;
    margin-top: 0px;
    width: 95%;
  }

  .main-timeline .date-content::before {
    content: var(--tw-content);
    display: none;
  }

  .main-timeline .date-outer {
    margin-bottom: 20;
    height: 140px;
    width: 210px;
  }

  .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
    height: 110px;
    width: 110px;
  }

  .main-timeline .date {
    top: 30%;
  }

  .main-timeline .year {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
    margin-left: 30px;
    width: 95%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .main-timeline .title {
    margin-bottom: 0.625rem;
  }
}

/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/

.subscribe {
  position: relative;
}

.subscribe .section-heading > p {
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .service-text {
  padding-top: 0px;
}

.subscribe .title-box {
  margin-bottom: 30px;
}

.subscribe-section {
  display: inline-block;
  border-radius: 5px;
  padding: 15px;
  background: #fff;
}

.subscribe-section .input-wrapper {
  position: relative;
  display: inline-block;
}

.subscribe-section input {
  position: relative;
  min-width: 350px;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2.5rem;
  padding-right: 0.625rem;
}

.subscribe-section input:focus {
  border-radius: 25px;
  --tw-border-opacity: 1;
  border-color: rgb(78 140 207 / var(--tw-border-opacity));
  outline: none;
}

.subscribe-section i {
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(58 128 254 / var(--tw-text-opacity));
}

.subscribe-wrapper {
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  padding: 60px;
  --tw-shadow: 0 10px 80px rgba(15,62,153,0.3);
  --tw-shadow-colored: 0 10px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: url(../img/bg-img/counter-bg.png) no-repeat center bottom;
}

@media (max-width: 500px) {
  .subscribe-section input {
    min-width: 100%;
  }

  .subscribe-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subscribe-section {
    display: inherit;
  }
}

/* ##### Contact Area CSS ##### */

.group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.group input,
  .group textarea {
  display: block;
  height: 55px;
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 2px;
  border-style: solid;
  border-color: none;
  border-bottom-color: rgba(255,255,255,0.2);
  background-color: transparent;
  padding: 0.625rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group input:focus,
  .group textarea:focus {
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: none !important;
}

.group label {
  pointer-events: none;
  position: absolute;
  left: 1.25rem;
  top: 18px;
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: ease;
  transition-timing-function: all;
  -webkit-transition: 0.5s ease all;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .bar:before,
.group .bar:after {
  position: absolute;
  bottom: 0px;
  height: 0.125rem;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: ease;
  transition-timing-function: all;
  --tw-content: '';
  content: var(--tw-content);
  -webkit-transition: 0.5s ease all;
}

.group .bar:before {
  left: 50%;
}

.group .bar:after {
  right: 50%;
}

.group textarea {
  height: 130px;
}

/* Form Active State */

.group input:focus ~ label,
.group textarea:focus ~ label,
.group input:valid ~ label,
.group textarea:valid ~ label {
  top: -17px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:after {
  width: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

input:required,
textarea:required {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* ##### Footer Area ##### */

.footer-area {
  position: relative;
  z-index: 1;
  padding: 0px;
}

.footer-content-area {
  margin-top: 100px;
  border-top-width: 3px;
  border-style: solid;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: url(../img/svg/shape_1.svg) #1f57bc;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-logo a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-logo img {
  width: 2.5rem;
}

.footer-side-thumbnail {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 50%;
  background-size: cover;
  background-position: top center;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.copywrite_text > p {
  margin-bottom: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  line-height: 1.75;
}

.copywrite_text > p > a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-social-info a i {
  margin-right: 15px;
  height: 35px;
  width: 2.5rem;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

.footer-social-info a i:hover {
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(74 122 236 / var(--tw-text-opacity));
}

.footer-social-info a i {
  background: #d0e1f8;
}

.contact_info_area .contact_info {
  text-align: left;
}

.contact_info_area .contact_info h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.contact_info_area .contact_info p {
  margin-bottom: 10px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
  font-size:16px;
}

.contact_info_area .contact_info a:hover p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
  * ----------------------------------------------------------------------------------------
  *  START counter-down STYLE
  * ----------------------------------------------------------------------------------------
  */

.ico-counter {
  border-radius: 20px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 45px;
  padding-bottom: 45px;
  background: url(../img/bg-img/counter-bg.png) center center no-repeat;
}

@media (max-width: 767px) {
  .ico-counter {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .contract-add {
    display: block;
  }

  .contract-add h6 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }

  .contract-add span {
    margin: 10px 0 !important;
    display: block;
    word-break: break-all;
  }

  .copy-btn.ml-8{
    margin-left:0 !important
  }
}

.counter-down {
  position: relative;
}

.conuter-header {
  position: relative;
  overflow: hidden;
}

.timer-body-block {
  display: flex;
}

.count-down .table-cell {
  position: relative;
  width: 25%;
}

.count-down .tab-val {
  background: url(../img/core-img/border.png) no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 75px;
  width: 90%;
  background-size: contain;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  line-height: 75px;
  --tw-text-opacity: 1;
  color: rgb(212 3 3 / var(--tw-text-opacity));
}

.count-down .tab-metr {
  margin-top: 15px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (max-width: 480px) {
  .count-down .tab-metr {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.conuter-header h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.conuter-header h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}

.counterdown-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 0px;
}

.ico-progress {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 1.25rem;
}

.ico-progress ul {
  margin-bottom: 5px;
}

.ico-progress li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.ico-progress li.title {
  position: relative;
  top: -30px;
  float: left;
  padding-left: 30px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(212 3 3 / var(--tw-text-opacity));
}

.pre-sale-bg {
  position: relative;
  border-radius: 30px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1200px) {
  .pre-sale-bg:after {
    position: absolute;
    bottom: -100px;
    right: 0px;
    height: 250px;
    width: 230px;
    background-size: cover;
    background-position: bottom left;
    --tw-content: '';
    content: var(--tw-content);
    background: url(../img/core-img/trade3.png) no-repeat;
  }
}

.pre-price {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 50px;
  margin-bottom: 15px;
  font-family: "Alfa Slab One", cursive;
  font-size:24px;
}

.ico-progress li.strength {
  position: relative;
  top: -30px;
  float: right;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(212 3 3 / var(--tw-text-opacity));
}

.ico-progress .current-progress {
  position: relative;
  margin-top: 40px;
  height: 1rem;
  width: 100%;
  border-radius: 7px;
  background: rgba(122, 95, 95, 0.6);
}

.ico-progress .current-progress:before {
  background: #15447e;
}

.current-progress .progress-bar {
  height: 100%;
  border-radius: 7px;
  background-image: linear-gradient(to right,#fb881d 0%,#ffad34 100%);
}

.ico-progress span {
  display: inline-block;
  padding-top: 7px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(74 119 220 / var(--tw-text-opacity));
}

/* ##### Accordians CSS ##### */

.dream-faq-area dl {
  width: 100%;
}

.dream-dots span {
  margin-bottom: 0.625rem;
  display: inline-block;
  background-image: linear-gradient(180deg,#3a80fe 0%,#3a80fe 100%);
  background-clip: text;
  font-family: bold;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight:600;
  font-family: "Poppins", sans-serif;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.dream-faq-area dt {
  margin-bottom: 15px;
  cursor: pointer;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: rgba(255,255,255,0.1);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: linear-gradient(310deg, #268d94 25%, #417b52 100%);
}

.dream-faq-area dt:first-child {
  border-top-width: 1px;
  border-style: solid;
  border-top-color: rgba(255,255,255,0.1);
}

.dream-faq-area dd {
  margin: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: rgba(255,255,255,0.1);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* ##### Button Effects ##### */

.ripple {
  position: absolute;
  z-index: -1;
  height: 0.25em;
  width: 0.25em;
  transform-origin: center 50%;
  animation: ripple 1.6s;
  border-radius: 50%;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 1.6s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: center 50%;
  -webkit-transition: opacity 1.6s;
  -webkit-animation: ripple 1.6s;
  animation-fill-mode: forwards;
}

.ripple-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@keyframes ripple {
  0% {
    transform: scale3d(0, 0, 0);
  }

  100% {
    transform: scale3d(50, 50, 50);
  }
}

/* ##### Light Version CSS ##### */

body.light-version {
  background: #fff !important;
}

.light-version p {
  --tw-text-opacity: 1;
  color: rgb(212 3 3 / var(--tw-text-opacity));
}

.light-version h2,
  .light-version h3,
  .light-version h4,
  .light-version h5,
  .light-version h6,
  .light-version .service_single_content .service_icon i,
  .light-version .group label,
  .light-version input:focus ~ label,
  .light-version textarea:focus ~ label,
  .light-version input:valid ~ label,
  .light-version textarea:valid ~ label,
  .light-version .copywrite_text > p > a {
  --tw-text-opacity: 1;
  color: rgb(212 3 3 / var(--tw-text-opacity));
}

.light-version .dream-faq-area dt {
  margin-top: 5px;
  margin-bottom: 15px;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.light-version .dream-faq-area dt:first-child {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(242 244 248 / var(--tw-border-opacity));
}

.light-version .dream-faq-area dt {
  background: url(../img/bg-img/faq-bg.png) no-repeat center;
}

.light-version .dream-faq-area dt.v2 {
  background-image: linear-gradient(to right,#21d397 0%,#7450fe 100%);
}

.light-version .welcome-content h2,
  .contact_info_area .contact_info h5 {
  margin-bottom: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 600;
  font-size: 20px !important;
}

.light-version #scrollUp {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.light-version .subscribe h2,
  .light-version .subscribe .group label,
  .light-version .subscribe .group input {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.light-version .subscribe .group input {
  border-bottom-color: rgba(255,255,255,0.2);
}

.light-version .service_single_content {
  margin-bottom: 50px;
  border-radius: 10px;
  border-color: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 60px;
  text-align: center;
  --tw-shadow: 0 5px 40px 0 rgba(0,0,0,0.21);
  --tw-shadow-colored: 0 5px 40px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.light-version .service_single_content p {
  margin-bottom: 0px;
}

.token .service_single_content {
  background-image: none;
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: none;
}

.light-version #scrollUp:before {
  position: absolute;
  right: 100%;
  top: 0.625rem;
  z-index: -200;
  height: 0.125rem;
  width: 30%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.light-version .group input,
  .light-version .group textarea {
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
  background: rgb(215, 223, 239);
}

.light-version .group input:focus ~ .bar:before,
  .light-version .group textarea:focus ~ .bar:before,
  .light-version .group input:focus ~ .bar:after,
  .light-version .group textarea:focus ~ .bar:after {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

/* demo page */

.demo-item {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  border-width: 10px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(89 176 236 / var(--tw-border-opacity));
  --tw-shadow: 0 2px 28px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 2px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}

.demo-item:hover {
  --tw-translate-x: 0px;
  --tw-translate-y: -9px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 0 1px 28px rgb(0 184 255 / 66%);
  --tw-shadow-colored: 0 1px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.demo-item {
  -webkit-box-shadow: 0 2px 28px rgba(0, 0, 0, 0.1);
  background: #fff;
}

@media (min-width: 1200px) {
  .demo .container {
    max-width: 1140px;
  }
}

.demo-item:hover {
  -webkit-box-shadow: 0 1px 28px rgb(0 184 255 / 66%);
  -webkit-transform: translate(0, -9px);
}

.preview-link {
  text-align: center;
}

.preview-demo {
  position: relative;
  display: inline-block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(103 58 183 / var(--tw-border-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.preview-demo:hover {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.preview-demo {
  background: #3a80fe;
}

.preview-demo i {
  margin-left: 0.625rem;
}

@media (min-width: 1200px){
  .container {
    max-width: 1240px !important;
  }
}

@media (min-width: 540px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 720px) {
  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-full {
    width: 100%;
  }
}

@media (min-width: 960px) {
  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }
}