:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;


  --blue-01: 34, 51, 59;

  --black-01: 10, 9, 8;

  --beige-01: 234, 224, 213;
  --beige-02: 198, 172, 142;



}


/* Playfair Display */
@font-face {
  font-family: Playfair Display;
  font-weight: 400;
  font-display: swap;
  src: url("./public/fonts/playfair_display/PlayfairDisplay-Regular.woff2") format("woff2"),
       url("./public/fonts/playfair_display/PlayfairDisplay-Regular.woff") format("woff");
}
@font-face {
  font-family: Playfair Display;
  font-weight: 500;
  font-display: swap;
  src: url("./public/fonts/playfair_display/PlayfairDisplay-Medium.woff2") format("woff2"),
       url("./public/fonts/playfair_display/PlayfairDisplay-Medium.woff") format("woff");
}
@font-face {
  font-family: Playfair Display;
  font-weight: 600;
  font-display: swap;
  src: url("./public/fonts/playfair_display/PlayfairDisplay-SemiBold.woff2") format("woff2"),
       url("./public/fonts/playfair_display/PlayfairDisplay-SemiBold.woff") format("woff");
}
@font-face {
  font-family: Playfair Display;
  font-weight: 700;
  font-display: swap;
  src: url("./public/fonts/playfair_display/PlayfairDisplay-Bold.woff2") format("woff2"),
       url("./public/fonts/playfair_display/PlayfairDisplay-Bold.woff") format("woff");
}
@font-face {
  font-family: Playfair Display;
  font-weight: 800;
  font-display: swap;
  src: url("./public/fonts/playfair_display/PlayfairDisplay-ExtraBold.woff2") format("woff2"),
       url("./public/fonts/playfair_display/PlayfairDisplay-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: Playfair Display;
  font-weight: 900;
  font-display: swap;
  src: url("./public/fonts/playfair_display/PlayfairDisplay-Black.woff2") format("woff2"),
       url("./public/fonts/playfair_display/PlayfairDisplay-Black.woff") format("woff");
}



/* Open Sans */
@font-face {
  font-family: Open Sans;
  font-weight: 300;
  font-display: swap;
  src: url("./public/fonts/open_sans/OpenSans-Light.woff2") format("woff2"),
       url("./public/fonts/open_sans/OpenSans-Light.woff") format("woff");
}
@font-face {
  font-family: Open Sans;
  font-weight: 400;
  font-display: swap;
  src: url("./public/fonts/open_sans/OpenSans-Regular.woff2") format("woff2"),
       url("./public/fonts/open_sans/OpenSans-Regular.woff") format("woff");
}
@font-face {
  font-family: Open Sans;
  font-weight: 500;
  font-display: swap;
  src: url("./public/fonts/open_sans/OpenSans-Medium.woff2") format("woff2"),
       url("./public/fonts/open_sans/OpenSans-Medium.woff") format("woff");
}
@font-face {
  font-family: Open Sans;
  font-weight: 600;
  font-display: swap;
  src: url("./public/fonts/open_sans/OpenSans-SemiBold.woff2") format("woff2"),
       url("./public/fonts/open_sans/OpenSans-SemiBold.woff") format("woff");
}
@font-face {
  font-family: Open Sans;
  font-weight: 700;
  font-display: swap;
  src: url("./public/fonts/open_sans/OpenSans-Bold.woff2") format("woff2"),
       url("./public/fonts/open_sans/OpenSans-Bold.woff") format("woff");
}
@font-face {
  font-family: Open Sans;
  font-weight: 800;
  font-display: swap;
  src: url("./public/fonts/open_sans/OpenSans-ExtraBold.woff2") format("woff2"),
       url("./public/fonts/open_sans/OpenSans-ExtraBold.woff") format("woff");
}




body,
html {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Playfair Display;
}

p {
  font-family: Open Sans;
  line-height: 1.5;
}

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

button {
  outline: none;
  stroke: none;
  border: none;
  cursor: pointer;
}


.visible {
  opacity: 1;
}

.invisible {
  opacity: 0;
}







/* .intro {
  position: fixed;
  z-index: 100;
  bottom: 100vh;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--blue-01), 1);

  display: flex;
  gap: 10px;
  align-items: center;

}

.intro_logo {
  width: 40px;
}

.intro_text_container {
  overflow: hidden;
}

p.intro_text {
  font-size: 24px;
  font-family: Playfair Display !important;
}

.intro_text {
  visibility: hidden;
  left: -20vw;
  position: relative;
} */







.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 5vw 0 5vw;

  grid-row: 1;
  grid-column: 1;
}

.mobile_nav {
  display: none;
}

.nav img {
  width: 250px;
}

.nav_links {
  display: flex;
  gap: 20px;
  font-size: 14px;
  align-items: center;
}

.nav_links button {
  padding: 5px 15px;
  background-color: rgb(var(--beige-02));
}









.footer_links {
  opacity: 0.7;
}









@media (max-width: 799px) {
  .non_mobile {
    display: none;
  }




  .nav_links {
    display: none;
  }

  .mobile_nav {
    display: block;
  }

  .nav img {
    width: 150px;
  }

  .mobile_nav .toggleMenu {
    width: 20px !important;
    z-index: 21;
  }

  .mobile_nav.active .toggleMenu {
    position: fixed;
    top: 32.5px;
    right: 5vw;
  }

  .mobile_nav.active .toggleMenu path {
    fill: black;
  }

  .mobile_links {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100vh;
    width: 100%;
    display: none;
    background-color: rgb(var(--beige-01));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 2s ease-in;
    color: black;
    gap: 20px;
  }

  .mobile_nav.active .mobile_links {
    display: flex;
  }

  .mobile_links a {
    color: black;
    font-size: 25px;
  }

  .mobile_links button {
    padding: 7.5px 15px;
    background-color: rgb(var(--blue-01));
    font-size: 18px;
    color: white;
  }

}









/* Animations */
@keyframes intro {
  0% {
    bottom: 0;
  }

  95% {
    bottom: 0;
  }

  100% {
    bottom: 100vh;
  }
}

@keyframes intro_logo {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }
}

@keyframes intro_text {
  0% {
    visibility: hidden;
  }

  30% {
    left: -20vw;
    position: relative;
    visibility: visible;
  }

  100% {
    position: relative;
    display: block;
    left: 0;
    visibility: visible;
  }
}


.mobile_nav.active .mobile_links {
  animation: mobile_menu 1s cubic-bezier(0, 0.24, 0, 0.99) forwards;
}

@keyframes mobile_menu {
  0% {
    position: fixed;
    top: -100vh;
    z-index: 20;
  }

  100% {
    position: fixed;
    top: 0;
    z-index: 20;
  }
}




@keyframes appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }

}

@keyframes horizontal_slide_in {
  from {
    position: relative;
    left: -50vw;
  }

  to {
    position: relative;
    left: 0;
  }

}

@keyframes vertical_slide_in {
  0% {
    transform: translateY(-50vh);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes high_vertical_slide_in {
  0% {
    transform: translateY(-500px);
  }

  100% {
    transform: translateY(0);
  }
}























.errorMessage, .successMessage {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 11px;
  
  animation: revealMessage 2s ease-out;
  
  
  position: fixed;
  bottom: 0;
  left: 0;
  
  width: calc(100% - 100px);
  min-height: 150px;
  padding: 20px 50px;
  border-radius: 15px 15px 0 0;
  z-index: 30;

  background-color: rgb(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
}
.errorMessage img, .successMessage img{
  width: 30px;
  height: auto;
}


@keyframes revealMessage {
  0% {
      top: 100vh;
  }
  100% {
      bottom: 0;
  }
}