@font-face {
  font-family: dana;

  src: url("assets/fonts/DanaFaNum-Light.woff2") format("woff2");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: dana;

  src: url("assets/fonts/DanaFaNum-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: dana;

  src: url("assets/fonts/DanaFaNum-Bold.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: dana;

  src: url("assets/fonts/DanaFaNum-Black.woff2") format("woff2");

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: danaEn;

  src: url("assets/fonts/Dana-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: danaEn;

  src: url("assets/fonts/Dana-Bold.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea {
  width: 750px;
}

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: dana, arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.active {
  --tw-bg-opacity: 1;
  background-color: rgb(137 5 210 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.scicon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  border-width: 2px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.scicon:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 86 8 / var(--tw-border-opacity));
}

.nik-checkbox:checked + label span,
  .nik-radio:checked + label span {
  --tw-bg-opacity: 1;
  background-color: rgb(137 5 210 / var(--tw-bg-opacity));
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.-left-2 {
  left: -0.5rem;
}

.-left-full {
  left: -100%;
}

.-right-\[250px\] {
  right: -250px;
}

.-top-3 {
  top: -0.75rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-10 {
  left: 2.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-24 {
  top: 6rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

.top-\[6px\] {
  top: 6px;
}

.top-auto {
  top: auto;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.m-10 {
  margin: 2.5rem;
}

.m-auto {
  margin: auto;
}

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

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-\[3px\] {
  margin-top: 3px;
  margin-bottom: 3px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.\!mt-4 {
  margin-top: 1rem !important;
}

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

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

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

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

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

.-mt-4 {
  margin-top: -1rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

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

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

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

.mr-0 {
  margin-right: 0px;
}

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

.mr-3 {
  margin-right: 0.75rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-auto {
  margin-right: auto;
}

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

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

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

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

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

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

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

.mt-4 {
  margin-top: 1rem;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

.\!h-auto {
  height: auto !important;
}

.\!h-full {
  height: 100% !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

.w-1\/12 {
  width: 8.333333%;
}

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

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

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

.w-1\/5 {
  width: 20%;
}

.w-1\/6 {
  width: 16.666667%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

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

.w-2\/5 {
  width: 40%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

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

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

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

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

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[4\.16\%\] {
  width: 4.16%;
}

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

.max-w-\[11\.5rem\] {
  max-width: 11.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(100vw_-_30px\)\] {
  max-width: calc(100vw - 30px);
}

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

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

.flex-none {
  flex: none;
}

.shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

.origin-center {
  transform-origin: center;
}

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

.rotate-180 {
  --tw-rotate: 180deg;
  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));
}

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

.scroll-mt-20 {
  scroll-margin-top: 5rem;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}

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

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

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

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

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

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

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

.items-end {
  align-items: flex-end;
}

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

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

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

.justify-end {
  justify-content: flex-end;
}

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

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

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

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

.gap-0 {
  gap: 0px;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

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

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

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

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

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

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.place-self-center {
  place-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-20 {
  border-radius: 20px;
}

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

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

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

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

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

.border {
  border-width: 1px;
}

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

.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-dashed {
  border-style: dashed;
}

.border-none {
  border-style: none;
}

.border-gray-02 {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-green-02 {
  --tw-border-opacity: 1;
  border-color: rgb(7 140 105 / var(--tw-border-opacity));
}

.border-nik-blue {
  --tw-border-opacity: 1;
  border-color: rgb(66 0 255 / var(--tw-border-opacity));
}

.border-nik-gray12 {
  --tw-border-opacity: 1;
  border-color: rgb(187 187 187 / var(--tw-border-opacity));
}

.border-nik-gray15 {
  --tw-border-opacity: 1;
  border-color: rgb(223 227 232 / var(--tw-border-opacity));
}

.border-nik-gray3 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-nik-gray5 {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-nik-gray6 {
  --tw-border-opacity: 1;
  border-color: rgb(150 149 149 / var(--tw-border-opacity));
}

.border-nik-gray9 {
  --tw-border-opacity: 1;
  border-color: rgb(197 197 197 / var(--tw-border-opacity));
}

.border-nik-green {
  --tw-border-opacity: 1;
  border-color: rgb(11 202 151 / var(--tw-border-opacity));
}

.border-nik-orang {
  --tw-border-opacity: 1;
  border-color: rgb(255 86 8 / var(--tw-border-opacity));
}

.border-nik-purple2 {
  --tw-border-opacity: 1;
  border-color: rgb(137 5 210 / var(--tw-border-opacity));
}

.border-nik-purple5 {
  border-color: #b05edcb3;
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity));
}

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

.border-b-\[\#696969\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(105 105 105 / var(--tw-border-opacity));
}

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

.border-b-gray-02 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.border-b-gray-400 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-b-gray-600 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}

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

.border-b-nik-gray14 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(75 75 75 / var(--tw-border-opacity));
}

.border-b-nik-gray2 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(237 237 237 / var(--tw-border-opacity));
}

.border-b-nik-gray5 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-b-slate-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.border-l-Semi-Black-01 {
  --tw-border-opacity: 1;
  border-left-color: rgb(54 54 54 / var(--tw-border-opacity));
}

.border-l-gray-02 {
  --tw-border-opacity: 1;
  border-left-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.border-r-nik-gray3 {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-t-gray-02 {
  --tw-border-opacity: 1;
  border-top-color: rgb(211 211 211 / var(--tw-border-opacity));
}

.\!bg-nik-orang {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 86 8 / var(--tw-bg-opacity)) !important;
}

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

.bg-Semi-Black-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 54 54 / var(--tw-bg-opacity));
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-gray-01 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-gray-02 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

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

.bg-nik-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(67 67 67 / var(--tw-bg-opacity));
}

.bg-nik-gray11 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.bg-nik-gray2 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}

.bg-nik-gray3 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-nik-gray4 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-nik-gray5 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-nik-gray6 {
  --tw-bg-opacity: 1;
  background-color: rgb(150 149 149 / var(--tw-bg-opacity));
}

.bg-nik-gray8 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.bg-nik-green {
  --tw-bg-opacity: 1;
  background-color: rgb(11 202 151 / var(--tw-bg-opacity));
}

.bg-nik-green\/10 {
  background-color: rgb(11 202 151 / 0.1);
}

.bg-nik-green\/20 {
  background-color: rgb(11 202 151 / 0.2);
}

.bg-nik-orang {
  --tw-bg-opacity: 1;
  background-color: rgb(255 86 8 / var(--tw-bg-opacity));
}

.bg-nik-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(176 94 220 / var(--tw-bg-opacity));
}

.bg-nik-purple2 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 5 210 / var(--tw-bg-opacity));
}

.bg-nik-purple3 {
  --tw-bg-opacity: 1;
  background-color: rgb(83 0 144 / var(--tw-bg-opacity));
}

.nikamooz-roadmaps-section {
    position: relative;

    .title-section {
        color: rgb(251, 245, 255);
    }
    .nikamooz-roadmaps-section--image {
        background: #fff;/*rgb(251, 245, 255);*/
        border:1px solid rgb(247, 235, 255);
    }
}
.nikamooz-roadmaps-section:before {

    content: " ";
    display: block;

    position: absolute;
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(83 0 144), rgb(145, 25, 230));
    z-index: -1;
}
@media (max-width: 1024px) {
    .fix-mobile-height {
        max-height: none !important;
    }
}
.bg-nik-purple4 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 175 239 / var(--tw-bg-opacity));
}

.bg-nik-purple4\/20 {
  background-color: rgb(215 175 239 / 0.2);
}

.bg-nik-purple5 {
  background-color: #b05edcb3;
}

.bg-nik-purple6 {
  --tw-bg-opacity: 1;
  background-color: rgb(197 136 229 / var(--tw-bg-opacity));
}

.bg-nik-red {
  --tw-bg-opacity: 1;
  background-color: rgb(237 2 9 / var(--tw-bg-opacity));
}

.bg-nik-red\/10 {
  background-color: rgb(237 2 9 / 0.1);
}

.bg-nik-red\/20 {
  background-color: rgb(237 2 9 / 0.2);
}

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

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity));
}

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

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

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity));
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.bg-dots {
  background-image: url('assets/img/dots.png');
}

.bg-dots2 {
  background-image: url('assets/img/rotated-dots.svg');
}

.bg-hero-bg {
  background-image: url('assets/img/bg-pr.svg');
}

.\!bg-cover {
  background-size: cover !important;
}

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

.bg-\[left_-144px_top_-238px\] {
  background-position: left -144px top -238px;
}

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

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

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

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

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

.fill-nik-purple2 {
  fill: #8905d2;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

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

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

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

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

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0px;
}

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

.pl-5 {
  padding-left: 1.25rem;
}

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

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

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

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

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

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

.font-sans {
  font-family: dana, arial, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-light {
  font-weight: 300;
}

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

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

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

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

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

.text-Semi-Black-01 {
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
}

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

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

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

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-green-02 {
  --tw-text-opacity: 1;
  color: rgb(7 140 105 / var(--tw-text-opacity));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

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

.text-nik-gray\/80 {
  color: rgb(67 67 67 / 0.8);
}

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

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

.text-nik-gray6 {
  --tw-text-opacity: 1;
  color: rgb(150 149 149 / var(--tw-text-opacity));
}

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

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

.text-nik-green {
  --tw-text-opacity: 1;
  color: rgb(11 202 151 / var(--tw-text-opacity));
}

.text-nik-orang {
  --tw-text-opacity: 1;
  color: rgb(255 86 8 / var(--tw-text-opacity));
}

.text-nik-purple {
  --tw-text-opacity: 1;
  color: rgb(176 94 220 / var(--tw-text-opacity));
}

.text-nik-purple2 {
  --tw-text-opacity: 1;
  color: rgb(137 5 210 / var(--tw-text-opacity));
}

.text-nik-purple3 {
  --tw-text-opacity: 1;
  color: rgb(83 0 144 / var(--tw-text-opacity));
}

.text-nik-red {
  --tw-text-opacity: 1;
  color: rgb(237 2 9 / var(--tw-text-opacity));
}

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

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

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}

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

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity));
}

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

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

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

.decoration-from-font {
  text-decoration-thickness: from-font;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

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

.shadow-gray2 {
  --tw-shadow: -2px 0px 20px 8px rgba(0, 0, 0, 0.04);
  --tw-shadow-colored: -2px 0px 20px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-gray3 {
  --tw-shadow: 2px 8px 10px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 2px 8px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-green {
  --tw-shadow: -2px 8px 28px rgb(11 202 151 / 24%);
  --tw-shadow-colored: -2px 8px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-input {
  --tw-shadow: inset 2px -2px 10px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: inset 2px -2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-input2 {
  --tw-shadow: 2px -2px 10px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 2px -2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-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);
}

.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);
}

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

.shadow-orange {
  --tw-shadow: 2px 8px 21px rgb(255 86 8 / 20%);
  --tw-shadow-colored: 2px 8px 21px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-orange2 {
  --tw-shadow: -2px 8px 28px rgb(255 86 8 / 20%);
  --tw-shadow-colored: -2px 8px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-orange4 {
  --tw-shadow: -2px 8px 24px rgba(255, 86, 8, 0.24);
  --tw-shadow-colored: -2px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-purple1 {
  --tw-shadow: -2px 8px 24px rgba(83, 0, 144, 0.4);
  --tw-shadow-colored: -2px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-shadow-a {
  --tw-shadow: -2px 8px 28px rgb(0 0 0 / 12%);
  --tw-shadow-colored: -2px 8px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-shadow-b {
  --tw-shadow: -2px 8px 20px rgb(0 0 0 / 8%);
  --tw-shadow-colored: -2px 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-shadow-c {
  --tw-shadow: -2px 8px 20px rgb(0 0 0 / 15%);
  --tw-shadow-colored: -2px 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-shadow-d {
  --tw-shadow: 0 1px 20px -9px rgb(0 0 0 / 40%);
  --tw-shadow-colored: 0 1px 20px -9px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-shadow-g {
  --tw-shadow: -2px 8px 24px rgb(255 86 8 / 24%);
  --tw-shadow-colored: -2px 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-shadow-gray3 {
  --tw-shadow: -2px 8px 20px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: -2px 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-shadow-h {
  --tw-shadow: 0px 8px 20px rgb(0 0 0 / 20%);
  --tw-shadow-colored: 0px 8px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-0 {
  outline-width: 0px;
}

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

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

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

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* custom plugins css */

html {
  scroll-behavior: smooth;
}

* {
  outline: 0;
}

.woof_submit_search_form_container button {
  width: 100%;
  border-radius: 10px !important;
  background-color: #fff !important;
  border: 1px solid #ff5608 !important;
  color: #ff5608 !important;
  transition: all 0.5s linear;
}

.woof_submit_search_form_container button:hover {
  background-color: #ff5608 !important;
  color: #fff !important;
}

.woof_container_inner.woof_container_inner_ {
  box-shadow: 0 1px 20px -9px rgb(0 0 0 / 40%);
  border-radius: 0.35rem;
  padding: 1rem 0.5rem;
  margin-bottom: 1rem;
}

.woof_container_inner h4 {
  font-weight: 800;
  padding-bottom: 0.5rem;
  font-size: 1.1rem;
}

ul.woof_list.woof_list_checkbox li {
  position: relative;
}

ul.woof_list.woof_list_checkbox li label span {
  float: left;
  position: absolute;
  left: 0;
  color: #595959;
}

.yith-wcmap.position-vertical-right .user-profile {
  flex-direction: row !important;
}

.thumbproduct {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    rgb(221 221 221 / 46%) 100%
  );
}

/* non tailwind css */

.blackonimage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s ease;
  border-radius: 10px;
  z-index: 1;
}

.blackonimage:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

.blackonimage2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s ease;
  z-index: 1;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.blackonimage2:hover:before {
  background-color: rgba(0, 0, 0, 0);
}

.hoverimage {
  width: 100%;
  z-index: 3;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.5s ease;
  box-shadow: 3px 3px #00000014;
}

.hoverimage:hover {
  background-color: rgba(0, 0, 0, 0.28);
}

.rele {
  transition-timing-function: linear !important;
}

.before-swiper {
  padding: 0 0.5rem;
}

.swiper-container .swiper-button-next {
  background: #fff;
  color: #6e2d9d;
  padding: 1rem;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  box-shadow: -2px 8px 20px rgb(0 0 0 / 20%);
  left: auto;
  right: -17.5px;
  z-index: 40;
}

.swiper-container .swiper-button-prev {
  background: #fff;
  color: #6e2d9d;
  padding: 1rem;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  box-shadow: -2px 8px 20px rgb(0 0 0 / 20%);
  right: auto;
  left: -17.5px;
  z-index: 40;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  font-size: 1rem;
  font-weight: bold;
}

.swiper-container .homeslider-prev {
  background: transparent;
  left: 5px;
  box-shadow: none;
}

.swiper-container .homeslider-next {
  background: transparent;
  right: 5px;
  box-shadow: none;
}

.swiper-container .homeslider-next:after,
.swiper-container .homeslider-prev:after {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  /* .insinglecourse-prev {
    left: 0px !important;
  }
  .insinglecourse-next {
    right: 0px !important;
  } */
}

@keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }

  41.99% {
    opacity: 1;
  }

  42% {
    opacity: 0;
  }

  43% {
    opacity: 0;
  }

  43.01% {
    opacity: 1;
  }

  47.99% {
    opacity: 1;
  }

  48% {
    opacity: 0;
  }

  49% {
    opacity: 0;
  }

  49.01% {
    opacity: 1;
  }
}

.flicker-1 {
  animation: flicker-1 2s linear infinite both;
}

.title-aside {
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 20px -9px rgb(0 0 0 / 40%);
  margin: 40px 0 15px;
  padding: 10px 0;
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px;
  }

  100% {
    opacity: 1;
    margin-left: 0;
  }
}

.shadow-b {
  box-shadow: -2px 8px 24px rgb(83 0 144 / 32%);
}

.second-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.custom-shape {
  background-color: #b05edc;
  padding: 10px;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: -14px;
  font-size: 20px;
  border-radius: 8px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

ol.flex-control-nav.flex-control-thumbs {
  display: flex;
}

ol.flex-control-nav.flex-control-thumbs > li {
  width: 33%;
}

.flex-control-thumbs img,
.woocommerce .wp-post-image {
  width: 100%;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #16a349;
  width: 90%;
  margin: auto;
  display: block;
}

.article-style p {
  text-align: justify;
  line-height: 2;
  margin-bottom: 1.5rem;
  font-size: 17px;
}

.article-style h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #8905d2;
  margin-bottom: 0.3rem;
}

.article-style h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #8905d2;
  margin-bottom: 0.3rem;
}

.article-style h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #8905d2;
  margin-bottom: 0.3rem;
}

.article-style ul {
  list-style: circle;
  margin: 1rem;
  line-height: 2.2;
}

.article-style ol {
  list-style: persian;
  margin: 1rem;
  line-height: 2.2;
}

figure img {
  margin: 0rem auto;
  border-radius: 10px !important;
}

.article-style strong {
  font-weight: 800;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #222;
  font-size: 0.78rem;
}

ins {
  text-decoration: none;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  font-size: 0.8rem;
}

img.attachment-woocommerce_thumbnail {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.head-full:after {
  content: "";
  position: absolute;
  right: 24px;
  width: 2px;
  height: 107%;
  top: 46px;
  bottom: 0;
  background-color: #8905d2;
}

.vertical-line {
  z-index: -1;
}

.road-box .road-step:nth-child(odd) .vertical-line {
  border-right: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
  height: 63px;
  position: absolute;
  right: 82px;
  bottom: -69px;
  border-radius: 15px 0 15px 0;
  width: 82%;
}

.road-box .road-step:nth-child(odd) .vertical-line:after {
  display: block;
  content: "";
  border-left: 2px solid #c5c5c5;
  border-top: 2px solid #c5c5c5;
  position: absolute;
  left: -40px;
  bottom: -30px;
  border-radius: 12px 0 0 0;
  width: 40px;
  height: 30px;
}

.road-box .road-step:nth-child(even) .vertical-line {
  border-left: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;
  height: 63px;
  position: absolute;
  left: 82px;
  bottom: -69px;
  border-radius: 0 0 0 15px;
  width: 82%;
}

.road-box .road-step:nth-child(even) .vertical-line:after {
  display: block;
  content: "";
  border-right: 2px solid #c5c5c5;
  border-top: 2px solid #c5c5c5;
  position: absolute;
  right: -40px;
  bottom: -30px;
  border-radius: 0 15px 0 0;
  width: 40px;
  height: 30px;
}

input#input_25_1 {
  width: 100%;
  padding: 0.5rem 0.3rem;
  border-radius: 4px;
}

.ql-editor p,
input#wpd-field-submit-0_0 {
  font-family: dana !important;
}

#toc_container {
  width: 100% !important;
  border: none !important;
  box-shadow: -2px 8px 20px rgb(0 0 0 / 15%);
  border-radius: 12px;
  padding: 15px 45px;
  background-color: #fff;
}

@media (max-width:768px){
  #toc_container{
    display: none;
  }
}

ul.toc_list li {
  line-height: 3;
}

/* .woocommerce-input-wrapper textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
  padding: 0.6rem;
  border-radius: 8px;
  background: #ededed;
} */

.woocommerce-form-register input[type="email"],
.woocommerce-form-register input[type="password"],
.woocommerce-form-register input[type="tel"],
.woocommerce-form-register input[type="text"],
.woocommerce-form-register textarea {
  padding: 0.6rem;
  border-radius: 8px;
  background: #fff;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #0bca97;
  color: #fff;
  padding: 0.618em 1em;
  border-radius: 3px;
  transition: all;
}

button.single_add_to_cart_button.button.alt {
  box-shadow: -2px 8px 28px rgb(11 202 151 / 24%);
  border: transparent;
  background-color: #0bca97 !important;
  border-radius: 6px;
  color: #fff;
  line-height: 24px;
  margin: auto 0;
  font-size: 13px;
  width: 147px;
}

button.single_add_to_cart_button.button.alt:hover {
  transition: all 400ms;
  background-color: #0ca980 !important;
  box-shadow: -2px 8px 28px rgb(16 145 110 / 24%);
}

.dropbtn {
  color: #fff;
  border: 1px solid #fff;
  padding: 8px 7px 4px;
  font-size: 14px;
  border-radius: 6px;
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 999;
}

.dropdown-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
  z-index: 1;
}

.dropdown-content a {
  color: #000;
  padding: 8px 10px;
  text-decoration: none;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.asp_w_container_1 {
  margin: auto;
}

.h_iframe-aparat_embed_frame {
  position: relative;
}

.h_iframe-aparat_embed_frame .ratio {
  display: block;
  width: 100%;
  height: auto;
}

.h_iframe-aparat_embed_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pitem:hover,
.pathslide a:hover,
.pathslide a img:hover {
  transform: translateY(-6px);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #434343;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b05edc !important;
}

.main-search-result::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
  border-radius: 0px;
  background-color: #f5f5f5;
}

.main-search-result::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #b05edc !important;
}

.scrollvideo {
  height: 420px;
  overflow-y: scroll;
}

.box {
  height: 140px;
  margin-bottom: 1rem;
  background: #434343;
}

.skilli {
  border: 2px solid transparent;
  min-height: 160px;
  min-width: 128px;
  -webkit-transition: all 0.2s linear;
}

.skilli:hover {
  border: 2px solid orange;
  border-radius: 10px;
}

.woocommerce .quantity .qty {
  background: transparent;
  border: 1px solid #cecece;
  border-radius: 7px;
  padding: 0.15rem;
  height: 40px;
  width: 40px;
}

.woocommerce-cart-form .quantity .qty {
  border: 0px solid #cecece;
}

.woocommerce .woocommerce-ordering select {
  border: 2px solid #e2e2e2;
  padding: 0.3rem 0.8rem;
  border-radius: 11px;
}

.profitem:hover {
  box-shadow: -2px 8px 24px rgb(255 86 8 / 24%);
}

.title-section {
  font-size: 22px;
  font-weight: bold;
}

img.icosli {
  width: 90%;
  margin: 0 auto;
}

/* .categoryslider .swiper-button-next {
  width: 25px;
  height: 25px;
  left: 2px !important;
}
.categoryslider .swiper-button-prev {
  width: 25px;
  height: 25px;
  right: 2px !important;
} */

.categoryslider .swiper-button-next:after,
.categoryslider .swiper-button-prev:after {
  font-size: 0.85rem;
  font-weight: bold;
}

.roadicon {
  margin-left: 10px;
}

.carticon {
  position: relative;
}

.carticon span.bg-red-500 {
  position: absolute;
  right: -8px;
  top: -8px;
  padding: 2px 5px 0;
}

ul li {
  text-align: right;
}

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

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: white !important;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: orange !important;
  opacity: 1;
}

.pitem:hover {
  transform: translateY(-11px);
}

.pathslide a:hover {
  transform: translateY(-5px);
}

.swiper-button-disabled {
  opacity: 0;
}

.smallthumbvideo {
  height: 100px;
  width: 145px;
}

.text-2xs {
  font-size: 0.65rem;
}

span.separator {
  margin: 0 0.3rem;
}

.hovering a {
  display: none;
}

.hovering:hover a {
  display: flex;
}

/* #comments {
  margin: -1rem 0 0 auto !important;
} */

#mega-menu-wrap-menu-1
  #mega-menu-menu-1
  li.mega-menu-item
  a.mega-menu-link:before {
  margin-right: 0;
  margin-left: 6px;
}

/* menu css */
.nik-sub-menu .nik-sub-menu {
  right: 100%;
  top: 0;
}
.menu-item:hover > ul.nik-sub-menu {
  visibility: visible;
  opacity: 1;
}
.mobile-toggle-container .menu-item:hover,
.mobile-toggle-container .menu-item:hover i,
.mobile-toggle-container .menu-item:hover .nik-sub-menu{
  background-color: #b05edc;
  color: #fff;
}

.mobile-toggle-container .current_page_item,
.mobile-toggle-container .current_page_item i{
  background-color: #D9D9D9;
  color: #222;
}

.swiper-button-next,
.swiper-button-prev {
  transition: opacity 0.5s;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.second-bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -22%, #000 92%);
  opacity: 0.55;
  z-index: 3;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
}

.searchandfilter select.sf-input-select,
input.sf-input-text {
  width: 270px !important;
}

.sf-level-0.sf-item-1 {
  display: none !important;
}

.filter-tag li {
  display: inline-block;
  padding: 0 15px;
  margin: 10px 0 5px 10px;
  background-color: #ebebeb;
  border-radius: 4px;
  text-align: center;
  list-style: none;
}

.filter-tag li span {
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  line-height: 27px;
  letter-spacing: normal;
  color: #4f4f4f;
}

.filter-tag li span i {
  position: relative;
  left: 3px;
  top: 2px;
  cursor: pointer;
}

.searchandfilter ul li {
  background: #ffffff;
  box-shadow: 0px 1px 20px -9px rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  margin: 15px 0;
  padding: 10px;
  list-style: none;
}

.searchandfilter ul li:nth-child(5),
.searchandfilter ul li:nth-child(6) {
  background-color: transparent;
  box-shadow: none;
  padding: 0 !important;
}

.searchandfilter li li {
  box-shadow: none;
  list-style: none;
}

.searchandfilter li.sf-field-reset a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  color: #ff5608;
  background: #ffffff;
  border-radius: 8px;
  padding: 5px 28px;
  text-align: center;
  border: 1px solid #ff5608;
  font-weight: 600;
  transition: all 0.5s linear !important;
}

.searchandfilter ul li ul li {
  padding: 5px 0;
  margin: 10px 0;
}

.sf-input-select option {
  font-family: dana !important;
}

.searchandfilter select.sf-input-select {
  min-width: 250px !important;
  border: none;
  background-color: #eee;
  padding: 6px 10px;
  border-radius: 8px;
}

.searchandfilter .sf-field-search input {
  background-color: transparent;
  border-radius: 12px;
  padding: 12px;
  width: 265px;
  border: none !important;
  font-weight: bold;
}

.searchandfilter .sf-field-submit input[type="submit"] {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 18px !important;
  color: #fff;
  background: #ff5608;
  box-shadow: -2px 8px 28px rgba(255, 86, 8, 0.12);
  border-radius: 8px !important;
  padding: 7px 28px !important;
  border: none;
  font-weight: 600;
  transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
}

.searchandfilter .sf-count,
.searchandfilter .sf-date-postfix {
  position: absolute;
  left: 20px;
  color: #c5c5c5;
  font-size: 12px;
}

.searchandfilter label.sf-label-checkbox {
  padding-right: 8px;
  font-size: 14px !important;
}

.ginput_container input,
.ginput_container textarea {
  color: black;
}

#menusticky nav a.active {
  background: #8905d2;
  color: #fff;
}

.catitemslide > div {
  border: 3px solid transparent;
  transition: border-color 0.6s linear;
  -webkit-transition: border-color 0.6s linear;
}

.catitemslide:hover > div {
  border: 2px solid #ff7900;
}

.btn-more {
  padding: 9.15px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #12ac83;
  color: #fff;
}

.stinm span {
  font-size: 13px;
}

@media (min-width: 769px) {
  .big-article {
    height: 490px;
  }

  .go-right {
    margin-top: -10px;
  }

  .vmobile {
    display: none;
  }

  .vdesktop {
    display: block;
  }

  ul.mega-sub-menu {
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%) !important;
  }

  .personcmslider img,
  .personcmslider2 img {
    width: 180px !important;
    height: 70px !important;
  }
}

@media (max-width: 768px) {
  .personcmslider img,
  .personcmslider2 img {
    width: 100px !important;
    height: 39px !important;
  }

  .vmobile {
    display: block;
  }

  .vdesktop {
    display: none;
  }

  .container {
    padding-right: 4px;
    padding-left: 4px;
  }

  .second-bg {
    width: 100%;
    height: 100px;
  }

  .head-full:after,
  .vertical-line {
    display: none;
  }

  ul.list-disc.list-inside.leading-10.mt-3.mr-0.lg\:mr-5 {
    text-align: center;
  }

  a.skillicon {
    border: unset;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 0.8rem;
  }

  .smallthumbvideo {
    height: 85px !important;
    width: 105px;
  }

  .dropbtn {
    border: unset;
    padding: 0;
    font-size: 18px;
  }

  span.mdi.mdi-account-outline.text-xl {
    font-size: 1.6rem;
  }

  img.logo {
    height: 2.7rem;
  }

  .carticon span.mdi,
  .dropbtn span.mdi {
    font-size: 1.5rem;
  }

  a.blackonimage .bottom-10 {
    bottom: 10px;
    right: 10px;
  }

  a.blackonimage time {
    left: 7px;
    top: 7px;
  }

  .title-section {
    font-size: 18px;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li#mega-menu-item-202
    > a.mega-menu-link:before {
    background-position: center;
    margin: 2rem auto;
    display: block;
  }

  nav#mega-menu-wrap-menu-1 {
    padding-top: 0.1rem;
  }

  .tabcontent {
    margin-top: 0;
  }

  .go-right {
    justify-content: start !important;
  }

  nav.rank-math-breadcrumb,
  .addsticky .quantity {
    display: none;
  }

  .stinm > div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5rem;
  }

  .stinm > div:last-child {
    border-bottom: unset;
    padding-bottom: 0.5rem;
  }

  details[open].numbb {
    background: #7926bc;
    color: white;
  }

  li#mega-menu-item-155 {
    border-top: 1px solid #bdbdbd !important;
  }

  #mega-menu-wrap-menu-1
    #mega-menu-menu-1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    float: left;
  }

  a.mega-menu-link {
    color: black !important;
    font-size: 15px;
  }

  ul#mega-menu-menu-1 li {
    margin-bottom: 0.35rem !important;
  }

  .title-aside {
    margin: 10px;
  }

  .pricebox {
    margin: 1rem auto;
    width: 80%;
  }

  .skilli {
    background: white;
    box-shadow: -2px 8px 20px rgb(0 0 0 / 8%);
  }

  .infocourse {
    float: left;
  }

  .numbb {
    box-shadow: -2px 8px 28px rgb(0 0 0 / 12%);
  }

  .woocommerce form.login {
    padding: 20px !important;
    padding-top: 30px !important;
  }
}

.woocommerce form.login {
  border: none !important;
  border-radius: 17px !important;
  padding: 80px 80px;
  margin-top: 0px !important;
}

#dig_cs_mobilenumber input {
  width: 100%;
}

.dig-custom-field,
.dig-custom-field input {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.woocommerce-FormRow.woocommerce-FormRow--wide.form-row.form-row-wide
  label
  span {
  color: red !important;
  font-weight: 700 !important;
}

.woocommerce form .required,
.nik-woocommerce form .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
}

#dig_secHolder {
  color: #323232 !important;
  font-weight: normal !important;
}

.digits_login_via_otp {
  color: #222 !important;
  background: transparent !important;
  padding: 17px 0 !important;
  transition: all 500ms !important;
  border-radius: 12px !important;
}

#reg_billing_otp_container {
  margin: 15px 0;
}

.digits_login_via_otp:hover {
  color: #222 !important;
  background: #dfdcde !important;
}

.the_champ_outer_login_container {
  display: none;
}

.woocommerce-form-login .the_champ_outer_login_container,
.woocommerce-form-register .the_champ_outer_login_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otp_reg_dig_wc {
  color: #ff5608;
  padding: 11px 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border: 1px solid #ff5608;
  background-color: transparent !important;
  border-radius: 12px;
  cursor: pointer;
  transition: all 500ms;
}

.otp_reg_dig_wc:hover {
  box-shadow: -1px 7px 9px rgb(255 86 8 / 32%);
}

@media (max-width: 768px) {
  .otp_reg_dig_wc {
    font-size: 18px;
  }
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea {
  width: 750px;
}

.woocommerce-form-login input,
.woocommerce-form-register input {
  background: #fff;
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  left: 0.7em;
  right: auto;
}

/* comment section */

#wpdcom {
  width: 100% !important;
  max-width: 100% !important;
}

#wpdcom input,
#wpdcom textarea {
  background: #fff;
}

.wpd-form-head {
  border-bottom: none !important;
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap textarea {
  box-shadow: none !important;
  border: none !important;
  min-height: 160px;
}

form.wpd_comm_form.wpd_main_comm_form {
  background-color: #eee !important;
  border-radius: 8px;
  padding: 25px !important;
}

#wpdcom .wc-field-submit input[type="submit"] {
  border: transparent;
  background-color: #ff5608 !important;
  box-shadow: -2px 8px 28px rgb(255 86 8 / 20%) !important;
  border-radius: 5px !important;
  color: #fff !important;
  height: 38px !important;
  width: 200px !important;
  float: left !important;
  margin: 10px 0 22px !important;
  transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
}

.wpd-form-row {
  margin-top: 15px;
}

#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap textarea,
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap {
  width: 100%;
  flex-basis: 100%;
}

.wpd-thread-info.wpd-reviews-tab {
  display: none !important;
}

.comment-form-phone {
  display: none;
}

/* proffesor page */

.professor-gradiant::after {
  background: linear-gradient(
    77.55deg,
    rgba(34, 34, 34, 0.98) 1%,
    rgba(34, 34, 34, 0.645833) 58.03%,
    rgba(34, 34, 34, 0.2) 100%
  );
  content: "";
  width: 100%;
  z-index: -1;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}

/* table of content */

#toc_container p.toc_title {
  text-align: right !important;
  color: #5f5f5f;
}

#toc_container {
  width: 100%;
  border: none;
  box-shadow: -2px 8px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  padding: 15px 45px;
  background-color: #fff;
}

#toc_container p.toc_title + ul.toc_list {
  margin-right: 0 !important;
}

#toc_container.no_bullets li {
  width: 50%;
  display: inline-block;
  margin: 8px 0;
  list-style: none;
}

div.asl_r .results .asl_nores {
  height: unset !important;
}

#toc_container a {
  font-size: 16px;
  color: #4b4b4b;
  font-family: "dana", "Arial", sans-serif !important;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 7px;
  text-decoration-color: #530090;
  text-decoration-thickness: from-font;
}

#toc_container a:hover {
  text-decoration: none;
  color: #ff5608;
  display: block;
  width: auto;
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  #toc_container.no_bullets li {
    width: 100%;
    display: block;
    margin: 0;
    list-style: none;
  }
}

/* blog content */

.blog-content h2 {
  margin-top: 2.5rem;
  color: #530090 !important;
  font-size: 1.5rem !important;
}

.blog-content img {
  border-radius: 5px !important;
  margin: 30px auto;
  display: block;
}

.blog-header-dots {
  background-image: url(assets/img/rotated-dots.svg),
    url(assets/img/rotated-dots.svg);
  background-repeat: no-repeat;
  background-position: -107px -86px, right 238px;
}

@media (max-width: 768px) {
  .blog-header-dots {
    background-position: -170px -248px, right 425px;
  }
}

.download-bg {
  background-image: url("assets/img/pdf-image.png"), url("assets/img/dots.png");
  background-position: right, left;
}

.download-tv-bg {
  background-image: url("assets/img/play-vid.png"), url("assets/img/dots.png");
  background-position: right, left;
}

/* menu */

.first-menu-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #fff;
}

.toggle-content p {
  text-align: justify;
  margin: 20px 0;
  line-height: 27px;
}

/* rating css */

.rmp-icon--full-highlight,
.rmp-icon--half-highlight {
  color: #f2bf53;
  font-size: 27px;
  margin: 4px;
}

.rmp-icon--ratings {
  font-size: 20px;
}

.rmp-icon--half-highlight {
  background-image: linear-gradient(to left, #f2bf53 50%, #ccc 50%);
}

.rmp-rating-widget .rmp-icon--hovered {
  color: #f2bf53;
}

.rmp-rating-widget .rmp-icon--ratings {
  font-size: 2.3rem;
}

.rate-avg .js-rmp-avg-rating {
  display: none !important;
}

.rmp-results-widget__avg-rating {
  display: none;
}

.rmp-rating-widget__results.js-rmp-results {
  margin-top: 15px;
}

.rate {
  position: relative;
}

.rate .from {
  position: absolute;
  top: 16px;
  font-size: 20px;
  color: #fff;
  right: 79px;
}

.rmp-rating-widget.js-rmp-rating-widget {
  width: 100%;
  max-width: 660px;
  height: 195px;
  background: #ffffff;
  box-shadow: 0px 1px 20px -9px rgba(0, 0, 0, 0.4);
  padding: 20px;
  position: relative;
  border-radius: 12px !important;
  text-align: center;
  margin: 50px auto 0;
}

@media (max-width: 768px){
  .rmp-rating-widget.js-rmp-rating-widget{
    margin: 0 -24px;
    width: auto;
    border-radius: 0px !important;
  }
}

.rmp-rating-widget.js-rmp-rating-widget p {
  text-align: center !important;
}

.rmp-results-widget__vote-count {
  display: none;
}

.rmp-icon--ratings {
  margin: 4px;
}

/* comment css */

.comment .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #222222;
}

.comment .title:before {
  content: none;
}

.comment input[type="text"],
.comment textarea {
  width: 100%;
  border: 1px solid #bbc5ce;
  color: #727272;
  font-size: 14px;
  font-weight: normal;
  padding: 10px;
}

.comment input[type="submit"] {
  float: left;
  border: none;
  cursor: pointer;
}

.comment_box .comment {
  margin-top: 30px;
}

.comment-form .logged-in-as {
  display: none;
}

/* .nik-comment-box #respond h3 {
  display: none;
} */

.comment-section form {
  padding: 10px 25px;
  background-color: #eee;
}

.comment-reply-title {
  text-align: right;
  font-size: 14px;
  background: #eee;
  padding: 10px 25px 0 0;
  border-radius: 8px 8px 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.comment-reply-title small {
  color: #ff5608 !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 10px;
}

.comment-respond{
  overflow: hidden;
  border-radius: 12px;
}

@media (max-width:768px){
  .comment-respond,.comment-reply-title{
    border-radius: 0px;
  }
}

.nik-comment-box form {
  background-color: #eee;
  border-radius: 0 0 8px 8px;
  margin-bottom: 35px;
  padding: 10px 25px;
}

.nik-comment-box .children .comment {
  margin-right: 10%;
  margin-top: 10px;
  border-bottom: none;
}

.nik-comment-box li .comment-body {
  border-bottom: 1px solid #bbc5ce;
  overflow-wrap: break-word;
}

.nik-comment-box li {
  padding-bottom: 0 !important;
  border-bottom: none !important;
  list-style: none;
}

.nik-comment-box .comment-author img {
  width: 60px;
  height: 60px;
  float: right;
  border-radius: 12px;
  margin-bottom: 50px;
}

.nik-comment-box .fn a,
.nik-comment-box .fn {
  font-weight: 600;
  color: #363636;
  line-height: 22px;
  margin-bottom: 15px;
  margin-right: 14px;
}

.nik-comment-box .comment-body {
  margin-top: 10px;
}

.comment-awaiting-moderation {
  padding-right: 12px;
  position: relative;
  top: 3px;
}

/* .nik-comment-box p,
.nik-comment-box .comment-metadata {
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #5f5f5f;
  margin-right: 72px;
  margin-top: 10px;
  margin-left: 120px;
} */

.nik-comment-box .comment-author .says,
.nik-comment-box .comment .comment-meta .comment-edit-link {
  display: none;
}

.nik-comment-box .btn-reply,
.comment_container .btn-reply a {
  background: #fff;
  border-radius: 5px;
  color: #8b8b8b !important;
  line-height: 31px;
  width: 111px;
  float: left;
  border: 1px solid #8b8b8b;
  font-weight: bold;
  margin-top: -48px;
  font-size: 12px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
  transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
}

.nik-comment-box .btn-reply:hover,
.comment_container .btn-reply a:hover {
  color: #ff5608 !important;
  border: 1px solid #ff5608;
}

.comment-pagination ul.page-numbers{
  margin: 32px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.comment-pagination li .page-numbers{
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  transition: all 300ms;
}

.comment-pagination li .page-numbers:hover{
  background-color: #D7AFEF;
}

.comment-pagination li .page-numbers.current{
  background-color: #D7AFEF;
}

/* woocommerce comment css */

.woocommerce #review_form #respond {
  background-color: #eee !important;
  border-radius: 8px;
}

.woocommerce .woocommerce-Reviews h3#reply-title {
  margin: 0;
  padding: 14px 21px 0px 10px;
}

.woocommerce-Reviews-title {
  display: none;
}

#review_form {
  padding: 10px 25px;
  background-color: #eee;
}

.woocommerce .woocommerce-Reviews #reply-title {
  margin: 0;
  padding: 14px 0px 0px 10px;
}

.woocommerce #review_form #respond p {
  padding-left: 0 !important;
}

.woocommerce #review_form #respond .form-submit input {
  right: auto;
}

.woocommerce-Reviews .cm-box .form-submit input,
.woocommerce #respond input#submit {
  border: transparent;
  background-color: #ff5608 !important;
  box-shadow: -2px 8px 28px rgb(255 86 8 / 20%) !important;
  border-radius: 5px !important;
  color: #fff !important;
  height: 38px !important;
  width: 200px !important;
  float: left !important;
  margin: 10px 0 22px !important;
  transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
}

/* like dislike css */

.cld-like-dislike-wrap {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 15px;
}

.nik-comment-box .cld-like-dislike-wrap .cld-common-wrap {
  margin-right: 0;
  margin-left: 0;
}

.nik-comment-box .cld-common-wrap {
  min-width: 20px;
}

.nik-comment-box .cld-common-wrap i {
  font-weight: 500;
  color: #696969;
}

/* .nik-comment-box .children .cld-like-dislike-wrap.cld-template-1 {
  margin-right: 72px;
} */

/* all graviry forms css */

/* dd.m .gform_footer input[type="submit"]{
  background: #ff5609;
  color: #fff;
  font-size: 16px !important;
  font-weight: 100 !important;
  width: 100%;
  text-align: center !important;
  border-radius: 5px;
  height: 40px;
  transition: all 300ms ease-out;
  padding: 0 20px;
  cursor: pointer;
} */

.gform_footer input[type="submit"]{
  background: #ff5609;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  height: 40px;
  transition: all 300ms ease-out;
  padding: 0 20px;
  cursor: pointer;
}

.gform_footer input[type="submit"]:hover{
  background: #ef4623;
}

/* gravity forms contatc us */

.gform_legacy_markup_wrapper .gform_footer {
  margin: 0 !important;
}

li#field_25_1 {
  padding-left: 0px !important;
}

input#gform_submit_button_25 {
  background: #ff5609;
  color: #fff;
  font-size: 16px !important;
  font-weight: 100 !important;
  width: 100%;
  text-align: center !important;
  border-radius: 5px;
  height: 40px;
}

/* gravity form in support page */

.support-page .faq-toggle-content a {
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-underline-offset: 7px;
  text-decoration-color: #ff5608;
  color: #ff5608;
  transition: all 400ms;
}

.support-page .faq-toggle-content a:hover {
  text-decoration: none !important;
}

.gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.textarea.medium {
  background: #eeeeee !important;
  border-radius: 5px !important;
  border: transparent !important;
  padding: 10px !important;
  height: auto !important;
}

#gform_submit_button_2:hover {
  background: #ef4623;
}

#gform_submit_button_2 {
  float: left;
  cursor: pointer;
  border: transparent;
  background: #ff5608;
  box-shadow: -2px 8px 28px rgb(0 0 0 / 12%);
  border-radius: 5px !important;
  color: #fff;
  line-height: 22px !important;
  display: block;
  margin: 0 0 20px 15px;
  text-align: center !important;
  width: 36%;
  height: 40px;
  font-size: 16px !important;
  font-weight: bold !important;
  transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
}

@media (max-width: 768px) {
  #gform_submit_button_2 {
    margin: 0 0 15px 10x;
    text-align: center;
  }

  li#field_25_1 {
    padding-left: 16px !important;
  }
}

/* loadgin css */

.lds-ring {
  width: 24px;
  height: 24px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 5px solid #b05edc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b05edc transparent transparent transparent;
}

.lds-ring-orange div {
  border: 5px solid #ff9869;
  border-color: #ff9869 transparent transparent transparent;
}

.lds-ring-gray div {
  border: 5px solid #747474;
  border-color: #747474 transparent transparent transparent;
}

.lds-ring div:nth-child(1),
.lds-ring-large div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2),
.lds-ring-large div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3),
.lds-ring-large div:nth-child(3) {
  animation-delay: -0.15s;
}

.lds-ring-large {
  width: 64px;
  height: 64px;
}

.lds-ring-large div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  border: 5px solid #b05edc;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #b05edc transparent transparent transparent;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

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

.the_champ_outer_login_container {
  display: none;
}

.woocommerce-form .the_champ_outer_login_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* cart page */

.woocommerce table.shop_table {
  text-align: right;
}

.woocommerce-cart-form__cart-item.cart_item {
  height: 100px !important;
}

.woocommerce-cart table.cart img {
  width: auto;
}

.woocommerce-cart-form td.product-thumbnail {
  min-width: 60px !important;
  max-width: 90px !important;
  width: 90px;
}

#gform_submit_button_26 {
  position: absolute;
  top: 7px;
  left: 10px;
  font-size: 11px;
  height: 30px;
  background: transparent !important;
  color: #ff5608;
  border: 1px solid #ff5608;
  box-shadow: none;
  width: 54px;
  border-radius: 7px;
  font-weight: 600;
  font-family: "dana", "Arial", sans-serif;
  cursor: pointer;
  transition: background-color 0.4s linear;
  -webkit-transition: background-color 0.4s linear;
  -moz-transition: background-color 0.4s linear;
  -o-transition: background-color 0.4s linear;
  -ms-transition: background-color 0.4s linear;
  padding: 0 !important;
  text-align: center !important;
}

#gform_submit_button_26:hover {
  background: #ff5608 !important;
  color: #fff;
}

#input_26_1{
  padding: 0 12px !important;
}

.invoice-container label.gfield_label {
  display: none !important;
}

.invoice-container #input_26_1 {
  width: 100% !important;
  border-radius: 10px !important;
}

.invoice-container .gform_wrapper {
  position: relative;
}

.invoice-container
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="textarea"]) {
  height: 45px !important;
  padding: 0 !important;
}

@media (max-width : 768px){
  .woocommerce-cart-form .shop_table_responsive tr{
    display: contents !important;
  }
}

.invoice-container .gform_wrapper .top_label div.ginput_container {
  margin-top: 8px;
}

.invoice-container .gform_footer.top_label {
  padding: 0 !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: unset;
  float: unset;
}

a.checkout-button.button.alt.wc-forward {
  background: #0bca97;
  box-shadow: -2px 8px 28px rgb(11 202 151 / 24%);
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

a.checkout-button.button.alt.wc-forward:hover {
  background: #0ca980;
}

.cart_totals,
.woocommerce-cart-form__contents,
details,
.coupon {
  padding: 15px;
  background: #ffffff;
  box-shadow: -2px 8px 28px rgb(0 0 0 / 12%);
  border-radius: 12px !important;
  border: none;
  margin-bottom: 15px;
}

.cart_totals h2 {
  font-size: 24px;
  margin-bottom: 11px;
  font-weight: bold;
}

.coupon {
  position: relative;
}

.coupon .input-text {
  width: 100%;
  line-height: 48px;
  padding: 0 15px;
  border-radius: 10px;
  background-color: #eeeeee;
  border: transparent;
}

.coupon .is-form.expand {
  position: absolute;
  top: 24px;
  left: 24px;
  font-size: 11px;
  height: 30px;
  background: transparent !important;
  color: #ff5608;
  border: 1px solid #ff5608;
  box-shadow: none;
  width: 54px;
  border-radius: 7px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.4s linear;
}

.coupon .is-form.expand:hover {
  background: #ff5608 !important;
  color: #fff;
}

.woocommerce table.shop_table {
  border: unset;
}

.notice {
  background-color: #e1f8f2;
  background-image: url("../assets/img/notice.png");
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 12px;
  padding: 0.8rem 1.2rem 0.8rem 0;
  font-size: 13px;
}

.woocommerce a.remove {
  line-height: 1.2;
}

.argmc-login-tabs {
  text-align: center;
}

.argmc-login form.login {
  padding: 0;
}

.argmc-login .woocommerce-form-login__rememberme {
  display: none;
}

.argmc-login .woocommerce-form-login__submit {
  width: 100%;
  padding: 13px !important;
  border-radius: 12px !important;
}

.argmc-register .woocommerce form.registe {
  border: 0px solid #d3ced2 !important;
}

/* checkout page */

.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout textarea {
  padding: 0.6rem;
  border-radius: 8px;
  background: #eeeeee;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

button#place_order {
  background-color: #0bca97;
  border: 2px solid transparent;
  color: #fff;
  float: unset !important;
  margin-top: 15px;
}

li.woocommerce-notice.woocommerce-notice--info.woocommerce-info,
.woocommerce-privacy-policy-text p {
  font-size: 0.8rem;
}

.select2-container--default .select2-selection--single {
  background: #eeeeee;
  border: 0px solid #aaa;
  border-radius: 8px;
}

.select2-container--default[dir="rtl"]
  .select2-selection--single
  .select2-selection__arrow {
  top: 10px !important;
}

.select2-selection,
.select2-selection {
  padding-top: 10px !important;
  height: 45px !important;
}

.argmc-register form.register {
  border: none !important;
}

.argmc-register .otp_reg_dig_wc {
  color: #222 !important;
  padding: 13px 0 !important;
  transition: all 500ms !important;
  border-radius: 12px !important;
}

.argmc-register .otp_reg_dig_wc:hover {
  background: #dfdcde !important;
}

.argmc-register .wc_reg_pass_btn{
  padding: 13px !important;
  border-radius: 12px !important;
}

.argmc-register .wc_reg_pass_btn:hover,
.argmc-login .woocommerce-button:hover {
  color: #fff !important;
  background-color: #0ca980 !important;
  box-shadow: -2px 8px 28px rgb(16 145 110 / 24%);
}

#argmc-skip-login,
.argmc-nav .argmc-nav-buttons button#argmc-next {
  transition: all;
  width: 165px !important;
  line-height: 15px !important;
  font-size: 16px !important;
}

.argmc-nav .argmc-nav-buttons button#argmc-prev {
  background-color: #ebe9eb !important;
  color: #515151 !important;
}

#argmc-skip-login:hover,
.argmc-nav .argmc-nav-buttons button#argmc-next:hover,
.argmc-nav .argmc-nav-buttons button#argmc-submit:hover {
  color: #fff !important;
  background-color: #0ca980 !important;
  box-shadow: -2px 8px 28px rgb(16 145 110 / 24%);
}

.argmc-wrapper .argmc-tabs-list {
  box-shadow: none;
}

.argmc-wrapper .argmc-tab-item .argmc-tab-number {
  background: #afafaf;
}

.argmc-wrapper .argmc-tab-item.current .argmc-tab-number,
.argmc-tab-item.visited:hover .argmc-tab-number,
.argmc-wrapper
  .argmc-tab-item.last.current
  + .argmc-tab-item:hover
  .argmc-tab-number {
  background: #8905d2;
}

.argmc-tab-number .number-text {
  display: none;
}

@media screen and (min-width: 767px) {
  .argmc-wrapper .argmc-tab-number-wrapper {
    margin-top: -11px;
  }
}

.argmc-wrapper .argmc-tab-item:before {
  border-width: 0px !important;
  border-radius: 0px !important;
  height: 4px;
  background: #c9c9c9;
}

.argmc-wrapper .argmc-tab-item.visited:before {
  background: #8905d2;
}

.argmc-tab-number {
  margin-top: -2px !important;
  width: 32px !important;
  height: 32px !important;
  transform: rotate(-45deg);
  border-radius: 9px !important;
}

.argmc-wrapper .argmc-tab-item .argmc-tab-text {
  font-weight: 600;
}

.col-lg-6 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-lg-6 {
    width: 50%;
  }
}

.col-lg-12 {
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.argmc-nav .argmc-nav-buttons button#argmc-next {
  width: 165px !important;
  line-height: 15px !important;
  font-size: 16px !important;
}

.cart-page-section .argmc-nav .argmc-nav-buttons button#argmc-submit {
  width: 165px !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
  display: flex;
  flex-wrap: wrap;
}

.woocommerce-checkout #payment ul.payment_methods li label {
  display: flex;
  align-items: center;
}

/* reset password page */

/* .woocommerce .woocommerce-ResetPassword.lost_reset_password {
  width: 50%;
  display: block;
  margin: 20px auto;
  background-color: #eee;
  border-radius: 12px;
  padding: 30px 70px;
  border: none;
  position: relative;
}
.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  width: 100%;
  margin-top: 20px;
}
.woocommerce-ResetPassword.lost_reset_password
  .woocommerce-form-row
  .woocommerce-Button.button {
  background-color: #ff5608 !important;
  color: #fff;
  border: none;
  border-radius: 12px;
  width: 100%;
  display: block;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  border: 2px solid transparent;
  height: 48px;
}
.woocommerce-ResetPassword .woocommerce-Input.woocommerce-Input--text {
  padding: 0.6rem;
  border-radius: 8px;
  background: #fff;
} */

/* my account page */

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 25% !important;
  box-shadow: -2px 8px 20px rgb(0 0 0 / 8%);
  border-radius: 12px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 73% !important;
}

@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100% !important;
  }
}

.woocommerce-MyAccount-navigation-link.is-active {
  background: #8905d2;
  color: #fff;
}

.woocommerce-MyAccount-navigation-link--woo-wallet a::before {
  content: "" !important;
}

.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content textarea {
  padding: 0.6rem;
  border-radius: 8px;
  background: #eeeeee;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 10px 8px;
  vertical-align: middle;
}

.woocommerce-MyAccount-content button.button.alt {
  background: #ff5608;
  width: 90%;
  margin: auto;
  display: block;
}

.woocommerce
  .woocommerce-customer-details
  .woocommerce-customer-details--phone::before {
  margin-right: 0 !important;
  right: 0;
}

.download-content table.shop_table td {
  border-top: 0px solid rgba(0, 0, 0, 0.1) !important;
}

/* product page */

#topics .toggle-content img {
  border-radius: 12px;
  margin: 10px auto;
  text-align: center;
  display: block;
}

.display-price del {
  opacity: 50%;
  font-weight: normal;
}

.nik-price .price:nth-child(2) {
  display: none;
}

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

.demo-container .h_iframe-aparat_embed_frame {
  height: 250px;
}

@media (min-width: 768px) {
  .admin-bar #menusticky {
    top: 32px;
  }
}

/* gravity form payment page */

#gform_submit_button_8,
#gform_submit_button_28 {
  transition: all 400ms;
  box-shadow: -2px 8px 28px rgb(11 202 151 / 24%);
  border: transparent;
  background-color: #0bca97 !important;
  border-radius: 6px;
  color: #fff;
  line-height: 24px;
  margin: auto 0;
  font-size: 13px;
  padding: 10px 15px;
  font-weight: bold;
  cursor: pointer;
}

#gform_submit_button_8:hover,
#gform_submit_button_28:hover {
  background-color: #0ca980 !important;
  box-shadow: -2px 8px 28px rgb(16 145 110 / 24%);
}

#gform_submit_button_29:hover {
  background: #ef4623;
}

#gform_submit_button_29 {
  float: left;
  cursor: pointer;
  border: transparent;
  background: #ff5608;
  box-shadow: -2px 8px 28px rgb(0 0 0 / 12%);
  border-radius: 5px !important;
  color: #fff;
  padding: 0 10px;
  line-height: 22px !important;
  display: block;
  margin: 0 0 10px 15px;
  text-align: center !important;
  width: auto;
  height: 40px;
  font-size: 16px !important;
  font-weight: 100 !important;
  transition: all 400ms;
}

/* bundle css */

.bundle_button .quantity{
  display: none;
}

.bundle_button button.single_add_to_cart_button{
  margin: 20px auto 16px auto !important;
}

.hover\:visible:hover {
  visibility: visible;
}

.hover\:flex:hover {
  display: flex;
}

.hover\:rounded-b-none:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hover\:border-nik-orang:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 86 8 / var(--tw-border-opacity));
}

.hover\:border-orange-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-\[\#dfdcde\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(223 220 222 / var(--tw-bg-opacity));
}

.hover\:bg-nik-gray12:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 187 187 / var(--tw-bg-opacity));
}

.hover\:bg-nik-gray6:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(150 149 149 / var(--tw-bg-opacity));
}

.hover\:bg-nik-gray8:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.hover\:bg-nik-green2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 169 128 / var(--tw-bg-opacity));
}

.hover\:bg-nik-orang:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 86 8 / var(--tw-bg-opacity));
}

.hover\:bg-nik-orang-hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 70 35 / var(--tw-bg-opacity));
}

.hover\:bg-nik-purple2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(137 5 210 / var(--tw-bg-opacity));
}

.hover\:bg-nik-purple4:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 175 239 / var(--tw-bg-opacity));
}

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

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

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-nik-orang:hover {
  --tw-text-opacity: 1;
  color: rgb(255 86 8 / var(--tw-text-opacity));
}

.hover\:text-nik-purple2:hover {
  --tw-text-opacity: 1;
  color: rgb(137 5 210 / var(--tw-text-opacity));
}

.hover\:text-nik-title:hover {
  --tw-text-opacity: 1;
  color: rgb(54 54 54 / var(--tw-text-opacity));
}

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

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

.hover\:decoration-dashed:hover {
  text-decoration-style: dashed;
}

.hover\:shadow-green2:hover {
  --tw-shadow: -2px 8px 28px rgb(16 145 110 / 24%);
  --tw-shadow-colored: -2px 8px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-orange3:hover {
  --tw-shadow: -1px 7px 9px rgb(255 86 8 / 32%);
  --tw-shadow-colored: -1px 7px 9px 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\:shadow-orange4:hover {
  --tw-shadow: -2px 8px 24px rgba(255, 86, 8, 0.24);
  --tw-shadow-colored: -2px 8px 24px 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\:shadow-shadow-b:hover {
  --tw-shadow: -2px 8px 20px rgb(0 0 0 / 8%);
  --tw-shadow-colored: -2px 8px 20px 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\:shadow-shadow-f:hover {
  --tw-shadow: -2px 8px 20px rgb(255 86 8 / 8%);
  --tw-shadow-colored: -2px 8px 20px 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\:shadow-shadow-g:hover {
  --tw-shadow: -2px 8px 24px rgb(255 86 8 / 24%);
  --tw-shadow-colored: -2px 8px 24px 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\:shadow-shadow-gray:hover {
  --tw-shadow: 0px 0px 11px 0px rgb(0 0 0 / 25%);
  --tw-shadow-colored: 0px 0px 11px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-none:focus {
  border-style: none;
}

.group-1:hover .group-1-hover\:visible {
  visibility: visible;
}

.group-1:hover .group-1-hover\:right-full {
  right: 100%;
}

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

.group-1:hover .group-1-hover\:flex {
  display: flex;
}

.group-1:hover .group-1-hover\:rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.group-1:hover .group-1-hover\:text-transparent {
  color: transparent;
}

.group-1:hover .group-1-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:items-end {
    align-items: flex-end;
  }
}

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

  .md\:left-auto {
    left: auto;
  }

  .md\:top-12 {
    top: 3rem;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

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

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

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

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

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

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

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

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

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

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

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:\!w-\[310px\] {
    width: 310px !important;
  }

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

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

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

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

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

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

  .md\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

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

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

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

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:text-right {
    text-align: right;
  }

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

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

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

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

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

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

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

  .md\:opacity-0 {
    opacity: 0;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-shadow-d {
    --tw-shadow: 0 1px 20px -9px rgb(0 0 0 / 40%);
    --tw-shadow-colored: 0 1px 20px -9px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

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

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

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

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

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

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

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

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

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

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

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .lg\:-mr-48 {
    margin-right: -12rem;
  }

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

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

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

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

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

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

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

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

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

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .lg\:mr-auto {
    margin-right: auto;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

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

  .lg\:max-h-\[820px\] {
    max-height: 820px;
  }

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

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

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

  .lg\:w-\[93\%\] {
    width: 93%;
  }

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

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

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

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

  .lg\:max-w-\[16\%\] {
    max-width: 16%;
  }

  .lg\:max-w-\[68\%\] {
    max-width: 68%;
  }

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

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

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

  .lg\:grid-cols-\[5fr_7fr\] {
    grid-template-columns: 5fr 7fr;
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:justify-start {
    justify-content: flex-start;
  }

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

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

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-none {
    border-style: none;
  }

  .lg\:border-l-nik-gray3 {
    --tw-border-opacity: 1;
    border-left-color: rgb(245 245 245 / var(--tw-border-opacity));
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

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

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

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

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

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

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

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

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

  .lg\:pb-56 {
    padding-bottom: 14rem;
  }

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

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

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

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

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:max-w-\[1100px\] {
    max-width: 1100px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }
}
@media (max-width: 500px)
{
    .roadmaps {
      margin-top: 30%;
  }
    .services {
      margin-top: 30px;
  }
}
@media (max-width: 570px) and (min-width: 500px)
{
    .services {
      margin-bottom: 30% !important;
  }
}
@media (max-width: 640px) and (min-width: 570px)
{
    .services {
      margin-bottom: 40% !important;
  }
}

.payment_method_snapppay label img{
  width: 80px;
}
.mr50{
  margin-right: 50% !important;
}

.ltr_dir .ginput_container{
  direction: ltr !important;
}



/* By Davood Moradian */
.fanum{
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fanum_monospace{
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

.ultra_bold{
    font-variation-settings: 'wght'960;
}


.tr-overlay {
  width: 100%;
  overflow:hidden;  position: sticky;
  top: 0;
  z-index: 1000;
}
.infobar-wrapper {
  min-height:55px;
  max-height:110px;
  text-align: center;
    line-height: 2;
}
.infobar-container {
  padding: 10px;
}
#topbar-close-button {
    position: absolute;
    top: 12px;
    left: 20px;
    font-weight:bold;
}
.infobar-heading {
  font-weight:400;
  display: inline-block;
  vertical-align: middle;
  margin-left:20px;
}
.infobar-button {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: 'iransans', sans-serif;
  font-weight: bold;
  font-size:14px;
  letter-spacing: .5px;
  cursor: pointer;
}
#closeButton{
  position: absolute;
  margin: 15px;
  background: #fff;
  width: 25px;
  border-radius: 5px;
  height: 20px;
  left: 10px;
}
@media screen and (max-width:700px) {
  .infobar-heading {
    font-size:15px;
  }
  .infobar-button {
    font-size:12px;
  }
}


@media screen and (max-width:768px) {
  .roadmap_image {
    width: 50%;
  }
}


.blog-content table td{
  border: 1px solid #9ea3a8;
}

span.eng {
  font-family:Arial, Helvetica, sans-serif;
}
.wof-wrapper.wof-wrapper.wof-wrapper {
    padding: 0px !important;
}

.wof-inner-wrapper.wof-inner-wrapper.wof-inner-wrapper {
    flex-flow: row-reverse !important;
    gap: 80px;
    margin-bottom: 40px;
}

.wof-wheel-bg.wof-wheel-bg.wof-wheel-bg {
    width: 520px;
    height: 520px;
}

.wof-slice.wof-slice.wof-slice {
    font-size:13px;
    font-weight: 600;
}

.wof-form-fields.wof-form-fields.wof-form-fields input {
    height: 56px;
    border-radius: 12px;
    background: #f5f5f5;
    border: 1px solid #E7E7E7;
}

.wof-btn-submit.wof-btn-submit.wof-btn-submit,
.wof-btn-done.wof-btn-done.wof-btn-done {
    border-radius: 12px;
    background: #F65A0C;
    height: 56px;
    font-size: 18px;
    font-weight: 700;
}

.wof-title.wof-title.wof-title {
    color: #0D0D0D;
    font-size: 32px;
    font-weight: 900;
    line-height: 56px;
}

.wof-explainer.wof-explainer.wof-explainer {
    color: #3D3D3D; 
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
}
.wof-wheel-standalone .wof-wheel.wof-wheel.wof-wheel.wof-wheel {
  display: block;
}
.page-id-90174717 .elementor-element-743ab5d,
.page-id-90174717 .elementor-element-ff913e1 {
  
  display:none;
}

span[property="itemListElement"] span.current-item {
  font-weight: bold;
}
