@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');

/*
::
:: Theme Name: AstraZeneca
:: Email: Nourramadan144@gmail.com
:: Author URI: https://themeforest.net/user/ar-coder
:: Author: ar-coder
:: Version: 1.0
::
*/

/* :: Google Almarai Font & Google Almarai Font */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

.pointer-events-none{
  pointer-events: none;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-\[-105\%\]{
  left: -105%;
}

.left-auto{
  left: auto;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

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

.top-auto{
  top: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.m-0{
  margin: 0px;
}

.mx-\[15px\]{
  margin-left: 15px;
  margin-right: 15px;
}

.mx-\[5px\]{
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.mb-\[15px\]{
  margin-bottom: 15px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[40px\]{
  margin-bottom: 40px;
}

.mb-\[45px\]{
  margin-bottom: 45px;
}

.mb-\[50px\]{
  margin-bottom: 50px;
}

.ml-0{
  margin-left: 0px;
}

.ml-\[15px\]{
  margin-left: 15px;
}

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

.mr-\[15px\]{
  margin-right: 15px;
}

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

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

.mt-\[100px\]{
  margin-top: 100px;
}

.mt-\[126px\]{
  margin-top: 126px;
}

.mt-\[15px\]{
  margin-top: 15px;
}

.mt-\[200px\]{
  margin-top: 200px;
}

.mt-\[25px\]{
  margin-top: 25px;
}

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

.mt-\[45px\]{
  margin-top: 45px;
}

.mt-\[50px\]{
  margin-top: 50px;
}

.box-content{
  box-sizing: content-box;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.h-1{
  height: 0.25rem;
}

.h-1\.5{
  height: 0.375rem;
}

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

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

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

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

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

.h-\[71\]{
  height: 71;
}

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

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

.w-1{
  width: 0.25rem;
}

.w-1\.5{
  width: 0.375rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.border-collapse{
  border-collapse: collapse;
}

.translate-y-\[-50\%\]{
  --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));
}

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

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

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

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

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-6{
  gap: 1.5rem;
}

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

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

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

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-\[\#EAECF0\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 236 240 / var(--tw-border-opacity));
}

.border-\[\#FFF\]\/10{
  border-color: rgb(255 255 255 / 0.1);
}

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

.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}

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

.bg-\[\#831A54\]{
  --tw-bg-opacity: 1;
  background-color: rgb(131 26 84 / var(--tw-bg-opacity));
}

.bg-\[\#B5B5B5\]\/50{
  background-color: rgb(181 181 181 / 0.5);
}

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

.bg-\[\#FBF4EC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 244 236 / var(--tw-bg-opacity));
}

.bg-\[\#FCAF1C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 175 28 / var(--tw-bg-opacity));
}

.bg-\[\#FCEBD7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 235 215 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-clip-padding{
  background-clip: padding-box;
}

.fill-\[\#831A54\]{
  fill: #831A54;
}

.fill-\[\#B5B5B5\]{
  fill: #B5B5B5;
}

.fill-\[\#FCAF1C\]{
  fill: #FCAF1C;
}

.fill-black{
  fill: #000;
}

.fill-current{
  fill: currentColor;
}

.fill-sky-500{
  fill: #0ea5e9;
}

.fill-white{
  fill: #fff;
}

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

.p-4{
  padding: 1rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[15px\]{
  padding: 15px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[30px\]{
  padding: 30px;
}

.p-\[8px\]{
  padding: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-\[30px\]{
  padding-bottom: 30px;
}

.pb-\[40px\]{
  padding-bottom: 40px;
}

.pr-\[45px\]{
  padding-right: 45px;
}

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

.pt-\[100px\]{
  padding-top: 100px;
}

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

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

.pt-\[60px\]{
  padding-top: 60px;
}

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

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

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

.font-almarai{
  font-family: Almarai, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[500\]{
  font-weight: 500;
}

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

.font-\[800\]{
  font-weight: 800;
}

.capitalize{
  text-transform: capitalize;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[1\.8\]{
  line-height: 1.8;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#831A54\]{
  --tw-text-opacity: 1;
  color: rgb(131 26 84 / var(--tw-text-opacity));
}

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

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

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

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

.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

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

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

.outline{
  outline-style: solid;
}

.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-\[\#B5B5B5\]{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(181 181 181 / var(--tw-ring-opacity));
}

.ring-gray-950{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity));
}

.ring-gray-950\/10{
  --tw-ring-color: rgb(3 7 18 / 0.1);
}

.ring-transparent{
  --tw-ring-color: transparent;
}

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

/* :: All Transition */

* {
  transition: all 0.5s ease;
  outline: none;
}

/* :: Body */

body {
  font-family: "Almarai", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #831A54;
  font-weight: 400;
}

.row>* {
  padding-right: 15px;
  padding-left: 15px;
}

.container,
.container-fluid {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: "Almarai", sans-serif;
}

::-moz-selection {
  background-color: #831A54;
  color: #FFF;
  text-shadow: none;
}

::selection {
  background-color: #831A54;
  color: #FFF;
  text-shadow: none;
}

::-moz-placeholder {
  color: #831A54;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
}

::placeholder {
  color: #831A54;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
  margin: 0;
  padding: 0;
}

a,
a:hover,
button:focus {
  text-decoration: none;
  color: #9B9B9B;
}

/* :: Typography */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Almarai", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

p {
  color: #831A54;
  font-size: 14px;
  font-weight: 400;
  font-family: "Almarai", sans-serif;
  line-height: 25px;
  margin: 0;
}

/* :: Loading */

.loading {
  position: fixed;
  background-color: #FBF4EC;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  transition: unset;
}

.loading .loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #831A54;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

/* :: Navbar */

.nav-bar{
  z-index: 1030;
  border-bottom: 1px solid #EAECF0;
}

.nav-bar.active{
  box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}

.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.active{
  color: #7D287F;
}

.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1{
  margin-right: 0;
}

.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2.active{
  color: #7D287F;
  background-color: #F9F9F9;
}

.nav-bar .nav-bar-links .level-2 .item-level-2:last-of-type .link-level-2{
  border: none;
}

/* :: Large devices */

@media (max-width: 1024px){
  .nav-bar .nav-bar-links .level-1{
    overflow-y: auto;
    overflow-x: hidden;
  }

  .nav-bar .content .nav-bar-links.active{
    left: 0;
  }

  .nav-bar .content .nav-bar-links.active .content-responsive{
    box-shadow: 0px 3px 7px 0px rgb(9 29 62 / 10%);
  }

  .nav-bar .nav-bar-links .level-2.active {
    display: block;
  }

  .nav-bar .content .nav-bar-links.active .close-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.1;
    z-index: -1;
    cursor: pointer;
    transition: all 0.5s ease;
  }
}

.choices{
  max-width: 400px;
}

.choices__inner{
  background: #D9D9D9;
  direction: rtl;
  border-color: #D9D9D9;
  color: #191919;
}

.choices__item{
  color: #191919;
  font-size: 24px;
  opacity: 1;
  line-height: 44px;
}

.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item{
  font-size: 18px;
}

.choices[data-type*=select-one]::after{
  left: 15px !important;
  right: auto;
  border-width: 10px;
}

.choices[data-type*=select-one] .choices__button{
  right: auto;
  left: 50px;
}

.choices__list--single .choices__item {
  width: 85%;
}

.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #191919 !important;
  margin-top: -12.5px !important;
}

.placeholder\:text-\[36px\]::-moz-placeholder{
  font-size: 36px;
}

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

.placeholder\:leading-\[68px\]::-moz-placeholder{
  line-height: 68px;
}

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

.placeholder\:text-\[\#191919\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}

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

.before\:inline-block::before{
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-\[50px\]::before{
  content: var(--tw-content);
  height: 50px;
}

.before\:w-\[50px\]::before{
  content: var(--tw-content);
  width: 50px;
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-\[\#B5B5B5\]::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 181 / var(--tw-bg-opacity));
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:inline-block::after{
  content: var(--tw-content);
  display: inline-block;
}

.after\:h-\[50px\]::after{
  content: var(--tw-content);
  height: 50px;
}

.after\:w-\[50px\]::after{
  content: var(--tw-content);
  width: 50px;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-\[\#B5B5B5\]::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(181 181 181 / var(--tw-bg-opacity));
}

.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\]::after{
  --tw-content: ;
  content: var(--tw-content);
}

.checked\:border-\[\#fdf2fa\]:checked{
  --tw-border-opacity: 1;
  border-color: rgb(253 242 250 / var(--tw-border-opacity));
}

.checked\:ring-\[\#fdf2fa\]:checked{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 250 / var(--tw-ring-opacity));
}

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

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

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

.hover\:bg-\[\#831A54\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(131 26 84 / var(--tw-bg-opacity));
}

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

.hover\:bg-\[\#fdf2fa\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 250 / var(--tw-bg-opacity));
}

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

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

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

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

.group:hover .group-hover\:bg-\[\#831A54\]{
  --tw-bg-opacity: 1;
  background-color: rgb(131 26 84 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#FFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-white{
  fill: #fff;
}

.group:hover .group-hover\:text-\[\#FFF\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.has-\[\:checked\]\:bg-\[\#fdf2fa\]:has(:checked){
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 250 / var(--tw-bg-opacity));
}

.has-\[\:checked\]\:text-\[\#831A54\]:has(:checked){
  --tw-text-opacity: 1;
  color: rgb(131 26 84 / var(--tw-text-opacity));
}

.has-\[\:checked\]\:ring-\[\#831A54\]:has(:checked){
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 26 84 / var(--tw-ring-opacity));
}

.has-\[\:checked\]\:before\:bg-\[\#831A54\]:has(:checked)::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(131 26 84 / var(--tw-bg-opacity));
}

.has-\[\:checked\]\:after\:bg-\[\#831A54\]:has(:checked)::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(131 26 84 / var(--tw-bg-opacity));
}

@media (min-width: 640px){
  .sm\:left-\[-360px\]{
    left: -360px;
  }

  .sm\:mb-\[120px\]{
    margin-bottom: 120px;
  }

  .sm\:block{
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:w-auto{
    width: auto;
  }

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

  .sm\:max-w-\[max-content\]{
    max-width: -moz-max-content;
    max-width: max-content;
  }

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

  .sm\:gap-\[25px\]{
    gap: 25px;
  }

  .sm\:p-\[30px\]{
    padding: 30px;
  }

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

  .sm\:pr-\[90px\]{
    padding-right: 90px;
  }

  .sm\:pt-\[40px\]{
    padding-top: 40px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .md\:gap-\[50px\]{
    gap: 50px;
  }

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

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

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }

  .lg\:left-auto{
    left: auto;
  }

  .lg\:top-auto{
    top: auto;
  }

  .lg\:ml-0{
    margin-left: 0px;
  }

  .lg\:ml-\[30px\]{
    margin-left: 30px;
  }

  .lg\:mt-\[156px\]{
    margin-top: 156px;
  }

  .lg\:block{
    display: block;
  }

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

  .lg\:flex{
    display: flex;
  }

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

  .lg\:hidden{
    display: none;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:max-h-\[unset\]{
    max-height: unset;
  }

  .lg\:w-auto{
    width: auto;
  }

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

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

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

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

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

  .lg\:gap-\[100px\]{
    gap: 100px;
  }

  .lg\:gap-\[120px\]{
    gap: 120px;
  }

  .lg\:gap-\[80px\]{
    gap: 80px;
  }

  .lg\:border-\[0px\]{
    border-width: 0px;
  }

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

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

@media (min-width: 1280px){
  .xl\:col-span-1{
    grid-column: span 1 / span 1;
  }

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

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