@font-face {
  font-family: "Cormorant Regular";
  src: url("../fonts/cormorant.regular.otf") format("opentype");
}
@font-face {
  font-family: "Rubik Light";
  src: url("../fonts/Rubik-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Rubik Bold";
  src: url("../fonts/Rubik-Medium.ttf") format("truetype");
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Rubik Light";
  font-weight: 100;
  color: #232323;
  background-color: #fdfdfd;
  font-size: 18px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-display: swap;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
}

html {
  padding: 20px;
}

html.prevent-scroll {
  overflow: hidden;
}

h1 {
  font-family: "Cormorant Regular";
  color: #B8A89E;
  font-size: 4rem;
  line-height: 3rem;
  margin-bottom: 40px;
}

h2, h3 {
  font-family: "Rubik Light";
  color: #B8A89E;
  font-size: 1.5rem;
}

h3 {
  font-size: 1.2rem;
}

h2.text-uppercase {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: rgb(142, 138, 138);
}

.text-uppercase {
  text-transform: uppercase;
}

a {
  color: #B8A89E;
  position: relative;
}
a:after {
  transition: width 0.25s;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #B8A89E;
}
a:hover {
  cursor: pointer;
}
a:hover:after {
  width: 100%;
}

ol {
  margin-left: 45px;
  list-style-type: decimal-leading-zero;
}
ol li {
  margin-bottom: 20px;
}
ol li h3, ol li::marker {
  font-family: "Cormorant Regular";
  color: #232323;
  font-weight: bold;
  margin-bottom: 5px;
}
ol li::marker {
  font-size: 1.5rem;
  color: #B8A89E;
}

b, strong {
  font-family: "Rubik Bold";
}

.scroll-animate, .noscroll-animate {
  opacity: 0;
}

/* Home */
#home img {
  height: 160px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#home .lazy-background {
  height: calc(100vh - 40px);
}
#home .home__overtitle, #home .home__subtitle {
  color: #fdfdfd;
}
#home .home__overtitle {
  display: inline-block;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#home .home__subtitle {
  max-width: 400px;
  display: inline-block;
}

/* Services */
#services .service-content {
  position: relative;
}
#services .service-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(184, 168, 158, 0.3333333333);
}
#services * {
  color: #fdfdfd !important;
}

#info {
  background-color: #232323;
  color: #fdfdfd;
}

/* Content */
header {
  top: 0;
  position: fixed;
  z-index: 99;
  background-color: transparent;
  font-family: "Cormorant Regular";
  font-size: 24px;
  max-width: calc(100% - 40px);
}
header a {
  color: #fdfdfd;
}
header .container {
  padding-left: 20px;
  padding-right: 20px;
}
header.mode-white {
  background-color: #fdfdfd;
}
header.mode-white a {
  color: #B8A89E;
}
header.mode-white li.active a {
  border-bottom: 1px solid #B8A89E;
}
header .menu-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

footer {
  background-color: #8e8179;
  color: #fdfdfd;
}

.container:not(.container--header):not(.container--footer) {
  padding: 160px 20px;
}

.separate-background:nth-child(2n) {
  background-color: hsl(0, 0%, 96%);
}
.separate-background:nth-child(8) {
  margin-bottom: 0;
}

.vertical-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.background-filter {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* Form */
:focus {
  outline: none;
}

input, textarea {
  border: 2px solid #B8A89E;
  background-color: #fdfdfd;
  padding: 5px 10px;
  width: 100%;
}

.button {
  background-color: #B8A89E;
  color: #fdfdfd;
  border: 2px solid #B8A89E;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button.button--outline {
  background-color: transparent;
  color: #B8A89E;
  border: 2px solid #B8A89E;
}
.button.button--outline:hover {
  background-color: #B8A89E;
  color: #fdfdfd;
}

.form-container {
  max-width: 640px;
  margin: 0 auto;
}
.form-container .contact_gender {
  position: absolute;
  left: -9999px;
  overflow: hidden;
}

#more-info .more-info-content {
  text-align: center;
  background-color: hsl(0, 0%, 96%);
  padding: 20px;
  width: 210px;
  height: 210px;
}
#more-info .more-info-content img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}
#more-info .more-info-content span {
  display: block;
  margin-top: 16px;
  font-family: "Cormorant Regular";
  font-size: 1.2rem;
  color: #232323;
  position: relative;
  line-height: 1rem;
}

#price {
  text-align: center;
}

/* Gallery */
.gallery .gallery__img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* Alert */
.alert {
  padding: 5px 10px;
  margin-bottom: 10px;
}
.alert.alert--success {
  background-color: #A3DC9A;
  color: #518b48;
}
.alert.alert--error {
  background-color: #F75270;
  color: #c5092f;
}

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