/*transform origin*/
.mt_one_column_container.galleryComponent .mt_one_column .mt_one_column_content_wrapper .mt_col_heading {
  font-family: "ivypresto-text", serif;
}

@media (max-width: 991px) {
  div#mt_home_pages {
    margin-bottom: -25px;
  }
}
.home-page #available_filters .mt_col_heading {
  font-size: 60px;
}

.mt_txt_sub {
  font-weight: 300;
}

.home-page .main-content .mt_one_column_container.galleryComponent {
  height: auto;
  padding: 160px 100px;
}
.home-page .main-content .mt_one_column_container.galleryComponent .mt_one_column {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  right: 10px;
  height: 32.9192546584vh;
}

.mt_slider .content-wrapper {
  display: flex;
  background: url("../../images/home.png");
}
.mt_slider .content-wrapper.singleSlides {
  position: relative;
}
@media (max-width: 991px) {
  .mt_slider .content-wrapper.singleSlides {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .mt_slider .content-wrapper.singleSlides .full-wdth-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .mt_slider .content-wrapper.singleSlides .full-wdth-img {
    flex: 1;
  }
}
.mt_slider .content-wrapper .text-content {
  width: 50%;
  height: 100%;
  background-color: #F2EEE4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mt_slider .content-wrapper .text-content img {
  left: 0;
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
}
.mt_slider .content-wrapper .text-content .text-box {
  max-width: 410px;
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.mt_slider .content-wrapper .text-content .text-box h2 {
  color: #334049;
  font-family: "ivypresto-text", serif;
  font-weight: 400;
}
.mt_slider .content-wrapper .text-content .text-box h2 {
  font-size: calc(48px + 24 * (100vw - 375px) / 1097);
}
@media screen and (min-width: 1472px) {
  .mt_slider .content-wrapper .text-content .text-box h2 {
    font-size: 72px;
  }
}
.mt_slider .content-wrapper .text-content .text-box h2 {
  line-height: 60px;
}
@media screen and (min-width: 375px) {
  .mt_slider .content-wrapper .text-content .text-box h2 {
    line-height: calc(60px + 16 * (100vw - 375px) / 1097);
  }
}
@media screen and (min-width: 1472px) {
  .mt_slider .content-wrapper .text-content .text-box h2 {
    line-height: 76px;
  }
}
.mt_slider .content-wrapper .text-content .text-box p {
  max-width: 350px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  color: #334049;
}
.mt_slider .content-wrapper .text-content .text-box p {
  font-size: calc(18px + 6 * (100vw - 375px) / 1097);
}
@media screen and (min-width: 1472px) {
  .mt_slider .content-wrapper .text-content .text-box p {
    font-size: 24px;
  }
}
.mt_slider .content-wrapper .text-content .text-box p {
  line-height: 28px;
}
@media screen and (min-width: 375px) {
  .mt_slider .content-wrapper .text-content .text-box p {
    line-height: calc(28px + 4 * (100vw - 375px) / 1097);
  }
}
@media screen and (min-width: 1472px) {
  .mt_slider .content-wrapper .text-content .text-box p {
    line-height: 32px;
  }
}
.mt_slider .content-wrapper .image-grid {
  width: 50%;
  display: flex;
  gap: 10px;
  padding: 10px;
}
.mt_slider .content-wrapper .image-grid img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 992px) {
  .mt_slider .content-wrapper .image-grid img {
    aspect-ratio: 1;
  }
}
.mt_slider .content-wrapper .image-grid .left-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 60%;
  overflow: hidden;
}
.mt_slider .content-wrapper .image-grid .left-column .big-image-left {
  height: 60%;
  width: 100%;
}
.mt_slider .content-wrapper .image-grid .left-column .small-images-left {
  height: 40%;
  width: 100%;
}
.mt_slider .content-wrapper .image-grid .right-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 40%;
  overflow: hidden;
}
.mt_slider .content-wrapper .image-grid .right-column .small-images-right {
  height: 40%;
  width: 100%;
}
.mt_slider .content-wrapper .image-grid .right-column .big-image-right {
  height: 60%;
  width: 100%;
}
.mt_slider .content-wrapper.singleSlides .text-content {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  background: transparent;
  padding: 10px 10px 10px 50px;
  position: relative;
  z-index: 2;
  left: 0;
}
@media (max-width: 991px) {
  .mt_slider .content-wrapper.singleSlides .text-content {
    width: 100%;
    padding: 0;
    height: auto;
  }
}
.mt_slider .content-wrapper.singleSlides .text-content .text-box {
  max-width: 514px;
  background: #F2EEE4;
  display: flex;
  flex-direction: column;
  padding: 3.4vw 3vw;
}
@media (min-width: 1920px) {
  .mt_slider .content-wrapper.singleSlides .text-content .text-box {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .mt_slider .content-wrapper.singleSlides .text-content .text-box {
    max-width: 100%;
    width: 100%;
    height: 100%;
    padding: 30px 6.4vw;
  }
}

.mt_slider .content-wrapper:nth-of-type(4) .image-grid {
  flex-direction: row-reverse;
}
.mt_slider .content-wrapper:nth-of-type(4) .image-grid .left-column {
  width: 40%;
}
.mt_slider .content-wrapper:nth-of-type(4) .image-grid .right-column {
  width: 60%;
}

@media (max-width: 991px) {
  .mt_slider .content-wrapper {
    flex-direction: column;
  }
  .mt_slider .content-wrapper .text-content {
    width: 100%;
    height: auto;
    background-color: #F2EEE4;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 30px 6.4vw;
  }
  .mt_slider .content-wrapper .text-content .text-box {
    max-width: 330px;
  }
  .mt_slider .content-wrapper .text-content .text-box p {
    max-width: 250px;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
  }
  .mt_slider .content-wrapper .image-grid {
    width: 100%;
    height: 50%;
    flex: 1;
  }
}
.home .mt_banner.mt_banner_overlay:before {
  content: none;
}

.home .mt_two_column_layout .mt_two_col .mt_col_img img {
  background: url(../../images/bgImage.png) repeat center center;
  padding: 15px;
  height: 90%;
}

@media (max-width: 991px) {
  .mt_slider .content-wrapper .text-content img {
    display: none;
  }
  .mt_slider .content-wrapper .text-content .text-box h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .home-page #available_filters .mt_col_heading {
    font-size: 30px;
    line-height: 38px;
  }
  .home-page .mt_two_column_container.neigh {
    margin-bottom: 45px;
  }
  .home-page .main-content .mt_one_column_container.galleryComponent {
    height: auto;
    padding: 64px 10px;
  }
}
.home-page .mt_banner.mt_full_height_banner {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home-page .mt_banner.mt_full_height_banner {
    min-height: 700px;
  }
}

@media (max-width: 991px) {
  .home-page .specials.mt_one_column_container {
    margin-top: 64px;
  }
}
.home-page #available_filters {
  margin-top: 0 !important;
}

@media (max-width: 575px) {
  .home-page .main-content .mt_one_column_container.galleryComponent .mt_one_column {
    height: 40.919255vh;
  }
  .home-page .main-content .mt_one_column_container.galleryComponent .mt_one_column .mt_one_column_content_wrapper {
    padding: 13px;
  }
}

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