/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-weight: normal;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers.
     */
body {
  margin: 0;
}

/**
     * Render the `main` element consistently in IE.
     */
main {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
/* Grouping content
       ========================================================================== */
/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * Remove the gray background on active links in IE 10.
     */
a {
  background-color: transparent;
}

/**
     * 1. Remove the bottom border in Chrome 57-
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Remove the border on images inside links in IE 10.
     */
img {
  border-style: none;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers.
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
     * Show the overflow in IE.
     * 1. Show the overflow in Edge.
     */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * Correct the inability to style clickable types in iOS and Safari.
     */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
     * Remove the inner border and padding in Firefox.
     */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
     * Restore the focus styles unset by the previous rule.
     */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
     * Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  vertical-align: baseline;
}

/**
     * Remove the default vertical scrollbar in IE 10+.
     */
textarea {
  overflow: auto;
}

/**
     * 1. Add the correct box sizing in IE 10.
     * 2. Remove the padding in IE 10.
     */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
     * Remove the inner padding in Chrome and Safari on macOS.
     */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE 10+, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/* Misc
       ========================================================================== */
/**
     * Add the correct display in IE 10+.
     */
template {
  display: none;
}

/**
     * Add the correct display in IE 10.
     */
[hidden] {
  display: none;
}

.container-first {
  max-width: calc(1920px - 360px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-second {
  max-width: calc(1920px - 240px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-third {
  max-width: calc(1920px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

h1 {
  font-family: "Museo Sans", sans-serif;
  font-size: clamp(2.5rem, 2.2222rem + 1.4815vw, 4rem);
  line-height: 1.2;
  font-weight: bold;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

h2 {
  font-size: clamp(1.875rem, 1.4815rem + 2.0988vw, 4rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.5625rem, 1.2963rem + 1.4198vw, 3rem);
  line-height: 1.2;
}

h4 {
  font-size: 28px;
  line-height: 1.2;
}

h5 {
  font-size: 24px;
  line-height: 1.2;
}

h6 {
  font-size: 20px;
  line-height: 1.5;
}

p {
  line-height: 156%;
}

.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p {
  color: #fff;
}

.black-text h1,
.black-text h2,
.black-text h3,
.black-text h4,
.black-text h5,
.black-text h6,
.black-text p {
  color: #000;
}

.p-xs {
  font-size: 18px;
}

.p-sm {
  font-size: 20px;
}

.p-lg {
  font-size: clamp(1.5rem, 1.4074rem + 0.4938vw, 2rem);
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.font-museo-sans {
  font-family: "Museo Sans", sans-serif;
}

.btn {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
}
.btn--first {
  background-color: #a68b40;
  border-radius: 20px;
}
.btn--second {
  background-color: #a37238;
}
.btn--white {
  background-color: #fff;
  color: #2d1e17;
  border-radius: 10px;
  font-weight: 700;
}
.btn--form {
  background-color: #004a3e;
  color: #fff;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  padding-block: 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-hero .slide {
  position: relative;
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #000;
}
.main-hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.75;
}
.main-hero-img.visible {
  opacity: 1;
}
.main-hero-content {
  position: relative;
  padding-block: 560px 50px;
  padding-inline: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 46px;
  z-index: 2;
  max-width: 1090px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: calc((100% - 1560px) / 2);
}
@media (max-width: 1560px) {
  .main-hero-content {
    margin-left: 0px;
  }
}
.main-hero-content .title h1 {
  font-family: "Museo", sans-serif;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}
.main-hero-content .btn {
  padding: 15px 30px;
}
.main-hero .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main-hero .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  background-color: #004a3e;
  border-radius: 50%;
  border: 5px solid transparent;
}
.main-hero .owl-dots .owl-dot.active {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: transparent;
  border: 5px solid #fff;
}

.main-about {
  padding-block: 45px 0px;
  background-color: #2d1e17;
  overflow: hidden;
}
.main-about .carousel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-bottom: 68px;
}
@media (max-width: 1700px) {
  .main-about .carousel {
    padding-inline: 24px;
  }
}
@media (max-width: 500px) {
  .main-about .carousel {
    gap: 10px;
  }
}
.main-about .carousel .about-carousel-prev,
.main-about .carousel .about-carousel-next {
  background-color: transparent;
  border: none;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  cursor: pointer;
}
.main-about .carousel .owl-carousel {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media (max-width: 1700px) {
  .main-about .carousel .owl-carousel {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 500px) {
  .main-about .carousel .owl-carousel {
    max-width: calc(100% - 20px);
  }
}
.main-about .carousel .owl-carousel img {
  border-radius: 10px;
}
.main-about .carousel .owl-carousel .owl-dots {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-about .carousel .owl-carousel .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  margin: 0 10px;
  background-color: #004a3e;
  border-radius: 50%;
  border: 5px solid transparent;
}
.main-about .carousel .owl-carousel .owl-dots .owl-dot.active {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: transparent;
  border: 5px solid #fff;
}
.main-about .carousel .owl-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main-about .desc p {
  color: #fff;
  margin-bottom: 40px;
}

.main-offers {
  padding-block: 76px 121px;
}
.main-offers .offers {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  .main-offers .offers {
    grid-template-columns: 1fr;
  }
}
.main-offers .offers .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.main-offers .offers .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.main-offers .offers .item .content {
  padding-inline: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.main-offers .offers .item .content .title p {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: clamp(1.375rem, 1.1667rem + 1.1111vw, 2.5rem);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: clamp(1.25rem, 0.1471rem + 1.9608vw, 2.5rem);
}
.main-offers .offers .item .content img {
  aspect-ratio: 452/170;
  width: unset;
  -webkit-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1300px) {
  .main-offers .offers .item .content img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: calc(100% - 60px);
  }
}
.main-offers .offers .item img {
  aspect-ratio: 773/380;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.main-services {
  background-color: #9d8a7c;
}
.main-services .container-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
  padding-block: 76px 128px;
}
@media (max-width: 900px) {
  .main-services .container-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.main-services .container-first p {
  color: #fff;
}
.main-services .container-first .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 155px 89px;
  border: 1px solid #fff;
  border-radius: 10px;
  max-width: clamp(15.625rem, 10.9631rem + 10.6557vw, 23.75rem);
  width: 100%;
}
@media (max-width: 900px) {
  .main-services .container-first .title {
    max-width: 100%;
    padding: 83px 90px;
  }
}
.main-services .container-first .title h2 {
  text-align: center;
  text-wrap: nowrap;
  color: #fff;
}
.main-services .container-first .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
  margin-top: 23px;
}
.main-services-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.main-services-items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.main-services-items .item svg {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .main-services-items .item svg {
    width: 100px;
    height: 100px;
  }
}
.main-services-items .item p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
}

.main-partners {
  padding-block: 50px;
}
.main-partners .title h2 {
  margin-bottom: 80px;
}
.main-partners .partners {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(2.5rem, 0.3484rem + 4.918vw, 6.25rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1500px) {
  .main-partners .partners {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1000px) {
  .main-partners .partners {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .main-partners .partners {
    grid-template-columns: 1fr;
  }
}
.main-partners .partners .partner img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 160/100;
  width: 100%;
  height: 100%;
}

.main-cons {
  background-color: #9d8a7c;
  padding-block: 88px;
}
.main-cons .container-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1200px) {
  .main-cons .container-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 900px) {
  .main-cons .container-first {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-cons .container-first .header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 124px;
  max-width: 681px;
  width: 100%;
}
.main-cons .container-first .header-container h2,
.main-cons .container-first .header-container p {
  color: #fff;
}
@media (max-width: 900px) {
  .main-cons .container-first .header-container h2,
  .main-cons .container-first .header-container p {
    text-align: center;
  }
}
.main-cons .container-first .header-container .desc p {
  font-size: clamp(1.25rem, 1.1111rem + 0.7407vw, 2rem);
}
.main-cons .container-first .cons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}
@media (max-width: 900px) {
  .main-cons .container-first .cons {
    gap: 20px;
  }
}
@media (max-width: 400px) {
  .main-cons .container-first .cons {
    grid-template-columns: 1fr;
  }
}
.main-cons .container-first .cons .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(3.3125rem, 1.8781rem + 3.2787vw, 5.8125rem) clamp(1.875rem, 0.4406rem + 3.2787vw, 4.375rem);
  background-color: #796254;
  border-radius: 10px;
  gap: 37px;
}
@media (max-width: 900px) {
  .main-cons .container-first .cons .con {
    padding: 10px;
    gap: 10px;
  }
}
.main-cons .container-first .cons .con p {
  text-align: center;
  font-size: clamp(1.25rem, 1.1111rem + 0.7407vw, 2rem);
  font-weight: 600;
  line-height: 47px;
  color: #fff;
}
@media (max-width: 900px) {
  .main-cons .container-first .cons .con p {
    line-height: unset;
  }
}

.main-newsletter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 130px;
}
.main-newsletter .container-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-newsletter .content {
  padding-inline: 24px;
  max-width: 1250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-newsletter .content p,
.main-newsletter .content h3 {
  color: #fff;
  text-align: center;
}
.main-newsletter .content .title h3 {
  margin-bottom: 37px;
}
.main-newsletter .content .desc p {
  margin-bottom: 54px;
}
.main-newsletter .content .btn {
  padding: 14px 20px;
}

.certificate {
  padding-block: 43px 300px;
}
@media (max-width: 600px) {
  .certificate {
    padding-block: 43px 100px;
  }
}
.certificate img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1560/720;
  width: 100%;
}
@media (max-width: 600px) {
  .certificate img {
    height: 300px;
  }
}

.contact-info {
  padding-bottom: 60px;
}
.contact-info .simple-header {
  margin-block: 40px 70px;
}
.contact-info-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, 1fr);
}
.contact-info-row {
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid #796254;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 900px) {
  .contact-info-row {
    grid-column: span 2;
  }
}
.contact-info-row.full-width {
  grid-column: span 2;
}
.contact-info-row.full-width .items {
  gap: 60px;
}
.contact-info-row.min-255 {
  min-height: 255px;
}
.contact-info-row.addres-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 130px;
}
@media (max-width: 500px) {
  .contact-info-row.addres-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.contact-info-row .title p {
  text-transform: uppercase;
  color: #796254;
  font-weight: 400;
  line-height: 37px;
  font-size: clamp(1.5625rem, 1.4815rem + 0.4321vw, 2rem);
  font-family: "Poppins", sans-serif;
}
.contact-info-row .addres p {
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
  text-transform: uppercase;
}
.contact-info-row .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 500px) {
  .contact-info-row .items {
    gap: 30px !important;
    margin-top: 30px;
  }
}
.contact-info-row .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-info-row .items .item p {
  font-size: clamp(0.625rem, 0.5556rem + 0.3704vw, 1rem);
  font-weight: 500;
}
.contact-info-row .items .item a {
  text-decoration: none;
  color: #000;
  font-size: clamp(0.625rem, 0.5556rem + 0.3704vw, 1rem);
  font-weight: 400;
}

.contact-form {
  margin-bottom: 65px;
}
.contact-form .title p {
  font-size: 28px;
  font-weight: 600;
}
.contact-form-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: 17px;
}
@media (max-width: 900px) {
  .contact-form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-form-content form {
  padding: 38px;
  border: 1px solid #d8cccc;
  border-radius: 10px;
  width: 50%;
}
@media (max-width: 900px) {
  .contact-form-content form {
    width: 100%;
    padding: 15px;
  }
}
.contact-form-content form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 25px;
}
.contact-form-content form input,
.contact-form-content form textarea {
  outline: none;
  padding-block: 10px;
  border: none;
  border-bottom: 1px solid #a8a9ad;
}
.contact-form-content form textarea {
  height: 200px;
}
.contact-form-content form .checkbox-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}
.contact-form-content form .checkbox-container input {
  margin-top: 3px;
}
.contact-form-content form .checkbox-container label {
  font-size: 9px;
  font-weight: 400;
  line-height: 16px;
  text-align: justify;
}
.contact-form-content form .btn {
  margin-top: 90px;
  width: 100%;
}
.contact-form-content .map {
  border-radius: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 900px) {
  .contact-form-content .map {
    height: 600px;
  }
}
.contact-form-content .map iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.services-header {
  padding-block: 20px;
}
.services-header-img {
  position: relative;
  border-radius: 10px;
}
.services-header-img .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.services-header-img .content p {
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  font-size: clamp(1.5625rem, -0.5882rem + 3.8235vw, 4rem);
}
.services-header-img img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 600px) {
  .services-header-img img {
    height: 200px;
  }
}
.services-header-desc p {
  margin-top: 49px;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.services-offer .title p {
  margin-block: 50px;
  font-size: 28px;
  font-weight: 600;
  line-height: 19px;
}
.services-offer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
  margin-bottom: 95px;
}
@media (max-width: 600px) {
  .services-offer-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.services-offer-btns button {
  font-family: "Poppins", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  padding: 5px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #000;
}
.services-offer-btns button.selected {
  background-color: #9d8a7c;
  border: 1px solid #9d8a7c;
  color: #fff;
}
.services-offer-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
  margin-bottom: 260px;
}
.services-offer-content.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 900px) {
  .services-offer-content {
    margin-bottom: 100px;
  }
}
.services-offer-content .row {
  display: grid;
  gap: clamp(1.875rem, -1.9853rem + 6.8627vw, 6.25rem);
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1100px) {
  .services-offer-content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.services-offer-content .row--reverse {
  direction: rtl;
}
.services-offer-content .row--reverse .desc p {
  direction: ltr;
}
.services-offer-content .row .desc p {
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}
.services-offer-content .row .img {
  border-radius: 10px;
}
.services-offer-content .row .img img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 770/684;
}
@media (max-width: 700px) {
  .services-offer-content .row .img img {
    height: 300px;
  }
}

.category-offer .title p {
  margin-bottom: 34px;
  font-size: clamp(1.25rem, 0.8088rem + 0.7843vw, 1.75rem);
  font-weight: 600;
}
.category-offer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 44px;
  margin-bottom: 95px;
}
@media (max-width: 600px) {
  .category-offer-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.category-offer-btns button {
  font-family: "Poppins", sans-serif;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  padding: 5px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #000;
}
.category-offer-btns button.selected {
  background-color: #9d8a7c;
  border: 1px solid #9d8a7c;
  color: #fff;
}
.category-offer-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}
.category-offer-content.selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
.category-offer-content .img {
  border-radius: 10px;
  position: relative;
}
.category-offer-content .img .content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 500px) {
  .category-offer-content .img .content {
    padding: 34px 15px;
  }
}
.category-offer-content .img .content p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.25rem, 0.5328rem + 1.6393vw, 2.5rem);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.category-offer-content .img img {
  border-radius: 10px;
  aspect-ratio: 1560/14;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.category-offer-content .text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.category-offer-content .text p strong {
  font-weight: 600;
}
.category-offer-content .decorations .title p {
  font-size: clamp(1.25rem, 0.8088rem + 0.7843vw, 1.75rem);
  font-weight: 600;
}
.category-offer-content .decorations .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}
@media (max-width: 1100px) {
  .category-offer-content .decorations .items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .category-offer-content .decorations .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .category-offer-content .decorations .items {
    grid-template-columns: 1fr;
  }
}
.category-offer-content .decorations .items .item {
  position: relative;
  border-radius: 10px;
}
.category-offer-content .decorations .items .item .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.category-offer-content .decorations .items .item .text p {
  font-size: clamp(1.375rem, 1.0164rem + 0.8197vw, 2rem);
  padding: 7px 45px;
  border: 1px solid #fff;
  border-radius: 10px;
  color: #fff;
  mix-blend-mode: difference;
  line-height: 37px;
}
.category-offer-content .decorations .items .item img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 380/380;
  width: 100%;
}
.category-offer-content .nav {
  cursor: pointer;
  border: none;
  background-color: transparent;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: #000;
}

.category-download {
  margin-bottom: 170px;
}
@media (max-width: 600px) {
  .category-download {
    margin-bottom: 90px;
  }
}
.category-download .title p {
  font-size: clamp(1.25rem, 0.1471rem + 1.9608vw, 2.5rem);
  color: #796254;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
.category-download .items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(182px, 1fr));
  gap: 7px;
}
.category-download .items .item {
  border-radius: 10px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 1400px) {
  .category-download .items .item {
    width: 100%;
  }
}
.category-download .items .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.category-download .items .item .text p {
  font-size: 13px;
  line-height: 17px;
  color: #000;
}
.category-download .items .item img {
  aspect-ratio: 182/237;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header--subpage .header-top {
  background-color: #9d8a7c;
}
.header-hamburger {
  background-color: unset;
  z-index: 9999;
  border: none;
  display: none;
}
@media screen and (max-width: 1440px) {
  .header-hamburger {
    display: block;
  }
}
.header-hamburger svg {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header-hamburger svg path {
  fill: none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.header-hamburger svg path:first-of-type {
  stroke-dasharray: 40 160;
}
.header-hamburger svg path:nth-of-type(2) {
  stroke-dasharray: 40 142;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
.header-hamburger svg path:last-of-type {
  stroke-dasharray: 40 85;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: stroke-dashoffset 400ms, -webkit-transform 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms;
  transition: transform 400ms, stroke-dashoffset 400ms, -webkit-transform 400ms;
}
.header-hamburger:is(.header-hamburger--active) svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header-hamburger:is(.header-hamburger--active) svg path:first-of-type {
  stroke-dashoffset: -64px;
}
.header-hamburger:is(.header-hamburger--active) svg path:nth-of-type(2) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.header-hamburger:is(.header-hamburger--active) svg path:last-of-type {
  stroke-dashoffset: -64px;
}
.header-top {
  padding-block: 10px;
}
.header-top .container-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-left: auto;
  font-size: clamp(0.8125rem, 0.7778rem + 0.1852vw, 1rem);
  color: #fff;
  font-weight: 600;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 450px) {
  .header-top .delivery {
    display: none;
  }
}
.header-top .socials {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.header-top .socials img {
  aspect-ratio: 34/34;
  -o-object-fit: contain;
     object-fit: contain;
}
.header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2d1e17;
  padding-block: 20px;
  height: 145px;
}
.header-bottom .container-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0.625rem, 0.162rem + 2.4691vw, 3.125rem);
}
@media (max-width: 1440px) {
  .header-bottom .container-second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 350px) {
  .header-bottom .container-second {
    gap: 0px;
  }
}
.header-bottom .mobile-search {
  border: none;
  background-color: transparent;
  display: none;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .header-bottom .mobile-search {
    display: block;
  }
}
@media (max-width: 450px) {
  .header-bottom .logo {
    margin-left: -15px;
    width: 150px;
  }
}
.header-bottom .logo img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 208/97;
  width: 100%;
}
.header-bottom nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.header-bottom nav .dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.header-bottom nav .dropdown:hover .dropdown-arrow {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.header-bottom nav .dropdown .dropdown-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header-bottom nav .dropdown {
    height: unset;
    text-align: center;
  }
}
.header-bottom nav .dropdown-img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 425/207;
  width: 100%;
}
.header-bottom nav .dropdown:hover a {
  font-weight: 700;
}
.header-bottom nav .dropdown:hover .dropdown-items {
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
@media screen and (max-width: 1440px) {
  .header-bottom nav .dropdown:hover .dropdown-items {
    background-color: transparent;
  }
}
.header-bottom nav .dropdown .dropdown-items {
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: absolute;
  top: 32px;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.header-bottom nav .dropdown .dropdown-items .feat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #d9d9d9;
  padding: 16px 44px;
  gap: 8px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
}
.header-bottom nav .dropdown .dropdown-items .feat img {
  aspect-ratio: 334/126;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.header-bottom nav .dropdown .dropdown-items .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-block: 17px;
  width: -webkit-fill-available;
}
.header-bottom nav .dropdown .dropdown-items .items .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-inline: 40px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.header-bottom nav .dropdown .dropdown-items .items .item:hover {
  background: #e0d8d2;
}
.header-bottom nav .dropdown .dropdown-items .items .item:hover .sub-dropdown {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-bottom nav .dropdown .dropdown-items .items .item .divider {
  position: absolute;
  width: 11px;
  top: 0;
  left: 100%;
  height: 54px;
}
.header-bottom nav .dropdown .dropdown-items .items .item .sub-dropdown {
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 28.9px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 28.9px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: calc(100% + 11px);
  min-width: 150px;
  top: 0;
  padding: 18px 32px;
}
.header-bottom nav .dropdown .dropdown-items .items .item .sub-dropdown a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  color: #000;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header-bottom nav .dropdown .dropdown-items .items .item .sub-dropdown a:hover {
  color: #2d1e17;
}
.header-bottom nav .dropdown .dropdown-items .items .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.header-bottom nav .dropdown .dropdown-items .items .item .text img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 54/54;
  width: 100%;
}
.header-bottom nav .dropdown .dropdown-items .items .item .text img.without-radius {
  border-radius: 0px;
}
.header-bottom nav .dropdown .dropdown-items .items .item .text p {
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .header-bottom nav .dropdown .dropdown-items {
    visibility: hidden;
    display: none;
    opacity: 0;
    max-height: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    background-color: #000;
    min-width: 100px;
  }
}
@media (max-width: 1440px) {
  .header-bottom nav {
    display: none;
  }
}
.header-bottom nav a, header .feat {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.header-bottom .btn {
  padding-inline: clamp(0.4375rem, 0.0556rem + 2.037vw, 2.5rem);
  line-height: clamp(1.6875rem, 1.3056rem + 2.037vw, 3.75rem);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8537rem + 0.122vw, 1rem);
}
.header .third-section .container-third {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-inline: 0px !important;
}
.header .third-section .container-third input {
  opacity: 0;
  visibility: hidden;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 1440px) {
  .header .third-section .container-third input {
    width: 100%;
    height: 50px;
  }
}
.header .third-section .container-third input.active {
  visibility: visible;
  opacity: 1;
}
.header .third-section .container-third button {
  cursor: pointer;
  width: 86px;
  height: 86px;
  background-color: #a37238;
  border: none;
}
@media (max-width: 1440px) {
  .header .third-section .container-third button {
    display: none;
  }
}
.header-navbar-mobile {
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transform: translateY(-145px);
          transform: translateY(-145px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  background: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.1), 0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.header-navbar-mobile .dropdown-items-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header-navbar-mobile--active {
  display: block;
  visibility: visible;
  opacity: 1;
}
.header-navbar-mobile .feat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: #d9d9d9;
  padding: 16px 44px;
  gap: 8px;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .header-navbar-mobile .feat {
    padding: 16px 24px;
  }
}
.header-navbar-mobile .feat img {
  aspect-ratio: 334/126;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.header-navbar-mobile .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-block: 17px;
  width: -webkit-fill-available;
}
.header-navbar-mobile .items .item {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
  padding-inline: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-inline: 40px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding-block: 10px;
}
@media (max-width: 500px) {
  .header-navbar-mobile .items .item {
    padding-inline: 24px;
  }
}
.header-navbar-mobile .items .item:hover {
  background: #e0d8d2;
}
.header-navbar-mobile .items .item:hover .sub-dropdown {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-navbar-mobile .items .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
}
.header-navbar-mobile .items .item .text img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 54/54;
}
.header-navbar-mobile .items .item .text img.without-radius {
  border-radius: 0px;
}
.header-navbar-mobile .items .item .text p,
.header-navbar-mobile .items .item .text a,
.header-navbar-mobile .items .item .text button {
  font-family: "Poppins", sans-serif;
  font-size: clamp(0.8125rem, 0.7778rem + 0.1852vw, 1rem);
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
}

.footer-up {
  background-color: #e0d8d2;
}
.footer-up .container-first {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 100px;
  -webkit-column-gap: clamp(1.25rem, -0.2546rem + 8.0247vw, 9.375rem);
     -moz-column-gap: clamp(1.25rem, -0.2546rem + 8.0247vw, 9.375rem);
          column-gap: clamp(1.25rem, -0.2546rem + 8.0247vw, 9.375rem);
  padding-block: 69px 57px;
}
@media (max-width: 1100px) {
  .footer-up .container-first {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .footer-up .container-first {
    row-gap: 40px;
  }
}
.footer-up .info {
  max-width: 680px;
}
.footer-up .info a img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 233/109;
  margin-bottom: 30px;
}
.footer-up .info .desc p {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.footer-up .nav {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: clamp(5rem, 4.1898rem + 4.321vw, 9.375rem);
     -moz-column-gap: clamp(5rem, 4.1898rem + 4.321vw, 9.375rem);
          column-gap: clamp(5rem, 4.1898rem + 4.321vw, 9.375rem);
  row-gap: 30px;
}
@media (max-width: 1300px) {
  .footer-up .nav {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media (max-width: 1100px) {
  .footer-up .nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .footer-up .nav {
    grid-template-columns: 1fr;
  }
}
.footer-up .nav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-up .nav .items a {
  text-wrap: nowrap;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}
.footer-up .nav .items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer-up .nav .items-row img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 27/28;
}
.footer-up .nav .title p {
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 31px;
}
.footer-up .payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-up .payments .title p {
  text-wrap: nowrap;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footer-up .payments .items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-up .payments a img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-up .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-up .partners .title p {
  text-wrap: nowrap;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.footer-up .partners .items-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer-up .partners .items-row a {
  text-decoration: none;
}
.footer-up .partners img {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-down {
  padding-block: 36px;
  background-color: #2d1e17;
  position: relative;
  overflow: hidden;
}
.footer-down p,
.footer-down a {
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 21.5px;
  text-decoration: none;
}

.breadcrumb {
  font-size: 13px;
}
.breadcrumb ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb ol li::after {
  content: ">";
  margin-left: 5px;
}
.breadcrumb ol li:last-child::after {
  content: "";
}
.breadcrumb ol a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.breadcrumb ol a:hover {
  text-decoration: underline;
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  margin-bottom: 44px;
}
.main-header--primary .title h2 {
  color: #2d1e17;
}
.main-header--primary .desc p {
  color: #2d1e17;
}
.main-header--secondary .title h2 {
  color: #fff;
}
.main-header--secondary .desc p {
  color: #fff;
}
@media (max-width: 900px) {
  .main-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-header .title h2 {
  width: clamp(15.625rem, 10.9631rem + 10.6557vw, 23.75rem);
  text-wrap: wrap;
}
@media (max-width: 900px) {
  .main-header .title h2 {
    text-align: center;
    width: auto;
  }
}

.simple-header .title p {
  margin-bottom: 34px;
  font-size: clamp(1.25rem, 0.8088rem + 0.7843vw, 1.75rem);
  font-weight: 600;
}
.simple-header .desc p {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 37px;
  margin-bottom: 43px;
}
.simple-header .desc a {
  font-weight: 700;
  text-decoration: none;
  color: #000;
}

.go-up {
  -webkit-transform: translate(7px, 7px);
          transform: translate(7px, 7px);
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: transparent;
  border: none;
  z-index: 15;
}

main.subpage {
  margin-top: 270px;
}

@font-face {
  font-family: "Museo";
  src: url("/assets/fonts/fonnts.com-Museo_Sans_300.otf") format("otf");
  font-weight: 300;
}
/* Apply the font */