/*
! tailwindcss v3.4.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.
7. Disable tap highlights on iOS
*/

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

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

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

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

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

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

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

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

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

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

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

a:hover {
  color: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.tw-container {
  width: 100%;
}

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

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

  .min-w-400px.swiper.swiper2 {
    width: 700px !important;
  }
}

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

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

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

.tw-fixed {
  position: fixed;
}

.min-w-550px.swiper {
  width: 550px !important;
}

.min-w-400px.swiper {
  width: 400px !important;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-bottom-0 {
  bottom: 0px;
}

.tw-bottom-16 {
  bottom: 4rem;
}

.tw-bottom-2 {
  bottom: 0.5rem;
}

.tw-bottom-5 {
  bottom: 1.25rem;
}

.tw-bottom-\[20\%\] {
  bottom: 20%;
}

.tw-bottom-\[20px\] {
  bottom: 20px;
}

.tw-bottom-\[42\%\] {
  bottom: 42%;
}

.tw-bottom-\[5\%\] {
  bottom: 5%;
}

.tw-bottom-\[5px\] {
  bottom: 5px;
}

.tw-left-0 {
  left: 0px;
}

.tw-left-16 {
  left: 4rem;
}

.tw-left-\[16px\] {
  left: 16px;
}

.tw-left-\[198px\] {
  left: 198px;
}

.tw-left-\[20px\] {
  left: 20px;
}

.tw-left-\[21px\] {
  left: 21px;
}

.tw-left-\[30\%\] {
  left: 30%;
}

.tw-left-\[40\%\] {
  left: 40%;
}

.tw-left-\[45\%\] {
  left: 45%;
}

.tw-right-0 {
  right: 0px;
}

.tw-right-4 {
  right: 1rem;
}

.tw-right-5 {
  right: 1.25rem;
}

.tw-right-\[-30px\] {
  right: -30px;
}

.tw-right-\[200\%\] {
  right: 200%;
}

.tw-right-\[400\%\] {
  right: 400%;
}

.tw-right-\[76\%\] {
  right: 76%;
}

.tw-top-0 {
  top: 0px;
}

.tw-top-4 {
  top: 1rem;
}

.tw-top-\[10\%\] {
  top: 10%;
}

.tw-top-\[5\%\] {
  top: 5%;
}

.tw-top-\[172px\] {
  top: 172px;
}

.tw-top-\[2\.8rem\] {
  top: 2.8rem;
}

.tw-top-\[20px\] {
  top: 20px;
}

.tw-top-\[25\%\] {
  top: 25%;
}

.tw-top-\[30\%\] {
  top: 30%;
}

.tw-top-\[30px\] {
  top: 30px;
}

.tw-top-\[40\%\] {
  top: 40%;
}

.tw-top-\[42\%\] {
  top: 42%;
}

.tw-top-\[70\%\] {
  top: 70%;
}

.tw-top-\[80px\] {
  top: 80px;
}

.tw-z-0 {
  z-index: 0;
}

.tw-z-50 {
  z-index: 50;
}

.tw-col-span-12 {
  grid-column: span 12 / span 12;
}

.\!tw-my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.tw-mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.tw-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.tw-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

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

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

.tw-ml-4 {
  margin-left: 1rem;
}

.tw-ml-9 {
  margin-left: 2.25rem;
}

.tw-ml-\[5\%\] {
  margin-left: 5%;
}

.tw-mr-2 {
  margin-right: 0.5rem;
}

.tw-mt-1 {
  margin-top: 0.25rem;
}

.tw-mt-10 {
  margin-top: 2.5rem;
}

.tw-mt-2 {
  margin-top: 0.5rem;
}

.tw-mt-3 {
  margin-top: 0.75rem;
}

.tw-mt-5 {
  margin-top: 1.25rem;
}

.tw-block {
  display: block;
}

.tw-flex {
  display: flex;
}

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

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-h-2 {
  height: 0.5rem;
}

.tw-h-64 {
  height: 16rem;
}

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

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

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

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

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

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

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

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

.tw-h-full {
  height: 100%;
}

.tw-max-h-\[20px\] {
  max-height: 20px;
}

.tw-max-h-\[25px\] {
  max-height: 25px;
}

.tw-max-h-\[30px\] {
  max-height: 30px;
}

.tw-max-h-\[500px\] {
  max-height: 500px;
}

.tw-max-h-\[650px\] {
  max-height: 650px;
}

.tw-max-h-\[700px\] {
  max-height: 700px;
}

.tw-max-h-full {
  max-height: 100%;
}

.tw-min-h-\[20px\] {
  min-height: 20px;
}

.tw-min-h-\[25px\] {
  min-height: 25px;
}

.tw-min-h-\[30px\] {
  min-height: 30px;
}

.tw-min-h-\[550px\] {
  min-height: 550px;
}

.\!tw-w-\[30px\] {
  width: 30px !important;
}

.\!tw-w-full {
  width: 100% !important;
}

.tw-w-14 {
  width: 3.5rem;
}

.tw-w-2 {
  width: 0.5rem;
}

.tw-w-\[100\%\] {
  width: 100%;
}

.tw-w-\[100px\] {
  width: 100px;
}

.tw-w-\[150px\] {
  width: 150px;
}

.tw-w-\[182px\] {
  width: 182px;
}

.tw-w-\[190px\] {
  width: 190px;
}

.tw-w-\[200px\] {
  width: 200px;
}

.tw-w-\[20px\] {
  width: 20px;
}

.tw-w-\[30px\] {
  width: 30px;
}

.tw-w-\[85\%\] {
  width: 85%;
}

.tw-w-\[90\%\] {
  width: 90%;
}

.tw-w-\[90px\] {
  width: 90px;
}

.tw-w-\[95\%\] {
  width: 95%;
}

.tw-w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

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

.tw-min-w-\[20px\] {
  min-width: 20px;
}

.tw-min-w-\[25px\] {
  min-width: 25px;
}

.tw-min-w-\[30px\] {
  min-width: 30px;
}

.tw-min-w-\[80\%\] {
  min-width: 80%;
}

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

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

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

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

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

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

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

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

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

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

.tw-max-w-\[80\%\] {
  max-width: 80%;
}

.tw-max-w-\[90\%\] {
  max-width: 90%;
}

.tw-max-w-full {
  max-width: 100%;
}

.tw-origin-top-left {
  transform-origin: top left;
}

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

@keyframes tw-ping {

  75%,
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.tw-animate-ping {
  animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.tw-cursor-pointer {
  cursor: pointer;
}

.tw-scroll-m-0 {
  scroll-margin: 0px;
}

.tw-grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.tw-grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

.tw-items-start {
  align-items: flex-start;
}

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

.tw-justify-start {
  justify-content: flex-start;
}

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

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

.tw-justify-around {
  justify-content: space-around;
}

.tw-gap-0 {
  gap: 0px;
}

.tw-gap-0\.5 {
  gap: 0.125rem;
}

.tw-gap-1 {
  gap: 0.25rem;
}

.tw-gap-10 {
  gap: 2.5rem;
}

.tw-gap-2 {
  gap: 0.5rem;
}

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

.tw-gap-3 {
  gap: 0.75rem;
}

.tw-gap-3\.5 {
  gap: 0.875rem;
}

.tw-gap-5 {
  gap: 1.25rem;
}

.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.tw-gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.tw-gap-y-10 {
  row-gap: 2.5rem;
}

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

.tw-overflow-hidden {
  overflow: hidden;
}

.tw-overflow-visible {
  overflow: visible;
}

.tw-overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

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

.tw-rounded-md {
  border-radius: 0.375rem;
}

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

.tw-rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.tw-rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tw-rounded-tl-\[17px\] {
  border-top-left-radius: 17px;
}

.tw-rounded-tr-\[10px\] {
  border-top-right-radius: 10px;
}

.tw-rounded-tr-\[17px\] {
  border-top-right-radius: 17px;
}

.tw-border-2 {
  border-width: 2px;
}

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

.tw-border-solid {
  border-style: solid;
}

.tw-border-\[\#0000001A\] {
  border-color: #0000001A;
}

.tw-border-\[\#700606\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 6 6 / var(--tw-border-opacity));
}

.tw-border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}

.tw-border-\[gray\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 128 128 / var(--tw-border-opacity));
}

.tw-bg-\[\#700606\] {
  --tw-bg-opacity: 1;
  background-color: rgb(112 6 6 / var(--tw-bg-opacity));
}

.tw-bg-\[\#A76767\] {
  --tw-bg-opacity: 1;
  background-color: rgb(167 103 103 / var(--tw-bg-opacity));
}

.tw-bg-\[\#EDDADD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 218 221 / var(--tw-bg-opacity));
}

.tw-bg-\[\#ffffffad\] {
  background-color: #ffffffad;
}

.tw-bg-\[\#ffffffc6\] {
  background-color: #ffffffc6;
}

.tw-bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

.tw-bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity));
}

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

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

.tw-bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}

.tw-bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.tw-bg-\[url\(\'\/assets\/images\/cards\/bg\.png\'\)\] {
  background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-homepage/assets/images/cards/bg.png');
  background-repeat: round;
}

.tw-bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.tw-from-\[\#ffffff00\] {
  --tw-gradient-from: #ffffff00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-from-\[\#ffffff27\] {
  --tw-gradient-from: #ffffff27 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.tw-via-rose-50 {
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.tw-to-\[\#ffffff27\] {
  --tw-gradient-to: #ffffff27 var(--tw-gradient-to-position);
}

.tw-to-rose-50 {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.tw-bg-contain {
  background-size: contain;
}

.tw-object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-4 {
  padding: 1rem;
}

.tw-p-5 {
  padding: 1.25rem;
}

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

.tw-px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.tw-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.tw-py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.tw-py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.tw-py-\[0\.8rem\] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.tw-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.tw-py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}

.tw-pb-0 {
  padding-bottom: 0px;
}

.tw-pb-4 {
  padding-bottom: 1rem;
}

.tw-pl-10 {
  padding-left: 2.5rem;
}

.tw-pl-2 {
  padding-left: 0.5rem;
}

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

.tw-pl-6 {
  padding-left: 1.5rem;
}

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

.tw-pr-14 {
  padding-right: 3.5rem;
}

.tw-pr-2 {
  padding-right: 0.5rem;
}

.tw-pr-3 {
  padding-right: 0.75rem;
}

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

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

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

.tw-text-right {
  text-align: right;
}

.tw-font-\[\'Nunito\'\] {
  font-family: 'Nunito';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-font-\[300\] {
  font-weight: 300;
}

.tw-font-\[400\] {
  font-weight: 400;
}

.tw-font-\[600\] {
  font-weight: 600;
}

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

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

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

.tw-capitalize {
  text-transform: capitalize;
}

.tw-leading-\[14px\] {
  line-height: 14px;
}

.tw-leading-\[25px\] {
  line-height: 25px;
}

.tw-leading-\[29px\] {
  line-height: 29px;
}

.tw-leading-\[50px\] {
  line-height: 50px;
}

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

.tw-text-\[\#300708\] {
  --tw-text-opacity: 1;
  color: rgb(48 7 8 / var(--tw-text-opacity));
}

.tw-text-\[\#413F3A\] {
  --tw-text-opacity: 1;
  color: rgb(65 63 58 / var(--tw-text-opacity));
}

.tw-text-\[\#490A0C\] {
  --tw-text-opacity: 1;
  color: rgb(73 10 12 / var(--tw-text-opacity));
}

.tw-text-\[\#56544E\] {
  --tw-text-opacity: 1;
  color: rgb(86 84 78 / var(--tw-text-opacity));
}

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

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

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

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

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

.tw-text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.tw-text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}

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

.tw-text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}

.tw-text-opacity-90 {
  --tw-text-opacity: 0.9;
}

.tw-opacity-0 {
  opacity: 0;
}

.tw-opacity-75 {
  opacity: 0.75;
}

.tw-shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}

.tw-drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.tw-drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.tw-duration-150 {
  transition-duration: 150ms;
}

.tw-duration-200 {
  transition-duration: 200ms;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.swiper,
.swiperone {
  width: 90% !important;
  height: 500px;
  display: flex;
  justify-content: end;
  margin: auto;
}

@font-face {
  font-family: "SterlingDisplay";

  src: url('./font/SterlingDisplay/SterlingDisplayRoman/SterlingDisplayRoman.ttf');
}

@font-face {
  font-family: "a";

  src: url('./font/AcuminVariableConcept.otf');
}

@font-face {
  font-family: "b";

  src: url('./font/AmericanTypewriter.ttc');
}

@font-face {
  font-family: "c";

  src: url('./font/billie\ eilish.ttf');
}

@font-face {
  font-family: "d";

  src: url('./font/Butter\ Garlic.ttf');
}

@font-face {
  font-family: "e";

  src: url('./font/Fall\ in\ love.ttf');
}

@font-face {
  font-family: "f";

  src: url('./font/MyriadPro-Regular.otf');
}

@font-face {
  font-family: "g";

  src: url('./font/Roustel.ttf');
}

.SterlingDisplay {
  font-family: "Fraunces", serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* overflow-x: hidden; */
  scrollbar-width: 0px;
  scrollbar-gutter: 0;
  font-family: "Fraunces", serif;
}

body,
html {
  background: white;
  background-image: url("https://staticimg.tanishq.co.in/microsite/rivaah-homepage/assets/images/common/background.png");
  background-position: 100% 100%;
  background-size: cover;
  overflow-x: hidden;
  /* background-repeat: repeat-y; */
}

.banner-nxt,
.swiper-button-next1 {
  background-image: url("https://staticimg.tanishq.co.in/microsite/rivaah-homepage/assets/images/svg/banner-next.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 53px;
  height: 57px;
  /* transform: translateX(40px); */
  /* z-index: 500; */
  background-position: center;
}

.banner-prv,
.swiper-button-prev1 {
  background-image: url("https://staticimg.tanishq.co.in/microsite/rivaah-homepage/assets/images/svg/banner-prv.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 53px;
  height: 57px;
  /* transform: translateX(40px); */
  /* z-index: 500; */
  background-position: center;
}

.innerguj-prv {
  width: 50px;
  height: 50px;
}

.innerguj-nxt {
  width: 50px;
  height: 50px;
}

.swiperthree {
  margin: 0;
  width: 100% !important;
}

.cardSwiper .swiper-slide {
  width: auto !important;
}

.swipertext .swiper-wrapper,
.swipertextrev .swiper-wrapper {
  transition-timing-function: linear;
}

.swiperthree .swiper-slide,
.swipertext .swiper-slide,
.swipertextrev .swiper-slide {
  width: auto !important;
}

.swiperthree .swiper-wrapper {
  /* width: 50% !important; */
  margin: 0 40px;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::after {
  display: none;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

.swiperbigImage .swiper-slide-active {
  transform: scale(5) translateY(-35px) !important;
  opacity: 1 !important;
}

.swiperbigImage .swiper-slide {
  transition: all .3s ease-in-out;
  transform: scale(0.8);
  margin: 0;
  padding: 0;
}

.swiperbigImage .swiper-slide,
.coverFlow .swiper-slide {
  width: auto !important;
}

.swiperbigImage .swiper-slide-prev {
  transform: translateX(-50px);
}

.swiperbigImage .swiper-slide-next {
  transform: translateX(50px);
}

/* .swiperbigImage .swiper-slide {  
    transition: all .3s ease-in-out;
    transform: translateY(60px) !important;
    margin:0;
    padding: 0;
    width: auto !important;
  } */

.swiperbigImage .swiper-slide-active .retbig {
  display: block;
  transform: translateY(25px) scale(0.25);
  white-space: nowrap;
}

.opacitySwiper .swiper-slide-active .retbig {
  display: block;
  transform: translateY(-50px);
}

.coverFlow-prev.swiper-button-prev,
.art .swiper-button-prev,
.opacitySwiper .swiper-button-prev {
  background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-homepage/assets/images/svg/arrow.png') !important;
  width: 70px !important;
  height: 70px !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateX(60%);
}

.coverFlow-next.swiper-button-next,
.art .swiper-button-next,
.opacitySwiper .swiper-button-next {
  background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-homepage/assets/images/svg/arrow.png') !important;
  width: 70px !important;
  height: 70px !important;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transform: translateX(-80%) rotate(180deg);
}

@media only screen and (max-width: 1200px) {
  .being-nxt1 {
    transform: translate(-0%, 20%) !important;
  }

  .being-prev1 {
    transform: translate(0%, 20%) !important;
  }

  .nt {
    transform: translateX(-5px) !important;
  }

  .pt {
    transform: translateX(5px) !important;
  }
}

/* .swiperbiglowupdate {
    margin-left: 20%;
  }  */

/* .swiperbiglowupdate .swiper-slide {  
    
    transform: translate3d(0px, 0px, -215.282px) rotateX(0deg) rotateY(0deg) scale(0.7) !important;
    width: 200px;

    transition: all 0.5s ease-in-out;
    margin:0;
    z-index: 60 !important;
    
    padding: 0;
   
  } */

.swiperbiglowupdate .swiper-slide img {
  transition: all 0.5s ease-in-out;
  border-radius: 30px;
}

/* .swiperbiglowupdate{
    overflow: visible;
  
    overflow-y: visible;
    overflow-x: visible;
    height: 600px;

  } */

/* .swiperbiglowupdate .swiper-slide-active { 
    transition: all 0.1s ease-in-out !important; 
    transform: scale(1.5) translateX(-100px) !important;
    width: 500px !important;
    overflow-y: hidden !important;
    z-index: 1;
    opacity: 1 !important;
  }  */

.point {
  display: none;
}

.swiperbiglowupdate .swiper-slide .point {
  display: block;
}

/* .gug{
    pointer-events: none;
  } */

.swiperthree [aria-disabled="true"] {
  display: none !important;
}

.swiperthree .gug:hover {
  background-color: white;
  cursor: pointer;
  pointer-events: all;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
}

.being-nxt1 {
  transform: translate(-780%, -60%);
}

.being-prev1 {
  transform: translate(780%, -60%);
}

.above-pagination.swiper-pagination {
  /* position: absolute; */
  top: 10px !important;
  height: 50px;
  /* right: 10px; */
  /* margin: auto; */
  display: flex;
  justify-content: center;
  margin-top: 5px;
  /* width: auto !important; */
  left: auto !important;
  /* margin: 0; */
}

.above-pagination .swiper-pagination-bullet {
  padding: 1px 10px;
  border-radius: 0;
  width: 50px;
  max-height: 5px !important;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: white;
  opacity: 1;
  background: white;
}

.above-pagination .swiper-pagination-bullet-active {
  color: black;
  background: black;
}

/* .swiperbiglowupdate .swiper-wrapper {
    width: 10%;
  } */

.dcard {
  background-color: white !important;
}

.coverFlow-details .swiper-slide {
  display: block !important;
  padding: 20px 0 !important;
  width: 100%;
}

.niceone {
  font-family: 'a';
  font-size: 35px;
}

.niceone1 {
  font-family: "b";
  font-family: "c", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 35px;
  font-style: normal;
}

.niceone2 {
  font-family: "d";
  font-size: 35px;
  font-weight: 400;
  font-style: normal;
}

.niceone3 {
  font-family: "e";
  font-weight: 400;
  font-size: 35px;
  font-style: normal;
}

.niceone4 {
  font-family: "f";
  font-weight: 400;
  font-size: 35px;
  font-style: normal;
}

.niceone5 {
  font-family: "g";
  font-weight: 400;
  font-size: 35px;
  font-style: normal;
}

.mySwiper2 .swiper-slide,
.mySwiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper2 .swiper-slide img,
.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mySwiper2 .swiper-container,
.mySwiper1 .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.mySwiper2 .swiper-slide,
.mySwiper1 .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper1 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper1 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper1 .swiper-slide-thumb-active {
  opacity: 1;
}

/* .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  } */

/* ------------------------------------------------------- */

/* .photo-container {
    height: 60vh;
    width: 100%;
    display: flex;
    align-items: center;
  } */

/* .swiperbiglowupdate .swiper-container {
    height: 50vh;
  }  */

/* .swiperbiglowupdate img {
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    margin-right: 0;
    -webkit-box-reflect: below 0.01px
      linear-gradient(transparent, transparent, #0006);
  } */

.nt {
  transform: translateX(5px);
}

.pt {
  transform: translateX(-5px);
}

.artical .swiper-slide .artical-size {
  width: -moz-fit-content;
  width: fit-content;
}

.mainSlider {
  width: 100% !important;
}

.artical .swiper-slide {
  width: auto !important;
  /* z-index: 0; */
  text-align: left;
  /* transform: rotate(5deg) !important; */
}

.artical .swiper-slide .artical-size {
  transition: all 0.2s;
}

.artical .swiper-slide-active .artical-size .description {
  display: block !important;
  animation: fadeVis 200ms ease-in-out 0ms 1 forwards;
}

.art .swiper-button-prev {
  position: absolute;
  background-image: url('https://staticimg.tanishq.co.in/microsite/dailywear/assets-new/images/arrow/swiper_arrow.png') !important;
  transform: translateX(15px) rotate(180deg);
  left: 75%;
}

.opacitySwiper .swiper-button-prev {
  position: absolute;
  background-image: url('https://staticimg.tanishq.co.in/microsite/dailywear/assets-new/images/arrow/swiper_arrow.png') !important;
  transform: translateX(70%) rotate(180deg);
  left: 10%;
}

.opacitySwiper .swiper-button-next {
  position: absolute;
  background-image: url('https://staticimg.tanishq.co.in/microsite/dailywear/assets-new/images/arrow/swiper_arrow.png') !important;
  transform: translateX(-70%);
  right: 10%;
}

.art .swiper-button-next {
  position: absolute;
  background-image: url('https://staticimg.tanishq.co.in/microsite/dailywear/assets-new/images/arrow/swiper_arrow.png') !important;
  transform: translateX(-15px);
  left: 85%;
}

.opacitySwiper {
  width: 100%;
}

.opacitySwiper .swiper-slide {
  width: auto;
}

.opacitySwiper .swiper-slide-active img,
.coverFlow .swiper-slide-active {
  /* opacity: 1 !important;
     */
  opacity: 1 !important;
}

.opacitySwiper .swiper-slide.swiper-slide-prev img,
.opacitySwiper .swiper-slide.swiper-slide-next img {
  opacity: 0.3;
  /* overflow: hidden; */
}

.opacitySwiper .swiper-slide img {
  opacity: 0;
  /* overflow: hidden; */
}

.swiperbigImage .swiper-slide-active img.shadow-2xl {
  border-radius: 3px;
}

@media only screen and (min-width: 600px) {
  .swiperbigImage .swiper-slide-active img.shadow-2xl {
    transform: translateY(-130px) scale(2.5) !important;
    opacity: 1 !important;
  }

  .artical {
    padding-left: 200px;
  }

  .artical .swiper-slide-active .artical-size {
    max-width: 500px;
  }

  .artical {
    height: auto;
  }
}

@keyframes fadeVis {
  from {
    filter: blur(10px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}

.hover\:tw-translate-y-\[-2\%\]:hover {
  --tw-translate-y: -2%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:tw-translate-y-\[-5px\]:hover {
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.hover\:\!tw-bg-\[\#832729\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(131 39 41 / var(--tw-bg-opacity)) !important;
}

.hover\:\!tw-bg-\[rgba\(99\2c 21\2c 24\2c 0\.99\)\]:hover {
  background-color: rgba(99, 21, 24, 0.99) !important;
}

.hover\:tw-bg-\[\#efe5e5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 229 229 / var(--tw-bg-opacity));
}

.hover\:tw-shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:tw-shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-group:hover .group-hover-\[\.dcard\]\:tw-opacity-\[1\] {
  opacity: 1;
}

.tw-group\/edit:hover .group-hover\/edit\:tw-opacity-\[1\] {
  opacity: 1;
}

.tw-group\/price:hover .group-hover\/price\:tw-opacity-\[1\] {
  opacity: 1;
}

.ch-video-section {
  position: relative;
}

.ch-video {
  position: relative;
  display: inline-block;
}

.ch-video-wrap {
  position: relative;
  display: block;
}

.ch-video-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.ch-video-iframe iframe {
  width: 100%;
  height: 100%;
}

.ch-video-iframe-play {
  z-index: 6;
}

.ch-video-img {
  position: relative;
  overflow: hidden;
  z-index: 4;
}

.ch-video-img img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ch-video-cta {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.ch-video-cta a {
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ch-video-cta .ch-table {
  height: 100%;
}

.ch-video-cta .ch-tablecell {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.ch-video-cta img {
  display: inline-block;
  max-width: 100%;
}

.ch-video-cta a:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.ch-video-cta a:hover .ch-video-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.fw-video-div {
  position: relative;
}

.fw-custom-btn {
  display: flex;
  width: 100%;
  justify-content: center;
  position: absolute;
  bottom: 20px;
}

.fw-video-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease-in-out;
}

.fw-video-popup {
  background-image: url('https://staticimg.tanishq.co.in/microsite/rivaah-homepage/assets/images/rivaah-popup.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-color: #53001a;
  padding: 2rem;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  width: 400px;
  color: #fff;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.fw-video-popup-h2 {
  font-family: "Fraunces", serif;
  font-size: 32px;
  color: #fff6f0;
  margin: 0.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.fw-video-popup-h2 span {
  display: block;
}

.fw-video-popup-p {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0.5rem;
  color: #f0e6e6;
}

.fw-video-popup-img {
  margin: 1rem auto auto;
  display: block;
  aspect-ratio: 1.6/1;
}

.fw-video-form {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin-bottom: 1rem;
  gap: 20px;
}

.fw-video-popup input {
  color: #464646;
  width: 100%;
  padding: 0.6rem;
  margin: 0.5rem 2.5%;
  border: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 1rem;
  font-family: 'IBM Plex Sans';
}

.fw-video-popup input:focus-visible {
  outline: none;
}

.fw-video-popup-close {
  font-family: "Fraunces", serif;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: none;
}

.fw-video-popup-close:hover {
  color: #fff;
}

.fw-video-input {
  display: block;
}

.fw-video-popup-a {
  font-family: "Fraunces", serif;
  background-color: #ffffff;
  text-decoration: none;
  color: #53001a;
  padding: 0.6rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  border: 1px solid #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
  transition: all 0.1s ease-in;
}

.fw-video-popup-a:hover {
  background-color: #53001a;
  border: 1px solid #ffffff;
  color: #ffffff
}

#errorVtoName,
#errorVtoMobile {
  color: #ffffff;
  font-size: 12px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .md\:tw-top-16 {
    top: 4rem;
  }

  .md\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:tw-mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:tw-mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:tw-mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .md\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:tw-my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

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

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

  .md\:tw-mt-0 {
    margin-top: 0px;
  }

  .md\:tw-mt-10 {
    margin-top: 2.5rem;
  }

  .md\:tw-mt-20 {
    margin-top: 5rem;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-flex {
    display: flex;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-h-\[479px\] {
    height: 479px;
  }

  .md\:tw-max-h-\[500px\] {
    max-height: 500px;
  }

  .md\:tw-min-h-\[680px\] {
    min-height: 680px;
  }

  .md\:\!tw-w-\[100\%\] {
    width: 100% !important;
  }

  .md\:\!tw-w-\[90\%\] {
    width: 90% !important;
  }

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

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

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

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

  .md\:tw-w-\[90\%\] {
    width: 90%;
  }

  .md\:tw-min-w-\[80\%\] {
    min-width: 80%;
  }

  .md\:tw-max-w-\[350px\] {
    max-width: 350px;
  }

  .md\:tw-max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:tw-max-w-\[70\%\] {
    max-width: 70%;
  }

  .md\:tw-max-w-\[80\%\] {
    max-width: 80%;
  }

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

  .md\:tw-translate-y-\[-15\%\] {
    --tw-translate-y: -15%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:tw-flex-wrap {
    flex-wrap: wrap;
  }

  .md\:tw-justify-center {
    justify-content: center;
  }

  .md\:tw-justify-around {
    justify-content: space-around;
  }

  .md\:tw-gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .md\:tw-gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .md\:tw-overflow-hidden {
    overflow: hidden;
  }

  .md\:tw-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:tw-px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

  .md\:tw-pt-0 {
    padding-top: 0px;
  }

  .md\:tw-text-\[15px\] {
    font-size: 15px;
  }

  .md\:tw-text-\[16px\] {
    font-size: 16px;
  }

  .md\:tw-text-\[18px\] {
    font-size: 18px;
  }

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

  .md\:tw-text-\[28px\] {
    font-size: 28px;
  }

  .md\:tw-text-\[30px\] {
    font-size: 30px;
  }

  .md\:tw-text-\[\#413F3A\] {
    --tw-text-opacity: 1;
    color: rgb(65 63 58 / var(--tw-text-opacity));
  }
}

@media (min-width: 1024px) {
  .lg\:tw-left-\[5\%\] {
    left: 5%;
  }

  .lg\:tw-right-\[5\%\] {
    right: 5%;
  }

  .lg\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: flex;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-text-left {
    text-align: left;
  }

  .lg\:tw-h-\[400px\] {
    height: 400px;
  }

  .lg\:tw-w-\[150px\] {
    width: 150px;
  }

  .lg\:tw-w-\[400px\] {
    width: 400px;
  }

  .lg\:tw-w-\[500px\] {
    width: 500px;
  }

  .lg\:tw-flex-row {
    flex-direction: row;
  }

  .lg\:tw-text-\[18px\] {
    font-size: 18px;
  }

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

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

  .lg\:tw-text-\[60px\] {
    font-size: 60px;
  }

  .lg\:tw-text-\[\#300708\] {
    --tw-text-opacity: 1;
    color: rgb(48 7 8 / var(--tw-text-opacity));
  }
}

@media (max-width: 767px) {
  .min-w-550px.swiper {
    width: 260px !important;
  }

  .fw-video-div {
    margin: auto;
    width: 90%;
  }

  .fw-video-popup {
    padding: 0.5rem;
    margin: 0.5rem;
  }

  .fw-video-popup-h2 {
    font-size: 20px;
  }

  .fw-video-popup-p {
    font-size: 13px;
  }

  .fw-video-popup-a {
    font-size: 0.9rem;
  }

  .fw-video-input {
    display: flex;
  }

  .fw-video-form {
    margin-bottom: 0;
    padding: 1rem .5rem;
    gap: 0;
  }

  .fw-video-popup-btn {
    margin-bottom: 1rem;
  }
}