html {
  scroll-behavior: smooth;
}
body {
  --tw-bg-opacity: 1;
  --color-bg: 255, 255, 255;
  background-color: rgba(var(--color-bg),var(--tw-bg-opacity)) !important;
  /* background-color: #252525 !important; */
  color: #000000 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75em;
}
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: .025em;
  text-transform: uppercase;
}
strong {
  font-weight: 500;
}
.navbar{
  --tw-bg-opacity: 1;
  --color-bg: 255, 255, 255;
  background-color: rgba(var(--color-bg),var(--tw-bg-opacity)) !important;
}
/* .bg-white, .bg-light {
  background-color: #F9F9F9 !important;
} */
.nav-link {
  font-weight: 500;
}
.nav-link:hover {
  text-decoration: underline;
}
.bg-cover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.navbar-brand svg {
  display: inline-block;
  vertical-align: middle;
}
.order-btn {
  padding: 10px 20px;
  border-radius: 3px;
  background-color: #b085d8;
  border-color: #ffffff;
  color: white;
  text-decoration: none;
}
.order-btn:hover {
  background-color: #b99bd6;
  color: white;
  text-decoration: none;
}
@media (min-width: 769px) {
  .navbar-nav .nav-item:not(:last-child) {
    border-right: 1px solid #c0b88b;
  }
}
main {
  margin-top: 0px;
}
section {
  height: auto;
  width: 100vw;
  min-height: 1200px;
  .blacked {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    color: white;
    /* font-size: 1.5rem;
    line-height: 1.5;
    text-align: center; */
  }
  .container-desktop {
    padding-left: 20%;
    padding-right: 10%;

    .content_block {
      padding: 30px;
    }
  }
  .container-mobile {
    padding: 70px 20px 50px 20px;
  }
}
.section-text {
  @media (min-width: 769px) {
    min-height: 300px;
    padding: 200px 0;
  }
}
.section-voucher-img {
  min-height: 700px;
}  
/* Hide text sections on desktop */
[id*="_text"] {
  display: none;
}
@media (max-width: 768px) {
  .bg-cover {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    /* min-height: 100vh !important; */
    width: 100vw !important;
  }
  section {
    /* min-height: 100vh !important; */
    min-height: 309px;
    width: 100vw !important;
    overflow: hidden !important;
    .container-desktop {
      display: none;
    }
  }
  /* Show text sections on mobile */
  [id*="_text"] {
    display: flex !important;
  }
  .navbar-brand { font-size: 1.2rem; }
  section { font-size: 16px; }
}
@media (max-width: 600px) {
  .navbar-brand { font-size: 1.2rem; }
  section { font-size: 16px; }
}


.main-image-mobile {
  margin-top: 50px;
}
.secondary-image-mobile {
  margin-top: 10px;
}
.price {
  font-weight: 500;
}
.price_express {
  color: #cb3766;
}
.bg-biege {
  background-color: rgb(240, 229, 216);
}
.bg-brown-light {
  background-color: rgb(226, 220, 217);
}
.gold_font_bold {
  color: rgb(169, 139, 95);
  font-weight: 700;
}  