@import url("https://fonts.googleapis.com/css2?family=Meie+Script&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Italianno&family=Meie+Script&display=swap");

@import url('https://fonts.cdnfonts.com/css/saudagar');

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

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

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

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

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

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

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

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

body {
  font-size: 20px;
}

/* SM */

@media (min-width:768px) {
  body {
    font-size: 25px;
    /* color: blue !important; */
  }

  .pricingBox p {
    line-height: 25px !important;
  }

  .fontItalianno {
    line-height: 25px !important;
  }
}

/* LG */

@media (min-width:1024px) {
  body {
    font-size: 35px;
    /* color: green !important; */
  }

  .pricingBox p {
    line-height: 30px !important;
  }

  .fontItalianno {
    line-height: 30px !important;
  }
}

@media (min-width:1280px) {
  body {
    font-size: 35px;
    /* color: red !important; */
  }

  .pricingBox p {
    line-height: 30px !important;
  }

  .fontItalianno {
    line-height: 30px !important;
  }
}

@media (min-width:1536px) {
  body {
    font-size: 40px;
    /* color: red !important; */
  }

  .index-section {
    font-size: 50px;
  }

  .pricingBox p {
    line-height: 30px !important;
  }

  .fontItalianno {
    line-height: 30px !important;
  }

  @media (min-width:1792px) {
    body {
      font-size: 40px;
      /* color: red !important; */
    }

    .pricingBox p {
      line-height: 35px !important;
    }

    .fontItalianno {
      line-height: 30px !important;
    }
  }
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: "Saudagar", cursive;
  font-weight: 600;
}

h1 {
  /* @apply text-[2.55rem] md:text-5xl lg:text-6xl 2xl:text-7xl; */
  font-size: 2rem;
}

@media (min-width: 1024px){
  h1{
    font-size: 3rem;
  }
}

@media (min-width: 1280px){
  h1{
    font-size: 3.5rem;
  }
}

@media (min-width: 1536px){
  h1{
    font-size: 3.5rem;
  }
}

h2{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  h2{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 1024px){
  h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h4{
  font-size: 1.325rem;
}

@media (min-width: 768px){
  h4{
    font-size: 1.45rem;
  }
}

@media (min-width: 1024px){
  h4{
    font-size: 1.562rem;
  }
}

h5{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

h6{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

p,
  a {
  /* font-family: "Italianno", cursive; */
}

.fontMeie {
  font-family: "Saudagar", cursive;
  font-weight: 600;
}

#contact {
  scroll-behavior: smooth;
}

.pricingTitle {
  font-family: "Saudagar", cursive;
}

@media (min-width:768px) {
  .pricingTitle {
    line-height: 25px;
  }
}

@media (min-width:1024px) {
  .pricingTitle {
    line-height: 30px;
  }
}

@media (min-width:1280px) {
  .pricingTitle {
    line-height: 30px;
  }
}

@media (min-width:1536px) {
  .pricingTitle {
    line-height: 30px;
  }

  @media (min-width:1792px) {
    .pricingTitle {
      line-height: 30px;
    }
  }

  .pricingTitle {
    line-height: 30px;
  }

  @media (min-width:1792px) {
    .pricingTitle {
      line-height: 30px;
    }
  }
}

.pricingTitle {
  /* font-family: "Italianno", cursive; */
  width: 100%;
  padding-bottom: 0.5rem;
  text-align: center;
  text-decoration-line: underline
}

@media (min-width: 1024px){
  .pricingTitle{
    padding-bottom: 1.5rem;
  }
}

.pricingSection{
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .pricingSection{
    padding-top: 2rem;
  }
}

@media (min-width: 640px){
  .pricingSection{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px){
  .pricingSection{
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

@media (min-width: 1024px){
  .pricingSection{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px){
  .pricingSection{
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

@media (min-width: 1536px){
  .pricingSection{
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.index-section{
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from-position: 10%;
  --tw-gradient-via-position: 30%;
  --tw-gradient-to-position: 90%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .index-section{
    flex-direction: column;
  }
}

@media (min-width: 1536px){
  .index-section{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.index-section {
  /* removed xl:h-[800px] 2xl:h-[1200px] because doesnt accomplish anything */
}

.index-paragraph{
  white-space: normal;
  text-align: center;
  font-family: Saudagar;
}

.about-paragraph{
  white-space: normal;
  text-align: center;
  font-family: Saudagar;
}

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

.pricingImg:hover{
  opacity: 0.8;
}

.nav-link {
  position: relative;
  text-decoration: none;
}

.nav-link::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 1px;
  /* background-color: #18272F; */
  background-color: white;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .2s ease-in-out;
}

.nav-link:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

p {
  display: inline;
  /* @apply leading-3; */
}

p > * {
  font-family: inherit !important;
  font-size: inherit !important;
}

.nav-link{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

@media not all and (min-width: 1024px){
  .nav-link{
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
  }
}

@media (min-width: 1024px){
  .nav-link{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 1280px){
  .nav-link{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

p {
  line-height: 1em;
}

span {
  line-height: 0.5em;
}

/* .zoomer {
    cursor: pointer;
    transition: transform .1s;
  }
  .zoomer:hover {
    transform: scale(2);
  } */

.signatureSmall {
  transform: scale(1.5);
}

.pricingBox{
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgb(202 132 110 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.4;
  padding: 1.5rem;
  font-family: Saudagar;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media not all and (min-width: 640px){
  .pricingBox{
    text-align: center;
  }
}

@media (min-width: 1024px){
  .pricingBox{
    row-gap: 0.5rem;
  }
}

@media (min-width: 1280px){
  .pricingBox{
    padding: 2rem;
  }
}

/* .pricingBox p {
    line-height: 35px !important;
  } */

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

.navBarColor {
  background: linear-gradient(90deg, #dfa793, 15%, rgb(139, 72, 53) 71%);
}

.pricingBgCover {
  /* background-image: url("assets/home-hero-background.png"); */
  background-image: url("assets/background_pricing.jpg");
}

/* Porfolio CSS */

body {
  margin: 0;
  padding: 0;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-6{
  bottom: 1.5rem;
}

.left-0{
  left: 0px;
}

.left-14{
  left: 3.5rem;
}

.top-0{
  top: 0px;
}

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

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

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

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

.m-auto{
  margin: auto;
}

.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

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

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.mt-10{
  margin-top: 2.5rem;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.size-full{
  width: 100%;
  height: 100%;
}

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

.h-10{
  height: 2.5rem;
}

.h-12{
  height: 3rem;
}

.h-2\/5{
  height: 40%;
}

.h-3\/5{
  height: 60%;
}

.h-32{
  height: 8rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-full{
  height: 100%;
}

.max-h-\[90dvh\]{
  max-height: 90dvh;
}

.min-h-screen{
  min-height: 100vh;
}

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

.w-10{
  width: 2.5rem;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-64{
  min-width: 16rem;
}

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

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

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

.max-w-full{
  max-width: 100%;
}

.max-w-screen-md{
  max-width: 768px;
}

.flex-1{
  flex: 1 1 0%;
}

.scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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-grabbing{
  cursor: grabbing;
}

.resize{
  resize: both;
}

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

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

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

.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-16{
  gap: 4rem;
}

.gap-4{
  gap: 1rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

.gap-y-4{
  row-gap: 1rem;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.whitespace-normal{
  white-space: normal;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.bg-gres-rouge{
  --tw-bg-opacity: 1;
  background-color: rgb(200 141 125 / var(--tw-bg-opacity));
}

.bg-terre-du-vaucluse{
  --tw-bg-opacity: 1;
  background-color: rgb(202 132 110 / var(--tw-bg-opacity));
}

.bg-terre-sardaigne-argile{
  --tw-bg-opacity: 1;
  background-color: rgb(179 126 106 / var(--tw-bg-opacity));
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-bookroomred-farrow-and-ball{
  --tw-gradient-from: #C8734F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 115 79 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brun-de-mars{
  --tw-gradient-from: #AB624D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(171 98 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gres-rouge{
  --tw-gradient-from: #C88D7D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 141 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pourpin{
  --tw-gradient-from: #AF625F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 98 95 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-roussillon{
  --tw-gradient-from: #E18E71 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 142 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sienne-brulee{
  --tw-gradient-from: #AB624D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(171 98 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-terra-rossa{
  --tw-gradient-from: #AC4C51 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(172 76 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-terracota-flamand{
  --tw-gradient-from: #AA5F49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(170 95 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-terre-du-vaucluse{
  --tw-gradient-from: #CA846E var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 132 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-terre-sardaigne-argile{
  --tw-gradient-from: #B37E6A var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(179 126 106 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-balmoralred{
  --tw-gradient-to: #703236 var(--tw-gradient-to-position);
}

.to-bookroomred-farrow-and-ball{
  --tw-gradient-to: #C8734F var(--tw-gradient-to-position);
}

.to-brun-de-mars{
  --tw-gradient-to: #AB624D var(--tw-gradient-to-position);
}

.to-gres-rouge{
  --tw-gradient-to: #C88D7D var(--tw-gradient-to-position);
}

.to-pourpin{
  --tw-gradient-to: #AF625F var(--tw-gradient-to-position);
}

.to-roussillon{
  --tw-gradient-to: #E18E71 var(--tw-gradient-to-position);
}

.to-sienne-brulee{
  --tw-gradient-to: #AB624D var(--tw-gradient-to-position);
}

.to-terracota-flamand{
  --tw-gradient-to: #AA5F49 var(--tw-gradient-to-position);
}

.to-terre-sardaigne-argile{
  --tw-gradient-to: #B37E6A var(--tw-gradient-to-position);
}

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

.bg-center{
  background-position: center;
}

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

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

.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-10{
  padding: 2.5rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

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

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

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

.pt-10{
  padding-top: 2.5rem;
}

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

.pt-8{
  padding-top: 2rem;
}

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

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

.\!text-start{
  text-align: start !important;
}

.font-saudagar{
  font-family: Saudagar;
}

.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.font-thin{
  font-weight: 100;
}

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

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

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

.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.flex-grid {
  display: flex;
}

.col {
  flex: 1;
}

/* Pictures brightness on hover */

img {
  z-index: 10;
}

a[data-fslightbox="gallery"]:has(> img):hover {
  opacity: 0.9;
  z-index: 10;
}

a[data-fslightbox="gallery"]:has(>img) {
  position: static;
  display: block;
}

.top {
  --offset: 50px;
  position: sticky;
  bottom: 20px;
  left: 100%;
  margin-right: 15px;
  place-self: end;
  margin-top: calc(100vh + var(--offset));
  /* visual styling */
  text-decoration: none;
  padding: 10px;
  font-family: sans-serif;
  color: #fff;
  background: #000;
  border-radius: 100px;
  white-space: nowrap;
  z-index: 999999;
}

html {
  scroll-behavior: smooth;
}

.portfolio {
  * {
    box-sizing: border-box;
  }
  body {
    margin: 0;
    font-family: Arial;
  }
  .header {
    text-align: center;
    padding: 32px;
  }
  .row {
    /* IE10 */
    display: flex;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }
  /* Create four equal columns that sits next to each other */
  .column {
    /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
    display: flex;
    flex-direction: column;
  }
  .first-column {
    row-gap: 0.59%;
  }
  .second-column {
    row-gap: 0.075%;
  }
  .third-column {
    row-gap: 0.565%;
  }
  .fourth-column {
    row-gap: 0.59%;
  }
  .inherit {
    display: inherit;
  }
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }
}

.column a[data-fslightbox="gallery"]:has(> img) {
  margin-top: 8px !important;
  vertical-align: middle;
  width: 100%;
}

html, body {
  width: auto!important;
  overflow-x: hidden!important
}

@media (min-width: 640px){
  .sm\:signatureNormal {
    transform: scale(2.0);
  }
}

@media (min-width: 1280px){
  .xl\:signatureBig {
    transform: scale(4.0);
  }
}

@media not all and (min-width: 1024px){
  .max-lg\:fixed{
    position: fixed;
  }

  .max-lg\:-right-\[100vw\]{
    right: -100vw;
  }

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

  .max-lg\:h-screen{
    height: 100vh;
  }

  .max-lg\:max-h-64{
    max-height: 16rem;
  }

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

  .max-lg\:w-screen{
    width: 100vw;
  }

  .max-lg\:flex-col{
    flex-direction: column;
  }

  .max-lg\:gap-6{
    gap: 1.5rem;
  }

  .max-lg\:bg-mobile-menu{
    --tw-bg-opacity: 1;
    background-color: rgb(179 126 106 / var(--tw-bg-opacity));
  }

  .max-lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .max-lg\:pt-32{
    padding-top: 8rem;
  }

  .max-lg\:text-center{
    text-align: center;
  }
}

@media not all and (min-width: 768px){
  .max-md\:flex{
    display: flex;
  }

  .max-md\:hidden{
    display: none;
  }

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

@media not all and (min-width: 640px){
  .max-sm\:mb-8{
    margin-bottom: 2rem;
  }

  .max-sm\:block{
    display: block;
  }

  .max-sm\:hidden{
    display: none;
  }

  .max-sm\:h-20{
    height: 5rem;
  }

  .max-sm\:w-3\/4{
    width: 75%;
  }

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

  .max-sm\:flex-col{
    flex-direction: column;
  }

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

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

  .max-sm\:gap-4{
    gap: 1rem;
  }

  .max-sm\:gap-8{
    gap: 2rem;
  }

  .max-sm\:gap-y-4{
    row-gap: 1rem;
  }

  .max-sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .max-sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-16{
    height: 4rem;
  }

  .sm\:w-2\/5{
    width: 40%;
  }

  .sm\:w-3\/5{
    width: 60%;
  }

  .sm\:w-4\/5{
    width: 80%;
  }

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

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

  .sm\:gap-y-\[1\.65\%\]{
    row-gap: 1.65%;
  }

  .sm\:gap-y-\[2\.4\%\]{
    row-gap: 2.4%;
  }

  .sm\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .sm\:\!text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}

@media (min-width: 768px){
  .md\:bottom-8{
    bottom: 2rem;
  }

  .md\:left-20{
    left: 5rem;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-16{
    height: 4rem;
  }

  .md\:w-16{
    width: 4rem;
  }

  .md\:scale-75{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

  .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:pb-8{
    padding-bottom: 2rem;
  }

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

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

  .lg\:hidden{
    display: none;
  }

  .lg\:h-24{
    height: 6rem;
  }

  .lg\:w-3\/4{
    width: 75%;
  }

  .lg\:w-3\/5{
    width: 60%;
  }

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

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

  .lg\:gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:pt-96{
    padding-top: 24rem;
  }

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

@media (min-width: 1280px){
  .xl\:bottom-36{
    bottom: 9rem;
  }

  .xl\:left-60{
    left: 15rem;
  }

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

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

  .xl\:w-1\/2{
    width: 50%;
  }

  .xl\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .xl\:pb-8{
    padding-bottom: 2rem;
  }

  .xl\:pt-10{
    padding-top: 2.5rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:hidden{
    display: none;
  }

  .\32xl\:max-h-\[900px\]{
    max-height: 900px;
  }

  .\32xl\:gap-4{
    gap: 1rem;
  }

  .\32xl\:px-48{
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

@media (min-width: 1792px){
  .\33xl\:hidden{
    display: none;
  }
} 