@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

:root {
  --gold: #d1ba74;
  --gold-two: #e8d18c;
}

body {
  font-family: "Open Sans", sans-serif;
}

header {
  background: #000;
  color: #fff;
}

.header-top {
  padding: 8px 0;
}
.navbar-nav {
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
}

.navbar-nav .menu-item a {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}

.navbar-nav .menu-item a:hover {
  color: var(--gold);
}

.navbar-nav .menu-item:hover .sub-menu,
.footer-menu .menu-item:hover .sub-menu {
  display: block;
  padding: 20px;
}

a {
  text-decoration: none;
  color: var(--gold);
}

a.link-black {
  color: #000;
}

a .feather {
  color: #fff;
}

a .feather:hover {
  color: var(--gold);
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  font-weight: 800;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  color: var(--gold);
  font-weight: 800;
}

section {
  padding: 50px 0;
}

.no-top-padding {
  padding-top: 0 !important;
}

section.with-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  padding: 500px 0 60px;
  position: relative;
}

section.with-bg .container {
  z-index: 2;
  position: relative;
}

section.with-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
}

.btn {
  border-radius: 0;
  font-weight: bold;
}

.btn-primary {
  border-radius: 8px;
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}

.btn:hover {
  color: var(--gold) !important;
}
.btn-gold {
  background-color: var(--gold) !important;
  text-transform: uppercase;
  padding: 5px 20px;
}

.btn-gold:hover {
  background-color: var(--gold-two);
}

.btn-transform {
  padding: 5px 40px;
  background: transparent;
  border-width: 2px;
  position: relative;
  box-shadow: -4px -4px 0 var(--btn-color);
  transition: box-shadow 0.2s ease-in-out;
}

.btn-transform.btn-dark {
  --btn-color: #000;
  color: var(--btn-color);
  background-color: #fff;
}

.btn-transform.btn-light {
  --btn-color: #fff;
  color: var(--btn-color);
  background-color: #000;
}

.btn-black {
  background-color: #000;
  color: #fff;
}

.btn-uppercase {
  text-transform: uppercase;
}

.logo-holder {
  width: auto;
  text-align: right;
  color: #fff;
}
.logo-text {
  font-style: italic;
  font-size: 12px;
  text-transform: uppercase;
}

.carousel img {
  max-height: 600px;
}

.carousel-caption {
  right: 30px;
  left: auto;
  text-align: left;
}

.object-cover {
  object-fit: cover;
}

.text-gold {
  text-transform: uppercase;
  color: var(--gold);
}

.place-name {
  text-transform: uppercase;
  color: var(--gold);
  font-size: 18px;
  position: relative;
  margin-left: 20px;
}

.place-name:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #d1ba74; /* SVG fill color */
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.782 55.36c5.513.635 10.687-1.049 14.638-4.763c4.012-3.771 5.817-7.914 5.817-13.354c0-5.508-1.823-9.633-5.955-13.478c-1.826-1.7-4.227-3.095-6.844-3.978c-2.14-.723-6.883-.903-9.427-.358c-2.833.606-6.203 2.365-8.336 4.349c-3.99 3.712-5.901 8.075-5.901 13.465c0 3.231.472 5.255 1.915 8.206c1.05 2.147 1.444 2.682 3.406 4.633c1.708 1.699 2.645 2.425 4.074 3.159c2.355 1.208 4.406 1.865 6.613 2.12zm1.036 44.214c-.388-.236-2.127-1.926-3.865-3.756C31.64 81.798 22.345 68.161 17.3 55.241c-1.518-3.887-2.08-5.85-2.675-9.33c-1.823-10.67.36-21.094 6.272-29.96c2.25-3.375 6.816-7.95 10.075-10.098c11.891-7.835 26.22-7.802 38.166.087c3.1 2.048 7.711 6.702 9.906 10c4.018 6.039 6.16 12.237 6.81 19.715c.531 6.102-.383 12.06-2.862 18.694c-4.826 12.902-13.598 25.78-28.706 42.144c-3.373 3.653-3.971 3.99-5.468 3.08z'%3E%3C/path%3E%3C/svg%3E")
    center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47.782 55.36c5.513.635 10.687-1.049 14.638-4.763c4.012-3.771 5.817-7.914 5.817-13.354c0-5.508-1.823-9.633-5.955-13.478c-1.826-1.7-4.227-3.095-6.844-3.978c-2.14-.723-6.883-.903-9.427-.358c-2.833.606-6.203 2.365-8.336 4.349c-3.99 3.712-5.901 8.075-5.901 13.465c0 3.231.472 5.255 1.915 8.206c1.05 2.147 1.444 2.682 3.406 4.633c1.708 1.699 2.645 2.425 4.074 3.159c2.355 1.208 4.406 1.865 6.613 2.12zm1.036 44.214c-.388-.236-2.127-1.926-3.865-3.756C31.64 81.798 22.345 68.161 17.3 55.241c-1.518-3.887-2.08-5.85-2.675-9.33c-1.823-10.67.36-21.094 6.272-29.96c2.25-3.375 6.816-7.95 10.075-10.098c11.891-7.835 26.22-7.802 38.166.087c3.1 2.048 7.711 6.702 9.906 10c4.018 6.039 6.16 12.237 6.81 19.715c.531 6.102-.383 12.06-2.862 18.694c-4.826 12.902-13.598 25.78-28.706 42.144c-3.373 3.653-3.971 3.99-5.468 3.08z'%3E%3C/path%3E%3C/svg%3E")
    center/contain no-repeat;
  position: absolute;
  left: -20px;
  top: 4px;
}

.location-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  font-size: 14px;
  height: 100%;
}
.location-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.p-20 {
  padding: 20px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-blog {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 100px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-neg {
  position: relative;
  margin-bottom: -200px;
}

.gap-20 {
  gap: 20px;
}

.location-section {
  position: relative;
}
.mb-location {
  margin-bottom: 120px;
}

.employee-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: var(--gold-two);
  flex: 0 0 300px;
}
.employee-card img {
  width: 100%;
  height: 300px;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.location-card a,
.employee-card a {
  color: var(--bs-body-color);
}

.employee-name {
  font-weight: bold;
  font-size: 18px;
}
.text-uppercase {
  text-transform: uppercase;
}
.card-scroller {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  overflow: auto;
  white-space: nowrap;
  padding: 40px;
  position: relative;
  margin-left: -40px;
}

.testimonial-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: var(--gold-two);
  text-align: center;
  font-style: italic;
  white-space: wrap;
}
.testimonial-card:nth-child(even) {
  background-color: #fff;
}

.grad-gold {
  background: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 40%,
    rgba(209, 186, 116, 1) 85%,
    rgba(209, 186, 116, 1) 100%
  );
}

.bg-black {
  background-color: #000;
}

.bg-gold {
  background-color: var(--gold-two);
}

.bg-right-gold {
  background: #fff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 50%,
    rgba(209, 186, 116, 1) 50%
  );
}

footer {
  background: #000;
  color: #727272;
  padding: 20px 0;
}

.footer-menu ul {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  gap: 5px;
}

.footer-menu ul li {
  list-style: none;
  position: relative;
}

.footer-menu a {
  color: #727272;
}

.footer-menu a:hover {
  color: #fff;
}

.footer-menu .sub-menu {
  display: none;
  position: absolute;
  right: 0;
}

.mobile-nav .navbar-nav {
  text-align: left;
}

.langs {
  display: flex;
  gap: 20px;
  text-transform: uppercase;
  margin: 0;
}
.langs li {
  list-style: none;
}
.langs a {
  color: #fff;
}

.langs .current-lang a {
  font-weight: bold;
}

.social {
  display: flex;
  gap: 30px;
}

.social img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.filters {
  margin: 20px 0;
}
.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
.filter-item {
  border: 2px solid var(--gold);
  padding: 5px 20px;
  cursor: pointer;
}

.filter-item input[type="checkbox"] {
  display: none;
}

.filter-item:hover,
.fitler-item.active,
.filter-item:has(:checked) {
  background-color: var(--gold);
}

.font-bold {
  font-weight: bold;
}

.service-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  flex: 0 0 300px;
}
.service-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.service-card p {
  white-space: wrap;
}

.article-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  height: 100%;
}
.article-card img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
}

.product-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  flex: 0 0 100%;
  max-width: 300px;
  text-align: center;
  border: 2px solid var(--gold);
}
.product-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.box-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.gallery-grid-small {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}

.gallery-grid > * {
  width: 100%;
  height: auto;
  aspect-ratio: 2/3;
  object-fit: cover;
}

.gallery-grid img,
.gallery-grid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-grid-small > * {
  aspect-ratio: 1/1;
}

.gallery-line {
  color: #000;
  display: flex;
  padding: 20px;
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
  text-transform: uppercase;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.gallery-line .feather {
  color: #000;
  width: 30px;
  height: 30px;
}

.gallery-line:hover {
  color: #fff;
  background: #000;
}

.gallery-line:hover .feather {
  color: #fff;
}

.label {
  background-color: var(--gold);
  padding: 5px 12px;
  color: #000;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
}
.text-small {
  font-size: 12px;
}

.mobile-nav {
  background-color: #000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #fff;
  display: none;
  padding: 10px 20px;
}

.navbar-toggler {
  border: none;
  padding: 0;
}

.service-line:nth-child(even) {
  background-color: #eee;
}

.floating-search {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 0;
}

.item-title {
  white-space: normal;
}

.item-text {
  white-space: normal;
}

.page-img img {
  width: 100%;
  height: auto;
  min-height: 80vh;
  object-fit: cover;
}

.partner-img img {
  width: 50%;
  height: 100px;
  object-fit: contain;
}

.product-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.full-img img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.max-h-300 {
  max-height: 400px;
}

.dropdown-menu {
  border-radius: 0;
}

.blog-main-img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.text-dark {
  color: #000 !important;
}

.text-dark a {
  color: #000 !important;
}

@media only screen and (min-width: 991px) {
  .w-lg-50 {
    width: 50%;
  }
}

@media only screen and (min-width: 600px) {
  .navbar-nav {
    gap: 20px;
  }
}

@media only screen and (max-width: 800px) {
  section {
    padding: 40px 0;
  }
  .navbar-nav {
    align-items: flex-start;
  }
  .logo-holder {
    max-width: 180px;
    display: block;
  }
  .logo {
    width: 100%;
  }
  .mobile-nav {
    display: block;
  }
  footer {
    padding-bottom: 100px;
  }
  .bg-right-gold {
    background: #fff;
  }
  .gallery-grid {
    display: flex;
    white-space: nowrap;
    overflow-y: auto;
  }
  .gallery-grid > * {
    min-width: 200px;
  }
  .mt-blog {
    margin-top: 100px;
  }
  .carousel img {
    max-height: 300px;
  }
}
