@charset "UTF-8";

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-ThinItalic.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-ExtraLightItalic.otf") format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-LightItalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-DemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-DemiBoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-BoldItalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-ExtraBoldItalic.otf") format("opentype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TT Norms Pro Expanded";
  src: url("../fonts/TTNormsProExpanded-BlackItalic.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

.booking-div-right-1,
.booking-div-right-2 {
  font-family: "TT Norms Pro Expanded";
}

body.preloader-active {
  overflow: hidden;
}

/*Basic*/
* {
  box-sizing: border-box;
  margin: 0;
  font-family: "aviano-sans", sans-serif;
  font-weight: 400;
  color: #1B1E2B;
}

.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;
}

picture video {
  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: "aviano-sans", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 2.13px;
  vertical-align: middle;
}

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

h3 {
  font-family: "aviano-sans", sans-serif;
  font-weight: 700;
  font-style: Medium;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 161%;
  letter-spacing: -2%;
  text-align: center;
}

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

h5 {
  font-family: "aviano-sans", sans-serif;
  font-weight: 600;
  font-style: #1B1E2B;
  font-size: 16px;
  line-height: inherit;
  letter-spacing: 2%;
  text-align: center;
}

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

p {
  font-family: "TT Norms Pro Expanded", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}

.click-underline {
  font-family: "aviano-sans", 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: 18px 54px;
  font-size: 16px;
  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;
  margin-right: 64px;
}

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

.button-header-holder {
  width: 30%;
  display: flex;
  justify-content: end;
}

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

.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);
}

.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;
  overflow: hidden;
}

.navbar .button-header {
  margin-right: 50px;
}

.navbar img {
  width: auto;
  height: 28px;
}

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

.menu-full {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 10;
  opacity: 0;
}

.menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 108px;
  background-image: url("../argo/9.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 8;
  /* Behind the blur */
  opacity: 0;
  /* Hidden until nav is active */
  transition: 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* When nav opens */
.menu-active-bg.menu-bg {
  opacity: 1;
  height: 100dvh;
}

.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 {
  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: flex-start;
  overflow-y: auto;
  overflow-x: hidden;
  /* or scroll */
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE/Edge */
  will-change: transform;
}

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

.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: 70px;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}

.menu-div-left a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.menu-div-left a::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 a:hover::before {
  width: 100%;
}

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

.menu-div-left-1 a {
  font-weight: 900;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: 2.13px;
  vertical-align: middle;
  color: white;
}

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

.menu-div-left-2 a::before,
.menu-div-left-2 a::after {
  display: none;
}

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

.inverted .lng {
  color: rgb(55, 55, 55);
}

.inverted .lngactive {
  color: #1B1E2B;
}

.inverted .menu-div-left-1 a {
  color: #1B1E2B;
}

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

.lngo a::before {
  display: none;
}

.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::before,
.menu-socials a::after {
  display: none;
}

.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(100dvh - 108px);
}

.menu-active .han-burger {
  transform: translateX(-50px);
  background-color: transparent !important;
}

.menu-active .han-burger::before {
  transform: rotate(25deg) translate(46px, -22px);
}

.menu-active .han-burger::after {
  transform: rotate(-25deg) translate(46px, 21px);
}

/* 1. The Wrapper: Holds the Title and the hidden menu */
.nav-item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Aligns items to the left */
}

/* 2. The Sub-menu container: Hidden by default */
.sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-left: 5px;
  /* Slight indent */
  display: flex;
  flex-direction: column;
  gap: 10px;
  /* Space between sub-links */
  transition: all 1000ms cubic-bezier(.215, .61, .355, 1);
}

/* 3. The Hover Trigger */
.nav-item-wrapper:hover .sub-menu {
  max-height: 200px;
  /* Adjust if menu is very long */
  opacity: 1;
  margin-top: 15px;
  /* Space between Title and Sub-menu */
  margin-bottom: 10px;
}

.nav-item-wrapper:hover .sub-menu {
  max-height: 300px;
  /* Adjust if menu is very long */
  opacity: 1;
  margin-top: 15px;
  /* Space between Title and Sub-menu */
  margin-bottom: 10px;
}

.nav-item-wrapper:hover .nav-item-wrapper-heading::before {
  width: 100%;
}

/* 4. Sub-menu Links Styling (Overriding the big header styles) */
.menu-div-left-1 .sub-menu a {
  font-size: 32px;
  /* Much smaller than the 60px headers */
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.7);
  /* Slightly transparent */
  text-transform: uppercase;
  transition: .3s;
}

/* Sub-menu hover effect (color brighten) */
.menu-div-left-1 .sub-menu a:hover {
  color: #FFFFFF;
}

/* Adjust the underline animation for sub-links to be thinner/subtler */
.menu-div-left-1 .sub-menu a::before {
  height: 4px;
  /* Thinner underline */
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.7);
}

/* INVERTED STATE (If you use the .inverted class for dark mode) */
.inverted .menu-div-left-1 .sub-menu a {
  color: rgba(27, 30, 43, 0.7);
}

.inverted .menu-div-left-1 .sub-menu a:hover {
  color: #1B1E2B;
}

.inverted .menu-div-left-1 .sub-menu a::before {
  background-color: #1B1E2B;
}

footer {
  background-color: white;
  padding: 60px 0;
  margin-top: 140px;
}

footer .main-button {
  min-width: 263px;
  display: flex;
  justify-content: center;
}

footer .button-black {
  color: #1B1E2B;
  border: 1px solid #1B1E2B;
  background-color: transparent;
}

footer .button-black:hover {
  background-color: #1B1E2B;
  color: white;
}

footer .button-black:hover svg {
  filter: brightness(1000000%);
}

footer h3 {
  grid-column: span 5;
  font-size: 38px;
  color: white;
  text-align: start;
  color: #1A1E25;
  margin-bottom: 12px;
  line-height: 1.2;
}

.footer-top-1 {
  grid-column: span 8;
}

.footer-top {
  padding-bottom: 48px;
}

.footer-top .maxw {
  align-items: center;
}

.footer-line {
  border-bottom: 1px solid #1A1E25;
  grid-column: span 12;
}

footer .button-black-inverted {
  background-color: #1A1E25;
  color: white;
}

footer .button-black-inverted svg {
  filter: brightness(100000%);
}

footer .button-black-inverted:hover {
  background-color: white;
  color: black;
}

footer .button-black-inverted:hover svg {
  filter: brightness(0%);
}

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

.sign-up {
  display: flex;
  gap: 20px;
  grid-column: 8/span 5;
  align-items: center;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 0px;
  justify-content: end;
}

.sign-up .button-black a {
  display: flex;
  align-items: center;
}

.sign-up .button-black svg {
  margin-right: 8px;
}

.sign-up input {
  border: 0;
  font-size: 20px;
  color: black;
  background-color: transparent;
  width: 100%;
}

.sign-up input:focus {
  outline: none;
}

.sign-up .sign-up input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6117647059);
}

.sign-up .sign-up input::placeholder {
  color: rgba(0, 0, 0, 0.6117647059);
}

.line {
  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 {
  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: 90px 0;
  display: flex;
  flex-direction: column;
}

.footer-logo-element {
  grid-column: span 2;
}

.footer-logo-element p {
  color: #1A1E25;
  margin-top: 25px;
  margin-bottom: 30px;
  opacity: 0.7;
}

.footer-logo-element p.p-footer-active {
  opacity: 1;
}

.footer-logo-element p:hover {
  opacity: 1;
}

.footer-logo {
  width: 100%;
}

.footer-logo img {
  width: 80%;
}

.footer-bottom a {
  opacity: 0.6;
  font-size: 15px;
  color: #1A1E25;
  transition: 0.3s;
}

.footer-bottom a img {
  opacity: 1 !important;
}

.footer-bottom a:hover {
  opacity: 1;
}

.footer-bottom .menu-socials {
  width: auto;
  background-color: transparent;
}

.footer-bottom .menu-socials img {
  filter: brightness(0%);
}

.footer-bottom div {
  color: #1A1E25;
  opacity: 0.6;
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.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;
  filter: brightness(0%);
}

.footer-socials a:hover img {
  opacity: 1;
}

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

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

.footer-text.footer-text-active {
  opacity: 1;
}

.footer-text {
  color: #1A1E25;
  opacity: 0.6;
  font-size: 27px;
  line-height: 30.5px;
  margin-bottom: 35px;
  align-items: end;
  justify-content: start;
  margin-left: -10px;
  transition: 0.3s;
  transition: 0.3s;
}

.footer-text img {
  transform: translate3d(-100%, 100%, 0);
  transition: 0.3s;
  opacity: 0;
  filter: brightness(0%);
  box-sizing: content-box;
  height: 16px;
  width: 16px;
}

.footer-text:hover {
  margin-left: 0px;
  opacity: 1;
}

.footer-text:hover img {
  height: 10px;
  width: 10px;
  padding-right: 10px;
  opacity: 1;
  transform: translate3d(0%, 0%, 0);
}

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

.footer-phone {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
  color: #1A1E25;
  font-family: "TT Norms Pro Expanded";
}

.footer-element-last-1 {
  opacity: 0.6;
}

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

.footer-last:hover {
  color: #1A1E25;
}

.footer-bottom {
  grid-column: span 12;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom img {
  filter: brightness(120%);
}

.flex {
  transition: 1s;
}

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

.inverted {
  background-color: white;
}

.inverted .flex {
  filter: brightness(0%);
}

.inverted .menu-text {
  color: #1B1E2B;
}

.inverted .han-burger::before,
.inverted .han-burger::after {
  background-color: #1B1E2B;
}

.inverted .han-burger {
  background-color: #1B1E2B;
}

.inverted .button-header {
  border: 1px solid #1B1E2B;
  background-color: #1B1E2B;
  color: white;
}

.inverted .button-header:hover {
  background-color: white;
  color: #1B1E2B;
}

.inverted .menu-div h1 {
  cursor: pointer;
  color: #1B1E2B !important;
}

.inverted .lngo {
  color: #1B1E2B !important;
}

.inverted .menu-div-secondary {
  color: #1B1E2B;
}

.inverted .menu-socials a img {
  filter: brightness(0%);
}

.inverted .menu-div-left a::before {
  background-color: #1B1E2B;
}

.inverted .lng .lngactive::before {
  background-color: #1B1E2B;
}

[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;
}

/*Section Video*/
.section-video-wrapper {
  grid-column: span 12;
}

.section-video-holder {
  padding-top: 55%;
  position: relative;
}

@media screen and (max-width: 1524px) {
  .navbar img {
    width: auto;
    height: 26px;
  }

  .footer-top-1 {
    grid-column: span 12;
  }

  .navbar {
    height: 90px;
  }

  .menu-active .menu-div {
    height: calc(100dvh - 90px);
  }
}

/* =========================================
   TABLET BREAKPOINT (max-width: 1024px)
   ========================================= */
@media screen and (max-width: 1024px) {

  /* --- 1. Typography Scaling (Tablet) --- */
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2 {
    font-size: 34px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 1.4;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 15px;
  }

  h6 {
    font-size: 30px;
    /* Scaled down similarly to h2 */
    line-height: 36px;
  }

  p {
    font-size: 15px;
  }

  /* --- 2. Structural Spacing --- */
  section {
    padding-top: 100px;
    /* Reduce from 140px */
  }

  .container {
    padding: 0 40px;
    /* Reduce from 50px */
  }

  /* --- 3. Menu Adjustments --- */
  .menu-div-left-1 a {
    font-size: 45px;
    /* Reduce menu link size */
    line-height: 1.2;
  }

  /* Footer Mobile */
  footer {
    margin-top: 80px;
    padding: 40px 0;
  }

  .footer-top .maxw {
    gap: 30px;
  }


  .sign-up {
    grid-column: span 12;
  }

  .footer-element {
    grid-column: span 6;
    padding: 48px 0;
  }

  .footer-text-element {
    grid-column: 1/span 6;
  }

  .footer-logo-element {
    grid-column: span 4;
  }

  .footer-element-last {
    padding-top: 0;
    padding-bottom: 70px;
  }

  .sign-up {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 15px;
  }

  .sign-up input {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
}

/* =========================================
   MOBILE BREAKPOINT (max-width: 768px)
   ========================================= */
@media screen and (max-width: 768px) {

  /* --- 1. Typography Scaling (Mobile) --- */
  h1 {
    font-size: 36px;
    line-height: 1.15;
    letter-spacing: 1px;
    /* Reduce spacing for mobile fit */
  }

  h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.3;
    text-align: left;
    /* Often reads better left-aligned on mobile */
  }

  h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  h5 {
    font-size: 14px;
    line-height: 1.5;
  }

  h6 {
    font-size: 24px;
    line-height: 1.2;
  }

  p {
    font-size: 16px;
    /* Keep legible */
    line-height: 1.6;
    width: 100% !important;
    /* Override desktop width restrictions */
  }

  .click-underline {
    font-size: 15px;
    /* Slightly smaller action links */
  }

  /* --- 2. Global Layout Resets --- */
  .grid {
    -moz-column-gap: 24px;
    column-gap: 24px;
    /* Space between stacked elements */
  }

  .container {
    padding: 0 24px;
    /* Standard mobile padding */
  }

  section {
    padding-top: 70px;
    /* Tighter spacing for mobile */
  }

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

  /* Menu Overlay Mobile */
  .menu-div {
    gap: 40px;
  }

  .menu-active .menu-div {
    height: calc(100dvh - 80px);
  }

  .menu-div-left-1 {
    gap: 30px;
    grid-column: span 12;
  }

  .menu-div-left-1 a {
    font-size: 34px;
    /* Much smaller to fit screen */
    line-height: 36px;
  }

  .menu-div-left-1 .sub-menu a {
    font-size: 22px;
  }

  .menu-div-right {
    grid-column: span 12;
    align-items: start;
  }

  .lng {
    justify-content: flex-start;
    /* Align languages to left */
    margin-top: 50px;
  }

  .menu-div-top .menu-socials {
    margin-top: 24px;
  }

  .menu-div-left {
    gap: 50px;
  }

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

  .navbar {
    padding: 0 24px;
    height: 80px;
  }

  .han-menu-full {
    padding-left: 0;
    width: auto;
    order: 2;
  }

  .footer-element {
    grid-column: span 12;
    padding: 50px 0;
    padding-bottom: 50px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }

  .footer-text {
    margin-bottom: 0px;
  }

  .footer-logo-element {
    grid-column: span 7;
    padding-top: 24px;
  }

  .footer-line {
    margin-top: 24px;
  }

  .footer-top {
    padding-bottom: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding-top: 60px;
  }

  .main-button {
    padding: 14px 43px;
  }

  .section-video-holder {
    padding-top: 150%;
    position: relative;
  }

  .menu-bg {
    height: 80px;
  }

  .menu-div-left {
    padding-top: 60px;
  }
}

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