/*   
Theme Name: MMDWC
Author: MATTIEU MOREAU DOMECQ WEB CONCEPTION
Author URI: http://www.mattieumoreaudomecq.com
*/

/* 
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*-------------------------------------------------------------------------------*/

/* CSS
-------------------------------------------------------------------------------*/

.archivo {
  font-family: 'Archivo', sans-serif;
}

.eb-garamond {
  font-family: 'EB Garamond', serif;
}

.inter {
  font-family: 'Inter', sans-serif;
}

html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  font-family: 'Archivo', sans-serif;
  color: black;
}

body {
  position: relative;
  background: linear-gradient(180deg, #d9f5d9 0%, #ebe7c7 100%);
  overflow-x: hidden;
}

/* body::before {
  content: '';
  position: fixed;
  inset: -10%;
  background: linear-gradient(
    -45deg,
    #c6aa69,
    #cfbf8e,
    #fececa,
    #4a912b,
    #e0c86d
  );
  background-size: 300% 300%;
  opacity: 0.3;
  filter: blur(60px);
  animation: gradientMove 15s ease infinite;
  will-change: background-position;
  z-index: -1;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
} */

#wrapper {
  width: 100%;
  padding-top: 15rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

* {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.link-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
}

.sticker {
  font-family: 'EB Garamond', serif;
  font-weight: 600;
  font-style: italic;
  font-size: 1.75rem;
  color: #585a18;
  background-color: #e0e447;
  width: fit-content;
  padding: 0.5rem 1rem;
  line-height: 1.15;
}

h1.mega-headline {
  font-family: 'Archivo', sans-serif;
  font-weight: 900;
  font-size: 3.5em;
  line-height: 1.15;
}

h1.mega-headline em {
  font-family: 'Archivo', sans-serif;
  font-style: italic;
}

h1.mega-headline strong {
  font-family: 'EB Garamond', serif;
  font-style: italic;
}

h1 {
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.25;
}

h1 em {
  font-family: 'EB Garamond', serif;
  font-size: 3.5rem;
  font-style: italic;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
}

h2 strong {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  margin: 0 0.15rem 0 0.15rem;
}

p {
  font-size: 1.1rem;
  line-height: 1.25;
}

p em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
}

h3 {
  font-size: 2.65rem;
  font-weight: 600;
  line-height: 1.25;
}

h3 em {
  font-family: 'EB Garamond', serif;
  font-size: 3.7rem;
  font-style: italic;
}

h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

h4 em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.95rem;
}

.cta {
  padding: 3rem 0;
}

.cta p {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 2rem;
}

.cta p.small {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: -1rem;
}

.cta p em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.95rem;
}

.custom-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 3rem;
  border-radius: 2rem;
  background: #faf;
  font-weight: 600;
  color: #624062;
  text-decoration: none !important;
  font-size: 0.8rem;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  transform: scale(1.05) !important;
  background-color: #fa8d6a !important;
}

span.arrow {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2px;
  margin: 0 0.5rem;
  vertical-align: middle;
  background: #000;
}

span.arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.header__arrow-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2rem;
  margin-bottom: 3rem;
}

.header__arrow {
  position: relative;
  flex: 1;
  height: 0.1rem;
  background-color: #000;
  margin-top: 1rem;
}

.header__arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #140000;
  transform: translateY(-50%) rotate(45deg);
}

.header__arrow--left::before {
  left: 0;
}

.header__arrow--right::before {
  right: 0;
}

.transparent-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.transparent-cards-item {
  padding: 1rem 2rem 4.5rem 2rem;
  position: relative;
  border: 1px solid white;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

h2.transparent-cards-item__title {
  text-align: center;
  margin-bottom: 2rem;
}

h4.transparent-cards-item__title {
}

.transparent-cards-item__list {
  padding: 2rem 2rem 3rem 2rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.transparent-cards-item__list li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.transparent-cards-item__outro,
.transparent-cards-item__intro {
  font-weight: 700;
}

.content-right-bullet {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 2rem;
}

.content-right-step__title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}

.content-right-step__title em {
  font-family: 'EB Garamond', serif;
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 400;
}

.content-right-step__body {
  margin-left: 2rem;
}

.content-right-step__text {
  --bullet-size: 0.35rem;
  --bullet-y: 0.75em;
  --bullet-gap: 1.5rem;
  --line-left: 0.15rem;
  margin: 0;
  padding: 0 0 0 2rem;
  list-style: none;
}

.content-right-step__text li {
  position: relative;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25;
}

.content-right-step__text li:not(:last-child) {
  margin-bottom: var(--bullet-gap);
}

.content-right-step__text li::before {
  content: '';
  position: absolute;
  top: var(--bullet-y);
  left: -2.5rem;
  width: var(--bullet-size);
  height: var(--bullet-size);
  background: #000;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.content-right-step__text li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: var(--bullet-y);
  left: calc(-2.5rem + var(--line-left));
  width: 0.05rem;
  height: calc(100% + var(--bullet-gap));
  background: #000;
}

footer {
}

/* HEADER */

header {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 2rem 0;
  z-index: 101;
  transition: transform 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header.is-hidden {
  transform: translateY(-100%);
}

header .logo {
  max-width: 80%;
}

.header-nav {
}

.header-nav ul {
  display: flex;
  justify-content: end;
  gap: 5rem;
  align-items: center;
  list-style: none;
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 1;
}

.header-nav ul li {
}

.header-nav ul li a {
  color: black;
}

.header-nav ul li a.custom-btn--contact {
  color: #624062;
}

.header-nav ul li a:not(.custom-btn):hover,
.header-nav ul li.current-menu-item a {
  color: #ffaaff;
  text-underline-offset: 4px;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

/* PAGE HOME */

#hero-section {
  margin-bottom: 6rem;
}

.hero-content {
  position: relative;
}

.hero-content .sticker {
  margin-bottom: 1.5rem;
}

.hero-content .mega-headline {
  margin-bottom: 3rem;
}

.hero-circle-text {
  width: 25rem;
  height: 25rem;
  transform: rotate(30deg);
  position: absolute;
  top: -30%;
  right: -25%;
  font-weight: 700;
}

.hero-circle-text tspan {
  font-family: 'EB Garamond';
  font-style: italic;
}

.hero-circle-text svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  display: block;
}

.hero-circle-text text {
  fill: #000;
  font-family: 'Archivo', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
}

#connections-section {
  margin-bottom: 16rem;
}

.connections-header {
  margin-bottom: 4.5rem;
}

.connections-header__arrow {
}

.connections-header__arrow::before {
}

.connections-header__arrow--left::before {
}

.connections-header__arrow--right::before {
}

.connections-header h3 {
  margin: 0;
  flex-shrink: 0;
}

.connections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.connections-item {
  position: relative;
  overflow: hidden;
}

.connections-item__image {
  display: block;
  width: 100%;
  height: auto;
}

.connections-item__title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  min-width: max-content;
  background: #c8df96;
  border-radius: 999rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.connections-item__title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 1.95rem;
  margin: 0 0.5rem 0 0.25rem;
}

#how-works-section {
  margin-bottom: 6rem;
}

#how-works-section .sticker {
  margin-bottom: 1rem;
}

.content-right-bullet {
}

.how-works-step__title {
}

.how-works-step__title em {
}

.how-works-step__body {
}

.how-works-step__text {
}

.how-works-step__text li {
}

.how-works-step__text li:not(:last-child) {
}

.how-works-step__text li::before {
}

.how-works-step__text li:not(:last-child)::after {
}

#cta-expert {
  background: #e0e447;
  margin-bottom: 9rem;
}

#cta-expert .custom-btn {
  background: #ffaaff;
}

#why-compagnies-section {
  margin-bottom: 12rem;
}

#why-compagnies-section .sticker {
  margin-bottom: 6rem;
}

.why-compagnies-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

.why-compagnies-item {
  transition: all 0.2s ease-in-out;
  will-change: transform;
}

.why-compagnies-item:hover {
  transform: scale(1.05);
}

.why-compagnies-item__image,
.why-compagnies-item__title,
.why-compagnies-item__text {
  transition: all 0.3s ease-in-out;
}

.why-compagnies-item:hover .why-compagnies-item__image {
  box-shadow: 0 14px 16px rgba(0, 0, 0, 0.25);
}

.why-compagnies-item:hover .why-compagnies-item__title {
  text-shadow: 0 5px 14px rgba(0, 0, 0, 0.65);
}

.why-compagnies-item:hover .why-compagnies-item__text {
  text-shadow: 0 10px 14px rgba(0, 0, 0, 0.65);
}

.why-compagnies-item__image {
  margin-bottom: 1.5rem;
}

.why-compagnies-item__title {
  font-weight: 900;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1;
}

.why-compagnies-item__text {
  font-size: 0.75rem;
  line-height: 1.5;
}

#simple-success-section {
  margin-bottom: 12rem;
}

.simple-success-header {
  margin-bottom: 6rem;
}

.simple-success-header h3 {
  font-size: 3.05rem;
  line-height: 1;
}

.simple-success-header h4 {
  font-size: 1.75rem;
  line-height: 1;
}

.simple-success-header h4 em {
  font-size: 1.95rem;
}

.simple-success-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}

.simple-success-item {
  background-color: #fff;
  padding: 2rem 3rem;
  position: relative;
}

.simple-success-item__image {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 30%;
  max-height: 56%;
  width: auto;
  height: auto;
}

.simple-success-item__list {
  padding: 2rem 3rem 0rem 4rem;
  font-size: 0.9rem;
}

.simple-success-item__list li:not(:last-child) {
  margin-bottom: 1rem;
}

#who-we-are-section {
  margin-bottom: 12rem;
}

#who-we-are-section .sticker {
  margin: 0 auto;
  margin-bottom: 3rem;
}

#who-we-are-section h3 {
  margin-bottom: 4.5rem;
}

#who-we-are-section p {
  font-size: 1.3rem;
  line-height: 1.25;
  font-weight: 500;
}

#who-we-are-section p em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
}

#cta-hiring {
  background-color: #e0e447;
}

#cta-hiring .custom-btn {
}

#cta-join {
  background-color: #ffaaff;
}

#cta-join .custom-btn {
  background-color: #e0e447;
}

/* PAGE JOIN THE NETWORK */

#join-section {
  margin-bottom: 12rem;
}

.join-header h1 {
  margin-bottom: 4.5rem;
  font-size: 3.5rem;
  line-height: 1.25;
}

.join-header h2 {
  margin-bottom: 4.5rem;
}

.join-header h2 em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-size: 1.95rem;
}

.join-content .sticker {
  margin-bottom: 3rem;
}

.join-text {
  margin-bottom: 3rem;
}

.join-text p:not(:last-child) {
  margin-bottom: 1rem;
}

.join-outro p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
}

#join-section img {
  border-radius: 100%;
  padding: 5%;
}

#why-join-section {
  margin-bottom: 12rem;
}

.why-join-header {
  margin-bottom: 3rem;
}

#different-way-section {
  margin-bottom: 12rem;
}

.different-way-header {
  margin-bottom: 5rem;
  text-align: center;
}

.different-way-title-svg {
  width: 44rem;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.different-way-title-svg__text {
  fill: #161821;
  font-family: 'Archivo', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.different-way-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.different-way-item {
}

.different-way-item__title {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.5;
}

.different-way-item__title em {
  font-size: 1.1rem;
}

.different-way-item__title span.arrow {
  width: 2rem;
  margin: 0 0.5rem;
}

.different-way-item__title span.arrow::after {
}

.different-way-item__list {
  padding: 2rem 2rem 4rem 2rem;
}

.different-way-item__list li:not(:last-child) {
  margin-bottom: 1rem;
}

.different-way-item p.different-way-item__text {
  font-size: 0.9rem;
}

.different-way-item__outro {
  font-weight: 700;
}

#simple-process-section {
  margin-bottom: 12rem;
}

.simple-process-header {
  margin-bottom: 4.5rem;
}

.simple-process-header h3 {
  font-size: 3.05rem;
}

.simple-process-header .sticker {
  margin: 0 auto;
  margin-bottom: 1rem;
}

#simple-process-section img {
  padding-left: 10%;
  padding-right: 15%;
}

#simple-process-section ol {
  font-size: 0.9rem;
}

#simple-process-section ol li::marker {
  font-weight: 900;
}

#simple-process-section ol li:not(:last-child) {
  margin-bottom: 1.5rem;
}

#simple-process-section ol li strong {
  display: block;
  font-weight: 900;
  font-size: 1rem;
}

#designed-for-section {
  margin-bottom: 3rem;
}

.designed-for-header {
}

.designed-for-header .sticker {
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

#designed-for-section h3 {
  margin-bottom: 1rem;
  font-size: 3.05rem;
}

.designed-for-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 4.5rem;
}

.designed-for-item {
  position: relative;
  aspect-ratio: 4/3;
}

.designed-for-item__image {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.designed-for-item__title-container {
  background-color: #fff6ff42;
  padding: 2rem 1rem 2rem 1rem;
  position: relative;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.designed-for-item__title {
  padding: 0.5rem 1.5rem;
  background: #c8df96;
  border-radius: 999rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.designed-for-item__title em {
  font-family: 'EB Garamond', serif;
  font-style: italic;
  font-weight: 600;
  font-size: 2rem;
}

#cta-apply {
  background-color: #5967535e;
}

/* PAGE HIRE TALENT */

#for-companies-section {
  margin-bottom: 6rem;
}

.for-companies-header {
  margin-bottom: 4.5rem;
}

.for-companies-header .sticker {
  margin: 0 auto;
  margin-bottom: 3rem;
}

.for-companies-header h1 {
  margin-bottom: 3rem;
  font-size: 3.5rem;
}

.for-companies-header h1 em {
  font-size: 3.7rem;
}

.for-companies-header h2 {
}

.for-companies-row {
  margin-bottom: 2rem;
}

.for-companies-row span.arrow {
  width: 100%;
  margin: unset;
}

.for-companies-row span.arrow::after {
}

#core-expertise-section {
  margin-bottom: 9rem;
}

#how-we-work-section {
  margin-bottom: 12rem;
}

.how-we-work-header {
  margin-bottom: 4.5rem;
}

.how-we-work-header .sticker {
  margin: 0 auto;
  margin-bottom: 1rem;
}

.how-we-work-header h3 {
  font-size: 3.05rem;
}

.how-we-work-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.how-we-work-item {
}

.how-we-work-item h2 {
  margin-bottom: 1rem;
}

.how-we-work-item p {
  font-size: 0.9rem;
  line-height: 1.5;
}

#the-difference-section {
  margin-bottom: 15rem;
}

.the-difference-header {
  margin-bottom: 4.5rem;
}

.the-difference-header h3 {
  font-size: 3.05rem;
}

.the-difference-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.the-difference-item {
  aspect-ratio: 1/1;
  padding: 1rem;
  position: relative;
  border: 1px solid white;
  border-radius: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 105%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.the-difference-item h2 {
  margin-bottom: 1rem;
  font-size: 2.65rem;
  line-height: 1;
}

.the-difference-item h2 em {
  font-family: 'EB Garamond', serif;
  font-size: 2.95rem;
  font-style: italic;
}

.the-difference-item p {
  font-size: 0.9rem;
  line-height: 1.5;
}

#we-support-section {
  margin-bottom: 9rem;
}

.we-support-header {
  margin-bottom: 3rem;
}

.we-support-header h3 {
  font-size: 3.05rem;
}

.we-support-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}

.we-support-item {
  position: relative;
  overflow: hidden;
}

.we-support-item__title {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.we-support-item__image {
}

#why-it-works-section {
  margin-bottom: 12rem;
}

.why-it-works-content-left .sticker {
  margin-bottom: 1rem;
}

.why-it-works-content-left h3 em {
  font-size: 2.95rem;
}

.why-it-works-step__text.content-right-step__text {
  --bullet-gap: 5rem;
}

#cta-build-team {
  background-color: #62406259;
}

/* FOOTER */

#footer {
}

.source-org {
}

.vcard {
}

.copyright {
}

footer .container-fluid,
footer [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}

footer .row {
  margin-left: 0;
  margin-right: 0;
}

.row {
}

.col-8 {
}

.footer-left {
  background-color: #596753;
  height: 100%;
  padding: 6rem 9rem;
  color: white;
  text-align: center;
}

.footer-right {
  background-color: #28392f;
  height: 100%;
  padding: 6rem 3rem;
  position: relative;
}
.footer-right h3 {
  color: #c2f1ab;
  font-size: 1.75rem;
}
.logo-footer-container {
}

.logo-footer {
  margin-bottom: 1.5rem;
}

.logo-footer-container p {
  font-weight: 900;
  margin-bottom: 3rem;
}

.menu-footer-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 0 0rem;
  text-align: left;
  text-align: left;
  font-size: 0.75rem;
  line-height: 2.5;
}

.menu-footer-container h4 {
  font-weight: 900;
  color: #c2f1ab;
  font-size: 0.75rem;
  line-height: 2.5;
}

.menu-footer-container ul {
  list-style: none;
}

.menu-footer-container ul li a {
  color: #c2f1ab;
}

.menu-footer-item {
}

.footer-bottom {
  background-color: #ffaaff;
  padding: 1rem;
  font-size: 0.75rem;
}

.back-to-top {
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.1rem;
  color: #ccd144;
  display: flex;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  position: fixed;
  bottom: 4.25rem;
  right: 1.25rem;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.5rem 0.8rem;
  border-radius: 10rem;
  z-index: 1000;
}

.back-to-top img {
  height: 2rem;
  width: auto;
  display: block;
  margin-bottom: 0;
}
