/* @import "tailwindcss"; */

/* ! tailwindcss v3.2.4 | 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.
*/

html {
  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: Figtree;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-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;
}

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

/* npx @tailwindcss/cli -i ./assets/input.css -o ./assets/output.css --watch */

html,
body {
  height: 100% !important;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
  background-color: #0C0D0F;
  font-family: 'Montserrat'
}

p {
  font-size: 18px;
  font-weight: 600;
}

h2,
h3,
h4,
p {
  margin-bottom: 0 !important;
}

.privacy-bg {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.medium-button {
  display: flex;
  height: 52px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity));
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .medium-button {
    width: -moz-fit-content !important;
    width: fit-content !important;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 600;
  }
}

@media (min-width: 1280px) {
  .medium-button {
    font-size: 18px;
  }
}

.web-logo {
  display: none;
}

@media (min-width: 1280px) {
  .web-logo {
    display: flex;
  }
}

.mobile-log {
  display: flex;
}

@media (min-width: 1280px) {
  .mobile-log {
    display: none;
  }
}

.lan-head {
  position: sticky;
  top: 0px;
  z-index: 999;
  margin-left: 16px;
  margin-right: 16px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  border-width: 1px;
  border-color: #FFFFFF0D;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .lan-head {
    margin-left: 80px;
    margin-right: 80px;
  }
}

@media (min-width: 1024px) {
  .lan-head {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .lan-head {
    margin-left: 152px;
    margin-right: 152px;
  }
}

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

@media (min-width: 768px) {
  .lan-nav {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .lan-nav {
    gap: 30px;
  }
}

@media (min-width: 1280px) {
  .lan-nav {
    gap: 3.5rem;
  }
}

.main-nav ul {
  display: none;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .main-nav ul {
    gap: 10px;
  }
}

@media (min-width: 1024px) {
  .main-nav ul {
    display: flex;
    gap: 30px;
  }
}

@media (min-width: 1280px) {
  .main-nav ul {
    gap: 50px;
  }
}

.header-btn {
  display: flex;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .header-btn {
    gap: 1.25rem;
  }
}

.sign-in,
.free-btn {
  height: 45px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 125 135 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 31 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

.sign-in {
  display: none;
}

@media (min-width: 768px) {
  .sign-in {
    display: flex;
  }
}

.free-btn {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.top-title-container {
  z-index: -1;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .top-title-container {
    margin-top: 140px;
  }
}

@media (min-width: 1280px) {
  .top-title-container {
    margin-left: 152px;
    margin-right: 152px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .top-title-container {
    margin-left: 100px;
    margin-right: 100px;
  }
}

.top-title {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .top-title {
    font-size: 50px;
  }
}

@media (min-width: 1280px) {
  .top-title {
    font-size: 58px;
  }
}

.top-title-span {
  font-size: 35px;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(251 15 90 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .top-title-span {
    font-weight: 900;
  }
}

@media (min-width: 1280px) {
  .top-title-span {
    font-size: 58px;
  }
}

.dm-slider-head .top-title-span {
  font-size: 25px;
}

@media (min-width: 768px) {
  .dm-slider-head .top-title-span {
    font-size: 48px !important;
  }
}

@media (min-width: 1280px) {
  .dm-slider-head .top-title-span {
    font-size: 58px;
  }
}

.title-span {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(251 15 90 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .title-span {
    font-size: 40px;
  }
}

.popup-content {
  opacity: 0;
  transform: translate3d(0, 30px, 0) scale3d(0.95, 0.95, 1) rotateX(3deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  /* will-change: transform, opacity; */
}

.popup-content.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.social-link:nth-child(1).visible {
  transition-delay: 0s;
}

.social-link:nth-child(2).visible {
  transition-delay: 0.2s;
}

.social-link:nth-child(3).visible {
  transition-delay: 0.4s;
}

.medialink:nth-child(1).visible {
  transition-delay: 0s;
}

.medialink:nth-child(2).visible {
  transition-delay: 0.2s;
}

.medialink:nth-child(3).visible {
  transition-delay: 0.4s;
}

.title-content {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .title-content {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .title-content {
    width: 800px;
  }
}

.main-container {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

/* .main-containers{
 @apply   overflow-x-hidden ;
} */

.main-nav a {
  font-weight: 500;
}

@media (min-width: 768px) {
  .main-nav a {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .main-nav a {
    font-size: 18px;
  }
}

.main-nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 164 43 / var(--tw-text-opacity));
}

/* .main-content {
  @apply flex flex-col justify-center items-center md:px-0;
} */

.profile-cre {
  margin-top: 2.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .profile-cre {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    padding-bottom: 4rem;
  }
}

.profile-input {
  margin-top: 40px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: #FFFFFF80;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .profile-input {
    width: 600px;
  }
}

.profile-input span {
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .profile-input span {
    font-size: 18px;
  }
}

.profile-input input {
  width: 130px;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .profile-input input {
    width: 245px;
    font-size: 18px;
  }
}

.int-focu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.land-claim a {
  display: flex;
  height: 2.25rem;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 13px;
  font-weight: 600;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .land-claim a {
    height: 54px;
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 18px;
  }
}

.right-arrow {
  display: none;
}

@media (min-width: 768px) {
  .right-arrow {
    display: flex;
  }
}

.land-claim {
  width: 100%;
}

@media (min-width: 768px) {
  .land-claim {
    width: auto;
  }
}

.pulse img {
  display: none;
}

@media (min-width: 768px) {
  .pulse img {
    display: flex;
  }
}

.app-btn {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .app-btn {
    margin-top: 45px;
  }
}

.app-btn a {
  height: 50px;
  gap: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 31 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 11px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .app-btn a {
    padding-left: 1rem;
    padding-right: 13px;
    font-size: 16px;
  }
}

.grap-btn-container {
  gap: 21px;
}

@media (min-width: 768px) {
  .grap-btn-container {
    display: flex;
  }
}

.app-preview-container {
  margin-top: 69px;
  display: flex;
  width: 100%;
  flex-direction: column;
}

@media (min-width: 768px) {
  .app-preview-container {
    margin-top: 147px;
  }
}

.preview-title {
  display: flex;
  flex-direction: column;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 140 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 15px;
}

@media (min-width: 768px) {
  .preview-title {
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 82px;
    padding-right: 3rem;
  }
}

@media (min-width: 1280px) {
  .preview-title {
    margin-left: 152px;
    margin-right: 152px;
  }
}

.preview-title {
  transform: scale(0.96);
  transition: 0.5s;
}

.preview-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.preview-text {
  display: flex;
  width: 660px;
  flex-direction: column;
  gap: 10px;
}

.preview-text h1 {
  margin-top: 30px;
  padding-bottom: 10px;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .preview-text h1 {
    margin-top: 0px;
    font-size: 40px;
  }
}

.plug-in {
  --tw-text-opacity: 1;
  color: rgb(255 164 43 / var(--tw-text-opacity));
}

.preview-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.36px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .preview-text p {
    font-size: 18px;
  }
}

.preview-img {
  position: relative;
  display: none;
}

@media (min-width: 768px) {
  .preview-img {
    display: flex;
  }
}

.animation {
  position: sticky;
  z-index: 1;
  height: 261px;
}

.overlay-img {
  position: absolute;
  top: 120px;
  left: 44px;
  z-index: 0;
}

.preview-navs {
  margin-top: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(102 51 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  padding: 10px;
}

@media (min-width: 768px) {
  .preview-navs {
    width: 96%;
    overflow: auto;
    border-radius: 50px;
    padding: 0.25rem;
  }
}

@media (min-width: 1280px) {
  .preview-navs {
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
  }
}

.preview-navs {
  box-shadow: -53px 206px 60px 0px #00000000;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.preview-navs::-webkit-scrollbar {
  display: none;
  /* optional: hides scrollbar */
}

.mobile-preview-navs {
  margin-top: 50px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  padding: 10px;
}

@media (min-width: 768px) {
  .mobile-preview-navs {
    display: none;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    padding: 0.25rem;
  }
}

.apps-nav {
  width: 100%;
}

.apps-nav a {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .apps-nav span {
    padding-right: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .apps-nav span {
    padding-right: 0px;
  }
}

.apps-nav a img {
  height: 1.5rem;
  width: 1.5rem;
}

.apps-nav ul {
  width: 100%;
}

@media (min-width: 768px) {
  .apps-nav ul {
    display: flex;
  }
}

.apps-nav li {
  border-radius: 50px;
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity));
  font-family: 'Figtree', sans-serif;
}

.apps-nav ul li.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(15 15 15 / var(--tw-text-opacity)) !important;
}

.app-details {
  margin-top: 50px;
  width: 100%;
  gap: 36px;
}

@media (min-width: 1280px) {
  .app-details {
    display: flex;
  }

  .app-content {
    width: 50%;
  }
}

.app-title {
  margin-top: 10px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(246 40 95 / var(--tw-text-opacity));
}

.app-name {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .app-name {
    font-size: 40px;
  }
}

.app-disc {
  margin-top: 1.25rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .app-disc {
    margin-top: 22px;
    font-size: 18px;
  }
}

.grap-link {
  margin-top: 30px;
  display: none;
  height: 3rem;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .grap-link {
    display: flex;
  }
}

.grap-link {
  background: linear-gradient(269.9deg, #FF3C83 0.08%, #FF6584 99.92%);
  transition: opacity 0.3s ease;
}

/* .grap-link:hover{
transition: 0.10s;
} */

.e-comm-btn {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.scrolled {
  position: relative;
  margin: 0px;
  border-radius: 0px;
}

@media (min-width: 768px) {
  .scrolled {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1280px) {
  .scrolled {
    padding-left: 152px;
    padding-right: 152px;
  }
}

.scrolled {
  transform: scaleY(1.045) translateY(10px);
  transition: 0.5s;
  animation: bgChange 2s forwards;
}

@keyframes bgChange {
  from {
    background-color: #17178C;
  }

  to {
    background: linear-gradient(310.57deg, #111111 3.3%, #1C1C1C 96.41%)
  }
}

.app-video-img {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  /*md:w-1/28 mt-[50px]*/
}

.bottom-slider-container {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 60px;
}

@media (min-width: 768px) {
  .bottom-slider-container {
    padding-bottom: 60px;
    padding-top: 0px;
  }
}

.sec-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 60px;
}

@media (min-width: 768px) {
  .sec-container {
    gap: 120px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1280px) {
  .sec-container {
    padding-left: 152px;
    padding-right: 152px;
  }
}

@media (min-width: 768px) {
  .sec-1 {
    margin-top: 80px;
  }
}

@media (min-width: 1280px) {
  .sec-1 {
    margin-top: 120px;
  }
}

.sec-1,
.sec-2,
.sec-3,
.sec-4,
.sec-5 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 40px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .sec-1,
.sec-2,
.sec-3,
.sec-4,
.sec-5 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .sec-1,
.sec-2,
.sec-3,
.sec-4,
.sec-5 {
    gap: 0px;
  }
}

@media (min-width: 768px) {
  .sec-1 .sec-content,
.sec-3 .sec-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .sec-1 .sec-content,
.sec-3 .sec-content {
    padding-right: 134px;
  }
}

@media (min-width: 768px) {
  .sec-2 .sec-content,
.sec-4 .sec-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .sec-2 .sec-content,
.sec-4 .sec-content {
    padding-right: 0px;
    padding-left: 134px;
  }
}

@media (min-width: 768px) {
  .sec-2 ,.sec-4 {
    display: flex !important;
    flex-direction: column-reverse !important;
  }
}

@media (min-width: 1024px) {
  .sec-2 ,.sec-4 {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .sec-2 .sec-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .sec-2 .sec-content {
    padding-right: 0px;
    padding-left: 134px;
  }
}

.sec-2-bg {
  width: 100%;
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .sec-2-bg {
    height: 553px;
    width: 100%;
    border-radius: 52px;
  }
}

.sec-2-bg {
  /* background: linear-gradient(180deg, #E6C27A 0%, #B18850 100%); */
}

.sec-3-bg {
  width: 100%;
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .sec-3-bg {
    height: 553px;
    width: 100%;
    border-radius: 52px;
  }
}

.sec-3-bg{
  background: linear-gradient(127.09deg, #CEFFFD 0%, rgba(180, 89, 255, 0) 100%);
}

.web-content {
  display: none !important;
}

@media (min-width: 768px) {
  .web-content {
    display: flex !important;
  }
}

.sec-content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.sec-content h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(11 9 27 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .sec-content h2 {
    font-size: 33px;
  }
}

@media (min-width: 1280px) {
  .sec-content h2 {
    font-size: 40px;
  }
}

.sec-content p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .sec-content p {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .sec-content p {
    margin-top: 30px;
  }
}

.sec-content a {
  margin-top: 30px;
  height: 52px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  .sec-content a {
    margin-top: 34px;
    height: 62px;
  }
}

.img-bg-container {
  z-index: 11;
}

.sec-2 .img-bg-container, .sec-4 .img-bg-container {
  z-index: 11;
  display: flex;
}

@media (min-width: 768px) {
  .sec-2 .img-bg-container, .sec-4 .img-bg-container {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .sec-2 .img-bg-container, .sec-4 .img-bg-container {
    justify-content: flex-start;
  }
}

.mobile-bg-container {
  z-index: 11;
  display: flex;
}

@media (min-width: 768px) {
  .mobile-bg-container {
    display: none;
  }
}

.img-background {
  z-index: 11;
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .img-background {
    border-radius: 52px;
  }
}

.img-background img {
  width: 100%;
  border-radius: 28px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .img-background img {
    max-width: 552px;
    border-radius: 52px;
  }
}

@media (min-width: 1280px) {
  .img-background img {
    height: 553px;
    max-width: 100%;
  }
}

.sec1-overlay {
  position: absolute;
  z-index: 1;
  border-radius: 52px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 250 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .sec1-overlay {
    top: 86px;
    height: 89%;
  }
}

@media (min-width: 1024px) {
  .sec1-overlay {
    top: 34px;
  }
}

@media (min-width: 1280px) {
  .sec1-overlay {
    height: 485px;
  }
}

/* .know-more-btn {
  @apply md:flex gap-[10px] text-[#BCC0C4] mt-[34px] hidden !bg-black;
} */

.grap-more-btn {
  margin-top: 30px;
  height: 48px !important;
  gap: 10px;
  border-width: 1px;
  border-color: #FFFFFF33;
  background-color: #FFFFFF0D !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .grap-more-btn {
    display: flex;
  }
}

.app-title {
  margin-top: 32px;
  margin-bottom: 10px !important;
}

.sec-2-btn {
  display: flex;
  gap: 20px;
}

@media (min-width: 768px) {
  .overlay-animate {
    animation: revealOverlayMobile 1s ease forwards;
  }

  .sec2-overlay.overlay-animate{
    animation: revealOverlayLeftToRightMobile 1s ease-out forwards !important;
  }
}

.overlay-animate {
  width: 0%;
}

@media (min-width: 1280px) {
  .overlay-animate {
    right: 281px;
  }
}

.overlay-animate {
  /* right: 0;
  width: 0%;
  right: 281px; */
}

@media (min-width: 1240px) {
  .overlay-animate {
    right: 338px;
    animation: revealOverlay 1.0s ease-out forwards !important;
  }
}

@media screen and (max-width: 500px) {
  .sec1-overlay {
    opacity: 0;
  }

  .sec2-overlay {
    opacity: 0;
  }
}

/* .sec2-overlay{
@apply  bg-[#FFF7FA] h-[490px] rounded-[52px] absolute z-[1] top-[34px] w-[800px];

} */

@keyframes revealOverlay {
  0% {
    width: 0%
  }

  100% {
    width: 65%;
  }
}

@keyframes revealOverlayMobile {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.sec1-inner {
  position: relative;
  z-index: 11;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.show-content {
  opacity: 1;
}

.sec2-overlay {
  position: absolute;
  top: 86px;
  z-index: 1;
  width: 0px;
  overflow: hidden;
  border-radius: 52px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 250 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .sec2-overlay {
    height: 84%;
  }
}

@media (min-width: 1024px) {
  .sec2-overlay {
    top: 34px;
    left: 289px;
  }
}

@media (min-width: 1280px) {
  .sec2-overlay {
    height: 485px;
  }
}

.sec2-overlay {
  /* left: 289px;
  width: 0;
  overflow: hidden; */
}

@media (min-width: 1024px) {
  .sec2-overlay.overlay-animate {
    animation: revealOverlayLeftToRight 1s ease-out forwards !important;
  }
}

@keyframes revealOverlayLeftToRight {
  0% {
    width: 0;
  }

  100% {
    width: 65%;
  }
}

@keyframes revealOverlayLeftToRightMobile {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.connect-social {
  margin-top: 90px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 253 / var(--tw-bg-opacity));
  padding-top: 90px;
}

.connect-social h2 {
  font-size: 40px;
  font-weight: 800;
}

.connect-social p {
  margin-top: 6px;
  max-width: 636px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.social-btn {
  margin-top: 60px;
  display: flex;
  gap: 40px;
  padding-bottom: 160px;
}

.social-btn a {
  display: flex;
  height: 100px;
  width: 100px;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.social-btn a:hover {
  height: 90px;
  width: 90px;
}

.social-btn a img {
  height: 100px;
  width: 100px;
}

.influencers-container {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 140 / var(--tw-bg-opacity));
  padding-top: 60px;
  padding-bottom: 68px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .influencers-container {
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 120px;
    border-radius: 40px;
  }
}

.influencer-titles {
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .influencer-titles {
    padding-left: 92px;
    padding-right: 92px;
  }
}

@media (min-width: 1280px) {
  .influencer-titles {
    display: flex;
  }
}

.influencer-titles h3 {
  max-width: 524px;
  padding-bottom: 1.5rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .influencer-titles h3 {
    font-size: 40px;
    font-weight: 800;
  }
}

@media (min-width: 1280px) {
  .influencer-titles h3 {
    padding-bottom: 0px;
  }
}

.influencer-titles a {
  display: flex;
  height: 62px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: 600;
}

.inf-link {
  margin-top: 23px;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.inf-link span {
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

.box-item {
  position: relative;
  width: 306px;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

.flip-box {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  display: flex;
  min-height: 428px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-transition: transform 0.7s cubic-bezier(.4, .2, .2, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  transform: rotateY(-180deg);
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity));
  transform: rotateY(180deg);
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  transform: rotateY(0deg);
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: 1px solid transparent;
  perspective: inherit;
  z-index: 2;
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-front img {
  margin-top: 111px;
  height: 132px;
  width: 132px;
  border-radius: 50%;
}

.inf-scroll-wrapper {
  margin-left: -269px;
  overflow: hidden;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .inf-scroll-wrapper {
    margin-left: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

.inf-scroll-track {
  display: flex;
  gap: 1.5rem;
  will-change: transform;
}

.inf-card-container {
  width: 306px;
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
  /* flex: 0 0 auto;
  width: 306px;
  cursor: pointer; */
}

.app-av-container {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 60px;
}

@media (min-width: 768px) {
  .app-av-container {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 120px;
  }
}

@media (min-width: 1280px) {
  .app-av-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.app-av-container {
  background-repeat: no-repeat;
  background-image: url('https://d2kftuw8v4dd7e.cloudfront.net/prd/microsite/landing-page/animator.svg');
}

.system-img {
  position: relative;
}

@media (min-width: 768px) {
  .system-img {
    top: 52px;
    padding-left: 250px;
    padding-right: 250px;
  }
}

@media screen and (min-width: 1601px) {
  .system-img {
    position: relative;
    top: 156px;
    left: 152px;
  }
}

.av-plant-img {
  position: absolute;
  bottom: -75px;
  z-index: 1;
  display: none;
}

@media (min-width: 1280px) {
  .av-plant-img {
    display: flex;
  }
}

@media (min-width: 1536px) {
  .av-plant-img {
    left: 50px;
  }
}

@media screen and (min-width: 1701px) {
  .av-plant-img {
    left: 210px;
  }
}

.sysytem-view {
  position: relative;
  height: 100%;
  width: 100%;
}

.not-just-animate {
  position: absolute;
  top: 60px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

#content-img{
  transform: scale(1);
   width: 600px;
}

/* .pml-animator-img {
  width: calc(100% - 515px);
  left: 17%;
  top: 11%;
  overflow: hidden;
  border-top-left-radius: 31px;
  border-top-right-radius: 31px;
  border-bottom-right-radius: 20px;
} */

.app-penifits-container {
  position: relative;
  margin-top: 70px;
  width: 100%;
}

@media (min-width: 768px) {
  .app-penifits-container {
    margin-top: 120px;
    padding-left: 80px;
    padding-right: 50px;
  }
}

@media (min-width: 1280px) {
  .app-penifits-container {
    padding-left: 152px;
    padding-right: 152px;
  }
}

.app-penifit-left-right {
  width: 100%;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .app-penifit-left-right {
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.app-penifit-left-right {
  /*gap-[200px] xl:gap-[68px] gap-[30px] */
}

@media (min-width: 1024px) {
  .home-penifit .app-penifits-left {
    width: 50%;
  }

  .home-penifit .app-penifits-right {
    width: 50%;
  }
}

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

.app-penifit-title h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .app-penifit-title h3 {
    font-weight: 800;
  }
}

@media (min-width: 1024px) {
  .app-penifit-title h3 {
    font-size: 40px;
  }
}

.app-penifit-title p {
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .app-penifit-title p {
    font-size: 18px;
  }
}

.app-penifits {
  margin-top: 30px;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .app-penifits {
    display: flex;
  }
}

@media (min-width: 1280px) {
  .app-penifits {
    margin-top: 40px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(32 33 34 / var(--tw-border-opacity));
    padding-bottom: 2.5rem;
  }
}

.penifit-left,
.penifit-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (min-width: 1024px) {
  .penifit-left,
.penifit-right {
    flex-direction: row;
    gap: 50px;
  }
}

.penifit-left  ul li {
  display: flex;
  gap: 1rem;
  font-size: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .penifit-left  ul li {
    font-size: 20px;
  }
}

.penifit-left  ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.penifits-btn {
  margin-top: 40px;
  display: flex;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .penifits-btn {
    flex-direction: column;
  }
}

@media (min-width: 1280px) {
  .penifits-btn {
    flex-direction: row;
  }
}

.penifit-right {
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .penifit-right {
    margin-top: 0;
  }
}

.get-start-btn {
  display: flex;
  height: 52px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 18px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .get-start-btn {
    margin-bottom: 0px;
  }
}

@media (min-width: 1280px) {
  .get-start-btn {
    height: 64px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.view-btn {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 50px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 125 135 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 31 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .view-btn {
    display: flex;
    height: 52px;
  }
}

@media (min-width: 1280px) {
  .view-btn {
    height: 4rem;
  }
}

.app-penifits-right {
  position: relative;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .app-penifits-right {
    display: flex;
  }
}

/* 
.mobile-img {
  @apply absolute top-[230px];
} */

.bottom-slider-screen {
  bottom: 166px;
  left: 0px;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .bottom-slider-screen {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 162px;
    margin-bottom: 162px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .bottom-slider-screen {
    flex-direction: row;
  }
}

.slider-img {
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .slider-img {
    margin-top: 0px;
    height: 400px;
  }
}

@media (min-width: 1280px) {
  .slider-img {
    height: 100%;
  }
}

@media (min-width: 768px) {
  .app-btn-details {
    padding: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .app-btn-details {
    padding: 0px;
    padding-top: 85px;
    padding-right: 110px;
  }
}

.app-btn-details h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .app-btn-details h2 {
    max-width: 446px;
    font-size: 40px;
  }
}

.app-btn-details p {
  margin-top: 0.5rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .app-btn-details p {
    margin-top: 30px;
    font-size: 18px;
  }
}

.dow-btn {
  margin-top: 34px;
  display: flex;
  gap: 1.75rem;
}

.dow-btn a {
  display: flex;
}

.site-footer {
  position: relative;
  margin-top: -4px;
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {
  .site-footer {
    display: block;
  }
}

.img-footer-layers {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* .img-footer-layers img{
@apply w-full
} */

.layer-1 {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}

.layer-2 {
  position: absolute;
  top: 172px;
  width: 100%;
}

@media screen and (min-width: 1601px) {
  .layer-2 {
    position: absolute;
    top: 209px;
    width: 100%;
  }

  .layer-3 {
    position: absolute;
    width: 100%;
    top: 407px !important;
  }
}

.layer-3 {
  position: absolute;
  top: 337px;
  width: 100%;
}

.large-logo {
  position: absolute;
  top: 206px;
}

.footer-icon-button {
  width: 100%;
}

@media (min-width: 1280px) {
  .footer-icon-button {
    position: absolute;
    bottom: 21px;
  }
}

.footer-icon {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-icon {
    padding-left: 152px;
    padding-right: 152px;
  }
}

.footer-button a {
  display: flex;
  gap: 14px;
}

.footer-button {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

@media (min-width: 768px) {
  .footer-button {
    padding-right: 152px;
  }
}

.foot-left {
  display: flex;
  gap: 1rem;
}

.foot-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  font-size: 13px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .foot-right {
    flex-direction: row;
    justify-content: flex-start;
  }
}

.banking-lotty {
  position: absolute;
  top: 4rem;
  z-index: 1;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .banking-lotty {
    top: 94px;
  }
}

.coin-lotty {
  position: absolute;
  right: -32px;
  bottom: -141px;
  width: 160px !important;
}

@media (min-width: 768px) {
  .coin-lotty {
    bottom: -110px;
    width: 206px !important;
  }
}

@media (min-width: 1024px) {
  .coin-lotty {
    right: -81px;
  }
}

.phone-popup {
  position: absolute;
  top: 0px;
}

.mobile-footer {
  position: relative;
  margin-top: 53px;
  display: block;
  width: 100%;
}

@media (min-width: 1024px) {
  .mobile-footer {
    display: none;
  }
}

.mobile-logo {
  position: absolute;
  top: 24%;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.mobile-footer-img {
  width: 100%;
}

.mobile-bottom-container {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-bottom-container .foot-left {
  margin-top: 37px;
  margin-bottom: 1.5rem;
}

.powerd-by-title {
  margin-top: 6px;
  padding-bottom: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #778D87DD;
}

.mobile-menu {
  display: flex;
}

@media (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}

.mobile-screen {
  position: absolute;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-radius: 0px !important;
}

@media (min-width: 768px) {
  .mobile-screen {
    height: 93% !important;
  }
}

@media (min-width: 1024px) {
  .mobile-screen {
    height: 68% !important;
  }
}

@media (min-width: 1280px) {
  .mobile-screen {
    height: calc(100% - 29%) !important;
  }
}

@media (min-width: 1536px) {
  .mobile-screen {
    height: calc(100% - 133px) !important;
  }
}

@media (min-width: 1600px) {
  .mobile-screen {
    height: calc(100% - 19%) !important;
  }
}

@media (max-width: 450px) {
  .mobile-screen {
    height: calc(100% - 26px) !important;
  }
}

.mobile-screen-container {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.mobile-optimized {
  position: absolute;
  top: 0;
}

.not-just-tool-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.not-just-tool-title h2 {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .not-just-tool-title h2 {
    font-size: 40px;
    font-weight: 800;
  }
}

.not-just-tool-title p {
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 768px) {
  .not-just-tool-title p {
    max-width: 636px;
    text-align: center;
    font-size: 18px;
  }
}

.smart-tool-title {
  max-width: 800px;
  text-align: center !important;
}

.monitor-container {
  position: relative;
  top: 20px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 900px;
}

@media (min-width: 768px) {
  .monitor-container {
    top: 50px;
  }
}

.monitor-bg {
  display: block;
  width: 100%;
}

.lottie-wrapper {
  position: absolute;
  top: 3px;
  left: 0.25rem;
  display: flex;
  height: 80%;
  width: 98%;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media (min-width: 768px) {
  .lottie-wrapper {
    top: 0px;
    left: 0.5rem;
    height: 82%;
    border-top-left-radius: 31px;
    border-top-right-radius: 31px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

.lottie-animation {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tab-item {
  opacity: 0;
  animation: fadeInRight 0.6s ease forwards;
}

.side-animation{
  animation: fadeInRight 0.6s ease forwards;
}

.delay-0 {
  animation-delay: 0.1s;
}

.delay-1 {
  animation-delay: 0.2s;
}

.delay-2 {
  animation-delay: 0.3s;
}

.delay-3 {
  animation-delay: 0.5s;
}

.section-scrollers {
  width: 100%;
}

.app-top-overlay-continer {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 768px) {
  .app-top-overlay-continer {
    flex-direction: row;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
  }
}

@media (min-width: 1024px) {
  .app-top-overlay-continer {
    margin-bottom: 50px;
    height: 100vh;
    padding-top: 100px;
  }
}

@media (min-width: 1280px) {
  .app-top-overlay-continer {
    margin-bottom: 0px;
    padding-left: 152px;
    padding-right: 152px;
    padding-top: 0px;
  }
}

.single-app {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .single-app {
    margin-top: 0px;
  }
}

.single-app h2 {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .single-app h2 {
    font-size: 30px;
  }
}

@media (min-width: 1280px) {
  .single-app h2 {
    font-size: 40px;
  }
}

.single-app p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

@media (min-width: 1280px) {
  .single-app p {
    font-size: 18px;
  }
}

.top-section {
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .top-section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.top-overlay-img {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
  border-radius: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .top-overlay-img {
    display: flex;
  }
}

.dm-bot-top {
  padding-right: 0px;
}

.dm-scroll-section {
  padding-top: 60px !important;
}

.store-img {
  margin-top: 22px;
}

@media (min-width: 768px) {
  .store-img {
    margin-top: 0px;
  }
}

.app-heading {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .app-heading {
    width: 50%;
    gap: 0.5rem;
  }

  .linkup-head,
.dm-bot-heading {
    width: 50% !important;
  }
}

.how-it-work {
  gap: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 125 135 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 31 / var(--tw-bg-opacity));
}

.app-heading h1 {
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .app-heading h1 {
    text-align: start;
    font-size: 40px;
  }
}

@media (min-width: 1280px) {
  .app-heading h1 {
    font-size: 58px;
  }
}

.app-heading p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .app-heading p {
    text-align: start;
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .app-heading p {
    font-size: 18px;
  }
}

.app-enable-btn {
  margin-top: 1.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .app-enable-btn {
    margin-top: 34px;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media (min-width: 1280px) {
  .app-enable-btn {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .app-enable-btn a {
    width: 100% !important;
  }
}

@media (min-width: 1280px) {
  .app-enable-btn a {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.app-img-container {
  position: relative;
  display: flex;
  justify-content: center;
}

@media (min-width: 768px) {
  .app-img-container {
    width: 50%;
    justify-content: flex-end;
  }
}

.linkup-img,
.dm-bot-img {
  position: relative;
}

@media (min-width: 768px) {
  .linkup-img,
.dm-bot-img {
    width: 50% !important;
  }
}

.dm-bot-img {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 33 34 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .dm-bot-img {
    border-width: 0px;
  }
}

.dm-phone-img {
  position: relative;
}

@media (min-width: 768px) {
  .dm-phone-img {
    right: -150px;
  }
}

.linkup-img img {
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .linkup-img img {
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.container-img {
  position: absolute;
  left: 50px;
}

.about-app {
  display: none;
  width: 100%;
  align-items: center;
  gap: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 253 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .about-app {
    display: flex;
    gap: 20px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1280px) {
  .about-app {
    gap: 0px;
    padding-left: 152px;
    padding-right: 152px;
  }
}

.about-app-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .about-app-left {
    width: 50%;
    text-align: start;
  }
}

.about-app-right {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .about-app-right {
    width: 50%;
  }
}

.about-brand {
  padding-top: 60px;
  padding-bottom: 60px;
}

.features-love-container {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 62px;
}

@media (min-width: 768px) {
  .features-love-container {
    display: flex;
  }
}

.features-love-container h2 {
  display: none;
}

@media (min-width: 768px) {
  .features-love-container h2 {
    display: flex;
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .features-love-container h2 {
    font-size: 58px;
  }
}

.brand-feature, .link-feature {
  width: 100%;
}

@media (min-width: 768px) {
  .brand-feature, .link-feature {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1280px) {
  .brand-feature, .link-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.brand-feature h2,
.link-feature h2 {
  max-width: 762px;
  text-align: center;
}

@media (min-width: 768px) {
  .brand-feature h2,
.link-feature h2 {
    margin-top: 40px;
  }
}

@media (min-width: 1280px) {
  .brand-feature h2,
.link-feature h2 {
    margin-top: 80px;
  }
}

.link-feature {
  margin-top: 0px !important;
  display: none;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

@media (min-width: 768px) {
  .link-feature {
    display: flex;
  }
}

.brand-feature {
  margin-top: 0px !important;
  padding-top: 50px !important;
}

.features-love {
  margin-top: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-card {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity));
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .features-card {
    width: 730px;
  }
}

.features-card {
  box-shadow: 0px 42.44px 61.31px 0px #00000014;
}

.dot-img {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity));
  padding-bottom: 16px;
}

.divider {
  height: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .divider {
    width: 693px;
  }
}

.card-title {
  margin-top: 27px;
  padding-bottom: 1.5rem;
  font-size: 11px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity));
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
}

.feature-left {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  gap: 13px;
}

.checkbox-icon {
  height: 1.25rem;
  width: 1.25rem;
}

.feature-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

@media (min-width: 768px) {
  .feature-text {
    max-width: 326px;
  }
}

.feature-text h4 {
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity));
}

.feature-text p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
}

.feature-icon {
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: flex-end;
  justify-content: center;
  border-radius: 50%;
}

.feature-icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.dm-bot-start-slider {
  display: flex !important;
  flex-direction: column !important;
  --tw-bg-opacity: 1;
  background-color: rgb(12 13 15 / var(--tw-bg-opacity));
  padding-top: 0px;
  padding-bottom: 120px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.dm-slider-head {
  padding-bottom: 30px;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .dm-slider-head {
    max-width: 800px;
    font-size: 48px !important;
  }
}

@media (min-width: 1280px) {
  .dm-slider-head {
    font-size: 58px !important;
  }
}

.dm-bot-sec h2 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.dm-bot-sec-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.dm-bot-sec-list li {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dm-bot-sec-list li h4 {
  font-size: 16px;
  font-weight: 800;
}

@media (min-width: 768px) {
  .dm-bot-sec-list li h4 {
    font-size: 26px;
  }
}

.dm-bot-sec-list li p {
  margin-top: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
}

@media (min-width: 768px) {
  .dm-bot-sec-list li p {
    max-width: 526px;
  }
}

.dmbot-feature {
  display: none;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .dmbot-feature {
    display: flex;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1280px) {
  .dmbot-feature {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.dmbot-feature h2 {
  text-align: center;
  font-weight: 800;
}

@media (min-width: 768px) {
  .dmbot-feature h2 {
    max-width: 800px;
    padding-top: 50px;
    padding-bottom: 60px;
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .dmbot-feature h2 {
    padding-top: 120px;
    padding-bottom: 100px;
    font-size: 58px !important;
  }
}

.showcase-img {
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 90px;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .showcase-img {
    display: flex;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 0px;
    padding-bottom: 130px;
  }
}

@media (min-width: 1280px) {
  .showcase-img {
    padding-left: 152px;
    padding-right: 152px;
  }
}

.show-case-img {
  width: 50%;
}

.show-case-discription ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .show-case-discription ul {
    margin-top: 50px;
  }
}

.show-case-discription ul li {
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .show-case-discription ul li {
    font-size: 20px;
  }
}

.show-case-discription h2 {
  font-size: 32px;
  font-weight: 700;
}

@media (min-width: 768px) {
  .show-case-discription h2 {
    font-size: 40px;
    font-weight: 800;
  }
}

.talk-to-me-showcase {
  gap: 1.5rem !important;
}

.talk-to-me-showcase li {
  display: flex;
  gap: 10px;
}

.talk-to-me-img {
  padding-top: 0px !important;
}

@media (min-width: 1024px) {
  .talk-to-me-img {
    padding-top: 90px !important;
  }
}

.show-case-img {
  padding-top: 150px;
  padding-bottom: 120px;
}

.app-av-container-app {
  position: relative;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 253 / var(--tw-bg-opacity));
  background-size: cover;
  background-position: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 60px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .app-av-container-app {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 50px;
  }
}

@media (min-width: 1280px) {
  .app-av-container-app {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.dmbot-av {
  --tw-bg-opacity: 1;
  background-color: rgb(12 13 15 / var(--tw-bg-opacity));
}

.dmbot-av .tool-title {
  margin-bottom: 1.25rem !important;
  max-width: 343px;
  font-size: 32px;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .dmbot-av .tool-title {
    margin-bottom: 0px;
    max-width: 100%;
  }
}

.tool-title {
  text-align: center;
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .tool-title {
    text-align: start;
    font-size: 52px !important;
  }
}

.penifits {
  position: relative;
  width: 100%;
  align-items: center;
  gap: 21px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-top: 5rem;
}

@media (min-width: 768px) {
  .penifits {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 296px;
  }
}

@media (min-width: 1280px) {
  .penifits {
    display: flex;
    padding-left: 152px;
    padding-right: 100px !important;
  }
}

.penifits .app-penifits-left {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0px;
}

@media (min-width: 1280px) {
  .penifits .app-penifits-left {
    width: 40%;
    gap: 30px;
  }
}

.penifits .app-penifits-left ul {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.penifits .app-penifits-left  p {
  margin-top: 8px;
}

@media (min-width: 768px) {
  .penifits .app-penifits-right-app {
    display: block;
  }
}

@media (min-width: 1280px) {
  .penifits .app-penifits-right-app {
    width: 60% !important;
  }
}

.app-penifits-right-app {
  position: relative;
  margin-bottom: 60px;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.25rem;
}

@media (min-width: 768px) {
  .app-penifits-right-app {
    margin-bottom: 0px;
    display: flex;
    padding-bottom: 0px;
  }
}

.explore {
  margin-top: 22px;
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 31 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .explore {
    margin-top: 0px;
  }
}

.bottom-slider-screen-app-container {
  position: relative;
  top: -84px;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .bottom-slider-screen-app-container {
    top: -266px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1280px) {
  .bottom-slider-screen-app-container {
    padding-left: 152px;
    padding-right: 152px;
  }
}

.bottom-slider-screen-app {
  position: relative;
  bottom: 0;
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 140 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .bottom-slider-screen-app {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .bottom-slider-screen-app {
    flex-direction: row;
  }

  .bottom-phone-screen-img {
    height: 50%;
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .bottom-phone-screen-img {
    height: 100%;
    width: 100%;
  }
}

.show-case-img-container {
  display: none;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .show-case-img-container {
    display: flex;
    width: 50%;
  }
}

.one-on-one {
  height: 273px;
  width: 273px;
}

.show-case-discription {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .show-case-discription {
    gap: 10px;
  }
}

.show-case-discription span {
  --tw-text-opacity: 1;
  color: rgb(255 164 43 / var(--tw-text-opacity));
}

.one-on-one-phone {
  margin-top: 0 !important;
  margin-bottom: 5rem;
}

.brand-collob {
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .brand-collob {
    height: 720px !important;
  }
}

@media (min-width: 1280px) {
  .smart-sec-2 {
    padding-bottom: 60px;
  }
}

.brand-overlay {
  background-color: #FF00600A !important;
}

.build-section-container {
  width: 100%;
}

.build-section {
  display: flex;
  height: 50%;
  flex-direction: column;
  gap: 30px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .build-section {
    height: 100%;
    width: 50%;
    padding-top: 182px;
    padding-right: 134px;
  }
}

@media (min-width: 1280px) {
  .build-section {
    padding-left: 150px;
  }
}

.build-section span {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1000px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 1.25rem;
  font-size: 28px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.subscribe-collect {
  display: none;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 34px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 253 / var(--tw-bg-opacity));
  padding-top: 120px;
}

@media (min-width: 768px) {
  .subscribe-collect {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .subscribe-collect {
    padding-bottom: 100px;
  }
}

@media (min-width: 1280px) {
  .subscribe-collect {
    padding-bottom: 0px;
  }
}

.subscribe-collect h2 {
  max-width: 800px;
  text-align: center;
  font-size: 48px;
}

@media (min-width: 768px) {
  .subscribe-collect h2 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 1280px) {
  .subscribe-collect h2 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 58px;
  }
}

.dmbot-av .monitor-container {
  top: 1.25rem;
}

@media (min-width: 768px) {
  .dmbot-av .monitor-container {
    top: 50px;
  }
}

.section {
  overflow: hidden;
}

.slider-wrapper {
  height: 700px;
}

.list {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0.2rem;
}

.slider-item {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100vw;
  overflow: hidden;
}

@media (min-width: 768px) {
  .slider-item {
    display: flex;
  }
}

.item_content {
  position: relative;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  --tw-text-opacity: 1;
  color: rgb(41 41 41 / var(--tw-text-opacity));
  flex-flow: column;
}

/* .item_media {
  @apply object-cover w-1/2 h-full ;
} */

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding: 2rem;
}

@media (max-width: 575.98px) {
  .item {
    display: flex;
    flex-direction: column;
  }

  .item_content,
  .item_media {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.showcase-imgs {
  position: relative;
  display: grid;
  place-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-optical-sizing: auto;
}

.showcase-imgs .showcaselist {
  position: relative;
  height: 600vh;
}

.showcase-imgs .showcaselist li {
  position: sticky;
  top: 50%;
  left: 50%;
  width: 55%;
  min-width: 140px;
  padding: 0.25rem;
  text-align: center;
  font-size: 58px;
  font-weight: 900;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-variation-settings: "wght" 1000;
  text-wrap: balance;
  letter-spacing: -0.4vw;
  translate: -50% -50%;
  -webkit-mask-image: linear-gradient(90deg,
      rgb(0 0 0 / 0) calc(33.33% - 1px),
      rgb(0 0 0 / 1) 33.33%,
      rgb(0 0 0 / 1) calc(66.66% - 1px),
      rgb(0 0 0 / 0) 66.66%);
          mask-image: linear-gradient(90deg,
      rgb(0 0 0 / 0) calc(33.33% - 1px),
      rgb(0 0 0 / 1) 33.33%,
      rgb(0 0 0 / 1) calc(66.66% - 1px),
      rgb(0 0 0 / 0) 66.66%);
  -webkit-mask-size: 300% 100%;
          mask-size: 300% 100%;
  -webkit-mask-position: 0% 0;
          mask-position: 0% 0;
  text-shadow: 0px 0px 1vw rgb(255 255 255 / 0.8);
}

.showcase-imgs .showcaselist li:first-of-type {
  animation: line-1 auto linear;
  animation-timeline: scroll();
}

@keyframes line-1 {
  0% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%;
    rotate: 0deg;
  }

  12.5% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    rotate: 1deg;
    opacity: 1;
    font-variation-settings: "wght" 700;
  }

  12.6% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    rotate: 1deg;
    opacity: 0;
    font-variation-settings: "wght" 700;
  }

  87.4% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
    rotate: -1deg;
    opacity: 0;
    font-variation-settings: "wght" 1000;
  }

  87.5% {
    -webkit-mask-position: 0% 0;
            mask-position: 0% 0;
    rotate: -1deg;
    opacity: 1;
  }

  100% {
    -webkit-mask-position: 50% 0%;
            mask-position: 50% 0%;
    rotate: 0deg;
  }
}

.showcase-imgs .showcaselist li:nth-of-type(2) {
  animation: line-2 auto linear;
  animation-timeline: scroll();
}

@keyframes line-2 {
  0% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
    rotate: -1deg;
  }

  12.5% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
    rotate: 0deg;
    font-variation-settings: "wght" 1000;
  }

  25%,
  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    rotate: 1deg;
    font-variation-settings: "wght" 700;
  }
}

.showcase-imgs .showcaselist li:nth-of-type(3) {
  animation: line-3 auto linear;
  animation-timeline: scroll();
}

@keyframes line-3 {
  12.5% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
    rotate: -1deg;
  }

  25% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
    font-variation-settings: "wght" 1000;
    rotate: 0deg;
  }

  37.5%,
  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    font-variation-settings: "wght" 700;
    rotate: 1deg;
  }
}

.showcase-imgs .showcaselist li:nth-of-type(4) {
  animation: line-4 auto linear;
  animation-timeline: scroll();
}

@keyframes line-4 {
  25% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
    rotate: -2deg;
  }

  37.5% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
    font-variation-settings: "wght" 1000;
    rotate: 0deg;
  }

  50%,
  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    font-variation-settings: "wght" 700;
    rotate: 2deg;
  }
}

.showcase-imgs .showcaselist li:nth-of-type(5) {
  animation: line-5 auto linear;
  animation-timeline: scroll();
}

@keyframes line-5 {
  37.5% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
    rotate: -1deg;
  }

  50% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
    font-variation-settings: "wght" 1000;
    rotate: 0deg;
  }

  62.5%,
  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    font-variation-settings: "wght" 700;
    rotate: 1deg;
  }
}

.showcase-imgs .showcaselist li:nth-of-type(6) {
  animation: line-6 auto linear;
  animation-timeline: scroll();
}

@keyframes line-6 {
  50% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
    rotate: -2deg;
  }

  62.5% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
    font-variation-settings: "wght" 1000;
    rotate: 0deg;
  }

  75%,
  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    font-variation-settings: "wght" 700;
    rotate: 2deg;
  }
}

.gas {
  animation: burn auto linear;
  animation-timeline: scroll();
}

@keyframes burn {
  0%,
  50%,
  75% {
    color: rgb(255 255 255);
    text-shadow: 0px 0px 1vw rgb(255 255 255 / 0.8);
  }

  62.5%,
  100% {
    color: red;
    text-shadow: 0 0 1vw red;
  }
}

.showcase-imgs .showcaselist li:nth-of-type(7) {
  animation: line-7 auto linear;
  animation-timeline: scroll();
}

@keyframes line-7 {
  62.5% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
    rotate: -2deg;
  }

  75% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
    font-variation-settings: "wght" 1000;
    rotate: 0deg;
  }

  87.5%,
  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    font-variation-settings: "wght" 700;
    rotate: 2deg;
  }
}

.showcase-imgs .showcaselist li:nth-of-type(8) {
  animation: line-8 auto linear;
  animation-timeline: scroll();
}

@keyframes line-8 {
  75% {
    -webkit-mask-position: 0% 0%;
            mask-position: 0% 0%;
    rotate: -1deg;
  }

  87.5% {
    -webkit-mask-position: 50% 0;
            mask-position: 50% 0;
    font-variation-settings: "wght" 1000;
    rotate: 0deg;
  }

  100% {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
    font-variation-settings: "wght" 700;
    rotate: 1deg;
  }
}

.fade-slide-in {
  opacity: 0;
  transform: translateX(40px);
  animation: fadeInRight 0.6s ease forwards;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-out-left {
  transition: all 0.4s ease;
  opacity: 0;
  transform: translateX(-40px);
}

.delay-0 {
  animation-delay: 0.1s;
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.5s;
}

.bot-slider-lotti {
  position: absolute;
  top: 0px;
  left: 0px;
}

.lotti-background {
  position: relative;
  max-height: 595px;
  max-width: 324px;
}

.talk-to-me-lotti {
  position: relative;
  z-index: 1;
}

.img-bg {
  position: absolute;
  left: 2.75rem;
  top: 2.5rem;
}

@media (min-width: 768px) {
  .img-bg {
    top: 2rem;
    left: 2.5rem;
    height: 494px;
  }
}

@media (min-width: 1024px) {
  .img-bg {
    top: 2.5rem;
    left: 2.75rem;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.dark-calender {
  border-radius: 0px !important;
  padding: 50px;
}

@media (min-width: 768px) {
  .dark-calender {
    position: absolute;
    top: 100px;
    width: 65% !important;
    padding: 0px;
  }
}

@media (min-width: 1280px) {
  .dark-calender {
    top: 177px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.clock-gif {
  position: absolute;
  right: 30px;
  top: 1.25rem;
  max-height: 70px;
  max-width: 70px;
}

@media (min-width: 768px) {
  .clock-gif {
    top: 129px !important;
    right: 51px;
    max-height: 129px !important;
    max-width: 129px !important;
  }
}

.calender-container {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
}

.payment-card {
  position: absolute;
}

.scroll-title {
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .scroll-title {
    padding-bottom: 120px;
  }
}

.dmbot-phone-lotti {
  display: block;
  width: 70%;
}

@media (min-width: 768px) {
  .dmbot-phone-lotti {
    height: 550px;
    width: 500px;
  }
}

.bussines-card-lotti,.bussines-hero-lotti {
  position: absolute;
  top: 100px;
  right: 59px;
  max-height: 154px;
  max-width: 152px;
}

@media (min-width: 768px) {
  .bussines-card-lotti,.bussines-hero-lotti {
    top: 84px;
    right: 11.5%;
    max-height: 132px;
    max-width: 132px;
  }
}

@media (min-width: 1280px) {
  .bussines-card-lotti,.bussines-hero-lotti {
    top: 188px;
    left: 100px;
    right: 0px;
    max-height: 260px;
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .bussines-hero-lotti {
    top: 5%;
    right: 18.5%;
    max-height: 90%;
    max-width: 30%;
  }
}

.affiliate-lotti {
  height: 550px;
}

.affilita-insta {
  position: absolute;
  top: 45px;
  right: -34px;
}

@media (min-width: 1024px) {
  .affilita-insta {
    right: 34px;
  }
}

@media (min-width: 1280px) {
  .affilita-insta {
    right: 111px;
  }
}

.affiliate-doller {
  position: absolute;
  top: 50%;
  left: -35%;
}

@media (min-width: 1024px) {
  .affiliate-doller {
    left: -10%;
  }
}

@media (min-width: 1280px) {
  .affiliate-doller {
    left: 40px;
  }
}

.affilita-mick {
  position: absolute;
  left: -4%;
}

@media (min-width: 1024px) {
  .affilita-mick {
    top: 0px;
    left: 14%;
  }
}

@media (min-width: 1280px) {
  .affilita-mick {
    left: 24%;
    top: -6%;
  }
}

.affiliate-camera {
  position: absolute;
  bottom: 0px;
  right: -40px;
  height: 120px;
  width: 120px;
}

@media (min-width: 1024px) {
  .affiliate-camera {
    right: 19px;
  }
}

@media (min-width: 1280px) {
  .affiliate-camera {
    right: 0px;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.affiliate-scroll {
  padding-top: 60px;
}

@media (min-width: 768px) {
  .affiliate-scroll {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.section {
  overflow: hidden;
}

.wrapper {
  height: 100vh;
}

.list {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 0.2rem;
}

.item {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  display: flex;
  height: 100%;
  width: 100vw;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 768px) {
  .item {
    flex-direction: row;
  }
}

.item {
  box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px;
}

.item_media {
  height: 50vh;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 253 / var(--tw-bg-opacity));
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 768px) {
  .item_media {
    height: 100%;
    width: 50%;
  }
}

.affliate-slide-lotti {
  position: absolute;
}

@media (min-width: 768px) {
  .affliate-slide-lotti {
    width: 90%;
  }
}

@media (min-width: 1280px) {
  .affliate-slide-lotti {
    width: 100%;
  }
}

.affliliate-phone-img {
  margin-top: 99px;
  display: none;
}

#videoWrapper {
  cursor: pointer;
}

@media (min-width: 768px) {
  #videoWrapper {
    top: 0.3rem;
    left: 0.40rem;
    height: 78.3%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}

@media (min-width: 1280px) {
  #videoWrapper {
    top: 0.5rem;
    left: 0.55rem;
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
  }
}

.playButton {
  position: absolute;
  height: 50px;
  width: 50px;
}

@media (min-width: 768px) {
  .playButton {
    height: 100px;
    width: 100px;
  }
}

.powerd-by {
  position: absolute;
  margin-top: 42px;
  margin-bottom: 26px;
  display: flex;
  width: 100%;
  justify-content: center;
  padding-bottom: 24px;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

.powerd-by p {
  font-size: 13px;
  font-weight: 600;
}

.link-hub-lotti {
  height: 550px;
}

.smart-top {
  display: flex;
  justify-content: flex-start !important;
}

.bussines-slide1-lotti {
  position: absolute;
}

.smart-av-app {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(12 13 15 / var(--tw-bg-opacity)) !important;
}

.slide-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}

.product-drop:hover .dropdown {
  display: flex;
}

.product-drop:hover .top-title-container {
  z-index: -1;
}

.product-drop {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 1;
  display: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 1280px) {
  .dropdown {
    margin-left: 110px;
    margin-right: 110px;
  }
}

.dropdown {
  box-shadow: 0px -2px 0px 0px #FFAE34;
}

.dropdown a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}

.dropdown a span {
  display: flex;
  gap: 0.5rem;
}

.dropdown a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}

.left-menu {
  display: flex;
  width: 35%;
  flex-direction: column;
  gap: 12px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1.25rem;
  padding-left: 16px;
  padding-right: 16px;
}

.right-menu {
  display: grid;
  width: 75%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
}

.right-menu .group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 24px;
}

.group:first-child {
  border-left-width: 0px;
  padding-left: 0px;
}

.group a:hover {
  color: #007acc;
}

.group h4 {
  font-size: 16px;
  font-weight: 600;
}

.menu-arrow-img {
  height: 1.5rem;
  width: 1.5rem;
}

.left-link {
  display: flex !important;
  flex-direction: row !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(11 9 27 / var(--tw-text-opacity));
}

.left-link:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(11 9 27 / var(--tw-text-opacity)) !important;
}

.group a {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.right-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-right: 24px;
}

.right-left ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.featuer-link {
  display: flex;
  gap: 0.5rem;
}

.menu-logo {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
  padding: 1rem;
}

.right-left h3 {
  font-size: 18px;
  font-weight: 700;
}

.right-left p {
  font-size: 16px;
  font-weight: 400;
}

.link-status-lotti {
  position: absolute;
}

@media (min-width: 768px) {
  .feature-brand {
    height: 250px;
    width: 250px;
  }
}

.spc-img {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}

.spc-img img {
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.item_media img {
  height: 100%;
  width: 100%;
}

.askme-feature-img {
  margin-top: 85px;
  margin-bottom: 76px;
  width: 272px;
}

.view-all-btn {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(251 15 90 / var(--tw-text-opacity));
}

.view-all-btn:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(251 15 90 / var(--tw-text-opacity)) !important;
}

.menu-video {
  max-height: 140px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

.quick-links {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.quick-links h4 {
  font-size: 16px;
  font-weight: 700;
}

.quick-links a {
  font-size: 13px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(251 15 90 / var(--tw-text-opacity));
}

.quick-links a:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(251 15 90 / var(--tw-text-opacity)) !important;
}

.right-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 1.5rem;
}

.cta-button {
  width: 100% !important;
  flex-direction: row !important;
  justify-content: center !important;
  border-radius: 50px !important;
  font-size: 14px;
  font-weight: 600 !important;
}

@media (min-width: 1280px) {
  .cta-button {
    font-size: 16px !important;
  }
}

.cta-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 15 90 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.video-container {
  position: relative;
  justify-content: center !important;
}

.play-btn {
  position: absolute;
  left: 40%;
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.side-slider {
  /* @apply md:hidden flex absolute top-0 right-0 w-full h-[100vh] bg-white text-black overflow-y-auto z-[1000] pt-10 px-4 flex-col;
  transform: translateX(106%); 
  transition: transform 0.3s ease;  */
  /* height: 100%; */
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  color: black;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  height: 100vh;
  /* padding:40px 16px 0px 16px; */
}

.side-slider.open {
  width: 100%;
}

#productDropdown {
  display: none;
}

.dropdown-menu .left-link span {
  display: flex;
  gap: 12px;
}

.mobile-ul li {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 24px;
  padding-bottom: 24px;
}

.mobile-ul li a {
  font-size: 18px;
  font-weight: 600;
}

.mobile-menu-slider nav {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.dropdown-menu  li {
  border-bottom-width: 0px !important;
  padding-top: 12px;
  padding-bottom: 12px;
}

.dropdown-menu  li a {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.qr-slider-animation {
  position: absolute;
  height: 300px;
}

@media (min-width: 1280px) {
  .qr-slider-animation {
    height: 500px;
  }
}

.qr-slider-animation-slide2 {
  position: absolute;
  height: 300px;
}

@media (min-width: 1280px) {
  .qr-slider-animation-slide2 {
    height: 422px;
  }
}

@media (min-width: 768px) {
  .qr-slider-cricle {
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.circle-img {
  height: 481px;
  width: 481px;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(219 210 199 / var(--tw-bg-opacity));
}

.bulid-section-slider {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .smart-feature{
@apply my-[80px];
} */

.close-icon {
  display: flex;
  gap: 10px;
}

.close-icon button {
  display: flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 220 / var(--tw-bg-opacity));
}

#productLink {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.slider-header {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.slider-header img {
  width: 1.5rem;
}

.mobile-signin {
  height: 46px;
  width: -moz-fit-content !important;
  width: fit-content !important;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(120 125 135 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(25 27 31 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity));
}

.video-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background-color: #00000033;
}

.comming-soon {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(135 117 126 / var(--tw-text-opacity));
}

.dm-item-media {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 768px) {
  .dm-item-media img, .askme-h-slide img,.store-h-side3 {
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
}

.askme-h-slide {
  display: flex;
  align-items: center;
}

.dm-show-case {
  margin-top: 80px;
  padding-bottom: 0px !important;
}

@media (min-width: 768px) {
  .dm-show-case {
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .dm-show-case {
    margin-top: 120px;
  }
}

.lan-body-container {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 100px;
}

/* .fixed-header {
 opacity: 0;
} */

.inf-scroll-wrapper {
  position: relative;
  overflow: hidden;
}

.inf-scroll-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.circle-container {
  position: relative;
  height: 200px;
  width: 200px;
}

.circle {
  position: relative;
  height: 150px;
  width: 150px;
  overflow: hidden;
  border-radius: 50%;
  margin: 25px auto;
}

#lottie-clipped, #lottie-over {
  position: absolute;
  top: 25px;
  left: calc(50% - 15px);
  height: 150px;
  width: 30px;
}

#lottie-clipped {
  z-index: 1;
}

#lottie-over {
  z-index: 2;
}

@property --deg {
  syntax: '<angle>';

  inherits: true;

  initial-value: 0deg;
}

.profile-input {
  position: relative;
  display: flex;
  align-items: center;
  /* background: #0C0D0F; */
  background-image: linear-gradient(310.57deg, rgb(17, 17, 17) 3.3%, rgb(28, 28, 28) 96.41%);
  animation: autoRotate 4s linear infinite;
  --deg: 0deg;
}

.profile-input::before,
.profile-input::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: conic-gradient(
    from var(--deg) at center,
    #00c3ff,
    #4d0199,
    #6300c6,
    #00c3ff
  );
  border-radius: inherit;
  z-index: -2;
  padding: 2px;
  left: 0;
}

.profile-input::after {
  filter: blur(10px);
}

@keyframes autoRotate {
  to {
    --deg: 360deg;
  }
}

.affiliate-media img {
  height: -moz-fit-content !important;
  height: fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.affiliate-media {
  display: flex;
  align-items: center;
  justify-content: center;
}