@charset "UTF-8";
/* Reset */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

strong {
  font-weight: 700 !important;
}

@font-face {
  font-family: "BebasNeue-Regular";
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2"), url("../fonts/BebasNeue-Regular.woff") format("woff"), url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Bonny-Thin";
  src: url("../fonts/Bonny-Thin.woff2") format("woff2"), url("../fonts/Bonny-Thin.woff") format("woff"), url("../fonts/Bonny-Thin.ttf") format("truetype");
  font-weight: 100;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Bonny-Variable";
  src: url("../fonts/Bonny-Variable.woff2") format("woff2"), url("../fonts/Bonny-Variable.woff") format("woff"), url("../fonts/Bonny-Variable.ttf") format("truetype");
  font-weight: 100 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Switzer-Variable";
  src: url("../fonts/Switzer-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Boska-Variable";
  src: url("../fonts/Boska-Variable.woff2") format("woff2"), url("../fonts/Boska-Variable.woff") format("woff"), url("../fonts/Boska-Variable.ttf") format("truetype");
  font-weight: 200 900;
  font-display: swap;
  font-style: normal;
}
:root {
  --bg: #0b0c10;
  --fg: #e6edf3;
  --accent: #9fd3c7;
  --pad: 16px;
  --font: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  /* dynamic safe-area fallback controlled by JS */
  --safe-bottom: 0px;
}

body {
  height: 100%;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #333;
  line-height: 1.6;
  font-size: 16px;
  background-color: #EDE7DB;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font);
}
@media (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  body {
    font-size: 12px;
  }
}

/* Ensure bottom-aligned elements clear native browser/UI bars on mobile */
.safe-bottom {
  /* add a tiny breathing room (8px) above the detected insets */
  padding-bottom: calc(8px + max(env(safe-area-inset-bottom, 0px), var(--safe-bottom, 0px)));
}

/* Custom Cursor */
.ball {
  width: 15px;
  height: 15px;
  background-color: #9A6900;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  will-change: transform;
  z-index: 1100000;
  display: none;
  /* Hidden by default, shown with JS */
}
@media (max-width: 1000px) {
  .ball {
    display: none !important;
  }
}

.bebas {
  font-family: "BebasNeue-Regular";
}

.boska {
  font-family: "Boska-Variable";
}

.switzer {
  font-family: "Switzer-Variable";
  font-optical-sizing: auto;
  font-weight: 300;
}

.c1 {
  font-size: 12px !important;
}

.p1 {
  font-size: 16px !important;
}

.p2 {
  font-size: 18px !important;
}
@media (max-width: 560px) {
  .p2 {
    font-size: 12px !important;
  }
}

.p3 {
  font-size: 32px !important;
}

.h1,
h1 {
  font-size: 110px !important;
  line-height: 80% !important;
}

.h2,
h2 {
  font-size: 42px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 560px) {
  .h2,
  h2 {
    font-size: 28px !important;
  }
}

.h3 {
  font-size: clamp(2.8rem, 1rem + 4vw, 60px) !important;
  line-height: 80% !important;
}

.h4 {
  font-size: clamp(2.5rem, 2.5rem + 12vw, 240px) !important;
}
@media (max-width: 560px) {
  .h4 {
    font-size: 6.5rem;
  }
}

.h5 {
  font-size: clamp(3rem, 2.5rem + 9vw, 240px) !important;
  line-height: 80% !important;
}
@media (max-width: 560px) {
  .h5 {
    font-size: 4.5rem !important;
  }
}

.h6 {
  font-size: clamp(4rem, 1.5rem + 5vw, 90px) !important;
  line-height: 80% !important;
}
@media (max-width: 560px) {
  .h6 {
    font-size: 6.5rem !important;
  }
}

.p,
p {
  font-size: 16px;
  margin-bottom: 1em;
  font-weight: 400;
}

.text {
  font-size: 12px;
}

.logo {
  font-size: 50px !important;
  line-height: 70%;
  letter-spacing: -5%;
  font-weight: 700;
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
  will-change: transform, top, left;
  transition: top 0.8s ease, left 0.8s ease, transform 0.8s ease;
  /* płynne przejście do rogu */
}
.logo svg {
  height: 60px;
}
@media (max-width: 560px) {
  .logo svg {
    height: 40px;
  }
}
.logo .st10 {
  display: none;
}
.logo {
  /* Responsive */
}
@media (max-width: 1200px) {
  .logo {
    font-size: 150px !important;
  }
}
@media (max-width: 768px) {
  .logo {
    font-size: 80px !important;
  }
}

.to-corner {
  top: 25px;
  transform: translate(-50%, 0) scale(0.3);
  transform-origin: top center;
}
@media (max-width: 560px) {
  .to-corner {
    top: 15px;
  }
}

/* Przyjazne dla osób z wyłączonymi animacjami */
@media (prefers-reduced-motion: reduce) {
  .logo {
    transition: none !important;
  }
  .cursor::after {
    animation: none;
  }
}
.reveal-text-parent {
  overflow: hidden;
  position: relative;
}

.reveal-rotate, .reveal-up {
  opacity: 0;
  display: block;
  position: relative;
  will-change: transform, opacity;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}
a {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
  transition: color 0.2s ease;
}

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

small {
  font-size: 0.875rem;
}

/* COLORS*/
.beige {
  color: #191918 !important;
}

.white {
  color: #FFFFFF !important;
}

.b-beige {
  border-color: #fff2d4;
}

.bg-beige {
  background-color: #fff2d4;
}

.red {
  color: #9A6900 !important;
}

.brown {
  color: #5b5435 !important;
}

.b-brown {
  border-color: #5b5435;
}

.bg-brown {
  background-color: #ffffff;
  /* Twój brąz */
  /* tekstura */
}

.bg-main {
  background-color: #9A6900;
  /* Twój brąz */
  /* tekstura */
}

/* Layout */
.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 15px;
}

.main-content {
  position: relative;
  z-index: 5;
  overflow: hidden;
  pointer-events: none;
}
.main-content .footer-spacer {
  height: 900px;
  pointer-events: none;
}
.main-content * {
  pointer-events: auto;
}

.container {
  max-width: 100% !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    /* SM */
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
    /* MD */
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    /* LG */
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    /* XL */
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 100vw;
    /* XXL */
  }
}
.pb-10 {
  padding-bottom: 8rem;
}

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

/* Borders */
.border-top-brown {
  border-top: 1px solid #5b5435 !important;
}

.border-bottom-brown {
  border-bottom: 1px solid #5b5435 !important;
}

.nav-links,
.hero,
.hero-bottom {
  opacity: 0;
  transition: opacity 2s ease;
}

.hero-loaded .nav-links,
.hero-loaded .hero,
.hero-loaded .hero-bottom {
  opacity: 1;
}

.navbar-wrapper {
  z-index: 99;
}
.navbar-wrapper .nav-bar {
  width: 100%;
}
.navbar-wrapper .nav-row {
  display: flex;
  justify-content: flex-end;
}
.navbar-wrapper .nav-row .nav-links {
  padding-left: 0;
}
.navbar-wrapper .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
  text-decoration: none;
  color: beige;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin: 0.25rem 0;
}
.navbar-wrapper .nav-links a {
  color: beige;
  text-decoration: none;
}

/* Navbar */
.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.header-wrapper .main {
  height: 100%;
}
.header-wrapper .main #typed {
  opacity: 1;
}
.header-wrapper {
  /* Hero */
}
.header-wrapper .hero {
  width: 100%;
}
.header-wrapper .hero .hero-1, .header-wrapper .hero .hero-4 {
  margin-bottom: 14px;
}
.header-wrapper .hero .word-switcher {
  position: relative;
  display: inline-block;
  width: 150px;
  vertical-align: bottom;
  overflow: visible;
}
.header-wrapper .hero .word-switcher .word-switcher-placeholder {
  opacity: 0;
  visibility: hidden;
}
.header-wrapper .hero .word-switcher .word {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-out;
  will-change: transform, opacity;
}
.header-wrapper .hero .word-switcher .word.show {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}
.header-wrapper .hero .word-switcher {
  /* State: Leaving */
}
.header-wrapper .hero .word-switcher .word.hide {
  opacity: 0;
  transform: translateY(-20px); /* Slide up and out */
  z-index: 1;
}
.header-wrapper .hero .subheader {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header-wrapper .hero .animated-line {
  display: inline-block;
  white-space: nowrap;
}
.header-wrapper .hero .animated-line .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}
.header-wrapper .hero .hero-1 {
  line-height: 75%;
}
@media (max-width: 560px) {
  .header-wrapper .hero .hero-1 {
    margin-top: 0;
    padding-left: 0px;
  }
}
.header-wrapper .hero .hero-2 {
  line-height: 75%;
}
@media (max-width: 560px) {
  .header-wrapper .hero .hero-2 {
    margin-top: 0;
    padding-left: 0px;
  }
}
.header-wrapper .hero .hero-3 {
  line-height: 75%;
}
@media (max-width: 560px) {
  .header-wrapper .hero .hero-3 {
    margin-top: 0;
    padding-left: 0px;
  }
}
.header-wrapper .hero .hero-4 {
  line-height: 75%;
  width: 100%;
  text-align: center;
}
.header-wrapper .hero .hero-4 span {
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  .header-wrapper .hero .hero-4 {
    margin-top: 0;
    padding-left: 0px;
  }
}

.lets-do-it {
  z-index: 1;
  padding-top: 100vh;
}
.lets-do-it.lower-cta {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .lets-do-it.lower-cta .fade-text {
    padding-left: 120px;
  }
}
.lets-do-it .cta {
  position: relative;
  overflow: hidden;
}

.portfolio {
  position: relative;
  z-index: 1;
}

/* Animations hero*/
.animated-line .letter {
  display: inline-block;
  opacity: 0;
}

.fade-text {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}
@media (max-width: 560px) {
  .fade-text {
    padding-left: 0px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Każda litera jako oddzielny span */
.fade-text .ch {
  display: inline-block;
  opacity: 0.2;
  /* startowo przygaszone */
  filter: blur(2px);
  transform: translateY(6px);
  will-change: opacity, filter, transform;
}

/* Spacje – żeby zachować odstępy jak w tekście */
.fade-text .sp {
  display: inline-block;
  width: 0.33em;
  /* dopasuj jeśli chcesz szersze wcięcia */
}

.gallery-second-column {
  padding-top: 600px;
}
@media (max-width: 560px) {
  .gallery-second-column {
    padding-top: 0;
  }
}

.marquee-section {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 65.25vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
@media (max-width: 1100px) {
  .marquee-section {
    padding-bottom: 0 !important;
  }
}
.marquee-section .marquee-content-wrapper {
  position: relative;
}
.marquee-section .slider-additional {
  font-size: 100px;
  text-transform: uppercase;
  line-height: 110%;
  /* brak wypełnienia */
  /* BIAŁY obrys */
  font-family: "Courier Prime", monospace;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .marquee-section .slider-additional {
    font-size: 60px;
  }
}
@media (max-width: 576px) {
  .marquee-section .slider-additional {
    font-size: 40px;
  }
}
.marquee-section .slider-additional .with-stroke {
  -webkit-text-stroke: 2px #020202;
  color: transparent;
}
.marquee-section .js-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee-section .zoomed-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marquee-section .zoomed-image img {
  width: 50%;
  height: auto;
  object-fit: cover;
  border: 3px solid #000000;
  transition: none;
  transform-origin: center center;
}
@media (max-width: 1124px) {
  .marquee-section .zoomed-image {
    position: relative;
    width: 100%;
    height: auto;
    transition: none;
    left: unset;
    top: unset;
    transform: unset;
    overflow: hidden;
  }
  .marquee-section .zoomed-image img {
    width: 100vw;
  }
}

.services {
  position: relative;
  z-index: 1;
}
.services .services-row .service-box {
  padding: 4rem 4rem;
  border-top: 1px solid #5b5435;
}
.services .services-row .service-box:last-of-type {
  border-bottom: 1px solid #5b5435;
}
@media (max-width: 560px) {
  .services .services-row .service-box {
    padding: 4rem 8px;
  }
}

.client-box {
  height: 450px;
  padding-left: 10px;
  padding-right: 10px;
}

.slider-wrapper {
  position: relative;
  height: 900px;
}

.img-fluid {
  border: 1px solid #f8f4ee;
  background: rgba(191, 153, 153, 0.43);
  backdrop-filter: blur(7.9px);
  -webkit-backdrop-filter: blur(7.9px);
}

.quote .parallax-section {
  min-height: 90vh;
  display: flex;
  align-items: center;
}
@media (max-width: 560px) {
  .quote .parallax-section {
    min-height: 100vh;
  }
}
@media (max-width: 560px) {
  .quote {
    height: 600px;
  }
}
.quote .quote-text {
  text-indent: 2em;
  color: #fff;
  /* Możesz ustawić dowolną wartość, np. 1.5rem, 30px */
}

#quoteSection {
  position: relative !important;
  /* nachodzi mocniej na obraz */
}
#quoteSection .font-2 {
  font-size: 4rem;
}

.portfolio-stack {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .portfolio-stack {
    padding-bottom: 8rem;
  }
}
.portfolio-stack {
  /* Card Container */
}
.portfolio-stack .portfolio-card {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 100%;
  margin-bottom: 20px;
  padding: 24px;
  display: flex;
  align-items: stretch;
  position: relative;
  /* z-index requires a defined position */
}
.portfolio-stack .portfolio-card:last-of-type {
  margin-bottom: 0;
}
.portfolio-stack .portfolio-card:nth-child(1) {
  z-index: 1;
}
.portfolio-stack .portfolio-card:nth-child(2) {
  z-index: 2;
}
.portfolio-stack .portfolio-card:nth-child(3) {
  z-index: 3;
}
.portfolio-stack .portfolio-card:nth-child(4) {
  z-index: 4;
}
.portfolio-stack .portfolio-card:nth-child(5) {
  z-index: 5;
}
.portfolio-stack .portfolio-card:nth-child(6) {
  z-index: 6;
}
.portfolio-stack .portfolio-card:nth-child(7) {
  z-index: 7;
}
.portfolio-stack .portfolio-card:nth-child(8) {
  z-index: 8;
}
.portfolio-stack .portfolio-card:nth-child(9) {
  z-index: 9;
}
.portfolio-stack .portfolio-card:nth-child(10) {
  z-index: 10;
}
.portfolio-stack .portfolio-card:nth-child(11) {
  z-index: 11;
}
.portfolio-stack .portfolio-card:nth-child(12) {
  z-index: 12;
}
.portfolio-stack .portfolio-card:nth-child(13) {
  z-index: 13;
}
.portfolio-stack .portfolio-card:nth-child(14) {
  z-index: 14;
}
.portfolio-stack .portfolio-card:nth-child(15) {
  z-index: 15;
}
.portfolio-stack .portfolio-card:nth-child(16) {
  z-index: 16;
}
.portfolio-stack .portfolio-card:nth-child(17) {
  z-index: 17;
}
.portfolio-stack .portfolio-card:nth-child(18) {
  z-index: 18;
}
.portfolio-stack .portfolio-card:nth-child(19) {
  z-index: 19;
}
.portfolio-stack .portfolio-card:nth-child(20) {
  z-index: 20;
}
@media screen and (max-width: 1024px) {
  .portfolio-stack .portfolio-card .portfolio-card-desc {
    display: none;
  }
}
.portfolio-stack .portfolio-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}
.portfolio-stack {
  /* --- Left Column (20%) --- */
}
.portfolio-stack .card-left {
  flex: 0 0 20%;
  /* Don't grow, don't shrink, fixed 20% */
  display: flex;
  align-items: flex-start;
  /* Align to top */
  gap: 15px;
}
.portfolio-stack .portfolio-image {
  width: 100%;
  /* Takes up available space minus the number */
  aspect-ratio: 3/4;
  /* Keeps image square */
  overflow: hidden;
  background: #eee;
}
.portfolio-stack .portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.portfolio-stack .card-number {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5b5435;
  padding-top: 5px;
  /* Visual alignment with image top */
  min-width: 20px;
}
.portfolio-stack {
  /* --- Right Column (80%) --- */
}
.portfolio-stack .card-right {
  flex: 0 0 80%;
  /* Fixed 80% */
  padding-left: 40px;
  /* Padding from left column */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Pushes content to top and bottom */
}
.portfolio-stack .card-content-top h2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.portfolio-stack .card-content-top p {
  color: #666;
  font-size: 1rem;
  max-width: 90%;
}
.portfolio-stack {
  /* Bottom Section (Tags + Button) */
}
.portfolio-stack .card-content-bottom {
  display: flex;
  align-items: flex-end;
  /* Align button and tags bottom */
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
}
.portfolio-stack .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.portfolio-stack .tag {
  border: 1px solid #1a1a1a;
  color: #555;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 500;
}
.portfolio-stack .see-more-btn {
  border: 1px solid #1a1a1a;
  background-color: #9A6900;
  color: #ffffff;
  padding: 10px 24px;
  font-size: 0.9rem;
  cursor: pointer;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.portfolio-stack .see-more-btn:hover {
  background: #444;
}
.portfolio-stack {
  /* Responsive */
}
@media (max-width: 768px) {
  .portfolio-stack .portfolio-card {
    flex-direction: column;
  }
  .portfolio-stack .card-left,
  .portfolio-stack .card-right {
    flex: 1 1 auto;
    width: 100%;
  }
  .portfolio-stack .card-left {
    margin-bottom: 20px;
    flex-direction: row;
    align-items: center;
  }
  .portfolio-stack .portfolio-image {
    width: 80px;
    /* Fixed size on mobile */
    height: 80px;
  }
  .portfolio-stack .card-right {
    padding-left: 0;
  }
  .portfolio-stack .card-content-top h2 {
    font-size: 1.8rem;
  }
  .portfolio-stack .card-content-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .portfolio-stack .see-more-btn {
    width: 100%;
  }
}

.footer-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 900px;
}
.footer-wrapper .scroll-container {
  position: relative;
}
.footer-wrapper .scroll-container .sticky-content {
  height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9999;
}
@media (max-width: 560px) {
  .footer-wrapper .scroll-container .sticky-content {
    top: 50px !important;
  }
}
.footer-wrapper .c-footer_link {
  width: 100px;
  height: 100px;
  font-size: 12px;
  text-decoration: none;
  position: relative;
  border: 1px solid #9A6900;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0px round 50%);
  transition: border 0.5s linear, clip-path 0.5s linear, transform 0.3s ease;
  overflow: hidden;
}
.footer-wrapper .c-footer_link::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9A6900;
  /* beige color */
  transition: top 0.4s ease;
  z-index: 1;
}
.footer-wrapper .c-footer_link span {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.footer-wrapper .c-footer_link::after {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcfcfc;
  z-index: 2;
  transition: top 0.4s ease;
}
.footer-wrapper .c-footer_link {
  /* Instagram button */
}
.footer-wrapper .c-footer_link:nth-child(1)::after {
  content: "INSTAGRAM";
}
.footer-wrapper .c-footer_link {
  /* Facebook button */
}
.footer-wrapper .c-footer_link:nth-child(2)::after {
  content: "FACEBOOK";
}
.footer-wrapper .c-footer_link:hover {
  border-color: #5b5435;
  clip-path: inset(2px round 50%);
  transform: scale(0.95);
}
.footer-wrapper .c-footer_link:hover::before {
  top: 0;
}
.footer-wrapper .c-footer_link:hover span {
  transform: translateY(100%);
  opacity: 0;
}
.footer-wrapper .c-footer_link:hover::after {
  top: 0;
}
.footer-wrapper .scroll-container {
  position: relative;
}
.footer-wrapper .sticky-content {
  position: relative;
}

/*# sourceMappingURL=styles.css.map */
