@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,100;9..144,200;9..144,300;9..144,400;9..144,500;9..144,600;9..144,700;9..144,800;9..144,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz@1,9..40&family=Qwigley&display=swap');

/*
! tailwindcss v3.4.0 | 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 */
  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:  ;
}

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

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

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-bottom-\[130px\]{
  bottom: -130px;
}

.-left-24{
  left: -6rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-32{
  bottom: 8rem;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-6{
  right: 1.5rem;
}

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

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

.top-0{
  top: 0px;
}

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

.top-40{
  top: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-10{
  margin-left: 2.5rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

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

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

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

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

.h-screen{
  height: 100vh;
}

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

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

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

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.-translate-y-1\/2{
  --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));
}

.cursor-auto{
  cursor: auto;
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

.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-1{
  gap: 0.25rem;
}

.gap-3{
  gap: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.gap-x-\[10px\]{
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[130px\]{
  -moz-column-gap: 130px;
       column-gap: 130px;
}

.gap-x-\[14px\]{
  -moz-column-gap: 14px;
       column-gap: 14px;
}

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

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

.gap-y-\[12px\]{
  row-gap: 12px;
}

.gap-y-\[18px\]{
  row-gap: 18px;
}

.gap-y-\[32px\]{
  row-gap: 32px;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

.border{
  border-width: 1px;
}

.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-\[\#12111025\]{
  border-color: #12111025;
}

.border-\[\#12111028\]{
  border-color: #12111028;
}

.border-\[\#1211102d\]{
  border-color: #1211102d;
}

.border-\[\#12111034\]{
  border-color: #12111034;
}

.border-\[\#121110\]{
  --tw-border-opacity: 1;
  border-color: rgb(18 17 16 / var(--tw-border-opacity));
}

.border-\[\#55504c3f\]{
  border-color: #55504c3f;
}

.border-\[rgba\(20\2c 8\2c 8\2c 0\.8\)\]{
  border-color: rgba(20,8,8,0.8);
}

.bg-\[\#121110\]{
  --tw-bg-opacity: 1;
  background-color: rgb(18 17 16 / var(--tw-bg-opacity));
}

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

.bg-\[\#F4F2F0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 242 240 / var(--tw-bg-opacity));
}

.bg-\[\#FB8F2C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 143 44 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-\[url\(\'https\:\/\/besnik-space\.fra1\.cdn\.digitaloceanspaces\.com\/ezytor\/theme\/AVgu51tZANv84nMIfiK31698578026\.webp\'\)\]{
  background-image: url('https://besnik-space.fra1.cdn.digitaloceanspaces.com/ezytor/theme/AVgu51tZANv84nMIfiK31698578026.webp');
}

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

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

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

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

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

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

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

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

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

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

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

.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-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

.pr-5{
  padding-right: 1.25rem;
}

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

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

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

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

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

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

.font-Fraunces{
  font-family: Fraunces;
}

.font-Qwigley{
  font-family: Qwigley;
}

.font-dmSans{
  font-family: DM Sans, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

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

.leading-9{
  line-height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#121110\]{
  --tw-text-opacity: 1;
  color: rgb(18 17 16 / var(--tw-text-opacity));
}

.text-\[\#40AF49\]{
  --tw-text-opacity: 1;
  color: rgb(64 175 73 / var(--tw-text-opacity));
}

.text-\[\#55504C\]{
  --tw-text-opacity: 1;
  color: rgb(85 80 76 / var(--tw-text-opacity));
}

.text-\[\#7B7373\]{
  --tw-text-opacity: 1;
  color: rgb(123 115 115 / var(--tw-text-opacity));
}

.text-\[\#FB8F2C\]{
  --tw-text-opacity: 1;
  color: rgb(251 143 44 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#ffffffb6\]{
  color: #ffffffb6;
}

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

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

.placeholder-\[\#12111027\]::-moz-placeholder{
  color: #12111027;
}

.placeholder-\[\#12111027\]::placeholder{
  color: #12111027;
}

.placeholder-\[\#55504C\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(85 80 76 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#55504C\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(85 80 76 / var(--tw-placeholder-opacity));
}

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

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

.opacity-75{
  opacity: 0.75;
}

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

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

/* for Navbar................................................................................... */

.mobile-menu {
  left: -150%;
  transition: 0.5s;
}

.mobile-menu.active {
  left: 0;
  color: black;
}

/* For Our Menu................................................................................... */

.active {
  color: #FB8F2C;
}

/* For Offers....................................................................................... */

.swiper .swiper-pagination{
  bottom: 00px;
}

span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #FB8F2C;
}

/* for checkout .......................................................................................*/

.input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  /* font-size: x-large; */
  width: 16px;
  height: 16px;
  /* margin-right: 7px; */
  border: 4px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.input-radio.on:checked {
  box-shadow: 0px 0px 0px 1px #FB8F2C;
  background-color: #FB8F2C;
}

.input-radio.off:checked {
  box-shadow: 0px 0px 0px 1px #FB8F2C;
  background-color: #FB8F2C;
}

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

.hover\:bg-\[\#FB8F2C\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(251 143 44 / var(--tw-bg-opacity));
}

.hover\:text-\[\#FB8F2C\]:hover{
  --tw-text-opacity: 1;
  color: rgb(251 143 44 / var(--tw-text-opacity));
}

.hover\:text-\[\#ffffff\]: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));
}

.focus\:outline:focus{
  outline-style: solid;
}

.focus\:outline-1:focus{
  outline-width: 1px;
}

.focus\:outline-offset-2:focus{
  outline-offset: 2px;
}

.focus\:outline-\[\#454540\]:focus{
  outline-color: #454540;
}

@media (min-width: 640px){
  .sm\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-5{
    gap: 1.25rem;
  }

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

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

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

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

  .sm\:bg-\[url\(\'https\:\/\/besnik-space\.fra1\.cdn\.digitaloceanspaces\.com\/ezytor\/theme\/l6RVBXQU1cXPlfHjyREO1698579546\.webp\'\)\]{
    background-image: url('https://besnik-space.fra1.cdn.digitaloceanspaces.com/ezytor/theme/l6RVBXQU1cXPlfHjyREO1698579546.webp');
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px){
  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

  .md\:border-r-\[2px\]{
    border-right-width: 2px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:ml-20{
    margin-left: 5rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:space-x-\[30px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(30px * var(--tw-space-x-reverse));
    margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

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

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

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

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:relative{
    position: relative;
  }

  .xl\:-ml-10{
    margin-left: -2.5rem;
  }

  .xl\:mb-0{
    margin-bottom: 0px;
  }

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

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

  .xl\:ml-\[11\%\]{
    margin-left: 11%;
  }

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

  .xl\:ml-\[34\%\]{
    margin-left: 34%;
  }

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

  .xl\:block{
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:gap-\[130px\]{
    gap: 130px;
  }

  .xl\:gap-\[18px\]{
    gap: 18px;
  }

  .xl\:gap-x-\[100px\]{
    -moz-column-gap: 100px;
         column-gap: 100px;
  }

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

  .xl\:border-\[\#12111028\]{
    border-color: #12111028;
  }

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

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

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

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