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

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

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

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

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

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 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

body,
button,
input,
select {
  margin: 0;
  /* font-family: Figtree !important; */
}

/* a:hover {
  color: transparent !important;
  text-decoration: none !important;
} */

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

.header_store_link {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .header_store_link {
    margin-top: 0px;
    align-items: center;
    gap: 2.5rem;
  }
}

.footer_desktop {
  display: flex;
  flex-direction: column;
}

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

/* .store_link {
  background-color: transparent !important;
  padding: 0px !important;
} */

/* header section */

.lan-body {
  overflow: hidden;
  border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity));
  /* padding-left: 1rem;
  padding-right: 1rem; */
  padding-top: 1.25rem;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .lan-body {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .lan-body {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/* .lan-head {
  margin-left: auto;
  margin-right: auto;
  margin:0 1.25rem;
  align-items: center;
  gap: 44px;
  display: flex;
  max-width: 1376px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
} */



/* .tabs{
  display: flex;
  gap: 44px;
  color: white;
  cursor: pointer;
} */

/* .tabs a:hover{
  color: yellow !important;
} */

.yellow-color{
  color: yellow !important;
}

@media (min-width: 768px) {
  .lan-head {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lan-head {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.lan-btn {
  margin-left: auto;
  display: flex;
}

.lan-allow {
  margin-top: 1.5rem;
  margin-left: 0px;
}

@media (min-width: 768px) {
  .lan-allow {
    margin-top: 0px;
    margin-left: auto;
  }
}

.btn-common {
  border-radius: 9999px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 19px;
}

@media (min-width: 768px) {
  .btn-common {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.btn-common {
  outline: none !important;
}

.login {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.create-link {
  display: none;
  margin-left: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

.logo-res {
  display: block;
  width: 24px;
}

@media (min-width: 768px) {
  .logo-res {
    display: none;
  }
}

.logo-img {
  display: none;
}

@media (min-width: 768px) {
  .logo-img {
    display: block;
    width: 100px;
  }

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

/* header 2 section */

.land-head {
  margin-top: 60px;
}

@media (min-width: 768px) {
  .land-head {
    margin-top: 100px;
  }
}

.land-head h1 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
  line-height: 61.6px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .land-head h1 {
    font-size: 90px;
    line-height: 99px;
  }
}

.land-head p {
  margin: auto;
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .land-head p {
    width: 708px;
    font-size: 24px;
    line-height: 33.3px;
  }
}

.land-head p {
  margin-bottom: 0 !important;
}

/* input section */

/* .profile-cre {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .profile-cre {
    margin-top: 48px;
    flex-direction: row;
    padding-bottom: 64px;
  }
} */

/* .profile-input {
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255,255,255,0.5);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 0.125rem;
}

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

.profile-input span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: rgba(255,255,255,0.35);
}

/* .profile-input input {
  width: auto;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --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;
  }
} */

.land-claim button {
  width: 100%;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 93 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 21px;
  padding-bottom: 21px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

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

.land-claim {
  width: 100%;
}

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

/* .pulse {
  display: block;
  cursor: pointer;
  border-radius: 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(204 169 44 / var(--tw-bg-opacity));
  --tw-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
  --tw-shadow-colored: 0 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  animation: pulse 2s infinite;
} */

/* .pulse:hover {
  animation: none;
} */

/* @keyframes pulse {
  0% {
    -o-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    -ms-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }

  70% {
    -o-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    -ms-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }

  100% {
    -o-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    -ms-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
} */

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* .int-focu {
  margin-left: -19px;
  margin-right: -18px;
  margin-top: -19px;
  border-radius: 9999px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(15 15 15 / var(--tw-border-opacity));
  padding-top: 18px;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
} */

/* section 2 body */

/* .section span {
  --tw-text-opacity: 1;
  color: rgb(245 80 125 / var(--tw-text-opacity));
} */

/* .section h2 {
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .section h2 {
    font-size: 90px;
    line-height: 100px;
  }
}

@media (min-width: 1024px) {
  .section h2 {
    font-size: 120px;
    line-height: 132px;
  }
} */

/* .section p {
  text-align: center;
  font-weight: 600;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .section p {
    padding-top: 0px;
    font-size: 26px;
  }
}

@media (min-width: 1024px) {
  .section p {
    padding-top: 1rem;
    font-size: 30px;
  }
}

.section p {
  margin-bottom: 0 !important;
} */

.section--large {
  width: 100vw;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* section {
  flex-shrink: 0;
  flex-direction: column;
  transition: color 0.3s;
} */

/* .wrapper {
  margin-left: -5rem;
  flex-wrap: nowrap;
} */

.vloger-head {
  position: static;
  top: 0px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-bottom: 0.625rem;
  padding-top: 0px;
}

@media (min-width: 768px) {
  .vloger-head {
    position: sticky;
    flex-direction: row;
    align-items: center;
    padding-top: 30px;
  }
}

.vloger-head span {
  font-size: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .vloger-head span {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .vloger-head span {
    font-size: 60px;
  }
}

.influ-dropsec {
  margin-left: 0px;
  margin-top: 0.625rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  border-radius: 70px;
  background-color: rgba(26,97,233,0.1);
  padding-right: 0.625rem;
}

@media (min-width: 768px) {
  .influ-dropsec {
    margin-left: 1.25rem;
    margin-top: 0px;
  }
}

.influ-dropsec img {
  height: 4rem;
  width: 60px;
}

@media (min-width: 768px) {
  .influ-dropsec img {
    height: 5rem;
  }
}

.influ-vlog {
  cursor: pointer;
  border-radius: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0.625rem;
  padding-left: 1.25rem;
  font-size: 30px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 97 233 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .influ-vlog {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 32px;
    font-size: 20px;
  }
}

@media (min-width: 1024px) {
  .influ-vlog {
    font-size: 30px;
  }
}

.infludrop-btn {
  position: absolute;
  left: 0px;
  top: 134px;
  margin-top: 0.25rem;
  width: 312px;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  --tw-shadow: 4px 4px 20px 0 rgb(15 15 15 / 10%), 0 0 4px 0 rgb(51 35 77 / 5%);
  --tw-shadow-colored: 4px 4px 20px 0 var(--tw-shadow-color), 0 0 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .infludrop-btn {
    left: 30%;
    top: 110px;
  }
}

.cate0,
.cate1,
.cate2,
.cate3,
.cate4 {
  cursor: pointer;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.cate0:hover,
.cate1:hover,
.cate2:hover,
.cate3:hover,
.cate4:hover {
  border-radius: 6px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 233 213 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.vloger-choi {
  position: static;
  top: 0px;
  margin-top: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .vloger-choi {
    position: sticky;
    top: 123px;
    margin-top: 0px;
    padding-right: 2.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .vloger-choi {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.vloger-choi {
  margin-bottom: 0 !important;
}

.vh-100 {
  height: 80vh !important;
}

/* right side image */

.land-vloger {
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
  border-radius: 24px;
  background-image: linear-gradient(to left, #00c9ff, #92fe9d);
}

@media (min-width: 768px) {
  .land-vloger {
    margin-top: 0px;
    border-radius: 40px;
  }
}

.land-vloger img {
  z-index: 10;
  margin: auto;
  height: 100vh;
}

@media (min-width: 768px) {
  .land-vloger img {
    height: 630px;
  }
}

@media (min-width: 1024px) {
  .land-vloger img {
    height: 600px;
  }
}

iframe.code {
  position: absolute;
  display: block;
  height: 0.25rem;
  min-height: 100%;
  width: 0.25rem;
  min-width: 100%;
  border-style: none;
}

@media (min-width: 768px) {
  iframe.code {
    position: static;
    min-height: 690px;
  }
}

.land-vloger iframe {
  position: relative;
  z-index: 10;
  border-radius: 40px;
}

.land-lin {
  margin-top: 36px;
}

@media (min-width: 768px) {
  .land-lin {
    margin-top: 200px;
  }
}

.locker__section h3 {
  font-size: 40px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .locker__section h3 {
    font-size: 30px;
  }
}

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

.locker__section p {
  margin-right: 0px;
  margin-top: 0px;
  padding-top: 7px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: rgba(15,15,15,0.7);
}

@media (min-width: 768px) {
  .locker__section p {
    margin-right: 6rem;
  }
}

.locker__section p {
  margin-bottom: 0 !important;
  padding-right: 0 !important;
}

.learn-more {
  margin-top: 0.625rem;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  align-items: baseline;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(23 127 248 / var(--tw-text-opacity));
}

.learn-more:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.learn-more img {
  padding-left: 0.625rem;
}

/* progress bar section */

.earn-section {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 60px;
  display: none;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 0 56 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .earn-section {
    margin-left: 26px;
    margin-right: 26px;
    border-radius: 40px;
  }
}

.earn-main {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .earn-main {
    flex-direction: row;
    gap: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .earn-main {
    gap: 100px;
  }
}

.earn-money-section {
  margin: auto;
  margin-top: 64px;
  margin-bottom: 48px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .earn-money-section {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .earn-money-section {
    padding-top: 107px;
    padding-bottom: 107px;
    padding-left: 128px;
  }
}

.earn-money-section h2 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 64px;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .earn-money-section h2 {
    font-size: 70px;
  }
}

@media (min-width: 1024px) {
  .earn-money-section h2 {
    font-size: 123.4px;
  }
}

.rupee {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .rupee {
    font-size: 30px;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .rupee {
    font-size: 88.2px;
    line-height: 141.1px;
  }
}

.earn-money-section p {
  margin: auto;
  width: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
}

@media (min-width: 768px) {
  .earn-money-section p {
    width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .earn-money-section p {
    width: 400px;
  }
}

.earn-money-section p {
  margin-bottom: 0 !important;
}

.earn-btn {
  margin-top: 1.5rem;
  margin-left: 0px;
  font-weight: 700;
}

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

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

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

@media (min-width: 1024px) {
  .earn {
    font-size: 60px;
  }
}

.emoji {
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
}

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

@media (min-width: 1024px) {
  .emoji {
    font-size: 44px;
  }
}

.earn-rich {
  width: 100%;
  padding-top: 48px;
  padding-right: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .earn-rich {
    padding-top: 1.5rem;
    padding-right: 46px;
    text-align: start;
  }
}

@media (min-width: 1024px) {
  .earn-rich {
    padding-top: 100px;
    padding-bottom: 120px;
    padding-right: 88px;
  }
}

.earn-rich h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .earn-rich h3 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) {
  .earn-rich h3 {
    font-size: 40px;
    line-height: 54px;
  }
}

.earn-rich p {
  padding-top: 7px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 25.5px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 0 !important;
}

.earn-rich span {
  display: block;
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  line-height: 28.8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .earn-rich span {
    padding-top: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .earn-rich span {
    padding-top: 48px;
    font-size: 18px;
  }
}

.range-slider {
  position: relative;
  margin-top: 15px;
  gap: 24px;
}

.earn-k {
  position: absolute;
  top: 50%;
  left: 0px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255,255,255,0.4);
}

@media (min-width: 768px) {
  .earn-k {
    left: -15%;
  }
}

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

.earn-k {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.earn-m {
  left: 80%;
  right: 0px;
}

@media (min-width: 768px) {
  .earn-m {
    left: 102%;
  }
}

#followers-range {
  height: 0.625rem;
  width: 230px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.2);
}

#followers-range:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  #followers-range {
    width: 100%;
  }
}

#followers-range {
  -webkit-appearance: none;
}

#followers-range::-webkit-slider-runnable-track {
  height: 0.625rem;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
  animation: 0.2s;
  background: linear-gradient(
    90deg,
    #ffa42b var(--range-progress),
    rgba(255, 255, 255, 0.2) var(--range-progress)
  );
}

#followers-range::-moz-range-track {
  height: 0.625rem;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
  animation: 0.2s;
  background: linear-gradient(
    90deg,
    #ffa42b var(--range-progress),
    rgba(255, 255, 255, 0.2) var(--range-progress)
  );
}

#followers-range::-webkit-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -webkit-appearance: none;
  -ms-appearance: none;
  transform: translateY(calc(-50% + 5px));
  -webkit-transform: translateY(calc(-50% + 5px));
  -ms-transform: translateY(calc(-50% + 5px));
}

#followers-range::-moz-range-thumb {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -moz-appearance: none;
  transform: translateY(calc(-10% + 2px));
  -moz-transform: translateY(calc(-10% + 2px));
}

#monthly-post {
  position: absolute;
  bottom: -0.75rem;
}

#monthly-post span {
  position: absolute;
  display: block;
  padding-top: 0px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 26px;
  color: rgba(255,255,255,0.85);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#monthly-post-range {
  height: 0.625rem;
  width: 230px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.2);
}

#monthly-post-range:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  #monthly-post-range {
    width: 100%;
  }
}

#monthly-post-range {
  -webkit-appearance: none;
}

#monthly-post-range::-webkit-slider-runnable-track {
  height: 0.625rem;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
  animation: 0.2s;
  background: linear-gradient(
    90deg,
    #ffa42b var(--range-progress),
    rgba(255, 255, 255, 0.2) var(--range-progress)
  );
}

#monthly-post-range::-moz-range-track {
  height: 0.625rem;
  width: 100%;
  cursor: pointer;
  border-radius: 20px;
  animation: 0.2s;
  background: linear-gradient(
    90deg,
    #ffa42b var(--range-progress),
    rgba(255, 255, 255, 0.2) var(--range-progress)
  );
}

#monthly-post-range::-webkit-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -webkit-appearance: none;
  -ms-appearance: none;
  transform: translateY(calc(-50% + 5px));
  -webkit-transform: translateY(calc(-50% + 5px));
  -ms-transform: translateY(calc(-50% + 5px));
}

#monthly-post-range::-moz-range-thumb {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  -moz-appearance: none;
  transform: translateY(calc(-10% + 2px));
  -moz-transform: translateY(calc(-10% + 2px));
}

#followers {
  position: absolute;
  bottom: -0.75rem;
}

#followers span {
  position: absolute;
  display: block;
  padding-top: 0px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  line-height: 26px;
  color: rgba(255,255,255,0.85);
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

.star {
  font-weight: 300;
  color: rgba(255,255,255,0.2);
}

.rangein {
  margin-top: 32px;
}

/* Carousel Section */

.pick-carousel-sec {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 0.625rem;
  margin-bottom: 48px;
  max-width: 1376px;
  overflow: hidden;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .pick-carousel-sec {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 28px;
    border-radius: 40px;
  }
}

@media (min-width: 1024px) {
  .pick-carousel-sec {
    margin-left: auto;
    margin-right: auto;
  }
}

.pick-caro {
  display: flex;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 768px) {
  .pick-caro {
    flex-direction: column;
    padding-left: 2.5rem;
    padding-right: 0px;
  }
}

@media (min-width: 1024px) {
  .pick-caro {
    flex-direction: row;
    padding-left: 74px;
  }
}

.pick-influ {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .pick-influ {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .pick-influ {
    padding-top: 5rem;
    padding-bottom: 248px;
  }
}

.pick-influ h3 {
  width: 100%;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .pick-influ h3 {
    width: 579px;
    font-size: 60px;
    line-height: 66px;
  }
}

.pick-influ span {
  --tw-text-opacity: 1;
  color: rgb(245 80 125 / var(--tw-text-opacity));
}

.pick-influ p {
  width: 100%;
  padding-top: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 22.4px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .pick-influ p {
    width: 548px;
    padding-top: 2rem;
    font-size: 24px;
    line-height: 33.6px;
  }
}

.pick-influ p {
  margin-bottom: 0 !important;
}

.pick-slider {
  width: 100%;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .pick-slider {
    padding-bottom: 55px;
  }
}

@media (min-width: 1024px) {
  .pick-slider {
    padding-bottom: 0px;
  }
}

.slide-track {
  display: flex;
  animation: slide 80s linear infinite;
}

.slide-track2 {
  display: flex;
  animation: slide 70s linear infinite;
  /* animation: scroll 80s linear infinite; */
  animation-direction: reverse;
}

@media only screen and (max-width: 480px) {
  .slide-track2 {
    animation: slide 40s linear infinite;
  }
}

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

  100% {
    transform: translate3d(-1500px, 0, 0);
    /* The image width */
  }
}

.slide-track:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.slide-track2:hover {
  animation-play-state: paused;
  cursor: pointer;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 10));
    -webkit-transform: translateX(calc(-250px * 10));
    -ms-transform: translateX(calc(-250px * 10));
    -moz-transform: translateX(calc(-250px * 10));
    -o-transform: translateX(calc(-250px * 10));
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
  }

  100% {
    transform: translateX(calc(250px * 10));
    -webkit-transform: translateX(calc(250px * 10));
    -ms-transform: translateX(calc(250px * 10));
    -moz-transform: translateX(calc(250px * 10));
    -o-transform: translateX(calc(250px * 10));
  }
}

.slider {
  position: relative;
  margin: auto;
  height: auto;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
}

@media only screen and (max-width: 768px) {
  .slider {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
  }
}

.slider-second {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .slider-second {
    margin-top: 2rem;
  }
}

@media (min-width: 1024px) {
  .slider-second {
    margin-top: 6rem;
  }
}

.flip-card {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 141px;
  width: 141px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.flip-card {
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  height: 141px;
  width: 141px;
  text-align: center;
}

@media (min-width: 768px) {
  .flip-card-inner {
    height: 100%;
    width: 250px;
  }
}

.flip-card-inner {
  transition: transform 0.6s;
  transform-style: preserve-3d;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  height: 141px;
  width: 141px;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .flip-card-front,
.flip-card-back {
    height: 250px;
    width: 250px;
  }
}

.flip-card-front,
.flip-card-back {
  backface-visibility: hidden;
}

.flip-card-front img {
  height: 141px;
  width: 141px;
  border-radius: 9999px;
}

@media (min-width: 768px) {
  .flip-card-front img {
    height: 250px;
    width: 250px;
  }
}

.flip-card-back {
  display: flex;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.flip-card-back p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(245 80 125 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .flip-card-back p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.flip-card-back p {
  margin-bottom: 0 !important;
}

.flip-card-back h3 {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .flip-card-back h3 {
    max-width: 180px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* frequently ansked question */

.lan-asked {
  margin-top: 48px;
  --tw-bg-opacity: 1;
  background-color: rgb(251 233 213 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  .lan-asked {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 48px;
  }
}

@media (min-width: 1024px) {
  .lan-asked {
    padding-left: 100px;
    padding-right: 100px;
  }
}

.pick-askme {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1376px;
  flex-direction: column;
}

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

.pic-le {
  width: 100%;
  padding-top: 48px;
  text-align: center;
}

@media (min-width: 768px) {
  .pic-le {
    padding-top: 162px;
    text-align: start;
  }
}

.pic-le img {
  margin: auto;
  height: 100px;
  width: 100px;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .pic-le img {
    margin: 0px;
    height: 200px;
    width: 200px;
  }
}

.pic-le span {
  display: block;
  padding-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .pic-le span {
    padding-top: 36px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .pic-le span {
    font-size: 24px;
  }
}

.pic-le h4 {
  padding-top: 0.625rem;
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .pic-le h4 {
    padding-top: 0.75rem;
    font-size: 30px;
    line-height: 46px;
  }
}

@media (min-width: 1024px) {
  .pic-le h4 {
    font-size: 60px;
    line-height: 66px;
  }
}

.pick-re {
  width: 100%;
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .pick-re {
    padding-top: 5rem;
  }
}

.accordion-heading {
  cursor: pointer;
  border-bottom-width: 1px;
  border-color: rgba(15,15,15,0.1);
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

.accordion-heading::before {
  float: right;
  margin-top: 14px;
  display: inline-block;
  border-top-width: 7px;
  border-left-width: 7px;
  border-right-width: 7px;
  border-top-color: rgba(15,15,15,0.45);
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
  content: '';
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transition: all 0.5s;
}

.active.accordion-heading::before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.not-active.accordion-heading::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordion-content {
  display: none;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 22.4px;
  color: rgba(15,15,15,0.7);
}

.accordion-content p {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.accordion-content a {
  --tw-text-opacity: 1;
  color: rgb(245 80 125 / var(--tw-text-opacity));
}

/* footer section  */

.pic-footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 1376px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .pic-footer {
    margin-top: 100px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .pic-footer {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.lan-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}

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

.footer-by img {
  width: 186px;
}

@media (min-width: 768px) {
  .footer-by img {
    width: 118px;
  }
}

.footer-by span {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255,255,255,0.4);
}

@media (min-width: 768px) {
  .footer-by span {
    text-align: start;
  }
}

.footer-social {
  margin-top: 48px;
  margin-bottom: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 768px) {
  .footer-social {
    margin-top: 36px;
    margin-bottom: 0px;
    height: 56px;
    flex-direction: row;
  }
}

.footer-social img {
  cursor: pointer;
}

/* .footer-icon a {
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
  padding: 0.625rem;
} */

/* .footer-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
} */

/* @media (min-width: 768px) {
  .footer-icon {
    justify-content: normal;
  }
} */

.mobile_footer {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .mobile_footer {
    padding-left: 1.25rem;
    padding-top: 0px;
  }
}

.footer-social img:hover {
  animation-name: footer-social;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* .store_link img:hover {
  animation-name: none !important;
} */

@keyframes footer-social {
  25% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
  }

  75% {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}

.footer-policy {
  margin-left: 0px;
  display: flex;
  gap: 30px;
}

@media (min-width: 768px) {
  .footer-policy {
    margin-left: auto;
  }
}

.footer-policy span {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.5);
}

/* h1 animation zoom-in */

.zoo-in {
  animation-name: scale;
  -webkit-animation-name: scale;
  -moz-animation-name: scale;
  -o-animation-name: scale;
  -ms-animation-name: scale;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-fill-mode: both;
}

@keyframes scale {
  0% {
    transform: scale(-0) translateX(-10%);
  }

  100% {
    transform: scale(1, 1);
  }
}

@keyframes start {
  from {
    transform: scale(-0) translateX(-10%);
    -webkit-transform: scale(-0) translateX(-10%);
    -ms-transform: scale(-0) translateX(-10%);
    -moz-transform: scale(-0) translateX(-10%);
    -o-transform: scale(-0) translateX(-10%);
    opacity: 1;
  }
}

/* link text animation */

.land-head span {
  -webkit-background: linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 4s infinite linear;
}

/* button animation */

/* .land-claim button:hover {
  background-position: 100% 0;
  transition: all 0.4s ease-in-out;
}

.land-claim button {
  transition: all 0.4s ease-in-out;
  background-size: 300% 100%;
  outline: none !important;
  background-image: linear-gradient(
    to right,
    #edd834,
    #c7b61c,
    #ffed5d,
    #d9e021
  );
} */

.row2 {
  scrollbar-color: transparent transparent !important;
  scroll-behavior: smooth;
}

/* vloger scroll overwrite */

.row2::-webkit-scrollbar {
  width: 0 !important;
}

.row2::-ms-scrollbar {
  width: 0px;
}

.row2::-o-scrollbar {
  width: 0px;
}

/* Smooth scroll  */

.mobile-vloger {
  position: relative;
  margin-top: 30px;
  display: block;
  border-radius: 10px;
}

@media (min-width: 768px) {
  .mobile-vloger {
    display: none;
    height: 100%;
  }
}

.row1 {
  display: flex;
  flex-direction: column;
}

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

.row2 {
  width: 100%;
}

.mobile {
  display: block;
}

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

.mobile2 {
  display: none;
  opacity: 0.5;
}

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

.mobile-off {
  height: 100vh;
}

@media (min-width: 768px) {
  .mobile-off {
    height: auto;
  }
}

/* mobile view scroll */

.mobile-scroll {
  margin: auto;
  margin-top: 112px;
  margin-bottom: 64px;
  display: block;
  text-align: center;
}

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

.pin-spacer {
  display: none;
}

@media (min-width: 768px) {
  .pin-spacer {
    display: block;
  }
}

.text-section-1 h2 {
  font-size: 40px;
  font-weight: 700;
}

.text-section-1 span {
  --tw-text-opacity: 1;
  color: rgb(245 80 125 / var(--tw-text-opacity));
}

.pic-mob {
  padding-top: 0.625rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

#text-section-2,
#text-section-3 {
  margin-top: 44px;
}

@keyframes fadeInUp {
  from {
    transform: translate3d(0, 300px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.one-animated {
  animation-duration: 2s;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -ms-webkit-animation-duration: 2s;
  -moz-webkit-animation-fill-mode: both;
}

.oneanimatedFadeInUp {
  opacity: 0;
}

.onefadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}

/* Dropdown scroll category*/

.image {
  opacity: 0;
  transition: all 0.5s ease;
}

.image.active {
  opacity: 1;
  animation-name: flip;
  animation-duration: 1s;
}

@keyframes flip {
  from {
    transform: rotateY(180deg);
    transform-style: preserve-3d;
  }

  to {
    transform: rotateY(0deg);
    transform-style: preserve-3d;
  }
}

.locker {
  position: relative;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  display: flex;
  max-width: calc(1376px - 57px);
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .locker {
    margin-left: auto;
    margin-right: auto;
    margin-top: 73px;
  }
}

.locker__image {
  position: relative;
  width: 100%;
}

.locker__image img {
  position: absolute;
  height: 600px;
  width: auto;
  transition: all 1s ease;
}

.locker__container {
  position: sticky;
  top: 0.625rem;
  height: 100vh;
  width: 100%;
}

.locker__content {
  width: 100%;
}

.locker__section {
  margin-top: 1.25rem;
  display: block;
  height: auto;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 768px) {
  .locker__section {
    margin-top: 0px;
    display: flex;
    height: 100vh;
  }
}

.vloger-activeimg {
  position: absolute;
  top: -4%;
  left: 0px;
  right: 0px;
  margin: auto;
  margin-top: 74px;
  width: 370px;
  z-index: 999;
  transform: translateY(-50%) translateZ(0);
}

.locker__image {
  display: none;
}

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

.cate-mobile {
  display: block;
}

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

.cate-mobile img {
  position: relative;
  z-index: 10;
  margin: auto;
  height: 400px;
}

.can1-cls {
  background: linear-gradient(to left, #00c9ff, #92fe9d);
}

.can2-cls {
  background: #b168e1;
}

.can3-cls {
  background: linear-gradient(to left, #f4d03f, #16a085);
}

/* extra image */

.visibility {
  visibility: hidden;
}


/* pricing */


.pricing-head {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1376px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pricing-head h1 {
  text-align: center;
  font-size: 60px;
  font-weight:900;
  line-height: 78px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pricing-head h1 span{
  color: #F5507D;
}

.pricing-head p {
  margin: auto;
  margin: 0px ;
  margin-top: 1rem;
  text-align: center;
  font-size: 14px;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(188 192 196 / var(--tw-text-opacity))
}


.pricing-head p {
  margin-bottom: 0 !important;
}

.image-thd{
  margin-left: auto;
  margin-right: 152px;
}

.image-sec{
  margin-left: 220px;
}

.pricing-accordion-heading {
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 14px;
  line-height: 15.4px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

.pricing-accordion-heading p{
  /* width: 43%; */
  width: 49%;
}

.pricing-accordion-heading p span{
  background-color: #CCF5E7;
  padding: 4px 6px;
  border-radius: 5px;
  color: #09553c;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.pricing-accordion-items{
  background-color: white;
  padding-top: 0px;
  border-top: 1px solid #E7E7E7;
}

.pricing-accordion-heading img{
  width: 15px;
  height: 15px;
  margin-left: auto;
}

.pricing-accordion-heading img:last-child{
  margin-right: auto;
}


.pricing-accordion-heading::before {
  margin: 0px 12px;
  float: right;
  display: inline-block;
  border-top-width: 7px;
  border-left-width: 7px;
  border-right-width: 7px;
  border-top-color: rgba(15,15,15,0.45);
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
  content: '';
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transition: all 0.5s;
}

.active.pricing-accordion-heading::before {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.not-active.pricing-accordion-heading::before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.pricing-accordion-content {
  position: relative;
  z-index: 9999;
  display: none;
  background: white;
  padding: 12px 20px;
  text-align: justify;
  font-size: 12px;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 15.6px;
  color: rgba(15,15,15,0.7);
}

.pricing-accordion-body{
  border-bottom: 1px solid #0F0F0F1A;
}

.pricing-accordion-content p {
  margin-top: 30px;
  margin-bottom: 0 !important;
}

.pricing-accordion-content a {
  --tw-text-opacity: 1;
  color: rgb(245 80 125 / var(--tw-text-opacity));
}

.pricing-category{
  display: none;
  justify-content: right;
  gap: 16px;
  margin-right: 36px;
  position: relative;
}

.mobile-pricing-category{
  position: relative;
  display: flex;
  color: white;
  gap: 14px;
  font-size: 14px;
  justify-content: end;
  align-items: center;
}

.mobile-pricing-category-pro{
  background-color: #290038;
  padding: 8px 12px 0px;
  border-top-left-radius: 15px;
  font-weight: 500;
}

.mobile-pricing-category > p{
  color: black;
}

.mobile-pricing-category-pro p:last-child{
  font-size: 12px;
  line-height: 15.6px;
}

.mobile-pricing-category-pro div .trial{
  font-size: 8px;
  line-height: 10.4px;
  opacity: 0.5;
}

.mobile-pricing-category-pro div p:first-child{
  font-size: 14px;
  line-height: 18.2px;
}

.mobile-pricing-category-pro div{
  display: flex;
  gap: 2px;
  align-items: baseline;
}

.none{
  display: none;
}

.show{
  display:masonry;
}

.show-tabs-container{
  display: block;
  position: absolute;
  left: 141px;
  color: white;
  padding: 10px;
  margin-right: 25px;
  display: flex;
  gap: 24px;
  justify-content: center;
}

.category-free{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  padding: 17.7px;
  background-color: #E7E7E7;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  margin-top: 113px;
}

.bg-height{
  position: absolute;
  color: white;
  width: 208px;
  height: 575px;
  top: 265.2px;
  right: 293px;
  background: white;
  mix-blend-mode: soft-light;
}

.mob-bg-height{
  color: #E7E7E7;
  background-color: #E7E7E7;
  mix-blend-mode: multiply;
  width: 91px;
  height: 490px;
  top: 41px;
  right: 0;
  position: absolute;
}

.frame{
  position: absolute;
  top: -3px;
  margin: 0 28px;
}

.category-free button{
  padding: 16px 24px;
  border: 1px solid #0F0F0F;
  background-color: white;
  border-radius: 50px;
}

.category-free a:hover{
  color: black !important;
}

.category-free h2{
  font-weight: 700;
  font-size: 34px;
  line-height: 44.2px;
  color: #0F0F0F;
}

.category-free h2 span{
  color: #0F0F0F73;
  font-weight: 500;
  font-size: 16px;
  line-height: 20.8px;
}

.category-pro{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
  padding: 24px;
  background-color: #290038;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
}

.category-pro a:hover{
  color: black !important;
}

.category-pro p{
  padding: 3px 12px;
  background-color: #D9D9D9;
  width: fit-content;
  margin-top: 10px;
}

.category-pro h2{
  color: white;
  font-weight: 700;
  font-size: 30px;
  line-height: 44.2px;
}

.category-pro span{
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
}

.category-pro button{
  padding: 16px 24px;
  background-color: #FFED5D;
  border-radius: 50px;
}

.mobile-subscription div:first-child button{
  padding: 16px 24px;
  border: 1px solid #0F0F0F;
  background-color: white;
  border-radius: 50px;
}

.mobile-subscription div:last-child button{
  padding: 16px 24px;
  background-color: #FFED5D;
  border-radius: 50px;
}
.website-a a {
  color: #0056b3 !important;
  text-decoration: underline !important;
}
.website-a a :hover{
  color: #0056b3 !important;
  text-decoration: underline !important;
}
.pricing-body{
  margin: auto;
  padding-top: 98px;
  background-color: white;
}

@media (min-width: 768px) {
  .pricing-head {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pricing-head h1 {
    font-size: 58x;
    line-height: 99px;
  }
}

@media (min-width: 1024px) {
  .pricing-head {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* mob-responsive */

.mobile-subscription{
  margin: 20px 0px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.mob-res{
  display: none;
}

.create-link-res{
  display: inline-block;
}

.menu-btn{
  display: inline-block;
  background-color: #393939;
  padding: 16px 18px;
  border-radius: 68px;
}

.pricing-scroll{
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 204px;
  margin-bottom: 20px;
}

.background-white{
  background-color: white;
}

.color-wh{
  color: white !important;
}

@media (min-width: 768px) {
  
  .mobile-subscription{
    display: none;
  }
  .mob-res{
    display: inline-block;
  }

  .background-white{
    background-color: antiquewhite;
  }

  .pricing-body{
    background-color: #0f0f0f80;
  }

  .pricing-head p{
    width: 708px;
    margin: auto;
    font-size: 14px;
  }

  .menu-btn{
    display: none;
  }

  .pricing-scroll,.pricing-scroll img{
    display: none;
  }
  .pricing-accordion-heading img:last-child{
    margin-right: 160px;
  }

  .pricing-accordion-content{
    padding: 0px 20px 1rem;
    background-color: transparent;
    padding-left: 70px;
    padding-right: 0px;
    margin-right: 60%;
    line-height: 22.4px;
    font-size: 1rem;
  }

  .pricing-category{
    display: flex
  }

  .mobile-pricing-category{
    display: none;
  }

  .pricing-accordion-heading::before {
    margin-left: 26px;
    margin-right: 20px;
  }

  .pricing-accordion-items{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-top: 30px;
    background-color: #E7E7E7;
  }

  .pricing-accordion-heading{
    font-size: 18px;
    line-height: 19.8px;
    
  }

  .pricing-accordion-heading img{
    width: 22px;
    height: 22px;
  }

  .pricing-accordion-heading p{
    width: 45%;
  }

  .show-tabs-container{
    display: none;
  }
  .mob-bg-height{
    color: #290038;
    background: #290038;
    mix-blend-mode: soft-light;
  }
}

.contact-container {
  overflow: hidden;
  border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  --tw-bg-opacity: 1;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  display:flex;
  flex-direction: column;
  gap:70px;
  margin:70px  0px 120px 0px;
}

@media (min-width: 768px) {
  .contact-container {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px) {
  .contact-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
.contact-footer {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  max-width: 1376px;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}

@media (min-width: 768px) {
  .contact-footer {
    margin-top: 100px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .contact-footer {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.contactUs{
border-radius: 24px;
border-width: 1px;
background-color: #FBE9D5E5;
border: 1px solid #0F0F0F1A;
display: flex;
flex-direction: column;
align-items: center;
gap:10px;
margin:20px;
padding: 35px 44px;
}
.contactUs p{
font-size:10px;
font-weight: 500;
}
.contactUs h6{
  font-weight:700;
  }
.lan-header{
  margin-left: auto;
  margin-right: auto;
  margin:0 1.25rem;
  align-items: center;
  gap: 44px;
  display: flex;
  max-width: 1376px;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width:90%
}
.address{
display: flex;
flex-direction: column;
align-items: center
}
@media (min-width: 768px) {
  .lan-header{
    width:100%
  }
}
@media (min-width: 768px) {
  .contactUs{
  padding: 40px 67px;
  }
  .contactUs p{
    font-size:16px;
    font-weight: 500;
    }
    .contactUs h6{
      font-size: 20px;
    }
}
.new-log{
  width: 186px;
height: 28px;
}
.privacy-container{
padding-bottom:100px
}

.prohunt-container {
  position: sticky;
  display: flex;
  justify-content: end;
  margin-right: 24px;
  bottom: 24px;
  z-index: 9999;
}

.close-hunt{
  position: absolute;
  top: -15px;
  right: -6px;
}

@media (min-width:768px){
  .close-hunt {
    display: none;
  }
}