/************************************************************ 
*************************************************************  GLOBAL  
*************************************************************/
:root {
  --color-white: #f1f1f1;
  --color-grey: #d3d7d9;
  --color-dark: #010f17;
  --color-orange: #fb943a;
  --color-light-blue: #67cacc;
  --color-dark-blue: #022c3d;
}

.color-white {
  color: var(--color-white);
}

.color-grey {
  color: var(--color-grey);
}

.color-dark {
  color: var(--color-dark);
}

.color-orange {
  color: var(--color-orange);
}

.color-light-blue {
  color: var(--color-light-blue);
}

.color-dark-blue {
  color: var(--color-dark-blue);
}

.bg-white {
  background-color: var(--color-white);
}

.bg-grey {
  background-color: var(--color-grey);
}

.bg-dark {
  background-color: var(--color-dark);
}

.bg-orange {
  background-color: var(--color-orange);
}

.bg-light-blue {
  background-color: var(--color-light-blue);
}

.bg-dark-blue {
  background-color: var(--color-dark-blue);
}

.border-bottom-orange {
  border-bottom: 1px solid var(--color-orange);
}

.border-bottom-light-blue {
  border-bottom: 1px solid var(--color-light-blue);
}

.border-bottom-dark-blue {
  border-bottom: 1px solid var(--color-dark-blue);
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-ExtraLight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Nohemi";
  src: url("fonts/Nohemi-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

.font-thin {
  font-family: "Nohemi", sans-serif;
  font-weight: 100;
}

.font-extra-light {
  font-family: "Nohemi", sans-serif;
  font-weight: 200;
}

.font-light {
  font-family: "Nohemi", sans-serif;
  font-weight: 300;
}

.font-regular {
  font-family: "Nohemi", sans-serif;
  font-weight: 400;
}

.font-medium {
  font-family: "Nohemi", sans-serif;
  font-weight: 500;
}

.font-semi-bold {
  font-family: "Nohemi", sans-serif;
  font-weight: 600;
}

.font-bold {
  font-family: "Nohemi", sans-serif;
  font-weight: 700;
}

.font-extra-bold {
  font-family: "Nohemi", sans-serif;
  font-weight: 800;
}

.font-black {
  font-family: "Nohemi", sans-serif;
  font-weight: 900;
}

* {
  margin: 0;
  padding: 0;
}

/* Base font size for smallest devices */
html {
  font-size: 12px;
}

/* Adjust font size for larger screens */
@media (min-width: 576px) {
  html {
    font-size: 14px; /* Small devices (phones) */
  }
}

@media (min-width: 768px) {
  html {
    font-size: 15px; /* Medium devices (tablets) */
  }
}

@media (min-width: 992px) {
  html {
    font-size: 16px; /* Large devices (desktops) */
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px; /* Extra large devices (large desktops) */
  }
}

html,
body {
  width: 100%;
  height: 100%;
  color: var(--color-dark);
  background-color: var(--color-beige);
  font-family: "Nohemi", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}

/************************************************************ 
*************************************************************  TEXTS   
*************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
a,
.display,
.display-name {
  font-style: normal;
  line-height: normal;
  font-weight: 400;
}

h1 i,
.h1 i,
h2 i,
.h2 i,
h3 i,
.h3 i,
h4 i,
.h4 i,
h5 i,
.h5 i,
a i,
.display i,
.display-name i {
  font-style: normal;
  line-height: normal;
  font-weight: 300;
  display: block;
}

i.inline {
  display: inline-block;
}

.display {
  font-size: 5.5625rem; /* 89px */
  line-height: 4.375rem; /* 70px */
  letter-spacing: 0.1113rem;
}

.display-name {
  font-size: 12rem; /* 192px */
  line-height: 7rem; /* 112px */
  letter-spacing: 0.125rem;
}

h1,
.h1 {
  font-size: 3.125rem; /* 50px */
  letter-spacing: -0.125rem;
}

h2,
.h2 {
  font-size: 2.75rem; /* 44px */
  letter-spacing: 0.0625rem;
}

h3,
.h3 {
  font-size: 2.375rem; /* 38px */
  letter-spacing: 0.0474rem; /* Adjusted for consistency */
}

h4,
.h4 {
  font-size: 1.75rem; /* 28px */
  letter-spacing: 0.0356rem; /* Adjusted for consistency */
}

h5,
.h5 {
  font-size: 1.3331rem; /* 21.33px */
  letter-spacing: 0.0267rem;
}

p,
.p {
  font-family: Nohemi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem; /* 120% */
  letter-spacing: 0.015rem;
}

.custom-font-size-1 {
  color: var(--color-white);
  font-family: Nohemi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2rem; /* 120% */
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}

.custom-font-size-2 {
  color: var(--color-white);
  font-family: Nohemi;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 6rem; /* 100% */
  letter-spacing: 0.09rem;
}

.custom-font-size-3 {
  color: var(--color-dark-blue);
  font-family: Nohemi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}

.custom-font-size-4 {
  color: var(--color-dark-blue);
  font-family: Nohemi;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.8rem; /* 120% */
  letter-spacing: 0.06rem;
}

.custom-font-size-5 {
  color: var(--color-dark-blue);
  font-family: Nohemi;
  font-size: 2rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.4rem; /* 120% */
  letter-spacing: 0.03rem;
}

.custom-font-size-6 {
  color: var(--color-grey);
  font-family: Nohemi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2rem; /* 120% */
  letter-spacing: 0.015rem;
}

.custom-font-size-7 {
  color: var(--color-grey);
  font-family: Nohemi;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-font-size-8 {
  color: var(--color-grey);
  font-family: Nohemi;
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: 1.2rem; /* 120% */
  letter-spacing: 0.015rem;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .display {
    font-size: 4rem; /* 64px */
    line-height: 3.125rem; /* 50px */
    letter-spacing: 0.1113rem;
  }

  .display-name {
    font-size: 10rem; /* 160px */
    line-height: 5.125rem; /* 82px */
    letter-spacing: 0.125rem;
  }

  h1,
  .h1 {
    font-size: 2.75rem; /* 44px */
    letter-spacing: -0.125rem;
  }

  h2,
  .h2 {
    font-size: 2.4375rem; /* 39px */
    letter-spacing: 0.0625rem;
  }

  h3,
  .h3 {
    font-size: 1.9375rem; /* 31px */
    letter-spacing: 0.0474rem; /* Adjusted for consistency */
  }

  h4,
  .h4 {
    font-size: 1.5625rem; /* 25px */
    letter-spacing: 0.0356rem; /* Adjusted for consistency */
  }

  h5,
  .h5 {
    font-size: 1.25rem; /* 20px */
    letter-spacing: 0.0267rem;
  }

  .custom-font-size-1 {
    font-size: 1.2rem; /* 14px */
    line-height: 1.05rem; /* 120% */
    letter-spacing: 0.013rem;
  }

  .custom-font-size-2 {
    font-size: 4rem; /* 64px */
    line-height: 4rem; /* 100% */
    letter-spacing: 0.072rem;
  }

  .custom-font-size-3 {
    font-size: 1.2rem; /* 14px */
    line-height: normal;
    letter-spacing: 0.013rem;
  }

  .custom-font-size-4 {
    font-size: 3rem; /* 48px */
    line-height: 3.6rem; /* 120% */
    letter-spacing: 0.048rem;
  }

  .custom-font-size-5 {
    font-size: 1.5rem; /* 24px */
    line-height: 1.8rem; /* 120% */
    letter-spacing: 0.024rem;
  }

  .custom-font-size-6 {
    font-size: 0.875rem; /* 14px */
    line-height: 1.05rem; /* 120% */
    letter-spacing: 0.013rem;
  }

  .custom-font-size-7 {
    font-size: 1.125rem; /* 18px */
    line-height: normal;
  }

  .custom-font-size-8 {
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.013rem;
  }
}

a {
  color: var(--color-white);
  font-family: Nohemi;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.045rem;
  transition: all 0.5s ease;
}

a.white {
  color: var(--color-white);
}

a.grey {
  color: var(--color-grey);
}

a.dark {
  color: var(--color-dark);
}

a.orange {
  color: var(--color-orange);
}

a.light-blue {
  color: var(--color-light-blue);
}

a.dark-blue {
  color: var(--color-dark-blue);
}

a:hover {
  color: var(--color-orange); /* Default hover color */
  text-decoration: underline;
  cursor: pointer;
}

a.hover-white:hover {
  color: var(--color-white);
}

a.hover-grey:hover {
  color: var(--color-grey);
}

a.hover-dark:hover {
  color: var(--color-dark);
}

a.hover-orange:hover {
  color: var(--color-orange);
}

a.hover-light-blue:hover {
  color: var(--color-light-blue);
}

a.hover-dark-blue:hover {
  color: var(--color-dark-blue);
}

.opacity-100 {
  opacity: 1;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-0 {
  opacity: 0;
}

/* Placeholder styles for Header */
header {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* sections */
section,
footer {
  padding: 4rem 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (max-width: 1000px) {
  section,
  footer {
    padding: 2rem 0;
    background-position: center; /* Ensures the background image remains centered */
  }
}

.hero {
  height: 70vh;
  min-height: 55rem;
}

.swiper-pagination {
  bottom: 4rem !important;
  z-index: 2 !important;
}
@media (max-width: 1000px) {
  .swiper-pagination {
    bottom: 1rem !important;
    z-index: 2 !important;
  }
}

.swiper-pagination-bullet {
  background-color: var(--color-white) !important;
  opacity: 0.5 !important;
  margin: 0 0.5rem !important;
  width: 0.8rem !important;
  height: 0.8rem !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--color-orange) !important;
  opacity: 1 !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

figure {
  margin: 0;
}

.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  visibility: hidden;
  transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
}

.fadeInUp.animate {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.header-transition {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.header-hidden {
  transform: translateY(-100%);
  opacity: 0;
}

.bg-black-50 {
  background-color: rgba(0, 0, 0, 0.2);
}
