@charset "UTF-8";
/*
 * Theme Name: Mai Barre
 * 
 * NAIAD 2025
 */
/* ===== [ IMPORTANT NOTE ] ======
 * Please do not edit the compiled style.min.css file
 * (Those changes are going to be overwritten when compiled again).
 */
/* ===== [ HOW TO COMPILE ] ======
 * Prerequisites: Sass
 * 
 * [RUN COMMAND INSIDE _root_ FOLDER]
 * The following command will compile scss assets to css
 *
 → sass --watch assets/scss/style.scss:style.min.css --style compressed
 */
.fade-in,
.animate-on-scroll,
.stagger-on-scroll,
.stagger-fast-on-scroll,
.blast-on-scroll {
  opacity: 0;
  will-change: scroll-position;
}

.stagger-on-scroll.animate,
.stagger-fast-on-scroll.animate,
.blast-on-scroll.animate {
  opacity: 1;
}
.stagger-on-scroll.animate .blast,
.stagger-fast-on-scroll.animate .blast,
.blast-on-scroll.animate .blast {
  display: inline-block;
}

.fade-in.animate {
  animation-name: d;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.animate-on-scroll.animate {
  animation-name: a;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

@keyframes a {
  0% {
    opacity: 0;
    -webkit-backface-visibility: hidden;
  }
  to {
    opacity: 1;
    -webkit-backface-visibility: hidden;
  }
}
@keyframes d {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-backface-visibility: hidden;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 15px));
  }
}
html, body {
  font-family: "Karla";
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.1px;
  -webkit-font-smoothing: antialiased;
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  margin: 0;
  background-color: rgb(253, 253, 248);
}

figure {
  height: 100%;
  width: 100%;
  margin: 0;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    color: rgb(189, 126, 129);
  }
}

ul {
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}

.d-none {
  display: none;
}

@media (min-width: 720px) {
  .d-md-none {
    display: none !important;
  }
}

@media (min-width: 720px) {
  .d-md-flex {
    display: flex;
  }
}

.mx-auto {
  margin: auto;
}

.visibility-hidden {
  visibility: hidden;
  position: absolute;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 720px) {
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.row {
  display: flex;
}

.classes-cursor {
  display: none;
}
@media (min-width: 992px) {
  .classes-cursor {
    position: fixed;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 9999999;
    margin-left: -45px;
    margin-top: -20px;
    opacity: 0;
    transition: transform 0.2s, opacity 0.3s ease;
  }
}

@font-face {
  font-family: "Karla";
  src: url("../mai-theme/assets/fonts/Karla-Regular.woff2") format("woff2"), url("../mai-theme/assets/fonts/Karla-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Karla Medium";
  src: url("../mai-theme/assets/fonts/Karla-Medium.woff2") format("woff2"), url("../mai-theme/assets/fonts/Karla-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Light";
  src: url("../mai-theme/assets/fonts/Cormorant-Light.woff2") format("woff2"), url("../mai-theme/assets/fonts/Cormorant-Light.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cormorant Bold";
  src: url("../mai-theme/assets/fonts/Cormorant-Bold.woff2") format("woff2"), url("../mai-theme/assets/fonts/Cormorant-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
h1, .h1 {
  font-family: "Cormorant Light";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 95%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 720px) {
  h1, .h1 {
    font-size: clamp(3.75rem, 6.818vw - 0.614rem, 4.5rem);
  }
}

h2, .h2 {
  font-family: "Cormorant Light";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 95%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 720px) {
  h2, .h2 {
    font-size: clamp(2rem, 1.848vw + 1.522rem, 3rem);
  }
}

h3, .h3 {
  font-family: "Cormorant Light";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 95%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 720px) {
  h3, .h3 {
    font-size: clamp(1.25rem, 2.273vw - 0.205rem, 1.5rem);
  }
}

h4, .h4 {
  font-family: "Karla Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.7px;
  margin: 0;
  text-transform: none;
}
@media (min-width: 720px) {
  h4, .h4 {
    font-size: clamp(1.25rem, 6.818vw - 3.114rem, 2rem);
  }
}

h5, .h5 {
  font-family: "Cormorant Bold";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}

h6, .h6 {
  font-family: "Karla Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: normal;
  margin: 0;
  text-transform: none;
}

.subtitle {
  font-family: "Cormorant Light";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 95%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 720px) {
  .subtitle {
    font-size: clamp(3.125rem, 6.818vw - 1.239rem, 3.875rem);
  }
}

p {
  font-size: clamp(0.875rem, 0.231vw + 0.815rem, 1rem);
  line-height: 150%;
  margin: 0;
}

.col-2 {
  flex: 0 0 auto;
  width: 14.8%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 31%;
}
@media (min-width: 1400px) {
  .col-4 {
    width: 31.79%;
  }
}

.col-5 {
  flex: 0 0 auto;
  width: 40.3%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 720px) {
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-6sm {
    width: 46%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
}
@media (min-width: 720px) and (max-width: 991.98px) {
  .col-md-6 {
    width: 46%;
  }
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 31.1%;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .col-lg-4 {
    width: 30.64%;
  }
}
@media (min-width: 992px) {
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
}
.hero {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.hero figcaption {
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 3;
  padding-bottom: 64px;
  padding-top: 24px;
  background: linear-gradient(180deg, transparent 57.29%, rgba(0, 0, 0, 0.7));
  background-blend-mode: darken;
}
@media (min-width: 992px) {
  .hero figcaption {
    padding-bottom: 88px;
  }
}

header {
  position: fixed;
  z-index: 99;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  padding: 9px;
}
@media (max-width: 719.98px) {
  header {
    bottom: 0;
    left: 0;
    padding: 0;
  }
}
header .nav {
  display: flex;
  align-items: end;
  color: #010200;
  list-style: none;
  gap: 24px;
}
@media (min-width: 720px) {
  header .nav {
    align-items: center;
    gap: 20px;
  }
}
header .nav-wrapper {
  display: flex;
  align-items: flex-end;
  background-color: rgb(253, 253, 248);
  border: 1px solid #e7e6e2;
  padding: 12px 16px;
  gap: 16px;
}
@media (max-width: 719.98px) {
  header .nav-wrapper {
    width: 100vw;
    justify-content: space-between;
  }
}
@media (min-width: 720px) {
  header .nav-wrapper {
    padding: 10px 16px;
    border-radius: 15px;
    align-items: center;
  }
}
@media (min-width: 992px) {
  header .nav-wrapper {
    padding: 12px 24px;
    border-radius: 15px;
    align-items: center;
  }
}
header .nav_item {
  text-align: center;
}
@media (max-width: 719.98px) {
  header .nav_item a {
    font-size: 10px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }
}
@media (hover: hover) {
  header .nav_item a:hover {
    color: rgb(189, 126, 129);
  }
}
header .nav_item.current {
  border-bottom: 1px solid #010200;
  pointer-events: none;
}
header .logo {
  max-height: 20px;
  width: auto;
}
@media (min-width: 720px) {
  header .logo {
    max-height: 24px;
  }
}
@media (min-width: 992px) {
  header .logo {
    max-height: 32px;
  }
}
@media (min-width: 720px) {
  header .link-mobile {
    display: none;
  }
}
@media (max-width: 719.98px) {
  header .link-desktop {
    display: none;
  }
}
header svg.calendar {
  padding-bottom: 5px;
}
header svg.contact {
  padding-bottom: 3px;
}
header svg.about {
  padding-bottom: 1px;
}

.headroom {
  will-change: transform;
}
@media (min-width: 720px) {
  .headroom {
    transition: transform 200ms linear;
  }
  .headroom--pinned {
    transform: translateY(0%);
  }
  .headroom--unpinned {
    transform: translateY(-116%);
  }
}

footer {
  background-color: #D7CFC4;
  padding: 80px 0;
}
footer .inner {
  border: 0;
  border-top: 1px solid #010200;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 720px) {
  footer .inner {
    flex-direction: row;
  }
}
footer .inner .footer-menu {
  width: 100%;
  border: 0;
}
@media (min-width: 720px) {
  footer .inner .footer-menu {
    border-right: 1px solid #010200;
    width: 70%;
  }
}
@media (min-width: 992px) {
  footer .inner .footer-menu {
    width: 62.7%;
  }
}
footer .inner .footer-menu .menus {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 720px) {
  footer .inner .footer-menu .menus {
    justify-content: flex-start;
  }
}
footer .inner .footer-menu .menus .wrapper {
  padding-top: 39px;
  width: auto;
}
@media (min-width: 720px) {
  footer .inner .footer-menu .menus .wrapper {
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .inner .footer-menu .menus .wrapper {
    width: 40.8%;
  }
}
footer .inner .footer-menu .menus .wrapper ul {
  padding-top: 10px;
}
footer .inner .footer-menu .menus .wrapper ul li {
  list-style-type: none;
}
footer .inner .footer-menu .menus .wrapper ul li:not(:last-of-type) {
  padding-bottom: 5px;
}
footer .inner .footer-menu .legals {
  padding-top: 136px;
  display: flex;
}
footer .inner .footer-menu .legals .item {
  width: 45%;
}
@media (min-width: 720px) {
  footer .inner .footer-menu .legals .item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  footer .inner .footer-menu .legals .item {
    width: 40.8%;
  }
}
footer .inner .footer-menu .legals .item.links {
  display: flex;
  gap: 20px;
  width: 55%;
  justify-content: space-between;
}
@media (min-width: 720px) {
  footer .inner .footer-menu .legals .item.links {
    width: 50%;
    gap: 32px;
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  footer .inner .footer-menu .legals .item.links {
    width: 40.8%;
  }
}
@media (min-width: 1200px) {
  footer .inner .footer-menu .legals .item.links {
    gap: 81px;
  }
}
footer .inner .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #010200;
}
@media (min-width: 720px) {
  footer .inner .footer-logo {
    width: 30%;
    border-bottom: 0;
  }
}
@media (min-width: 992px) {
  footer .inner .footer-logo {
    width: 37.3%;
  }
}
footer .inner .footer-logo svg {
  max-width: 160px;
}
@media (min-width: 720px) {
  footer .inner .footer-logo svg {
    transform: translateX(10px);
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  footer .inner .footer-logo svg {
    max-width: 200px;
    transform: translateX(20px);
  }
}
@media (min-width: 1200px) {
  footer .inner .footer-logo svg {
    transform: translateX(40px);
    max-width: 321px;
  }
}

.btn {
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_pink {
  background-color: rgb(189, 126, 129);
  color: rgb(253, 253, 248);
  height: 100%;
  padding: 0px 24px;
  border: 1px solid rgb(189, 126, 129);
}
@media (hover: hover) {
  .btn_pink:hover {
    background-color: #e7e6e2;
    color: rgb(189, 126, 129);
    border-color: rgb(189, 126, 129);
  }
}
.btn_white {
  background-color: rgb(253, 253, 248);
  border: 1px solid #e7e6e2;
  color: #010200;
  padding: 9.5px 13px;
  max-height: fit-content;
  width: max-content;
}
@media (hover: hover) {
  .btn_white:hover {
    background-color: #D7CFC4;
    border-color: #D7CFC4;
    color: #010200;
  }
}
.btn_sand {
  background-color: #e7e6e2;
  border: 1px solid #8F9271;
  color: #010200;
  padding: 9.5px 13px;
  max-height: fit-content;
  width: max-content;
}
@media (hover: hover) {
  .btn_sand:hover {
    background-color: #8F9271;
    border-color: #8F9271;
    color: rgb(253, 253, 248);
  }
}
.btn_sm {
  background-color: rgb(253, 253, 248);
  border: 1px solid rgb(253, 253, 248);
  color: #010200;
  padding: 1px 10px 2px;
  max-height: fit-content;
  width: max-content;
}
@media (hover: hover) {
  .btn_sm:hover {
    background-color: #D7CFC4;
    border-color: #D7CFC4;
    color: #010200;
  }
}

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