body {
  background-color: white;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.montserrat, h1, h2, h3, h4, h5, h6, p, div, span {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4, h5, h6, title {
  color: black;
}

h1 {
  font-size: 2.5em;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5em;
  }
}

h2 {
  font-size: 2em;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5em;
  }
}

h3 {
  font-size: 1.5em;
}
@media (min-width: 992px) {
  h3 {
    font-size: 2em;
  }
}

p, div, text {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  color: #717171;
  font-size: 18px;
  line-height: 1.85em;
}
p p, div p, text p {
  margin-bottom: 1em;
}

a {
  color: #B27A3A;
  text-decoration: none !important;
}

.button, .button-white {
  display: inline-block;
  width: fit-content;
  background-color: #B27A3A;
  color: white;
  border: 1px solid #B27A3A;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 45px;
  transition: transform 0.3s ease;
}
.button:hover, .button-white:hover {
  transform: scale(1.05);
}

.button-white {
  background-color: transparent;
  border: 2px solid white;
}

.text-gray {
  color: #717171;
}

.text-black {
  color: black;
}

.bg-white {
  background-color: white !important;
}

.mw-0 {
  max-width: 0px;
}

.mw-50 {
  max-width: 50px;
}

.mw-100 {
  max-width: 100px;
}

.mw-150 {
  max-width: 150px;
}

.mw-200 {
  max-width: 200px;
}

.mw-250 {
  max-width: 250px;
}

.mw-300 {
  max-width: 300px;
}

.mw-350 {
  max-width: 350px;
}

.mw-400 {
  max-width: 400px;
}

.mw-450 {
  max-width: 450px;
}

.mw-500 {
  max-width: 500px;
}

.mw-550 {
  max-width: 550px;
}

.mw-600 {
  max-width: 600px;
}

.mw-650 {
  max-width: 650px;
}

.mw-700 {
  max-width: 700px;
}

.mw-750 {
  max-width: 750px;
}

.mw-800 {
  max-width: 800px;
}

.mw-850 {
  max-width: 850px;
}

.mw-900 {
  max-width: 900px;
}

.mw-950 {
  max-width: 950px;
}

.mw-1000 {
  max-width: 1000px;
}

.mw-1050 {
  max-width: 1050px;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-1150 {
  max-width: 1150px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1250 {
  max-width: 1250px;
}

.mw-1300 {
  max-width: 1300px;
}

.mw-1350 {
  max-width: 1350px;
}

.mw-1400 {
  max-width: 1400px;
}

.mw-1450 {
  max-width: 1450px;
}

.mw-1500 {
  max-width: 1500px;
}

.mw-1550 {
  max-width: 1550px;
}

.mw-1600 {
  max-width: 1600px;
}

.mw-1650 {
  max-width: 1650px;
}

.mw-1700 {
  max-width: 1700px;
}

.mw-1750 {
  max-width: 1750px;
}

.mw-1800 {
  max-width: 1800px;
}

.mw-1850 {
  max-width: 1850px;
}

.mw-1900 {
  max-width: 1900px;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

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

.fw-light {
  font-weight: 300;
}

.fw-lighter {
  font-weight: lighter;
}

.fw-bolder {
  font-weight: bolder;
}

.object-center {
  object-position: center;
}

.object-top {
  object-position: top;
}

.object-bottom {
  object-position: bottom;
}

.object-right {
  object-position: right;
}

.img-full {
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #636363 #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #ffffff;
}

*::-webkit-scrollbar-thumb {
  background-color: #636363;
  border-radius: 10px;
}

.grecaptcha-badge {
  z-index: 3;
  display: none !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

/* ===== Scrollbar CSS ===== */
header {
  position: absolute;
  top: 0;
  z-index: 666;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  visibility: visible;
}
header .logo {
  width: 185px;
  margin-top: -6px;
}
header .main-navigation ul {
  justify-content: center !important;
}
header .main-navigation ul .menu-item a {
  display: block;
  text-decoration: none;
  color: white;
  font-size: 1em;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 20px;
  position: relative;
  border-bottom: 2px solid transparent;
  transition: color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}
header .main-navigation ul .menu-item a:hover {
  color: white;
  border-color: #B27A3A;
  transform: scale(1.03);
}
@media (min-width: 768px) {
  header .main-navigation ul .menu-item a {
    font-size: 0.7em;
  }
}
@media (min-width: 1400px) {
  header .main-navigation ul .menu-item a {
    font-size: 1em;
  }
}
header .button, header .button-white {
  font-size: 0.8em;
  padding: 6px 50px;
}
header.white {
  background-color: white;
  box-shadow: -1px 2px 5px 2px #acacac;
}
header.white .main-navigation ul {
  justify-content: center !important;
}
header.white .main-navigation ul .menu-item a {
  color: #717171;
}
header.dark {
  background-color: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}
header.dark .main-navigation ul {
  justify-content: center !important;
}
header.dark .main-navigation ul .menu-item a {
  color: white;
}
header.dark .main-navigation ul .menu-item a:hover {
  color: #B27A3A;
}
header.dark .button, header.dark .button-white {
  background-color: #B27A3A;
  border-color: #B27A3A;
  color: white;
}
header.fixed {
  position: fixed;
  top: 0;
}
header.fade-out {
  opacity: 0;
  visibility: hidden;
}