@import url("https://use.typekit.net/nwn0srp.css");
* {
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  margin: 0;
}
a h1, a h2, a h3, a p, a svg, a svg path {
  transition: color 0.3s ease;
}
a svg, a svg path {
  transition: fill 0.3s ease;
}

a:hover .hp {
  color: #9c6d3d;
}

.reserve-fade {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: 1;
  gap: 10px;
  margin: 0 0 10px 0;
}
.reserve-fade .fade-in-logo {
  opacity: 0;
  transition: opacity 0.75s ease-in !important;
  transition-delay: 0.2s;
}
.reserve-fade .fade-in-logo.d-1 {
  transition-delay: 0.2s !important;
}
.reserve-fade .fade-in-logo.d-2 {
  transition-delay: 0.4s !important;
}
.reserve-fade .fade-in-logo.d-3 {
  transition-delay: 0.6s !important;
}
.reserve-fade .fade-in-logo.d-4 {
  transition-delay: 0.8s !important;
}
.reserve-fade .fade-in-logo.d-5 {
  transition-delay: 1s !important;
}
.reserve-fade .fade-in-logo.d-6 {
  transition-delay: 1.2s !important;
}
.reserve-fade .fade-in-logo.d-7 {
  transition-delay: 1.4s !important;
}
.reserve-fade .fade-in-logo.visible {
  opacity: 1;
}
.reserve-fade svg {
  height: 12px;
  fill: #9c6d3d;
}
@media screen and (max-width: 600px) {
  .reserve-fade svg {
    height: 10px;
  }
}

.fade-in-element {
  opacity: 0;
  transform: translateY(20px); /* Move elements down by 20px initially */
  transition: color 0s ease-in, opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition-delay: 0.05s; /* Adds a 0.05 second delay before starting all transitions */
}
.fade-in-element.bg {
  transition: background-color 0.3s ease, color 0s ease-in, opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1);
}
@media screen and (max-width: 700px) {
  .fade-in-element.not-mobile {
    transition: color 0s ease-in, opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) !important;
    transition-delay: 0 !important;
  }
}

.delay {
  transition-delay: 0s, 0.1s, 0.1s !important;
}

.delay-2 {
  transition-delay: 0s, 0.2s, 0.2s !important;
}

.delay-3 {
  transition-delay: 0s, 0.3s, 0.3s !important;
}

.delay-4 {
  transition-delay: 0s, 0.4s, 0.4s !important;
}

.delay-5 {
  transition-delay: 0s, 0.5s, 0.5s !important;
}

.delay-6 {
  transition-delay: 0s, 0.6s, 0.6s !important;
}

.delay-7 {
  transition-delay: 0s, 0.7s, 0.7s !important;
}

.delay-8 {
  transition-delay: 0s, 0.8s, 0.8s !important;
}

.fade-in-element.visible {
  opacity: 1;
  transform: translateY(0); /* Move back to original position */
}

h1 {
  font-family: "ivyora-display", serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 100;
  line-height: 45px;
  letter-spacing: 0;
  color: #08141d;
  padding: 0;
  margin: 0 0 5px 0;
  transition: all 0.8s ease-in-out;
}
h1.small {
  font-size: 28px;
  line-height: 38px;
}
h1.large {
  font-size: 50px;
  line-height: 55px;
}
h1.xl {
  font-size: 65px;
  line-height: 65px;
}
@media screen and (max-width: 700px) {
  h1.xl {
    font-size: 60px;
    line-height: 65px;
  }
}
@media screen and (max-width: 400px) {
  h1.xl {
    font-size: 50px;
    line-height: 55px;
  }
}

span.it {
  font-style: italic;
}

.wide {
  width: 100%;
  text-align: center;
}
.wide.left {
  text-align: left;
}

.split-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.split-title h2 {
  text-align: right;
  font-family: "new-frank", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 650px) {
  .split-title {
    flex-direction: column;
  }
  .split-title h1 {
    text-align: left;
    width: 100%;
  }
  .split-title h2 {
    display: none;
  }
}

h2 {
  font-family: "new-frank", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #08141d;
  padding: 0;
  margin: 0;
  transition: all 0.8s ease-in-out;
}
h2.light {
  font-weight: 400;
}
h2.caps {
  text-transform: uppercase;
}
h2.serif {
  font-family: "ivyora-display", serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

h3 {
  font-family: "scotch-modern", serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 5px;
  color: #08141d;
  padding: 0;
  margin: 0;
  transition: all 0.8s ease-in-out;
}
h3.caps {
  text-transform: uppercase;
}
h3.spaced {
  letter-spacing: 8px;
}
h3.serif {
  font-family: "new-frank", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #08141d;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 525px) {
  h3 {
    font-size: 15px;
  }
}

p, li {
  font-family: "ivyora-display", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 100;
  line-height: 24px;
  letter-spacing: 1px;
  color: #08141d;
  padding: 0;
  margin: 0;
  transition: all 0.8s ease-in-out;
}
@media screen and (max-width: 425px) {
  p, li {
    font-size: 14px;
  }
}

button {
  background-color: #08141d;
  padding: 10px 20px;
  margin: 10px 0;
  border-radius: 0;
  border: none;
  text-decoration: none;
  font-family: "new-frank", sans-serif;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.5px;
  color: #ffffff;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out !important;
}
button.light {
  color: #08141d;
  background-color: #ffffff;
}
button.highlight {
  background-color: #9c6d3d;
}
button.contact-btn {
  padding: 5px 15px;
  text-transform: none;
}
button:hover {
  cursor: pointer;
  background-color: #9c6d3d;
  color: #ffffff;
}
button.back-to-top {
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(50%, 0%);
  border: none;
  border-radius: 0;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: 0;
  padding: 0;
  outline: none;
  background-color: transparent;
  text-transform: none;
  color: #ffffff;
  cursor: pointer;
}
button.back-to-top svg {
  height: 15px;
  margin-left: 15px;
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
  transform: translateY(1px);
}
button.back-to-top:hover {
  color: #9c6d3d;
}
button.back-to-top:hover svg {
  fill: #9c6d3d;
  transform: translateY(-1px);
}

.filter-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 2px;
  margin: 0;
  flex-direction: row;
  font-size: 10px;
  background-color: #08141d;
  border: none;
  color: #ffffff;
  padding: 5px 10px;
}
.filter-btn svg {
  width: 16px;
  margin: 0 10px 0 0;
  fill: #ffffff;
}
.filter-btn:hover {
  background-color: #9c6d3d;
  border: none;
}
@media screen and (max-width: 1000px) {
  .filter-btn {
    display: flex;
  }
}

.apply {
  display: none;
  padding: 5px 10px;
  font-size: 10px;
  background-color: #696C6E;
}
@media screen and (max-width: 1000px) {
  .apply {
    display: block;
  }
}

.logo::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 65px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="a" viewBox="0 0 350 42" fill="white"><path d="M26.21 15.28 21.63-.94l-4.58 16.22L0 19.93l17.04 4.65 4.58 16.22 4.58-16.22 17.04-4.65-17.04-4.65Zm-4.58 6.87-2.22-2.22 2.22-2.22 2.22 2.22-2.22 2.22Z"/><path d="m65.78 31.55 3.69-.4V8.53h-5.33c-1.47 1.41-2.73 3.51-3.73 5.64h-.78l.26-6.5H83.7l.35 6.5h-.82c-1-2.24-2.21-4.19-3.73-5.64h-5.38v22.62l3.73.4v.65H65.79v-.65ZM90.25 31.55l3.47-.4V8.71l-3.47-.43v-.61h23.11l.26 6.54h-.82c-1.26-2.46-2.08-3.79-3.77-5.6H98.41v10.26h6.29c1.6-.83 2.56-2.57 2.99-4.63h.78v10.15h-.78c-.43-2.06-1.39-3.76-2.99-4.59h-6.29v11.46h11.06c1.91-1.99 3.25-4.88 4.16-6.9h.82l-.56 7.84H90.26v-.65ZM146.67 31.19c-3.08-2.75-6.77-7.7-8.33-11.24 2.65-.65 6.07-2.46 6.07-6.11 0-5.17-5.64-6.18-9.32-6.18h-14.05v.61l3.47.43v22.44l-3.47.4v.65h11.84v-.65l-3.69-.4V21.09h4.9c1.65 3.65 4.55 8.13 7.55 11.09h7.85v-.65l-2.82-.36ZM129.19 20.2V8.56h1.56c5.25 0 8.72.83 8.72 5.57 0 5.35-3.04 6.07-10.28 6.07ZM179.24 31.19c-3.08-2.75-6.77-7.7-8.33-11.24 2.65-.65 6.07-2.46 6.07-6.11 0-5.17-5.64-6.18-9.32-6.18h-14.05v.61l3.47.43v22.44l-3.47.4v.65h11.84v-.65l-3.69-.4V21.09h4.9c1.65 3.65 4.55 8.13 7.55 11.09h7.85v-.65l-2.82-.36ZM161.76 20.2V8.56h1.56c5.25 0 8.72.83 8.72 5.57 0 5.35-3.04 6.07-10.28 6.07ZM208.69 31.08l-9.8-23.56h-2.43l-8.72 20.74c-1 2.42-2.26 3.04-4.38 3.29v.65h8.28v-.65l-3.47-.54 3.04-7.73h9.41l3.12 7.91-3.69.36v.65h11.8v-.65l-3.17-.47Zm-17.04-8.78 4.21-10.41 4.29 10.41h-8.5ZM233.5 10.22v20.75l3.65.58v.65h-8.68v-.65l3.6-.58V8.71l-3.47-.44v-.61h8.2l15.09 18.9V8.89l-3.64-.62v-.61h8.67v.61l-3.64.62v23.45h-2.21L233.5 10.22zM276.92 7.15c-9.19 0-13.57 6.43-13.57 12.79s4.42 12.76 13.57 12.76c8.46 0 13.57-5.42 13.57-12.76s-5.2-12.79-13.57-12.79Zm6.68 20.64c-1.26 2.31-3.3 4.05-6.68 4.05s-5.33-1.7-6.68-4.05c-1.35-2.2-1.82-5.46-1.82-7.84 0-2.53.48-5.71 1.82-7.91 1.34-2.35 3.43-4.01 6.68-4.01s5.33 1.7 6.68 4.08c1.26 2.13 1.78 5.13 1.78 7.84 0 2.2-.48 5.57-1.78 7.84ZM297.05 8.74l-2.69-.47v-.61h11.32v.61l-3.64.36 7.89 18.79 7.5-18.58-3.51-.58v-.61h7.72v.61c-1.65.36-2.82.9-3.82 3.32l-8.76 20.82h-1.87L297.04 8.73ZM346.83 31.08l-9.8-23.56h-2.43l-8.72 20.74c-1 2.42-2.26 3.04-4.38 3.29v.65h8.28v-.65l-3.47-.54 3.04-7.73h9.41l3.12 7.91-3.69.36v.65h11.8v-.65l-3.17-.47Zm-17.04-8.78L334 11.89l4.29 10.41h-8.5Z" class="b"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-logo::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 45px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="a" viewBox="0 0 350 42" fill="white"><path d="M26.21 15.28 21.63-.94l-4.58 16.22L0 19.93l17.04 4.65 4.58 16.22 4.58-16.22 17.04-4.65-17.04-4.65Zm-4.58 6.87-2.22-2.22 2.22-2.22 2.22 2.22-2.22 2.22Z"/><path d="m65.78 31.55 3.69-.4V8.53h-5.33c-1.47 1.41-2.73 3.51-3.73 5.64h-.78l.26-6.5H83.7l.35 6.5h-.82c-1-2.24-2.21-4.19-3.73-5.64h-5.38v22.62l3.73.4v.65H65.79v-.65ZM90.25 31.55l3.47-.4V8.71l-3.47-.43v-.61h23.11l.26 6.54h-.82c-1.26-2.46-2.08-3.79-3.77-5.6H98.41v10.26h6.29c1.6-.83 2.56-2.57 2.99-4.63h.78v10.15h-.78c-.43-2.06-1.39-3.76-2.99-4.59h-6.29v11.46h11.06c1.91-1.99 3.25-4.88 4.16-6.9h.82l-.56 7.84H90.26v-.65ZM146.67 31.19c-3.08-2.75-6.77-7.7-8.33-11.24 2.65-.65 6.07-2.46 6.07-6.11 0-5.17-5.64-6.18-9.32-6.18h-14.05v.61l3.47.43v22.44l-3.47.4v.65h11.84v-.65l-3.69-.4V21.09h4.9c1.65 3.65 4.55 8.13 7.55 11.09h7.85v-.65l-2.82-.36ZM129.19 20.2V8.56h1.56c5.25 0 8.72.83 8.72 5.57 0 5.35-3.04 6.07-10.28 6.07ZM179.24 31.19c-3.08-2.75-6.77-7.7-8.33-11.24 2.65-.65 6.07-2.46 6.07-6.11 0-5.17-5.64-6.18-9.32-6.18h-14.05v.61l3.47.43v22.44l-3.47.4v.65h11.84v-.65l-3.69-.4V21.09h4.9c1.65 3.65 4.55 8.13 7.55 11.09h7.85v-.65l-2.82-.36ZM161.76 20.2V8.56h1.56c5.25 0 8.72.83 8.72 5.57 0 5.35-3.04 6.07-10.28 6.07ZM208.69 31.08l-9.8-23.56h-2.43l-8.72 20.74c-1 2.42-2.26 3.04-4.38 3.29v.65h8.28v-.65l-3.47-.54 3.04-7.73h9.41l3.12 7.91-3.69.36v.65h11.8v-.65l-3.17-.47Zm-17.04-8.78 4.21-10.41 4.29 10.41h-8.5ZM233.5 10.22v20.75l3.65.58v.65h-8.68v-.65l3.6-.58V8.71l-3.47-.44v-.61h8.2l15.09 18.9V8.89l-3.64-.62v-.61h8.67v.61l-3.64.62v23.45h-2.21L233.5 10.22zM276.92 7.15c-9.19 0-13.57 6.43-13.57 12.79s4.42 12.76 13.57 12.76c8.46 0 13.57-5.42 13.57-12.76s-5.2-12.79-13.57-12.79Zm6.68 20.64c-1.26 2.31-3.3 4.05-6.68 4.05s-5.33-1.7-6.68-4.05c-1.35-2.2-1.82-5.46-1.82-7.84 0-2.53.48-5.71 1.82-7.91 1.34-2.35 3.43-4.01 6.68-4.01s5.33 1.7 6.68 4.08c1.26 2.13 1.78 5.13 1.78 7.84 0 2.2-.48 5.57-1.78 7.84ZM297.05 8.74l-2.69-.47v-.61h11.32v.61l-3.64.36 7.89 18.79 7.5-18.58-3.51-.58v-.61h7.72v.61c-1.65.36-2.82.9-3.82 3.32l-8.76 20.82h-1.87L297.04 8.73ZM346.83 31.08l-9.8-23.56h-2.43l-8.72 20.74c-1 2.42-2.26 3.04-4.38 3.29v.65h8.28v-.65l-3.47-.54 3.04-7.73h9.41l3.12 7.91-3.69.36v.65h11.8v-.65l-3.17-.47Zm-17.04-8.78L334 11.89l4.29 10.41h-8.5Z" class="b"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
  transform: translateX(-8px);
}

.address {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.address::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="black"><path d="M35 18.69c0-5.67-4.72-10.24-10.44-9.99-5.05.22-9.18 4.24-9.54 9.28-.12 1.72.2 3.35.85 4.79l.08.19c.48 1.04 9.04 18.35 9.04 18.35S33.56 24 34.03 22.96l.08-.19c.56-1.25.87-2.63.87-4.09Zm-10 4.93c-2.78 0-5.04-2.26-5.04-5.04s2.26-5.04 5.04-5.04 5.04 2.26 5.04 5.04-2.26 5.04-5.04 5.04Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.phone {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.phone::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" fill="black"><path d="m21.75 15.49-4.86-4.86c-.52-.52-1.36-.52-1.88 0l-3.51 3.51-.1.1.03-.03a4.062 4.062 0 0 0-1.05 3.91 30.273 30.273 0 0 0 21.5 21.5c1.4.37 2.89-.03 3.91-1.05l-.03.03.1-.1 3.51-3.51c.52-.52.52-1.36 0-1.88l-4.86-4.86c-.52-.52-1.36-.52-1.88 0l-2.68 2.68c-.49.49-1.25.59-1.84.24a26.058 26.058 0 0 1-9.27-9.27c-.35-.6-.25-1.35.24-1.84l2.68-2.68c.52-.52.52-1.36 0-1.88Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.email {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.email::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 50 40" fill="black"><path d="M46.28 6.5v-.03a.96.96 0 0 0-.06-.33v-.02c-.01-.03-.03-.05-.04-.07a.855.855 0 0 0-.15-.22l-.08-.08c-.06-.05-.13-.1-.2-.14-.03-.02-.06-.03-.1-.05-.11-.04-.23-.07-.35-.07H4.72c-.12 0-.24.03-.35.07-.03.01-.06.03-.1.05-.07.04-.14.08-.2.14-.03.02-.06.05-.08.08-.06.07-.11.14-.15.23-.01.02-.03.04-.04.07v.02a.96.96 0 0 0-.06.33v27.05c0 .11.02.22.06.33v.02c.01.03.03.05.04.07.04.08.09.15.15.22l.08.08c.06.05.13.1.2.14.03.02.06.04.1.05.11.04.23.07.35.07h40.56c.12 0 .24-.03.35-.07.04-.01.07-.03.1-.05.07-.04.14-.08.2-.13.03-.03.06-.05.09-.08.06-.06.11-.14.15-.22.01-.03.03-.05.04-.08v-.02a.96.96 0 0 0 .06-.33V6.5Zm-3.61 1L25 23.37 7.33 7.5h35.34Zm1.61 1.25v22.51L31.75 20.01 44.28 8.76ZM18.25 20 5.72 31.25V8.75L18.25 20ZM7.33 32.5l12.41-11.15 4.59 4.12c.19.17.43.26.67.26s.48-.08.67-.26l4.59-4.12L42.67 32.5H7.33Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.instagram {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.instagram::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" data-name="Layer 1" viewBox="0 0 50 48" fill="black"><path d="M48.84 14.13c-.13-2.56-.51-4.28-1.12-5.82-.61-1.57-1.44-2.91-2.78-4.25s-2.68-2.14-4.25-2.78C39.16.67 37.43.29 34.87.16 32.31.03 31.51 0 25 0s-7.32.03-9.87.16-4.28.51-5.82 1.12c-1.57.61-2.91 1.44-4.25 2.78C3.72 5.4 2.92 6.74 2.28 8.31c-.61 1.53-.99 3.26-1.12 5.82C1.03 16.69 1 17.52 1 24s.03 7.32.16 9.87c.13 2.56.51 4.28 1.12 5.82.61 1.57 1.44 2.91 2.78 4.25 1.34 1.34 2.68 2.14 4.25 2.78 1.53.61 3.26.99 5.82 1.12 2.56.13 3.39.16 9.87.16s7.32-.03 9.87-.16c2.56-.13 4.28-.51 5.82-1.12 1.57-.61 2.91-1.44 4.25-2.78s2.14-2.68 2.78-4.25c.61-1.53.99-3.26 1.12-5.82.13-2.56.16-3.39.16-9.87s-.03-7.32-.16-9.87Zm-4.31 19.52c-.13 2.33-.51 3.61-.83 4.44-.45 1.12-.96 1.92-1.79 2.75s-1.63 1.34-2.75 1.79c-.83.32-2.11.74-4.44.83-2.52.1-3.29.13-9.68.13s-7.16 0-9.68-.13c-2.33-.13-3.61-.51-4.44-.83-1.12-.45-1.92-.96-2.75-1.79-.83-.83-1.34-1.63-1.79-2.75-.32-.83-.74-2.11-.83-4.44-.1-2.52-.13-3.29-.13-9.68s0-7.16.13-9.68c.13-2.33.51-3.61.83-4.44.45-1.12.96-1.92 1.79-2.75.83-.83 1.63-1.34 2.75-1.79.83-.32 2.11-.74 4.44-.83 2.52-.1 3.29-.13 9.68-.13s7.16 0 9.68.13c2.33.13 3.61.51 4.44.83 1.12.45 1.92.96 2.75 1.79s1.34 1.63 1.79 2.75c.32.83.7 2.11.83 4.44.1 2.52.13 3.29.13 9.68s0 7.16-.13 9.68Z" class="cls-1"/><path d="M37.78 8.31c-1.6 0-2.88 1.28-2.88 2.88s1.28 2.88 2.88 2.88 2.88-1.31 2.88-2.88-1.28-2.88-2.88-2.88ZM25 11.66c-6.81 0-12.3 5.5-12.3 12.3s5.5 12.3 12.3 12.3 12.3-5.5 12.3-12.3-5.5-12.3-12.3-12.3Zm5.65 17.96a7.991 7.991 0 1 1-11.3-11.302 7.991 7.991 0 0 1 11.3 11.302Z" class="cls-1"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
}

.info-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.info {
  display: inline-block;
  position: relative; /* Enable positioning context for the pseudo-element */
  width: 12px;
  height: 12px;
  margin: 5px 5px 10px 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
  fill: #696C6E;
}
.info:hover svg {
  fill: #9c6d3d;
}

.info::after {
  content: "The application describes how doors and drawers are applied to the cabinet face. They can partially overlay the face, fully overlay it, or be inset inside the face frame.";
  position: absolute;
  top: 100%; /* Position below the parent */
  left: 0;
  width: 200px;
  background: #fff;
  border: 1px solid #e9ebec;
  border-radius: 20px;
  padding: 20px;
  font-family: "new-frank", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  color: #08141d;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: block;
  opacity: 0;
  pointer-events: none; /* Prevent interaction while hidden */
  transition: opacity 0.3s ease;
  z-index: 750;
}
@media screen and (max-width: 450px) {
  .info::after {
    left: -175px;
    top: 150%;
  }
}

.info:hover::after {
  opacity: 1; /* Show the dialog box */
  pointer-events: auto;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 80px;
  z-index: 1000;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 25px;
}
@media screen and (max-width: 1200px) {
  .navbar {
    padding: 0 25px;
  }
}
@media screen and (max-width: 700px) {
  .navbar {
    justify-content: center;
  }
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 700px) {
  .header-right {
    display: none;
  }
}

.header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop-menu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 30px;
}
.desktop-menu li {
  justify-self: center;
  align-self: center;
}
.desktop-menu a {
  font-family: "new-frank", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: #08141d;
  transition: all 0.3s ease-in-out;
}
.desktop-menu a:hover {
  color: #9c6d3d;
}

.contact-btn-mobile {
  display: none;
  position: fixed;
  top: 28px;
  right: 20px;
  width: 28px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.contact-btn-mobile svg path {
  fill: #08141d;
}
.contact-btn-mobile:hover svg path {
  fill: #9c6d3d;
}
@media screen and (max-width: 700px) {
  .contact-btn-mobile {
    display: block;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: -200%;
  width: 500px;
  height: calc(100vh - 80px);
  margin: 80px 0 0 0;
  padding: 100px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  background-color: #080e13;
  font-family: "ivyora-display", serif;
  font-weight: 400;
  transition: left 0.5s ease-in-out;
  display: none;
  z-index: 1;
}
.menu li {
  opacity: 0;
  transform: translateY(5px);
}
.menu.change {
  left: 0;
}
.menu.change li {
  opacity: 100;
  transform: translateY(-5px);
}
@media screen and (max-width: 700px) {
  .menu {
    display: flex;
    width: 100%;
  }
}

.menu-btn {
  position: fixed;
  top: 30px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.menu-btn-line {
  content: "";
  width: 100%;
  height: 0;
}

.menu-btn-line::before,
.menu-btn-line::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: black;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.menu-btn-line::before {
  transform: translateY(-4px);
}

.menu-btn-line::after {
  transform: translateY(4px);
}

.menu-btn.change .menu-btn-line {
  background: transparent;
  box-shadow: none;
}

.menu-btn.change .menu-btn-line::before {
  transform: rotate(-45deg);
  background-color: #08141d;
}

.menu-btn.change .menu-btn-line::after {
  transform: rotate(45deg);
  background-color: #08141d;
}

.nav-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  margin: 0 0 50px 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  width: 100%;
  padding: 25px;
}
.nav-list li {
  color: #ffffff;
  font-family: "ivyora-display", serif;
  font-weight: 200;
  letter-spacing: 0.5px;
  font-size: 24px;
  text-decoration: none;
  transition: color 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition-delay: 0s, 0.4s, 0.4s;
}
.nav-list li:hover {
  color: #9c6d3d;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: relative;
  padding: 50px 50px;
  background-color: #08141d;
  height: 200px;
  width: 100%;
  z-index: 1;
  border: none;
}

.footer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-content h1, .footer-content h2, .footer-content h3, .footer-content p {
  color: #ffffff;
}
.footer-content h2 {
  font-size: 12px !important;
  font-weight: 100;
}
.footer-content p {
  font-size: 13px;
  letter-spacing: 0.5px;
  color: #ffffff;
  font-weight: 200;
  margin: 0;
  line-height: 22px;
}
.footer-content .contact-links {
  display: flex;
  flex-direction: row;
}
.footer-content .contact-links svg {
  width: 22px;
  margin: 0 10px 0 0;
  fill: #ffffff;
}
.footer-content .contact-links:hover p {
  color: #9c6d3d;
}
.footer-content .contact-links:hover svg {
  fill: #9c6d3d;
}
.footer-content.left {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.footer-content.left hr {
  height: 0.5px;
  color: #ffffff;
  background: #ffffff;
  font-size: 0;
  border: 0;
  margin: 50px 0;
  width: 100%;
  max-width: 150px;
}
@media screen and (max-width: 615px) {
  .footer-content.left hr {
    display: none;
  }
}
.footer-content .footer-nav {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 615px) {
  .footer-content .footer-nav {
    display: none;
  }
}
.footer-content .footer-nav li {
  font-family: "ivyora-display", serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: 200;
  transition: color 0.3s ease;
}
.footer-content .footer-nav li:hover {
  color: #9c6d3d;
}
.footer-content.right {
  text-align: right;
  margin: 0;
  flex-direction: column;
  align-items: end;
  justify-content: flex-start;
}
.footer-content.right .footer-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  height: 175px;
  margin: 0 0 75px 0;
}
.footer-content.right .footer-contact button {
  margin: 25px 0;
}
.footer-content.right .footer-contact p {
  margin: 2.5px 0;
}
@media screen and (max-width: 615px) {
  .footer-content.right {
    text-align: left;
    align-items: start;
  }
  .footer-content.right .footer-contact {
    align-items: flex-start;
  }
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  padding-left: 100px !important;
  padding-right: 100px !important;
  background-size: cover;
  background-repeat: no-repeat;
}
section.first {
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  section {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media screen and (max-width: 700px) {
  section {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  section.first {
    padding-top: 125px;
  }
}
@media screen and (max-width: 375px) {
  section {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
section.pad {
  padding-top: 100px;
  padding-bottom: 100px;
}
section.hero {
  height: 100vh;
  max-height: 1200px;
  min-height: 550px;
  margin: 0;
}
@media screen and (max-width: 570px) {
  section.hero {
    align-items: flex-start;
    padding-top: 120px;
  }
}
section.work {
  padding: 0 !important;
  display: flex;
}
section.home-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../images/home-hero.jpg");
}
section.two-column {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 75px;
  margin: auto;
}

.spacer {
  display: block;
  height: 130px; /* height of the nav */
  margin-top: -130px; /* height of the nav */
  visibility: hidden;
}
.spacer.flush {
  height: 100px; /* height of the nav */
  margin-top: -100px; /* height of the nav */
}
@media screen and (max-width: 700px) {
  .spacer {
    height: 100px; /* height of the nav */
    margin-top: -100px; /* height of the nav */
  }
}

.content {
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: column;
}

.two-column-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 50px 0;
  gap: 75px;
}
.two-column-content.reverse {
  flex-direction: row-reverse;
}
.two-column-content .two-column-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
  width: 100%;
  max-width: 550px;
  max-height: 600px;
  margin: 0;
}
.two-column-content .two-column-img.steps {
  background-image: url("../images/home-start.jpg");
  border-radius: 20px;
}
@media screen and (max-width: 850px) {
  .two-column-content .two-column-img.steps {
    display: none;
  }
}
.two-column-content .two-column-img.about-img {
  background-image: url("../images/home-start.jpg");
  border-radius: 20px;
  height: 500px;
}
@media screen and (max-width: 850px) {
  .two-column-content .two-column-img.about-img {
    display: none;
  }
}
.two-column-content .two-column-text {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 900px) {
  .two-column-content {
    flex-direction: column-reverse !important;
    margin: 0;
  }
  .two-column-content.about-content {
    flex-direction: column !important;
    gap: 15px;
  }
  .two-column-content.about-content .two-column-text {
    margin: 25px 0;
  }
  .two-column-content .two-column-img {
    max-width: none;
    margin: 0 !important;
    height: 500px;
  }
}

.bk {
  display: none;
}
@media screen and (max-width: 425px) {
  .bk {
    display: block;
  }
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 50px 0 25px 0;
}
.hero-content h1, .hero-content h2, .hero-content h3, .hero-content h4, .hero-content p {
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 100px;
}
.hero-content h1 {
  margin: 50px 0;
}
.hero-content p {
  font-size: 24px;
  line-height: 34px;
}
.hero-content button {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .hero-content {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 0 25px 0;
  }
}
@media screen and (max-width: 525px) {
  .hero-content p {
    font-size: 20px !important;
  }
  .hero-content p br {
    display: none;
  }
}

.mo-car {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.motion-carousel-content {
  justify-content: center;
  align-items: center;
  padding: 0;
}

.motion-carousel {
  width: 100%;
  display: flex;
  gap: 50px;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  margin: 50px 0;
}

.feature-screen {
  position: relative;
  width: 400px;
  min-width: 325px;
  height: 500px;
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.feature-screen.feature-1 {
  background-image: url("../images/feature-1.jpg");
}
.feature-screen.feature-2 {
  background-image: url("../images/feature-2.jpg");
}
.feature-screen.feature-3 {
  background-image: url("../images/feature-3.jpg");
}
.feature-screen.feature-4 {
  background-image: url("../images/feature-4.jpg");
}
.feature-screen.feature-5 {
  background-image: url("../images/feature-5.jpg");
}
.feature-screen.feature-6 {
  background-image: url("../images/feature-6.jpg");
}
.feature-screen.feature-7 {
  background-image: url("../images/feature-7.jpg");
}
.feature-screen.feature-8 {
  background-image: url("../images/feature-8.jpg");
}
@media screen and (max-width: 400px) {
  .feature-screen {
    width: 275px;
    height: 350px;
  }
}

.who-we-are-content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.who-we-are-content svg {
  width: 40px;
  margin-bottom: 25px;
}
.who-we-are-content h1 {
  margin: 25px 0;
}
.who-we-are-content h2 {
  margin-top: 50px;
}
.who-we-are-content h3 {
  margin: 15px 0;
}
.who-we-are-content p {
  max-width: 450px;
  text-align: center;
  margin-bottom: 25px;
}

.potential {
  margin: 30px 0;
}

.section.coming {
  background-color: #000000;
  height: 50vh;
}

.coming-soon {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
}
.coming-soon h1 {
  color: #ffffff;
}

.why-choose-content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}
@media screen and (max-width: 500px) {
  .why-choose-content {
    padding: 150px 0 75px 0;
  }
}
.why-choose-content h1 {
  margin: 10px 0;
}

.pad-img {
  width: 100%;
  height: 500px;
  padding: 0px;
  margin: 50px auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}
.pad-img.home-1 {
  background-image: url("../images/home-img-2.jpg");
  margin: 0 auto 100px auto;
}
.pad-img.about-1 {
  background-image: url("../images/about-1.jpg");
  background-position: bottom;
  margin: 10px;
}

.steps {
  display: flex;
  flex-direction: column;
  margin: 100px 0;
  text-align: center;
}
.steps h2 {
  margin: 15px 0;
}

.process-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  list-style-type: none;
  width: 100%;
}
.process-steps.about-steps {
  margin: 0;
}

.process-block {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  text-align: left;
}
.process-block.about-block {
  height: 75px;
  background: #e9ebec;
  padding-left: 25px;
  max-width: 600px;
}
@media screen and (max-width: 440px) {
  .process-block.about-block {
    padding: 15px;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.process-block .num {
  font-size: 28px;
  font-style: italic;
  width: 15px;
  margin: 0 25px 0 0;
  color: #9c6d3d;
}
.process-block svg {
  fill: none;
  stroke: #08141d;
  width: 40px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 50px;
}
@media screen and (max-width: 950px) {
  .process-block svg {
    width: 30px;
    top: 30px;
  }
}
@media screen and (max-width: 850px) {
  .process-block svg {
    width: 40px;
    top: auto;
  }
}
@media screen and (max-width: 450px) {
  .process-block svg {
    width: 30px;
    top: 30px;
  }
}
@media screen and (max-width: 345px) {
  .process-block svg {
    display: none;
  }
}

.process-block:hover {
  background: #e9ebec;
  padding-left: 25px;
}
@media screen and (max-width: 350px) {
  .process-block:hover {
    transform: translateX(20px);
  }
}
.process-block:hover svg {
  transform: translateX(25px);
  stroke: #9c6d3d;
}

.wide-img {
  background-position: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.wide-img.simple {
  background-image: url("../images/home-simple.jpg");
}
@media screen and (max-width: 650px) {
  .wide-img.simple {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), url("../images/home-simple.jpg");
    background-position: left;
    background-size: 150%;
  }
}
.wide-img.shop {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.65)), url("../images/shop-img.jpg");
}
.wide-img.sbcompany {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/about-sbco.jpg");
  margin: 100px 0;
}

.wide-content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50vh;
  max-height: 1200px;
}
.wide-content.right {
  padding: 0 0 0 60%;
}
@media screen and (max-width: 650px) {
  .wide-content.right {
    padding: inherit;
  }
}
.wide-content h1, .wide-content h2, .wide-content h3 {
  color: #ffffff;
}
.wide-content h2 {
  margin: 15px 0;
  font-weight: 200;
  line-height: 28px;
}
.wide-content .sb-logo {
  width: 400px;
  margin: 5px 0;
}
.wide-content .sb-logo path {
  fill: #ffffff;
}
@media screen and (max-width: 500px) {
  .wide-content .sb-logo {
    width: 300px;
  }
}
.wide-content .sb-logo:hover path {
  fill: #9c6d3d;
}

.checklist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 25px;
  counter-reset: list-counter;
  list-style-type: none;
  margin: 25px 0;
  padding: 0 0 0 10px;
}
.checklist.lineup-list {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 7px;
  margin: 15px 0 0 0;
}
.checklist.lineup-list li:before {
  width: 17.5px;
  height: 12px;
}
@media screen and (max-width: 750px) {
  .checklist {
    grid-template-columns: repeat(1, 1fr);
  }
  .checklist.lineup-list {
    row-gap: 5px;
  }
}
.checklist p {
  font-size: 14px;
  color: #696C6E;
}
.checklist li {
  margin: 0;
  position: relative;
  padding: 0 0 0 30px;
}
.checklist li::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 17px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 20 17" fill="%23BF8C60"><svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 20 17"><path d="M7.24 15.97.71 9.41l2.84-2.82 3.69 3.71 9.21-9.27 2.84 2.82L7.24 15.97z"/></svg>"><path d="M7.24 15.97.71 9.41l2.84-2.82 3.69 3.71 9.21-9.27 2.84 2.82L7.24 15.97z"/></svg>');
  position: absolute;
  left: -2%;
  top: 50%;
  transform: translateY(-50%);
}

.step:hover h2 {
  color: #9c6d3d;
}
.step:hover svg {
  transform: translateX(5px);
}

.contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 100px 0 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
}
.contact h1 {
  margin-bottom: 10px;
}
.contact h2 {
  text-align: center;
}

.contact-content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: auto;
}
.contact-content svg {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
  fill: #9c6d3d;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  width: 100%;
  margin: 50px 0 0 0;
}

.row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.input-group {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.input-group.full-width {
  flex: 100%;
}

label {
  font-family: "new-frank", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 12px;
}

input, select {
  min-height: 38px !important;
  height: 38px !important;
}

input, textarea, select {
  padding: 10px;
  border: 1px solid #08141d;
  background-color: #ffffff;
  border-radius: 3px;
  font-size: 14px;
  font-family: "new-frank", sans-serif;
  font-weight: 400;
  color: #08141d;
}

input:focus, textarea:focus, select:focus {
  border-color: #9c6d3d; /* Change border color */
  outline: none;
  box-shadow: 0 0 1px #9c6d3d; /* Add a glowing effect */
}

textarea {
  resize: vertical;
  height: 100px;
  max-height: 300px;
  min-height: 100px;
}

button.submit-button {
  background: #08141d;
  padding: 15px 50px;
  color: #ffffff;
  border-radius: 0;
  font-size: 12px;
  cursor: pointer;
  align-self: flex-start;
  margin: 15px 0 0 0;
}

button.submit-button:hover {
  background: #9c6d3d;
}

.carousel-container {
  position: relative;
  width: 100%;
}

.carousel {
  width: 100%;
  display: grid;
  place-items: start;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, auto);
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* For Firefox */
}

.carousel::-webkit-scrollbar {
  display: none; /* For Chrome, Safari, and Edge */
}

.carousel-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  margin: 0;
  width: 100%;
}

.prevnext {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 85px;
  position: absolute;
  bottom: -75px;
  right: 0px;
}
.prevnext.center {
  bottom: -75px;
  right: 50%;
  transform: translate(50%, 0%);
}
.prevnext.mobile-only {
  display: none;
}
@media screen and (max-width: 930px) {
  .prevnext.mobile-only {
    display: flex;
  }
}
.prevnext button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8px 8px 8px 8px;
  margin: 0;
  width: 38px;
  height: 38px;
  background-color: #e9ebec;
  border-radius: 100px;
  border: 0;
  transition: background-color 0.3s ease;
}
.prevnext button svg {
  height: 15px;
}
.prevnext button svg path {
  stroke: #32362E;
}
.prevnext .prev {
  transform: rotate(180deg);
}

.lineup {
  padding-bottom: 75px;
}

.lineup-carousel {
  margin: 50px 0;
}
@media screen and (max-width: 930px) {
  .lineup-carousel {
    margin-bottom: 125px;
  }
}

.lineup-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lineup-container br {
  display: none;
}
@media screen and (max-width: 500px) {
  .lineup-container br {
    display: block;
  }
}

.center-title {
  text-align: center;
  margin-bottom: 50px;
}
.center-title h1 {
  margin-bottom: 15px;
}

.lineup-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .lineup-grid {
    gap: 20px;
  }
}

.lineup-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  min-width: 280px;
  border-radius: 20px;
  padding: 0 0 10px 0;
}
.lineup-box li {
  color: #696C6E;
}
.lineup-box .lineup-content {
  transition: all 0.3s ease-in-out;
  width: 100%;
  border-radius: 20px;
  padding: 0 0 0 10px;
  position: relative;
  margin-top: 20px;
}
.lineup-box .lineup-content svg {
  position: absolute;
  top: 30px;
  right: 40px;
  stroke: #08141d;
  width: 40px;
  transition: all 0.3s ease-in-out;
}
.lineup-box:hover .lineup-content {
  padding-left: 25px;
  transition-delay: 0.05s;
}
.lineup-box:hover .lineup-img {
  opacity: 75%;
}
.lineup-box:hover svg {
  transform: translateX(15px);
  stroke: #9c6d3d;
}

.lineup-img {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  transition: all 0.5s ease-in-out;
}
.lineup-img.bronze {
  background-image: url("../images/shop-bronze.jpg");
  background-position: center;
}
.lineup-img.silver {
  background-image: url("../images/shop-silver.jpg");
  background-position: top 0;
}
.lineup-img.gold {
  background-image: url("../images/shop-gold.jpg");
  background-position: center;
}

.prod-details {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 100px;
  margin: 100px 0;
}
.prod-details .wide {
  margin: 50px 0 -50px 0;
}

.product-title h2 {
  font-size: 18px;
}
.product-title span {
  font-family: "new-frank", sans-serif;
  font-size: 20px;
  font-weight: 100;
  margin: 0 0 3px 10px;
}
.product-title p {
  line-height: 23px;
  margin: 10px 0;
}

.product-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 0;
  width: 100%;
  margin: 0;
}
.product-container.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  .product-container {
    flex-direction: column;
    gap: 20px;
  }
  .product-container.reverse {
    flex-direction: column;
  }
}

.product-img {
  width: 100%;
  height: 600px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
.product-img.gold {
  background-image: url("../images/color-gold-1.jpg");
}
.product-img.silver {
  background-image: url("../images/color-sand.jpg");
}
.product-img.bronze {
  background-image: url("../images/color-pebble-b.jpg");
}
@media screen and (max-width: 800px) {
  .product-img {
    width: 100%;
    height: 100vw;
  }
}
@media screen and (max-width: 400px) {
  .product-img {
    background-size: 140%;
  }
}

.product-info {
  width: 650px;
}
.product-info h1 {
  margin: 0;
}
.product-info h2 {
  font-weight: 500;
}
@media screen and (max-width: 800px) {
  .product-info {
    width: 100%;
  }
}

.prod-options {
  margin: 30px 0;
}
.prod-options span {
  color: #696C6E;
  font-size: 12px;
  font-weight: 400;
  margin-left: 12px;
}

.prod-options-grid {
  display: grid;
  width: -moz-fit-content;
  width: fit-content;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin: 10px 0;
}
.prod-options-grid.app {
  gap: 10px;
}

.custom {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}
.custom:hover .contact-for-details p {
  color: #9c6d3d;
}

.custom-color {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px 20px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  border: 1px solid #08141d;
  border-radius: 50px;
}
.custom-color p {
  color: #08141d;
  font-weight: 500;
  margin: 0;
}
.custom-color svg {
  width: 20px;
  height: 20px;
}

.contact-for-details {
  height: -moz-fit-content;
  height: fit-content;
}
.contact-for-details p {
  font-size: 10px;
  line-height: 20px;
  margin: 0;
}

.underline {
  display: inline-block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.underline::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #9c6d3d;
  position: absolute;
  bottom: 2px;
  left: 0;
}

.color {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
}
.color.white {
  background-color: #ffffff;
}
.color.pebble {
  background-color: #E2E2E2;
}
.color.espresso {
  background-color: #553604;
}
.color.slate {
  background-color: #504F4F;
}
.color.sand {
  background-color: #D0C3B0;
}
.color:hover {
  outline: 1px solid;
  outline-color: #08141d;
}

.color.selected {
  outline: 1px solid;
  outline-color: #08141d;
}

.adf-options {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  width: 75px;
}
.adf-options p {
  font-size: 11px;
  line-height: 13px;
  color: #696C6E;
  margin: 10px 0 0 0;
}
.adf-options:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
}

.adf {
  display: block;
  width: 60px;
  height: 60px;
  border: 2px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 2px;
  background-color: #e9ebec;
  position: relative; /* For positioning the tooltip */
  display: inline-block; /* Adjust as needed */
}
.adf.full {
  background-image: url(../images/app-full.svg);
}
.adf.partial {
  background-image: url(../images/app-overlay.svg);
}
.adf.inset {
  background-image: url(../images/app-inset.svg);
}
.adf:hover {
  outline: 1px solid;
  outline-color: #08141d;
}

.tooltip {
  position: absolute;
  top: -360px;
  left: 0;
  width: 275px;
  background: #fff;
  border: 1px solid #e9ebec;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 500;
}
@media screen and (max-width: 1200px) {
  .tooltip.left-1 {
    left: -100%;
  }
  .tooltip.left-2 {
    left: -200%;
  }
}
@media screen and (max-width: 400px) {
  .tooltip {
    top: -370px;
    left: 0;
  }
}
.tooltip h3 {
  margin: 0;
}
.tooltip p {
  font-size: 10px;
  line-height: 15px !important;
  margin: 0;
}
.tooltip img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px 0; /* Center image and add space below */
}

.about {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}

.about-content {
  align-items: flex-start;
}
.about-content h2 {
  font-family: "ivyora-display", serif;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.leadership {
  padding: 50px 0 100px 0;
  width: 100%;
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  width: 100%;
  gap: 50px;
}
@media screen and (max-width: 1000px) {
  .leadership-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .leadership-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .leadership-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.leader {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.leader img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin: 20px 0;
  transition: opacity 0.3s ease;
}
.leader:hover .bio-link::after {
  transform: translateX(5px);
}
.leader:hover img {
  opacity: 85%;
}

.bio-link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.bio-link p {
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.bio-link::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 10px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" id="a" data-name="Layer 1" viewBox="0 0 37 12.01" stroke="%23BF8C60"><path d="M0 6h35M30 .35l6 6M30 11.65l6-6" class="b"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0 0 10px;
  transition: transform 0.3s ease;
}

.bio {
  margin: 5px 0 0 0 !important;
}
@media screen and (max-width: 800px) {
  .bio {
    display: none;
  }
}

.bio-modal {
  display: none;
  position: fixed;
  justify-content: center;
  margin: 100px 0 0 0;
  z-index: 1000;
  left: 0;
  top: 0;
  padding: 50px 100px;
  width: 100vw;
  height: calc(100vh - 100px);
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1150px) {
  .bio-modal {
    padding: 25px;
  }
}
@media screen and (max-width: 700px) {
  .bio-modal {
    padding: 25px;
    margin: 80px 0 0 0;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 550px) {
  .bio-modal {
    padding: 0;
  }
}

.bio-modal-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 50px;
  background-color: #ffffff;
  padding: 50px;
  margin: 0;
  min-width: 300px;
  max-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: scroll;
  position: relative;
  border-radius: 10px;
  background-color: #e9ebec;
}
.bio-modal-content h2 {
  font-family: "ivyora-display", serif;
  font-size: 30px;
  font-weight: 400;
}
.bio-modal-content h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 10px 0;
  color: #9c6d3d;
}
@media screen and (max-width: 1150px) {
  .bio-modal-content {
    gap: 25px;
    flex-direction: column;
    max-width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .bio-modal-content {
    width: 100vw;
    max-width: none;
    border-radius: 0;
    padding: 75px 20px;
  }
  .bio-modal-content .modal-img {
    width: 100%;
  }
}

.bio-modal-content {
  height: -moz-fit-content;
  height: fit-content;
}

.modal-img {
  width: 400px;
  border-radius: 20px;
}

.close {
  position: absolute; /* Changed to absolute to position within .bio-modal-content */
  top: 20px; /* Adjust as needed */
  right: 20px; /* Adjust as needed */
  display: flex;
  width: 30px;
  height: 30px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  z-index: 1001; /* Higher than the modal's z-index */
}
.close.mobile {
  display: none;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1000px) {
  .close.mobile {
    display: inline;
    top: 25px; /* Adjust as needed */
    right: 50px; /* Adjust as needed */
  }
}
@media screen and (max-width: 650px) {
  .close.mobile {
    display: block;
    top: 25px; /* Adjust as needed */
    right: 25px; /* Adjust as needed */
  }
}
.close .close-line,
.close .close-line::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background-color: #08141d;
  position: absolute;
}
.close .close-line {
  transform: translateY(-7px);
  transform: rotate(-45deg);
}
.close .close-line::after {
  transform: translateY(-7px);
  transform: rotate(90deg);
}

.close:hover .close-line,
.close:hover .close-line::after {
  background-color: #9c6d3d;
}

.find-us {
  padding: 50px 0;
  width: 100%;
}

.find-us-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  width: 100%;
  margin: 20px 0;
}
@media screen and (max-width: 1000px) {
  .find-us-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 600px) {
  .find-us-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
}

.find-us-item {
  border: 1px solid #e9ebec;
  border-radius: 20px;
  padding: 20px;
  height: 160px;
  width: 100%;
}
.find-us-item h3 {
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
  .find-us-item {
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 20px 12px 20px;
  }
}

iframe {
  width: 100%;
  border-radius: 20px;
  margin-top: 25px;
  height: 600px;
}

.banner-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 100px 0;
  padding: 0 25px;
  width: 100%;
  text-align: center;
}
.banner-text h1 {
  margin: 20px 0;
  max-width: 1000px;
}
@media screen and (max-width: 550px) {
  .banner-text h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 400px) {
  .banner-text h1 {
    font-size: 28px;
  }
}
.banner-text span {
  color: #9c6d3d;
}
@media screen and (max-width: 850px) {
  .banner-text br {
    display: none;
  }
}

.explainer {
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 75px 0;
}
.explainer h1 {
  margin: 15px 0 10px 0;
}

.full-img {
  width: 100%;
  height: 500px;
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.full-img h1, .full-img h2, .full-img h3, .full-img p {
  color: #ffffff;
}
.full-img.team {
  background-image: url("../images/team-group.jpg");
}
.full-img.logo-cta {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/why-bottom.jpg");
  height: 600px;
  text-align: center;
}

.why-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.why-content h1, .why-content h2, .why-content h3, .why-content p {
  color: #ffffff;
  text-align: center;
}
.why-content h1 {
  margin: 10px 0 0 0;
}

.num-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
}
.num-title svg {
  width: 35px;
  min-width: 35px;
  fill: #9c6d3d;
}
.num-title h1 {
  margin: 0 0 0 15px;
  line-height: 40px;
}

.subtext {
  max-width: 500px;
  margin: 10px 0;
}
@media screen and (max-width: 675px) {
  .subtext {
    width: 100%;
  }
}

.finishes {
  margin: 20px 0;
}

.gallery-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.gallery-content {
  max-width: 1500px;
  width: 100%;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between !important;
  margin: auto;
}

.gallery-header {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.gallery {
  padding: 0 0 25px 0;
}
@media screen and (max-width: 1000px) {
  .gallery {
    padding: 0 0 25px 0;
  }
}

.gallery-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 1200px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 500px) {
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.gallery-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.gallery-item:hover {
  opacity: 0.75;
}

.filter {
  position: sticky;
  top: 130px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 65px 25px 0 0;
  width: 250px;
  height: calc(100vh - 130px);
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  z-index: 500;
  background-color: #ffffff;
}
@media screen and (max-width: 1000px) {
  .filter {
    position: fixed;
    right: -200%;
    width: 100vw;
    height: 100vh;
    max-height: none;
    padding: 60px 50px 100px 50px;
    transition: right 0.5s ease-in-out;
  }
  .filter.change {
    right: 0;
  }
}
@media screen and (max-width: 650px) {
  .filter {
    top: 80px;
    padding: 60px 25px 100px 25px;
  }
}

.filter-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px 0;
}
@media screen and (max-width: 1000px) {
  .filter-header h2, .filter-header button {
    margin: 0;
  }
}

.filter-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  border: none;
  min-height: 60px;
}
.filter-group label {
  font-family: "ivyora-display", serif;
  font-size: 13px;
  font-weight: 500;
  margin: 8px 0;
  position: relative;
  cursor: pointer;
}

.filter-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.filter-checkbox {
  margin: 0 10px 0 0;
}

.dropdown-toggle {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  height: 60px;
}
.dropdown-toggle h3 {
  font-family: "ivyora-display", serif;
}

.dropdown-toggle::after {
  content: ""; /* Down arrow */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" data-name="Layer 1" viewBox="0 0 20 20" fill="none" stroke="black" stroke-width="3px"><path d="M2.12 13.9 10 6.11l7.88 7.79"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 25px;
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.dropdown-content {
  display: none;
  max-height: 0; /* Initially hide the content */
  overflow: hidden;
  transition: all 0.3s ease-out; /* Add transition for smooth expansion */
  padding: 0 0 15px 0;
}
.dropdown-content label {
  display: block;
  font-family: "new-frank", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0;
  position: relative;
  cursor: pointer;
}

.filter-group.active {
  min-height: auto;
}

.filter-group.active .dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: -moz-fit-content;
  max-height: fit-content; /* Maximum height when expanded, adjust as needed */
}

.filter-group.active .dropdown-toggle::after {
  transform: rotate(0deg);
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(255, 255, 255); /* Changed to dark overlay for better visibility */
  transition: opacity 0.3s ease-in-out; /* Adds fade transition */
  opacity: 0; /* Start with no opacity */
  overflow: hidden;
}

.modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  max-height: 800px;
  overflow: scroll;
}
@media screen and (max-width: 600px) {
  .modal-content {
    padding: 5px;
  }
}

.modal-image {
  max-width: 100%;
  max-height: 100%;
}

.modal-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.25);
  color: white;
  border: none;
  padding: 10px 20px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  cursor: pointer;
  z-index: 1001;
}
.modal-nav:hover {
  border: none;
  background: rgba(0, 0, 0, 0.75);
}

.modal-nav svg {
  width: 15px;
  min-width: 15px;
  height: 15px;
  stroke: white;
  fill: none;
  stroke-width: 2px;
}

.modal-nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.modal-nav.prev {
  left: 20px;
}
.modal-nav.prev svg {
  transform: rotate(180deg);
}

.modal-nav.next {
  right: 20px;
}

.modal-nav:disabled {
  background: rgba(0, 0, 0, 0.2);
  cursor: not-allowed;
}

.gallery-item.image-1 {
  background-image: url("../images/gallery/image-1.jpg");
}
.gallery-item.image-2 {
  background-image: url("../images/gallery/image-2.jpg");
}
.gallery-item.image-3 {
  background-image: url("../images/gallery/image-3.jpg");
}
.gallery-item.image-4 {
  background-image: url("../images/gallery/image-4.jpg");
}
.gallery-item.image-5 {
  background-image: url("../images/gallery/image-5.jpg");
}
.gallery-item.image-6 {
  background-image: url("../images/gallery/image-6.jpg");
}
.gallery-item.image-7 {
  background-image: url("../images/gallery/image-7.jpg");
}
.gallery-item.image-8 {
  background-image: url("../images/gallery/image-8.jpg");
}
.gallery-item.image-9 {
  background-image: url("../images/gallery/image-9.jpg");
}
.gallery-item.image-10 {
  background-image: url("../images/gallery/image-10.jpg");
}
.gallery-item.image-11 {
  background-image: url("../images/gallery/image-11.jpg");
}
.gallery-item.image-12 {
  background-image: url("../images/gallery/image-12.jpg");
}
.gallery-item.image-13 {
  background-image: url("../images/gallery/image-13.jpg");
}
.gallery-item.image-14 {
  background-image: url("../images/gallery/image-14.jpg");
}
.gallery-item.image-15 {
  background-image: url("../images/gallery/image-15.jpg");
}
.gallery-item.image-16 {
  background-image: url("../images/gallery/image-16.jpg");
}
.gallery-item.image-17 {
  background-image: url("../images/gallery/image-17.jpg");
}
.gallery-item.image-18 {
  background-image: url("../images/gallery/image-18.jpg");
}
.gallery-item.image-19 {
  background-image: url("../images/gallery/image-19.jpg");
}
.gallery-item.image-20 {
  background-image: url("../images/gallery/image-20.jpg");
}
.gallery-item.image-21 {
  background-image: url("../images/gallery/image-21.jpg");
}
.gallery-item.image-22 {
  background-image: url("../images/gallery/image-22.jpg");
}
.gallery-item.image-23 {
  background-image: url("../images/gallery/image-23.jpg");
}
.gallery-item.image-24 {
  background-image: url("../images/gallery/image-24.jpg");
}
.gallery-item.image-25 {
  background-image: url("../images/gallery/image-25.jpg");
}
.gallery-item.image-26 {
  background-image: url("../images/gallery/image-26.jpg");
}
.gallery-item.image-27 {
  background-image: url("../images/gallery/image-27.jpg");
}
.gallery-item.image-28 {
  background-image: url("../images/gallery/image-28.jpg");
}
.gallery-item.image-29 {
  background-image: url("../images/gallery/image-29.jpg");
}
.gallery-item.image-30 {
  background-image: url("../images/gallery/image-30.jpg");
}
.gallery-item.image-31 {
  background-image: url("../images/gallery/image-31.jpg");
}
.gallery-item.image-32 {
  background-image: url("../images/gallery/image-32.jpg");
}
.gallery-item.image-33 {
  background-image: url("../images/gallery/image-33.jpg");
}
.gallery-item.image-34 {
  background-image: url("../images/gallery/image-34.jpg");
}
.gallery-item.image-35 {
  background-image: url("../images/gallery/image-35.jpg");
}
.gallery-item.image-36 {
  background-image: url("../images/gallery/image-36.jpg");
}
.gallery-item.image-37 {
  background-image: url("../images/gallery/image-37.jpg");
}
.gallery-item.image-38 {
  background-image: url("../images/gallery/image-38.jpg");
}
.gallery-item.image-39 {
  background-image: url("../images/gallery/image-39.jpg");
}
.gallery-item.image-40 {
  background-image: url("../images/gallery/image-40.jpg");
}
.gallery-item.image-41 {
  background-image: url("../images/gallery/image-41.jpg");
}/*# sourceMappingURL=stylesheet.css.map */