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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.p-3 {
  padding: 0.75rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

.font-black {
  font-weight: 900;
}

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

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

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

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

body {
  direction: rtl;
  font-family: "Vazirmatn";
  background: #353b48;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.loading {
  position: absolute;
  display: flex;
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(rgb(47, 54, 64), rgb(53, 59, 72));
}

.navbar {
  z-index: 5000 !important;
  display: grid;
  height: -moz-max-content;
  height: max-content;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 2.5;
}

.nav-ul {
  display: none;
  justify-content: center;
}

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

.nav-ul > li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
  border-width: 2px;
  border-color: transparent;
  padding: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  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-timing-function: linear;
}

.nav-ul > li:hover {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.nav-ul > li > a {
  color: whitesmoke !important;
}

.nav-icon {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: block;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
  padding: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.nav-icon:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.nav-icon {
  width: 43.2px;
}

@media (min-width: 1024px) {
  .nav-icon i {
    vertical-align: middle;
  }
}

.nav-mobile-bars {
  margin: 0px;
  margin-left: 0.5rem;
  display: block;
}

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

.mobile-nav {
  display: none;
  position: fixed;
  top: 0px;
  z-index: 50;
}

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

.mobile-nav {
  height: 100vh;
  width: 300px;
  left: -100%;
  background: linear-gradient(#2f3640,#353b48);
}

.mobile-nav ul {
  margin-bottom: 1rem;
  margin-top: 4rem;
  width: 100%;
}

.mobile-nav li {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  border-radius: 0.25rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: right;
  color: whitesmoke;
  border-color: whitesmoke;
  width: 85%;
}

.mobile-nav li a {
}

.mobile-nav li i {
  margin-left: 0.25rem;
}

.mobile-nav .social-media {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  text-align: center;
}

.mobile-nav .social-media a {
  width: 48px !important;
  margin: auto;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.mobile-nav .social-media i {
  vertical-align: middle;
}

.mobile-nav-overlay {
  position: fixed;
  z-index: -500;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.mobile-nav .close {
  position: absolute;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding: 0.125rem;
  text-align: center;
  left: 0;
  width: 44px;
  margin-left: 1.4rem;
}

.openNav {
  display: block;
  animation-name: openNav;
  animation-duration: 0.5s;
  left: 0;
}

.closeNav {
  animation-name: closeNav;
  animation-duration: 0.5s;
  left: -100%;
  display: none;
}

.showNavOverlay {
  z-index: 1000 !important;
  animation-name: showNavOverlay;
  animation-duration: 0.5s;
  opacity: 100%;
}

.hideNavOverlay {
  animation-name: hideNavOverlay;
  animation-duration: 0.5s;
  opacity: 0;
  z-index: -500;
}

@keyframes openNav {
  from {
    left: -100%;
  }

  to {
    left: 0;
  }
}

@keyframes closeNav {
  from {
    display: block;
    left: 0;
  }

  to {
    display: none;
    left: -100%;
  }
}

@keyframes showNavOverlay {
  from {
    opacity: 0;
  }

  to {
    opacity: 100%;
  }
}

@keyframes hideNavOverlay {
  from {
    opacity: 100%;
  }

  to {
    opacity: 0;
  }
}

.nav-logo {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 40px;
}

.nav-logo img {
  height: 100%;
}

.hide-on-mobile {
  display: none;
}

@media (min-width: 1024px) {
  .hide-on-mobile {
    display: inline-block;
  }
}

.hide-on-mobile {
  margin-left: 1px !important;
}

header .site-info {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: auto;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  header .center-container {
    position: relative;
    display: flex;
    justify-content: center;
  }

  header .center-container .site-info {
    width: 30rem;
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
  }
}

header .site-info p {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

header .site-info h1 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  line-height: 1.2;
}

header .site-info .phone-box {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  margin: auto;
  display: inline-block;
}

.webdemo {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.webdemo img {
  height: 89vh;
  margin: auto;
}

.hide-webdemo {
  /*animation-name: hide-webdemo;*/
  opacity: 0;
  display: none;
}

@keyframes hide-webdemo {
  from {
    opacity: 100;
    display: block;
  }

  to {
    opacity: 0;
    display: none;
  }
}

.show-webdemo {
  /*animation-name: show-webdemo;*/
  opacity: 100%;
  display: block;
}

@keyframes show-webdemo {
  from {
    opacity: 0;
    display: none;
  }

  to {
    opacity: 100%;
    display: block;
  }
}

.domain-box {
  background: #1e2730;
}

.info {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.info h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

.info h1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
}

.domain-form {
  padding-bottom: 4rem;
  text-align: center;
  position: relative;
}

@media (min-width: 1024px) {
  .domain-form {
    width: 45rem;
    margin: auto;
  }

  .domain-form button {
    left: 40px;
  }
}

.domain-form input {
  position: relative;
  width: 90%;
  margin: auto;
  border-radius: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}

.domain-form button {
  position: absolute;
  margin-top: 0.25rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  width: 48px;
  left: 5.5%;
}

.domain-form a {
  position: relative;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  top: 15px;
}

.services i {
  margin-top: 0.5rem;
  font-size: 6rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.services h3 {
  margin-top: 0.75rem;
  margin-bottom: 3rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: whitesmoke;
}

.services .service-card {
  cursor: pointer;
  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;
}

.services .service-card:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.portfolio {
  background: #1e2730;
}

.portfolio-card {
  width: 85%;
  height: 100%;
  margin: auto;
  position: relative;
  border-radius: 0.25rem;
}

.portfolio-card img {
  width: 100%;
  border-radius: 0.25rem;
}

.portfolio-card h5 {
  top: 20px;
  right: 20px;
  position: absolute;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.blog-header-card-xl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.25rem;
  padding-bottom: 1.75rem;
  padding-top: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
}

@media (min-width: 1024px) {
  .blog-header-card-xl {
    margin-top: 1.25rem;
  }
}

.blog-header-card-xl {
  width: 95%;
  background: #1e2730;
}

.blog-header-card-xl img {
  width: 95%;
  margin: auto;
  border-radius: 0.25rem;
}

.blog-header-card-xl .title {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
}

.blog-header-card-xl .category {
  position: absolute;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  top: 35px;
  left: 35px;
  color: black;
}

.blog-header-card-xl .blog-info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 95%;
  text-align: center;
}

.blog-header-card-xl .blog-info span {
  margin: 5px;
}

.blog-header-card-xl p {
  width: 95%;
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  text-align: justify;
}

.blog-header-card-xl .show {
  margin-top: 100px !important;
}

.button {
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  cursor: pointer;
}

.button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.button-lg {
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  cursor: pointer;
}

.button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.post-card {
  background-color: #1e2730;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  border-radius: 0.25rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .post-card {
    width: 66.666667%;
  }
}

.post-card .post-img img {
  width: 100%;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.post-card .post-title {
  line-height: 1.7;
  padding-top: 1.75rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .post-card .post-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.post-card .post-details {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
}

.post-card .post-details span {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post-card .post-details i {
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.post-card .post-content {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  line-height: 2.2;
  text-align: justify;
}

.post-card .post-content h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.5;
}

.post-card .post-content h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.5;
}

.post-card .post-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.5;
}

.post-card .post-content h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.5;
  text-align: justify;
}

.post-card .post-content h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.5;
  text-align: justify;
}

.post-card .post-content h6 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 1.5;
  text-align: justify;
}

.post-card .post-content strong {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post-card .post-content b {
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post-card .post-content ul {
  list-style-type: disc;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.post-card .post-content table th {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.post-card .post-content td {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.post-card .post-content table tbody tr:nth-child(odd) {
  background: rgb(53, 59, 72);
}

.author-card {
  width: 95%;
  margin: auto;
  background: rgb(53, 59, 72);
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.author-card .author-details {
  position: relative;
  grid-column: span 12 / span 12;
}

@media (min-width: 1024px) {
  .author-card .author-details {
    grid-column: span 4 / span 4;
  }
}

.author-card .author-details .author-img {
  width: 80%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .author-card .author-details .author-img {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}

.author-card .author-details .author-img img {
  border-radius: 9999px;
}

.author-card .author-details .author-name {
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .author-card .author-biography {
    grid-column: span 8 / span 8;
    display: table;
  }
}

.author-card .author-biography p {
  line-height: 2;
  text-align: justify;
  margin-top: 0.75rem;
  vertical-align: middle;
}

@media (min-width: 1024px) {
  .author-card .author-biography p {
    grid-column: span 8 / span 8;
    margin-top: 0px;
    display: table-cell;
  }
}

footer {
  background: #1e2730;
  position: relative;
  bottom: 0;
}

footer .logo a {
  width: 30%;
  display: block;
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

footer .logo h4 {
  margin: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

footer .logo p {
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

footer .contact-right {
}

footer .footer-item .icon {
  font-size: 72px;
  margin-top: 20px;
}

footer .footer-item .icon i {
  font-size: 72px;
  margin: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

footer .footer-item h4 {
  margin: 0.25rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

footer .footer-item p {
  margin-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

footer ul {
  margin-top: 0.25rem;
}

footer ul li {
  line-height: 2;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.banners {
  width: 97.5%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: grid;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

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

.banners .banner {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
}

@media (min-width: 1024px) {
  .banners .banner {
    margin-left: 0.5rem;
  }
}

.banners .banner {
  background: #1e2730;
}

.banners .banner .banner-body {
  display: grid;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px) {
  .banners .banner .banner-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.banners .banner .banner-body .icon {
  margin-bottom: 0.75rem;
  font-size: 4.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (min-width: 1024px) {
  .banners .banner .banner-body .icon {
    font-size: 165px;
  }
}

.banners .banner .banner-body h4 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  font-size: 30px;
  line-height: 2;
  font-weight: 900;
}

.flickity-page-dots .dot {
  background: white !important;
}

.modal-title {
  margin-top: 0.5rem;
  font-size: 22px;
  font-weight: 900;
}

@media (min-width: 1024px) {
  .modal-title {
    margin-top: 1.25rem;
    font-size: 30px;
  }
}

.portfolio-modal ol {
  text-align: right;
  list-style: inside;
  margin-top: 15px;
}

.portfolio-modal ol li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.tech-li {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  margin-top: 0.25rem;
  display: inline-block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  direction: ltr;
  font-size: 15px;
}

.chatgroup .chaticon {
  position: fixed;
  display: block;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding: 1.75rem;
  bottom: 25px;
  right: 25px;
  z-index: 100000;
}

.chatgroup .chaticon i {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  font-size: 1.125rem;
  line-height: 1.75rem;
  right: 0;
  left: 0;
  top: 15px;
}

.chatgroup .chaticon i:hover {
  transition: 0.2s;
  transform: scale(1.2);
}

.chatgroup .chatbox {
  position: fixed;
  display: none;
  bottom: 25px;
  right: 25px;
  width: 300px;
  z-index: 100000;
}

.chatgroup .chatbox .header {
  position: fixed;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: right;
  bottom: 500px;
  right: 25px;
  width: 300px;
}

.chatgroup .chatbox .header h6 {
  font-weight: 900;
}

.chatgroup .chatbox .header p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}

.chatgroup .chatbox .close {
  position: absolute;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  text-align: center;
  left: 7px;
  top: 7px;
  background: #1e2730;
}

.chatgroup .chatbox .close i {
  position: absolute;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  top: 15px;
  right: 0;
  left: 0;
}

.chatgroup .chatbox .body {
  position: fixed;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  background-image: url(../img/background/chat.jpg);
  width: 300px;
  height: 400px;
  bottom: 100px;
  overflow: auto;
}

.chatgroup .chatbox .body .message {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 280px;
  line-height: 1.5;
}

.chatgroup .chatbox .body .message .labelgroup {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.chatgroup .chatbox .body .message .label-user {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.chatgroup .chatbox .body .message .label-time {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  left: 0;
}

.chatgroup .chatbox .footer {
  position: relative;
  bottom: 35px;
}

.chatgroup .chatbox .footer .form-contorl {
  border-bottom-right-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 260px;
}

.chatgroup .chatbox .footer .send {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  width: 40px;
  height: 40px;
}

.chatgroup .chatbox .footer .send:hover {
  transition: 0.2s;
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.chatgroup .chatbox .footer .send button {
  position: absolute;
  right: 0;
  left: 0;
  top: 10px;
}

@keyframes openChat {
  from {
    display: none;
    opacity: 0;
  }

  to {
    display: block;
    opacity: 100%;
  }
}

@keyframes closeChat {
  from {
    opacity: 100%;
    display: block;
  }

  to {
    opacity: 0%;
    display: none;
  }
}

.openChat {
  display: block !important;
  animation-name: openChat;
  animation-duration: 0.3s;
  opacity: 100%;
}

.closeChat {
  animation-name: closeChat;
  animation-duration: 0.3s;
  opacity: 0;
  display: none;
}

.message-alert {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: none;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 280px;
  line-height: 1;
}

.message-alert.show {
  display: block !important;
}

#components-reconnect-modal {
  display: none;
}

#components-reconnect-modal.components-reconnect-show {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.87);
  z-index: 100001;
  top: 0;
  display: flex;
  text-align: center;
  vertical-align: central;
  justify-content: center;
  overflow: hidden;
}

#components-reconnect-modal.components-reconnect-show > div {
  position: relative;
  top: 30px;
}

.not-connected-text h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.not-connected-text {
  line-height: 1.5;
  color: whitesmoke;
}

.post-nav .nav-item .nav-link {
  cursor: pointer;
  border-radius: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.post-nav .nav-item .nav-link.active {
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.comment-form {
  padding: 0px 20px;
}

.comment-form label {
  line-height: 2.5;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.comment-form .form-contorl {
  border-radius: 5px;
  border: none;
}

input, textarea {
  background: rgb(209 213 219 / var(--tw-bg-opacity, 1)) !important;
}

*:focus {
  outline: none;
  border: none;
}

.comment-box {
  padding: 0px 10px;
}

.comment-box .message {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 100%;
  line-height: 1.5;
}

.comment-box .message .labelgroup {
  position: relative;
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.comment-box .message .label-user {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.comment-box .message .labelgroup span {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.comment-box .message .label-support {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.comment-box .message .label-time {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
  left: 0;
}

.comment-box .reply {
  border-radius: 0.25rem;
  margin: 0;
  margin-top: 20px;
  background: #00000024;
  padding: 10px;
}

.powerpoint .theater-background {
  background: url(../img/background/theater.jpg) no-repeat center center;
  width: 100%;
  background-size: cover;
  height: calc(100vh - 56px);
}

.powerpoint .powerpoint-header {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .powerpoint .center-container {
    position: relative;
    display: block;
    justify-content: center;
    width: 70%;
    margin: auto;
  }
}

.powerpoint .powerpoint-header p {
  padding-left: 3rem;
  padding-right: 3rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.powerpoint .powerpoint-header h1 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .powerpoint .powerpoint-header h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

.powerpoint .powerpoint-header h1 {
  line-height: 1;
}

.powerpoint-groups {
  width: 90%;
  padding: 0 18px;
  margin: auto;
}

.powerpoint-groups ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.powerpoint-groups ul li {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.powerpoint-groups ul li:hover {
  transition: 0.15s;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.powerpoint-groups ul .button-orange {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.powerpoint-groups ul .button-orange:hover {
  transition: 0.15s;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.powerpoint-groups ul .button-blue {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.powerpoint-groups ul .button-blue:hover {
  transition: 0.15s;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.powerpoint-product {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  display: grid;
  width: 90%;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .powerpoint-product {
    width: 85%;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

.powerpoint-product .powerpoint-main {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 1024px) {
  .powerpoint-product .powerpoint-main {
    grid-column: span 8 / span 8;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.powerpoint-product .powerpoint-main .powerpoint-info h1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .powerpoint-product .powerpoint-main .powerpoint-info h1 {
    text-align: right;
  }
}

.powerpoint-product .powerpoint-main .powerpoint-info h1 {
  line-height: 2;
}

.powerpoint-product .powerpoint-main .powerpoint-info p {
  text-align: justify;
  line-height: 2;
}

.powerpoint-product .powerpoint-main .powerpoint-info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1024px) {
  .powerpoint-product .powerpoint-main .powerpoint-info ul {
    justify-content: flex-start;
  }
}

.powerpoint-product .powerpoint-main .powerpoint-info ul li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .powerpoint-product .powerpoint-main .powerpoint-info ul li {
    margin-left: 0px;
    margin-right: 0px;
    --tw-text-opacity: 1;
    color: rgb(249 250 251 / var(--tw-text-opacity, 1));
  }
}

.powerpoint-product .powerpoint-main .powerpoint-info ul li::before {
  content: '◀︎';
  position: relative;
  right: 0;
  display: none;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .powerpoint-product .powerpoint-main .powerpoint-info ul li::before {
    display: inline;
  }
}

.powerpoint-sidebar {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 0.25rem;
}

@media (min-width: 1024px) {
  .powerpoint-sidebar {
    grid-column: span 4 / span 4;
  }
}

.powerpoint-sidebar {
  height: -moz-fit-content;
  height: fit-content;
  background: #1e2730;
}

.powerpoint-sidebar .powerpoint-image {
  border-radius: 0.25rem;
  padding: 1rem;
}

.powerpoint-sidebar .powerpoint-image img {
  border-radius: 0.25rem;
}

.powerpoint-sidebar .sidebar-header {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 1rem;
}

.powerpoint-sidebar .price-box {
  text-align: left;
}

.powerpoint-sidebar .price-box .final-price data {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.powerpoint-sidebar .price-box .final-price .toman {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
  vertical-align: text-top;
}

.powerpoint-sidebar .price-box .before-price {
  text-decoration: line-through;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.powerpoint-sidebar .price-box .old-price-box {
  position: relative;
  margin-bottom: 0.5rem;
}

.powerpoint-sidebar .price-box .discount-box {
  display: inline;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  padding: 3px;
  top: 0;
  left: 0px;
}

.powerpoint-sidebar .price-box .discount-box .discount-percent {
  padding: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.powerpoint-sidebar .sidebar-body {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.powerpoint-sidebar .sidebar-body ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.powerpoint-sidebar .sidebar-body ul li > div {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.powerpoint-sidebar .sidebar-body ul li i {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.powerpoint-sidebar .sidebar-body .owners span {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: block;
}

.powerpoint-product .list-files ul {
}

.powerpoint-product .list-files ul .file {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #1e2730;
}

.powerpoint-product .list-files ul .file i {
  padding-left: 0.25rem;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.powerpoint-product .list-files ul .file .size {
  width: 50px;
  margin-right: auto;
  display: block;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.powerpoint-product .list-files ul .file-info {
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.powerpoint-product .list-files ul .file-info i {
  padding-left: 0.25rem;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 900;
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.powerpoint-product .list-preview ul .preview {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border-radius: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background: #1e2730;
}

.powerpoint-product .list-preview ul .preview .index {
  padding-left: 0.25rem;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.powerpoint-product .list-preview ul .preview .show {
  width: 65px;
  margin-right: auto;
  display: block;
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.powerpoint-product .list-preview ul .preview-info {
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.powerpoint-product .list-preview ul .preview-info i {
  padding-left: 0.25rem;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.validation-errors {
  border: 1px solid #58151c;
  background: #f8d7da;
  border-color: #58151c;
  list-style: disc !important;
  padding: 10px;
  padding-right: 30px;
  line-height: 2;
  border-radius: 0.375rem;
}

@media (min-width: 1024px) {
  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:w-2\/6 {
    width: 33.333333%;
  }

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

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

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

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

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

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

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