/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./css/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/* 3rd party packages */
/* SASS and Global'ish Stuff */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: Arial, sans-serif;
  background-color: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
@media (max-width: 479px) {
  body {
    background-color: #FAFAFA;
    overflow: hidden;
  }
}

::-moz-selection { /* Code for Firefox */
  color: #1B1B1B;
  background: #FFDA9B;
}

::selection {
  color: #1B1B1B;
  background: #FFDA9B;
}

.container {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
@media (max-width: 479px) {
  .container {
    width: 90%;
    padding: 8px;
  }
}

.container--narrow {
  max-width: 960px;
}
@media (max-width: 479px) {
  .container--narrow {
    width: 90%;
  }
}

.page-section {
  width: 100%;
  padding: 164px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .page-section {
    padding: 12px 8px;
  }
}
@media (min-width: 768px) {
  .page-section {
    padding: 92px 12px;
  }
}

.container-full {
  padding: 24px;
}

.container-one-third {
  width: 33.33%;
  padding: 24px;
}
@media (max-width: 479px) {
  .container-one-third {
    width: 100%;
    padding: 0px;
  }
}

.container-two-thirds {
  width: 66.66%;
  padding: 24px;
}
@media (max-width: 479px) {
  .container-two-thirds {
    width: 100%;
    padding: 0px;
  }
}

.container-one-half {
  width: 50%;
  padding: 24px;
}
@media (max-width: 479px) {
  .container-one-half {
    width: 100%;
    padding: 0px;
  }
}

.container-row {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 12px;
       column-gap: 12px;
  /* Only target images, not other elements */
}
.container-row > img {
  flex: 1;
  min-width: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 479px) {
  .container-row {
    flex-direction: column;
    width: 100%;
    padding: 0px;
  }
  .container-row > img {
    flex: none;
    width: 100%;
  }
}

.container-column {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media (max-width: 479px) {
  .container-column {
    width: 100%;
    padding: 0px;
  }
}

.container-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}

.container-center-row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: row;
}
@media (max-width: 479px) {
  .container-center-row {
    flex-direction: column;
  }
}

.container-center-left {
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: left;
  flex-direction: column;
}

.container-start-top {
  display: flex;
  justify-content: start;
  align-items: start;
  text-align: left;
  flex-direction: column;
}

.container-dark {
  background-color: #1B1B1B;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-light {
  color: #FAFAFA;
}

.text-dark {
  color: #1B1B1B;
}

h1 {
  font-family: "Costaline Thin", Arial, sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
  color: #1B1B1B;
  text-transform: uppercase;
  margin: 0px;
}
@media (max-width: 479px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-family: "Costaline Thin", Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.2;
  color: #1B1B1B;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-family: "Costaline Thin", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #1B1B1B;
  text-transform: capitalize;
}
@media (max-width: 479px) {
  h3 {
    font-size: 16px;
  }
}
@media (min-width: 480px) {
  h3 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-family: "Costaline Thin", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  color: #1B1B1B;
  text-transform: capitalize;
}
@media (max-width: 479px) {
  h4 {
    font-size: 14px;
  }
}
@media (min-width: 480px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

p {
  font-family: "Spline Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #1B1B1B;
}
@media (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 1.4;
  }
}

ul {
  font-family: "Spline Sans", Arial, sans-serif;
  font-size: 18px;
  list-style-type: circle;
  padding: 0;
  margin: 0;
}
@media (max-width: 479px) {
  ul {
    font-size: 16px;
    padding-left: 12px;
  }
}

ul li {
  margin-bottom: 12px;
}

i:hover {
  cursor: pointer;
}

.divider {
  width: 96px;
}
@media (max-width: 479px) {
  .divider {
    width: 64px;
  }
}

.divider--primary {
  color: #FAFAFA;
}

.divider--secondary {
  color: #1B1B1B;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@font-face {
  font-family: "Costaline Thin";
  src: url(fonts/Costaline-Thin.97659e15.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Costaline Thin";
  src: url(fonts/Costaline-ThinItalic.35580338.otf) format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Spline Sans";
  src: url(fonts/SplineSans-Light.94dcd89f.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* BEM Blocks */
.site-header {
  background-color: #1B1B1B;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media (max-width: 479px) {
  .site-header {
    padding: 8px 0;
  }
}

.site-header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}
@media (max-width: 479px) {
  .site-header__container {
    width: 100%;
    padding: 0 16px;
  }
}

.site-header__logo-img {
  width: 96px;
}
@media (max-width: 479px) {
  .site-header__logo-img {
    width: 72px;
  }
}

.site-header__menu-icon {
  font-size: 24px;
  color: #FAFAFA;
}
@media (max-width: 479px) {
  .site-header__menu-icon {
    font-size: 20px;
  }
}

.site-header__menu-language {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.header-language-container {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: center;
  gap: 6px;
}
@media (max-width: 479px) {
  .header-language-container {
    align-items: start;
    justify-content: end;
    gap: 6px;
    margin-bottom: 24px;
  }
}

.site-footer {
  background-color: #1B1B1B;
  color: #FAFAFA;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 24px 12px 0px 12px;
}

.site-footer__container {
  display: flex;
  flex-direction: column;
  width: 1200px;
}
@media (max-width: 479px) {
  .site-footer__container {
    width: 100%;
    padding: 0 16px;
  }
}

.site-footer__top {
  display: flex;
  flex-direction: row;
  align-items: start;
  width: 100%;
  padding: 12px 0px;
}
@media (max-width: 479px) {
  .site-footer__top {
    flex-direction: column;
    gap: 24px;
  }
}

.site-footer__top div {
  width: 25%;
}
@media (max-width: 479px) {
  .site-footer__top div {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.site-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
@media (max-width: 479px) {
  .site-footer__logo {
    align-items: center;
  }
}

.footer-hours p {
  margin: 0px;
}

.site-footer__bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #5f5f5f;
}
@media (max-width: 479px) {
  .site-footer__bottom {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
    text-align: center;
  }
}

.site-footer__logo-img {
  width: 124px;
}

.site-footer__copyright {
  display: flex;
  flex-direction: row;
}

.footer-links-menu-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media (max-width: 479px) {
  .footer-links-menu-bottom {
    flex-direction: column;
    gap: 16px;
    flex-wrap: wrap;
  }
}

.footer-links-menu-bottom a {
  font-size: 16px;
}

.footer-links-menu-bottom i {
  font-size: 12px;
  color: #FFDA9B;
}

.btn {
  font-family: "Costaline Thin", Arial, sans-serif;
  padding: 18px 42px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 12px 0px;
}
@media (max-width: 479px) {
  .btn {
    padding: 12px 24px;
    font-size: 14px;
  }
}

/* Primary Button */
.btn--primary {
  background-color: transparent;
  color: #FAFAFA;
  border: 1px solid #FAFAFA;
}

.btn--primary:hover {
  background-color: #FAFAFA;
  color: #1B1B1B;
  transition: all 0.5s ease;
}

/* Secondary Button */
.btn--secondary {
  background-color: transparent;
  color: #1B1B1B;
  border: 1px solid #1B1B1B;
}

.btn--secondary:hover {
  background-color: #1B1B1B;
  color: #FAFAFA;
  border: 1px solid #1B1B1B;
  transition: all 0.5s ease;
}

.btn-icon {
  margin-right: 12px;
}

/* Services Button */
.services-btn {
  background-color: #FAFAFA;
  color: #1B1B1B;
  border: 1px solid #FAFAFA;
  margin-top: 12px;
}

.header-links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.header-link {
  color: #FAFAFA;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 12px 0px 12px 64px;
}

.header-link:hover {
  border-bottom: 1px solid #FAFAFA;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) ease;
}

.footer-link {
  color: #FAFAFA;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 12px 0px;
}

.footer-link:hover {
  border-bottom: 1px solid #FAFAFA;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) ease;
}

.footer-links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  font-family: "Spline Sans", Arial, sans-serif;
}

/* Anchor Button
a {
    text-decoration: none;
    color: $primary-color;
}

a:hover {
    background-color: $primary-color;
    color: $secondary-color;
    border: 1px solid $primary-color;
    transition: all 0.5s ease;
}
     */
/* Social Media Links */
.social-links-horizontal {
  display: flex;
  flex-direction: row !important;
  gap: 16px;
  margin: 12px 0px;
}

.social-links-horizontal i {
  font-size: 12px;
  color: #FFDA9B;
  background-color: #1B1B1B;
  border: 1.5px solid #FAFAFA;
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0px 10px 28px 2px rgba(130, 130, 130, 0.1);
  -webkit-box-shadow: 0px 10px 28px 2px rgba(130, 130, 130, 0.1);
  -moz-box-shadow: 0px 10px 28px 2px rgba(130, 130, 130, 0.1);
}

.social-links-horizontal i:hover {
  transform: scale(1.1);
  transition: all 0.7s ease;
}

.banner-section {
  height: 580px;
  width: 1200px;
  margin: 96px 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 479px) {
  .banner-section {
    flex-direction: column;
    width: 90%;
    height: 240px;
    margin: 96px 0px 0px 0px;
    align-items: center;
  }
}

.banner-container {
  background-color: #FAFAFA;
  padding: 36px 124px;
}
@media (max-width: 479px) {
  .banner-container {
    padding: 12px;
    width: 100%;
  }
}

.menu-template {
  display: none;
  background-color: #1B1B1B;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.booking-form-popup {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
}

.booking-form-popup__content {
  background-color: #ffe6ba;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 540px;
}
@media (max-width: 479px) {
  .booking-form-popup__content {
    width: 90%;
    padding: 0px;
    gap: 0px;
    border-radius: 2px;
  }
}

@media (max-width: 479px) {
  .banner-title {
    text-align: center;
  }
}

.not-found-section {
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  color: #1B1B1B;
}
@media (max-width: 479px) {
  .not-found-section {
    height: 80vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.img-map {
  border: 2px solid #FFDA9B;
}

.text-bold {
  font-weight: 900;
  font-size: 20px;
}

.venue-img-card {
  height: 360px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #FFDA9B;
}
@media (max-width: 479px) {
  .venue-img-card {
    height: 240px;
    width: 240px;
  }
}

.hero-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .hero-section {
    min-height: 400px;
  }
}

.hero-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.hero-container {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
  padding: 100px 12px;
}

.hero-video {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 479px) {
  .hero-video {
    display: none;
  }
}

.hero-image {
  display: none;
  background: url(images/Monio-Weddings-Hero-Image.e9bb387b.webp) no-repeat center center;
}
@media (max-width: 479px) {
  .hero-image {
    display: block;
  }
}

.booking-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: #ffe6ba;
  box-shadow: 0px 10px 28px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 28px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 28px 2px rgba(0, 0, 0, 0.05);
  width: 90%;
}
@media (max-width: 479px) {
  .booking-form {
    width: 80%;
  }
}

.forminator-textarea {
  max-height: 72px;
  background-color: #ffebc8;
}

.forminator-button-submit {
  background-color: #1B1B1B;
  color: #FAFAFA;
  padding: 12px 24px;
  font-size: 18px !important;
  justify-content: start !important;
  align-content: start !important;
  display: flex !important;
}

.row-one-following {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
@media (max-width: 479px) {
  .row-one-following {
    flex-direction: column;
    gap: 12px;
    padding: 12px;
  }
}

.follow-img {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.follow-img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease-in-out;
}

.faq-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #FAFAFA;
  border-radius: 2px;
  padding: 12px;
  margin: 12px auto;
  max-width: 600px;
  background: #FAFAFA;
}
@media (max-width: 479px) {
  .faq-card {
    max-width: 90%;
  }
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 18px 24px;
}

.faq-question h4 {
  margin: 0;
  font-size: 1.02em;
}
@media (max-width: 479px) {
  .faq-question h4 {
    font-size: 12px;
  }
}

.faq-question i {
  margin-left: 12px;
  font-size: 12px;
  color: #1B1B1B;
}
@media (max-width: 479px) {
  .faq-question i {
    font-size: 10px;
    margin-top: 4px;
  }
}

.faq-close-icon {
  display: none;
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 0 24px 18px 24px;
  color: #1B1B1B;
}

.faq-card.active .faq-open-icon {
  display: none;
}

.faq-card.active .faq-close-icon {
  display: inline-block;
}

.faq-card.active .faq-answer {
  display: block;
}

@media (max-width: 479px) {
  .faq-template {
    padding: 12px;
  }
}

/* Pages */
/* Services */
.row-one {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 48px;
       column-gap: 48px;
}
@media (max-width: 479px) {
  .row-one {
    flex-direction: column;
    row-gap: 24px;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 12px;
  }
}
@media (min-width: 480px) {
  .row-one {
    flex-direction: column;
    row-gap: 32px;
  }
}
@media (min-width: 768px) {
  .row-one {
    flex-direction: row;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 0;
  }
}
@media (min-width: 1024px) {
  .row-one {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}

.row-two {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin-top: 48px;
}
@media (max-width: 479px) {
  .row-two {
    flex-direction: column;
    row-gap: 24px;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 24px;
  }
}
@media (min-width: 480px) {
  .row-two {
    flex-direction: column;
    row-gap: 32px;
  }
}
@media (min-width: 768px) {
  .row-two {
    flex-direction: row;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 0;
  }
}
@media (min-width: 1024px) {
  .row-two {
    -moz-column-gap: 48px;
         column-gap: 48px;
  }
}

.services-container-intro {
  margin-bottom: 48px;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 10px 28px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 10px 28px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 10px 28px 2px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media (max-width: 479px) {
  .service-card {
    padding: 24px 0px;
    row-gap: 12px;
    box-shadow: none;
  }
}

.service-icon {
  font-size: 24px;
  color: #FAFAFA;
  background-color: #FFDA9B;
  padding: 12px;
  border-radius: 50%;
}

/* Parralax */
.parralax-section {
  background: url(images/Monio-Weddings-Group-Photo-Celebration-Parallax.466bfa07.webp) no-repeat center center fixed;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.55);
  background-blend-mode: darken;
}

/* History */
.row-one-history {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .row-one-history {
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 480px) {
  .row-one-history {
    flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .row-one-history {
    flex-direction: row;
    gap: 24px;
  }
}

.img-monio {
  width: 100%;
  height: auto;
  max-width: 100%;
  border: 24px solid #FAFAFA;
}
@media (max-width: 479px) {
  .img-monio {
    width: 50%;
  }
}

.history-img-two {
  margin: 240px 0px 0px -120px;
}
@media (max-width: 479px) {
  .history-img-two {
    width: 50%;
    margin: -120px 0px 0px -120px;
  }
}

.row-two-history {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 479px) {
  .row-two-history {
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width: 480px) {
  .row-two-history {
    flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .row-two-history {
    flex-direction: row;
    gap: 24px;
  }
}

.row-two-history div {
  width: 50%;
}
@media (max-width: 479px) {
  .row-two-history div {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .row-two-history div {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .row-two-history div {
    width: 100%;
  }
}

.history-img-three {
  width: 80%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* About */
.row-one-about {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media (max-width: 479px) {
  .row-one-about {
    flex-direction: column;
    gap: 24px;
  }
}

.about-img-one {
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Contact */
.contact-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0px;
}
@media (max-width: 479px) {
  .contact-container {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}
@media (min-width: 480px) {
  .contact-container {
    flex-direction: column;
    gap: 32px;
  }
}
@media (min-width: 768px) {
  .contact-container {
    flex-direction: row;
    gap: 24px;
  }
}

.contact-column-two-btn-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (max-width: 479px) {
  .contact-column-two-btn-container {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

.google-img-one {
  width: 92px;
}

/* Steps */
.parralax-section-about {
  background: url(images/Monio-Weddings-Couple-stone-wall-Croatia-View-Sea-Adriatic.6131c4a0.webp) no-repeat center center fixed;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.55);
  background-blend-mode: darken;
}

.contact-links-menu {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 6px;
}

.menu-link {
  color: #1B1B1B;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 12px 0px;
}

.menu-link i {
  font-size: 16px;
}

.menu-links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-form-container {
  width: 540px !important;
}

/* Couple Stories Archive Styles */
.couple-story-card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*
  &:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
  */
}

.story-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.story-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

/*
.couple-story-card:hover .story-image img {
    transform: scale(1.05);
}
*/
.story-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.story-title {
  font-size: 1.5rem;
  margin: 0 0 16px 0;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
}

.story-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.story-excerpt p {
  margin: 0;
}

.story-read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d4af37;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  align-self: flex-start;
  font-weight: 500;
  /*
  &:hover {
      background-color: #b8941f;
      color: #fff;
      text-decoration: none;
  }
  */
}

.container-couple-story-intro {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
@media (max-width: 479px) {
  .container-couple-story-intro {
    flex-direction: column;
    justify-self: start;
    align-self: start;
  }
}

.container-couple-story-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 479px) {
  .container-couple-story-info {
    flex-direction: column;
  }
}

.container-couple-story-info-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}

.container-couple-story-social-media {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 479px) {
  .container-couple-story-social-media {
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }
}

.info-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

/* Couple Stories Archive Styles */
.blog-article-card {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  /*
  &:hover {
      transform: translateY(-5px);
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  }
  */
}

.blog-article-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.blog-article-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-article-content {
  padding: 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-article-title {
  font-size: 1.5rem;
  margin: 0 0 16px 0;
  color: #333;
  font-weight: 600;
  line-height: 1.3;
}

.blog-article-excerpt {
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}
.blog-article-excerpt p {
  margin: 0;
}

.blog-article-read-more {
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease;
  align-self: flex-start;
  font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container-one-half {
    width: 100%;
    margin-bottom: 24px;
  }
  .blog-article-image {
    height: 200px;
  }
  .blog-article-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .blog-article-content {
    padding: 16px;
  }
  .blog-article-image {
    height: 180px;
  }
}

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