.homeCover {
  background: url(../images/cover-bg.png) #bfbba0;
  background-size: cover;
  background-position: center center;
}
.homeCover__text {
  max-width: 400px;
  margin: 64px auto 0;
}
.homeCover__text h1 {
  color: var(--color-primary);
  font-family: var(--font-neverletgo);
  font-size: 52px;
  text-align: center;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .homeCover__text h1 {
    font-size: 86px;
  }
}
.homeCover__text_underline {
  margin-bottom: 42px;
}
.homeCover__text__description {
  font-size: 16px;
  line-height: 1.4;
  color: var(--color-secondary);
  text-align: center;
  margin: 0 auto 36px;
  max-width: 800px;
}
@media (min-width: 1200px) {
  .homeCover__text__description {
    font-size: 28px;
    margin-bottom: 56px;
  }
}
.homeCover__text__buttons {
  padding: 0 20px;
  margin-bottom: 56px;
}
.homeCover__text__buttons .btn {
  margin: 8px 0;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .homeCover__text__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 64px;
  }
  .homeCover__text__buttons .btn {
    width: 350px;
  }
}
@media (min-width: 1200px) {
  .homeCover__text__buttons {
    margin-bottom: 128px;
  }
}
@media (min-width: 768px) {
  .homeCover__text {
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .homeCover__text {
    max-width: 1100px;
  }
}

.welcome {
  position: relative;
  padding: 90px 0 0;
  background: url(../images/welcome_bg.png);
  background-size: cover;
  background-position: center center;
  color: white;
  overflow-x: hidden;
}
.welcome .container {
  padding: 0;
  max-width: 1000px;
}
@media (min-width: 1024px) {
  .welcome .container {
    padding: 0 25px;
  }
}
.welcome__title {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
  padding: 0 25px;
}
.welcome__title h2 {
  font-family: var(--font-neverletgo);
  font-size: 64px;
  line-height: 1;
  color: var(--color-tertiary);
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .welcome__title h2 {
    font-size: 64px;
  }
}
.welcome__title__underline {
  width: 100%;
  margin: 8px auto 16px;
}
.welcome__wrapperContent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.welcome__wrapperContent__image {
  position: relative;
}
.welcome__wrapperContent__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 165%;
}
.welcome__wrapperContent__image > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.welcome__wrapperContent__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.welcome__wrapperContent__image {
  width: 50%;
}
@media (min-width: 1024px) {
  .welcome__wrapperContent__image img {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .welcome__wrapperContent__image:nth-child(1) {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .welcome__wrapperContent__image:nth-child(3) {
    order: 3;
  }
}
@media (min-width: 768px) {
  .welcome__wrapperContent__image {
    position: relative;
  }
  .welcome__wrapperContent__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .welcome__wrapperContent__image > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .welcome__wrapperContent__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .welcome__wrapperContent__image {
    position: relative;
  }
  .welcome__wrapperContent__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .welcome__wrapperContent__image > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .welcome__wrapperContent__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .welcome__wrapperContent__image {
    width: 30%;
    order: 2;
  }
}
.welcome__wrapperContent .imageBgLine:after {
  display: none;
  height: 100%;
}
@media (min-width: 1024px) {
  .welcome__wrapperContent .imageBgLine:after {
    display: block;
    transform: translate(0, 50px);
  }
}
.welcome__wrapperContent__description {
  width: 100%;
  padding: 50px 25px;
  background: var(--color-tertiary);
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.welcome__wrapperContent__description img {
  max-width: 175px;
}
.welcome__wrapperContent__description .btn {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .welcome__wrapperContent__description {
    width: 40%;
    order: 2;
  }
}
.welcome__wrapperContent .squareBorder {
  position: absolute;
  border: #A18541 2px solid;
  width: 80%;
  height: 35%;
  margin: auto;
  z-index: 0;
  top: -24px;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .welcome__wrapperContent .squareBorder {
    display: none;
  }
}
@media (min-width: 1024px) {
  .welcome__wrapperContent {
    align-items: stretch;
  }
}
.welcome__outsideImage {
  position: absolute !important;
  display: none;
  height: 100%;
  top: 0;
}
.welcome__outsideImage__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.welcome__outsideImage .imageAspectRatio {
  width: 190px;
  position: relative;
}
.welcome__outsideImage .imageAspectRatio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 294.7368421053%;
}
.welcome__outsideImage .imageAspectRatio > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.welcome__outsideImage .imageAspectRatio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.welcome__outsideImage .imageAspectRatio {
  margin-top: 150px;
}
.welcome__outsideImage img {
  position: relative;
  z-index: 2;
}
.welcome__outsideImage:nth-child(2) {
  left: 0;
}
.welcome__outsideImage:nth-child(3) {
  right: 0;
}
.welcome__outsideImage:nth-child(3) .welcome__outsideImage__content {
  justify-content: flex-end;
}
.welcome__outsideImage .imageBgLine:after {
  height: 100%;
}
@media (min-width: 1500px) {
  .welcome__outsideImage {
    display: block;
  }
}
@media (min-width: 1024px) {
  .welcome {
    padding: 90px 0 150px;
  }
}

.culinaryJourney {
  background: url(../images/culinaryJourney_bg.png);
  background-size: cover;
  background-position: top left;
  color: white;
  padding: 90px 0;
}
@media (min-width: 1024px) {
  .culinaryJourney .container {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1023px) {
  .culinaryJourney .culinaryJourney__imageWrapper:after {
    right: 0;
    left: 0;
    margin: auto;
    top: -8%;
  }
}
.culinaryJourney__imageWrapper .imageAspectRatio, .culinaryJourney__imageWrapper2 .imageAspectRatio {
  height: 100%;
  position: relative;
}
.culinaryJourney__imageWrapper .imageAspectRatio:before, .culinaryJourney__imageWrapper2 .imageAspectRatio:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 91.4285714286%;
}
.culinaryJourney__imageWrapper .imageAspectRatio > .bgImg, .culinaryJourney__imageWrapper2 .imageAspectRatio > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.culinaryJourney__imageWrapper .imageAspectRatio > .content, .culinaryJourney__imageWrapper2 .imageAspectRatio > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .culinaryJourney__imageWrapper .imageAspectRatio, .culinaryJourney__imageWrapper2 .imageAspectRatio {
    position: relative;
  }
  .culinaryJourney__imageWrapper .imageAspectRatio:before, .culinaryJourney__imageWrapper2 .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 50%;
  }
  .culinaryJourney__imageWrapper .imageAspectRatio > .bgImg, .culinaryJourney__imageWrapper2 .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .culinaryJourney__imageWrapper .imageAspectRatio > .content, .culinaryJourney__imageWrapper2 .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .culinaryJourney__imageWrapper .imageAspectRatio, .culinaryJourney__imageWrapper2 .imageAspectRatio {
    position: relative;
  }
  .culinaryJourney__imageWrapper .imageAspectRatio:before, .culinaryJourney__imageWrapper2 .imageAspectRatio:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 190.7894736842%;
  }
  .culinaryJourney__imageWrapper .imageAspectRatio > .bgImg, .culinaryJourney__imageWrapper2 .imageAspectRatio > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .culinaryJourney__imageWrapper .imageAspectRatio > .content, .culinaryJourney__imageWrapper2 .imageAspectRatio > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .culinaryJourney__imageWrapper, .culinaryJourney__imageWrapper2 {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .culinaryJourney__imageWrapper, .culinaryJourney__imageWrapper2 {
    width: 30%;
  }
}
.culinaryJourney__imageWrapper2 {
  display: none;
}
@media (min-width: 1024px) {
  .culinaryJourney__imageWrapper2 {
    display: block;
  }
}
.culinaryJourney__textWrapper {
  background-color: var(--color-secondary);
  padding: 56px 24px;
  text-align: center;
}
@media (min-width: 1024px) {
  .culinaryJourney__textWrapper {
    width: 50%;
    text-align: left;
    padding: 86px 60px;
  }
}
@media (min-width: 1200px) {
  .culinaryJourney__textWrapper {
    width: 40%;
  }
}
.culinaryJourney__description {
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .culinaryJourney {
    padding: 200px 0;
    background-position: center center;
  }
}

.atmosphere {
  position: relative;
  padding: 90px 0 0;
  background: url(../images/atmosphere_bg.png);
  background-size: cover;
  background-position: center center;
  color: white;
}
.atmosphere .container {
  padding: 0 25px;
}
.atmosphere__wrapperContent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.atmosphere__wrapperContent__image {
  position: relative;
}
.atmosphere__wrapperContent__image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 165%;
}
.atmosphere__wrapperContent__image > .bgImg {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.atmosphere__wrapperContent__image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.atmosphere__wrapperContent__image {
  width: 50%;
}
@media (min-width: 1024px) {
  .atmosphere__wrapperContent__image img {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  .atmosphere__wrapperContent__image:nth-child(1) {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .atmosphere__wrapperContent__image:nth-child(3) {
    order: 3;
  }
}
@media (min-width: 768px) {
  .atmosphere__wrapperContent__image {
    position: relative;
  }
  .atmosphere__wrapperContent__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .atmosphere__wrapperContent__image > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .atmosphere__wrapperContent__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .atmosphere__wrapperContent__image {
    position: relative;
  }
  .atmosphere__wrapperContent__image:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%;
  }
  .atmosphere__wrapperContent__image > .bgImg {
    position: absolute;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  .atmosphere__wrapperContent__image > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .atmosphere__wrapperContent__image {
    width: 30%;
    order: 2;
  }
}
.atmosphere__wrapperContent .imageBgLine:after {
  display: none;
  height: 100%;
}
@media (min-width: 1024px) {
  .atmosphere__wrapperContent .imageBgLine:after {
    display: block;
  }
}
.atmosphere__wrapperContent__description {
  width: 100%;
  padding: 50px 25px;
  background: var(--color-primary);
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
}
.atmosphere__wrapperContent__description img {
  max-width: 175px;
}
.atmosphere__wrapperContent__description .sectionSubTitle {
  color: #BCB99E;
}
@media (min-width: 1024px) {
  .atmosphere__wrapperContent__description {
    width: 40%;
    order: 2;
    text-align: left;
  }
}
.atmosphere__wrapperContent .squareBorder {
  position: absolute;
  border: #A18541 2px solid;
  width: 80%;
  height: 35%;
  margin: auto;
  z-index: 0;
  top: -24px;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .atmosphere__wrapperContent .squareBorder {
    display: none;
  }
}
@media (min-width: 1024px) {
  .atmosphere__wrapperContent {
    align-items: stretch;
  }
}
@media (min-width: 1024px) {
  .atmosphere {
    padding: 90px 0 150px;
  }
}

.homeTestimonials {
  background: url(../images/testimonials_bg.png);
  color: white;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.homeTestimonials__title {
  margin-bottom: 24px;
  font-family: var(--font-neverletgo);
  color: #BCB99E;
  font-size: 48px;
  line-height: 1;
}
.homeTestimonials__copy {
  max-width: 1000px;
  line-height: 1.5;
  margin: auto;
  margin-bottom: 24px;
}
.homeTestimonials__name {
  font-size: 24px;
  text-transform: uppercase;
  font-family: var(--font-raleway);
  color: #BCB99E;
}
.homeTestimonials .swiper-slide {
  padding: 50px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .homeTestimonials .swiper-slide {
    padding: 150px 64px;
  }
}
.homeTestimonials .swiper-button-prev, .homeTestimonials .swiper-button-next {
  display: none;
}
.homeTestimonials .swiper-button-prev .swiper-navigation-icon, .homeTestimonials .swiper-button-next .swiper-navigation-icon {
  display: none;
}
@media (min-width: 1024px) {
  .homeTestimonials .swiper-button-prev, .homeTestimonials .swiper-button-next {
    display: block;
  }
}
.homeTestimonials .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  border: solid 1px #8E6B34;
  background: none;
}
.homeTestimonials .swiper-pagination-bullet-active {
  background: #8E6B34;
}