html {
  /*scroll-behavior: smooth;*/
  overflow-x: clip;
}

body {
  background-color: #0b0825;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  --c-light: rgb(245, 238, 255, 0.6);
  --c-dark: #0b0825;
  --glass-reflex-dark: 1;
  --glass-reflex-light: 1;
  --saturation: -100%;
}

body.no-scroll {
  overflow: hidden;
}

main {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  margin: 0;
  overflow: unset;
}

@font-face {
  font-family: "Gadey";
  src: url("fonts/gadey/Gadey-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Afacad";
  src: url("fonts/afacad/Afacad[wght].ttf") format("truetype");
  font-weight: 1 1000;
  font-style: normal;
}

/*Animation in and out for loading page*/

[class="page-transition.home"],
[class="page-transition"] {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  width: 100svw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  pointer-events: none;
  overflow: hidden;
  background: #0b0825;
  animation: IntroPageBg 0.1s forwards;
  min-width: 1440px;
}

.transition-logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: auto;
  aspect-ratio: 1;
  z-index: 5;
  opacity: 1;
  transform: translate(-50%, -50%);
  animation: IntroPageLogo 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.1s;
}

.page-transition.home,
.transition-logo {
  animation-delay: 0.6s !important;
}

.page-transition-shape {
  position: absolute;
  display: block;
  overflow: hidden;
  background-image: url("assets/transition\ page\ bg.webp");
  background-size: 100vw 100svh;
  background-repeat: no-repeat;
  background-position: center;
  width: 5.35vw;
  height: 100%;
  top: 0;
  z-index: 0;
  transform: translateY(0%);
  animation: IntroPage 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.page-leave .page-transition-shape {
  transform: translateY(-100%);
  animation: OutroPage 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

body.page-leave .transition-logo {
  opacity: 0;
  transform: translate(-50%, -70%);
  animation: OutroPageLogo 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: 0.25s;
}

.shape-1,
.home-shape-1 {
  left: 0vw;
  background-position: 0 center;
}

.shape-2,
.home-shape-2 {
  left: 5.26vw;
  background-position: -5.26vw center;
  animation-delay: 0.02s;
}

.shape-3,
.home-shape-3 {
  left: 10.52vw;
  background-position: -10.52vw center;
  animation-delay: 0.04s;
}
.shape-4,
.home-shape-4 {
  left: 15.78vw;
  background-position: -15.78vw center;
  animation-delay: 0.06s;
}

.shape-5,
.home-shape-5 {
  left: 21.04vw;
  background-position: -21.04vw center;
  animation-delay: 0.08s;
}

.shape-6,
.home-shape-6 {
  left: 26.3vw;
  background-position: -26.22vw center;
  animation-delay: 0.1s;
}

.shape-7,
.home-shape-7 {
  left: 31.56vw;
  background-position: -31.56 center;
  animation-delay: 0.12s;
}

.shape-8,
.home-shape-8 {
  left: 36.82vw;
  background-position: -36.82vw center;
  animation-delay: 0.14s;
}

.shape-9,
.home-shape-9 {
  left: 42.08vw;
  background-position: -42.08vw center;
  animation-delay: 0.16s;
}
.shape-10,
.home-shape-10 {
  left: 47.34vw;
  background-position: -47.34vw center;
  animation-delay: 0.18s;
}

.shape-11,
.home-shape-11 {
  left: 52.6vw;
  background-position: -52.6vw center;
  animation-delay: 0.2s;
}

.shape-12,
.home-shape-12 {
  left: 57.86vw;
  background-position: -57.86vw center;
  animation-delay: 0.22s;
}

.shape-13,
.home-shape-13 {
  left: 63.12vw;
  background-position: -63.12vw center;
  animation-delay: 0.24s;
}

.shape-14,
.home-shape-14 {
  left: 68.38vw;
  background-position: -68.38 center;
  animation-delay: 0.26s;
}

.shape-15,
.home-shape-15 {
  left: 73.64vw;
  background-position: -73.64vw center;
  animation-delay: 0.28s;
}

.shape-16,
.home-shape-16 {
  left: 78.9vw;
  background-position: -78.9vw center;
  animation-delay: 0.3s;
}
.shape-17,
.home-shape-17 {
  left: 84.16vw;
  background-position: -84.16vw center;
  animation-delay: 0.32s;
}

.shape-18,
.home-shape-18 {
  left: 89.42vw;
  background-position: -89.42vw center;
  animation-delay: 0.34s;
}

.shape-19,
.home-shape-19 {
  left: 94.68vw;
  background-position: -94.68vw center;
  animation-delay: 0.36s;
}

body.page-leave .shape-1,
body.page-leave .home-shape-1 {
  animation-delay: 0.36s;
}

body.page-leave .shape-2,
body.page-leave .home-shape-2 {
  animation-delay: 0.34s;
}

body.page-leave .shape-3,
body.page-leave .home-shape-3 {
  animation-delay: 0.32s;
}

body.page-leave .shape-4,
body.page-leave .home-shape-4 {
  animation-delay: 0.3s;
}

body.page-leave .shape-5,
body.page-leave .home-shape-5 {
  animation-delay: 0.28s;
}

body.page-leave .shape-6,
body.page-leave .home-shape-6 {
  animation-delay: 0.26s;
}

body.page-leave .shape-7,
body.page-leave .home-shape-7 {
  animation-delay: 0.24s;
}

body.page-leave .shape-8,
body.page-leave .home-shape-8 {
  animation-delay: 0.22s;
}

body.page-leave .shape-9,
body.page-leave .home-shape-9 {
  animation-delay: 0.2s;
}

body.page-leave .shape-10,
body.page-leave .home-shape-10 {
  animation-delay: 0.18s;
}

body.page-leave .shape-11,
body.page-leave .home-shape-11 {
  animation-delay: 0.16s;
}

body.page-leave .shape-12,
body.page-leave .home-shape-12 {
  animation-delay: 0.14s;
}

body.page-leave .shape-13,
body.page-leave .home-shape-13 {
  animation-delay: 0.12s;
}

body.page-leave .shape-14,
body.page-leave .home-shape-14 {
  animation-delay: 0.1s;
}

body.page-leave .shape-15,
body.page-leave .home-shape-15 {
  animation-delay: 0.08s;
}

body.page-leave .shape-16,
body.page-leave .home-shape-16 {
  animation-delay: 0.06s;
}

body.page-leave .shape-17,
body.page-leave .home-shape-17 {
  animation-delay: 0.04s;
}

body.page-leave .shape-18,
body.page-leave .home-shape-18 {
  animation-delay: 0.02s;
}

body.page-leave .shape-19,
body.page-leave .home-shape-19 {
  animation-delay: 0s;
}

.home-shape-1 {
  animation-delay: 0.5s;
}

.home-shape-2 {
  animation-delay: 0.52s;
}
.home-shape-3 {
  animation-delay: 0.54s;
}
.home-shape-4 {
  animation-delay: 0.56s;
}
.home-shape-5 {
  animation-delay: 0.58s;
}
.home-shape-6 {
  animation-delay: 0.6s;
}
.home-shape-7 {
  animation-delay: 0.62s;
}
.home-shape-8 {
  animation-delay: 0.64s;
}
.home-shape-9 {
  animation-delay: 0.66s;
}
.home-shape-10 {
  animation-delay: 0.68s;
}
.home-shape-11 {
  animation-delay: 0.7s;
}
.home-shape-12 {
  animation-delay: 0.72s;
}
.home-shape-13 {
  animation-delay: 0.74s;
}
.home-shape-14 {
  animation-delay: 0.76s;
}
.home-shape-15 {
  animation-delay: 0.78s;
}
.home-shape-16 {
  animation-delay: 0.8s;
}
.home-shape-17 {
  animation-delay: 0.82s;
}
.home-shape-18 {
  animation-delay: 0.84s;
}
.home-shape-19 {
  animation-delay: 0.86s;
}

@keyframes IntroPage {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes IntroPageLogo {
  from {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
}

@keyframes OutroPage {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}

@keyframes OutroPageLogo {
  from {
    opacity: 0;
    transform: translate(-50%, -70%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes IntroPageBg {
  from {
    background: #0b0825;
  }
  to {
    background: none;
  }
}

/*Animations*/

.reveal:not(.active) {
  transition: all 0.2s ease-out;
  transition-delay: 0s;
}

.home-header.reveal {
  opacity: 0;
}

.home-header.reveal .header-line-bg,
.home-header.reveal .header-gradient {
  opacity: 0;
}

.home-header.reveal.active {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-header.reveal.active .header-line-bg {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.3s;
}

.home-header.reveal.active .header-gradient {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.1s;
}

.home-header.reveal .header-agency_name {
  opacity: 0;
  transform: translateY(-40px);
}

.home-header.reveal.active .header-agency_name {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.6s;
}

.home-header.reveal .logo-agency_name img {
  opacity: 0;
}

.home-header.reveal.active .logo-agency_name img {
  opacity: 1;
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.4s;
}

.home-header.reveal .header-title1,
.home-header.reveal .header-title2 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0s;
}

.home-header.reveal.active .header-title1 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1s;
}

.home-header.reveal.active .header-title2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 1.05s;
}

.present-stats.reveal,
.present-content.reveal {
  transform: translateY(40px);
  transition: all 0s;
}

.present-stats.reveal.active,
.present-content.reveal.active {
  transform: translateY(0);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.present-content.reveal .present-content-box,
.present-stats.reveal .present-stats-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.present-content.reveal.active .present-content-box,
.present-stats.reveal.active .present-stats-content {
  opacity: 1;
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-rea-section-title.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.home-rea-section-title.reveal.active {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-rea-gallery.reveal > *:not(.gallery-contact) {
  opacity: 0;
  transform: translateX(100px);
}

.home-rea-gallery.reveal.active > *:not(.gallery-contact) {
  opacity: 1;
  transform: translateX(0);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-rea-gallery.reveal .gallery-contact {
  transform: translateX(100px);
}
.home-rea-gallery.reveal.active .gallery-contact {
  transform: translateX(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-rea-gallery.reveal .gallery-contact .liquidGlass-effect {
  backdrop-filter: none;
}
.home-rea-gallery.reveal.ative .gallery-contact .liquidGlass-effect {
  backdrop-filter: none;
}

.home-rea-gallery.reveal .gallery-contact-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.home-rea-gallery.reveal.active .gallery-contact-content {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-rea-gallery.reveal.active:nth-child(1) {
  transition-delay: 0.2s;
}
.home-rea-gallery.reveal.active > *:nth-child(2) {
  transition-delay: 0.4s;
}
.home-rea-gallery.reveal.active > *:nth-child(3) {
  transition-delay: 0.6s;
}
.home-rea-gallery.reveal.active > *:nth-child(4) {
  transition-delay: 0.8s;
}
.home-rea-gallery.reveal.active > *:nth-child(5) {
  transition-delay: 1s;
}
.home-rea-gallery.reveal.active > *:nth-child(6) {
  transition-delay: 1.2s;
}

.wordpress-title.reveal h2,
.wordpress-title.reveal .wordpress-p > *,
.shopify-title.reveal > *,
.process-section.reveal .process-title,
.process-section.reveal .process-text p,
.home-review-title.reveal > * {
  opacity: 0;
  transform: translateY(40px);
}

.wordpress-title.reveal.active h2,
.wordpress-title.reveal.active .wordpress-p > *,
.shopify-title.reveal.active > *,
.process-section.reveal.active .process-title,
.process-section.reveal.active .process-text p,
.home-review-title.reveal.active > * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.wordpress-cards.reveal .wordpress-card {
  transform: translateY(40px);
}
.wordpress-cards.reveal.active .wordpress-card {
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.wordpress-cards.reveal .wordpress-card-content,
.wordpress-cards.reveal .wordpress-card:before,
.wordpress-cards.reveal .wordpress-card:after {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.wordpress-cards.reveal.active .wordpress-card-content,
.wordpress-cards.reveal.active .wordpress-card:before,
.wordpress-cards.reveal.active .wordpress-card:after {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.wordpress-cards.reveal .wordpress-card .liquidGlass-effect {
  backdrop-filter: none;
}
.wordpress-cards.reveal.active .wordpress-card .liquidGlass-effect {
  backdrop-filter: blur(2px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.wordpress-title.reveal.active .wordpress-p p:first-child,
.shopify-title.reveal.active p,
.process-section.reveal.active .process-text p:first-child {
  transition-delay: 0.3s;
}
.wordpress-title.reveal.active .wordpress-p p:last-child,
.shopify-title.reveal.active .important-info,
.process-section.reveal.active .process-text p:last-child {
  transition-delay: 0.4s;
}

.wordpress-cards.reveal .wordpress-card:first-child,
.wordpress-cards.reveal .wordpress-card:last-child {
  transition-delay: 0.3s;
}

.wordpress-cards.reveal .wordpress-card:nth-child(2),
.home-review-title.reveal.active > *:last-child {
  transition-delay: 0.1s;
}

.shopify-template.reveal {
  opacity: 0;
}

.shopify-template.reveal.active {
  opacity: 1;
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.5s;
}

.shopify-content-bottom.reveal > p,
.shopify-content-bottom.reveal > button,
.promo-card.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.shopify-content-bottom.reveal.active > p,
.shopify-content-bottom.reveal.active > button,
.promo-card.reveal.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.shopify-qualities.reveal > *,
.process-key.reveal {
  transform: translateY(40px);
}
.shopify-qualities.reveal.active > *,
.process-key.reveal.active {
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.shopify-qualities.reveal .shopify-quality-content,
.process-key.reveal .process-key-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.shopify-qualities.reveal.active .shopify-quality-content,
.process-key.reveal.active .process-key-content {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.shopify-qualities.reveal .liquidGlass-effect,
.process-key.reveal .liquidGlass-effect {
  backdrop-filter: none;
  transition: all 0.2s ease-out;
}
.shopify-qualities.reveal.active .liquidGlass-effect,
.process-key.reveal.active .liquidGlass-effect {
  backdrop-filter: blur(2px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.shopify-qualities.reveal.active .shopify-quality:nth-child(2),
.shopify-qualities.reveal.active
  .shopify-quality:nth-child(2)
  .shopify-quality-content,
.shopify-qualities.reveal.active
  .shopify-quality:nth-child(2)
  .liquidGlass-effect {
  transition-delay: 0.1s;
}
.shopify-qualities.reveal.active .shopify-quality:nth-child(3),
.shopify-qualities.reveal.active
  .shopify-quality:nth-child(3)
  .shopify-quality-content,
.shopify-qualities.reveal.active
  .shopify-quality:nth-child(3)
  .liquidGlass-effect {
  transition-delay: 0.2s;
}
.shopify-qualities.reveal.active .shopify-quality:nth-child(4),
.shopify-qualities.reveal.active
  .shopify-quality:nth-child(4)
  .shopify-quality-content,
.shopify-qualities.reveal.active
  .shopify-quality:nth-child(4)
  .liquidGlass-effect {
  transition-delay: 0.3s;
}

.shopify-content-bottom.reveal.active > p {
  transition-delay: 0.2s;
}

.shopify-content-bottom.reveal.active > button {
  transition-delay: 0.3s;
}

.process-key.reveal.active:nth-child(2),
.process-key.reveal.active:nth-child(2) .liquidGlass-effect,
.process-key.reveal.active:nth-child(2) .process-key-content {
  transition-delay: 0.1s;
}
.process-key.reveal.active:nth-child(3),
.process-key.reveal.active:nth-child(3) .liquidGlass-effect,
.process-key.reveal.active:nth-child(3) .process-key-content {
  transition-delay: 0.2s;
}

@media (max-width: 1099px) {
  .process-key.reveal.active,
  .process-key.reveal.active .liquidGlass-effect,
  .process-key.reveal.active .process-key-content {
    transition-delay: 0s !important;
  }
}

.home-review-cards.reveal > * {
  transform: translateX(100px);
}

.home-review-cards.reveal.active > * {
  transform: translateX(0);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-review-cards.reveal .home-review-card-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.home-review-cards.reveal.active .home-review-card-content {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.home-review-cards.reveal .liquidGlass-effect {
  backdrop-filter: none;
  transition: all 0.2s ease-out;
}

.home-review-cards.reveal.active .liquidGlass-effect {
  backdrop-filter: blur(3px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.navbar.menu .menu-content {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.menu-links {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.3s;
}

.navbar.menu .menu-links {
  opacity: 1;
  transform: translateY(0);
}

.menu-contact {
  opacity: 0;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.8s;
}

.navbar.menu .menu-contact {
  opacity: 1;
}

/*Main elements*/

h1 {
  font-family: "Gadey";
  margin: 0;
  font-size: 4.375rem;
  color: #f5eeff;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 6%;
}

h2 {
  font-family: "Gadey";
  font-size: 3rem;
  color: #f5eeff;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 6%;
}

h3 {
  font-family: "Gadey";
  font-size: 2rem;
  color: #f5eeff;
  letter-spacing: 6%;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

h4 {
  font-family: "Afacad";
  font-size: 1.5rem;
  color: #cdc7ee;
  letter-spacing: 6%;
  font-weight: 100;
  margin: 0;
}

p {
  font-family: "Afacad";
  font-size: 1.3rem;
  color: #cdc7ee;
  letter-spacing: 4%;
  font-weight: 100;
  margin: 0;
}

ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
li {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  list-style: none;
  font-family: "Afacad";
  font-size: 1.3rem;
  letter-spacing: 4%;
  line-height: 28px;
  color: #cdc7ee;
  font-weight: 600;
  gap: 10px;
}
li:before {
  content: "";
  display: block;
  height: 28px;
  width: 20px;
  min-width: 20px;
  background-image: url("assets/check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 1px;
}

[class^="link"] {
  position: relative;
  display: inline-block;
  width: fit-content;
  height: 30px;
  color: #cdc7ee;
  font-family: "Afacad";
  font-size: 1.3rem;
  letter-spacing: 6%;
  font-weight: 300;
  text-decoration: none;
}
[class^="link"]::after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 2px;
  bottom: -3px;
  height: 2px;
  width: 100%;
  background: #ccc;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease;
}
[class^="link"]:hover::after {
  transform: scaleX(1);
  transform-origin: left;
  background: #f5eeff;
}
[class^="link"]:hover {
  color: #f5eeff;
  transition: color 0.4s ease-out;
}
.link-header {
  color: #f5eeff !important;
}

button {
  display: flex;
  position: relative;
  width: fit-content;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  border-radius: 60px;
  z-index: 0;
}
button a,
.form-button span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  text-wrap: nowrap;
  font-family: "Afacad";
  font-size: 1.3rem;
  font-weight: 600;
  z-index: 2;
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  transition: all 0.3s ease-out;
  background: linear-gradient(90deg, #8032d7, #ac5fff);
  border-radius: 9999px;
  box-shadow:
    inset 0 2px 8px rgba(255, 255, 255, 0.25),
    inset 0 -4px 12px rgba(255, 255, 255, 0.15),
    0 0 30px rgba(172, 95, 255, 0.35);
  color: #fff;
  letter-spacing: 6%;
}
[class^="button-small"] a {
  height: 47px;
  padding: 0px 24px;
  font-size: 1.25rem;
}
[class^="button-large"] a,
.form-button span {
  height: 55px;
  padding: 0px 32px;
}
.button-large-secondary a {
  background: linear-gradient(90deg, #669e3b, #acff6c);
  color: #0b0825;
  font-weight: 900;
  box-shadow:
    inset 0 2px 8px rgba(255, 255, 255, 0.25),
    inset 0 -4px 12px rgba(255, 255, 255, 0.15),
    0 0 30px rgba(63, 207, 111, 0.35);
}
button a::before,
.form-button span:before {
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  background-color: #acff6c;
  z-index: -1;
  border-radius: 60px;
  position: absolute;
  top: -1%;
  left: -102%;
  transition: all 0.3s ease-out;
}
.button-large-secondary a::before {
  background-color: #f5eeff;
}
button a:hover:before,
.form-button span:hover::before {
  left: 0%;
}
button a:hover {
  color: #9a3cff;
}
button .button-ears {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: -6px;
  right: -6px;
  z-index: -1;
  transition: all 0.8s cubic-bezier(0.1, 1, 0.2, 1);
}
.ear-left {
  display: block;
  position: absolute;
  bottom: 0;
  left: 16px;
}
.ear-right {
  display: block;
  position: absolute;
  bottom: 0;
  right: 10px;
  transition: all 0.8s cubic-bezier(0.1, 1, 0.2, 1) 0.2s;
}
button:hover .button-ears {
  transition: all 0.8s cubic-bezier(0.1, 1, 0.2, 1) 0.2s;
  top: -34px;
  right: -10px;
}
button:hover .ear-right {
  right: 5px;
  animation: ear-right-animation 2s ease-in-out infinite alternate;
}
button:hover .ear-left {
  animation: ear-left-animation 2s ease-in-out infinite alternate;
}
.button-large-white,
.form-button span {
  background: #f5eeff;
}
.button-large-white a,
.form-button span {
  color: #9a3cff;
  height: 53px;
  max-height: 53px;
  border: solid #f5eeff 1px;
  background: #f5eeff;
}
.button-large-white a::before,
.form-button span:before {
  background: linear-gradient(90deg, #8032d7, #ac5fff);
}
.button-large-white a:hover,
.form-button span:hover {
  color: #f5eeff;
}
.button-small-negative {
  background: none;
}
.button-small-negative a {
  height: 42px;
  padding: 0px 24px;
  font-size: 1.125rem;
  color: #f5eeff;
  opacity: 0.8;
  background: none;
  border: solid #f5eeff 1px;
  box-shadow: none;
}
.button-small-negative a::before {
  background-color: #f5eeff;
}
.button-small-negative a:hover {
  color: #9a3cff;
  opacity: 1;
}
@keyframes ear-right-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(10deg);
  }
}
@keyframes ear-left-animation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-10deg);
  }
}

.liquidGlass-shine {
  display: block;
  inset: 0;
  position: absolute;
  border-radius: 40px;
  box-shadow:
    inset 0 0 0 1px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 10%),
        transparent
      ),
    inset 1.8px 3px 2px -2px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 90%),
        transparent
      ),
    inset -2px -2px 2px -2px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 80%),
        transparent
      ),
    inset -3px -8px 1px -6px
      color-mix(
        in srgb,
        var(--c-light) calc(var(--glass-reflex-light) * 60%),
        transparent
      ),
    inset -0.3px -1px 4px 0px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 12%),
        transparent
      ),
    inset -1.5px 2.5px 0px -2px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 20%),
        transparent
      ),
    inset 0px 3px 4px -2px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 20%),
        transparent
      ),
    inset 2px -6.5px 1px -4px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 10%),
        transparent
      ),
    0px 1px 5px 0px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 10%),
        transparent
      ),
    0px 6px 16px 0px
      color-mix(
        in srgb,
        var(--c-dark) calc(var(--glass-reflex-dark) * 8%),
        transparent
      );
  transition:
    background-color 400ms cubic-bezier(1, 0, 0.4, 1),
    box-shadow 400ms cubic-bezier(1, 0, 0.4, 1);
  transition:
    background-color 400ms cubic-bezier(1, 0, 0.4, 1),
    box-shadow 400ms cubic-bezier(1, 0, 0.4, 1);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.liquidGlass-effect {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px);
  border-radius: 40px;
  inset: 0;
  position: absolute;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.liquidGlass-black-tint {
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: linear-gradient(
    135deg,
    rgb(11, 8, 37, 0.3) 0%,
    rgb(11, 8, 37, 0) 100%
  );
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}
.liquidGlass-white-tint {
  display: block;
  z-index: 1;
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: linear-gradient(
    135deg,
    rgb(255, 255, 255, 0.08) 0%,
    rgb(255, 255, 255, 0) 20%,
    rgb(255, 255, 255, 0) 70%,
    rgb(255, 255, 255, 0.04) 85%,
    rgb(11, 8, 37, 0.1) 100%
  );
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

/* Responsive main elements */

@media (max-width: 899px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.125rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  p {
    font-size: 1.1875rem;
  }

  li {
    font-size: 1.1875rem;
  }

  li:before {
    height: 25px;
    width: 17px;
    min-width: 17px;
  }

  button a {
    font-size: 1.25rem;
  }

  [class^="link"] {
    font-size: 1.25rem;
  }
}

/*background elements*/

.bg-grid {
  display: block;
  width: 1200px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

/*navbar*/

.navbar {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1560px;
  align-items: center;
  justify-content: center;
  gap: 0px;
  z-index: 999;
  opacity: 1;
  transform: translate(-50%, 0px);
  transition: transform 0.8s cubic-bezier(0.1, 1, 0.2, 1);
}

.navbar.scrolled {
  transform: translate(-50%, -100px);
}

.navbar.scrolled .navbar-box {
  width: 670px;
}

.navbar.scrolled.scrolling-up {
  transform: translate(-50%, 0px);
}

.navbar.scrolled.scrolling-up .navbar-box {
  width: 670px;
}

.navbar.scrolled.scrolling-up .navbar-box .liquidGlass-effect,
.navbar.scrolled.scrolling-up .navbar-box .liquidGlass-shine,
.navbar.scrolled.scrolling-up .navbar-box .liquidGlass-black-tint {
  opacity: 1;
  visibility: visible;
}

.navbar-box .liquidGlass-effect,
.navbar-box .liquidGlass-shine,
.navbar-box .liquidGlass-black-tint {
  opacity: 0;
  visibility: hidden;
}
.navbar-box .liquidGlass-effect {
  backdrop-filter: blur(3px) url(#glass-distortion);
}

.navbar-box {
  display: flex;
  position: relative;
  flex-direction: row;
  background: none;
  width: 100%;
  max-width: calc(100% - 160px);
  margin: 20px 80px;
  border-radius: 80px;
  background: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border: none;
  box-shadow: none;
  z-index: 5;
  transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.navbar-content {
  display: flex;
  position: relative;
  flex-direction: row;
  background: none;
  width: 100%;
  box-sizing: content-box;
  border-radius: 80px;
  padding: 5px;
  gap: 40px;
}

.navbar-content a,
.navbar-content .header-links,
.navbar-content button {
  z-index: 5;
}

.header-links {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  width: 100%;
  gap: 40px;
}

.nav-logo {
  display: block;
  height: 47px;
  width: auto;
  aspect-ratio: 1;
  border-radius: 100%;
}

.button-menu {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
  align-items: center;
  border-radius: 0;
  background: none;
  margin-right: 5px;
}

.menu-title-1,
.menu-title-2 {
  font-family: "Afacad";
  font-size: 1.1875rem;
  font-weight: 300;
  color: #f5eeff;
}

.menu-title-1 {
  display: block;
}

.menu-title-2 {
  display: none;
}

.navbar.menu .menu-title-2 {
  display: block;
}

.navbar.menu .menu-title-1 {
  display: none;
}

.menu-icon {
  display: block;
  position: relative;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
}

.menu-icon > * {
  display: block;
  position: absolute;
  width: 26px;
  height: 2px;
  border-radius: 2px;
  background-color: #f5eeff;
  left: 7px;
  opacity: 1;
  transform: none;
  transition: all 0.4s ease-out;
}

.menu-line-1 {
  top: 11px;
}
.menu-line-2 {
  top: 20px;
}
.menu-line-3 {
  top: 29px;
}

.navbar.menu .menu-line-2 {
  opacity: 0;
}

.navbar.menu .menu-line-1 {
  transform: rotate(45deg);
  top: 20px;
}

.navbar.menu .menu-line-3 {
  transform: rotate(-45deg);
  top: 20px;
}

.menu-content {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  background: #0b0825;
  top: 0;
  left: 0;
  width: -webkit-fill-available;
  height: calc(100svh - 80px);
  padding: 40px 20px;
  opacity: 0;
  z-index: 0;
  transform: translateY(-100%);
}

.menu-content:before,
.menu-content:after {
  content: "";
  display: block;
  position: absolute;
  width: 800px;
  height: auto;
  aspect-ratio: 1;
  background-image: url("assets/bg\ light\ effect\ 2.webp");
  background-size: cover;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.menu-content:before {
  top: -400px;
  left: -400px;
}

.menu-content:after {
  bottom: -200px;
  right: -400px;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  z-index: 5;
  margin-top: 87px;
}

.menu-link {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  height: 60px;
  border-radius: 40px;
  padding: 0 14px 0 24px;
  text-decoration: none;
  overflow: hidden;
}

.menu-link .liquidGlass-shine {
  border-radius: 28px 27px 26px 28px;
}

.menu-link span {
  font-family: "Afacad";
  font-size: 1.25rem;
  font-weight: 500;
  color: #f5eeff;
  z-index: 5;
}

.menu-link svg {
  z-index: 5;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
}

.menu-link.active span {
  color: #acff6c !important;
}

.menu-link.active svg path {
  stroke: #acff6c !important;
}

.menu-contact {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  z-index: 5;
}

.menu-contact:before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  border-radius: 2px;
  background: #f5eeff;
  opacity: 0.6;
}

.menu-contact p {
  text-align: center;
}

.menu-contact .button-large {
  width: -webkit-fill-available;
}

.menu-contact .button-large a {
  width: 100%;
}

.navbar.menu .menu-content {
  display: flex;
}

/*Homepage*/

.home-header {
  background-color: #0b0825;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: 100svh;
  border-radius: 0px 0px 80px 80px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.home-header:after {
  content: "";
  display: block;
  width: 120px;
  height: 60px;
  background: url("assets/header\ border.svg");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: auto;
  left: auto;
  z-index: 5;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.logo-header-box,
.logo-agency_name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo-header-box,
.header-title-box {
  z-index: 10;
}

.logo-header-box {
  gap: 0px;
  margin-top: 30px;
}

.logo-agency_name {
  gap: 30px;
}

.logo-agency_name img {
  display: block;
  width: 606px;
  height: auto;
  aspect-ratio: 242/96;
}

.header-agency_name,
.header-title-text {
  color: #fff;
  font-family: "Afacad";
  font-weight: 100;
  letter-spacing: 12%;
  font-size: 3.25rem;
  text-transform: none !important;
}

.header-agency_name {
  letter-spacing: 20%;
}

.header-agency_name strong {
  display: none;
}

.header-title-box {
  display: flex;
  position: relative;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

#texte1,
#texte2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 76px;
  padding: 0px 36px 2px 36px;
  background-color: #acff6c;
  color: #7b44bd;
  border-radius: 60px;
  transition: opacity 0.5s;
  font-family: "Afacad";
  font-size: 3.25rem;
  letter-spacing: 6%;
  text-transform: none !important;
}

.header-title1 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.header-line-bg {
  display: block;
  position: absolute;
  height: 150svh;
  width: auto;
  aspect-ratio: 1;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.header-gradient {
  display: block;
  position: absolute;
  width: 124vw;
  height: 1300px;
  object-fit: cover;
  bottom: -260px;
  left: auto;
  right: auto;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

[class^="header-grid"] {
  display: block;
  position: absolute;
  width: 1200px;
  height: auto;
  aspect-ratio: 1;
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.header-grid-1 {
  bottom: -800px;
  left: -800px;
}

.header-grid-2 {
  top: -800px;
  right: -800px;
}

.trust-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 120px 80px 80px 80px;
}

.trust-section-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: -webkit-fill-available;
  max-width: 1400px;
  align-items: center;
}

.marks-content-gradient {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}

.marks-content {
  display: flex;
  width: 100%;
  gap: 80px;
  overflow: hidden;
  border-radius: 60px;
  position: relative;
}

.marks-content-gradient:before,
.marks-content-gradient:after {
  content: "";
  position: absolute;
  top: -2px;
  width: 152px;
  height: calc(100% + 4px);
  z-index: 10;
  pointer-events: none;
}

.marks-content-gradient:before {
  left: -10px;
  background: linear-gradient(
    to right,
    rgba(11, 8, 37, 1) 0%,
    rgba(11, 8, 37, 0) 100%
  );
}

.marks-content-gradient:after {
  right: -2px;
  background: linear-gradient(
    to left,
    rgba(11, 8, 37, 100) 0%,
    rgba(11, 8, 37, 0) 100%
  );
}

.marks,
.marks2 {
  display: flex;
  flex-direction: row;
  width: auto;
  height: 80px;
  gap: 80px;
  animation: marks-animation 15s linear infinite;
}

.marks img {
  height: 100%;
}

@keyframes marks-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-105.5%);
  }
}

.present-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: -webkit-fill-available;
  max-width: 100%;
  padding: 0 80px 240px 80px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.present-section:before {
  content: "";
  display: block;
  width: 3000px;
  height: 1265px;
  position: absolute;
  bottom: -140px;
  right: 50%;
  transform: translateX(50%);
  background: url("assets/presentation background decoration.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.present-content {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  padding: 10px;
  border-radius: 40px;
  overflow: hidden;
  box-shadow:
    0 6px 6px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(0, 0, 0, 0.1);
}

.present-content-box {
  display: flex;
  flex-direction: row;
  gap: 60px;
  box-sizing: content-box;
  width: 100%;
}

.present-content .liquidGlass-effect {
  backdrop-filter: blur(10px);
}

.present-img {
  display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
  height: -webkit-fill-available;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  padding: 10px;
  z-index: 1;
}

.present-img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.present-img a {
  display: flex;
  width: auto;
  height: 48px;
  justify-content: center;
  align-items: center;
  z-index: 2;
  font-family: "Afacad";
  font-size: 1.5rem;
  font-weight: 100;
  color: #cdc7ee;
  background: rgb(154, 60, 255, 0.1);
  border-radius: 60px;
  backdrop-filter: blur(4px);
  padding: 0 24px;
  text-decoration: none;
}

.present {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 80px 0px 70px 70px;
  gap: 28px;
  z-index: 1;
}

.present-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.present-p {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.present-stats {
  display: flex;
  position: relative;
  flex-direction: row;
  gap: 0px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1400px;
  border-radius: 40px;
  overflow: hidden;
}
[class^="present-stat-"] .liquidGlass-effect,
.present-stat-content .liquidGlass-black-tint,
.present-stat-content .liquidGlass-shine {
  display: none;
}

.present-stats-content {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
  box-sizing: content-box;
  padding: 20px;
}

.present-stat-exp,
.present-stat-note,
.present-stat-graduate,
.present-stat-project {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  border-right: solid 1px #ffffff40;
  z-index: 1;
}

.present-stat-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 12px;
  width: 100%;
  height: 50px;
  height: 100%;
  justify-content: center;
  align-items: center;
}

[class^="present-stat-"]:last-child {
  border: none !important;
}

.present-stats strong {
  display: flex;
  height: 24px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  font-family: "Afacad";
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 6%;
  color: #f5eeff;
  margin: 0;
  line-height: 19px;
  gap: 4px;
  z-index: 5;
}

.present-stats span {
  font-family: "Afacad";
  font-size: 1.25rem;
  font-weight: 100;
  letter-spacing: 4%;
  color: #cdc7ee;
  margin: 0;
  line-height: 14px;
  z-index: 5;
}

.present-stat-note strong:before,
.present-stat-graduate strong:before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1;
}

[class^="present-stat-"] .liquidGlass-white-tint,
[class^="present-stat-"] .liquidGlass-shine {
  display: none;
}

.present-stat-note strong:before {
  background-image: url("assets/presentation\ review\ icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.present-stat-graduate strong:before {
  background-image: url("assets/presentation\ graduate\ icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 4px;
}

.home-rea-section {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0px;
  border-radius: 80px;
  z-index: 2;
  overflow: hidden;
}

.home-rea-section:before {
  content: "";
  display: block;
  width: 300vw;
  height: 2200px;
  background: url("assets/gradient background.webp");
  background-size: 100% 100%;
  position: absolute;
  top: -1000px;
  right: 50%;
  transform: translateX(50%);
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.home-rea-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  z-index: 1;
}

.home-rea-section-title {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: -webkit-fill-available;
  max-width: 1400px;
  gap: 4px;
  padding-bottom: 40px;
  margin: 0 80px;
  border-bottom: solid #f5eeff 1px;
}

.home-rea-section-title > * {
  color: #f5eeff;
}

.home-rea-gallery-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.home-rea-gallery {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: -webkit-fill-available;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding-top: 20px;
}

.home-rea-gallery::-webkit-scrollbar {
  display: none;
}

.home-rea-gallery.dragging {
  cursor: grabbing;
}

.home-rea-gallery img {
  pointer-events: none;
  -webkit-user-drag: none;
}

.gallery-item {
  display: flex;
  width: 460px;
  min-width: 460px;
  aspect-ratio: 460/600;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

@media (min-width: 1570px) {
  .gallery-contact {
    margin-left: calc((100vw - 1440px) / 2 + 10px);
  }

  .gallery-item:last-child {
    margin-right: calc(0- (100vw - 1440px));
  }
}

@media (min-width: 900px) and (max-width: 1559px) {
  .gallery-contact {
    margin-left: 80px;
  }

  .gallery-item:last-child {
    margin-right: -160px;
  }
}

.gallery-contact .liquidGlass-white-tint {
  background: linear-gradient(
    135deg,
    rgb(255, 255, 255, 0.15) 0%,
    rgb(255, 255, 255, 0.05) 20%,
    rgb(255, 255, 255, 0.05) 70%,
    rgb(255, 255, 255, 0.08) 85%,
    rgb(11, 8, 37, 0.2) 100%
  );
  opacity: 0.5;
  transition: all 2s cubic-bezier(0.1, 1, 0.2, 1);
}

.gallery-contact:hover .liquidGlass-white-tint {
  opacity: 1;
}

.gallery-item:hover {
  transform: translateY(-20px);
}

.gallery-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  transform: none;
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.gallery-item:hover .gallery-img {
  transform: scale(1.05);
}

.gallery-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-decoration: none;
}

.gallery-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: -webkit-fill-available;
  row-gap: 10px;
  column-gap: 10px;
  z-index: 2;
  padding: 20px;
  background: linear-gradient(to bottom, #00000080 40%, transparent 100%);
}

.gallery-tags span {
  display: flex;
  padding: 12px 18px;
  font-family: "Afacad";
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 11px;
  letter-spacing: 4%;
  color: #acff6c;
  background-color: rgb(172, 255, 108, 0.1);
  backdrop-filter: blur(8px);
  border-radius: 40px;
}

.gallery-content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  width: -webkit-fill-available;
  padding: 100px 110px 30px 30px;
  gap: 8px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}

.gallery-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #000 0%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 55%;
  z-index: 0;
  transition: all 0.3s ease-out;
}

.gallery-item:hover .gallery-content::before {
  opacity: 70%;
}

.gallery-content-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 60px;
  bottom: 32px;
  right: 30px;
  overflow: hidden;
  z-index: 2;
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.gallery-content-arrow svg {
  z-index: 2;
}

.gallery-content-arrow .liquidGlass-effect,
.gallery-content-arrow .liquidGlass-black-tint {
  border-radius: 60px;
}

.gallery-content-arrow .liquidGlass-shine {
  border-radius: 100%;
}

.gallery-item:hover .home-gallery-content::before {
  opacity: 80%;
}

.gallery-content,
.gallery-content * {
  text-decoration: none !important;
  z-index: 2;
}

.gallery-item:hover .gallery-content-arrow {
  opacity: 1;
  transform: translateX(0px);
}

.gallery-date {
  font-family: "Afacad";
  font-size: 1.125rem;
  line-height: 11px;
  color: #cdc7ee;
  font-weight: 100;
}

.gallery-contact {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 460px;
  min-width: 460px;
  height: -webkit-fill-available;
  justify-content: space-between;
  border-radius: 40px;
  overflow: hidden;
}

.gallery-contact-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 52px 40px 40px 40px;
}

.gallery-contact-text {
  display: flex;
  flex-direction: column;
  gap: 22px;
  z-index: 2;
}

.gallery-contact-p {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.gallery-contact .button-large {
  z-index: 2;
}

.link-home-rea,
.link-home-rea:hover {
  color: #fff;
}

.link-home-rea::after,
.link-home-rea:hover::after {
  background: #fff;
}

.home-rea-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  width: -webkit-fill-available;
  max-width: 1400px;
  margin: 0 80px;
}

.home-rea-nav-line-left,
.home-rea-nav-line-right {
  display: block;
  width: 100%;
  height: 1px;
  background: #f5eeff;
  opacity: 0.8;
}

.home-rea-nav-buttons {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

#home-rea-nav-prev,
#home-rea-nav-next {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 60px;
  overflow: hidden;
  transform: none;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.1, 1, 0.2, 1);
}

#home-rea-nav-prev:hover,
#home-rea-nav-next:hover {
  transform: scale(1.1);
}

#home-rea-nav-prev .liquidGlass-black-tint,
#home-rea-nav-next .liquidGlass-black-tint {
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

#home-rea-nav-prev:hover .liquidGlass-black-tint,
#home-rea-nav-next:hover .liquidGlass-black-tint {
  background: rgb(255, 255, 255, 0.15);
}

#home-rea-nav-prev svg,
#home-rea-nav-next svg {
  z-index: 2;
}

#home-rea-nav-prev svg {
  transform: scale(-1);
}

.wordpress-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -webkit-fill-available;
  height: auto;
  padding: 120px 80px;
  z-index: 0;
}

.wordpress-section:before,
.wordpress-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 1300px;
  height: 1362px;
  z-index: 0;
  background: url("assets/bg\ light\ effect\ 1.webp");
  background-size: cover;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.wordpress-section:before {
  top: -540px;
  left: -640px;
}

.wordpress-section:after {
  bottom: -540px;
  right: -640px;
}

.wordpress-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: -webkit-fill-available;
  max-width: 1400px;
  gap: 80px;
  z-index: 5;
}

.wordpress-title,
.wordpress-p {
  display: flex;
  flex-direction: column;
}

.wordpress-title {
  gap: 32px;
}

.wordpress-p {
  gap: 16px;
}

.wordpress-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}

.wordpress-card {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  transform: none;
  transition: all 0.8s cubic-bezier(0.1, 1, 0.2, 1) !important;
}

.wordpress-card-content {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-height: fit-content;
  padding: 40px;
}

.wordpress-card:hover {
  transform: scale(1.04) !important;
}

.wordpress-card:before {
  content: "";
  display: block;
  width: 120%;
  height: 132px;
  background: url("assets/wordpress\ card\ top\ light.svg");
  background-size: 100% 100%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.wordpress-card:after {
  content: "";
  display: block;
  width: 691px;
  height: 484px;
  background: url("assets/wordpress\ card\ bottom\ light.svg");
  background-size: 100% 100%;
  position: absolute;
  bottom: -50px;
  right: -50px;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.wordpress-card:after .liquidGlass-effect {
  z-index: 0;
  backdrop-filter: blur(2px);
}

.wordpress-card .liquidGlass-black-tint {
  z-index: 1;
  background: rgba(11, 8, 37, 0.1);
}

.wordpress-card .liquidGlass-shine {
  z-index: 1;
  border-radius: 36px;
  box-shadow:
    inset 2px 2px 1px 0 rgba(255, 255, 255, 0.1),
    inset -1px -1px 1px 1px rgba(255, 255, 255, 0.2);
}

.wordpress-card-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  z-index: 5;
}

.wordpress-card-text h4 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  color: #9a3cff;
  font-size: 1.875rem;
  line-height: 32px;
  font-weight: 800;
}

.wordpress-card-text h4:before {
  content: "";
  display: block;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  background: url("assets/wordpress\ icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.wordpress-card:nth-child(2) h4:before {
  background: url("assets/shop\ icon.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.wordpress-card:nth-child(3) h4:before {
  background: url("assets/settings\ icon.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.wordpress-card-text span {
  font-family: "Afacad";
  font-size: 1.125rem;
  color: #cdc7ee;
}

.wordpress-card-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 10px;
  column-gap: 10px;
  z-index: 5;
  margin-top: 32px;
}

.wordpress-card-tags span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Afacad";
  font-size: 1.125rem;
  font-weight: 300;
  color: #acff6c;
  width: auto;
  height: 31px;
  border-radius: 40px;
  background-color: rgb(172, 255, 108, 0.1);
  padding: 0 12px;
}

.shopify-section {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 0;
  width: 100%;
  padding: 120px 0 180px 0;
  z-index: 0;
}

.shopify-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.shopify-content-top {
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  align-items: center;
}

.shopify-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  z-index: 2;
  max-width: 1400px;
  padding: 80px 0;
}

.shopify-title h2 {
  color: #acff6c;
  text-align: center;
}

.shopify-title p {
  text-align: center;
  max-width: 800px;
}

.shopify-title .important-info {
  display: flex;
  position: relative;
  width: auto;
  height: 55px;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  padding: 0 40px;
  overflow: hidden;
  margin-top: 24px;
}

.shopify-title .important-info .liquidGlass-black-tint {
  background: rgb(172, 255, 108, 0.08);
}

.shopify-title .important-info .liquidGlass-shine {
  border-radius: 26px;
}

.shopify-title .important-info .liquidGlass-effect,
.shopify-title .important-info .liquidGlass-black-tint {
  border-radius: 40px;
}

.shopify-title strong {
  font-family: "Afacad";
  font-size: 1.5rem;
  font-weight: 100;
  color: #acff6c;
  z-index: 5;
  text-wrap: nowrap;
}

.shopify-template {
  display: block;
  width: 100%;
  height: auto;
  min-width: 1400px;
  aspect-ratio: 1920/1299;
  margin-top: -26%;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  z-index: 0;
}

.shopify-content-bottom {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: -webkit-fill-available;
  padding: 0 80px;
  margin-top: -9%;
  z-index: 2;
}

.shopify-content-bottom > * {
  max-width: 1400px;
}

.shopify-content-bottom:before {
  content: "";
  display: block;
  width: 1000px;
  height: auto;
  aspect-ratio: 1;
  background: url("assets/bg lime light effect 1.webp");
  background-size: cover;
  position: absolute;
  top: -400px;
  left: -400px;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.shopify-content-bottom:after {
  content: "";
  display: block;
  width: 2100px;
  height: auto;
  aspect-ratio: 1;
  background: url("assets/bg lime light effect 1.webp");
  background-size: cover;
  position: absolute;
  bottom: -1100px;
  right: -800px;
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.shopify-qualities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  z-index: 2;
}

.shopify-quality {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.shopify-quality-content {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  position: relative;
  padding: 40px;
  gap: 12px;
  height: 100%;
  min-height: fit-content;
}

.shopify-quality img {
  display: block;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  z-index: 5;
}

.shopify-quality strong {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 44px;
  text-align: center;
  font-family: "Afacad";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  color: #cdc7ee;
  width: 100%;
  z-index: 5;
}

.shopify-quality .liquidGlass-white-tint,
.shopify-quality .liquidGlass-effect {
  border-radius: 40px;
}

.shopify-content-bottom p {
  width: 100%;
  max-width: 800px;
  margin-top: 10px;
  text-align: center;
}

.process-section {
  display: flex;
  justify-content: center;
  padding: 140px 80px;
  position: relative;
  border-radius: 80px;
  background: #0b0825;
  overflow: hidden;
  z-index: 2;
}

.process-section:before {
  content: "";
  display: block;
  position: absolute;
  background: url("assets/bg top light effect.webp");
  background-size: 100% 100%;
  width: 130vw;
  min-width: 1000px;
  height: 1300px;
  top: -800px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.process-section:after {
  content: "";
  display: block;
  width: 300vw;
  height: 2200px;
  background: url("assets/gradient background.webp");
  background-size: 100% 100%;
  position: absolute;
  bottom: -1000px;
  right: 50%;
  transform: translateX(50%) scale(-1);
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.process-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: -webkit-fill-available;
  max-width: 1400px;
  gap: 50px;
  z-index: 5;
}

.process-top {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.process-head {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.process-title {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: -webkit-fill-available;
  gap: 4px;
  padding-bottom: 40px;
  border-bottom: solid #f5eeff 1px;
}

.process-keys {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.process-key {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 40px;
  overflow: hidden;
}

.process-key-content {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: fit-content;
  gap: 8px;
  padding: 50px 40px;
  overflow: hidden;
}

.process-key h3 {
  text-align: center;
  color: #9a3cff;
  z-index: 5;
}

.process-key p {
  text-align: center;
  z-index: 5;
}

.promo-card {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 0;
  width: -webkit-fill-available;
  max-width: 1400px;
  height: auto;
  background: #0b0825;
  border-radius: 40px;
  filter: drop-shadow(0 0 40px rgb(11, 8, 37, 0.6));
  overflow: hidden;
  padding: 4px;
}

.promo-card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 70px 70px;
  width: 50%;
  z-index: 5;
}

.promo-card-text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.promo-card-content button {
  margin-top: 44px;
}

.promo-card img {
  display: block;
  width: 50%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
  border-radius: 36px;
  z-index: 5;
}

.promo-card:before {
  content: "";
  display: block;
  position: absolute;
  background: url("assets/bg top light effect.webp");
  background-size: 100% 100%;
  width: 130vw;
  height: 1300px;
  top: -800px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.promo-card:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -500px;
  left: -500px;
  width: 1100px;
  height: 1100px;
  z-index: 0;
  background: url("assets/bg light effect 2.webp");
  background-size: 100% 100%;
  opacity: 0.8;
}

.home-review-section {
  display: flex;
  position: relative;
  width: 100%;
  padding: 180px 0px;
  justify-content: center;
  align-items: center;
}

.home-review-section:before {
  content: "";
  display: block;
  position: absolute;
  background: url("assets/bg lime top light effect.webp");
  background-size: 100% 100%;
  width: 130vw;
  height: 1200px;
  top: -700px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.home-review-bg {
  display: block;
  width: 100%;
  height: 935px;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: fill;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  mix-blend-mode: hard-light;
}

.home-review-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}

.home-review-title {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 34px;
  width: -webkit-fill-available;
  max-width: 1400px;
  margin: 0 80px 20px 80px;
}

.home-review-title h3 {
  text-align: center;
}

.home-review-subtitle {
  display: flex;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  width: fit-content;
  height: 45px;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}

.home-review-subtitle h4 {
  color: #acff6c;
  z-index: 5;
}

.home-review-subtitle .liquidGlass-black-tint {
  background: rgb(172, 255, 108, 0.15);
}

.home-review-cards {
  display: flex;
  position: relative;
  justify-content: flex-start;
  align-items: start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  gap: 20px;
  padding: 20px 0;
  overflow-x: auto;
  scroll-behavior: auto;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  overscroll-behavior-x: contain;
  padding-inline: var(--review-carousel-center-offset, 0px);
  box-sizing: border-box;
}

.home-review-cards::-webkit-scrollbar {
  display: none;
}

.home-review-cards.dragging {
  cursor: grabbing;
}

.home-review-card {
  flex-shrink: 0;
}

.home-review-card {
  display: flex;
  position: relative;
  flex: 0 0 480px;
  flex-direction: column;
  position: relative;
  max-width: 480px;
  border-radius: 40px;
  overflow: hidden;
  transform: none;
  transition: all 0.8s cubic-bezier(0.1, 1, 0.2, 1);
}

.home-review-card:hover {
  transform: scale(1.05) !important;
}

.home-review-card-content {
  display: flex;
  position: relative;
  flex-direction: column;
  position: relative;
  gap: 24px;
  padding: 50px 40px 40px 40px;
  width: 100%;
  box-sizing: border-box;
}

.home-review-account,
.home-review-card p,
.home-review-stars-wrapper {
  position: relative;
  z-index: 5;
}

.home-review-stars-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 4px;
}

.home-review-account {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.home-review-account img {
  display: block;
  width: 44px;
  height: auto;
  aspect-ratio: 1;
  background: #0b0825;
  object-fit: cover;
  border-radius: 60px;
}

.home-review-account span {
  font-family: "Afacad";
  font-size: 1.3rem;
  font-weight: 800;
  color: #cdc7ee;
  margin-bottom: 2px;
}

.home-review-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  width: -webkit-fill-available;
  max-width: 1400px;
  margin: 0 80px;
  gap: 40px;
}

.home-review-nav span {
  display: block;
  width: 100%;
  height: 1px;
  background: #f5eeff;
  border-radius: 2px;
  opacity: 0.6;
}

.home-review-nav-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
  width: auto;
}

#home-review-nav-prev,
#home-review-nav-next {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 60px;
  overflow: hidden;
  transform: none;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.1, 1, 0.2, 1);
}

#home-review-nav-prev:hover,
#home-review-nav-next:hover {
  transform: scale(1.1);
}

#home-review-nav-prev .liquidGlass-black-tint,
#home-review-nav-next .liquidGlass-black-tint {
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

#home-review-nav-prev:hover .liquidGlass-black-tint,
#home-review-nav-next:hover .liquidGlass-black-tint {
  background: rgb(255, 255, 255, 0.15);
}

#home-review-nav-prev svg,
#home-review-nav-next svg {
  z-index: 2;
}

#home-review-nav-prev svg {
  transform: scale(-1);
}

footer {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
  gap: 120px;
  width: -webkit-fill-available;
  padding: 180px 80px 40px 80px;
  background: #0b0825;
  overflow: hidden;
  z-index: 50;
}

footer:before {
  content: "";
  display: block;
  width: 300vw;
  height: 2200px;
  background: url("assets/gradient background.webp");
  background-size: 100% 100%;
  position: absolute;
  bottom: -1300px;
  right: 50%;
  transform: translateX(50%) scale(-1);
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

footer:after {
  content: "";
  display: block;
  position: absolute;
  width: 1300px;
  height: 1362px;
  z-index: 0;
  background: url("assets/bg light effect 1.webp");
  background-size: cover;
  left: -700px;
  top: -700px;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.footer-content {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1400px;
  z-index: 5;
}

.footer-logo-container {
  display: flex;
  flex-direction: column;
  width: 340px;
  gap: 12px;
}

.footer-logo {
  display: block;
  height: 60px;
  width: 151px;
}

.footer-logo-container span {
  font-family: "Afacad";
  font-size: 1.3rem;
  font-weight: 100;
  color: #cdc7ee;
  letter-spacing: 4%;
}

.footer-logo-container button {
  margin-top: 12px;
}

.footer-links-containeur h3,
.footer-contact-containeur h3 {
  font-family: "Afacad";
  font-size: 1.875rem;
  text-transform: none;
}

.footer-links-containeur {
  display: flex;
  flex-direction: column;
  gap: 33px;
  width: fit-content;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
}

.footer-contact-containeur {
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 12px;
}

.footer-contact-containeur strong {
  font-family: "Afacad";
  font-size: 2.125rem;
  font-weight: 500;
  color: #cdc7ee;
  margin-top: 10px;
}

.footer-social-networks {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  gap: 16px;
}

.footer-social-network {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 44px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 60px;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.footer-social-network svg {
  z-index: 5;
}

.footer-social-network .liquidGlass-white-tint {
  border-radius: 60px;
}

.footer-social-network .liquidGlass-shine {
  border-radius: 18px 22px 24px 24px;
}

.footer-social-network:hover {
  transform: scale(1.2);
  background-color: rgb(11, 8, 37, 0.1);
}

.footer-legal-pages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 1400px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  row-gap: 4px;
  column-gap: 16px;
  border-top: solid #cdc7ee 1px;
}

.link-footer-legal-page {
  font-size: 1.25rem;
  font-weight: 300;
}

.footer-legal-pages span {
  font-family: "Afacad";
  font-size: 1.25rem;
  font-weight: 300;
  color: #cdc7ee;
  margin-bottom: 2px;
}

/* Homepage Responsive */
@media (min-width: 899px) {
  .home-rea-nav-line-left {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .page-transition-shape {
    width: 75.75px;
    background-size: 1440px 100svh;
  }
  .shape-2,
  .home-shape-2 {
    left: 75.75px;
    background-position: -75.75px center;
  }
  .shape-3,
  .home-shape-3 {
    left: 151.5px;
    background-position: -151.5px center;
  }
  .shape-4,
  .home-shape-4 {
    left: 227.25px;
    background-position: -151.5px center;
  }
  .shape-5,
  .home-shape-5 {
    left: 303px;
    background-position: -303px center;
  }
  .shape-6,
  .home-shape-6 {
    left: 378.75px;
    background-position: -378.75px center;
  }
  .shape-7,
  .home-shape-7 {
    left: 454.5px;
    background-position: -454.5px center;
  }
  .shape-8,
  .home-shape-8 {
    left: 530.25px;
    background-position: -530.25px center;
  }
  .shape-9,
  .home-shape-9 {
    left: 606px;
    background-position: -606px center;
  }
  .shape-10,
  .home-shape-10 {
    left: 681.75px;
    background-position: -681.75px center;
  }
  .shape-11,
  .home-shape-11 {
    left: 757.5px;
    background-position: -757.5px center;
  }
  .shape-12,
  .home-shape-12 {
    left: 833.25px;
    background-position: -833.25px center;
  }
  .shape-13,
  .home-shape-13 {
    left: 909px;
    background-position: -909px center;
  }
  .shape-14,
  .home-shape-14 {
    left: 984.75px;
    background-position: -984.75px center;
  }
  .shape-15,
  .home-shape-15 {
    left: 1060.5px;
    background-position: -1060.5px center;
  }
  .shape-16,
  .home-shape-16 {
    left: 1136.25px;
    background-position: -1136.25px center;
  }
  .shape-17,
  .home-shape-17 {
    left: 1212px;
    background-position: -1212px center;
  }
  .shape-18,
  .home-shape-18 {
    left: 1287.75px;
    background-position: -1287.75px center;
  }
  .shape-19,
  .home-shape-19 {
    left: 1363.5px;
    background-position: -1363.5px center;
  }
}

@media (max-width: 1439px) {
  .wordpress-cards {
    flex-direction: column;
  }

  .wordpress-card {
    width: -webkit-fill-available;
  }
}

@media (max-width: 1099px) {
  .navbar-box {
    margin: 20px 40px;
    max-width: calc(100% - 80px);
  }

  .trust-section {
    padding: 120px 40px 80px 40px;
  }

  .present-section {
    padding: 0 40px 240px 40px;
  }

  .present-content-box {
    flex-direction: column;
  }

  .present-content .present {
    order: 1;
    width: -webkit-fill-available;
    min-width: 0;
    padding: 20px 70px 70px 70px;
  }

  .present-img {
    order: 0;
    width: -webkit-fill-available;
    height: 500px;
  }

  .present-img img {
    object-position: center 40%;
  }

  .home-rea-section-title,
  .home-rea-nav,
  .shopify-title {
    margin: 0 40px;
  }

  .gallery-contact {
    margin-left: 40px;
  }

  .wordpress-section {
    padding: 120px 40px;
  }

  .shopify-template {
    margin-top: -360px;
  }

  .shopify-content-bottom {
    padding: 0 40px;
    margin-top: -140px;
  }

  .shopify-qualities {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: -webkit-fill-available;
    gap: 10px;
  }

  .process-section {
    padding: 140px 40px;
  }

  .process-keys {
    flex-direction: column;
    width: -webkit-fill-available;
  }

  .process-key {
    width: -webkit-fill-available;
  }

  .process-key-content {
    padding: 40px;
  }

  .promo-card-content {
    padding: 60px 50px 50px 50px;
  }

  .home-review-title {
    margin: 0 40px 20px 40px;
  }

  .home-review-nav {
    margin: 0 40px;
  }

  .footer-content {
    flex-wrap: wrap;
    row-gap: 80px;
    column-gap: 140px;
    justify-content: start;
  }
}

@media (max-width: 899px) {
  .button-menu {
    display: flex;
  }
  .header-links,
  .navbar-box .button-small {
    display: none;
  }

  .navbar-box {
    margin: 20px 15px;
    max-width: calc(100% - 30px);
  }

  .navbar-content {
    justify-content: space-between;
  }

  .home-header {
    border-radius: 0px 0px 40px 40px;
  }

  .home-header:after {
    width: 80px;
    height: 40px;
  }

  .header-agency_name,
  .header-title-text {
    font-size: 2rem;
  }

  .header-title-box {
    max-height: 124px;
  }

  #texte1,
  #texte2 {
    font-size: 2rem;
    height: 52px;
    padding: 0 24px;
    text-wrap: nowrap;
  }

  .header-title1 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo-agency_name img {
    width: calc(100% - 40px);
    max-width: 450px;
  }

  .trust-section {
    padding: 100px 10px 60px 10px;
  }

  .present-section {
    padding: 0 10px 140px 10px;
  }

  .present-stats-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
    box-shadow: none;
    gap: 10px;
  }

  .present-stats > .liquidGlass-effect,
  .present-stats-content > .liquidGlass-black-tint,
  .present-stats-content > .liquidGlass-shine {
    display: none;
  }

  [class^="present-stat-"] .liquidGlass-effect,
  .present-stat-content .liquidGlass-black-tint,
  .present-stat-content .liquidGlass-shine {
    display: block;
  }

  [class^="present-stat-"] {
    position: relative;
    min-width: 0;
    border: none;
    width: -webkit-fill-available;
    overflow: hidden;
  }

  .present-stat-content {
    padding: 30px 20px;
    min-width: 0;
  }

  .present-stats strong {
    font-size: 1.5rem;
  }

  .present-stats span {
    font-size: 1.1875rem;
  }

  .present-img {
    height: 360px;
  }

  .present-img a {
    font-size: 1.25rem;
  }

  .present-content-box {
    gap: 50px;
  }

  .present-content .present {
    padding: 0px 16px 50px 16px;
  }

  .home-rea-section {
    padding: 80px 0;
    border-radius: 40px;
  }

  .home-rea-section-title,
  .home-rea-nav,
  .shopify-title {
    margin: 0 26px;
  }

  .home-rea-gallery {
    padding: 0;
    overflow: hidden;
    padding: 0 10px;
    flex-direction: column;
    gap: 20px;
  }

  .gallery-contact {
    margin-left: 0px;
    width: -webkit-fill-available;
    order: 10;
    min-width: 0;
  }

  .gallery-contact-content {
    gap: 44px;
    padding: 40px 26px 26px 26px;
    min-width: 0;
  }

  .gallery-contact .button-large,
  .gallery-contact .button-large a {
    width: -webkit-fill-available;
  }

  .gallery-item {
    width: -webkit-fill-available;
    min-width: 0;
    transition-delay: 0s !important;
  }

  .gallery-content {
    padding: 100px 110px 26px 26px;
  }

  .gallery-tags span {
    font-size: 1rem;
  }

  .home-rea-nav-buttons {
    display: none;
  }

  .home-rea-nav {
    gap: 20px;
    margin: 0 10px;
  }

  .wordpress-section {
    padding: 80px 10px 100px 10px;
  }

  .wordpress-content {
    gap: 60px;
  }

  .wordpress-title {
    margin: 0 16px;
  }

  .wordpress-card-content {
    padding: 26px;
  }

  .wordpress-card-text h4 {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }

  .wordpress-card-text h4:before {
    width: 44px;
  }

  .wordpress-card-tags span {
    font-size: 1rem;
  }

  .shopify-section {
    padding: 0px 0 140px 0;
  }

  .shopify-title strong {
    font-size: 1.25rem;
  }

  .shopify-template {
    width: 1000px;
    min-width: 0;
    margin-top: -270px;
  }

  .shopify-content-bottom {
    padding: 0 10px;
    margin-top: -90px;
  }

  .shopify-quality-content {
    padding: 26px 16px;
  }

  .shopify-quality strong {
    font-size: 1.1875rem;
  }

  .shopify-quality img {
    width: 44px;
  }

  .shopify-content-bottom p {
    margin: 10px 26px 0 26px;
  }

  .shopify-content-bottom button,
  .shopify-content-bottom button a {
    width: -webkit-fill-available;
  }

  .process-section:before {
    top: -700px;
  }

  .process-section {
    padding: 80px 10px;
    border-radius: 40px;
  }

  .process-top {
    gap: 50px;
  }

  .process-head {
    padding: 0 16px;
    gap: 30px;
  }

  .process-title {
    padding-bottom: 30px;
  }

  .promo-card {
    flex-direction: column;
    gap: 0;
    border-radius: 30px;
  }

  .promo-card img {
    order: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 300/280;
    min-height: 0;
    border-radius: 26px;
  }

  .promo-card-content {
    width: -webkit-fill-available;
    order: 1;
    padding: 60px 22px 22px 22px;
  }

  .promo-card-content button,
  .promo-card-content button a {
    width: -webkit-fill-available;
  }

  .home-review-section {
    padding: 140px 0;
  }

  .home-review-title {
    margin: 0 26px 20px 26px;
  }

  .home-review-cards {
    gap: 10px;
  }

  .home-review-card {
    flex: 0 0 300px;
    min-width: 300px;
  }

  .home-review-card-content {
    padding: 40px 26px 26px 26px;
  }

  .home-review-nav {
    margin: 0 26px;
    gap: 20px;
  }

  footer {
    padding: 140px 26px 40px 26px;
    justify-content: center;
    align-items: center;
  }

  .footer-content {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }

  .footer-content > *,
  .footer-links {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-container {
    width: -webkit-fill-available;
  }

  .footer-logo-container span {
    text-align: center;
    font-size: 1.1875rem;
  }

  .footer-logo-container button {
    margin-top: 16px;
    width: -webkit-fill-available;
  }

  .footer-logo-container button a {
    width: -webkit-fill-available;
  }

  .footer-links-containeur h3,
  .footer-contact-containeur h3 {
    font-size: 1.625rem;
  }

  .footer-contact-containeur strong {
    font-size: 1.875rem;
  }

  .footer-social-networks {
    margin-top: 12px;
  }

  .footer-legal-pages span {
    text-align: center;
  }

  .link-footer-legal-page,
  .footer-legal-pages span {
    font-size: 1.1875rem;
  }

  footer:before {
    bottom: -1100px;
  }

  footer:after {
    left: -500px;
    top: -500px;
  }
}

/* Services */

main.rea-page {
  overflow: hidden;
}

.page-header {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 380px;
  border-radius: 0 0 80px 80px;
  overflow: hidden;
  background: #0b0825;
  z-index: 50;
}

.page-header-title {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: start;
  width: -webkit-fill-available;
  max-width: 1400px;
  margin: 0 80px 40px 80px;
  z-index: 5;
}

.ariane {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
}

.ariane-item {
  position: relative;
  display: inline-block;
  width: fit-content;
  height: 30px;
  color: #cdc7ee;
  font-family: "Afacad";
  font-size: 1.3rem;
  letter-spacing: 6%;
  font-weight: 100;
  text-decoration: none;
}

.ariane > *:not(:first-child):before {
  content: "|";
  position: absolute;
  bottom: 1px;
  left: -15px;
  display: inline-block;
  width: fit-content;
  height: 30px;
  color: #cdc7ee;
  font-family: "Afacad";
  font-size: 1.3rem;
  letter-spacing: 6%;
  font-weight: 100;
  text-decoration: none;
}

.link-ariane {
  color: #f5eeff !important;
}

.page-header .header-line-bg {
  transform: translate(-30%, -50%);
}

.services-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 80px 40px 140px 40px;
  overflow: visible;
  z-index: 1;
}

.services-section:before,
.services-section:after,
.rea-section:before,
.rea-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 1300px;
  height: 1300px;
  opacity: 0.4;
  z-index: 0;
  background: url("assets/bg light effect 3.webp");
  background-size: cover;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.services-section:before,
.rea-section:before {
  top: -400px;
  left: -600px;
}

.services-section:after,
.rea-section:after {
  top: 50%;
  right: -600px;
  transform: translateY(-50%);
}

.sercives-bg-bottom {
  display: block;
  width: 2030px;
  height: auto;
  aspect-ratio: 2030/1772;
  z-index: 0;
  position: absolute;
  bottom: -900px;
  left: -600px;
}

.services-items {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  width: -webkit-fill-available;
  max-width: 1480px;
  gap: 40px;
  z-index: 10;
}

.services-item {
  display: flex;
  flex-direction: column;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.services-item-content {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  min-height: fit-content;
  padding: 50px 40px 40px 40px;
  justify-content: space-between;
}

.services-item.reveal,
.hosting-comparaisons.reveal .hosting-item {
  transform: translateY(-40px) scale(1);
}

.services-item.reveal.active,
.hosting-comparaisons.reveal.active .hosting-item {
  transform: translateY(0px) scale(1);
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.hosting-comparaisons.reveal .hosting-item-content,
.services-item.reveal .services-item-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.hosting-comparaisons.reveal.active .hosting-item-content,
.services-item.reveal.active .services-item-content {
  opacity: 1;
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.hosting-comparaisons.reveal .liquidGlass-effect,
.services-item.reveal .liquidGlass-effect {
  backdrop-filter: none;
}

.hosting-comparaisons.reveal.active .liquidGlass-effect,
.services-item.reveal.active .liquidGlass-effect {
  backdrop-filter: blur(3px);
}

.services-item.reveal:hover {
  transform: translateY(0px) scale(1.03);
}

.services-item .liquidGlass-white-tint,
.hosting-item .liquidGlass-white-tint {
  opacity: 1;
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.services-item:hover .liquidGlass-white-tint,
.hosting-item:hover .liquidGlass-white-tint {
  opacity: 0.5;
}

.services-item .liquidGlass-effect,
.services-item .liquidGlass-white-tint {
  border-radius: 40px;
}

.services-item-top {
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 28px;
  padding-bottom: 60px;
  border-bottom: solid 1px #cdc7ee;
  z-index: 5;
}

.services-item-top strong {
  font-weight: 700;
}

.services-item-top h4 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  color: #9a3cff;
  font-size: 1.875rem;
  line-height: 32px;
  font-weight: 800;
}

.services-item-top h4:before {
  content: "";
  display: block;
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  background: url("assets/wordpress icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.services-item:nth-child(2) h4:before {
  background: url("assets/shop icon.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.services-item:nth-child(3) h4:before {
  background: url("assets/shopify icon.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.services-item:nth-child(4) h4:before {
  background: url("assets/branding icon.svg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.services-item-bottom {
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 32px;
  z-index: 5;
  margin-top: 60px;
}

.services-item-tags {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 60px;
}

.services-item-tags:before {
  content: "Avantages";
  display: inline-block;
  position: absolute;
  top: -60px;
  left: 0;
  font-family: "Afacad";
  font-size: 1.5rem;
  font-weight: 500;
  color: #f5eeff;
}

.services-item-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Afacad";
  font-size: 1.125rem;
  font-weight: 300;
  color: #acff6c;
  width: auto;
  height: 31px;
  border-radius: 40px;
  background-color: rgb(172, 255, 108, 0.1);
  padding: 0 12px;
}

.services-item-bottom button,
.services-item-bottom button a {
  width: -webkit-fill-available;
}

.hosting-section {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 140px 80px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 80px 80px 0 0;
  z-index: 10;
}

.hosting-section:before {
  content: "";
  display: block;
  width: 300vw;
  height: 2200px;
  background: url("assets/gradient background.webp");
  background-size: 100% 100%;
  position: absolute;
  top: -1000px;
  right: 50%;
  transform: translateX(50%);
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.hosting-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: -webkit-fill-available;
  max-width: 1400px;
  gap: 70px;
  z-index: 10;
}

.hosting-top {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: -webkit-fill-available;
}

.hosting-top.reveal .hosting-title,
.hosting-top.reveal p {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.hosting-top.reveal.active .hosting-title,
.hosting-top.reveal.active p {
  opacity: 1;
  transform: translateY(0px);
}

.hosting-top.reveal.active p {
  transition-delay: 0.2s;
}

.hosting-title {
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: -webkit-fill-available;
  gap: 4px;
  padding-bottom: 40px;
  border-bottom: solid #f5eeff 1px;
}

.hosting-title h4 {
  color: #f5eeff;
}

.hosting-comparaisons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 40px;
  width: 100%;
}

.hosting-item {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  border-radius: 40px;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.1, 1, 0.2, 1);
}

.hosting-item-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  gap: 32px;
  padding: 50px 40px 40px 40px;
  overflow: hidden;
}

.hosting-comparaisons.reveal .hosting-item:hover {
  transform: scale(1.03);
}

.hosting-item .liquidGlass-effect {
  backdrop-filter: blur(2px);
}

.hosting-item h3 {
  display: flex;
  flex-direction: row;
  height: 78px;
  line-height: 39px;
  align-items: center;
  z-index: 5;
}

.hosting-item ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 5;
  padding: 0;
  margin: 0;
}

li.list-wrong {
  text-decoration: line-through;
  color: #a49ab9;
  font-weight: 100;
}

li.list-wrong:before {
  background: url("assets/wrong\ icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.hosting-price {
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: end;
  gap: 10px;
  font-family: "Afacad";
  font-size: 2.5rem;
  color: #f5eeff;
  font-weight: 700;
  line-height: 2rem;
  z-index: 5;
  margin-top: 16px;
}

.hosting-price:after {
  content: "(HT/mois)";
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #cdc7ee;
  font-weight: 100;
}

/* services responsive */

@media (max-width: 1439px) {
  .services-items,
  .hosting-comparaisons {
    gap: 20px;
  }
}

@media (max-width: 1099px) {
  .page-header-title {
    margin: 0 40px 40px 40px;
  }

  .services-section {
    padding: 80px 20px 140px 20px;
  }

  .services-items,
  .hosting-comparaisons {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hosting-section {
    padding: 140px 40px;
  }

  .hosting-item {
    width: -webkit-fill-available;
  }

  .hosting-item h3 {
    height: auto;
  }
}

@media (max-width: 899px) {
  .page-header {
    border-radius: 0 0 40px 40px;
    height: 240px;
  }

  .page-header-title {
    margin: 0 26px 20px 26px;
  }

  .page-header .header-line-bg {
    height: 100vh;
    transform: translate(-40%, -50%);
  }

  .page-header .header-gradient {
    bottom: -300px;
  }

  .services-section {
    padding: 40px 10px 100px 10px;
  }

  .services-item-content {
    padding: 40px 26px 26px 26px;
  }

  .services-item-top h4 {
    font-size: 1.625rem;
    line-height: 1.625rem;
  }

  .services-item-top h4:before {
    width: 44px;
  }

  .services-item-top {
    gap: 20px;
    padding-bottom: 40px;
  }

  .services-item-bottom {
    margin-top: 40px;
  }

  .services-item-tags {
    margin-top: 40px;
  }

  .services-item-tag {
    font-size: 1rem;
  }

  .services-item-tags:before {
    font-size: 1.25rem;
    top: -46px;
  }

  .hosting-section {
    padding: 80px 10px;
    border-radius: 40px 40px 0 0;
  }

  .hosting-content {
    gap: 50px;
  }

  .hosting-top {
    margin: 0 16px;
    gap: 40px;
  }

  .hosting-title {
    padding-bottom: 30px;
  }

  .hosting-item-content {
    padding: 40px 26px 40px 26px;
  }

  .hosting-price {
    font-size: 2rem;
    line-height: 1.85rem;
    gap: 6px;
  }

  .hosting-price:after {
    font-size: 1.1875rem;
  }
}

/* Réalisations */

.rea-section {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  width: -webkit-fill-available;
  padding: 80px 60px;
}

.rea-gallery.reveal {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  width: -webkit-fill-available;
  gap: 20px;
  max-width: 1400px;
  z-index: 10;
}

@media (max-width: 1400px) {
  .rea-gallery.reveal {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  .rea-gallery.reveal {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rea-section .gallery-item {
  width: 100%;
  min-width: 0px;
}

.rea-gallery.reveal .gallery-item {
  opacity: 0;
  transform: translateY(-40px);
}

.rea-gallery.reveal.active .gallery-item {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.rea-gallery.reveal.active .gallery-item:nth-child(1) {
  transition-delay: 0.4s;
}

.rea-gallery.reveal.active .gallery-item:nth-child(2) {
  transition-delay: 0.5s;
}

.rea-gallery.reveal.active .gallery-item:nth-child(3) {
  transition-delay: 0.6s;
}

.rea-gallery.reveal.active .gallery-item:nth-child(4) {
  transition-delay: 0.7s;
}

.rea-gallery.reveal.active .gallery-item:nth-child(5) {
  transition-delay: 0.8s;
}

.rea-gallery.reveal.active .gallery-item:nth-child(6) {
  transition-delay: 0.9s;
}

@media (max-width: 1099px) {
  .rea-section {
    padding: 80px 20px;
  }
}

@media (max-width: 899px) {
  .rea-section {
    padding: 40px 10px;
    gap: 20px;
  }
}

/* About me */

main.about-us-main {
  overflow: hidden;
  background-color: #0b0825;
  position: relative;
}

#about-me-section {
  padding: 100px 80px 240px 80px;
}

#about-me-section .present-text h2 {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

#about-me-section .present-text h2 span {
  font-size: 2rem;
  margin-bottom: 8px;
}

#about-me-section .present-stats .liquidGlass-effect {
  backdrop-filter: blur(10px);
}

.tools-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  padding: 100px 80px 140px 80px;
  z-index: 5;
}

.tools-section .bg-grid {
  top: 80%;
  opacity: 0.7;
}

.tools-section:before,
.tools-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 1000px;
  height: auto;
  aspect-ratio: 1;
  background: url("assets/bg\ light\ effect\ 4.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0.2;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.tools-section:before {
  top: 50%;
  left: -500px;
  transform: translateY(-60%);
}

.tools-section:after {
  width: 1900px;
  bottom: -800px;
  right: -1000px;
}

.tools-content {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 70px;
  align-items: center;
  width: -webkit-fill-available;
  max-width: 1400px;
  z-index: 5;
}

.tools-title {
  position: relative;
}

.tools-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  width: 100%;
  position: relative;
}

.tools-item {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 40px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  align-items: center;
}

.tools-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.tools-item img {
  display: block;
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  z-index: 10;
}

.tools-item span {
  display: flex;
  width: auto;
  height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Afacad";
  font-size: 1.5rem;
  font-weight: 800;
  color: #f5eeff;
  line-height: 1.5rem;
  z-index: 10;
}

.important-dates-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  width: -webkit-fill-available;
  padding: 120px 80px 140px 80px;
  z-index: 10;
}

.important-dates-title.reveal {
  opacity: 0;
  transform: translateY(40px);
}
.important-dates-title.reveal.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.important-dates-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
  max-width: 1400px;
  align-items: center;
  z-index: 5;
}

.important-dates-items {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.important-dates-item {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  gap: 80px;
}

.important-dates-item-path {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  position: relative;
  width: 30px;
  min-width: 30px;
}

.important-dates-item-dot {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  box-shadow: inset 0px 0px 0px 6px #acff6c;
  border-radius: 100%;
}

.important-dates-item-line1,
.important-dates-item-line2 {
  display: block;
  width: 0px;
  height: 100%;
  border: solid 1px #f5eeff;
  opacity: 0.5;
}

.important-dates-item:first-child .important-dates-item-line1,
.important-dates-item:last-child .important-dates-item-line2 {
  opacity: 0;
  visibility: hidden;
}

.important-dates-item-content {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px;
  overflow: hidden;
  margin: 20px 0;
  width: 100%;
  border-radius: 40px;
}

.important-dates-item-content-box {
  display: flex;
  flex-direction: column;
  z-index: 5;
  gap: 24px;
}

.important-dates-item-year {
  display: flex;
  flex-direction: row;
  position: relative;
  font-family: "Afacad";
  font-size: 1.5rem;
  font-weight: 100;
  color: #acff6c;
  padding: 4px 20px;
  border-radius: 30px;
  background-color: rgb(175, 255, 108, 0.1);
  width: fit-content;
  z-index: 5;
}

.important-dates-item-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
  border-left: solid #acff6c 1px;
  z-index: 5;
  margin-bottom: 10px;
}

.important-dates-bg {
  display: block;
  width: 100%;
  height: auto;
  min-height: 2200px;
  min-width: 1600px;
  aspect-ratio: 1600/2200;
  position: absolute;
  top: unset;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  mix-blend-mode: hard-light;
  opacity: 0.7;
}

@media (max-width: 1439px) {
  .important-dates-bg {
    bottom: 0;
  }
}

.tools-title.reveal {
  opacity: 0;
  transform: translateY(40px);
}

.tools-title.reveal.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.tools-item.reveal {
  transform: translateY(40px);
}
.tools-item.reveal.active {
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.tools-item.reveal .tools-item-content {
  opacity: 0;
  transition: all 0.2s ease-out;
}
.tools-item.reveal.active .tools-item-content {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.tools-item.reveal .liquidGlass-effect {
  backdrop-filter: none;
  transition: all 0.2s ease-out;
}
.tools-item.reveal.active .liquidGlass-effect {
  backdrop-filter: blur(2px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.important-dates-item.reveal {
  transform: translateY(40px);
}

.important-dates-item.reveal.active {
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.important-dates-item.reveal .important-dates-item-content-box,
.important-dates-item.reveal .important-dates-item-dot {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.important-dates-item.reveal.active .important-dates-item-content-box,
.important-dates-item.reveal.active .important-dates-item-dot {
  opacity: 1;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.important-dates-item.reveal .important-dates-item-line1,
.important-dates-item.reveal .important-dates-item-line2 {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.2s ease-out;
}

.important-dates-item.reveal.active .important-dates-item-line1,
.important-dates-item.reveal.active .important-dates-item-line2 {
  opacity: 0.5;
  transform: translateY(0px);
  transition-delay: 0.2s !important;
  transition: all 2s cubic-bezier(0.16, 1, 0.3, 1);
}

.important-dates-item.reveal .liquidGlass-effect {
  backdrop-filter: none;
  transition: all 0.2s ease-out;
}

.important-dates-item.reveal.active .liquidGlass-effect {
  backdrop-filter: blur(3px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

/* About-me Resposive */

@media (max-width: 1099px) {
  #about-me-section {
    padding: 60px 40px 240px 40px;
  }
  .tools-section {
    padding: 60px 40px 100px 40px;
  }
  .important-dates-section {
    padding: 100px 40px 140px 40px;
  }
  .important-dates-item {
    gap: 40px;
  }
}

@media (max-width: 999px) {
  .tools-items {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 899px) {
  #about-me-section {
    padding: 40px 10px 140px 10px;
  }
  .tools-section {
    padding: 40px 10px 100px 10px;
  }
  .tools-content {
    gap: 50px;
  }
  .important-dates-section {
    padding: 40px 10px 100px 10px;
  }
  .important-dates-item {
    gap: 10px;
  }
  .important-dates-item-path {
    width: 20px;
    min-width: 20px;
  }
  .important-dates-item-dot {
    box-shadow: inset 0px 0px 0px 4px #acff6c;
  }
  .important-dates-item-content {
    padding: 40px 26px 26px 26px;
    margin: 10px;
  }
  .tools-items {
    gap: 10px;
  }
  .tools-item span {
    height: 48px;
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .tools-item img {
    width: 60px;
    margin-bottom: -8px;
  }
  .tools-item {
    padding: 20px;
  }
}

@media (max-width: 499px) {
  .tools-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* rea-pages */

body.luminame {
  --color1: #f56330;
  --color2: #252b37;
  --color3: #010004;
  --color4: #f9f9f9;
}

body.skornenn {
  --color1: #87cefa;
  --color2: #525c74;
  --color3: #6c839a;
  --color4: #e7f5fe;
}

body.kouer {
  --color1: #4ea04c;
  --color2: #1b4d3e;
  --color3: #505050;
  --color4: #f4f4f4;
}

body.skornenn .rea-promo p,
body.skornenn .rea-review-customer p {
  color: var(--color2);
}

.rea-header-img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.page-header.rea::before,
.page-header.rea::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header.rea::after {
  background: linear-gradient(to top, rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.4));
  z-index: 2;
}

.rea-intro {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  padding: 80px 80px;
  width: 100%;
  box-sizing: border-box;
}

.rea-intro .bg-grid {
  transform: translate(-50%, -30%);
  z-index: 1;
}

.rea-intro:before,
.rea-intro:after {
  content: "";
  display: block;
  position: absolute;
  width: 1300px;
  height: 1362px;
  z-index: 0;
  background: url("assets/bg light effect 1.webp");
  background-size: cover;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.rea-intro:before {
  top: -540px;
  left: -640px;
}

.rea-intro:after {
  bottom: -540px;
  right: -640px;
}

.rea-intro-box {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  max-width: 1400px;
  gap: 80px;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.rea-intro-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(50% - 40px);
  box-sizing: border-box;
  margin: 80px 0px;
}

.rea-intro-img {
  display: block;
  width: calc(50% - 40px);
  height: 100%;
  box-sizing: border-box;
  border-radius: 40px;
  object-fit: cover;
}

.rea-intro-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.rea-intro-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Afacad";
  font-size: 1.125rem;
  font-weight: 300;
  color: var(--color1);
  width: auto;
  height: 31px;
  border-radius: 40px;
  background-color: color-mix(in srgb, var(--color1) 10%, transparent);
  padding: 0 12px;
}

.rea-intro-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.rea-intro-text a {
  color: var(--color1);
}

.rea-tools {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 80px 80px;
  background-color: var(--color1);
  z-index: 10;
  overflow: hidden;
}

.rea-tools::before {
  content: "";
  display: block;
  position: absolute;
  width: 1320px;
  height: 1057px;
  background: url("assets/realisation\ tools\ bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -35%);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.rea-tools-content {
  --columns: 8;
  --gap: 40px;
  display: grid;
  width: 100%;
  gap: var(--gap);
  grid-template-columns: repeat(
    auto-fit,
    calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns))
  );
  justify-content: center;
}

@media (max-width: 1499px) {
  .rea-tools-content {
    --columns: 6;
  }
}
@media (max-width: 1099px) {
  .rea-tools-content {
    --columns: 5;
  }
}
@media (max-width: 799px) {
  .rea-tools-content {
    --columns: 4;
  }
}
@media (max-width: 599px) {
  .rea-tools-content {
    --columns: 3;
  }
}
@media (max-width: 499px) {
  .rea-tools-content {
    --columns: 2;
  }
}

.rea-tool {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.rea-tool img {
  display: block;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
}

.rea-tool span {
  display: block;
  text-align: center;
  font-family: "Afacad";
  font-size: 1.5rem;
  font-weight: 800;
  color: #f5eeff;
  letter-spacing: 4%;
}

.rea-project {
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 260px 80px 80px 80px;
  border-radius: 0 0 80px 80px;
  margin-top: -80px;
  background: #0b0825;
  z-index: 5;
  overflow: hidden;
}

.rea-project:before,
.rea-project:after {
  content: "";
  display: block;
  position: absolute;
  width: 1300px;
  height: 1362px;
  z-index: 0;
  background: url("assets/bg light effect 1.webp");
  background-size: cover;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.rea-project:before {
  top: -540px;
  left: -640px;
}

.rea-project:after {
  bottom: 50%;
  right: -640px;
  transform: translateY(50%);
}

.rea-project-bg-bottom {
  display: block;
  width: 2030px;
  height: auto;
  aspect-ratio: 2030 / 1772;
  z-index: 0;
  position: absolute;
  bottom: -900px;
  left: -600px;
}

.rea-project-content {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 120px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  z-index: 5;
}

.rea-project-section-1 {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.rea-project-section-1-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  box-sizing: border-box;
}

.rea-project-section-1-content-p {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rea-project-section-1-palette {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.rea-project-section-1-palette-logo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}

.rea-project-section-1-palette-logo img {
  display: block;
  width: 33%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}

.rea-project-section-1-palette-colors {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 28px;
}

.rea-project-section-1-palette-colors span {
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 360/240;
  box-sizing: border-box;
  justify-content: start;
  align-items: end;
  padding: 30px;
  border-radius: 20px;
  font-family: "Afacad";
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 4%;
}

.palette-colors-1 {
  background-color: var(--color1);
  color: var(--color4);
}
.palette-colors-2 {
  background-color: var(--color2);
  color: var(--color4);
}
.palette-colors-3 {
  background-color: var(--color3);
  color: var(--color4);
}
.palette-colors-4 {
  background-color: var(--color4);
  color: var(--color3);
}

.rea-project-section-2 {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 100%;
  box-sizing: border-box;
}

.rea-project-section-2-top,
.rea-project-section-2-bottom {
  display: flex;
  flex-direction: row;
  gap: 60px;
  width: 100%;
  align-items: center;
}

.rea-project-section-2-top-content,
.rea-project-section-2-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: 80px 0;
  width: calc(50% - 30px);
  box-sizing: border-box;
  height: fit-content;
}

.rea-project-section-2-top-content-p,
.rea-project-section-2-bottom-content-p {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rea-project-section-2-top img,
.rea-project-section-2-bottom img {
  display: block;
  width: calc(50% - 30px);
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}

.rea-logo-section {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 580px;
  margin: -80px 0;
  z-index: 0;
}

.rea-logo-section::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1;
}

.rea-logo-bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.rea-logo {
  display: block;
  width: 410px;
  height: auto;
  aspect-ratio: 360/79;
  object-fit: contain;
  z-index: 5;
}

.rea-branding {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 80px 80px 160px 80px;
  border-radius: 80px 80px 0 0;
  background: #0b0825;
  z-index: 5;
  overflow: hidden;
  margin-bottom: -80px;
}

.rea-branding:before,
.rea-branding:after {
  content: "";
  display: block;
  position: absolute;
  width: 1300px;
  height: 1300px;
  opacity: 0.4;
  z-index: 0;
  background: url("assets/bg light effect 3.webp");
  background-size: cover;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.rea-branding:before {
  top: -400px;
  left: -600px;
}

.rea-branding:after {
  bottom: -400px;
  right: -600px;
}

.rea-branding-content {
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 40px;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  z-index: 5;
}

.rea-branding-top {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.rea-branding-top-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: calc(50% - 20px);
  height: fit-content;
  box-sizing: border-box;
  margin: 80px 0;
  padding-right: 20px;
}

.rea-branding-top img {
  display: block;
  width: calc(50% - 20px);
  height: 100%;
  border-radius: 40px;
  object-fit: cover;
}

.rea-branding-bottom {
  display: flex;
  flex-direction: row;
  gap: 40px;
  width: 100%;
  box-sizing: border-box;
}

.rea-branding-bottom img {
  display: block;
  width: calc(50% - 20px);
  height: auto;
  aspect-ratio: 1;
  border-radius: 40px;
  object-fit: cover;
}

.rea-review {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 80px 80px;
  background: var(--color1);
  overflow: hidden;
  margin-bottom: 40px;
  z-index: 10;
}

.rea-review::before {
  content: "";
  display: block;
  position: absolute;
  width: 1320px;
  height: 1057px;
  background: url("assets/realisation tools bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -35%);
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.rea-review-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  gap: 60px;
  align-items: center;
}

.rea-review-customer {
  display: flex;
  position: relative;
  width: 100%;
  border-radius: 40px;
}

.rea-review-customer:before {
  content: "";
  display: block;
  width: 87px;
  height: auto;
  aspect-ratio: 99/71;
  position: absolute;
  background: url("assets/review\ icon.svg");
  background-size: cover;
  top: -40px;
  left: 40px;
  z-index: 5;
}

.rea-review-customer p,
.rea-review-customer .home-review-account,
.rea-review-customer .home-review-account span {
  color: #fff;
  z-index: 5;
}

.rea-promo {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
}

.rea-promo p {
  color: #f5eeff;
}

.rea-promo button {
  margin-top: 16px;
}

.rea-promo button a {
  color: var(--color1);
}

.rea-promo button a::before {
  background: var(--color1);
}

/* Rea project page animations */

.rea-intro.reveal .rea-intro-img,
.rea-intro.reveal .rea-intro-content *,
.rea-tools.reveal,
.rea-project-section-1-content.reveal *,
.rea-project-section-1-palette-logo-img.reveal,
.rea-project-section-1-palette-colors.reveal span,
.rea-project-section-2-top.reveal *,
.rea-project-section-2-bottom.reveal *,
.rea-branding-top.reveal *,
.rea-branding-bottom-img.reveal,
.rea-review.reveal,
.rea-review.reveal .rea-promo * {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.2s ease-out;
}

.rea-intro.reveal.active .rea-intro-content *,
.rea-tools.reveal.active,
.rea-project-section-1-content.reveal.active *,
.rea-project-section-1-palette-logo-img.reveal.active,
.rea-project-section-1-palette-colors.reveal.active span,
.rea-project-section-2-top.reveal.active *,
.rea-project-section-2-bottom.reveal.active *,
.rea-branding-top.reveal.active *,
.rea-review.reveal.active,
.rea-review.reveal.active .rea-promo * {
  opacity: 1;
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.rea-intro.reveal.active .rea-intro-img,
.rea-project-section-2-top.reveal.active img,
.rea-project-section-2-bottom.reveal.active img,
.rea-branding-top.reveal.active img,
.rea-branding-bottom-img.reveal.active {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.3s;
}

.rea-branding-bottom-img.reveal.active {
  transition-delay: 0s;
}

.rea-logo.reveal,
.rea-review.reveal .rea-review-customer * {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.rea-logo.reveal.active,
.rea-review.reveal.active .rea-review-customer * {
  opacity: 1;
  transition: all 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.rea-review.reveal .rea-review-customer {
  transform: translateY(40px);
  transition: all 0.2s ease-out;
  transition-delay: 0s;
}

.rea-review.reveal.active .rea-review-customer {
  transform: translateY(0px);
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.2s;
}

.rea-intro.reveal.active .rea-intro-content h2,
.rea-project-section-1-content.reveal.active h2,
.rea-project-section-2-top.reveal.active h2,
.rea-project-section-2-bottom.reveal.active h2,
.rea-branding-top.reveal.active h2 {
  transition-delay: 0.1s;
}
.rea-intro.reveal.active .rea-intro-text p:nth-child(1),
.rea-project-section-1-content.reveal.active p:nth-child(1),
.rea-project-section-2-top.reveal.active p:nth-child(1),
.rea-project-section-2-bottom.reveal.active p:nth-child(1),
.rea-branding-top.reveal.active p:nth-child(1) {
  transition-delay: 0.2s;
}
.rea-intro.reveal.active .rea-intro-text p:nth-child(2),
.rea-project-section-1-content.reveal.active p:nth-child(2),
.rea-project-section-2-top.reveal.active p:nth-child(2),
.rea-project-section-2-bottom.reveal.active p:nth-child(2),
.rea-branding-top.reveal.active p:nth-child(2) {
  transition-delay: 0.3s;
}
.rea-intro.reveal.active .rea-intro-text p:nth-child(3),
.rea-project-section-1-content.reveal.active p:nth-child(3),
.rea-project-section-2-top.reveal.active p:nth-child(3),
.rea-project-section-2-bottom.reveal.active p:nth-child(3),
.rea-project-section-2-bottom.reveal.active p:nth-child(3),
.rea-branding-top.reveal.active p:nth-child(3) {
  transition-delay: 0.4s;
}
.rea-intro.reveal.active .rea-intro-text p:nth-child(4),
.rea-project-section-1-content.reveal.active p:nth-child(4),
.rea-project-section-2-top.reveal.active p:nth-child(4),
.rea-project-section-2-bottom.reveal.active p:nth-child(4),
.rea-branding-top.reveal.active p:nth-child(4) {
  transition-delay: 0.5s;
}

.rea-review.reveal.active .rea-promo h3 {
  transition-delay: 0.4s;
}

.rea-review.reveal.active .rea-promo p {
  transition-delay: 0.5s;
}

.rea-review.reveal.active .rea-promo button {
  transition-delay: 0.8s;
}

@media (min-width: 900px) {
  .rea-tools-content.reveal .rea-tool {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.2s ease-out;
  }
  .rea-tools-content.reveal.active .rea-tool {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .rea-tools-content.reveal.active .rea-tool:nth-child(2),
  .rea-project-section-1-palette-logo-img.reveal.active:nth-child(2),
  .rea-project-section-1-palette-colors.reveal.active span:nth-child(2),
  .rea-branding-bottom-img.reveal.active:nth-child(2) {
    transition-delay: 0.1s;
  }
  .rea-tools-content.reveal.active .rea-tool:nth-child(3),
  .rea-project-section-1-palette-logo-img.reveal.active:nth-child(3),
  .rea-project-section-1-palette-colors.reveal.active span:nth-child(3) {
    transition-delay: 0.2s;
  }
  .rea-tools-content.reveal.active .rea-tool:nth-child(4),
  .rea-project-section-1-palette-colors.reveal.active span:nth-child(4) {
    transition-delay: 0.3s;
  }
  .rea-tools-content.reveal.active .rea-tool:nth-child(5) {
    transition-delay: 0.4s;
  }
  .rea-tools-content.reveal.active .rea-tool:nth-child(6) {
    transition-delay: 0.5s;
  }
  .rea-tools-content.reveal.active .rea-tool:nth-child(7) {
    transition-delay: 0.6s;
  }
  .rea-tools-content.reveal.active .rea-tool:nth-child(8) {
    transition-delay: 0.7s;
  }
  .rea-tools-content.reveal.active .rea-tool:nth-child(9) {
    transition-delay: 0.8s;
  }
  .rea-tools-content.reveal.active .rea-tool:nth-child(10) {
    transition-delay: 0.9s;
  }
}

@media (max-width: 899px) {
  .rea-tool.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.2s ease-out;
  }
  .rea-tool.reveal.active,
  .rea-project-section-1-palette-logo.reveal.active img {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
  }

  .rea-tool.reveal.active:nth-child(even) {
    transition-delay: 0.1s;
  }

  .rea-project-section-1-palette-colors.reveal.active span:nth-child(2) {
    transition-delay: 0.1s;
  }
  .rea-project-section-1-palette-colors.reveal.active span:nth-child(3) {
    transition-delay: 0.2s;
  }
  .rea-project-section-1-palette-colors.reveal.active span:nth-child(4) {
    transition-delay: 0.3s;
  }
}

/* Rea project pages responsive */

@media (max-width: 1099px) {
  .rea-intro,
  .rea-tools,
  .rea-review {
    padding: 80px 40px;
  }
  .rea-intro-content,
  .rea-project-section-2-top-content,
  .rea-project-section-2-bottom-content,
  .rea-branding-top-content {
    margin: 40px 0;
  }
  .rea-project {
    padding: 240px 40px 40px 40px;
  }
  .rea-project-section-1-palette {
    gap: 20px;
  }
  .rea-project-section-1-palette-colors {
    gap: 10px;
  }
  .rea-branding {
    padding: 40px 40px 160px 40px;
  }
}

@media (max-width: 899px) {
  .rea-intro {
    padding: 40px 10px 60px 10px;
  }
  .rea-intro-box {
    flex-direction: column;
    gap: 40px;
  }
  .rea-intro-content {
    width: 100%;
    margin: 0;
    padding: 0 16px;
  }
  .rea-intro-tag {
    font-size: 1rem;
  }
  .rea-intro-img {
    width: 100%;
    height: auto;
    aspect-ratio: 340/240;
    border-radius: 30px;
  }
  .rea-tools {
    padding: 60px 10px;
    border-radius: 40px;
    gap: 50px;
  }
  .rea-project {
    padding: 200px 10px 10px 10px;
    border-radius: 0 0 40px 40px;
  }
  .rea-project-section-1 {
    gap: 60px;
  }
  .rea-project-section-1-content {
    padding: 0 16px;
  }
  .rea-tools-content {
    row-gap: 30px;
    column-gap: 10px;
  }
  .rea-project-section-1-palette-logo {
    flex-direction: column;
    gap: 8px;
  }
  .rea-project-section-1-palette-logo img {
    width: 100%;
  }
  .rea-project-section-1-palette-colors {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .rea-project-section-1-palette-colors span {
    font-size: 1.25rem;
    padding: 20px;
  }

  .rea-project-section-2-top,
  .rea-project-section-2-bottom,
  .rea-branding-top {
    flex-direction: column;
    gap: 40px;
  }
  .rea-project-section-2-top-content,
  .rea-project-section-2-bottom-content,
  .rea-branding-top-content {
    width: 100%;
    padding: 0 16px;
    margin: 0;
  }
  .rea-project-section-2-top img,
  .rea-project-section-2-bottom img,
  .rea-branding-top img,
  .rea-branding-bottom img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 30px;
  }

  .rea-project-section-2-bottom img {
    order: 2;
  }
  .rea-logo-section {
    height: 400px;
    margin: -40px 0;
  }
  .rea-logo {
    width: 280px;
  }
  .rea-branding {
    padding: 80px 10px 160px 10px;
    border-radius: 40px;
  }
  .rea-branding-content {
    gap: 8px;
  }
  .rea-branding-bottom {
    flex-direction: column;
    gap: 8px;
  }
  .rea-review {
    padding: 80px 10px;
    border-radius: 40px;
  }
  .rea-review-content {
    flex-direction: column;
  }
  .rea-promo {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .rea-promo button,
  .rea-promo button a {
    width: 100%;
  }
}

/* Contact page */

body.contact {
  overflow: unset;
}

.contact-page {
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 0;
  width: 100%;
  box-sizing: border-box;
  min-height: 100svh;
  background: url("assets/contact\ bg.webp");
  background-size: cover;
}

.contact-section {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0px;
  width: 50%;
  box-sizing: border-box;
  height: fit-content;
  padding: 140px 80px 80px 80px;
  z-index: 10;
}

.contact-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: fit-content;
  gap: 40px;
}

.contact-content-top {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  gap: 12px;
}

.contact-content-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-content-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Afacad";
  font-size: 1.125rem;
  font-weight: 300;
  color: #acff6c;
  width: auto;
  height: 31px;
  border-radius: 40px;
  background-color: rgb(172, 255, 108, 0.1);
  padding: 0 12px;
}

.contact-list {
  gap: 4px;
  margin-top: 20px;
}

.contact-list li:before {
  content: "•";
  background: none;
  width: auto;
  min-width: 0;
}

.contact-content-bottom {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  width: 100%;
}

.contact-content-bottom-infos {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
}

.contact-content-bottom-infos span {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: fit-content;
  height: 45px;
  max-height: 45px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  background-color: rgb(154, 60, 255, 0.1);
  padding: 0 20px 0 18px;
  font-family: "Afacad";
  font-size: 1.125rem;
  letter-spacing: 4%;
  line-height: 28px;
  color: #f5eeff;
  font-weight: 600;
}

.contact-content-bottom-infos span:before {
  content: "";
  display: block;
  width: 22px;
  height: auto;
  aspect-ratio: 1;
}

.contact-content-bottom-infos .email {
  line-height: 1px;
}

.contact-content-bottom-infos .email:before {
  background: url("assets/email\ icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-content-bottom-infos .phone:before {
  background: url("assets/phone\ icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.contact-form-section {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  height: fit-content;
  min-height: -webkit-fill-available;
  background: #0b0825;
  padding: 120px 80px 80px 80px;
  margin: 10px;
  border-radius: 80px;
  overflow: hidden;
}

.contact-form-section:before {
  content: "";
  display: block;
  width: 300vw;
  height: 2200px;
  background: url("assets/gradient background.webp");
  background-size: 100% 100%;
  position: absolute;
  bottom: -1000px;
  right: 50%;
  transform: translateX(50%) scale(-1);
  z-index: 0;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.contact-form {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: fit-content;
  border-radius: 40px;
  overflow: hidden;
}

.contact-form-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  padding: 40px;
  z-index: 10;
  align-items: center;
}

.form-row {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 10;
  width: 100%;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),
select,
textarea {
  border-radius: 24px;
  width: 100%;
  max-height: 47px;
  min-height: 47px;
  align-items: center;
  box-sizing: border-box;
  padding: 8px 16px;
  background-color: rgb(11, 8, 37, 0.1);
  font-family: "Afacad";
  font-size: 1.25rem;
  color: #f5eeff;
  font-weight: 300;
  border: solid 2px;
  border-color: rgb(205, 199, 238, 0.5);
  box-shadow: none;
  transition: all 1s cubic-bezier(0.16, 1, 0.3, 1);
}

textarea {
  min-height: 0;
  max-height: none;
}

input:not([type="checkbox"]):not([type="radio"]):not(
    [type="file"]
  )::placeholder,
select::placeholder,
textarea::placeholder {
  color: rgb(205, 199, 238, 0.7);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):hover,
select:hover,
textarea:hover {
  background-color: rgb(245, 238, 255, 0.05);
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
select:focus,
textarea:focus {
  border-color: #f5eeff;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):invalid:not(
    :placeholder-shown
  ),
textarea:not(:placeholder-shown) {
  border-color: #e45e84;
}

input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not(
    [name="societe"]
  ):not([id="compagny"]):valid,
select:valid,
textarea:valid {
  border-color: #acff6c;
}

form label {
  font-family: "Afacad";
  font-size: 1.2rem;
  color: #f5eeff;
  font-weight: 300;
  margin-left: 8px;
}

form label[for="message"]::after,
form label[for="nom"]::after,
form label[for="prenom"]::after,
form label[for="email"]::after,
form label[for="telephone"]::after,
form label[for="objet"]::after {
  content: "*";
  color: #e45e84;
}

.form-field select {
  appearance: none;
  padding-right: 16px;
  background-image: url("assets/arrow\ down\ icon.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
}

.form-field select::-ms-expand {
  display: none;
}

.contact-form textarea::-webkit-scrollbar {
  width: 10px;
  right: 10px;
}

textarea {
  resize: none;
}

.contact-form textarea::-webkit-resizer {
  display: none;
}

.contact-form textarea::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin-block: 12px;
}

.contact-form textarea::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #7b35dc, #b17ae8);
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: padding-box;
}

.contact-form textarea::-webkit-scrollbar-thumb:hover {
  background: #f5eeff;
  background-clip: padding-box;
}

input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;

  flex-shrink: 0;
  width: 20px;
  height: 20px;

  margin: 2px 0 0;

  border: 2px solid #f5eeff;
  border-radius: 5px;
  background: transparent;

  cursor: pointer;
  position: relative;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

input[type="checkbox"]:checked {
  background-color: #acff6c;
  border-color: #acff6c;
}

input[type="checkbox"]:checked::after {
  content: "";

  position: absolute;
  left: 5px;
  top: 1px;

  width: 5px;
  height: 10px;

  border: solid #9a3cff;
  border-width: 0 2px 2px 0;

  transform: rotate(45deg);
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.form-consent label {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 100;
  color: #f5eeff;
}

.form-button,
.form-button span {
  width: 100%;
}

.privacy-link a {
  font-family: "Afacad";
  font-size: 1.125rem;
  color: #f5eeff;
  font-weight: 300;
}

.form-success {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  list-style: none;
  font-family: "Afacad";
  font-size: 1.3rem;
  letter-spacing: 4%;
  line-height: 28px;
  color: #f5eeff;
  font-weight: 600;
  gap: 10px;
  margin-bottom: 20px;
}

.form-success:before {
  content: "";
  display: block;
  height: 28px;
  width: 20px;
  min-width: 20px;
  background-image: url("assets/check.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 1px;
}

.form-errors {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-errors p {
  color: #f5eeff;
}

.form-errors li::before {
  background-image: url("assets/wrong\ icon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

select option {
  color: #0b0825;
  background-color: #f5eeff;
  font-family: "Afacad";
  font-size: 1.125rem;
  font-weight: 500;
}

select option:checked {
  color: #f5eeff !important;
  background: #9a3cff !important;
}

select option:hover {
  background: #cdc7ee;
}

/* Contact page responsive */

@media (max-width: 1499px) {
  .form-row {
    flex-direction: column;
    gap: 28px;
  }
}

@media (max-width: 1439px) {
  .contact-form-section {
    padding: 120px 40px 80px 40px;
  }
}

@media (max-width: 1099px) {
  .contact-page {
    flex-direction: column;
  }
  .contact-section {
    width: 100%;
    padding: 140px 40px 60px 40px;
    position: relative;
  }
  .contact-form-section {
    background: none;
    width: 100%;
    padding: 0px 40px 40px 40px;
    border-radius: 0 0 40px 40px;
    margin: 0;
  }
}

@media (max-width: 899px) {
  .contact-section {
    padding: 120px 26px 60px 26px;
  }
  .contact-form-section {
    padding: 0px 10px 40px 10px;
  }
  .contact-content-bottom-infos {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-form-content {
    padding: 40px 26px 30px 26px;
  }
  .contact-form {
    border-radius: 30px;
  }
}

/* Legal pages */

main.legal-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 140px 80px;
  position: relative;
}

.legal-page-bg {
  display: block;
  width: 100%;
  height: 935px;
  position: fixed;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 1;
  user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
  mix-blend-mode: hard-light;
}

.legal-section {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 80px;
  overflow: hidden;
  z-index: 10;
}

.legal-section .liquidGlass-effect,
.legal-section .liquidGlass-white-tint,
.legal-section .liquidGlass-shine {
  border-radius: 80px;
}

.legal-box {
  z-index: 10;
  width: 100%;
  box-sizing: border-box;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.legal-title {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.legal-title > span {
  font-family: "Afacad";
  font-size: 1.125rem;
  color: #cdc7ee;
  letter-spacing: 4%;
  font-weight: 500;
  margin: 0;
}

.legal-paragraph {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legal-paragraph h2 {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #cdc7ee;
  margin-bottom: 20px;
}

.legal-page li::before {
  content: "-";
  width: fit-content;
  min-width: 0;
  height: fit-content;
  background: none;
  margin: 0;
}

.legal-sub-paragraph {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0;
}

.legal-paragraph strong {
  font-weight: 800;
}

.legal-paragraph a,
.legal-title > p a {
  color: #f5eeff;
}

/* Legal pages Responsive */

@media (max-width: 1099px) {
  main.legal-page {
    padding: 140px 40px;
  }
}

@media (max-width: 899px) {
  main.legal-page {
    padding: 120px 10px;
  }
  .legal-section {
    border-radius: 40px;
    padding: 40px 26px 40px 26px;
  }
  .legal-section .liquidGlass-effect,
  .legal-section .liquidGlass-white-tint,
  .legal-section .liquidGlass-shine {
    border-radius: 40px;
  }
}

/* Review page */

.review-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 140px 80px;
}

.review-section {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  z-index: 10;
}

.review-section .liquidGlass-effect {
  backdrop-filter: blur(10px);
}

.review-content {
  position: relative;
  width: 100%;
}

.review-form-box {
  display: flex;
  flex-direction: column;
  z-index: 10;
  width: 100%;
  gap: 40px;
  padding: 120px 80px 80px 80px;
  box-sizing: border-box;
  align-items: center;
}

.review-introduction {
  display: flex;
  flex-direction: column;
  z-index: 10;
  width: 100%;
  align-items: center;
  gap: 24px;
  align-items: center;
}

.review-introduction h1 {
  text-align: center;
}

.review-introduction p {
  text-align: center;
  max-width: 900px;
}

.review-form {
  display: flex;
  width: 100%;
  flex-direction: column;
  z-index: 10;
  gap: 24px;
  align-items: center;
}

.review-rating {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  gap: 8px;
  padding: 0;
  border: none;
}

.review-rating legend {
  font-family: "Afacad";
  font-size: 1.2rem;
  color: #f5eeff;
  font-weight: 300;
  margin-left: 8px;
}

.review-rating legend span {
  color: #e45e84;
}

.review-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 100%;
  gap: 8px;
  margin-top: 10px;
}

.review-stars input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.review-stars label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: rgba(245, 238, 255, 0.35);
  cursor: pointer;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.review-star-icon {
  display: block;
  width: 36px;
  height: 36px;
}

.review-stars label:hover,
.review-stars label:hover ~ label {
  color: #acff6c;
}

.review-stars input[type="radio"]:checked ~ label {
  color: #acff6c;
}

.review-stars label:hover {
  transform: scale(1.12);
}

.review-stars input[type="radio"]:focus-visible + label {
  outline: 2px solid #acff6c;
  outline-offset: 4px;
  border-radius: 6px;
}

.review-form-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
}

input[type="file"] {
  display: flex;
  flex-direction: row;
}

input[type="file"] {
  font-size: 0;
  color: transparent;
}

input[type="file"]::file-selector-button,
input[type="file"]::-webkit-file-upload-button {
  display: flex;
  flex-direction: row;
  position: relative;
  height: 47px;
  border-radius: 40px;
  padding: 0 24px;
  background: rgb(245, 238, 255, 0.3);
  box-shadow: none;
  border: none;
  font-family: "Afacad";
  font-size: 1.2rem;
  font-weight: 300;
  color: #f5eeff;
  letter-spacing: 4%;
  cursor: pointer;
}

input[type="file"]::file-selector-button:hover,
input[type="file"]::-webkit-file-upload-button:hover {
  background: #9a3cff;
}

.file-upload {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.file-upload input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.file-upload-button {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 45px;
  padding: 0 24px;
  margin: 0;

  border-radius: 30px;
  background-color: rgba(245, 238, 255, 0.35);
  color: #f5eeff;

  cursor: pointer;
}

.file-upload-name {
  color: #f5eeff;
  font-family: "Afacad";
  font-size: 1.2rem;
}

.form-img {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}

.form-field small {
  color: #cdc7ee;
  font-family: "Afacad";
  font-size: 1.125rem;
  margin-top: 8px;
}

.image-preview[hidden] {
  display: none;
}

.image-preview {
  display: flex;
  width: 100px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 10px;
  align-self: start;
  overflow: hidden;
}

.image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-form-box .form-consent {
  margin: 30px 0 10px 0;
}

/* Review page Responsive */

@media (max-width: 1099px) {
  .review-page {
    padding: 140px 40px;
  }
}

@media (max-width: 899px) {
  .review-page {
    padding: 120px 10px;
  }
  .review-form-box {
    padding: 80px 26px 40px 26px;
  }
  .review-form-row {
    flex-direction: column;
    gap: 28px;
  }
}
