:root {
  --header-bg: #181d24;
  --primary-color: #181d24;
  --footer-color: #191d23;
  --second-color: #c29f7b;
  --white-color: #fff;
}

@font-face {
  font-family: "Merchant";
  src: url("../fonts/merchant/Merchant-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Merchant";
  src: url("../fonts/merchant/Merchant-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Merchant";
  src: url("../fonts/merchant/Merchant-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Merchant";
  src: url("../fonts/merchant/Merchant-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

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

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

.btn-theme {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border: 1px solid var(--white-color);
  transition: all 0.4s ease-out;
  display: inline-block;
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-theme:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.btn-theme--white {
  background-color: var(--white-color);
  color: var(--primary-color);
}

.btn-theme--white:hover {
  background-color: transparent;
  color: var(--white-color);
}

.btn-theme--dark {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.btn-theme--dark-flat {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn-theme--dark-flat:hover {
  border-color: var(--primary-color);
  color: var(--white-color);
  background-color: var(--primary-color);
}

i {
  transition: all 0.4s ease-out;
}

.btn-theme--white:hover i {
  color: var(--white-color);
}

h1 {
  font-family: "Merchant", sans-serif;
  font-size: 98px;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.98px;
  margin: 0;
}

.page-title h1,
h2 {
  color: var(--primary-color);
  font-family: "Merchant", sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
}

p {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.875;
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.d-none {
  display: none !important;
}

.mobile {
  display: none !important;
}

.page-wrap {
  padding: 120px 0px;
}

.page-wrap :where(h1, h2, h3, h4, h5, h6) {
  color: var(--primary-color);
  font-family: "Merchant", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 20px;
}

.page-wrap a {
  color: #c29f7b;
  transition: all 0.4s ease-out;
  text-decoration: none;
}

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

.page-wrap h1,
.page-wrap h2 {
  font-size: 62px;
}

.page-wrap h3 {
  font-size: 52px;
}

.page-wrap h4 {
  font-size: 42px;
}

.page-wrap h5 {
  font-size: 32px;
}

.page-wrap h6 {
  font-size: 22px;
}

.page-wrap p {
  margin-bottom: 26px;
}

@media only screen and (max-width: 1660px) {
  h1 {
    font-size: 92px;
  }
  .page-title h1,
  h2 {
    font-size: 58px;
  }
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 84px;
  }
  .page-title h1,
  h2 {
    font-size: 54px;
  }

  .page-wrap h1,
  .page-wrap h2 {
    font-size: 54px;
  }

  .page-wrap h3 {
    font-size: 46px;
  }

  .page-wrap h4 {
    font-size: 38px;
  }

  .page-wrap h5 {
    font-size: 28px;
  }

  .page-wrap h6 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 78px;
  }
  .page-title h1,
  h2 {
    font-size: 50px;
  }
  .btn-theme {
    padding: 13px 25px;
  }

  .page-wrap {
    padding: 100px 0px;
  }

  .page-wrap h1,
  .page-wrap h2 {
    font-size: 48px;
  }

  .page-wrap h3 {
    font-size: 42px;
  }

  .page-wrap h4 {
    font-size: 34px;
  }

  .page-wrap h5 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 72px;
  }
  .page-title h1,
  h2 {
    font-size: 46px;
  }
  p {
    font-size: 16px;
  }
  .btn-theme {
    font-size: 15px;
  }

  .page-wrap h1,
  .page-wrap h2 {
    font-size: 46px;
  }

  .page-wrap h3 {
    font-size: 38px;
  }

  .page-wrap h4 {
    font-size: 30px;
  }

  .page-wrap h5 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 64px;
  }
  .page-title h1,
  h2 {
    font-size: 40px;
  }
  .btn-theme {
    padding: 11px 20px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }
  .page-title h1,
  h2 {
    font-size: 38px;
  }

  .desktop {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  .page-wrap {
    padding: 80px 0px;
  }

  .page-wrap h1,
  .page-wrap h2 {
    font-size: 42px;
  }

  .page-wrap h3 {
    font-size: 32px;
  }

  .page-wrap h4 {
    font-size: 26px;
  }

  .page-wrap h5 {
    font-size: 22px;
  }

  .page-wrap :where(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
  .page-title h1,
  h2 {
    font-size: 34px;
  }
  p {
    font-size: 14px;
  }

  .page-wrap {
    padding: 60px 0px;
  }

  .page-wrap h1,
  .page-wrap h2 {
    font-size: 38px;
  }

  .page-wrap h3 {
    font-size: 28px;
  }

  .page-wrap h4 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 42px;
  }
  .page-title h1,
  h2 {
    font-size: 32px;
  }
  .page-wrap h1,
  .page-wrap h2 {
    font-size: 32px;
  }
}

/*Page Title*/

.page-title {
  background: linear-gradient(0deg, #faf5f2 0%, #faf5f2 100%),
    linear-gradient(180deg, #fff -151.48%, #f7f0ec 100%);
  padding: 107px 0px;
  text-transform: uppercase;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-title h1 {
  color: #181d24;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  gap: 0px 8px;
  color: #c29f7b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77778;
}

.breadcrumbs a {
  color: #c29f7b;
  text-decoration: none;
  position: relative;
}

.breadcrumbs a::after {
  content: "";
  border-bottom: 1px solid #c29f7b;
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  transition: all 0.4s ease-out;
}

.breadcrumbs a:hover::after {
  width: 100%;
}

@media only screen and (max-width: 1536px) {
  .page-title {
    padding: 90px 0px;
  }
}

@media only screen and (max-width: 1440px) {
  .page-title {
    padding: 80px 0px;
  }
}

@media only screen and (max-width: 1280px) {
  .page-title {
    padding: 75px 0px;
  }
  .breadcrumbs {
    font-size: 16px;
  }
}

@media only screen and (max-width: 991px) {
  .page-title {
    padding: 65px 0px;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 50px 0px;
  }
  .breadcrumbs {
    font-size: 14px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 575px) {
  .page-title {
    background-position: center;
  }
}
