/*
! tailwindcss v3.4.0 | 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)
*/
@font-face {
  font-family: 'LuckiestGuy';
  src: url('../fonts/LuckiestGuy.ttf');
}

*,
::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 */
  overflow-x: hidden;
}

/*
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 */
  overflow-x: hidden;
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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:  ;
}

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

.container {
  max-width: 100%;
  padding-inline: 15px;
  margin-inline: auto;
}

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

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.top-0 {
  top: 0px;
}

.top-9 {
  top: 2.25rem;
}

.top-full {
  top: 100%;
}

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

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

.z-\[9999\] {
  z-index: 9999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.-mx-\[15px\] {
  margin-left: -15px;
  margin-right: -15px;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-24 {
  height: 6rem;
}

.h-6 {
  height: 1.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[950px\] {
  height: 950px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-14 {
  width: 3.5rem;
}

.w-2\/12 {
  width: 16.666667%;
}

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

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

.w-28 {
  width: 7rem;
}

.w-3\/4 {
  width: 75%;
}

.w-48 {
  width: 12rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9 {
  width: 2.25rem;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.min-w-full {
  min-width: 100%;
}

.max-w-\[1180px\] {
  max-width: 1180px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[520px\] {
  max-width: 520px;
}

.max-w-\[710px\] {
  max-width: 710px;
}

.max-w-\[820px\] {
  max-width: 820px;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-grow {
  flex-grow: 1;
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.translate-y-\[18px\] {
  --tw-translate-y: 18px;
  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));
}

.scroll-pt-\[70px\] {
  scroll-padding-top: 70px;
}

.scroll-pt-\[68px\] {
  scroll-padding-top: 68px;
}

.list-disc {
  list-style-type: disc;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border-4 {
  border-width: 4px;
}

.border-\[6px\] {
  border-width: 6px;
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: #ffd575;
}
.boxbg {
  background: #ffd57559;
}
.boxbg2 {
  background: #745f3163;
}
.boxbg3 {
  background: #bd9e5b;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#09082F\] {
  --tw-bg-opacity: 1;
  background-color: #000;
}

.bg-\[\#86d7fe66\] {
  background-color: #86d7fe66;
}

.bg-\[\#FA9B27\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 155 39 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(250 197 39 / var(--tw-bg-opacity));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: #000000;
}

.bg-\[linear-gradient\(180deg\2c \#7DD4FF_0\%\2c rgba\(125\2c 212\2c 255\2c 0\.00\)_100\%\)\] {
  background-image: linear-gradient(180deg,#a37f2e 0%,rgba(125,212,255,0.00) 100%);
}
.bg-\[linear-gradient\(360deg\2c \#7DD4FF_0\%\2c rgba\(125\2c 212\2c 255\2c 0\.00\)_100\%\)\] {
  background-image: linear-gradient(360deg,#a37f2e 0%,rgba(125,212,255,0.00) 100%);
}

.bg-\[linear-gradient\(180deg\2c \#83D6FE_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.00\)_100\%\)\] {
  background-image: linear-gradient(180deg,#a37f2e 0%,rgba(255,255,255,0.00) 100%);
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/about-bg\.png\'\)\] {
  background-image: url('../../assets/images/about-bg.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/platform-bg\.png\'\)\] {
  background-image: url('../../assets/images/platform-bg.png');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/roadmap-bg\.png\'\)\] {
  background-image: url('../../assets/images/roadmap-bg.png');
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-bottom {
  background-position: bottom;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.ps-2 {
  padding-inline-start: 0.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-28 {
  padding-top: 7rem;
}

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

.font-Poppins {
  font-family: Poppins, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[180\%\] {
  line-height: 180%;
}

.leading-\[200\%\] {
  line-height: 200%;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 2;
}
.footer {
  align-items: center;
}
.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.84px\] {
  letter-spacing: 0.84px;
}

.tracking-\[0\.9px\] {
  letter-spacing: 0.9px;
}

.tracking-\[1\.3px\] {
  letter-spacing: 1.3px;
}

.text-\[\#221F21\] {
  --tw-text-opacity: 1;
  color: #fff;
}

.text-\[\#505050\] {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity));
}

.text-\[\#FCCB25\] {
  --tw-text-opacity: 1;
  color: rgb(252 203 37 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-dark {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(250 155 39 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(1 0 113 / var(--tw-text-opacity));
}

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

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

.opacity-60 {
  opacity: 0.6;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[3px_5px_0px_\#ffffff33\] {
  --tw-shadow: 3px 5px 0px #ffffff33;
  --tw-shadow-colored: 3px 5px 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);
}

.shadow-shadow {
  --tw-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15) inset;
  --tw-shadow-colored: inset 0px 0px 20px 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);
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-linear {
  transition-timing-function: linear;
}

@font-face {
  font-family: 'Poppins';

  font-weight: 300;

  src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
  font-family: 'Poppins';

  font-weight: 400;

  src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins';

  font-weight: 500;

  src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
  font-family: 'Poppins';

  font-weight: 600;

  src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
  font-family: 'Poppins';

  font-weight: 700;

  src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
  font-family: 'Poppins';

  font-weight: 800;

  src: url('../fonts/Poppins-Black.ttf');
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #ccc;
}

::-webkit-scrollbar-thumb {
  background: #FA9B27;
}

::-webkit-scrollbar-thumb:hover {
  background: #fdba02;
}

.loader {
  width: 110px;
  height: 103px;
  position: relative;
}

.loader:before,
.loader:after {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../images/fluffyfront.png');
  background-repeat: no-repeat;
}

.loader:after {
  animation: pulse 1s infinite;
  transform: perspective(336px) translateZ(0px);
}

@keyframes pulse {
  to {
    transform: perspective(336px) translateZ(168px);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  #navbar-right {
    transform: scaleY(0);
    transform-origin: top;
  }

  #navbar-right.open {
    transform: scaleY(1);
  }

  .synergy{
    font-size: 12px;
  }
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[8\%\]::before {
  content: var(--tw-content);
  left: 8%;
}

.before\:left-auto::before {
  content: var(--tw-content);
  left: auto;
}

.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}

.before\:right-full::before {
  content: var(--tw-content);
  right: 100%;
}

.before\:top-9::before {
  content: var(--tw-content);
  top: 2.25rem;
}

.before\:h-0::before {
  content: var(--tw-content);
  height: 0px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:w-1::before {
  content: var(--tw-content);
  width: 0.25rem;
}

.before\:border-b-\[10px\]::before {
  content: var(--tw-content);
  border-bottom-width: 10px;
}

.before\:border-r-\[22px\]::before {
  content: var(--tw-content);
  border-right-width: 22px;
}

.before\:border-t-\[10px\]::before {
  content: var(--tw-content);
  border-top-width: 10px;
}

.before\:border-transparent::before {
  content: var(--tw-content);
  border-color: transparent;
}

.before\:border-l-transparent::before {
  content: var(--tw-content);
  border-left-color: transparent;
}

.before\:border-r-secondary::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: #ffd575;
}

.before\:bg-secondary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: #ffd575;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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));
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  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));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(250 155 39 / var(--tw-text-opacity));
}

.focus-visible\:outline-0:focus-visible {
  outline-width: 0px;
}

.group:hover .group-hover\:block {
  display: block;
}

.group.active .group-\[\.active\]\:text-orange {
  --tw-text-opacity: 1;
  color: rgb(250 155 39 / var(--tw-text-opacity));
}

@media (min-width: 480px) {
  .xs\:w-14 {
    width: 3.5rem;
  }

  .xs\:w-3\/12 {
    width: 25%;
  }

  .xs\:w-40 {
    width: 10rem;
  }

  .xs\:w-7\/12 {
    width: 58.333333%;
  }

  .xs\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .xs\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xs\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 576px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

  .sm\:w-6\/12 {
    width: 50%;
  }

  .sm\:w-\[540px\] {
    width: 540px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:translate-y-3 {
    --tw-translate-y: 0.75rem;
    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));
  }

  .sm\:translate-y-\[20px\] {
    --tw-translate-y: 20px;
    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));
  }

  .sm\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

  .sm\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row {
    flex-direction: row;
  }

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

  .sm\:break-keep {
    word-break: keep-all;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .sm\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .sm\:ps-4 {
    padding-inline-start: 1rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:before\:absolute::before {
    content: var(--tw-content);
    position: absolute;
  }

  .sm\:before\:-bottom-\[6px\]::before {
    content: var(--tw-content);
    bottom: -6px;
  }

  .sm\:before\:-top-\[6px\]::before {
    content: var(--tw-content);
    top: -6px;
  }

  .sm\:before\:left-\[26px\]::before {
    content: var(--tw-content);
    left: 26px;
  }

  .sm\:before\:mx-auto::before {
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:before\:h-\[30px\]::before {
    content: var(--tw-content);
    height: 30px;
  }

  .sm\:before\:w-\[30px\]::before {
    content: var(--tw-content);
    width: 30px;
  }

  .sm\:before\:rounded-full::before {
    content: var(--tw-content);
    border-radius: 9999px;
  }

  .sm\:before\:border-\[7px\]::before {
    content: var(--tw-content);
    border-width: 7px;
  }

  .sm\:before\:border-b-\[16px\]::before {
    content: var(--tw-content);
    border-bottom-width: 16px;
  }

  .sm\:before\:border-r-\[35px\]::before {
    content: var(--tw-content);
    border-right-width: 35px;
  }

  .sm\:before\:border-t-\[16px\]::before {
    content: var(--tw-content);
    border-top-width: 16px;
  }

  .sm\:before\:border-orange::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-color: rgb(250 155 39 / var(--tw-border-opacity));
  }

  .sm\:before\:bg-white::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
}

@media (min-width: 768px) {
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:block {
    display: block;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-\[720px\] {
    width: 720px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .md\:translate-y-\[20px\] {
    --tw-translate-y: 20px;
    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));
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

  .md\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .md\:rounded-\[50px\] {
    border-radius: 50px;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[1\.1\] {
    line-height: 1.1;
  }

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

  .md\:leading-snug {
    line-height: 1.375;
  }

  .md\:leading-tight {
    line-height: 1.25;
  }

  .md\:before\:left-\[45px\]::before {
    content: var(--tw-content);
    left: 45px;
  }
}

@media (min-width: 992px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-3 {
    order: 3;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-\[35px\] {
    margin-left: 35px;
  }

  .lg\:mr-\[35px\] {
    margin-right: 35px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

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

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:scroll-pt-\[114px\] {
    scroll-padding-top: 114px;
  }

  .lg\:scroll-pt-24 {
    scroll-padding-top: 6rem;
  }

  .lg\:scroll-pt-28 {
    scroll-padding-top: 7rem;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-y-7 {
    row-gap: 1.75rem;
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-32 {
    padding-top: 8rem;
  }

  .lg\:pt-\[218px\] {
    padding-top: 218px;
  }

  .lg\:text-start {
    text-align: start;
  }

  .lg\:text-end {
    text-align: end;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-\[1\.1\] {
    line-height: 1.1;
  }

  .lg\:leading-\[180\%\] {
    line-height: 180%;
  }

  .lg\:before\:left-0::before {
    content: var(--tw-content);
    left: 0px;
  }

  .lg\:before\:left-full::before {
    content: var(--tw-content);
    left: 100%;
  }

  .lg\:before\:right-0::before {
    content: var(--tw-content);
    right: 0px;
  }

  .lg\:before\:right-auto::before {
    content: var(--tw-content);
    right: auto;
  }

  .lg\:before\:mx-auto::before {
    content: var(--tw-content);
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:before\:border-l-\[35px\]::before {
    content: var(--tw-content);
    border-left-width: 35px;
  }

  .lg\:before\:border-l-secondary::before {
    content: var(--tw-content);
    --tw-border-opacity: 1;
    border-left-color: #ffd575;
    ;
  }

  .lg\:before\:border-r-transparent::before {
    content: var(--tw-content);
    border-right-color: transparent;
  }
}

@media (min-width: 1280px) {
  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-\[1100px\] {
    height: 1100px;
  }

  .xl\:w-20 {
    width: 5rem;
  }

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-4\/12 {
    width: 33.333333%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:rounded-\[30px\] {
    border-radius: 30px;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .xl\:pe-10 {
    padding-inline-end: 2.5rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:ps-10 {
    padding-inline-start: 2.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:text-start {
    text-align: start;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-\[40px\] {
    font-size: 40px;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1440px) {
  .\32xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-20 {
    margin-bottom: 5rem;
  }

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:w-auto {
    width: auto;
  }

  .\32xl\:flex-row {
    flex-direction: row;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:gap-7 {
    gap: 1.75rem;
  }

  .\32xl\:text-start {
    text-align: start;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-\[28px\] {
    font-size: 28px;
  }

  .\32xl\:text-\[64px\] {
    font-size: 64px;
  }

  .\32xl\:text-\[80px\] {
    font-size: 80px;
  }

  .\32xl\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1650px) {
  .\33xl\:h-\[1298px\] {
    height: 1298px;
  }

  .\33xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\33xl\:justify-end {
    justify-content: flex-end;
  }

  .\33xl\:gap-\[30px\] {
    gap: 30px;
  }

  .\33xl\:p-6 {
    padding: 1.5rem;
  }

  .\33xl\:py-\[140px\] {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .\33xl\:py-\[150px\] {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .\33xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .\33xl\:pb-36 {
    padding-bottom: 9rem;
  }

  .\33xl\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .\33xl\:pt-24 {
    padding-top: 6rem;
  }

  .\33xl\:pt-\[140px\] {
    padding-top: 140px;
  }

  .\33xl\:pt-\[200px\] {
    padding-top: 200px;
  }

  .\33xl\:pt-48 {
    padding-top: 12rem;
  }

  .\33xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .\33xl\:pt-32 {
    padding-top: 8rem;
  }

  .\33xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\33xl\:pt-36 {
    padding-top: 9rem;
  }

  .\33xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\33xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.abouttext {
  top: -7%;
  padding-right: 30px
}
.textheadline {
  color: #ff7514;
  font-family: 'LuckiestGuy';
}
.main_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30em; /* Doubled */
  height: 30em; /* Doubled */
  top: -9%;
  position: relative;
  left: -7%;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.antenna {
  width: 10em; /* Doubled */
  height: 10em; /* Doubled */
  border-radius: 50%;
  border: 4px solid black; /* Doubled */
  background-color: #f27405;
  margin-bottom: -12em; /* Doubled */
  margin-left: 0em;
  z-index: -1;
}
.antenna_shadow {
  position: absolute;
  background-color: transparent;
  width: 100px; /* Doubled */
  height: 112px; /* Doubled */
  margin-left: 3.36em; /* Doubled */
  border-radius: 45%;
  transform: rotate(140deg);
  border: 8px solid transparent; /* Doubled */
  box-shadow: inset 0px 32px #a85103, inset 0px 32px 2px 2px #a85103; /* Doubled */
  -moz-box-shadow: inset 0px 32px #a85103, inset 0px 32px 2px 2px #a85103; /* Doubled */
}
.antenna::after {
  content: "";
  position: absolute;
  margin-top: -18.8em; /* Doubled */
  margin-left: 0.8em; /* Doubled */
  transform: rotate(-25deg);
  width: 2em; /* Doubled */
  height: 1em; /* Doubled */
  border-radius: 50%;
  background-color: #f69e50;
}
.antenna::before {
  content: "";
  position: absolute;
  margin-top: 0.4em; /* Doubled */
  margin-left: 2.5em; /* Doubled */
  transform: rotate(-20deg);
  width: 3em; /* Doubled */
  height: 1.6em; /* Doubled */
  border-radius: 50%;
  background-color: #f69e50;
}
.a1 {
  position: relative;
  top: -95%; /* Doubled */
  left: -140%; /* Doubled */
  width: 24em; /* Doubled */
  height: 11em; /* Doubled */
  border-radius: 100px; /* Doubled */
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  transform: rotate(-29deg);
  clip-path: polygon(50% 0%, 49% 100%, 52% 100%);
}
.a1d {
  position: relative;
  top: -208%; /* Doubled */
  left: -47%; /* Doubled */
  transform: rotate(45deg);
  width: 1em; /* Doubled */
  height: 1em; /* Doubled */
  border-radius: 50%;
  border: 4px solid black; /* Doubled */
  background-color: #979797;
  z-index: 99;
}
.a2 {
  position: relative;
  top: -215%; /* Doubled */
  left: -20%; /* Doubled */
  width: 24em; /* Doubled */
  height: 8em; /* Doubled */
  border-radius: 100px; /* Doubled */
  background-color: #171717;
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  margin-right: 10em; /* Doubled */
  clip-path: polygon(
    47% 0,
    47% 0,
    34% 34%,
    54% 25%,
    32% 100%,
    29% 96%,
    49% 32%,
    30% 38%
  );
  transform: rotate(-8deg);
}
.a2d {
  position: relative;
  top: -310%; /* Doubled */
  left: 95%; /* Doubled */
  width: 1em; /* Doubled */
  height: 1em; /* Doubled */
  border-radius: 50%;
  border: 4px solid black; /* Doubled */
  background-color: #979797;
  z-index: 99;
}

.notfound_text {
  background-color: black;
  padding-left: 0.6em; /* Doubled */
  padding-right: 0.6em; /* Doubled */
  font-size: 1.5em; /* Doubled */
  color: white;
  letter-spacing: 0;
  border-radius: 5px;
  z-index: 10;
}
.tv {
  width: 34em; /* Doubled */
  height: 18em; /* Doubled */
  margin-top: 6em; /* Doubled */
  border-radius: 30px; /* Doubled */
  background-color: #d36604;
  display: flex;
  justify-content: center;
  border: 4px solid #1d0e01; /* Doubled */
  box-shadow: inset 0.4em 0.4em #e69635; /* Doubled */
}
.tv::after {
  content: "";
  position: absolute;
  width: 34em; /* Doubled */
  height: 18em; /* Doubled */
  border-radius: 30px; /* Doubled */
  background: repeating-radial-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%)
      50% 0/2500px 2500px,
    repeating-conic-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%) 60% 60%/2500px
      2500px;
  background-blend-mode: difference;
  opacity: 0.09;
}
.curve_svg {
  position: absolute;
  margin-top: 0.5em; /* Doubled */
  margin-left: -0.5em; /* Doubled */
  height: 24px; /* Doubled */
  width: 24px; /* Doubled */
}
.display_div {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 30px; /* Doubled */
  box-shadow: 7px 7px 0px #e69635; /* Doubled */
}
.screen_out {
  width: auto;
  height: auto;
  border-radius: 20px; /* Doubled */
}
.screen_out1 {
  width: 22em; /* Doubled */
  height: 15.5em; /* Doubled */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px; /* Doubled */
  background: #000
}
.screen {
  width: 26em; /* Doubled */
  height: 15.7em; /* Doubled */
  font-family: Montserrat;
  border: 4px solid #1d0e01; /* Doubled */
  
  background-blend-mode: difference;
  animation: b 0.2s infinite alternate;
  border-radius: 20px; /* Doubled */
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
}
@keyframes b {
  100% {
    background-position: 50% 0, 60% 50%;
  }
}

.lines {
  display: flex;
  column-gap: 0.2em; /* Doubled */
  align-self: flex-end;
}
.line1,
.line3 {
  width: 4px; /* Doubled */
  height: 1em; /* Doubled */
  background-color: black;
  border-radius: 25px 25px 0px 0px;
  margin-top: 1em; /* Doubled */
}
.line2 {
  flex-grow: 1;
  width: 4px; /* Doubled */
  height: 2em; /* Doubled */
  background-color: black;
  border-radius: 25px 25px 0px 0px;
}

.buttons_div {
  width: 8.5em; /* Doubled */
  align-self: center;
  height: 16em; /* Doubled */
  background-color: #e69635;
  border: 4px solid #1d0e01; /* Doubled */
  padding: 1.2em; /* Doubled */
  border-radius: 20px; /* Doubled */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 1.5em; /* Doubled */
  box-shadow: 6px 6px 0px #e69635; /* Doubled */
}
.b1 {
  width: 3.3em; /* Doubled */
  height: 3.3em; /* Doubled */
  border-radius: 50%;
  background-color: #7f5934;
  border: 4px solid black; /* Doubled */
  box-shadow: inset 4px 4px 2px #b49577, -4px 0px #513721,
    -4px 0px 0px 2px black; /* Doubled */
}
.b1::before {
  content: "";
  position: absolute;
  margin-top: 2em; /* Doubled */
  margin-left: 1em; /* Doubled */
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.2em; /* Doubled */
  height: 0.8em; /* Doubled */
  background-color: #000000;
}
.b1::after {
  content: "";
  position: absolute;
  margin-top: 1.8em; /* Doubled */
  margin-left: 1.6em; /* Doubled */
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.2em; /* Doubled */
  height: 1.1em; /* Doubled */
  background-color: #000000;
}
.b1 div {
  content: "";
  position: absolute;
  margin-top: -0.2em; /* Doubled */
  margin-left: 1.3em; /* Doubled */
  transform: rotate(45deg);
  width: 0.3em; /* Doubled */
  height: 3em; /* Doubled */
  background-color: #000000;
}
.b2 {
  width: 3.3em; /* Doubled */
  height: 3.3em; /* Doubled */
  border-radius: 50%;
  background-color: #7f5934;
  border: 4px solid black; /* Doubled */
  box-shadow: inset 4px 4px 2px #b49577, -4px 0px #513721,
    -4px 0px 0px 2px black; /* Doubled */
}
.b2::before {
  content: "";
  position: absolute;
  margin-top: 2.1em; /* Doubled */
  margin-left: 1.6em; /* Doubled */
  transform: rotate(-45deg);
  border-radius: 5px;
  width: 0.3em; /* Doubled */
  height: 0.8em; /* Doubled */
  background-color: #000000;
}
.b2::after {
  content: "";
  position: absolute;
  margin-top: -0.2em; /* Doubled */
  margin-left: 1.3em; /* Doubled */
  transform: rotate(-45deg);
  width: 0.3em; /* Doubled */
  height: 3em; /* Doubled */
  background-color: #000000;
}
.speakers {
  display: flex;
  flex-direction: column;
  row-gap: 1em; /* Doubled */
}
.speakers .g1 {
  display: flex;
  column-gap: 0.5em; /* Doubled */
}
.speakers .g1 .g11,
.g12,
.g13 {
  width: 1.3em; /* Doubled */
  height: 1.3em; /* Doubled */
  border-radius: 50%;
  background-color: #7f5934;
  border: 4px solid black; /* Doubled */
  box-shadow: inset 2.5px 2.5px 2px #b49577; /* Doubled */
}
.speakers .g {
  width: auto;
  height: 4px; /* Doubled */
  background-color: #171717;
}

.bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 17.4em; /* Doubled */
}
.base1 {
  height: 2em; /* Doubled */
  width: 4em; /* Doubled */
  border: 4px solid #171717; /* Doubled */
  background-color: #4d4d4d;
  margin-top: -0.3em; /* Doubled */
  z-index: -1;
}
.base2 {
  height: 2em; /* Doubled */
  width: 4em; /* Doubled */
  border: 4px solid #171717; /* Doubled */
  background-color: #4d4d4d;
  margin-top: -0.3em; /* Doubled */
  z-index: -1;
}
.base3 {
  position: absolute;
  height: 0.3em; /* Doubled */
  width: 35em; /* Doubled */
  background-color: #171717;
  margin-top: 1.6em; /* Doubled */
}

.text_404 {
  position: absolute;
  display: flex;
  flex-direction: row;
  column-gap: 12em; /* Doubled */
  z-index: -5;
  margin-bottom: 4em; /* Doubled */
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  font-family: Montserrat;
}
.text_4041 {
  transform: scaleY(24.5) scaleX(9);
}
.text_4042 {
  transform: scaleY(24.5) scaleX(9);
}
.text_4043 {
  transform: scaleY(24.5) scaleX(9);
}


@media (max-width: 1650px) {


.main_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30em;
  height: 30em;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5em;
}

.antenna {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #f27405;
  margin-bottom: -6em;
  margin-left: 0em;
  z-index: -1;
}
.antenna_shadow {
  position: absolute;
  background-color: transparent;
  width: 50px;
  height: 56px;
  margin-left: 1.68em;
  border-radius: 45%;
  transform: rotate(140deg);
  border: 4px solid transparent;
  box-shadow: inset 0px 16px #a85103, inset 0px 16px 1px 1px #a85103;
  -moz-box-shadow: inset 0px 16px #a85103, inset 0px 16px 1px 1px #a85103;
}
.antenna::after {
  content: "";
  position: absolute;
  margin-top: -9.4em;
  margin-left: 0.4em;
  transform: rotate(-25deg);
  width: 1em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #f69e50;
}
.antenna::before {
  content: "";
  position: absolute;
  margin-top: 0.2em;
  margin-left: 1.25em;
  transform: rotate(-20deg);
  width: 1.5em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #f69e50;
}
.a1 {
  position: relative;
  top: -102%;
  left: -130%;
  width: 12em;
  height: 5.5em;
  border-radius: 50px;
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  transform: rotate(-29deg);
  clip-path: polygon(50% 0%, 49% 100%, 52% 100%);
}
.a1d {
  position: relative;
  top: -211%;
  left: -35%;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #979797;
  z-index: 99;
}
.a2 {
  position: relative;
  top: -210%;
  left: -10%;
  width: 12em;
  height: 4em;
  border-radius: 50px;
  background-color: #171717;
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  margin-right: 5em;
  clip-path: polygon(
    47% 0,
    47% 0,
    34% 34%,
    54% 25%,
    32% 100%,
    29% 96%,
    49% 32%,
    30% 38%
  );
  transform: rotate(-8deg);
}
.a2d {
  position: relative;
  top: -294%;
  left: 94%;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #979797;
  z-index: 99;
}

.notfound_text {
  background-color: black;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: 0.75em;
  color: white;
  letter-spacing: 0;
  border-radius: 5px;
  z-index: 10;
}
.tv {
  width: 17em;
  height: 9em;
  margin-top: 3em;
  border-radius: 15px;
  background-color: #d36604;
  display: flex;
  justify-content: center;
  border: 2px solid #1d0e01;
  box-shadow: inset 0.2em 0.2em #e69635;
}
.tv::after {
  content: "";
  position: absolute;
  width: 17em;
  height: 9em;
  border-radius: 15px;
  background: repeating-radial-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%)
      50% 0/2500px 2500px,
    repeating-conic-gradient(#d36604 0 0.0001%, #00000070 0 0.0002%) 60% 60%/2500px
      2500px;
  background-blend-mode: difference;
  opacity: 0.09;
}
.curve_svg {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -0.25em;
  height: 12px;
  width: 12px;
}
.display_div {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 3.5px 3.5px 0px #e69635;
}
.screen_out {
  width: auto;
  height: auto;

  border-radius: 10px;
}
.screen_out1 {
  width: 11em;
  height: 7.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #000
}
.screen {
  width: 13em;
  height: 7.85em;
  font-family: Montserrat;
  border: 2px solid #1d0e01;
  
  background-blend-mode: difference;
  animation: b 0.2s infinite alternate;
  border-radius: 10px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
}
@keyframes b {
  100% {
    background-position: 50% 0, 60% 50%;
  }
}

/* Another Error Screen to Use 

.screen {
  width: 13em;
  height: 7.85em;
  position: relative;
  background: linear-gradient(to right, #002fc6 0%, #002bb2 14.2857142857%, #3a3a3a 14.2857142857%, #303030 28.5714285714%, #ff0afe 28.5714285714%, #f500f4 42.8571428571%, #6c6c6c 42.8571428571%, #626262 57.1428571429%, #0affd9 57.1428571429%, #00f5ce 71.4285714286%, #3a3a3a 71.4285714286%, #303030 85.7142857143%, white 85.7142857143%, #fafafa 100%);
  border-radius: 10px;
  border: 2px solid black;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
  overflow: hidden;
}
.screen:before, .screen:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
}
.screen:before {
  top: 0;
  height: 68.4782608696%;
  background: linear-gradient(to right, white 0%, #fafafa 14.2857142857%, #ffe60a 14.2857142857%, #f5dc00 28.5714285714%, #0affd9 28.5714285714%, #00f5ce 42.8571428571%, #10ea00 42.8571428571%, #0ed600 57.1428571429%, #ff0afe 57.1428571429%, #f500f4 71.4285714286%, #ed0014 71.4285714286%, #d90012 85.7142857143%, #002fc6 85.7142857143%, #002bb2 100%);
}
.screen:after {
  bottom: 0;
  height: 21.7391304348%;
  background: linear-gradient(to right, #006c6b 0%, #005857 16.6666666667%, white 16.6666666667%, #fafafa 33.3333333333%, #001b75 33.3333333333%, #001761 50%, #6c6c6c 50%, #626262 66.6666666667%, #929292 66.6666666667%, #888888 83.3333333333%, #3a3a3a 83.3333333333%, #303030 100%);
}

  */

.lines {
  display: flex;
  column-gap: 0.1em;
  align-self: flex-end;
}
.line1,
.line3 {
  width: 2px;
  height: 0.5em;
  background-color: black;
  border-radius: 25px 25px 0px 0px;
  margin-top: 0.5em;
}
.line2 {
  flex-grow: 1;
  width: 2px;
  height: 1em;
  background-color: black;
  border-radius: 25px 25px 0px 0px;
}

.buttons_div {
  width: 4.25em;
  align-self: center;
  height: 8em;
  background-color: #e69635;
  border: 2px solid #1d0e01;
  padding: 0.6em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.75em;
  box-shadow: 3px 3px 0px #e69635;
}
.b1 {
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 2px 2px 1px #b49577, -2px 0px #513721,
    -2px 0px 0px 1px black;
}
.b1::before {
  content: "";
  position: absolute;
  margin-top: 1em;
  margin-left: 0.5em;
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.1em;
  height: 0.4em;
  background-color: #000000;
}
.b1::after {
  content: "";
  position: absolute;
  margin-top: 0.9em;
  margin-left: 0.8em;
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.1em;
  height: 0.55em;
  background-color: #000000;
}
.b1 div {
  content: "";
  position: absolute;
  margin-top: -0.1em;
  margin-left: 0.65em;
  transform: rotate(45deg);
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}
.b2 {
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 2px 2px 1px #b49577, -2px 0px #513721,
    -2px 0px 0px 1px black;
}
.b2::before {
  content: "";
  position: absolute;
  margin-top: 1.05em;
  margin-left: 0.8em;
  transform: rotate(-45deg);
  border-radius: 5px;
  width: 0.15em;
  height: 0.4em;
  background-color: #000000;
}
.b2::after {
  content: "";
  position: absolute;
  margin-top: -0.1em;
  margin-left: 0.65em;
  transform: rotate(-45deg);
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}
.speakers {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.speakers .g1 {
  display: flex;
  column-gap: 0.25em;
}
.speakers .g1 .g11,
.g12,
.g13 {
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: #7f5934;
  border: 2px solid black;
  box-shadow: inset 1.25px 1.25px 1px #b49577;
}
.speakers .g {
  width: auto;
  height: 2px;
  background-color: #171717;
}

.bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8.7em;
}
.base1 {
  height: 1em;
  width: 2em;
  border: 2px solid #171717;
  background-color: #4d4d4d;
  margin-top: -0.15em;
  z-index: -1;
}
.base2 {
  height: 1em;
  width: 2em;
  border: 2px solid #171717;
  background-color: #4d4d4d;
  margin-top: -0.15em;
  z-index: -1;
}
.base3 {
  position: absolute;
  height: 0.15em;
  width: 17.5em;
  background-color: #171717;
  margin-top: 0.8em;
}

.text_404 {
  position: absolute;
  display: flex;
  flex-direction: row;
  column-gap: 6em;
  z-index: -5;
  margin-bottom: 2em;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  font-family: Montserrat;
}
.text_4041 {
  transform: scaleY(24.5) scaleX(9);
}
.text_4042 {
  transform: scaleY(24.5) scaleX(9);
}
.text_4043 {
  transform: scaleY(24.5) scaleX(9);
}

}


.fade-in-from-top,
.fade-in-from-left,
.fade-in-from-right {
  opacity: 0;
  transition: opacity 1s ease-out, transform 1s ease-out;
  overflow: hidden;
}

.fade-in-from-top {
  transform: translateY(-200px);
}

.fade-in-from-left {
  transform: translateX(-200px); 
  position: relative;
}

.fade-in-from-right {
  transform: translateX(200px); 
  position: relative;
}

.fade-in-from-top.visible {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

.fade-in-from-left.visible {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
  left: 0;
}
.fade-in-from-right.visible {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
  right: 0;
}

.smallfont {
  font-size: 12px;
}

.disclaimermedia {
  font-size: 12px;
}

@media (max-width: 1650px) {
.disclaimermedia {
  font-size: 6px;
}
.tokennomicsbox {
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;

}
.smallfont {
  font-size: 10px!important;
}
.fade-in-from-top {
  transform: translateY(-50px);
}

.fade-in-from-left {
  transform: translateX(-50px); 
  position: relative;
}

.fade-in-from-right {
  transform: translateX(50px); 
  position: relative;
}

.fade-in-from-top.visible {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

.fade-in-from-left.visible {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
  left: 0;
}
.fade-in-from-right.visible {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
  right: 0;
}

.abouttext {
  top: 0%!important;
}

}

