@charset "UTF-8";
.menuOpen .navigation {
  visibility: visible;
}
.menuOpen .navigation .navigation__info {
  transform: translateX(0%);
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.menuOpen .navigation .navigation__main {
  opacity: 1;
  transform: translateX(0%) scale(1);
  transition-delay: 100ms;
  transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.menuOpen .navigation .navigation__submenu {
  transform: translateX(0%);
  transition-delay: 200ms;
}
.menuOpen .navigation .navigation__submenu .glass {
  transform: translateX(0%);
  transition-delay: 350ms;
}
.menuOpen .menuController .line {
  background-color: black;
  mix-blend-mode: initial;
}
.menuOpen .menuController .line.first, .menuOpen .menuController .line.second, .menuOpen .menuController .line.third {
  margin-top: 0px;
  background: rgb(0, 0, 0);
  transform-origin: center center;
}
.menuOpen .menuController .line.first {
  transform: rotate(225deg);
}
.menuOpen .menuController .line.second {
  width: 0px;
  opacity: 1;
}
.menuOpen .menuController .line.third {
  transform: rotate(-225deg);
}

.menuController {
  z-index: 10001;
  width: 40px;
  height: 40px;
  will-change: transform;
  cursor: pointer;
  position: fixed;
  top: 6px;
  left: 11px;
  padding: 33px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translateX(10%);
  transition: transform 500ms ease-in 0s;
  background-color: transparent;
}
.scrolled .menuController {
  transform: translateX(0%);
}
.menuController .menuLines {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.menuController .line {
  width: 40px;
  height: 1px;
  background: rgb(255, 255, 255);
  transition: all 500ms cubic-bezier(0, 0.65, 0.12, 1.25);
}
.menuController .line.first {
  margin-top: 0px;
}
.menuController .line.second {
  margin-top: 6px;
}
.menuController .line.third {
  margin-top: 6px;
}
.menuController:hover .line {
  transform: scale(1);
}
.menuController:hover .line.first {
  margin-left: 8px;
}
.menuController:hover .line.third {
  margin-left: 8px;
}

.buttonController {
  position: fixed;
  z-index: 10001;
  top: 4px;
  right: 11px;
  border-radius: 60px;
  overflow: hidden;
  transform: translateX(-10%);
  opacity: 1;
  transition: all 500ms ease-in 0s;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scrolled .buttonController {
  transition: transform 500ms cubic-bezier(0.17, 0.67, 0.52, 0.92) 0.6s, opacity 500ms cubic-bezier(0.17, 0.67, 0.52, 0.92) 0.6s;
  transform: translateY(0%);
  opacity: 1;
}
.scrolled .buttonController a.book {
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 1s cubic-bezier(1, 0, 0, 1);
  transition-delay: 0.8s;
}
.scrolled .buttonController a.book:hover {
  background-color: rgb(255, 255, 255);
  color: black;
  transition: all 1s ease-out;
  transition-delay: 0s;
}
.buttonController a {
  display: inline-block;
  color: white;
  padding: 24px 10px;
  transition: all 0.3s cubic-bezier(1, 0, 0, 1);
}
.buttonController a:hover {
  background-color: white;
  color: black;
}
.buttonController a.book {
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0);
}
.buttonController a:first-child {
  padding-left: 30px;
}

.navigation {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
}
.navigation .media-wrapper {
  inset: 0;
  left: 40%;
  position: absolute;
  overflow: hidden;
}
.navigation .media-wrapper .media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
.navigation .media-wrapper .media .mediaHolder {
  height: 100vh;
  width: 100%;
}
.navigation .media-wrapper .media .mediaHolder .videoContainer {
  z-index: 1;
  position: absolute;
  overflow: hidden;
  inset: 0;
}
.navigation .media-wrapper .media .mediaHolder .videoContainer video {
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.navigation .media-wrapper .media .glass {
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  inset: 0;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.navigation .media-wrapper .media .glass ul {
  width: 100%;
}
.navigation .media-wrapper .media .glass a {
  font-size: 28px;
  display: inline-block;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-weight: 500;
}
.navigation .navigation__info {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.3) 4px 0px 14px 0px;
  z-index: 10;
  transform: translateX(-100%);
  transition: all 400ms ease-in 0ms;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #f7f2ee 75%, #c9c3c2 100%);
  overflow: hidden;
}
.navigation .navigation__info .decoration {
  position: absolute;
  top: 170px;
  left: 0;
  width: 200%;
  height: 80px;
  background-color: white;
  transform: translateX(-33%) rotate(6deg);
}
.navigation .navigation__info .wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.navigation .navigation__info .wrapper ul {
  overflow: hidden;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navigation .navigation__info .wrapper ul:last-child {
  border-bottom: none;
}
.navigation .navigation__info .wrapper ul li {
  display: block;
  position: relative;
}
.navigation .navigation__info .wrapper ul li a {
  transition: all 300ms ease-in-out;
  position: relative;
  overflow: hidden;
  display: block;
}
.navigation .navigation__info .wrapper ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(0, 0, 0);
  transition: all 300ms ease-out;
  transform: scaleX(0);
}
.navigation .navigation__info .wrapper ul li a:hover {
  font-weight: 600;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.navigation .navigation__info ul li a {
  display: block;
  text-align: center;
  padding: 10px 0px;
  color: rgb(117, 117, 117);
}
.navigation .navigation__main {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 20%;
  bottom: 0;
  width: 20%;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-180%);
  opacity: 1;
  transition: all 400ms ease-in 0ms;
  box-shadow: rgba(0, 0, 0, 0.3) 8px 0px 14px 0px;
  background: linear-gradient(to bottom, #f7f2ee 75%, #c9c3c2 100%);
  overflow: hidden;
}
.navigation .navigation__main ul {
  width: 100%;
}
.navigation .navigation__main ul li {
  font-size: 28px;
}
.navigation .navigation__main ul li a {
  display: inline-block;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all 0.3s ease-out;
  position: relative;
  min-width: 300px;
  margin-bottom: 5px;
  perspective: 1000px;
}
.navigation .navigation__main ul li a .wrapper {
  overflow: hidden;
}
.navigation .navigation__main ul li a:after {
  content: "›";
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  font-size: 58px;
  color: rgba(0, 0, 0, 0.3);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 300ms ease-out;
}
.navigation .navigation__main ul li a:before {
  content: "";
  inset: 0;
  width: 100%;
  background: linear-gradient(to right, white 40%, rgba(0, 0, 0, 0));
  position: absolute;
  border-top-right-radius: 34px;
  border-bottom-right-radius: 34px;
  transform: translateX(-100%);
  transition: transform 0.8s ease-out;
}
.navigation .navigation__main ul li a.menuHover:after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.navigation .navigation__main ul li a.menuHover:before {
  transform: translateX(0%);
}
.navigation .navigation__main ul li a h5 {
  color: #757575;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  font-weight: 300;
  padding: 0;
  margin: 0;
}
.navigation .navigation__main ul li a span {
  font-size: 16px;
  display: block;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  margin-top: 5px;
}
.navigation .navigation__submenu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 50%;
  z-index: 4;
}

.glass {
  --saturation: 150%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(6px) url(#glass-blur);
          backdrop-filter: blur(6px) url(#glass-blur);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 2px 1px rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
}

footer {
  background-color: transparent;
  position: relative;
  padding-top: 40px;
  color: #656675;
  font-weight: 300;
  font-family: "Geometria";
}
footer .si {
  opacity: 0.6;
}
footer .info {
  padding-bottom: 40px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: white;
  z-index: 1;
  position: relative;
}
footer .img {
  width: 100%;
  height: calc(100vh - 221px);
  background-image: url("../assets/slide1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin-top: -80px;
  z-index: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
footer .img .logo {
  z-index: 2;
  color: white;
  font-weight: 100;
  text-align: center;
  position: relative;
}
footer .img .logo div {
  padding-top: 5px;
  font-size: 16px;
}
footer .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
footer .contact a {
  display: inline-block;
  margin-left: 20px;
}
footer address {
  font-style: normal;
  font-weight: 300;
}
footer .social-list {
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .social-list > li {
  display: inline-block;
  padding-left: 6px;
}
footer .social-list > li a {
  color: #656675;
}
footer .footer-main-menu {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-top: 30px;
}
footer .footer-main-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer .footer-main-menu ul li {
  display: inline-block;
  margin-right: 10px;
}

.vibrant {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: white;
  overflow: hidden;
}
.vibrant .vibrant-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ffffff 0%, #ffe6df 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
}
.vibrant .vibrant-wrapper .text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50vh;
}
.vibrant .vibrant-wrapper .text-wrapper .text {
  font-size: 60px;
}
.vibrant .vibrant-wrapper .videos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vibrant .vibrant-wrapper .videos .video-wrapper {
  margin: 0px 2vw;
  margin-bottom: 20px;
}
.vibrant .vibrant-wrapper .videos video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}

.vibrant-details {
  padding: 100px 0px;
  background-color: #f7f2ee;
  position: relative;
}
.vibrant-details .container {
  width: calc(100% - 2vw);
}
.vibrant-details img {
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.vibrant-details .spacing {
  margin-bottom: 120px;
}
.vibrant-details .auto {
  max-width: 100%;
}
.vibrant-details .auto.v {
  height: 60vh;
  max-height: 60vh;
}
.vibrant-details .auto.paddingLeft {
  width: 80%;
}
.vibrant-details .auto.v80 {
  max-width: 80%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.vibrant-details .full-height {
  max-width: 100%;
  height: 100vh;
}
.vibrant-details p {
  font-size: 28px;
  padding: 30px;
  padding-left: 4vw;
  padding-right: 4vw;
  line-height: 42px;
  font-family: "Geometria";
  padding-left: 0;
}
.vibrant-details .second-row {
  padding-top: 150px;
}
.vibrant-details .second-row p {
  margin-bottom: 120px;
}/*# sourceMappingURL=main-menu.css.map */