/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Vine Street 100 by Proportional Lime
 * URL: https://www.myfonts.com/collections/proportional-lime-foundry
 
 * Â© 2025 MyFonts Inc. */

@font-face {
  font-family: "VineStreet100";
  src: url('../fonts/VineStreet100/font.woff2') format('woff2'), url('fonts/VineStreet100/font.woff') format('woff');
}

@font-face {
  font-family: "Open Sans";
  src: url('../fonts/open-sans/open-sans.light.ttf') format('truetype');
}

body {
  font-family: 'Open Sans';
  font-style: light;
  margin: 0px;
  text-align: justify;
  line-height: 200%;
}

h1,h2,h3,h4,h5,h6 
{
    font-family: 'VineStreet100';
    text-align: center;
}

h2
{
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

/* Navbar */
.navbar-custom {
  background: #fff;
  border: none;
}

@media (min-width: 768px) {
  body {
    display: flex;
  }

  .navbar-custom {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
  }

  .navbar-custom .navbar-nav {
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
  }

  .navbar-custom .navbar-nav > li > a {
    color: #000;
    padding: 20px 20px;
    text-align: left;
    display: block;
  }

  .navbar-nav > li {
    width: 100%;
  }

  .main-content {
    margin-left: 240px;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .navbar-custom {
    position: relative;
    width: 100%;
  }

  .navbar-collapse .navbar-nav > li > a {
    color: #000;
  }

  .main-content {
    padding: 20px;
  }
}

.navbar-brand {
  height: 80px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000 !important;
  text-align: left;
}

.navbar-brand .subtitle {
  display: block;
  font-size: 0.8rem;
  font-weight: 400;
  color: #777;
  margin-top: 2px;
}

/* Fade in effect */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.1s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* image scaling */
img {
    padding: 0;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

/* logo and image */
.header_area {
  display: grid;
  grid-template-columns: 0.25fr 0.75fr;
  grid-template-rows: auto auto;
}

.header_logo {
  grid-row: 1 / 3;
  grid-column: 1;
  display: block;
  margin: auto;
}

.header_title {
  font-family: 'VineStreet100';
  grid-row: 1;
  grid-column: 2;
  padding-left: 10px;
  text-align: left;
}

.header_subtitle {
  font-family: 'VineStreet100';
  grid-row: 2;
  grid-column: 2;
  padding-left: 10px;
  text-align: left;
  font-size: 12px;
}

/* video */
.video-wrapper {
  margin-top: 5px;
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.instagram-icon, .email-icon  {
  width: 32px;
  height: 32px;
  color: #151515;
  display: block;
}

.instagram-icon path,
.email-icon path {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-icons {
  display: flex;
  justify-content: center;
  align-items: center; 
  gap: 16px; 
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

/* Toggle button */
.navbar-toggle {
  border: none;
  background: transparent;
  padding: 15px;
  margin: 20px;
}

.toggle-icon,
.toggle-icon::before,
.toggle-icon::after {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  background-color: #5a3b2e;
  transition: all 0.3s ease;
  position: relative;
}

.toggle-icon::before {
  position: absolute;
  top: -8px;
}

.toggle-icon::after {
  position: absolute;
  top: 8px;
}

.navbar-toggle:not(.collapsed) .toggle-icon {
  background-color: transparent;
}

.navbar-toggle:not(.collapsed) .toggle-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.navbar-toggle:not(.collapsed) .toggle-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

.slideshow {
  height: auto;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
}

.slideshow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.5s ease;
}

a {
  color: #736046;
  text-decoration: none;
}

a:hover {
  color: #b29a7a;
  text-decoration: none;
}


.page {
  font-family: 'Open Sans';
  font-style: light;
  text-align: justify;
  margin: 50px; 
  font-size: 14px;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 40px;
}

/*FAQ*/
.faq-question {
  font-family: 'VineStreet100';
  width: 100%;
  text-align: left;
  padding: 1rem;
  border: none;
  background: #f8f9fa;
  cursor: pointer;
  margin-bottom: 20px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding-bottom: 1rem;
}