/*
! tailwindcss v3.0.24 | 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.
*/

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: KalamehWeb; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.order-2 {
  order: 2;
}
.order-1 {
  order: 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[180px\] {
  height: 180px;
}
.w-full {
  width: 100%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[130px\] {
  width: 130px;
}
.grow {
  flex-grow: 1;
}
.translate-x-\[10px\] {
  --tw-translate-x: 10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.place-items-center {
  place-items: center;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-1 {
  gap: 0.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.text-header-txt {
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity));
}
.text-pink {
  --tw-text-opacity: 1;
  color: rgb(240 21 140 / var(--tw-text-opacity));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
:root {
  --pink: #f0158c;
}
header {
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1024px) {

  header {
    height: 100vh;
  }
}
header {
  background: radial-gradient(#343f5b, #1a1f2c);
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .navbar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.navbar-right {
  display: flex;
}
.navbar-right {
  flex-grow: 1;
}
.navbar-right {
  align-items: center;
}
.navbar-right {
  justify-content: flex-start;
}
.navbar-right nav ul {
  display: flex;
}
.navbar-right nav ul {
  align-items: center;
}
.navbar-right nav ul {
  justify-content: flex-start;
}
.navbar-right nav ul li {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.navbar-right nav ul li a {
  font-size: 16px;
}
.navbar-right nav.desktop {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.navbar-right nav.desktop {
  display: none;
}
.navbar-right nav.desktop {
  flex-grow: 1;
}
@media (min-width: 1024px) {

  .navbar-right nav.desktop {
    display: block;
  }
}
.navbar-right nav.desktop ul {
  display: flex;
}
.navbar-right nav.desktop ul {
  align-items: center;
}
.navbar-right nav.desktop ul {
  justify-content: flex-start;
}
.navbar-right nav.mobile {
  position: fixed;
}
.navbar-right nav.mobile {
  top: 230px;
}
.navbar-right nav.mobile {
  left: 100%;
}
.navbar-right nav.mobile {
  min-height: 100px;
}
.navbar-right nav.mobile {
  width: 200px;
}
.navbar-right nav.mobile {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.navbar-right nav.mobile {
  --tw-bg-opacity: 1;
  background-color: rgb(26 31 44 / var(--tw-bg-opacity));
}
.navbar-right nav.mobile {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.navbar-right nav.mobile {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar-right nav.mobile {
  transition-duration: 300ms;
}
@media (min-width: 1024px) {

  .navbar-right nav.mobile {
    display: none;
  }
}
.navbar-right nav.mobile {
        transform: translate(00%, -50%);
        z-index: 1111;
      }
.navbar-right nav.mobile .close {
  display: none;
}
.navbar-right nav.mobile.active {
          transform: translate(-100%, -50%);
        }
.navbar-right nav.mobile.active .show {
  display: none;
}
.navbar-right nav.mobile.active .close {
  display: block;
}
.navbar-right nav.mobile .toggleBtn {
          line-height: 1;
        }
.navbar-right nav.mobile .toggleBtn {
  position: absolute;
}
.navbar-right nav.mobile .toggleBtn {
  top: 0px;
}
.navbar-right nav.mobile .toggleBtn {
  left: -40px;
}
.navbar-right nav.mobile .toggleBtn {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.navbar-right nav.mobile .toggleBtn {
  --tw-bg-opacity: 1;
  background-color: rgb(26 31 44 / var(--tw-bg-opacity));
}
.navbar-right nav.mobile .toggleBtn {
  padding-left: 1rem;
  padding-right: 1rem;
}
.navbar-right nav.mobile .toggleBtn {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar-right nav.mobile ul {
  flex-direction: column;
}
.navbar-right nav.mobile ul {
  align-items: flex-start;
}
.navbar-right nav.mobile ul li {
  margin: 0px;
}
.navbar-right nav.mobile ul li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.navbar-right nav.mobile ul li {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.navbar-right .logo {
  font-size: 3rem;
  line-height: 1;
}
.navbar-right .logo {
  --tw-text-opacity: 1;
  color: rgb(240 21 140 / var(--tw-text-opacity));
}
.back-bg-items img {
  position: absolute;
}
.back-bg-items img {
    z-index: 1;
  }
.back-bg-items .shape1 {
  top: 25%;
}
.back-bg-items .shape1 {
  left: 80%;
}
.back-bg-items .shape1 {
  width: 60px;
}
@media (min-width: 768px) {

  .back-bg-items .shape1 {
    top: 35%;
  }
}
@media (min-width: 768px) {

  .back-bg-items .shape1 {
    width: 100px;
  }
}
@media (min-width: 1024px) {

  .back-bg-items .shape1 {
    top: 25%;
  }
}
@media (min-width: 1024px) {

  .back-bg-items .shape1 {
    left: 50%;
  }
}
@media (min-width: 1280px) {

  .back-bg-items .shape1 {
    top: 17%;
  }
}
@media (min-width: 1536px) {

  .back-bg-items .shape1 {
    top: 30%;
  }
}
.back-bg-items .shape2 {
  bottom: -270px;
}
.back-bg-items .shape2 {
  right: 0px;
}
@media (min-width: 1024px) {

  .back-bg-items .shape2 {
    bottom: -240px;
  }
}
@media (min-width: 1024px) {

  .back-bg-items .shape2 {
    right: 40px;
  }
}
@media (min-width: 1536px) {

  .back-bg-items .shape2 {
    right: 20%;
  }
}
@media (min-width: 1536px) {

  .back-bg-items .shape2 {
    bottom: -200px;
  }
}
.back-bg-items .shape2 {
    transform: scale(0.9);
  }
.back-bg-items .shape3 {
  top: 0px;
}
.back-bg-items .shape3 {
  left: -160px;
}
.back-bg-items .shape3 {
  height: 100%;
}
@media (min-width: 1024px) {

  .back-bg-items .shape3 {
    left: -100px;
  }
}
@media (min-width: 1280px) {

  .back-bg-items .shape3 {
    left: -60px;
  }
}
.back-bg-items .shape4 {
  bottom: -90px;
}
.back-bg-items .shape4 {
  right: 40%;
}
.back-bg-items .shape4 {
  display: none;
}
.back-bg-items .shape4 {
  --tw-scale-x: 0.5;
  --tw-scale-y: 0.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) {

  .back-bg-items .shape4 {
    display: block;
  }
}
@media (min-width: 768px) {

  .back-bg-items .shape4 {
    --tw-scale-x: 0.6;
    --tw-scale-y: 0.6;
    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) {

  .back-bg-items .shape4 {
    bottom: -80px;
  }
}
@media (min-width: 1024px) {

  .back-bg-items .shape4 {
    right: 30%;
  }
}
@media (min-width: 1280px) {

  .back-bg-items .shape4 {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    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: 1536px) {

  .back-bg-items .shape4 {
    right: 40%;
  }
}
.back-bg-items .shape5 {
  top: 20%;
}
.back-bg-items .shape5 {
  right: -30%;
}
@media (min-width: 640px) {

  .back-bg-items .shape5 {
    right: 0%;
  }
}
@media (min-width: 1024px) {

  .back-bg-items .shape5 {
    right: 0%;
  }
}
@media (min-width: 1280px) {

  .back-bg-items .shape5 {
    top: 15%;
  }
}
.back-bg-items .shape6 {
  top: 50%;
}
.back-bg-items .shape6 {
  left: 110%;
}
.back-bg-items .shape6 {
  --tw-translate-x: -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));
}
.back-bg-items .shape6 {
  --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));
}
@media (min-width: 640px) {

  .back-bg-items .shape6 {
    left: 100%;
  }
}
/**
*
*	Name:			Kalameh Fonts
*	Version:			4.1
*	Author:			Naser Khadem
*	Created on:		March 11, 2019
*	Updated on:		July 17, 2021
*	Website:			http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت کلمه یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
Kalameh fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (.....)
------------------------------------------------------------------------------------- fonts/-
*	
**/
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 100;
  src: url("./../fonts/woff2/KalamehWeb-Thin.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("./../fonts/woff/KalamehWeb-Thin.woff")
      format("woff");
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 200;
  src: url("./../fonts/woff2/KalamehWeb-ExtraLight.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("./../fonts/woff/KalamehWeb-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 300;
  src: url("./../fonts/woff2/KalamehWeb-Light.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("./../fonts/woff/KalamehWeb-Light.woff")
      format("woff");
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 500;
  src: url("./../fonts/woff2/KalamehWeb-Medium.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("./../fonts/woff/KalamehWeb-Medium.woff")
      format("woff");
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 600;
  src: url("./../fonts/woff2/KalamehWeb-Semibold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("./../fonts/woff/KalamehWeb-Semibold.woff") format("woff");
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 800;
  src: url("./../fonts/woff2/KalamehWeb-ExtraBold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("./../fonts/woff/KalamehWeb-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: 900;
  src: url("./../fonts/woff2/KalamehWeb-Black.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("./../fonts/woff/KalamehWeb-Black.woff")
      format("woff");
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: bold;
  src: url("./../fonts/woff2/KalamehWeb-Bold.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/ url("./../fonts/woff/KalamehWeb-Bold.woff")
      format("woff");
}
@font-face {
  font-family: KalamehWeb;
  font-style: normal;
  font-weight: normal;
  src: url("./../fonts/woff2/KalamehWeb-Regular.woff2") format("woff2"),
    /* FF39+,Chrome36+, Opera24+*/
      url("./../fonts/woff/KalamehWeb-Regular.woff") format("woff");
}
.btn {
  background: linear-gradient(
    90deg,
    rgba(1, 129, 138, 0.75) 5%,
    rgba(0, 209, 180)
  );
  transition: all 0.3s;
  border-radius: 8px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:hover {
    background: linear-gradient(
      270deg,
      rgba(1, 129, 138, 0.75) 5%,
      rgba(0, 209, 180)
    );
  }
.main-bg-shape1 {
    z-index: -1;
  }
.main-bg-shape1 {
  position: absolute;
}
.main-bg-shape1 {
  top: 120px;
}
.main-bg-shape1 {
  right: -180px;
}
.main-bg-shape1 {
  --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));
}
.main-bg-shape1 {
  --tw-scale-x: .5;
  --tw-scale-y: .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: 1024px) {

  .main-bg-shape1 {
    right: -135px;
  }
}
@media (min-width: 1024px) {

  .main-bg-shape1 {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    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));
  }
}
.main-bg-shape2 {
    z-index: -1;
  }
.main-bg-shape2 {
  position: absolute;
}
.main-bg-shape2 {
  top: -60px;
}
.main-bg-shape2 {
  left: -200px;
}
.main-bg-shape2 {
  --tw-rotate: 100deg;
  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));
}
.main-bg-shape2 {
  --tw-scale-x: 0.6;
  --tw-scale-y: 0.6;
  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) {

  .main-bg-shape2 {
    top: -30px;
  }
}
@media (min-width: 1024px) {

  .main-bg-shape2 {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    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));
  }
}
.main-bg-shape3 {
    z-index: -1;
  }
.main-bg-shape3 {
  position: absolute;
}
.main-bg-shape3 {
  top: 140px;
}
.main-bg-shape3 {
  left: -130px;
}
.main-bg-shape3 {
  --tw-scale-x: .6;
  --tw-scale-y: .6;
  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) {

  .main-bg-shape3 {
    top: 220px;
  }
}
@media (min-width: 1024px) {

  .main-bg-shape3 {
    left: -150px;
  }
}
@media (min-width: 1024px) {

  .main-bg-shape3 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
  }
}
.heading {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 25px;
}
.heading:after {
    content: "";
    background: linear-gradient(90deg, transparent, var(--pink));
  }
.heading:after {
  position: absolute;
}
.heading:after {
  bottom: 0px;
}
.heading:after {
  right: 0px;
}
.heading:after {
  height: 5px;
}
.heading:after {
  width: 200px;
}
.heading:after {
  border-radius: 9999px;
}
#what-do-we-know .owl-carousel * {
      direction: ltr !important;
    }
#what-do-we-know .owl-carousel a {
  display: block;
}
#what-do-we-know .owl-carousel a {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
#what-do-we-know .owl-carousel a img {
  height: 100%;
}
#what-do-we-know .owl-carousel a img {
  width: 100%;
}
#what-do-we-know .owl-carousel a img {
  border-radius: 0.5rem;
}
#what-do-we-know .owl-carousel a img {
  -o-object-fit: cover;
     object-fit: cover;
}
#what-do-we-know .owl-carousel .owl-dots {
      display: none;
    }
#what-do-we-know .owl-carousel .owl-nav button {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        z-index: 11111;

        text-align: center
      }
#what-do-we-know .owl-carousel .owl-nav button {
  width: 46px !important;
}
#what-do-we-know .owl-carousel .owl-nav button {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}
#what-do-we-know .owl-carousel .owl-nav button {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 247 255 / var(--tw-bg-opacity)) !important;
}
#what-do-we-know .owl-carousel .owl-nav button {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#what-do-we-know .owl-carousel .owl-nav button {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
#what-do-we-know .owl-carousel .owl-nav button:first-child {
          transform: translate(-50%, -50%) rotate(180deg);
        }
#what-do-we-know .owl-carousel .owl-nav button:first-child {
  left: 103%;
}
@media (min-width: 1024px) {

  #what-do-we-know .owl-carousel .owl-nav button:first-child {
    left: 104%;
  }
}
#what-do-we-know .owl-carousel .owl-nav button:last-child {
  left: -3%;
}
@media (min-width: 1024px) {

  #what-do-we-know .owl-carousel .owl-nav button:last-child {
    left: -4%;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{display:none;width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel.owl-grab{cursor:move;cursor:-webkit-grab;cursor:grab}
.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}
.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav{margin-top:10px}
.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}
.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
footer {
  background: linear-gradient(#343f5b, #1a1f2c);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.darg-transparent {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 111111111111;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100vw;
}
.contact-us {
  transform: translate(-50%, 0);
  z-index: 11111111111111;
  transition: all 0.5s;
  position: fixed;
  top: -100%;
  left: 50%;
  width: 83.333333%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(234 247 255 / var(--tw-bg-opacity));
  padding: 1.25rem
}
@media (min-width: 768px) {

  .contact-us {
    width: 75%;
  }
}
@media (min-width: 1024px) {

  .contact-us {
    width: 650px;
  }
}
.contact-us.active {
  top: 10%;
}
.inp {
  outline: unset;
  border: 2px solid;
  border-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(216 216 216 / var(--tw-border-opacity));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 12px;
}
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(234 247 255 / var(--tw-bg-opacity));
}
* {
  direction: rtl;
}
main {
  --tw-text-opacity: 1;
  color: rgb(18 7 84 / var(--tw-text-opacity));
}
@media (min-width: 640px) {

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

  .sm\:w-\[200px\] {
    width: 200px;
  }
}
@media (min-width: 768px) {

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }
}
@media (min-width: 1024px) {

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[calc\(100vh-180px\)\] {
    height: calc(100vh - 180px);
  }

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

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

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

  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:translate-y-\[-40px\] {
    --tw-translate-y: -40px;
    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: 1536px) {

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

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

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
