@charset "UTF-8";
/* 300 – Light */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* 400 – Regular */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* 500 – Medium */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* 600 – Semibold does NOT exist in screenshot */
/* 700 – Bold */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* 800 – ExtraBold does NOT exist in screenshot */
/* 900 – Black */
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
/*Basic*/
* {
  box-sizing: border-box;
  margin: 0;
  font-family: "Satoshi", sans-serif;
  font-weight: 400;
}

.cursor {
  opacity: 0;
  display: grid;
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 20;
  place-content: center;
}
.cursor img {
  display: none;
}
.cursor p {
  display: none;
}

/* Make parallax buttery */
[data-lenis-speed] {
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

html, body {
  height: 100%;
}

/* Fallback smooth scrolling if Lenis is disabled */
html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  color: var(--text);
  background: radial-gradient(1200px 800px at 70% -10%, #132033 0%, var(--bg) 50%);
  line-height: 1.55;
}

main {
  position: relative;
}

/* Reduced motion accessibility: if the user prefers reduced motion,
   we’ll disable Lenis in JS and let the browser handle scrolling. */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: smooth;
  } /* gentle fallback */
}
body {
  background-color: white;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

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

picture {
  position: absolute;
  bottom: 0;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  overflow: hidden;
}

picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section {
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 2;
  position: relative;
  padding-top: 140px;
}

.first-section {
  padding-top: 90px !important;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.container {
  padding: 0 50px;
  margin: 0 auto;
}

.maxw {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.page {
  position: relative;
  width: 100%;
}

/*Typography*/
h1 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2.13px;
  vertical-align: middle;
}

h2 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  vertical-align: middle;
}

h3 {
  font-family: "Lora", serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 161%;
  
  text-align: center;
}

h4 {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.4;
  vertical-align: middle;
}

h5 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-style: Black;
  font-size: 18px;
  line-height: 164%;
  
  text-align: center;
}

h6 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  vertical-align: middle;
}

p {
  font-family: "Satoshi", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
}

.click-underline {
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0%;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: block;
}

.click-underline:hover::before {
  width: 100%;
}

.click-underline::before {
  content: "";
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
}

.main-button {
  padding: 14px 34px;
  font-size: 20px;
  border: 1px solid white;
  color: white;
  transition: 0.3s;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.main-button:hover {
  background-color: rgba(255, 255, 255, 0.37);
  color: white;
}

.button-blue {
  background-color: #132b51;
  border: 0px;
  color: white;
}

.button-blue:hover {
  background-color: #0d1929;
  color: white;
}

.paralax {
  height: 400vh;
  background-color: aqua;
  z-index: 2;
  position: relative;
}

/* Utility spacing for the demo */
.stack {
  display: grid;
  gap: 1rem;
  margin: 12vh auto;
  max-width: 70ch;
  padding: 0 1rem;
}

/* ====== Text reveal ====== */
.reveal-text {
  opacity: 0;
  transform: translateX(-24px);
  transition: opacity 0.55s ease-out, transform 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-text.is-inview {
  opacity: 1;
  transform: translateX(0);
}

/* Optional: tiny stagger via inline style set by JS */
.reveal-text[data-stagger] {
  transition-delay: var(--stagger, 0ms);
}

.reveal-image {
  position: relative;
  overflow: hidden;
  transform: translateY(40px); /* start below */
  opacity: 0; /* start invisible */
  transition: transform 1000ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
}

/* Animate when in view */
.reveal-image.is-inview {
  transform: translateY(0); /* final position */
  opacity: 1; /* fade in */
}

/* Optional: smooth scaling on the image (if you still want it) */
.reveal-image picture {
  transform: scale(1.1); /* slight zoom to add depth */
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}

.reveal-image.is-inview picture {
  transform: scale(1);
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .reveal-text,
  .reveal-image img,
  .reveal-image::before {
    transition: none !important;
  }
  .reveal-text {
    opacity: 1;
    transform: none;
  }
  .reveal-image::before {
    transform: translateX(110%) rotate(0deg);
  }
  .reveal-image img {
    transform: none;
  }
}
.none {
  display: none;
}

.button-header {
  border: 1px solid white;
  color: white;
  padding: 14px 34px;
  font-size: 18px;
}

.button-header:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.button-header-holder {
  justify-content: end;
}

.logo {
  height: 60px;
  padding-right: 50px;
}
.logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}

.han-menu-full {
  display: flex;
  cursor: pointer;
  padding-left: 50px;
  align-items: center;
  width: 30%;
}

.menu-text {
  color: white;
}

.placeholder {
  width: 83px;
  margin-right: 64px;
}

.han-menu {
  margin-right: 8px !important;
  position: relative;
  display: flex;
  width: 26px !important;
  height: 9px;
  transition: all 0.5s ease-in-out;
  align-items: center;
}

.han-burger {
  margin-left: 0 !important;
  width: 100%;
  height: 0px;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.han-burger::before, .han-burger::after {
  margin-left: 0 !important;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.5s ease-in-out;
}

.han-burger::before {
  transform: translateY(-3px);
}

.han-burger::after {
  transform: translateY(3px);
}

.menu-div-left-1-header {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2.13px;
  vertical-align: middle;
}

.navbar {
  width: 100%;
  height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 100%;
  /* identical to box height, or 13px */
  display: flex;
  align-items: center;
  letter-spacing: 0.21em;
  transition: 0.5s;
  position: relative;
}

/* overlaying bar */
.search-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0); /* collapsed */
  transform-origin: right center; /* animate from right to left */
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: transform 0.35s ease, opacity 0.25s ease;
  /* left and width will be set by JS */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-left: 1px solid white;
}
.search-overlay div {
  margin-left: 24px;
}
.search-overlay div img {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(100000%);
}

.search-overlay-input {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border: 0px;
  background-color: transparent;
  color: white;
  outline: none;
  font-size: 22px;
}

.search-overlay::-moz-placeholder {
  opacity: 1;
  color: white;
}

.search-overlay::placeholder {
  opacity: 1;
  color: white;
}

.inverted .search-overlay-input::-moz-placeholder {
  opacity: 0.7;
  color: black;
}

.inverted .search-overlay-input::placeholder {
  opacity: 0.7;
  color: black;
}

/* Adjust if navbar is inverted (dark text) */
.inverted .search-overlay {
  background-color: rgba(255, 255, 255, 0.9);
  color: #15243C;
  border-color: #15243C;
}
.inverted .search-overlay img {
  filter: brightness(0%);
}

/* when search is open */
.navbar.search-open .search-overlay {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
  pointer-events: auto;
}

/* optional: fade menu text slightly under overlay when search active */
.navbar.search-open .menu-center {
  opacity: 0;
}

.search-open .search-close {
  opacity: 1;
}
.search-open .search-opened {
  opacity: 0;
}

.menu-full {
  display: flex;
  position: fixed;
  height: auto;
  width: 100%;
  flex-direction: column;
  z-index: 10;
  transition: 0.5s ease-in-out;
  opacity: 0;
}

.nav-loaded {
  opacity: 1;
}

.menu-div::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.nonemenu {
  opacity: 0;
}

.flexmenu {
  opacity: auto;
}

.scrolldiv {
  width: 15.83px;
  height: 26px;
  display: flex;
  justify-content: center;
  border-radius: 33.913px;
  border: 1px solid white;
}
.scrolldiv .elementor-button-text {
  position: relative;
  top: 3px;
  width: 1.5px;
  height: 6px;
  display: block;
  background: white;
  border-radius: 5px;
  animation: 1.2s ease infinite wheel-up-down;
}
.scrolldiv .elementor-button-icon {
  display: none;
}
.scrolldiv a:focus {
  outline: none;
}
@keyframes wheel-up-down {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translateY(12px);
    opacity: 0;
  }
}

.menu-div {
  overflow: scroll;
  height: 0;
  transition: 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
  opacity: 0.8;
  z-index: 10;
  justify-content: baseline;
  display: flex;
  align-items: center;
}

.menu-div-right {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.menu-div-left {
  grid-column: span 7;
  display: flex;
  flex-direction: column;
  gap: 90px;
  justify-content: center;
  width: 100%;
}
.menu-div-left .menu-div-left-1-header {
  color: white;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-div-left .menu-div-left-1-header::before {
  content: "";
  bottom: -4px;
  left: 0;
  position: absolute;
  background-color: white;
  height: 6px;
  width: 0px;
  transition: 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-div-left .menu-div-left-1-header:hover::before {
  width: 100%;
}

.menu-div-left-1 {
  display: flex;
  flex-direction: column;
  gap: 38px;
  grid-column: span 7;
}

.menu-div-left-2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.menu-div-secondary {
  font-size: 12px;
  letter-spacing: 20%;
  font-weight: 300;
  color: white;
}

.lng-button {
  padding: 18px 25px;
  border: 1px solid white;
  border-radius: 100px;
  background-color: transparent;
  cursor: pointer;
  display: flex;
  gap: 4px;
  align-items: center;
  transition: 0.3s;
}
.lng-button svg {
  filter: brightness(100000%);
  transition: 0.3s;
}
.lng-button span {
  font-size: 17px;
  color: white;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.lng-button:hover {
  background-color: rgba(255, 255, 255, 0.2196078431);
}

.lng-dropdown {
  position: absolute;
  right: 50px;
  bottom: 0px;
  transform: translateY(99%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
  transition: 0.3s;
}

.lng-dropdown-el {
  border-radius: 26px;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 8px 12px;
  transition: 0.3s;
}
.lng-dropdown-el span {
  color: white;
  font-size: 15px;
}

.lng-dropdown-el-active {
  background-color: rgba(255, 255, 255, 0.2196078431);
}

.lng-dropdown-el:hover {
  background-color: rgba(255, 255, 255, 0.2196078431);
}

.flag {
  border-radius: 9999px;
  border: 1px solid white;
  overflow: hidden;
  height: 24px;
  width: 24px;
}
.flag img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.search {
  display: flex;
  align-items: center;
  margin-right: 24px;
  cursor: pointer;
  position: relative;
}
.search img {
  filter: brightness(10000%);
  transition: 0.3s;
}

.search-close {
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
}

.lng-active .lng-dropdown {
  max-height: 300px;
  padding: 12px;
}
.lng-active .lng-button svg {
  rotate: 180deg;
}

.logo-black {
  display: none;
}

.inverted .lng {
  color: rgb(55, 55, 55);
}
.inverted .logo-black {
  display: block;
}
.inverted .logo-white {
  display: none;
}
.inverted .search img {
  filter: brightness(0%);
}
.inverted .lngactive {
  color: black;
}
.inverted .right-side-text {
  color: black;
}
.inverted .lng-button {
  border: 1px solid black;
}
.inverted .lng-button svg {
  filter: brightness(0%);
}
.inverted .lng-button span {
  color: black;
}
.inverted .lng-dropdown {
  background-color: white;
}
.inverted .lng-dropdown-el span {
  color: black;
}
.inverted .lng-dropdown-el-active {
  background-color: rgba(0, 0, 0, 0.0941176471);
}
.inverted .lng-dropdown-el:hover {
  background-color: rgba(0, 0, 0, 0.0941176471);
}
.inverted .flag {
  border: 1px solid black;
}
.inverted .lng-button:hover {
  background-color: rgba(0, 0, 0, 0.0941176471);
}

.lngo {
  font-size: 14px;
  letter-spacing: 23%;
  color: white;
  position: relative;
  opacity: 0.8;
  transition: 0.3s;
}

.lngo:hover {
  opacity: 1;
}

.lngactive {
  opacity: 1;
}

.lng {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 31px;
  position: relative;
}
.lng .lngactive::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: white;
}

.menu-socials {
  display: flex;
  gap: 10px;
}
.menu-socials a {
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.3s;
}
.menu-socials a img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s;
}
.menu-socials a:hover img {
  opacity: 0.7;
}

.menu-active {
  background: rgba(1, 49, 170, 0) !important;
  -webkit-backdrop-filter: blur(300px) saturate(1) !important;
          backdrop-filter: blur(300px) saturate(1) !important;
  opacity: 100%;
}
.menu-active .main-button {
  opacity: 0;
}
.menu-active .menu-div {
  height: calc(100vh - 108px);
}
.menu-active .han-burger {
  transform: translateX(-50px);
  background-color: transparent !important;
}
.menu-active .han-burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}
.menu-active .han-burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.menu-center {
  align-items: center;
  gap: 38px;
  transition: 0.3s;
}

.right-side-text {
  color: white;
  font-size: 15px;
  transition: 0.3s;
}

.right-side-text:hover {
  opacity: 0.8;
}

.han-menu-full {
  display: none;
}

.menu-center {
  display: flex;
}

.button-header-holder {
  display: none;
}

footer {
  background-color: #000;
  padding: 60px 0;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}
footer .d-background {
  opacity: 0.2;
}
footer h3 {
  grid-column: span 5;
  color: white;
  text-align: start;
}

.footer-line {
  height: 1px;
  grid-column: span 12;
  background-color: rgb(142, 159, 172);
  margin-top: 45px;
}

.sign-up {
  display: flex;
  padding: 16px 20px;
  padding-right: 60px;
  border: 1px solid white;
  grid-column: span 3;
  align-items: center;
  position: relative;
}
.sign-up input {
  border: 0;
  font-size: 18px;
  color: white;
  background-color: transparent;
  width: 100%;
}
.sign-up input:focus {
  outline: none;
}
.sign-up input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.747);
}
.sign-up input::placeholder {
  color: rgba(255, 255, 255, 0.747);
}

.line-a {
  height: 2px;
  width: 28px;
  background-color: white;
  transition: 0.3s;
}

.arrow-div {
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  width: 28px;
  height: 30px;
  justify-content: right;
  cursor: pointer;
}

.arrow-div:hover {
  transform: translateX(5px) translateY(-50%);
}
.arrow-div:hover .line-a {
  width: 0px;
}

.arrow {
  width: 12px;
  height: 12px;
  margin-left: -13px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(-45deg);
  transition: transform 0.3s ease, margin-left 0.3s ease;
}

.footer-element {
  grid-column: span 3;
  padding-top: 90px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
}

.footer-element-heading {
  color: white;
  margin-bottom: 24px;
}

.footer-logo-element {
  grid-column: span 5;
}
.footer-logo-element p {
  color: rgb(142, 159, 172);
  margin-top: 25px;
  margin-bottom: 30px;
}

.footer-logo {
  width: 100%;
}
.footer-logo img {
  width: 60%;
}

.footer-socials {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.footer-socials a {
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.053);
  transition: 0.3s;
}
.footer-socials a img {
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: 0.3s;
}
.footer-socials a:hover {
  background-color:  #f0b65a;
}
.footer-socials a:hover img {
  opacity: 1;
}

.footer-text-element {
  grid-column: 7/span 3;
}

.footer-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 55px;
  color: white;
}

.footer-text {
  color: #efecea;
  font-size: 17px;
  line-height: 25.5px;
  margin-bottom: 20px;
  align-items: end;
  justify-content: start;
  margin-left: 0;
  transition: 0.3s;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-text img {
  transform: translate3d(-100%, 100%, 0);
  transition: 0.3s;
  opacity: 0;
  -webkit-filter: invert(100%);
  box-sizing: content-box;
  height: 10px;
  width: 10px;
  display: none;
}

.footer-text::after {
  height: 2px;
  transition: 0.3s;
  left: 0;
  content: "";
  bottom: -2px;
  width: 0px;
  background-color: white;
  position: absolute;
}

.footer-text:hover::after {
  width: 100%;
}

.footer-text:hover {
  color: white;
}

.footer-element-last {
  gap: 25px;
  grid-column: span 3;
}

.footer-phone {
  font-size: 30px;
  font-weight: 500;
  color: white;
}

.footer-last {
  font-size: 20px;
  color: rgb(142, 159, 172);
  transition: 0.3s;
}

.footer-last:hover {
  color: white;
}

.footer-top {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.311);
  padding-bottom: 60px;
}
.footer-top h2 {
  grid-column: span 12;
  text-transform: uppercase;
  color: white;
  text-align: center;
  margin-bottom: 36px;
}

.footer-top-elements {
  display: flex;
  gap: 24px;
  grid-column: span 12;
  justify-content: center;
}
.footer-top-elements a {
  border-radius: 100px;
  background-color: #232323;
  padding: 16px 32px;
  transition: 0.3s;
}
.footer-top-elements a:hover {
  background-color: #000;
}
.footer-top-elements span {
  font-size: 18px;
  color: white;
}

.footer-bottom {
  grid-column: span 12;
  height: 30px;
  gap: 45px;
  display: flex;
  align-items: center;
  padding-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.311);
}
.footer-bottom div {
  width: 1px;
  height: 100%;
  background-color: rgb(142, 159, 172);
}
.footer-bottom a {
  font-size: 17px;
  color: #efecea;
  transition: 0.3s;
}
.footer-bottom a:hover {
  color: white;
}
.footer-bottom img {
  filter: brightness(120%);
}

.flex {
  transition: 1s;
}

.menu-hidden {
  overflow: hidden;
}
.menu-hidden .navbar {
  height: 0;
}

.inverted {
  background-color: white;
}
.inverted .flex {
  filter: brightness(0%);
}
.inverted .menu-text {
  color: black;
}
.inverted .han-burger::before, .inverted .han-burger::after {
  background-color: black;
}
.inverted .han-burger {
  background-color: black;
}
.inverted .main-button {
  border: 1px solid black;
  color: black;
  background-color: transparent;
}
.inverted .main-button:hover {
  background-color: black;
  color: white;
}
.inverted .menu-div .menu-div-left-1-header {
  cursor: pointer;
  color: black !important;
}
.inverted .lngo {
  color: black !important;
}
.inverted .menu-div-secondary {
  color: black;
}
.inverted .menu-socials a img {
  filter: brightness(0%);
}
.inverted .menu-div-left .menu-div-left-1-header::before {
  background-color: black;
}
.inverted .lng .lngactive::before {
  background-color: black;
}

[data-scale] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform-origin: center;
  transform: translate3d(0, var(--y, 0px), 0) scale(var(--s, 1));
  will-change: transform;
}

@media (max-width: 992px) {
  section {
    padding-top: 90px;
  }
  .first-section {
    padding-top: 60px !important;
  }
  .grid {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  /* Menu – hide center links on tablet to rely on burger */
  .menu-center {
    display: none;
  }
  .button-header-holder {
    display: none;
  }
  .han-menu-full {
    display: flex;
    justify-content: end;
  }
  .footer-top-elements {
    grid-column: span 12;
    flex-wrap: wrap;
    gap: 8px;
  }
  .menu-div-right {
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 24px;
  }
  .menu-div-left-1 {
    grid-column: span 12;
  }
  .menu-div-left-1 {
    gap: 24px;
  }
  .menu-div-left-1 .menu-div-left-1-header {
    font-size: 40px;
    line-height: 50px;
  }
  .menu-div-left {
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .logo {
    height: 45px;
    padding: 0;
  }
  .han-menu-full {
    padding: 0;
  }
  .menu-active .menu-div {
    height: calc(100vh - 80px);
  }
  .navbar {
    width: 100%;
    height: 80px;
  }
  /* Footer */
  .footer-element,
  .footer-text-element,
  .footer-logo-element {
    grid-column: span 12;
  }
  .footer-top h2 {
    grid-column: span 12;
  }
  .footer-bottom {
    grid-column: span 12;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  /* Container padding (if not already handled globally) */
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer-element {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .footer-bottom {
    margin-top: 36px;
  }
  .footer-bottom {
    grid-column: span 12;
    height: auto;
  }
  footer {
    padding-bottom: 40px;
    margin-top: 100px;
  }
}/*# sourceMappingURL=general.css.map */