body {
  margin: 0;
}

@font-face {
  font-family: "Comic Neue";
  src: url("../../../assets/fonts/ComicNeue-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Comic Neue";
  src: url("../../../assets/fonts/ComicNeue-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Dancing Script";
  src: url("../../../assets/fonts/DancingScript-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../../../assets/fonts/PlayfairDisplay-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Playfair Display";
  src: url("../../../assets/fonts/PlayfairDisplay-Italic.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
html, body {
  margin: 0;
  padding: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  position: static !important;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  font-family: "Comic Neue", sans-serif;
  font-size: 20px;
}

.main-content {
  color: #30401C;
}

.container {
  max-width: 1164px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

ul {
  margin: 0;
  padding: 0;
}

*:hover {
  transition: ease 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Dancing Script", sans-serif;
  margin: 0;
  color: #30401C;
}

h1, .h1 {
  font-size: 135px;
  font-family: "Comic Neue", sans-serif;
  text-align: center;
  font-weight: 400;
}

h2, .h2 {
  font-size: 70px;
}

h3, .h3 {
  font-size: 40px;
}
@media screen and (max-width: 769px) {
  h3, .h3 {
    font-size: 30px;
  }
}

.sub-title {
  font-family: "Playfair Display", sans-serif;
}

.wave {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
  left: 0;
}

.wave-top {
  position: absolute;
  top: -5px;
  z-index: 999;
  width: 100%;
  left: 0;
  transform: rotate(180deg);
}

.post, .page {
  margin: 0;
}

.site {
  background: #F8F7F3;
}

.anim {
  opacity: 0;
  transform: translateY(40px);
  transition: all 2s ease;
}

.anim.show {
  opacity: 1;
  transform: translate(0, 0);
}

.anim-left {
  transform: translateX(-60px);
}

.anim-right {
  transform: translateX(60px);
}

.anim-top {
  transform: translateY(-60px);
}

.anim-bottom {
  transform: translateY(60px);
}

.hero {
  position: relative;
  height: 100vh;
}
.hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.hero__background {
  height: 100%;
  width: 100%;
}
.hero__background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 769px) {
  .hero__background img {
    object-position: 37% 50%;
  }
}
.hero__title {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 3;
}
@media screen and (max-width: 769px) {
  .hero__title {
    top: 50%;
  }
}
.hero__title h1, .hero__title h2, .hero__title h3, .hero__title h4, .hero__title h5, .hero__title h6 {
  color: #fff;
  font-family: "Playfair Display", sans-serif;
  display: flex;
  line-height: 1;
  align-items: center;
  gap: 20px;
  margin-bottom: 13px;
}
.hero__title span {
  position: relative;
  width: 1px;
  height: 130px;
  margin-top: 20px;
  background: #fff;
  display: flex;
}
.hero__title-bottom {
  position: relative;
}
.hero__title-bottom em {
  font-family: "Dancing Script", sans-serif;
  font-size: 129px;
  width: 95px;
  font-weight: 300;
  margin-inline: -50px;
  opacity: 0.4;
}
.hero .wave {
  position: absolute;
  width: 100%;
  bottom: -60px;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  .hero .wave {
    bottom: -1px;
  }
}

.center-content {
  position: relative;
  background-color: #F8F7F3;
  padding-block: 40px 0;
  overflow: hidden;
}
.center-content__description h2 {
  letter-spacing: 9px;
}
@media screen and (max-width: 769px) {
  .center-content__description h2 {
    font-size: 40px;
  }
}
.center-content__description blockquote {
  margin: 50px 0 0;
  font-size: 18px;
}
.center-content__description blockquote strong {
  font-size: 17px;
}
.center-content__calendar {
  display: flex;
  justify-content: center;
  max-width: 450px;
  width: 100%;
  margin: 220px auto 0;
}
.center-content .decor-element {
  position: absolute;
  left: -145px;
  bottom: 26%;
  z-index: 1;
  transform: rotate(45deg);
  width: 500px;
}
.center-content .decor-element.right {
  left: unset;
  right: -145px;
  transform: scaleX(-1) rotate(45deg);
}

.image-content {
  position: relative;
  background-color: #F8F7F3;
  margin-top: -5px;
  overflow: hidden;
}
.image-content__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .image-content__intro {
    flex-direction: column;
    gap: 20px;
  }
}
.image-content__image {
  max-width: 532px;
}
@media screen and (max-width: 769px) {
  .image-content__image {
    max-width: 280px;
  }
}
.image-content__image img {
  width: 100%;
  object-fit: cover;
}
.image-content__description {
  max-width: 485px;
  text-align: center;
  font-size: 28px;
}
.image-content__description h3 {
  text-transform: uppercase;
}
.image-content__description p {
  font-size: 20px;
}

.content-image {
  background-color: #F8F7F3;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.content-image__intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .content-image__intro {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.content-image__image {
  max-width: 635px;
}
@media screen and (max-width: 769px) {
  .content-image__image {
    max-width: 500px;
  }
}
.content-image__image img {
  width: 100%;
  object-fit: cover;
}
.content-image__description {
  max-width: 455px;
  text-align: center;
  font-size: 28px;
}
.content-image__description h3 {
  text-transform: uppercase;
}
.content-image__description p {
  font-size: 20px;
}

.location {
  position: relative;
  padding-block: 0;
  background-color: #F8F7F3;
  overflow: hidden;
}
.location__our-photo {
  position: relative;
}
.location__our-photo img {
  height: 550px;
  object-fit: cover;
}
.location__title {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.location__title a {
  position: relative;
  color: #fff;
  border: 1px dashed #30401C;
  background: #30401C;
  padding: 8px;
  border-radius: 20px;
  text-decoration: none;
}
.location__image {
  margin-top: 50px;
  width: 100%;
  object-fit: cover;
}

.dress-code {
  position: relative;
  padding-block: 50px;
  background-color: #F8F7F3;
  overflow: hidden;
}
.dress-code__our-photo {
  position: relative;
}
.dress-code__our-photo img {
  height: 550px;
  object-fit: cover;
}
.dress-code__content {
  font-size: 28px;
  text-align: center;
}
.dress-code__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 50px;
}
.dress-code__list-item {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

.contact-form {
  background: #F8F7F3;
  overflow: hidden;
}
.contact-form__title {
  text-align: center;
}
.contact-form__form {
  margin-top: 50px;
  text-align: center;
}
.contact-form__form .form-inputs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
.contact-form__form .input-form p {
  margin: 0;
}
.contact-form__form .input-form input {
  border: 1px solid #30401C;
  border-radius: 3px;
  padding: 15px 10px;
  font-size: 22px;
  width: 100%;
}
.contact-form__form .wpcf7-submit {
  border: none;
  color: #fff;
  width: 100%;
  background: #30401C;
  font-size: 21px;
  padding: 19px;
}
.contact-form__form .checkbox {
  text-align: left;
}
.contact-form__form .checkbox .wpcf7-list-item {
  margin: 0;
}
.contact-form__form .checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-form__form .checkbox .wpcf7-list-item input {
  width: 22px;
  height: 22px;
}
.contact-form__form .checkbox .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-photo {
  position: relative;
}
.our-photo img {
  height: 550px;
  object-fit: cover;
  width: 100%;
}

.footer {
  background: #F8F7F3;
  position: relative;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 150px;
  left: 0;
  bottom: -5px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
.footer__content {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1.2;
  text-align: center;
  font-size: 29px;
  color: #fff;
}
.footer__description {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
}
.footer__image img {
  margin-bottom: -10px;
  height: 550px;
  object-fit: cover;
}

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