






:root {
  --primary-color: #c9a353;
  --secondary-color: #09100d;
  --black-color: #11100f;
  --light-black-color: #251112;
  --dark-color: #172f27;
  --body-color: #4f4a43;
  --gray-color: #777F81;
  --light-color: #fbf5e7;

  
  --bs-gray-100: #F6F6F6;
  --bs-gray-300: #DCDCDC;
  --bs-primary-text-emphasis: var(--primary-color);
  --bs-body-color-rgb: 90, 90, 90;
  --bs-light-rgb: rgba(255, 255, 255, 1);
  --bs-dark-rgb: 41, 41, 41;
  --bs-primary-rgb: 178, 142, 113;
}


:root {
  --heading-font: "Poppins", sans-serif;
  --body-font: "Poppins", sans-serif;
}





*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  background-color: var(--light-color);
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 164%;
  letter-spacing: 0.32px;
  color: var(--body-color);
  margin: 0;
}

p {
  color: var(--body-color);
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  color: var(--primary-color);
}

.P5SiH3V {
  color: var(--light-color) !important;
}

.bcWIRfEt {
  color: var(--primary-color) !important;
}

.kgQkYW {
  color: var(--black-color) !important;
}


.bvEzX8nXzbW {
  background-color: var(--light-color) !important;
}

.wIYZSoGoa {
  background-color: var(--primary-color) !important;
}

.rDkqfqt96 {
  background-color: var(--secondary-color) !important;
}

.SpGhvNZ0Ry {
  background-color: var(--bs-gray-100) !important;
}




.EKGf56JU {
  padding-top: 8em;
  padding-bottom: 8em;
}

.fc9tAnmvgBG {
  padding-top: 10em;
  padding-bottom: 10em;
}

.AjUoW1Z810 {
  padding-top: 12em;
  padding-bottom: 12em;
}

@media only screen and (max-width: 990px) {
  .EKGf56JU {
    padding-top: 6em;
    padding-bottom: 6em;
  }
}


.rXm1Pvro {
  margin-top: 8.125em;
  margin-bottom: 8.125em;
}

.omTRGcEGmQV {
  margin-top: 10em;
  margin-bottom: 10em;
}

.sceRo8jB {
  margin-top: 12em;
  margin-bottom: 12em;
}



h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.84px;
  line-height: 115%;
}

h6 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
}


.vsdEEOXx {
  max-width: 1465px;
}

.nvQOGQU6 {
  max-width: 1750px;
}


@media (min-width: 200px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}


@keyframes slide {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slide {
  -webkit-animation-name: slide;
  animation-name: slide;
}



.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 1rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 500;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 0.5s ease-in-out;
}


.KElAxWA {
  --bs-btn-color: var(--light-color);
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: var(--light-color);
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--light-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--light-color);
  --bs-btn-disabled-bg: var(--primary-color);
  --bs-btn-disabled-border-color: var(--primary-color);
}


.RTNob5cvl1.ILm7eimfz9 {
  background-color: var(--light-color);
}

.RTNob5cvl1 {
  position: relative;
  display: inline-block;
  border: none;
  cursor: pointer;
  background-color: var(--secondary-color);
}

.RTNob5cvl1.sLjsTcEnY::before {
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 3%;
  position: absolute;
  content: "";
  background-color: var(--primary-color);
  transition: 0.3s ease-in-out;
}

.RTNob5cvl1 span {
  position: relative;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s;
  font-weight: 600;
}

.RTNob5cvl1.sLjsTcEnY:hover::before {
  width: 100%;
}

.RTNob5cvl1.sLjsTcEnY:hover span {
  color: var(--light-color);
}




.dropdown-item {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--dark-color);
  font-family: var(--heading-font);
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
  color: var(--dark-color);
  background-color: var(--bs-gray-300);
}

.dropdown-toggle::after {
  border: none;
  margin-left: 0em;
  vertical-align: 0em;
}



.AdDKkL+.AdDKkL::before {
  color: var(--bs-light);
  position: relative;
}



.pagination {
  --bs-pagination-color: var(--black-color);
  --bs-pagination-hover-color: #fff;
  --bs-pagination-hover-bg: var(--primary-color);
  --bs-pagination-hover-border-color: var(--primary-color);
  --bs-pagination-focus-color: #fff;
  --bs-pagination-focus-bg: var(--primary-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-bg: var(--primary-color);
  --bs-pagination-active-border-color: var(--primary-color);
}



.bwrYnySI {
  --bs-accordion-btn-icon: url('https://api.iconify.design/ion/caret-down.svg?color=%23F2B821&width=30');
  --bs-accordion-btn-active-icon: url('https://api.iconify.design/ion/caret-down.svg?color=%23F2B821&width=30');
  --bs-accordion-border-radius: 0px;
}

.GQ5a7nL:focus {
  box-shadow: none;
}

.GQ5a7nL:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}



.HQ5ISSHlLeZ:focus {
  border: 1px solid #acacac;
  box-shadow: none;
}



.vfvIojnHLqq>.BwPljdk8 .LXu394yxCu,
.NEKd3gbXd.BwPljdk8 .LXu394yxCu {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

.LXu394yxCu.baiEhwKtV68 {
  background: var(--dark-color);
}



.modal-dialog {
  max-width: 800px;
  margin: auto;
  height: 100vh;
  display: flex;
  align-items: center;
}

.KWKaP1SxZ {
  padding: 0;
  background-color: #f5f3ef;
  border: none;
  border-radius: 0
}








a.nav-link {
  text-transform: capitalize;
  font-weight: 500;
  color: var(--dark-color);
  font-family: var(--heading-font);
  transition: all 0.3s ease-in-out;
}

a.nav-link::after {
  content: "";
  text-align: center;
  display: block;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  transition: width 0.9s;
}

a.nav-link.active::after,
a.nav-link:focus::after,
a.nav-link:hover::after {
  width: 100%;
  transition: width 0.9s;
}

#primary-header .dropdown .VmcUZo8::after {
  content: none;
}

#primary-header .aXQE1A .dropdown-menu {
  width: 260px;
}

#primary-header .aXQE1A .dropdown-menu input {
  min-width: 100%;
}

#primary-header .aXQE1A .dropdown-menu button {
  padding: 0 12px;
  min-height: -webkit-fill-available;
  border-radius: 0.25rem;
}

@media only screen and (max-width: 990px) {
  a.nav-link {
    font-size: 1.5rem;
  }

  a.nav-link.active::after,
  a.nav-link:focus::after,
  a.nav-link:hover::after {
    width: 0%;
  }

  a.nav-link.active,
  a.nav-link:focus,
  a.nav-link:hover {
    color: var(--primary-color) !important;
  }
}



img.WYDHr9Zyh {
  filter: contrast(0);
  transition: all 0.3s ease-in;
}

img.WYDHr9Zyh:hover {
  filter: contrast(1);
}



svg.SJkjDI3mFwd {
  animation: play 1.5s alternate infinite ease-in;
}

@keyframes play {
  0% {
    transform: scale(.8);
  }

  100% {
    transform: scale(1.1);
  }
}





.jarallax {
  min-height: 350px;
  transition: all 0.5s ease-in-out;
}

.ArZTf626AJ9 {
  transition: all 0.5s ease-in-out;
}

.ArZTf626AJ9:hover .jarallax {
  opacity: 0;
}

.p0HxDTWF {
  transition: all 0.5s ease-in-out;
}

.ArZTf626AJ9:hover .p0HxDTWF {
  color: var(--dark-color);
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}



.rZ3J4KC2.pCdWS2oV {
  width: auto !important;
}

.hCMvk5VBka .BmjwgPje {
  transition: all 0.5s ease-in-out;
}

.hCMvk5VBka:hover .BmjwgPje {
  opacity: 0.3;
}

.h8HhKoGK3B7 {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.hCMvk5VBka:hover .h8HhKoGK3B7 {
  opacity: 1;
}




.OyVZjugz1 {
  border: 2px dashed rgba(255, 255, 255, 0.5);
}













button.filter-button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  border-radius: 20px;
}

button.filter-button.active,
button.filter-button:hover {
  color: var(--bs-light);
  background: var(--primary-color);
}



.ExrcvvRTY9u {
  border: 1px solid var(--secondary-color);
}

span.JXRmXZVpUr {
  color: var(--primary-color);
}

.apAa9Bw {
  height: 300px;
}




.qgLfTll {
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
}

iconify-icon.LOAMREEAsPv {
  font-size: 60px;
  color: var(--primary-color);
}

.rate {
  color: var(--primary-color);
}

.PYQihIhbey{max-width:260px;height:auto}.rDkqfqt96 p{color:#f8f1dc}.jbOiAMhSIe8{background:#172f27;color:#fbf5e7;border-left:6px solid #c9a353;padding:32px}.jbOiAMhSIe8 h3,.jbOiAMhSIe8 p{color:#fbf5e7}.DImhYPUzcG{font-weight:700;color:#8b1e2d!important}.Uj5lbjFam8D{height:100%;padding:24px;border:1px solid rgba(201,163,83,.25);background:rgba(251,245,231,.55)}.preIOn h3{margin-top:32px}.dZPJ8f .HQ5ISSHlLeZ{padding:14px;border-radius:0}.cookie-banner{position:fixed;left:24px;right:24px;bottom:24px;z-index:9999;background:#09100d;color:#fbf5e7;border:1px solid #c9a353;padding:18px 20px;display:none;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 12px 35px rgba(0,0,0,.35)}.cookie-banner p{color:#fbf5e7;margin:0}.cookie-banner.show{display:flex}@media(max-width:768px){.cookie-banner{flex-direction:column;align-items:flex-start}.kWUpRVySJN0 .info{display:none!important}}footer a:hover{color:#c9a353}footer .K9tVuE li{margin-bottom:8px}h1,h2,h3,h4,h5,h6{text-transform:none}.xKUK66 .PYQihIhbey{display:block}