@charset "UTF-8";

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.m-2{
  margin: 0.5rem;
}

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

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

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

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

.ms-1{
  margin-inline-start: 0.25rem;
}

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

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

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

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

.p-1{
  padding: 0.25rem;
}

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

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

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

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

.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-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.pe-2{
  padding-inline-end: 0.5rem;
}

.ps-2{
  padding-inline-start: 0.5rem;
}

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

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

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

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

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

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

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

:root {
  --clr-prim: #00ADB5;
  --clr-box: #F9F9F9;
  --clr-box-dark: #888;
  --shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

body {
  direction: rtl;
  font-family: "Kalameh";
  height: 100vh;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 60px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 768px){
  body{
    padding-top: 70px;
  }
}

.splide__arrow {
  border-radius: 5px !important;
  height: 4em !important;
  opacity: 0.5 !important;
}

@media (max-width: 768px) {
  .splide__arrow {
    display: none !important;
  }
}

.splide__pagination {
  bottom: -1.3rem !important;
}

.splide__pagination .is-active {
  background: #00adb5 !important;
  transform: scale(1) !important;
}

.splide__pagination .splide__pagination__page {
  border-radius: 5px !important;
  width: 20px !important;
}

@media (min-width: 768px){
  .splide-blog{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .splide-blog{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .splide-blog{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .splide-blog{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .splide-blog{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .splide-blog{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.splide-blog .splide__arrow {
  display: none !important;
}

.splide-blog .splide__track {
  padding: 20px 10px !important;
}

.backgrand-header {
  background: rgba(211, 211, 211, 0.4666666667);
}

header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
}

@media (min-width: 768px){
  header{
    top: 0.5rem;
  }
}

header .content-desktop{
  margin-left: auto;
  margin-right: auto;
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px){
  header .content-desktop{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    header .content-desktop{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    header .content-desktop{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    header .content-desktop{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    header .content-desktop{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    header .content-desktop{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    header .content-desktop{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

@media (min-width: 768px){
  header .content-desktop{
    display: flex;
  }
}

@media (min-width: 1024px){
  header .content-desktop{
    border-radius: 100px;
  }
}

header .content-desktop .links{
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){
  header .content-desktop .links{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px){
  header .content-desktop .links{
    padding-left: 0px;
    padding-right: 0px;
  }
}

header .content-desktop .links .list{
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

header .content-desktop .links .list .li{
  position: relative;
  cursor: pointer;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

header .content-desktop .links .list .li a{
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  header .content-desktop .links .list .li a{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}

header .content-desktop .links .list .li a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

header .content-desktop .links .list .li a:hover svg{
  stroke: #00ADB5;
}

header .content-desktop .links .list .li a:hover p{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

header .content-desktop .links .list .li a p{
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  header .content-desktop .links .list .li a p{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}

header .content-desktop .links .list .li a p:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

header .content-desktop .links .list .li a svg{
  stroke: #000;
}

header .content-desktop .links .list .li .active{
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 5px 7px rgba(0, 173, 181, .4));
  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);
}

header .content-desktop .links .list .li .active svg{
  stroke: #00ADB5;
}

header .content-desktop .links .list .li .active p{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

header .content-desktop .links .list .li ul{
  position: absolute;
  top: 2.5rem;
  inset-inline-start: 0px;
  display: none;
  width: 130px;
  max-width: 130px;
  border-radius: 10px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  background: rgba(152, 161, 161, 0.8);
}

header .content-desktop .links .list .li ul .arrow{
  position: absolute;
  top: -15px;
  height: 0px;
  width: 0px;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px){
  header .content-desktop .links .list .li ul .arrow{
    inset-inline-start: 50%;
  }
}

@media (min-width: 1024px){
  header .content-desktop .links .list .li ul .arrow{
    inset-inline-start: 38%;
  }
}

header .content-desktop .links .list .li ul .arrow {
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(152, 161, 161, 0.8);
  border-top: 0;
}

header .content-desktop .links .list .li ul li{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}

header .content-desktop .links .list .li ul li:hover{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header .content-desktop .links .list .li ul li:hover a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

header .content-desktop .links .list .li ul li a{
  white-space: nowrap;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  header .content-desktop .links .list .li ul li a{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
  }
}

header .content-desktop .links .logo{
  height: 40px;
  width: 40px;
  cursor: pointer;
}

header .content-desktop .links .logo img{
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .content-desktop .btn-gruop{
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px){
  header .content-desktop .btn-gruop{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px){
  header .content-desktop .btn-gruop{
    padding-left: 0px;
    padding-right: 0px;
  }
}

header .content-desktop .btn-gruop a{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

header .content-desktop .btn-gruop a svg{
  height: 25px;
  width: 25px;
}

header .content-desktop .btn-gruop .shopping-bag{
  position: relative;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

header .content-desktop .btn-gruop .shopping-bag span{
  position: absolute;
  top: 0px;
  inset-inline-end: -0.25rem;
  display: flex;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .content-desktop .btn-gruop .langauges{
  position: relative;
  width: auto;
}

header .content-desktop .btn-gruop .langauges .btn-langauge{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  height: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 15px;
  padding: 0.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

header .content-desktop .btn-gruop .langauges .btn-langauge .lang-item{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

header .content-desktop .btn-gruop .langauges .btn-langauge .lang-item img{
  height: 25px;
  width: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

header .content-desktop .btn-gruop .langauges .btn-langauge .lang-item p{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: start;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .content-desktop .btn-gruop .langauges .list-langauge{
  position: absolute;
  top: 2.75rem;
  z-index: 2;
  display: none;
  width: 115px;
  border-radius: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px){
  header .content-desktop .btn-gruop .langauges .list-langauge{
    --tw-translate-x: 60%;
    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));
  }
}

@media (min-width: 1024px){
  header .content-desktop .btn-gruop .langauges .list-langauge{
    --tw-translate-x: 34%;
    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));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

header .content-desktop .btn-gruop .langauges .list-langauge {
  background: rgba(152, 161, 161, 0.8);
}

header .content-desktop .btn-gruop .langauges .list-langauge .arrow{
  position: absolute;
  top: -15px;
  height: 0px;
  width: 0px;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px){
  header .content-desktop .btn-gruop .langauges .list-langauge .arrow{
    inset-inline-start: 60%;
  }
}

@media (min-width: 1024px){
  header .content-desktop .btn-gruop .langauges .list-langauge .arrow{
    inset-inline-start: 38%;
  }
}

header .content-desktop .btn-gruop .langauges .list-langauge .arrow {
  border: 15px solid transparent;
  border-bottom: 15px solid rgba(152, 161, 161, 0.8);
  border-top: 0;
}

header .content-desktop .btn-gruop .langauges .list-langauge .lang-item{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 1024px){
  header .content-desktop .btn-gruop .langauges .list-langauge .lang-item{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

header .content-desktop .btn-gruop .langauges .list-langauge .lang-item:hover{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

header .content-desktop .btn-gruop .langauges .list-langauge .lang-item:hover p{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

header .content-desktop .btn-gruop .langauges .list-langauge .lang-item img{
  height: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

header .content-desktop .btn-gruop .langauges .list-langauge .lang-item p{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .content-mobile {
  background: rgba(211, 211, 211, 0.4666666667);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

header .content-mobile .logo{
  height: 40px;
  width: 40px;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: transparent;
}

header .content-mobile .logo img{
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .content-mobile .btns{
  display: flex;
  align-items: center;
}

header .content-mobile .btns svg{
  height: 1.75rem;
  width: 1.75rem;
  fill: none;
}

header .content-mobile .btns svg .path{
  fill: #222831;
}

header .content-mobile .btns svg .st1{
  stroke: #222831;
}

header .content-mobile .btns .shopping-bag{
  position: relative;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

header .content-mobile .btns .shopping-bag span{
  position: absolute;
  top: 0px;
  inset-inline-end: -0.25rem;
  display: flex;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

header .sidebar{
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(57, 62, 70,.9);
}

@media (min-width: 768px){
  header .sidebar{
    top: -0.5rem;
  }
}

header .sidebar .main-card {
  transform: translateX(-100%);
  animation: slide-in 0.3s forwards;
  position: absolute;
  top: 0.75rem;
  inset-inline-end: 0.5rem;
  display: flex;
  height: 97vh;
  width: 50%;
  max-width: 300px;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: scroll;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}

header .sidebar .main-card img{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 60px;
  width: 60px;
}

header .sidebar .main-card .list{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header .sidebar .main-card .list li{
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

header .sidebar .main-card .list li a{
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

header .sidebar .main-card .list .item-navbar{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .sidebar .main-card .list .item-navbar p{
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

header .sidebar .main-card .list .item-navbar svg{
  position: absolute;
  inset-inline-end: 0.25rem;
  stroke: #222831;
}

@media (min-width: 420px){
  header .sidebar .main-card .list .item-navbar svg{
    inset-inline-end: 1.75rem;
  }
}

@media (min-width: 640px){
  header .sidebar .main-card .list .item-navbar svg{
    inset-inline-end: 3.5rem;
  }
}

header .sidebar .main-card .list ul{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: none;
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 40 49 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 420px){
  header .sidebar .main-card .list ul{
    width: 75%;
  }
}

header .sidebar .main-card .list ul li{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
}

header .sidebar .main-card .list ul li a{
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

header .sidebar .main-card .language{
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header .sidebar .main-card .language a{
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

header .sidebar .main-card .language .info-lang{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 66.666667%;
  align-items: center;
  justify-content: center;
}

header .sidebar .main-card .language .info-lang .lang-item{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

header .sidebar .main-card .language .info-lang .lang-item .figure{
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}

header .sidebar .main-card .language .info-lang .lang-item .figure .img{
  height: 20px;
  width: 20px;
  max-width: 20px;
}

header .sidebar .main-card .language .info-lang .lang-item p{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: end;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

header .sidebar .main-card .language .info-lang svg{
  position: absolute;
  inset-inline-end: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  stroke: #222831;
}

@media (min-width: 420px){
  header .sidebar .main-card .language .info-lang svg{
    inset-inline-end: 2.25rem;
  }
}

@media (min-width: 640px){
  header .sidebar .main-card .language .info-lang svg{
    inset-inline-end: 4rem;
  }
}

header .sidebar .main-card .language .list-langauge{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: none;
  height: auto;
  max-width: 125px;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(34 40 49 / var(--tw-border-opacity));
}

header .sidebar .main-card .language .list-langauge .lang-item{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

header .sidebar .main-card .language .list-langauge .lang-item .figure{
  display: flex;
  height: 25px;
  align-items: center;
  justify-content: center;
}

header .sidebar .main-card .language .list-langauge .lang-item .figure .img{
  height: 20px;
  width: 20px;
}

header .sidebar .main-card .language .list-langauge .lang-item p{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

.footer{
  position: relative;
  bottom: -0px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

@media (min-width: 768px){
  .footer .samples{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .footer .samples{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .footer .samples{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .footer .samples{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .footer .samples{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .footer .samples{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

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

.footer .samples h3{
  cursor: pointer;
  white-space: nowrap;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .footer .samples h3{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer .samples .departmans{
  order: 3;
  grid-column: span 6 / span 6;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .footer .samples .departmans{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px){
  .footer .samples .departmans{
    order: 1;
    grid-column: span 2 / span 2;
  }
}

.footer .samples .departmans a{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  cursor: pointer;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footer .samples .departmans a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .footer .samples .departmans a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer .samples .social{
  order: -1;
  grid-column: span 6 / span 6;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .footer .samples .social{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px){
  .footer .samples .social{
    order: 2;
    grid-column: span 2 / span 2;
  }
}

.footer .samples .social a{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  cursor: pointer;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footer .samples .social a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .footer .samples .social a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer .samples .social a svg{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.footer .samples .access{
  order: 4;
  grid-column: span 6 / span 6;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .footer .samples .access{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px){
  .footer .samples .access{
    order: 3;
    grid-column: span 2 / span 2;
  }
}

.footer .samples .access a{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footer .samples .access a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .footer .samples .access a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.footer .samples .single-sample{
  order: 2;
  grid-column: span 6 / span 6;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .footer .samples .single-sample{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px){
  .footer .samples .single-sample{
    order: 4;
    grid-column: span 2 / span 2;
  }
}

.footer .samples .single-sample a{
  margin: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.footer .samples .single-sample a img{
  aspect-ratio: auto;
  height: auto;
  width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0.25rem;
}

@media (min-width: 420px){
  .footer .samples .single-sample a img{
    height: 130px;
    min-width: 80px;
  }
}

@media (min-width: 1024px){
  .footer .samples .single-sample a img{
    padding: 0.5rem;
  }
}

.footer .samples .answering{
  order: 4;
  grid-column: span 12 / span 12;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px){
  .footer .samples .answering{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

@media (min-width: 1024px){
  .footer .samples .answering{
    order: 4;
    grid-column: span 3 / span 3;

  }
}

.footer .samples .answering .h3{
  cursor: pointer;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .footer .samples .answering .h3{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .footer .samples .answering .h3{
    text-align: start;
  }
}

.footer .samples .answering .h3 {
  white-space: normal !important;
  -moz-text-align-last: center;
  text-align-last: center;
}

.footer .samples .answering a{
  display: block;
  width: 100%;
  padding-top: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.footer .samples .answering .programmer{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.footer .samples .answering .programmer .a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.footer .samples .answering .programmer button{
  height: 2.5rem;
  width: 180px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity));
  --tw-shadow: 6px 6px 12px #c5c5c5,-6px -6px 12px #ffffff;
  --tw-shadow-colored: 6px 6px 12px var(--tw-shadow-color), -6px -6px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.footer .samples .answering .programmer button span{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.footer .samples .answering .programmer button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer .samples .answering .programmer button:hover span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cart-sidebar{
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  display: none;
  height: 100vh;
  width: 100%;
  background-color: rgba(57, 62, 70,.9);
}

@media (min-width: 768px){
  .cart-sidebar{
    top: -0.5rem;
  }
}

.cart-sidebar .main-cart {
  transform: translateX(-100%);
  animation: cart-slide-in 0.3s forwards;
  position: absolute;
  top: 0.75rem;
  inset-inline-end: 0.5rem;
  display: flex;
  height: 97vh;
  width: 75%;
  min-width: 270px;
  max-width: 400px;
  flex-direction: column;
  justify-content: normal;
  overflow-y: scroll;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@keyframes cart-slide-in {
  100% {
    transform: translateX(0%);
  }
}

.cart-sidebar .main-cart .products::-webkit-scrollbar {
  display: none;
}

.cart-sidebar .main-cart .products {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex;
  height: 75%;
  flex-direction: column;
  justify-content: normal;
  overflow-y: scroll;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.cart-sidebar .main-cart .products .single-product{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.cart-sidebar .main-cart .products .single-product .img-product{
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0.5rem;
}

.cart-sidebar .main-cart .products .single-product .img-product svg{
  height: 25px;
  width: 20px;
  min-width: 20px;
  cursor: pointer;
}

@media (min-width: 640px){
  .cart-sidebar .main-cart .products .single-product .img-product svg{
    width: 25px;
    min-width: 25px;
  }
}

.cart-sidebar .main-cart .products .single-product .img-product img{
  aspect-ratio: 1 / 1;
  height: auto;
  width: 60%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .cart-sidebar .main-cart .products .single-product .img-product img{
    width: 80%;
  }
}

@media (min-width: 1024px){
  .cart-sidebar .main-cart .products .single-product .img-product img{
    width: 60%;
  }
}

.cart-sidebar .main-cart .products .single-product .title-product{
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

.cart-sidebar .main-cart .products .single-product .title-product p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cart-sidebar .main-cart .products .single-product .price-product{
  grid-column: span 2 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.cart-sidebar .main-cart .products .single-product .price-product p{
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}

@media (min-width: 640px){
  .cart-sidebar .main-cart .products .single-product .price-product p{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.cart-sidebar .main-cart .products .single-product .price-product p mark{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.cart-sidebar .main-cart .btns-gruop{
  height: 25%;
  width: 100%;
}

.cart-sidebar .main-cart .btns-gruop .force h3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.cart-sidebar .main-cart .btns-gruop .force h3 mark{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.cart-sidebar .main-cart .btns-gruop a{
  display: block;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.cart-sidebar .main-cart .btns-gruop a button{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.backgrand-departman{
  position: absolute;
  top: 0px;
  inset-inline-end: 0px;
  height: 100%;
  width: 100%;
}

.backgrand-departman img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.backgrand-departman .layer{
  position: absolute;
  bottom: -0.5rem;
  height: 10rem;
  width: 100%;
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.card-title{
  margin-bottom: 0px;
  width: 100%;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

@media (min-width: 768px){
  .card-title{
    margin-bottom: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.card-title h1{
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.card-title p{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

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

.card-title-tow{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.card-title-tow h1{
  margin-bottom: 0px;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .card-title-tow h1{
    margin-bottom: 1.25rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.card-blog{
  position: relative;
  height: 200px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 75ms;
}

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

@media (min-width: 640px){
  .card-blog{
    height: 250px;
    border-radius: 1.5rem;
  }
}

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

.card-blog .img-card{
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-blog .description {
  background: linear-gradient(345.56deg, rgba(0, 173, 181, 0.5) -26.89%, #404061 175.07%);
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 0.5rem;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px){
  .card-blog .description{
    padding: 1.25rem;
  }
}

.card-blog .description h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.card-blog .description .desc{
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  text-align: start;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .card-blog .description .desc{
    display: block;
  }
}

.card-blog .description .desc {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-blog .description .foter{
  display: block;
  align-items: center;
  justify-content: space-between;
  text-align: end;
}

@media (min-width: 640px){
  .card-blog .description .foter{
    display: flex;
  }
}

.card-blog .description .foter .date{
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(238 238 238 / var(--tw-text-opacity));
}

.card-blog .description .foter a{
  display: inline-block;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

.card-blog .description .foter a svg {
  transform: rotateY(0deg);
}

.title{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .title{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .title{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .title{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .title{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .title{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .title{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.title .caption{
  position: relative;
}

.title .caption img{
  height: 50px;
  width: 50px;
  opacity: .4;
}

.title .caption h2{
  position: absolute;
  inset-inline-start: 30px;
  top: 0.75rem;
  white-space: nowrap;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .title .caption h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.title p{
  border-radius: 0.25rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .title p{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.title svg{
  height: 1rem;
  width: 1rem;
}

@media (min-width: 768px){
  .title svg{
    height: 1.5rem;
    width: 1.5rem;
  }
}

.pagenite{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pagenite .btn-gruops{
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagenite .btn-gruops button{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.pagenite .btn-gruops button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pagenite .btn-gruops .active{
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(0 173 181 / var(--tw-border-opacity));
}

.list-card{
  margin-top: 1.75rem;
  display: grid;
  gap: 1rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .list-card{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .list-card{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .list-card{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .list-card{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .list-card{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .list-card{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

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

@media (min-width: 768px){
  .list-card{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.list-card .card{
  width: 100%;
  cursor: pointer;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 200ms;
}

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

@media (min-width: 420px){
  .list-card .card{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 768px){
  .list-card .card{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.list-card .card h3{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 5px 7px rgba(0, 173, 181, .4));
  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: 768px){
  .list-card .card h3{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.list-card .card p{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .list-card .card p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.modal-profile{
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 20;
  display: none;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
  background-color: rgba(57, 62, 70,.9);
}

@media (min-width: 768px){
  .modal-profile{
    top: -0.5rem;
  }
}

.modal-profile .content-modal-profile{
  height: -moz-min-content;
  height: min-content;
  width: 91.666667%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .modal-profile .content-modal-profile{
    width: 50%;
  }
}

@media (min-width: 768px){
  .modal-profile .content-modal-profile{
    width: 60%;
  }
}

@media (min-width: 1024px){
  .modal-profile .content-modal-profile{
    width: 40%;
  }
}

@media (min-width: 1280px){
  .modal-profile .content-modal-profile{
    width: 25%;
  }
}

.modal-profile .content-modal-profile .box-info-modal{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.modal-profile .content-modal-profile .box-info-modal .img-modal{
  height: 3.5rem;
  width: 3.5rem;
  overflow: hidden;
  border-radius: 9999px;
}

.modal-profile .content-modal-profile .box-info-modal .img-modal img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-profile .content-modal-profile .box-info-modal h3{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

.modal-profile .content-modal-profile .box-info-modal p{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

.modal-profile .content-modal-profile .form{
  height: 100%;
  padding: 1rem;
}

.modal-profile .content-modal-profile .form .date-login{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.modal-profile .content-modal-profile .form .date-login svg{
  height: 1.25rem;
  width: 1.25rem;
}

.modal-profile .content-modal-profile .form .date-login svg .cls-1,
.modal-profile .content-modal-profile .form .date-login svg .cls-2{
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 50px;
}

.modal-profile .content-modal-profile .form .date-login svg .cls-1 {
  fill-rule: evenodd;
}

.modal-profile .content-modal-profile .form .date-login .date-info{
  display: flex;
  align-items: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.modal-profile .content-modal-profile .form .date-login .date-info h4{
  padding-inline-end: 0.25rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

.modal-profile .content-modal-profile .form .date-login .date-info p{
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

.modal-profile .content-modal-profile .form .button-modal{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.modal-profile .content-modal-profile .form .button-modal:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
}

.modal-profile .content-modal-profile .form .button-modal:hover p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal-profile .content-modal-profile .form .button-modal button{
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-profile .content-modal-profile .form .button-modal button p{
  width: 100%;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.modal-profile .content-modal-profile .form .btn-group-modal{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1rem;
}

.modal-profile .content-modal-profile .form .btn-group-modal button{
  width: 50%;
  overflow: hidden;
  border-radius: 0.5rem;
}

.modal-profile .content-modal-profile .form .btn-group-modal .exit-btn{
  position: relative;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}

.modal-profile .content-modal-profile .form .btn-group-modal .exit-btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.modal-profile .content-modal-profile .form .btn-group-modal .exit-btn:hover svg path{
  fill: #fff;
}

.modal-profile .content-modal-profile .form .btn-group-modal .exit-btn:hover p{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.modal-profile .content-modal-profile .form .btn-group-modal .exit-btn svg{
  position: relative;
  inset-inline-start: 0px;
  height: 1.25rem;
  width: 1.25rem;
  fill: none;
  transform: rotateY(180deg);
}

.modal-profile .content-modal-profile .form .btn-group-modal .exit-btn svg path{
  fill: #dc2626;
}

.modal-profile .content-modal-profile .form .btn-group-modal .exit-btn p{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.item-slider-home{
  position: relative;
}

.item-slider-home img{
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  border-radius: 0.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px){
  .item-slider-home img{
    height: 27vw;
  }
}

.item-slider-home .info-slider{
  position: absolute;
  right: 0px;
  bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px){
  .item-slider-home .info-slider{
    bottom: 1.25rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px){
  .item-slider-home .info-slider{
    width: 50%;
  }
}

.item-slider-home .info-slider {
  background-color: rgba(255, 255, 255, 0.6);
  direction: rtl;
}

.item-slider-home .info-slider p{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 5px 7px rgba(0, 173, 181, .4));
  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: 420px){
  .item-slider-home .info-slider p{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .item-slider-home .info-slider p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.item-slider-home .info-slider .link-button{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .item-slider-home .info-slider .link-button{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .item-slider-home .info-slider .link-button{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.homePage .aboutUs{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .homePage .aboutUs{
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}

.homePage .aboutUs .about-card{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .homePage .aboutUs .about-card{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .homePage .aboutUs .about-card{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .homePage .aboutUs .about-card{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .homePage .aboutUs .about-card{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .homePage .aboutUs .about-card{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .homePage .aboutUs .about-card{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .homePage .aboutUs .about-card{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.homePage .aboutUs .about-card h3{
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .homePage .aboutUs .about-card h3{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.homePage .aboutUs .about-card p{
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  .homePage .aboutUs .about-card p{
    font-size: 1rem;
    line-height: 2rem;
  }
}

.homePage .aboutUs .about-card p {
  -moz-text-align-last: center;
  text-align-last: center;
}

.homePage .back-slider{
  height: 150px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .homePage .back-slider{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .homePage .back-slider{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .homePage .back-slider{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .homePage .back-slider{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .homePage .back-slider{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .homePage .back-slider{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .homePage .back-slider{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

@media (min-width: 640px){
  .homePage .back-slider{
    height: 170px;
  }
}

@media (min-width: 768px){
  .homePage .back-slider{
    height: 230px;
  }
}

.homePage .back-slider .card-slider{
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background-image: linear-gradient(345.56deg,#00ADB5 -26.89%,#404061 175.07%);
}

@media (min-width: 768px){
  .homePage .back-slider .card-slider{
    border-radius: 35px;
  }
}

.homePage .back-slider .card-slider::after{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-image: url("../images/pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  --tw-content: "";
  content: var(--tw-content);
}

.homePage .back-slider .card-slider .box-slider{
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 95%;
  --tw-translate-x: -2.5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .homePage .back-slider .card-slider .box-slider{
    top: 1rem;
  }
}

.homePage .back-slider .card-slider .box-slider .splide-product .splide__arrow {
  display: none !important;
}

.homePage .back-slider .card-slider .box-slider .splide-product .splide__track {
  padding: 20px 10px !important;
}

@media (max-width: 375px) {
  .homePage .back-slider .card-slider .box-slider .splide-product .splide__track {
    padding: 20px 7px !important;
  }
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product{
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 75ms;
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product:hover{
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .homePage .back-slider .card-slider .box-slider .splide-product .card-product{
    border-radius: 1.5rem;
  }
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product .img{
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product .info{
  width: 100%;
  padding: 0.75rem;
}

@media (min-width: 768px){
  .homePage .back-slider .card-slider .box-slider .splide-product .card-product .info{
    padding: 1.25rem;
  }
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .prises{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 2px;
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .prises h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .btn-group{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}

@media (min-width: 768px){
  .homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .btn-group{
    padding-top: 1rem;
  }
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .btn-group .price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .btn-group a{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .btn-group a svg{
  height: 1rem;
  width: 1rem;
}

@media (min-width: 768px){
  .homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .btn-group a svg{
    height: 1.5rem;
    width: 1.5rem;
  }
}

.homePage .chapter-desktop{
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

@media (min-width: 768px){
  .homePage .chapter-desktop{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .homePage .chapter-desktop{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .homePage .chapter-desktop{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .homePage .chapter-desktop{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .homePage .chapter-desktop{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .homePage .chapter-desktop{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .homePage .chapter-desktop{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

@media (min-width: 640px){
  .homePage .chapter-desktop{
    display: grid;
  }
}

.homePage .chapter-desktop .images{
  grid-column: span 2 / span 2;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: space-between;
}

@media (min-width: 640px){
  .homePage .chapter-desktop .images{
    grid-column: span 1 / span 1;
    height: 90vh;
  }
}

.homePage .chapter-desktop .images .cover{
  aspect-ratio: auto;
  height: auto;
  width: 100%;
  cursor: pointer;
  border-radius: 25px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .homePage .chapter-desktop .images .cover{
    aspect-ratio: 1 / 1;
    height: 60vh;
  }
}

.homePage .chapter-desktop .images .wide{
  aspect-ratio: auto;
  height: auto;
  width: 100%;
  cursor: pointer;
  border-radius: 25px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .homePage .chapter-desktop .images .wide{
    aspect-ratio: 16 / 9;
    height: 30vh;
  }
}

.homePage .chapter-mobile{
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.homePage .chapter-mobile img{
  aspect-ratio: auto;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}

@media (min-width: 768px){
  .homePage .subscribe{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .homePage .subscribe{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .homePage .subscribe{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .homePage .subscribe{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .homePage .subscribe{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .homePage .subscribe{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.homePage .subscribe .registration{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .homePage .subscribe .registration{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

.homePage .subscribe .registration h3{
  cursor: pointer;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .homePage .subscribe .registration h3{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px){
  .homePage .subscribe .registration h3{
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.homePage .subscribe .registration .form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.75rem;
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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: 420px){
  .homePage .subscribe .registration .form{
    width: 75%;
  }
}

@media (min-width: 1024px){
  .homePage .subscribe .registration .form{
    width: 50%;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.homePage .subscribe .registration .form .input{
  width: 100%;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: end;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.homePage .subscribe .registration .form .button{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .homePage .subscribe .registration .form .button{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .homePage .subscribe .registration .form .button{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.homePage .subscribe .registration p{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .homePage .subscribe .registration p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.homePage .subscribe .registration .programmer{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.homePage .subscribe .registration .programmer .a {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.homePage .subscribe .registration .programmer button{
  height: 2.5rem;
  width: 180px;
  cursor: pointer;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background: #ffffff;
}

.homePage .subscribe .registration .programmer button span{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.homePage .subscribe .registration .programmer button:hover{
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.homePage .subscribe .registration .programmer button:hover span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shopPage .content{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px){
  .shopPage .content{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .shopPage .content{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .shopPage .content{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .shopPage .content{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .shopPage .content{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .shopPage .content{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.shopPage .content .sidbar-page{
  grid-column: span 4 / span 4;
  display: grid;
  height: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

@media (min-width: 1024px){
  .shopPage .content .sidbar-page{
    grid-column: span 1 / span 1;
    display: block;
  }
}

.shopPage .content .sidbar-page .sort{
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --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);
}

.shopPage .content .sidbar-page .sort h2{
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .shopPage .content .sidbar-page .sort h2{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.shopPage .content .sidbar-page .sort .items{
  position: relative;
  top: 0.5rem;
  display: none;
  height: auto;
  width: auto;
  min-width: 95vw;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 420px){
  .shopPage .content .sidbar-page .sort .items{
    min-width: 97vw;
  }
}

@media (min-width: 640px){
  .shopPage .content .sidbar-page .sort .items{
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px){
  .shopPage .content .sidbar-page .sort .items{
    position: static;
  }
}

.shopPage .content .sidbar-page .sort .items .item{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .shopPage .content .sidbar-page .sort .items .item{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.shopPage .content .sidbar-page .sort .items .item:hover{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.shopPage .content .sidbar-page .price{
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --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);
}

.shopPage .content .sidbar-page .price h2{
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .shopPage .content .sidbar-page .price h2{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.shopPage .content .sidbar-page .price .input-range{
  position: relative;
  top: 0.5rem;
  inset-inline-start: -50%;
  display: none;
  height: auto;
  width: 100%;
  min-width: 60vw;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 420px){
  .shopPage .content .sidbar-page .price .input-range{
    inset-inline-start: -30%;
    min-width: 50vw;
  }
}

@media (min-width: 640px){
  .shopPage .content .sidbar-page .price .input-range{
    inset-inline-start: 0px;
    min-width: 100%;
  }
}

@media (min-width: 768px){
  .shopPage .content .sidbar-page .price .input-range{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1024px){
  .shopPage .content .sidbar-page .price .input-range{
    position: static;
  }
}

.shopPage .content .sidbar-page .price .input-range .center{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.shopPage .content .sidbar-page .price .input-range .dual-range {
  height: 20px;
  width: 100%;
  background: var(--clr-box-dark);
  border-radius: 50px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.shopPage .content .sidbar-page .price .input-range .dual-range .highlight {
  position: absolute;
  height: 20px;
  width: calc(var(--x-2) - var(--x-1) + 26px);
  left: var(--x-1);
  background: var(--clr-prim);
  z-index: 1;
  border-radius: 50px;
}

.shopPage .content .sidbar-page .price .input-range .dual-range .handle {
  width: 26px;
  height: 26px;
  background: #fff;
  position: absolute;
  box-shadow: var(--shadow);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: grab;
}

.shopPage .content .sidbar-page .price .input-range .dual-range .handle:active {
  cursor: grabbing;
}

.shopPage .content .sidbar-page .price .input-range .dual-range .handle.left {
  left: var(--x-1);
}

.shopPage .content .sidbar-page .price .input-range .dual-range .handle.right {
  left: var(--x-2);
}

.shopPage .content .sidbar-page .price .input-range .dual-range .handle::after {
  content: attr(data-value);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.shopPage .content .sidbar-page .category{
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: -moz-min-content;
  height: min-content;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --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);
}

.shopPage .content .sidbar-page .category h2{
  width: 100%;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .shopPage .content .sidbar-page .category h2{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.shopPage .content .sidbar-page .category .content-category{
  position: relative;
  top: 0.5rem;
  inset-inline-end: 215%;
  display: none;
  height: auto;
  width: auto;
  min-width: 95vw;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 420px){
  .shopPage .content .sidbar-page .category .content-category{
    min-width: 97vw;
  }
}

@media (min-width: 640px){
  .shopPage .content .sidbar-page .category .content-category{
    inset-inline-end: 0px;
    min-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px){
  .shopPage .content .sidbar-page .category .content-category{
    position: static;
  }
}

.shopPage .content .sidbar-page .category .content-category a{
  display: block;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .shopPage .content .sidbar-page .category .content-category a{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.shopPage .content .sidbar-page .category .content-category a:hover{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.shopPage .content .content-page{
  grid-column: span 4 / span 4;
  height: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 1024px){
  .shopPage .content .content-page{
    grid-column: span 3 / span 3;
  }
}

.shopPage .content .content-page .products{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 2rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

@media (min-width: 420px){
  .shopPage .content .content-page .products{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .shopPage .content .content-page .products{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.shopPage .content .content-page .products .card-product{
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 75ms;
}

.shopPage .content .content-page .products .card-product:hover{
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .shopPage .content .content-page .products .card-product{
    border-radius: 1.5rem;
  }
}

.shopPage .content .content-page .products .card-product .img{
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shopPage .content .content-page .products .card-product .info{
  width: 100%;
  padding: 0.75rem;
}

@media (min-width: 768px){
  .shopPage .content .content-page .products .card-product .info{
    padding: 1.25rem;
  }
}

.shopPage .content .content-page .products .card-product .info .prises{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 2px;
}

.shopPage .content .content-page .products .card-product .info .prises h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.shopPage .content .content-page .products .card-product .info .btn-group{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
}

@media (min-width: 768px){
  .shopPage .content .content-page .products .card-product .info .btn-group{
    padding-top: 1rem;
  }
}

.shopPage .content .content-page .products .card-product .info .btn-group .price{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.shopPage .content .content-page .products .card-product .info .btn-group a{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.shopPage .content .content-page .products .card-product .info .btn-group a svg{
  height: 1rem;
  width: 1rem;
}

@media (min-width: 768px){
  .shopPage .content .content-page .products .card-product .info .btn-group a svg{
    height: 1.5rem;
    width: 1.5rem;
  }
}

.product-page .product-content{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

@media (min-width: 768px){
  .product-page .product-content{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .product-page .product-content{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .product-page .product-content{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .product-page .product-content{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .product-page .product-content{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .product-page .product-content{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .product-page .product-content{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.product-page .product-content .card-info{
  order: 1;
  grid-column: span 6 / span 6;
  height: -moz-max-content;
  height: max-content;
}

@media (min-width: 1024px){
  .product-page .product-content .card-info{
    grid-column: span 4 / span 4;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}

.product-page .product-content .card-info .informtion{
  height: -moz-max-content;
  height: max-content;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.product-page .product-content .card-info .informtion .info{
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.product-page .product-content .card-info .informtion .info .box-info{
  display: inline-block;
  width: 100%;
}

@media (min-width: 420px){
  .product-page .product-content .card-info .informtion .info .box-info{
    display: flex;
  }
}
@media (min-width: 640px){
  .product-page .product-content .card-info .informtion .info .box-info{
    width: auto;
  }
}

.product-page .product-content .card-info .informtion .info .box-info .img{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  height: -moz-min-content;
  height: min-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.product-page .product-content .card-info .informtion .info .box-info .img img{
  aspect-ratio: 1 / 1;
  max-height: 150px;
  max-width: 150px;
  border-radius: 15px;
}

@media (min-width: 768px){
  .product-page .product-content .card-info .informtion .info .box-info .img img{
    height: 200px;
    width: 200px;
  }
}

.product-page .product-content .card-info .informtion .info .box-info .img .bookmark{
  position: absolute;
  top: 0px;
  left: 0.75rem;
  display: flex;
  height: 35px;
  width: 25px;
  align-items: center;
  justify-content: center;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .card-info .informtion .info .box-info .img .bookmark{
    height: 40px;
    width: 30px;
  }
}

.product-page .product-content .card-info .informtion .info .box-info .product-info h2{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info h2{
    text-align: start;
  }
}

@media (min-width: 640px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info h2{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info h2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product-page .product-content .card-info .informtion .info .box-info .product-info .text{
  display: inline-block;
  width: 100%;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 420px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info .text{
    display: flex;
  }
}

@media (min-width: 640px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info .text{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.product-page .product-content .card-info .informtion .info .box-info .product-info .text span{
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info .text span{
    width: auto;
    text-align: start;
  }
}

@media (min-width: 768px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info .text span{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .card-info .informtion .info .box-info .product-info .text p{
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 420px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info .text p{
    width: auto;
    text-align: start;
  }
}

@media (min-width: 768px){
  .product-page .product-content .card-info .informtion .info .box-info .product-info .text p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .card-info .informtion .info .sharing{
  position: absolute;
  inset-inline-end: 0px;
  display: flex;
  height: -moz-max-content;
  height: max-content;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 640px){
  .product-page .product-content .card-info .informtion .info .sharing{
    position: static;
  }
}

.product-page .product-content .card-info .informtion .info .sharing button{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-radius: 10px;
  border-width: 1px;
  padding: 0.5rem;
}

.product-page .product-content .card-info .informtion .info .sharing button svg{
  height: 20px;
  width: 20px;
}

@media (min-width: 640px){
  .product-page .product-content .card-info .informtion .info .sharing button svg{
    height: 30px;
    width: 30px;
  }
}

.product-page .product-content .card-info .informtion .box-informtion{
  display: block;
}

@media (min-width: 1024px){
  .product-page .product-content .card-info .informtion .box-informtion{
    display: none;
  }
}

.product-page .product-content .card-info .informtion .box-informtion .prises{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}

@media (min-width: 640px){
  .product-page .product-content .card-info .informtion .box-informtion .prises{
    padding: 1.25rem;
  }
}

.product-page .product-content .card-info .informtion .box-informtion .prises .price{
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .card-info .informtion .box-informtion .prises .price{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .card-info .informtion .box-informtion .button{
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .card-info .informtion .box-informtion .button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .card-price{
  order: 2;
  grid-column: span 6 / span 6;
  display: none;
  height: -moz-max-content;
  height: max-content;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 1024px){
  .product-page .product-content .card-price{
    grid-column: span 2 / span 2;
    grid-row-start: 1;
    grid-row-end: 3;
    display: inline-block;
  }
}

.product-page .product-content .card-price img{
  aspect-ratio: 1 / 1;
  height: auto;
  width: 25%;
  border-radius: 15px;
}

.product-page .product-content .card-price h2{
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .card-price h2{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .card-price .text{
  display: flex;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.product-page .product-content .card-price .text p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-weight: 600;
}

.product-page .product-content .card-price .prises{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
}

.product-page .product-content .card-price .prises .price{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.product-page .product-content .card-price .button{
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .card-price .button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .description{
  order: 3;
  grid-column: span 6 / span 6;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  height: auto;
  border-radius: 15px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 1024px){
  .product-page .product-content .description{
    grid-column: span 4 / span 4;
    grid-row-start: 2;
    grid-row-end: 4;
  }
}

.product-page .product-content .description .header-card{
  position: sticky;
  top: 55px;
  display: flex;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 768px){
  .product-page .product-content .description .header-card{
    top: 65px;
  }
}

.product-page .product-content .description .header-card button{
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .product-page .product-content .description .header-card button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .description .header-card .button-active{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .description .header-card .button-active{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.product-page .product-content .description .content-card{
  width: 100%;
}

.product-page .product-content .description .content-card .about-card{
  width: 100%;
  padding: 0.75rem;
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .about-card{
    padding: 1.25rem;
  }
}

.product-page .product-content .description .content-card .about-card p{
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (min-width: 640px){
  .product-page .product-content .description .content-card .about-card p{
    font-size: 1rem;
    line-height: 2rem;
  }
}

.product-page .product-content .description .content-card .id-card{
  width: 100%;
  padding: 0.75rem;
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .id-card{
    padding: 1.25rem;
  }
}

.product-page .product-content .description .content-card .id-card h2{
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .id-card h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}

.product-page .product-content .description .content-card .id-card .item{
  display: inline-block;
  width: 100%;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

@media (min-width: 640px){
  .product-page .product-content .description .content-card .id-card .item{
    display: flex;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.product-page .product-content .description .content-card .id-card .item span{
  width: 100%;
  white-space: nowrap;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .product-page .product-content .description .content-card .id-card .item span{
    width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .description .content-card .id-card .item p{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .product-page .product-content .description .content-card .id-card .item p{
    width: auto;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.product-page .product-content .description .content-card .rate-card{
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0.75rem;
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .rate-card{
    padding: 1.25rem;
  }
}

.product-page .product-content .description .content-card .rate-card form{
  grid-column: span 2 / span 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.product-page .product-content .description .content-card .rate-card form h2{
  grid-column: span 2 / span 2;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .rate-card form h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}

.product-page .product-content .description .content-card .rate-card form label{
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .rate-card form label{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.product-page .product-content .description .content-card .rate-card form input,
.product-page .product-content .description .content-card .rate-card form textarea{
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .rate-card form input,
.product-page .product-content .description .content-card .rate-card form textarea{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.product-page .product-content .description .content-card .rate-card form .name,
.product-page .product-content .description .content-card .rate-card form .email{
  grid-column: span 2 / span 2;
}

@media (min-width: 640px){
  .product-page .product-content .description .content-card .rate-card form .name,
.product-page .product-content .description .content-card .rate-card form .email{
    grid-column: span 1 / span 1;
  }
}

.product-page .product-content .description .content-card .rate-card form .descriptions{
  grid-column: span 2 / span 2;
}

.product-page .product-content .description .content-card .rate-card form .submitForm{
  grid-column: span 2 / span 2;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-page .product-content .description .content-card .rate-card form .submitForm button{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.product-page .product-content .description .content-card .rate-card h3{
  grid-column: span 2 / span 2;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .rate-card h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
  }
}

.product-page .product-content .description .content-card .rate-card .comments{
  grid-column: span 2 / span 2;
}

.product-page .product-content .description .content-card .rate-card .comments .comment{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product-page .product-content .description .content-card .rate-card .comments .comment svg{
  height: 1rem;
  width: 1rem;
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .rate-card .comments .comment svg{
    height: 1.5rem;
    width: 1.5rem;
  }
}

.product-page .product-content .description .content-card .rate-card .comments .comment span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .rate-card .comments .comment span{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}

.product-page .product-content .description .content-card .rate-card .comments .comment p{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .product-page .product-content .description .content-card .rate-card .comments .comment p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.blogPage .box-blog-info{
  position: relative;
  z-index: 10;
}

.blogPage .box-blog-info .blog-info{
  display: flex;
  align-items: center;
  justify-content: center;
}

.blogPage .box-blog-info .blog-info .information{
  width: 100%;
}

@media (min-width: 640px){
  .blogPage .box-blog-info .blog-info .information{
    width: 75%;
  }
}

@media (min-width: 1024px){
  .blogPage .box-blog-info .blog-info .information{
    width: 50%;
  }
}

.blogPage .box-blog-info .blog-info .information .content-info h2{
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 5px 7px rgba(0, 173, 181, .4));
  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);
}

.blogPage .box-blog-info .blog-info .information .content-info h2 mark{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.blogPage .box-blog-info .blog-info .information .content-info p{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --tw-drop-shadow: drop-shadow(0 5px 7px rgba(0, 173, 181, .4));
  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: 768px){
  .blogPage .box-blog-info .blog-info .information .content-info p{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}

.blogPage .box-blog-info .blog-info .information .box-search{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  width: 91.666667%;
  align-items: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 768px){
  .blogPage .box-blog-info .blog-info .information .box-search{
    width: 75%;
  }
}

.blogPage .box-blog-info .blog-info .information .box-search input{
  width: 100%;
  background-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 768px){
  .blogPage .box-blog-info .blog-info .information .box-search input{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.blogPage .box-blog-info .blog-info .information .box-search input::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.blogPage .box-blog-info .blog-info .information .box-search input::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.blogPage .box-blog-info .blog-info .information .box-search button{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.blogPage .box-blog-info .blog-info .information .box-search button svg{
  height: 2rem;
  width: 2rem;
}

.blogPage .blogs{
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
  row-gap: 1.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px){
  .blogPage .blogs{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .blogPage .blogs{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .blogPage .blogs{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .blogPage .blogs{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .blogPage .blogs{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .blogPage .blogs{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }

  .blogPage .blogs{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

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

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

.aboutPage .card-text{
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .aboutPage .card-text{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .aboutPage .card-text{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .aboutPage .card-text{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .aboutPage .card-text{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .aboutPage .card-text{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .aboutPage .card-text{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.aboutPage .card-text .card-group{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --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);
}

.aboutPage .card-text .card-group .text-box{
  grid-column: span 6 / span 6;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .aboutPage .card-text .card-group .text-box{
    grid-column: span 4 / span 4;
    padding: 1.75rem;
  }
}

.aboutPage .card-text .card-group .text-box h2{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .aboutPage .card-text .card-group .text-box h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.aboutPage .card-text .card-group .text-box p{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media (min-width: 768px){
  .aboutPage .card-text .card-group .text-box p{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 2rem;
  }
}

.aboutPage .card-text .card-group .text-box p {
  -moz-text-align-last: center;
  text-align-last: center;
}

.aboutPage .card-text .card-group figure{
  grid-column: span 6 / span 6;
  padding: 1.25rem;
}

@media (min-width: 768px){
  .aboutPage .card-text .card-group figure{
    grid-column: span 2 / span 2;
    padding: 1.75rem;
  }
}

.aboutPage .card-text .card-group figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .contactPage{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .contactPage{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .contactPage{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .contactPage{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .contactPage{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .contactPage{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.contactPage .contact-box{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .contactPage .contact-box{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.contactPage .contact-box .section-contect{
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  --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: 768px){
  .contactPage .contact-box .section-contect{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.contactPage .contact-box .section-contect .card-contect{
  grid-column: span 6 / span 6;
  height: -moz-min-content;
  height: min-content;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 640px){
  .contactPage .contact-box .section-contect .card-contect{
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px){
  .contactPage .contact-box .section-contect .card-contect{
    grid-column: span 4 / span 4;
  }
}

.contactPage .contact-box .section-contect .card-contect h3{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.contactPage .contact-box .section-contect .card-contect p{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}

.contactPage .contact-box .section-contect .card-contect .social{
  width: 100%;
}

.contactPage .contact-box .section-contect .card-contect .social a{
  display: inline-block;
}

.contactPage .contact-box .section-contect .card-contect .address{
  width: 100%;
}

.contactPage .contact-box .section-contect .card-contect .info{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.contactPage .contact-box .section-contect .card-map{
  grid-column: span 6 / span 6;
  margin-top: auto;
  margin-bottom: auto;
  height: -moz-min-content;
  height: min-content;
  padding-top: 1.25rem;
}

@media (min-width: 640px){
  .contactPage .contact-box .section-contect .card-map{
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px){
  .contactPage .contact-box .section-contect .card-map{
    grid-column: span 2 / span 2;
  }
}

.contactPage .contact-box .section-contect .card-map figure{
  margin-left: auto;
  margin-right: auto;
  height: 75%;
  width: 75%;
  border-radius: 0.5rem;
  border-width: 1px;
  --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);
}

.contactPage .contact-box .section-contect .card-map figure img{
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
}

.contactPage .contact-box .section-contect .card-map .move-to-map{
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.contactPage .contact-box .section-contect .card-map .move-to-map button{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --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);
}

.departmanPage .card-departman{
  position: relative;
  z-index: 10;
}

@media (min-width: 768px){
  .departmanPage .card-departman{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .departmanPage .card-departman{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .departmanPage .card-departman{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .departmanPage .card-departman{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .departmanPage .card-departman{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .departmanPage .card-departman{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .departmanPage .card-departman{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.departmanPage .card-departman .introduction-box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: auto;
  height: 75%;
  width: 91.666667%;
  overflow: hidden;
  border-radius: 25px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 420px){
  .departmanPage .card-departman .introduction-box{
    width: 80%;
  }
}

@media (min-width: 768px){
  .departmanPage .card-departman .introduction-box{
    margin-top: 2rem;
    aspect-ratio: 16 / 9;
    height: auto;
    width: 80%;
  }
}

@media (min-width: 1024px){
  .departmanPage .card-departman .introduction-box{
    width: 66.666667%;
  }
}

.departmanPage .card-departman .introduction-box img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.departmanPage .card-departman .introduction-box .box-info-departman{
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px){
  .departmanPage .card-departman .introduction-box .box-info-departman{
    display: flex;
    padding: 1.75rem;
  }
}

.departmanPage .card-departman .introduction-box .box-info-departman {
  background: linear-gradient(345.56deg, rgba(0, 173, 181, 0.5) -26.89%, #404061 175.07%);
}

.departmanPage .card-departman .introduction-box .box-info-departman h2{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .departmanPage .card-departman .introduction-box .box-info-departman h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.departmanPage .card-departman .introduction-box .box-info-departman .date{
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .departmanPage .card-departman .introduction-box .box-info-departman .date{
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.departmanPage .card-departman .introduction-box .box-info-departman .date h3{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .departmanPage .card-departman .introduction-box .box-info-departman .date h3{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.departmanPage .card-departman .introduction-box .box-info-departman .date p{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .departmanPage .card-departman .introduction-box .box-info-departman .date p{
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.departmanPage .content-page{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 420px){
  .departmanPage .content-page{
    max-width: 420px;
  }
}

@media (min-width: 640px){
  .departmanPage .content-page{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .departmanPage .content-page{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .departmanPage .content-page{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px){
  .departmanPage .content-page{
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px){
  .departmanPage .content-page{
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.departmanPage .content-page h2{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .departmanPage .content-page h2{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .departmanPage .content-page h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.departmanPage .content-page p{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: justify;
  font-weight: 500;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .departmanPage .content-page p{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .departmanPage .content-page p{
    margin-bottom: 1.25rem;
    line-height: 2.25rem;
  }
}

/*.departmanPage .content-page p {*/
/*  -moz-text-align-last: center;*/
/*  text-align-last: center;*/
/*}*/

.accountPage{
  position: relative;
  top: -70px;
  display: flex;
  height: 100vh;
  width: 100vw;
  align-items: center;
  justify-content: center;
}

.accountPage .backgrand-account{
  position: absolute;
  top: 0px;
  inset-inline-start: 0px;
  height: 100vh;
  width: 100%;
}

.accountPage .backgrand-account img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.accountPage .moveing{
  margin-top: 0.5rem;
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 40 49 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .accountPage .moveing{
    margin-top: 0.25rem;
    height: 2.25rem;
  }
}

.accountPage .moveing:hover{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 173 181 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.accountPage .moveing:hover p{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.accountPage .moveing:hover svg{
  stroke: #00ADB5;
}

.accountPage .moveing p{
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.accountPage .moveing svg{
  height: 1rem;
  width: 1.75rem;
  stroke: #fff;
}

.accountPage .box-form{
  position: relative;
  height: 66.666667%;
  width: 91.666667%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 420px){
  .accountPage .box-form{
    width: 66.666667%;
  }
}

@media (min-width: 768px){
  .accountPage .box-form{
    width: 41.666667%;
  }
}

@media (min-width: 1024px){
  .accountPage .box-form{
    width: 25%;
  }
}

.accountPage .box-form form{
  height: 100%;
}

.accountPage .box-form .form{
  height: 100%;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .accountPage .box-form .form{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.accountPage .box-form .form-secendery{
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .accountPage .box-form .form-secendery{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.accountPage .box-form h2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.accountPage .box-form .title{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 640px){
  .accountPage .box-form .title{
    padding-bottom: 2.5rem;
  }
}

.accountPage .box-form .input-group{
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.accountPage .box-form .input-group .input{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .accountPage .box-form .input-group .input{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.accountPage .box-form .input-group .input::-moz-placeholder{
  text-align: start;
}

.accountPage .box-form .input-group .input::placeholder{
  text-align: start;
}

.accountPage .box-form .forgrt{
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

.accountPage .box-form .forgrt:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.accountPage .box-form .buttonSubmit{
  margin-top: 1rem;
  margin-bottom: 0.25rem;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .accountPage .box-form .buttonSubmit{
    margin-top: 0.75rem;
    height: 2.25rem;
  }
}

.accountPage .box-form .moveing-tow{
  margin-top: 0.5rem;
  display: flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

@media (min-width: 640px){
  .accountPage .box-form .moveing-tow{
    margin-top: 0.25rem;
    height: 2.25rem;
  }
}

.accountPage .box-form .moveing-tow:hover p{
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.accountPage .box-form .moveing-tow:hover svg{
  stroke: #00ADB5;
}

.accountPage .box-form .moveing-tow p{
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.accountPage .box-form .moveing-tow svg{
  height: 1rem;
  width: 1.75rem;
  stroke: #000;
}

.accountPage .box-form .decorations{
  position: absolute;
  top: -70px;
  inset-inline-end: 38%;
}

@media (min-width: 768px){
  .accountPage .box-form .decorations{
    top: -2.5rem;
    inset-inline-end: -2.5rem;
  }
}

.accountPage .box-form .decorations .logo{
  margin: auto;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
  padding: 0.25rem;
  --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);
}

.accountPage .box-form .decorations .logo img{
  aspect-ratio: 1 / 1;
  height: auto;
  width: 50px;
}

@media (min-width: 768px){
  .accountPage .box-form .decorations .logo img{
    width: 60px;
  }
}

.accountPage .box-form .decorations .quare-right{
  position: absolute;
  bottom: 0px;
  inset-inline-start: -2.75rem;
  display: none;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 640px){
  .accountPage .box-form .decorations .quare-right{
    display: block;
  }
}

@media (min-width: 768px){
  .accountPage .box-form .decorations .quare-right{
    top: 0px;
  }
}

.accountPage .box-form .decorations .quare-botton{
  position: absolute;
  inset-inline-end: -2.75rem;
  bottom: 0px;
  display: none;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(246 247 249 / var(--tw-bg-opacity));
  --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);
}

@media (min-width: 640px){
  .accountPage .box-form .decorations .quare-botton{
    display: block;
  }
}

@media (min-width: 768px){
  .accountPage .box-form .decorations .quare-botton{
    inset-inline-end: 0px;
    bottom: -2.75rem;
  }
}

.cartPage .list-products{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --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);
}

@media (min-width: 768px){
  .cartPage .list-products{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px){
  .cartPage .list-products{
    width: 66.666667%;
  }
}

.cartPage .list-products .production{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 768px){
  .cartPage .list-products .production{
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
}

.cartPage .list-products .production .img-product{
  grid-column: span 2 / span 2;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .cartPage .list-products .production .img-product{
    grid-column: span 2 / span 2;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.cartPage .list-products .production .img-product svg{
  height: 30px;
  width: 20px;
  min-width: 20px;
  cursor: pointer;
}

@media (min-width: 640px){
  .cartPage .list-products .production .img-product svg{
    width: 30px;
    min-width: 25px;
  }
}

.cartPage .list-products .production .img-product img{
  aspect-ratio: 1 / 1;
  height: auto;
  width: 60%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .cartPage .list-products .production .img-product img{
    width: 80%;
  }
}

@media (min-width: 1024px){
  .cartPage .list-products .production .img-product img{
    width: 60%;
  }
}

.cartPage .list-products .production .title-product{
  grid-column: span 3 / span 3;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px){
  .cartPage .list-products .production .title-product{
    grid-column: span 4 / span 4;
  }
}

.cartPage .list-products .production .title-product p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .cartPage .list-products .production .title-product p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cartPage .list-products .production .title-product p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cartPage .list-products .production .price-product{
  grid-column: span 2 / span 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .cartPage .list-products .production .price-product{
    grid-column: span 3 / span 3;
  }
}

.cartPage .list-products .production .price-product p{
  padding: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .cartPage .list-products .production .price-product p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.cartPage .list-products .production .price-product p mark{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.cartPage .list-products .footer-box{
  padding-top: 2.5rem;
}

.cartPage .list-products .footer-box .force h3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 640px){
  .cartPage .list-products .footer-box .force h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.cartPage .list-products .footer-box .force h3 mark{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.cartPage .list-products .footer-box .btns-page{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
}

@media (min-width: 420px){
  .cartPage .list-products .footer-box .btns-page{
    display: flex;
  }
}

.cartPage .list-products .footer-box .btns-page .next-level{
  order: 1;
}

.cartPage .list-products .footer-box .btns-page .next-level button{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .cartPage .list-products .footer-box .btns-page .next-level button{
    width: 11rem;
  }
}

@media (min-width: 768px){
  .cartPage .list-products .footer-box .btns-page .next-level button{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.cartPage .list-products .footer-box .btns-page .clear-list{
  order: 2;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 420px){
  .cartPage .list-products .footer-box .btns-page .clear-list{
    order: 2;
    width: 11rem;
  }
}

@media (min-width: 768px){
  .cartPage .list-products .footer-box .btns-page .clear-list{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.cartPage .list-products .footer-box .btns-page .clear-list p{
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.cartPage .list-products .footer-box .btns-page .clear-list svg{
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
}

.cartPage .full-list{
  display: block;
}

.cartPage .empty-list{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  display: none;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --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);
}

@media (min-width: 768px){
  .cartPage .empty-list{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1024px){
  .cartPage .empty-list{
    width: 66.666667%;
  }
}

.checkoutPage .main-box{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px){
  .checkoutPage .main-box{
    width: 91.666667%;
    gap: 0.75rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1024px){
  .checkoutPage .main-box{
    width: 83.333333%;
    gap: 1.25rem;
  }
}

.checkoutPage .main-box .box-inputs{
  grid-column: span 6 / span 6;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --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);
}

@media (min-width: 640px){
  .checkoutPage .main-box .box-inputs{
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 768px){
  .checkoutPage .main-box .box-inputs{
    grid-column: span 4 / span 4;
  }
}

.checkoutPage .main-box .box-inputs .form{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.checkoutPage .main-box .box-inputs .form .input-firstname,
.checkoutPage .main-box .box-inputs .form .input-lastname{
  grid-column: span 2 / span 2;
}

@media (min-width: 768px){
  .checkoutPage .main-box .box-inputs .form .input-firstname,
.checkoutPage .main-box .box-inputs .form .input-lastname{
    grid-column: span 1 / span 1;
  }
}

.checkoutPage .main-box .box-inputs .form .input-firstname input,
.checkoutPage .main-box .box-inputs .form .input-lastname input{
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .checkoutPage .main-box .box-inputs .form .input-firstname input,
.checkoutPage .main-box .box-inputs .form .input-lastname input{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.checkoutPage .main-box .box-inputs .form .input-email,
.checkoutPage .main-box .box-inputs .form .input-tel,
.checkoutPage .main-box .box-inputs .form .input-description{
  grid-column: span 2 / span 2;
}

.checkoutPage .main-box .box-inputs .form .input-email textarea,
.checkoutPage .main-box .box-inputs .form .input-email input,
.checkoutPage .main-box .box-inputs .form .input-tel textarea,
.checkoutPage .main-box .box-inputs .form .input-tel input,
.checkoutPage .main-box .box-inputs .form .input-description textarea,
.checkoutPage .main-box .box-inputs .form .input-description input{
  width: 100%;
  border-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px){
  .checkoutPage .main-box .box-inputs .form .input-email textarea,
.checkoutPage .main-box .box-inputs .form .input-email input,
.checkoutPage .main-box .box-inputs .form .input-tel textarea,
.checkoutPage .main-box .box-inputs .form .input-tel input,
.checkoutPage .main-box .box-inputs .form .input-description textarea,
.checkoutPage .main-box .box-inputs .form .input-description input{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.checkoutPage .main-box .box-inputs .form .input-tel input {
  direction: rtl;
}

.checkoutPage .main-box .invoice{
  grid-column: span 6 / span 6;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 1.25rem;
  --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);
}

@media (min-width: 640px){
  .checkoutPage .main-box .invoice{
    grid-column: span 3 / span 3;
    padding: 0.5rem;
  }
}

@media (min-width: 768px){
  .checkoutPage .main-box .invoice{
    grid-column: span 2 / span 2;
  }
}

.checkoutPage .main-box .invoice h2{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

.checkoutPage .main-box .invoice .products-invoice{
  margin-top: 0.75rem;
  height: 150px;
  width: 100%;
  overflow-y: scroll;
}

.checkoutPage .main-box .invoice .products-invoice .product-invoice{
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px){
  .checkoutPage .main-box .invoice .products-invoice .product-invoice{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.checkoutPage .main-box .invoice .products-invoice .product-invoice .title-invoice{
  grid-column: span 5 / span 5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.checkoutPage .main-box .invoice .products-invoice .product-invoice .price-invoice{
  grid-column: span 5 / span 5;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

.checkoutPage .main-box .invoice .products-invoice .product-invoice .price-invoice mark{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.checkoutPage .main-box .invoice .hr{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  height: 2px;
  width: 91.666667%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}

.checkoutPage .main-box .invoice label{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1024px){
  .checkoutPage .main-box .invoice label{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.checkoutPage .main-box .invoice label .payment-gateway{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.checkoutPage .main-box .invoice label .payment-gateway img{
  aspect-ratio: 1 / 1;
  height: 2.5rem;
  width: 2.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.checkoutPage .main-box .invoice label .payment-gateway p{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .checkoutPage .main-box .invoice label .payment-gateway p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.checkoutPage .main-box .invoice label input{
  height: 1.25rem;
  width: 1.25rem;
}

.checkoutPage .main-box .invoice .total h3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 640px){
  .checkoutPage .main-box .invoice .total h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.checkoutPage .main-box .invoice .total h3 mark{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 173 181 / var(--tw-text-opacity));
}

.checkoutPage .main-box .invoice .total .payment{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.checkoutPage .main-box .invoice .total .payment button{
  margin-top: 1.25rem;
  width: 80%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .checkoutPage .main-box .invoice .total .payment button{
    width: 60%;
  }
}

.galleryPage .header-galleryPage ul{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  overflow-x: scroll;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .galleryPage .header-galleryPage ul{
    justify-content: center;
    gap: 0.5rem;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.galleryPage .header-galleryPage ul li{
  width: 100px;
  min-width: 80px;
}

@media (min-width: 768px){
  .galleryPage .header-galleryPage ul li{
    min-width: 90px;
  }
}

.galleryPage .header-galleryPage ul li button{
  width: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .galleryPage .header-galleryPage ul li button{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px){
  .galleryPage .header-galleryPage ul li button{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.galleryPage .header-galleryPage ul li .active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.galleryPage .header-galleryPage ul::-webkit-scrollbar {
  display: none;
}

.galleryPage .header-galleryPage ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.galleryPage .group-images{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  border-radius: 0.75rem;
  padding: 0.25rem;
}

@media (min-width: 768px){
  .galleryPage .group-images{
    padding: 0.75rem;
  }
}

@media (min-width: 1024px){
  .galleryPage .group-images{
    width: 91.666667%;
  }
}

.galleryPage .group-images .card-image{
  padding: 0.25rem;
}

@media (min-width: 768px){
  .galleryPage .group-images .card-image{
    padding: 0.5rem;
  }
}

.galleryPage .group-images .card-image:nth-child(6n+1){
  width: 50%;
}

@media (min-width: 768px){
  .galleryPage .group-images .card-image:nth-child(6n+1){
    width: 25%;
  }
}

.galleryPage .group-images .card-image:nth-child(6n+2){
  width: 50%;
}

@media (min-width: 768px){
  .galleryPage .group-images .card-image:nth-child(6n+2){
    width: 50%;
  }
}

.galleryPage .group-images .card-image:nth-child(6n+3){
  width: 50%;
}

@media (min-width: 768px){
  .galleryPage .group-images .card-image:nth-child(6n+3){
    width: 25%;
  }
}

.galleryPage .group-images .card-image:nth-child(6n+4){
  width: 50%;
}

@media (min-width: 768px){
  .galleryPage .group-images .card-image:nth-child(6n+4){
    width: 35%;
  }
}

.galleryPage .group-images .card-image:nth-child(6n+5){
  width: 50%;
}

@media (min-width: 768px){
  .galleryPage .group-images .card-image:nth-child(6n+5){
    width: 30%;
  }
}

.galleryPage .group-images .card-image:nth-child(6n+6){
  width: 50%;
}

@media (min-width: 768px){
  .galleryPage .group-images .card-image:nth-child(6n+6){
    width: 35%;
  }
}

.galleryPage .group-images .card-image .box{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  --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);
}

.galleryPage .group-images .card-image .box .figure-card-image img{
  margin-left: auto;
  margin-right: auto;
  height: 90px;
  width: 100%;
  border-radius: 0.5rem;
}

@media (min-width: 420px){
  .galleryPage .group-images .card-image .box .figure-card-image img{
    height: 150px;
  }
}

@media (min-width: 640px){
  .galleryPage .group-images .card-image .box .figure-card-image img{
    height: 150px;
  }
}

@media (min-width: 1024px){
  .galleryPage .group-images .card-image .box .figure-card-image img{
    height: 250px;
  }
}

.galleryPage .group-images .card-image .box h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .galleryPage .group-images .card-image .box h3{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.galleryPage .group-images .card-image .box p{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .galleryPage .group-images .card-image .box p{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px){
  .galleryPage .group-images .card-image .box p{
    white-space: nowrap;
  }
}

.galleryPage .modal-show-image{
  position: fixed;
  top: 0px;
  inset-inline-start: 0px;
  z-index: 20;
  display: none;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: rgba(57, 62, 70,.9);
}

.galleryPage .modal-show-image .main-modal{
  width: 91.666667%;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .galleryPage .modal-show-image .main-modal{
    height: 75%;
    width: 75%;
  }
}

@media (min-width: 1024px){
  .galleryPage .modal-show-image .main-modal{
    width: 50%;
  }
}

.galleryPage .modal-show-image .main-modal figure{
  height: 85%;
  overflow: hidden;
}

.galleryPage .modal-show-image .main-modal figure img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.galleryPage .modal-show-image .main-modal h3{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .galleryPage .modal-show-image .main-modal h3{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.galleryPage .modal-show-image .main-modal p{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .galleryPage .modal-show-image .main-modal p{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px){
  .galleryPage .modal-show-image .main-modal p{
    white-space: nowrap;
  }

  .myProductsPage{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .myProductsPage{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .myProductsPage{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .myProductsPage{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .myProductsPage{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .myProductsPage{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.myProductsPage .content-myProducts{
  padding: 0px;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts{
    padding: 0.5rem;
  }
}

@media (min-width: 768px){
  .myProductsPage .content-myProducts{
    padding: 1rem;
  }
}

.myProductsPage .content-myProducts .card-myProducts{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .myProductsPage .content-myProducts .card-myProducts{
    width: 100%;
  }
}

@media (min-width: 1024px){
  .myProductsPage .content-myProducts .card-myProducts{
    width: 75%;
  }
}

.myProductsPage .content-myProducts .card-myProducts .myProducts{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .myProducts{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.myProductsPage .content-myProducts .card-myProducts .myProducts p{
  display: flex;
  align-items: center;
  justify-content: space-around;
  white-space: nowrap;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px){
  .myProductsPage .content-myProducts .card-myProducts .myProducts p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.myProductsPage .content-myProducts .card-myProducts .myProducts p .separator{
  display: block;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .myProducts p .separator{
    display: none;
  }
}

.myProductsPage .content-myProducts .card-myProducts .myProducts .item-img{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .myProducts .item-img{
    grid-column: span 1 / span 1;
    justify-content: center;
  }
}

.myProductsPage .content-myProducts .card-myProducts .myProducts .item-download{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .myProducts .item-download{
    grid-column: span 1 / span 1;
    justify-content: center;
  }
}

.myProductsPage .content-myProducts .card-myProducts .myProducts .item-info{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .myProducts .item-info{
    grid-column: span 3 / span 3;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.myProductsPage .content-myProducts .card-myProducts .myProducts .item-info .title-item{
  grid-column: span 1 / span 1;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .myProducts .item-info .title-item{
    grid-column: span 2 / span 2;
  }
}

.myProductsPage .content-myProducts .card-myProducts .myProducts .item-info .status-item{
  grid-column: span 1 / span 1;
}

.myProductsPage .content-myProducts .card-myProducts .ul-products{
  height: 60vh;
  width: 100%;
  overflow-y: scroll;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products{
    height: 80vh;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-img{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: flex-start;
  padding: 0.5rem;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-img{
    grid-column: span 1 / span 1;
    width: auto;
    justify-content: center;
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-img img{
  aspect-ratio: 1 / 1;
  min-height: 60px;
  width: 50%;
  min-width: 60px;
  border-radius: 0.5rem;
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-download{
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-download{
    grid-column: span 1 / span 1;
    width: auto;
    justify-content: center;
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-download button{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-download button{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info{
  display: grid;
  height: -moz-min-content;
  height: min-content;
  width: 50%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info{
    grid-column: span 3 / span 3;
    width: auto;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-title{
  grid-column: span 2 / span 2;
  display: flex;
  height: -moz-min-content;
  height: min-content;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-title{
    justify-content: center;
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-title p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-title p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-status{
  grid-column: span 2 / span 2;
  display: flex;
  height: -moz-min-content;
  height: min-content;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 640px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-status{
    grid-column: span 1 / span 1;
    justify-content: center;
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-status p{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px){
  .myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-status p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-status .success{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}

.myProductsPage .content-myProducts .card-myProducts .ul-products .li-product .li-info .li-status .error{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.chapterLettersPage .card-chapterLetters{
  position: relative;
  z-index: 10;
}

@media (min-width: 768px){
  .chapterLettersPage .card-chapterLetters{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .chapterLettersPage .card-chapterLetters{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .chapterLettersPage .card-chapterLetters{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .chapterLettersPage .card-chapterLetters{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .chapterLettersPage .card-chapterLetters{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .chapterLettersPage .card-chapterLetters{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .chapterLettersPage .card-chapterLetters{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.chapterLettersPage .card-chapterLetters .introduction-box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: auto;
  height: 75%;
  width: 91.666667%;
  overflow: hidden;
  border-radius: 25px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 420px){
  .chapterLettersPage .card-chapterLetters .introduction-box{
    width: 80%;
  }
}

@media (min-width: 768px){
  .chapterLettersPage .card-chapterLetters .introduction-box{
    margin-top: 2rem;
    aspect-ratio: 16 / 9;
    height: auto;
    width: 80%;
  }
}

@media (min-width: 1024px){
  .chapterLettersPage .card-chapterLetters .introduction-box{
    width: 66.666667%;
  }
}

.chapterLettersPage .card-chapterLetters .introduction-box img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chapterLettersPage .content-page{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 420px){
  .chapterLettersPage .content-page{
    max-width: 420px;
  }
}

@media (min-width: 640px){
  .chapterLettersPage .content-page{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .chapterLettersPage .content-page{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .chapterLettersPage .content-page{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px){
  .chapterLettersPage .content-page{
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px){
  .chapterLettersPage .content-page{
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.chapterLettersPage .content-page h2{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .chapterLettersPage .content-page h2{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .chapterLettersPage .content-page h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.chapterLettersPage .content-page p{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: justify;
  font-weight: 500;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .chapterLettersPage .content-page p{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .chapterLettersPage .content-page p{
    margin-bottom: 1.25rem;
    line-height: 2.25rem;
  }
}

/*.chapterLettersPage .content-page p {*/
/*  -moz-text-align-last: center;*/
/*  text-align-last: center;*/
/*}*/

.chapterLettersPage .link-button{
  display: flex;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.chapterLettersPage .link-button button{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 5rem;
  padding-right: 5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .chapterLettersPage .link-button button{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .singleBlogPage{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .singleBlogPage{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .singleBlogPage{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .singleBlogPage{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .singleBlogPage{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .singleBlogPage{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.singleBlogPage .singleBlog .card-singleBlog{
  position: relative;
  z-index: 10;
}

.singleBlogPage .singleBlog .card-singleBlog .introduction-box{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: auto;
  height: 75%;
  width: 91.666667%;
  overflow: hidden;
  border-radius: 25px;
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 420px){
  .singleBlogPage .singleBlog .card-singleBlog .introduction-box{
    width: 80%;
  }
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .card-singleBlog .introduction-box{
    margin-top: 2rem;
    aspect-ratio: 16 / 9;
    height: auto;
    width: 80%;
  }
}

@media (min-width: 1024px){
  .singleBlogPage .singleBlog .card-singleBlog .introduction-box{
    width: 66.666667%;
  }
}

.singleBlogPage .singleBlog .card-singleBlog .introduction-box img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman{
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  --tw-backdrop-blur: blur(10px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman{
    display: flex;
    padding: 1.75rem;
  }
}

.singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman {
  background: linear-gradient(345.56deg, rgba(0, 173, 181, 0.5) -26.89%, #404061 175.07%);
}

.singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman h2{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman h2{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman .date{
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman .date{
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman .date h3{
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman .date h3{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman .date p{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .card-singleBlog .introduction-box .box-info-departman .date p{
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.singleBlogPage .singleBlog .content-page{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 420px){
  .singleBlogPage .singleBlog .content-page{
    max-width: 420px;
  }
}

@media (min-width: 640px){
  .singleBlogPage .singleBlog .content-page{
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .content-page{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .singleBlogPage .singleBlog .content-page{
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px){
  .singleBlogPage .singleBlog .content-page{
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px){
  .singleBlogPage .singleBlog .content-page{
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

.singleBlogPage .singleBlog .content-page h2{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 640px){
  .singleBlogPage .singleBlog .content-page h2{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .content-page h2{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.singleBlogPage .singleBlog .content-page p{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: justify;
  font-weight: 500;
  line-height: 1.75rem;
}

@media (min-width: 640px){
  .singleBlogPage .singleBlog .content-page p{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px){
  .singleBlogPage .singleBlog .content-page p{
    margin-bottom: 1.25rem;
    line-height: 2.25rem;
  }
}

.singleBlogPage .singleBlog .content-page p {
  -moz-text-align-last: center;
  text-align-last: center;
}

.singleBlogPage .suggested{
  grid-column: span 5 / span 5;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .charityPage{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .charityPage{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .charityPage{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

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

  @media (min-width: 1024px){
    .charityPage{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .charityPage{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .charityPage{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.charityPage .paragraph{
  width: 100%;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

.charityPage .charity-card{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
  display: grid;
  width: 91.666667%;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1024px){
  .charityPage .charity-card{
    width: 91.666667%;
  }
}

@media (min-width: 1280px){
  .charityPage .charity-card{
    width: 75%;
  }
}

.charityPage .charity-card .bank{
  grid-column: span 6 / span 6;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px){
  .charityPage .charity-card .bank{
    grid-column: span 4 / span 4;
  }
}

.charityPage .charity-card .bank .bank-card{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.charityPage .charity-card .bank .bank-card .card-image-bank{
  grid-column: span 2 / span 2;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  border-radius: 1rem;
  border-width: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (min-width: 420px){
  .charityPage .charity-card .bank .bank-card .card-image-bank{
    grid-column: span 1 / span 1;
  }
}

.charityPage .charity-card .bank .bank-card .card-image-bank figure{
  width: 100%;
  padding: 0.75rem;
}

.charityPage .charity-card .bank .bank-card .card-image-bank figure img{
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.charityPage .charity-card .bank .bank-card .active{
  --tw-border-opacity: 1;
  border-color: rgb(0 173 181 / var(--tw-border-opacity));
}

.charityPage .charity-card .bank .number-cards{
  grid-column: span 4 / span 4;
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.charityPage .charity-card .bank .number-cards img{
  margin-left: auto;
  margin-right: auto;
  display: none;
  aspect-ratio: 1 / 1;
  height: 65px;
  width: auto;
}

@media (min-width: 420px){
  .charityPage .charity-card .bank .number-cards img{
    display: block;
  }
}

.charityPage .charity-card .bank .number-cards .info-cart{
  grid-column: span 4 / span 4;
}

@media (min-width: 420px){
  .charityPage .charity-card .bank .number-cards .info-cart{
    grid-column: span 3 / span 3;
  }
}

@media (min-width: 1024px){
  .charityPage .charity-card .bank .number-cards .info-cart{
    grid-column: span 2 / span 2;
  }
}

.charityPage .charity-card .bank .number-cards .info-cart .number{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: flex-start;
}

.charityPage .charity-card .bank .number-cards .info-cart .number h6{
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.charityPage .charity-card .bank .number-cards .info-cart .number p{
  cursor: text;
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: end;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.charityPage .charity-card .bank .number-cards .info-cart h5{
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.charityPage .charity-card .bank .number-cards button{
  grid-column: span 4 / span 4;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  height: 2.5rem;
  width: 33.333333%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .charityPage .charity-card .bank .number-cards button{
    width: 50%;
  }
}

@media (min-width: 1024px){
  .charityPage .charity-card .bank .number-cards button{
    grid-column: span 1 / span 1;
    width: 75%;
  }
}

.charityPage .charity-card .code-qr{
  grid-column: span 6 / span 6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 1rem;
}

@media (min-width: 768px){
  .charityPage .charity-card .code-qr{
    grid-column: span 2 / span 2;
  }
}

.charityPage .charity-card .code-qr p{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.charityPage .charity-card .code-qr figure{
  margin-left: auto;
  margin-right: auto;
  height: 150px;
  width: 150px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

.charityPage .charity-card .code-qr figure img{
  height: 100%;
  width: 100%;
}

.charityPage .charity-card .code-qr span{
  display: block;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.siteDesignerPage .section-one{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px){
  .siteDesignerPage .section-one{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .siteDesignerPage .section-one{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .siteDesignerPage .section-one{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .siteDesignerPage .section-one{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .siteDesignerPage .section-one{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .siteDesignerPage .section-one{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .siteDesignerPage .section-one{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.siteDesignerPage .section-one .box-text{
  grid-column: span 2 / span 2;
  padding: 0.75rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-one .box-text{
    grid-column: span 1 / span 1;
  }
}

.siteDesignerPage .section-one .box-text h1{
  margin-bottom: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-one .box-text h1{
    margin-bottom: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.siteDesignerPage .section-one .box-text p{
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-one .box-text p{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}

.siteDesignerPage .section-one .box-text p {
  -moz-text-align-last: center;
  text-align-last: center;
}

.siteDesignerPage .section-one .box-text .button-box{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-one .box-text .button-box{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.siteDesignerPage .section-one .box-text .button-box button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.siteDesignerPage .section-one .box-text .button-box button p{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.siteDesignerPage .section-one .box-text .button-box button svg{
  position: relative;
  height: 1.5rem;
  width: 1.5rem;
  fill: none;
  stroke: #fff;
  animation: move-top 2s ease-in-out infinite;
}

@keyframes move-top {
  0%{
    top: -0.5rem;
  }

  100%{
    top: 0.5rem;
  }
}

.siteDesignerPage .section-one .box-image{
  grid-column: span 2 / span 2;
  padding: 1rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-one .box-image{
    grid-column: span 1 / span 1;
    padding: 1.75rem;
  }
}

@media (min-width: 1024px){
  .siteDesignerPage .section-one .box-image{
    padding: 2.5rem;
  }
}

.siteDesignerPage .section-one .box-image figure img{
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.25rem;
}

.siteDesignerPage .section-tow{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px){
  .siteDesignerPage .section-tow{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .siteDesignerPage .section-tow{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .siteDesignerPage .section-tow{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .siteDesignerPage .section-tow{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .siteDesignerPage .section-tow{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .siteDesignerPage .section-tow{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .siteDesignerPage .section-tow{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.siteDesignerPage .section-tow .titles{
  order: 1;
  grid-column: span 2 / span 2;
  padding: 0.75rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-tow .titles{
    order: 2;
    grid-column: span 1 / span 1;
  }
}

.siteDesignerPage .section-tow .titles h2{
  margin-bottom: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-tow .titles h2{
    margin-bottom: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.siteDesignerPage .section-tow .titles .pragraf{
  margin-bottom: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-tow .titles .pragraf{
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}

.siteDesignerPage .section-tow .titles .pragraf {
  -moz-text-align-last: center;
  text-align-last: center;
}

.siteDesignerPage .section-tow .titles .item{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
}

.siteDesignerPage .section-tow .titles .item svg{
  height: 1.5rem;
  width: 1.5rem;
  min-width: 24px;
}

.siteDesignerPage .section-tow .titles .item svg .st0 {
  fill: #00B6BF;
}

.siteDesignerPage .section-tow .titles .item svg .st1 {
  fill: #fff;
}

.siteDesignerPage .section-tow .titles .item p{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px){
  .siteDesignerPage .section-tow .titles .item p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.siteDesignerPage .section-tow .box-image{
  order: 2;
  grid-column: span 2 / span 2;
  padding: 1rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-tow .box-image{
    order: 1;
    grid-column: span 1 / span 1;
    padding: 1.75rem;
  }
}

@media (min-width: 1024px){
  .siteDesignerPage .section-tow .box-image{
    padding: 2.5rem;
  }
}

.siteDesignerPage .section-tow .box-image figure img{
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.25rem;
}

.siteDesignerPage .section-tree{
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 768px){
  .siteDesignerPage .section-tree{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.siteDesignerPage .section-tree .splide__pagination {
  bottom: 20px !important;
}

@media (max-width: 768px) {
  .siteDesignerPage .section-tree .splide__pagination {
    display: none !important;
  }
}

.siteDesignerPage .section-four{
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  width: 91.666667%;
}

@media (min-width: 768px){
  .siteDesignerPage .section-four{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    width: 83.333333%;
  }
}

@media (min-width: 1024px){
  .siteDesignerPage .section-four{
    width: 75%;
  }
}

.siteDesignerPage .section-four h2{
  margin-bottom: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-four h2{
    margin-bottom: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.siteDesignerPage .section-four .box-Introduction{
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --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);
}

@media (min-width: 768px){
  .siteDesignerPage .section-four .box-Introduction{
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
    padding: 1.25rem;
  }
}

.siteDesignerPage .section-four .box-Introduction .introduction{
  display: block;
  justify-content: flex-start;
}

@media (min-width: 768px){
  .siteDesignerPage .section-four .box-Introduction .introduction{
    display: flex;
  }
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction{
  position: relative;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: grid;
  width: 100%;
  cursor: pointer;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.75rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-four .box-Introduction .introduction .item-introduction{
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    width: 20%;
    flex-direction: column;
    border-style: none;
    background-color: transparent;
    padding: 0px;
  }
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction::after{
  position: absolute;
  top: 1rem;
  inset-inline-end: 1.25rem;
  --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));
  --tw-content: "❮";
  content: var(--tw-content);
}

@media (min-width: 768px){
  .siteDesignerPage .section-four .box-Introduction .introduction .item-introduction::after{
    --tw-content: "";
    content: var(--tw-content);
  }
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction p{
  order: 2;
  grid-column: span 4 / span 4;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

@media (min-width: 768px){
  .siteDesignerPage .section-four .box-Introduction .introduction .item-introduction p{
    order: 1;
    grid-column: auto;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px){
  .siteDesignerPage .section-four .box-Introduction .introduction .item-introduction p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction .line{
  position: relative;
  order: 2;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  display: none;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .siteDesignerPage .section-four .box-Introduction .introduction .item-introduction .line{
    display: flex;
  }
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction .line::before{
  position: absolute;
  top: 50%;
  inset-inline-start: 0px;
  height: 0.25rem;
  width: 100%;
  --tw-translate-y: -50%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction .line .square{
  position: relative;
  z-index: 10;
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction svg{
  order: 1;
  height: 2rem;
  width: 2rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-four .box-Introduction .introduction .item-introduction svg{
    order: 3;
    height: 50px;
    width: 50px;
  }
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction svg .counseling-0 {
  fill: #00B6BF;
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction svg .counseling-1 {
  fill: #222831;
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction svg .designing-2 {
  fill: #222831;
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction svg .google-0 {
  fill: #222831;
}

.siteDesignerPage .section-four .box-Introduction .introduction .item-introduction .contentText{
  order: 2;
  grid-column: span 6 / span 6;
  height: auto;
  padding: 0.5rem;
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  -moz-text-align-last: center;
  text-align-last: center;
}

.siteDesignerPage .section-four .box-Introduction .introduction .after-item::after{
  --tw-rotate: 270deg;
  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));
}

.siteDesignerPage .section-four .box-Introduction .introduction .active .line::before{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
}

.siteDesignerPage .section-four .box-Introduction .introduction .active .line .square{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.siteDesignerPage .section-four .box-Introduction .content-text{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  display: none;
  width: 83.333333%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-four .box-Introduction .content-text{
    display: block;
  }
}

.siteDesignerPage .section-four .box-Introduction .content-text .text-introduction{
  display: none;
}

.siteDesignerPage .section-four .box-Introduction .content-text .text-introduction p{
  text-align: justify;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
  -moz-text-align-last: center;
  text-align-last: center;
}

.siteDesignerPage .section-four .box-Introduction .content-text .active{
  display: block;
}

@media (min-width: 768px){
  .siteDesignerPage .section-five{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .siteDesignerPage .section-five{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .siteDesignerPage .section-five{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .siteDesignerPage .section-five{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .siteDesignerPage .section-five{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .siteDesignerPage .section-five{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .siteDesignerPage .section-five{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.siteDesignerPage .section-five h2{
  margin-bottom: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-five h2{
    margin-bottom: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.siteDesignerPage .section-five p{
  text-align: justify;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px){
  .siteDesignerPage .section-five p{
    font-size: 1rem;
    line-height: 2rem;
  }
}

.siteDesignerPage .section-five p {
  -moz-text-align-last: center;
  text-align-last: center;
}

.siteDesignerPage .section-five .gruop-svg{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-five .gruop-svg{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .siteDesignerPage .section-five .gruop-svg{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.siteDesignerPage .section-five .gruop-svg .item-svg{
  grid-column: span 1 / span 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.siteDesignerPage .section-five .gruop-svg .item-svg svg{
  height: 50px;
  width: 50px;
}

.siteDesignerPage .section-five .gruop-svg .item-svg p{
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px){
  .siteDesignerPage .section-five .gruop-svg .item-svg p{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}

.siteDesignerPage .section-six{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-six{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .siteDesignerPage .section-six{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .siteDesignerPage .section-six{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .siteDesignerPage .section-six{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .siteDesignerPage .section-six{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .siteDesignerPage .section-six{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .siteDesignerPage .section-six{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.siteDesignerPage .section-six h2{
  margin-bottom: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-six h2{
    margin-bottom: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.siteDesignerPage .section-six .back-slider{
  height: 150px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 640px){
  .siteDesignerPage .section-six .back-slider{
    height: 170px;
  }
}

@media (min-width: 768px){
  .siteDesignerPage .section-six .back-slider{
    height: 230px;
  }
}

.siteDesignerPage .section-six .back-slider .card-slider{
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  background-image: linear-gradient(345.56deg,#00ADB5 -26.89%,#404061 175.07%);
}

@media (min-width: 768px){
  .siteDesignerPage .section-six .back-slider .card-slider{
    border-radius: 35px;
  }
}

.siteDesignerPage .section-six .back-slider .card-slider::after{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  background-image: url("../images/pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  --tw-content: "";
  content: var(--tw-content);
}

.siteDesignerPage .section-six .back-slider .card-slider .box-slider{
  position: absolute;
  top: 0px;
  z-index: 10;
  width: 95%;
  --tw-translate-x: -2.5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .siteDesignerPage .section-six .back-slider .card-slider .box-slider{
    top: 1rem;
  }
}

.siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .splide__arrow {
  display: none !important;
}

.siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .splide__track {
  padding: 20px 10px !important;
}

@media (max-width: 375px) {
  .siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .splide__track {
    padding: 20px 7px !important;
  }
}

.siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment{
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 0.25rem;
}

@media (min-width: 640px){
  .siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment{
    padding: 0.75rem;
  }
}

.siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment img{
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1 / 1;
  width: 55px;
  border-radius: 50%;
}

@media (min-width: 768px){
  .siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment img{
    width: 80px;
  }
}

.siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment .description h3{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media (min-width: 768px){
  .siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment .description h3{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment .description p{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: justify;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (min-width: 420px){
  .siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment .description p{
    font-size: 0.875rem;
    line-height: 1.75rem;
  }
}

.siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment .description p {
  -moz-text-align-last: center;
  text-align-last: center;
}

.siteDesignerPage .section-eight{
  margin-top: 7rem;
  margin-bottom: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

@media (min-width: 768px){
  .siteDesignerPage .section-eight{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .siteDesignerPage .section-eight{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .siteDesignerPage .section-eight{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .siteDesignerPage .section-eight{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .siteDesignerPage .section-eight{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .siteDesignerPage .section-eight{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .siteDesignerPage .section-eight{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

@media (min-width: 640px){
  .siteDesignerPage .section-eight{
    margin-top: 6rem;
  }
}

.siteDesignerPage .section-eight .form-group{
  order: 2;
  grid-column: span 2 / span 2;
}

@media (min-width: 768px){
  .siteDesignerPage .section-eight .form-group{
    order: 1;
    grid-column: span 1 / span 1;
  }
}

.siteDesignerPage .section-eight .form-group h2{
  margin-bottom: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-eight .form-group h2{
    margin-bottom: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.siteDesignerPage .section-eight .form-group p{
  display: block;
  width: 100%;
  text-align: center;
}

.siteDesignerPage .section-eight .form-group .form{
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  width: 91.666667%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 0.75rem;
  --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: 768px){
  .siteDesignerPage .section-eight .form-group .form{
    padding: 1rem;
  }
}

.siteDesignerPage .section-eight .form-group .form .box-inputs{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.siteDesignerPage .section-eight .form-group .form .box-inputs input{
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px){
  .siteDesignerPage .section-eight .form-group .form .box-inputs input{
    padding: 0.75rem;
  }
}

.siteDesignerPage .section-eight .form-group .form .box-inputs .input-one{
  grid-column: span 12 / span 12;
  padding: 0.25rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-eight .form-group .form .box-inputs .input-one{
    grid-column: span 6 / span 6;
  }
}

.siteDesignerPage .section-eight .form-group .form .box-inputs .input-tow{
  grid-column: span 12 / span 12;
  padding: 0.25rem;
}

.siteDesignerPage .section-eight .form-group .form .box-inputs .input-tow input[type=tel] {
  direction: rtl;
}

.siteDesignerPage .section-eight .form-group .form .box-inputs .button{
  grid-column: span 12 / span 12;
  padding-top: 1rem;
}

.siteDesignerPage .section-eight .form-group .form .box-inputs .button button{
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.siteDesignerPage .section-eight .box-image{
  order: 1;
  grid-column: span 2 / span 2;
  padding: 1rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-eight .box-image{
    order: 2;
    grid-column: span 1 / span 1;
  }
}

.siteDesignerPage .section-eight .box-image figure img{
  position: relative;
  height: 100%;
  width: 100%;
  border-radius: 0.25rem;
  animation: move-img 4s ease-in-out infinite;
}

@keyframes move-img {
  0%{
    top: -0.5rem;
  }

  50%{
    top: 0.5rem;
  }

  100%{
    top: -0.5rem;
  }
}

.siteDesignerPage .section-nine{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px){
  .siteDesignerPage .section-nine{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  @media (min-width: 420px){
    .siteDesignerPage .section-nine{
      max-width: 420px;
    }
  }

  @media (min-width: 640px){
    .siteDesignerPage .section-nine{
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px){
    .siteDesignerPage .section-nine{
      max-width: 768px;
    }
  }

  @media (min-width: 1024px){
    .siteDesignerPage .section-nine{
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px){
    .siteDesignerPage .section-nine{
      max-width: 1280px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }

  @media (min-width: 1536px){
    .siteDesignerPage .section-nine{
      max-width: 1536px;
      padding-right: 6rem;
      padding-left: 6rem;
    }
  }
}

.siteDesignerPage .section-nine h2{
  margin-bottom: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .siteDesignerPage .section-nine h2{
    margin-bottom: 0.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.siteDesignerPage .section-nine aside{
  padding-top: 2.5rem;
}

.siteDesignerPage .section-nine aside .splide__arrow {
  display: none !important;
}

.siteDesignerPage .section-nine aside .splide__track {
  padding: 20px 10px !important;
}

@media (max-width: 375px) {
  .siteDesignerPage .section-nine aside .splide__track {
    padding: 20px 7px !important;
  }
}

.siteDesignerPage .section-nine aside .card-event{
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 75ms;
}

.siteDesignerPage .section-nine aside .card-event:hover{
  --tw-translate-y: -5px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px){
  .siteDesignerPage .section-nine aside .card-event{
    border-radius: 1.5rem;
  }
}

@media (min-width: 768px){
  .siteDesignerPage .section-nine aside .card-event{
    padding: 1.25rem;
  }
}

.siteDesignerPage .section-nine aside .card-event .img-card{
  aspect-ratio: 16 / 9;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px){
  .siteDesignerPage .section-nine aside .card-event .img-card{
    height: 20vw;
  }
}

@media (min-width: 1024px){
  .siteDesignerPage .section-nine aside .card-event .img-card{
    height: 15vw;
  }
}

.siteDesignerPage .section-nine aside .card-event h3{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: start;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
}

@media (min-width: 768px){
  .siteDesignerPage .section-nine aside .card-event h3{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
  }
}

.siteDesignerPage .section-nine aside .card-event p{
  padding-bottom: 1rem;
  text-align: justify;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(34 40 49 / var(--tw-text-opacity));
}

@media (min-width: 420px){
  .siteDesignerPage .section-nine aside .card-event p{
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .siteDesignerPage .section-nine aside .card-event p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.siteDesignerPage .section-nine aside .card-event p {
  -moz-text-align-last: center;
  text-align-last: center;
}

.action-page{
  position: relative;
  top: -70px;
  height: 100vh;
}

.action-page .action-loader-one{
  display: flex;
  height: 25%;
  align-items: center;
  justify-content: center;
  background-color: rgba(57, 62, 70,.9);
}

.action-page .action-loader-one .loader{
  position: absolute;
  height: 0.75rem;
  width: 50%;
  border-radius: 0.125rem;
  background-color: rgba(57, 62, 70,.9);
}

.action-page .action-loader-one .loader::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 181 / var(--tw-bg-opacity));
  --tw-shadow:  0px 2px 29px 0px rgb(0, 173, 181);
  --tw-shadow-colored: 0px 2px 29px 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);
  animation: load 3.5s ease-in-out infinite;
}

@keyframes load {
  50% {
    width: 100%;
  }

  100% {
    left: 0;
    right: unset;
  }
}

.action-page .action-loader-tow{
  display: flex;
  height: 25%;
  align-items: center;
  justify-content: center;
  background-color: rgba(57, 62, 70,.9);
}

.action-page .action-loader-tow .loader{
  position: absolute;
  height: 0.75rem;
  width: 50%;
  border-radius: 0.125rem;
  background-color: rgba(57, 62, 70,.9);
}

.action-page .action-loader-tow .loader::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0px;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  animation: loading1274 2s ease infinite;
}

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

  25% {
    width: 25%;
  }

  50% {
    width: 50%;
  }

  75% {
    width: 75%;
  }

  100% {
    width: 100%;
  }
}

.toast{
  position: fixed;
  top: -73px;
  left: 0.5rem;
  z-index: 20;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  height: 60px;
  width: 250px;
  min-width: 250px;
  --tw-translate-x: 100%;
  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;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
  font-weight: 500;
  --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);
}

@media (min-width: 768px){
  .toast{
    width: 300px;
  }
}

.toast {
  animation: moveLeft 0.2s linear forwards;
}

.toast::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0.25rem;
  width: 100%;
  animation: anim 5s linear;
}

.toast svg{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  height: 1.75rem;
  width: 1.75rem;
}

.toast svg path {
  fill: #fff;
}

.toast p{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px){
  .toast p{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.toast-success::after {
  background: green;
}

.toast-success svg path {
  fill: green;
}

.toast-error::after {
  background: red;
}

.toast-error svg path {
  fill: red;
}

.toast-info::after {
  background: skyblue;
}

.toast-info svg path {
  fill: skyblue;
}

@keyframes moveLeft {
  0% {
    transform: translateX(-100%);
  }

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

@keyframes anim {
  100% {
    width: 0;
  }
}

.body-ltr {
  direction: ltr !important;
}

@media (min-width: 768px){
  .body-ltr header .content-desktop .btn-gruop .langauges .list-langauge{
    --tw-translate-x: -60%;
    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));
  }
}

@media (min-width: 1024px){
  .body-ltr header .content-desktop .btn-gruop .langauges .list-langauge{
    --tw-translate-x: -34%;
    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));
  }
}

.body-ltr header .sidebar .main-card {
  transform: translateX(100%);
  animation: slide-in 0.3s forwards;
}

@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}

.body-ltr .cart-sidebar .main-cart {
  transform: translateX(100%);
  animation: cart-slide-in 0.3s forwards;
}

@keyframes cart-slide-in {
  100% {
    transform: translateX(0%);
  }
}

.body-ltr .modal-profile .content-modal-profile .form .btn-group-modal .exit-btn svg {
  transform: rotateY(0deg);
}

.body-ltr .item-slider-home .info-slider{
  left: 0px;
  right: auto;
  direction: ltr;
}

.body-ltr .title svg {
  transform: rotateY(180deg);
}

.body-ltr .card-blog {
  direction: ltr;
}

.body-ltr .card-blog .description .foter a svg {
  transform: rotateY(180deg);
}

.body-ltr .homePage .back-slider .card-slider .box-slider{
  --tw-translate-x: 2.5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.body-ltr .homePage .back-slider .card-slider .box-slider .splide-product .card-product {
  direction: ltr;
}

.body-ltr .homePage .back-slider .card-slider .box-slider .splide-product .card-product .info .btn-group a svg {
  transform: rotateY(180deg);
}

.body-ltr .shopPage .content .content-page .products .card-product .info .btn-group a svg {
  transform: rotateY(180deg);
}

.body-ltr .checkoutPage .main-box .box-inputs .form .input-tel input {
  direction: ltr;
}

.body-ltr .accountPage .box-form .moveing-tow svg {
  transform: rotateY(180deg);
}

.body-ltr .siteDesignerPage .section-four .box-Introduction .introduction .item-introduction::after{
  --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));
}

.body-ltr .siteDesignerPage .section-six .back-slider .card-slider .box-slider{
  --tw-translate-x: 2.5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.body-ltr .siteDesignerPage .section-six .back-slider .card-slider .box-slider .splide-comment .person-comment {
  direction: ltr;
}

.body-ltr .siteDesignerPage .section-eight .form .box-inputs .input-tow input[type=tel] {
  direction: ltr;
}

.body-ltr .siteDesignerPage .section-nine aside .card-event {
  direction: ltr;
}

.placeholder\:p-2::-moz-placeholder{
  padding: 0.5rem;
}

.placeholder\:p-2::placeholder{
  padding: 0.5rem;
}

@media (min-width: 640px){
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

  .sm\:pe-3{
    padding-inline-end: 0.75rem;
  }

  .sm\:ps-3{
    padding-inline-start: 0.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/*# sourceMappingURL=tailwind.css.map */