@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

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

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.top-3{
  top: 0.75rem;
}

.right-8{
  right: 2rem;
}

.bottom-8{
  bottom: 2rem;
}

.right-12{
  right: 3rem;
}

.bottom-20{
  bottom: 5rem;
}

.left-12{
  left: 3rem;
}

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

.-right-8{
  right: -2rem;
}

.top-\[43\%\]{
  top: 43%;
}

.top-0{
  top: 0px;
}

.-top-36{
  top: -9rem;
}

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

.left-auto{
  left: auto;
}

.-top-16{
  top: -4rem;
}

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

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

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

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

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

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

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

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

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

.mr-6{
  margin-right: 1.5rem;
}

.mr-8{
  margin-right: 2rem;
}

.ml-8{
  margin-left: 2rem;
}

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

.-ml-6{
  margin-left: -1.5rem;
}

.mt-24{
  margin-top: 6rem;
}

.mb-72{
  margin-bottom: 18rem;
}

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

.ml-2{
  margin-left: 0.5rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.mt-36{
  margin-top: 9rem;
}

.mr-10{
  margin-right: 2.5rem;
}

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

.mt-32{
  margin-top: 8rem;
}

.mt-8{
  margin-top: 2rem;
}

.mb-64{
  margin-bottom: 16rem;
}

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

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

.mt-6{
  margin-top: 1.5rem;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

.h-full{
  height: 100%;
}

.h-12{
  height: 3rem;
}

.h-screen{
  height: 100vh;
}

.h-3{
  height: 0.75rem;
}

.h-52{
  height: 13rem;
}

.h-0{
  height: 0px;
}

.h-16{
  height: 4rem;
}

.h-\[30em\]{
  height: 30em;
}

.h-px{
  height: 1px;
}

.w-full{
  width: 100%;
}

.w-12{
  width: 3rem;
}

.w-3{
  width: 0.75rem;
}

.w-52{
  width: 13rem;
}

.w-0{
  width: 0px;
}

.w-fit{
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.w-96{
  width: 24rem;
}

.w-16{
  width: 4rem;
}

.w-18{
  width: 4.5rem;
}

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

.cursor-none{
  cursor: none;
}

.scroll-mt-24{
  scroll-margin-top: 6rem;
}

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

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

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

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

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

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

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

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

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

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

.gap-16{
  gap: 4rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-14{
  gap: 3.5rem;
}

.gap-4{
  gap: 1rem;
}

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

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

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

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

.border-2{
  border-width: 2px;
}

.border-8{
  border-width: 8px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-red-100{
  --tw-border-opacity: 1;
  border-color: rgb(219 80 74 / var(--tw-border-opacity));
}

.bg-darkblue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(5 21 42 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 80 74 / var(--tw-bg-opacity));
}

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

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

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

.from-darkblue-100{
  --tw-gradient-from: #061c37;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(6 28 55 / 0));
}

.from-red-100{
  --tw-gradient-from: #DB504A;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(219 80 74 / 0));
}

.to-darkblue-200{
  --tw-gradient-to: #06182b;
}

.to-red-200{
  --tw-gradient-to: #FF8180;
}

.p-4{
  padding: 1rem;
}

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

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

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

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

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

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

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

.pt-6{
  padding-top: 1.5rem;
}

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

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

.pb-32{
  padding-bottom: 8rem;
}

.pr-8{
  padding-right: 2rem;
}

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

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

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

.font-secondary{
  font-family: Mulish;
}

.font-primary{
  font-family: Josefin Sans;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.uppercase{
  text-transform: uppercase;
}

.tracking-tightest{
  letter-spacing: 0.3em;
}

.tracking-tight{
  letter-spacing: 0.1em;
}

.tracking-wide{
  letter-spacing: 0.025em;
}

.tracking-tight2{
  letter-spacing: 0.2em;
}

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

.text-red-100{
  --tw-text-opacity: 1;
  color: rgb(219 80 74 / var(--tw-text-opacity));
}

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

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

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

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

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

.gap-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.25rem;
}

.gap-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 1.5rem;
}

.gap-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
}

.gap-14{
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
  row-gap: 3.5rem;
}

.gap-16{
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
}

.gap-0.5{
}

.gap-1.5{
  -moz-column-gap: e;
       column-gap: e;
  row-gap: e;
}

.gap-2.5{
  -moz-column-gap: m;
       column-gap: m;
  row-gap: m;
}

.gap-3.5{
  -moz-column-gap: e;
       column-gap: e;
  row-gap: e;
}

html {
  scroll-behavior: smooth;
}

header {
  transition: all 300ms ease;
  z-index: 50;
}

button {
  cursor: none;
}

a {
  cursor: none;
}

/* Menu burger */

nav {
  position: fixed;
  z-index: 100;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to left, #DB504A, #3E227B);
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.73, 0.11, 0.67, 0.84);
}

nav.active {
  transform: translate(0);
}

.line {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  transition: transform 0.3s ease-out,
    opacity 0.1s ease-out;
}

.l1 {
  transform: translateY(-7px);
}

.l2 {
  transform: translateY(7px);
}

.nav-toggler{
  z-index: 200;
}

.nav-toggler.active .l1 {
  transform: translateY(0px) rotate(135deg);
}

.nav-toggler.active .l2 {
  transform: translateY(0px) rotate(-135deg);
}

.text-shadow {
  text-shadow: 0 10px 30px rgba(2, 11, 22, 0.009);
}

/* Effet hover sur menu */

.slide-line {
  position: relative;
}

.slide-line::before {
  content: '';
  position: absolute;
  background: #DB504A;
  width: 100%;
  height: 1.5px;
  bottom: -5px;
  transform-origin: 100% 0;
  transform: scaleX(0);
  transition: transform 0.4s;
}

.slide-line:hover::before {
  transform-origin: 0 0;
  transform: scaleX(1);
}

.network::after {
  content: "";
  width: 2px;
  height: 64px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -80px;
}

.btn::after {
  content: "";
  display:block;
  width: 50%;
  height: 2px;
  background: linear-gradient(#DB504A, #F28F8F);
  margin-top: 5px;
  transition-duration: 0.5s;
}

.btn:hover::after {
  width: 100%;
  transition-duration: 0.5s;
}

.btn-contact {
  position: relative;
  transition: 1s;
}

.btn-contact::before {
  content: '';
  position: absolute;
  width: 10%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 9999px;
  z-index: -1;
  transition: 1s;
}

.btn-contact:hover::before {
  width: 100%;
  height: 100%;
  background-color: #DB504A;
  border-radius: 9999px;
}

.text-shadow {
  text-shadow: 0 3px 10px rgba(2, 11, 22, 0.5);
}

.text-shadow-2 {
  text-shadow: 0 3px 10px rgba(2, 11, 22, 0.3);
}

.text-gradient {
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-image: linear-gradient(45deg, #FF9591 ,#F6F6F6);
  color: transparent;
}

.card {
  background: radial-gradient(87.89% 135.22% at 50% 0%, #092742 0%, rgba(9, 39, 66, 0) 100%);
  box-shadow: 0px 4px 49px 3px rgba(44, 44, 44, 0.2);
}

.card h4 {
  transition: .3s;
}

.card:hover h4 {
  color: #DB504A;
  transition: .3s;
}

.fondu-out {
  z-index: 99999;
  height: 0;
  transition: height 1s ease-in-out;
}

.scroll-down header {
  transform: translate3d(0, -100%, 0);
  transition: 0.5s;
}

.scroll-up header {
  background-color: #061c37;
  padding-bottom: 20px;
  z-index: 45;
  transition: 0.5s;
}

#menuBurger {
  transition: 0.5s;
}

.scroll-down #menuBurger {
  transform: translate3d(0, -100%, 0);
  transition: 0.5s;
}

.scroll-up #menuBurger {
  background-color: #061c37;
  padding-bottom: 20px;
  z-index: 45;
  transition: 0.5s;
}

/* ========== Btn rocket ==========*/

.btnFusee {
  box-shadow: 0 0 0 0 #DB504A;
  -webkit-animation: pulse 1.3s infinite;
          animation: pulse 1.3s infinite;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.01);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.01);
  }
}

/* ========== Custom cursor ==========*/

.cursor {
  width: 50px;
  height: 50px;
  border: 2px solid #DB504A;
  background-color: none;
  border-radius: 50%;
  position: fixed;
  -webkit-animation: Anim1 1s infinite alternate;
          animation: Anim1 1s infinite alternate;
  transition: background-color 0.5s;
  pointer-events: none;
  z-index: 999999;
}

.cursor::before {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}

.cursor.grow {
  background-color: #DB504A;
  transition: background-color 0.5s;
}

.expand {
  -webkit-animation: Anim2 .5s;
          animation: Anim2 .5s;
  background: #DB504A;
  border: 1px solid #DB504A;
}

@-webkit-keyframes Anim1 {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(0.7) rotate(190deg);
  }
}

@keyframes Anim1 {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(0.7) rotate(190deg);
  }
}

@-webkit-keyframes Anim2 {
  0%{
    transform: scale(1);
  }

  50%{
    transform: scale(2);
  }

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

@keyframes Anim2 {
  0%{
    transform: scale(1);
  }

  50%{
    transform: scale(2);
  }

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

.imgParallax {
  background-image: url(../images/gallery.png);
  background-repeat: repeat-x;
  text-shadow: 1px 1px 5px black;
  width: 150vw;
  height: 31vh;
  transform: scale(1.3);
}

.hover\:origin-bottom:hover{
  transform-origin: bottom;
}

.hover\:-translate-y-2:hover{
  --tw-translate-y: -0.5rem;
  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\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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\:cursor-none:hover{
  cursor: none;
}

.hover\:bg-red-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(219 80 74 / var(--tw-bg-opacity));
}

.hover\:brightness-75:hover{
  --tw-brightness: brightness(.75);
  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);
}

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

.hover\:duration-100:hover{
  transition-duration: 100ms;
}

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

@media (min-width: 500px){
  .mob\:-top-32{
    top: -8rem;
  }

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

  .mob\:-ml-64{
    margin-left: -16rem;
  }
}

@media (min-width: 640px){
  .sm\:h-96{
    height: 24rem;
  }

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

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

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

  .sm\:pb-3{
    padding-bottom: 0.75rem;
  }

  .sm\:pt-2{
    padding-top: 0.5rem;
  }

  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }

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

@media (min-width: 1024px){
  .lg\:top-1\/3{
    top: 33.333333%;
  }

  .lg\:mx-32{
    margin-left: 8rem;
    margin-right: 8rem;
  }

  .lg\:ml-32{
    margin-left: 8rem;
  }

  .lg\:-ml-1{
    margin-left: -0.25rem;
  }

  .lg\:mt-72{
    margin-top: 18rem;
  }

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:h-72{
    height: 18rem;
  }

  .lg\:h-px{
    height: 1px;
  }

  .lg\:w-6{
    width: 1.5rem;
  }

  .lg\:w-1\/4{
    width: 25%;
  }

  .lg\:w-72{
    width: 18rem;
  }

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

  .lg\:w-32{
    width: 8rem;
  }

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

  .lg\:w-1\/3{
    width: 33.333333%;
  }

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

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

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

  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

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

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

  .lg\:tracking-tightest2{
    letter-spacing: 0.4em;
  }
}

@media (min-width: 1536px){
  .\32xl\:-ml-1\.5{
    margin-left: -0.375rem;
  }

  .\32xl\:-ml-1{
    margin-left: -0.25rem;
  }

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

  .\32xl\:-ml-12{
    margin-left: -3rem;
  }

  .\32xl\:w-1\/4{
    width: 25%;
  }

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

  .\32xl\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}












