@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #000000;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 1rem 0.625rem;
  background-color: #fff;
  background-image: url("../images/arpw-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.625rem;
}

.container {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
}

.muted-gold-btn {
  color: var(--Black, #000);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.268rem 0.62rem;
  background: var(--Sand, #D5B796);
}
.muted-gold-btn:hover {
  color: var(--Black, #000);
}

.white-border-btn {
  color: var(--Pure-White, #FFF);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: normal;
  padding: 1.2322rem 0.62rem;
  background: transparent;
  border: 1px solid var(--Pure-White, #FFF);
}
.white-border-btn:hover {
  color: var(--Pure-White, #FFF);
}

.white-btn {
  color: var(--Black, #000);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 1.25rem 0.625rem;
  background: var(--Pure-White, #FFF);
}
.white-btn:hover {
  color: var(--Black, #000);
}

h2 {
  color: #000;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

h3 {
  color: var(--Black, #000);
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
h3.fw-600 {
  font-weight: 600;
}

p {
  color: var(--Primary-Text, #545A5E);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875rem; /* 187.5% */
  margin: 0;
}

.sub-heading {
  color: var(--Black, #000);
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.53rem 0 0.53rem 2.97rem;
  margin: 0;
  position: relative;
  overflow: hidden;
  max-width: -moz-max-content;
  max-width: max-content;
  white-space: nowrap;
}
.sub-heading::after {
  content: "";
  width: 2.21875rem;
  height: 1px;
  background-color: #D5B796;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

header {
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
}
header button {
  display: none;
}
header .bestselling-collection-part {
  width: 100%;
  padding: 0.88rem 1.88rem;
  background: var(--Grey-Azure, #4A6D8C);
}
header .bestselling-collection-part h6 {
  color: var(--Pure-White, #FFF);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin: 0;
}
header .bestselling-collection-part h6 a {
  color: var(--Pure-White, #FFF);
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
header .menu-part {
  width: 100%;
  background-color: #ffffff;
}
header .menu-part .content-flex-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
header .menu-part .content-flex-box .logo-wraper {
  position: relative;
  z-index: 99999999;
}
header .menu-part .content-flex-box .logo-wraper a {
  display: table;
}
header .menu-part .content-flex-box .logo-wraper a img {
  max-width: 17.4375rem;
  max-height: 3.9375rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .menu-part .content-flex-box .menu-wraper {
  position: relative;
}
header .menu-part .content-flex-box .menu-wraper ul {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
header .menu-part .content-flex-box .menu-wraper ul li {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .menu-part .content-flex-box .menu-wraper ul li a {
  color: var(--Black, #000);
  padding: 2.5rem 0.625rem;
}
header .menu-part .content-flex-box .profile-wraper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
header .menu-part .content-flex-box .profile-wraper ul {
  display: flex;
  align-items: center;
  gap: 2.69rem;
}
header .menu-part .content-flex-box .profile-wraper ul li {
  display: table;
}
header .menu-part .content-flex-box .profile-wraper ul li a {
  display: table;
}
header .menu-part .content-flex-box .profile-wraper ul li a img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer {
  background: #FFF;
  padding: 5rem 0 2.5rem;
}
footer .content-grid-box {
  display: grid;
  grid-template-columns: 23.879% 11.81% 11.81% 29.16%;
  justify-content: space-between;
  gap: 1.5rem;
  align-items: flex-start;
  padding-bottom: 0.44rem;
}
footer .content-grid-box .content-wraper a.logo {
  display: table;
}
footer .content-grid-box .content-wraper a.logo img {
  max-width: 20rem;
  max-height: 4.23594rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .content-grid-box .content-wraper p {
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin: 1.75rem 0;
}
footer .content-grid-box .content-wraper ul.social-icon {
  display: flex;
  align-items: center;
  gap: 0.96rem;
}
footer .content-grid-box .content-wraper ul.social-icon li {
  width: 2.11044rem;
  height: 2.11044rem;
  border-radius: 2.11044rem;
  border: 0.844px solid #D9D9D9;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
footer .content-grid-box .content-wraper ul.social-icon li:hover, footer .content-grid-box .content-wraper ul.social-icon li.active {
  background-color: #D5B796;
  border-color: #D5B796;
}
footer .content-grid-box .content-wraper ul.social-icon li:hover img, footer .content-grid-box .content-wraper ul.social-icon li.active img {
  filter: brightness(100);
}
footer .content-grid-box .content-wraper ul.social-icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.11044rem;
  width: 100%;
  height: 100%;
}
footer .content-grid-box .content-wraper ul.social-icon li a img {
  max-width: 2.11044rem;
  max-height: 2.11044rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2.11044rem;
  transition: all 0.3s ease-in-out;
}
footer .content-grid-box .content-wraper h5 {
  display: block;
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem; /* 120% */
  margin-bottom: 1.5rem;
}
footer .content-grid-box .content-wraper h5 span {
  border-bottom: 1px solid var(--Sand, #D5B796);
  padding: 0.625rem 0;
  display: block;
  max-width: 179px;
  width: 100%;
}
footer .content-grid-box .content-wraper ul.link li {
  color: var(--Primary-Text, #545A5E);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.25rem;
}
footer .content-grid-box .content-wraper ul.link li:last-child {
  margin: 0;
}
footer .content-grid-box .content-wraper ul.link li a {
  color: var(--Primary-Text, #545A5E);
}
footer .content-grid-box .content-wraper .form-wraper {
  margin-top: 2.5rem;
  display: block;
}
footer .content-grid-box .content-wraper .form-wraper h5 {
  margin-bottom: 1.25rem;
}
footer .content-grid-box .content-wraper .form-wraper .fild-wraper {
  width: 100%;
  display: block;
  position: relative;
}
footer .content-grid-box .content-wraper .form-wraper .fild-wraper input[type=email] {
  width: 100%;
  height: 3.75rem;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
  padding-right: 4rem;
  border-radius: 0.5rem;
  border: 1px solid var(--Primary-Text, #545A5E);
  outline: none;
  color: #000;
}
footer .content-grid-box .content-wraper .form-wraper .fild-wraper input[type=email]::-moz-placeholder {
  color: var(--Primary-Text, #545A5E);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  text-transform: capitalize;
}
footer .content-grid-box .content-wraper .form-wraper .fild-wraper input[type=email]::placeholder {
  color: var(--Primary-Text, #545A5E);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  text-transform: capitalize;
}
footer .content-grid-box .content-wraper .form-wraper .fild-wraper input[type=submit] {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.25rem;
  background-color: #D5B796;
  background-image: url(../images/send.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.5rem;
  position: absolute;
  top: 0.31rem;
  right: 0.31rem;
  border: none;
  outline: none;
}
footer .coptyright-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1.5px solid #EEE;
  padding-top: 1.5rem;
  margin-top: 3.75rem;
}
footer .coptyright-wraper h6 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin: 0;
}
footer .coptyright-wraper ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
footer .coptyright-wraper ul li {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  position: relative;
}
footer .coptyright-wraper ul li:last-child::after {
  display: none;
}
footer .coptyright-wraper ul li::after {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  background-color: #000000;
  position: absolute;
  bottom: 0.1875rem;
  right: -0.3rem;
}
footer .coptyright-wraper ul li a {
  color: var(--Black, #000);
}

section.home-banner-sec {
  position: relative;
  overflow: hidden;
}
section.home-banner-sec .img-wraper {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 3rem;
}
section.home-banner-sec .img-wraper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.14%, #000 118.79%);
  position: absolute;
  inset: 0;
}
section.home-banner-sec .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-banner-sec .content-wraper {
  position: absolute;
  inset: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 13.56rem 0 5rem;
}
section.home-banner-sec .content-wraper h1 {
  color: #000;
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 5.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.9375rem; /* 111.765% */
  margin-bottom: 3.12rem;
}
section.home-banner-sec .content-wraper h1 span {
  color: var(--Grey-Azure, #4A6D8C);
  font-style: italic;
}
section.home-banner-sec .content-wraper .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
section.home-banner-sec .content-wraper .btn-wraper a {
  min-width: 14.3125rem;
}

section.home-sec2 {
  padding: 7.5rem 0;
}
section.home-sec2.browse-category {
  padding: 0 0 6.62rem;
}
section.home-sec2 .heading-wraper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.12rem;
}
section.home-sec2 .heading-wraper.mb-80 {
  margin-bottom: 5rem;
}
section.home-sec2 .heading-wraper .right-text-wraper {
  max-width: 56.5625rem;
  width: 100%;
}
section.home-sec2 .heading-wraper .right-text-wraper h3 {
  margin-bottom: 1.19rem;
}
section.home-sec2 .heading-wraper .right-text-wraper p {
  font-weight: 300;
}
section.home-sec2 .grid-image-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.38rem;
}
section.home-sec2 .image-effects {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.home-sec2 .image-effects img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec2 .image-effects span {
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 187.5% */
  position: absolute;
  top: 1.88rem;
  left: 1.87rem;
  z-index: 9;
}
section.home-sec2 .delivered-card {
  width: 100%;
  display: block;
}
section.home-sec2 .delivered-card img {
  width: 100%;
  height: 31.5625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec2 .delivered-card h5 {
  color: var(--Sand, #D5B796);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.06rem;
  margin-top: 1.25rem;
}
section.home-sec2 .delivered-card h4 {
  color: var(--Black, #000);
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.professional-spaces-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  min-height: 21.5625rem;
  padding: 1.25rem;
  border: 1px solid #E3E3E3;
  background: rgba(213, 183, 150, 0.04);
}
.professional-spaces-card span.number {
  border-radius: 2.53125rem;
  background: var(--Sand, #D5B796);
  width: 5.0625rem;
  height: 5.0625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 auto;
}
.professional-spaces-card h5 {
  color: var(--Black, #000);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}
.professional-spaces-card p {
  text-align: center;
  font-weight: 400;
  line-height: normal;
}

.signature-products-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 30.625rem;
}
.signature-products-card:hover .text-wraper {
  transform: translateY(0);
}
.signature-products-card:hover .text-wraper a.muted-gold-btn {
  opacity: 1;
  transform: translateY(0);
}
.signature-products-card::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44.18%, #000 103.67%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.signature-products-card img.bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.signature-products-card .text-wraper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.81rem 1rem;
  z-index: 9;
  transform: translateY(3.7rem);
  transition: all 0.4s ease;
}
.signature-products-card .text-wraper h4 {
  color: var(--Pure-White, #FFF);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
  transition: 0.4s ease;
}
.signature-products-card .text-wraper a.muted-gold-btn {
  padding: 0.874rem 0.62rem;
  width: 9.3125rem;
  margin: 1.2rem auto 0;
  display: block;
  opacity: 0;
  transform: translateY(1.25rem);
  transition: all 0.4s ease-in-out;
}

.browse-category-card {
  display: block;
  width: 100%;
}
.browse-category-card:hover .img-wraper img {
  transform: scale(1.1);
}
.browse-category-card .img-wraper {
  width: 100%;
  height: 32.9375rem;
  overflow: hidden;
  margin-bottom: 2.56rem;
}
.browse-category-card .img-wraper a {
  display: block;
  width: 100%;
  height: 100%;
}
.browse-category-card .img-wraper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.browse-category-card .text-wraper {
  display: block;
  width: 100%;
}
.browse-category-card .text-wraper h5 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.06rem;
}
.browse-category-card .text-wraper a {
  color: var(--Sand, #D5B796);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.37rem;
  max-width: -moz-max-content;
  max-width: max-content;
}
.browse-category-card .text-wraper a img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.principles-card {
  display: block;
  width: 100%;
  border: 1px solid #E3E3E3;
  background: rgba(249, 241, 241, 0.5);
  padding: 3.75rem 2.5rem;
}
.principles-card.bg-white {
  background-color: #ffffff;
}
.principles-card span.number {
  color: #D5B796;
  font-family: Montserrat;
  font-size: 4.5625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 3.5rem;
}
.principles-card h5 {
  color: var(--Black, #000);
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.75rem;
}
.principles-card p {
  line-height: normal;
}

section.home-sec3 {
  position: relative;
  overflow: hidden;
}
section.home-sec3 .img-wraper {
  display: block;
  width: 100%;
  height: auto;
}
section.home-sec3 .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.home-sec3 .content-wraper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 4.37rem 0;
}

section.last-sec {
  position: relative;
  overflow: hidden;
}
section.last-sec .img-wraper {
  display: block;
  width: 100%;
  height: 43.75rem;
  overflow: hidden;
  position: relative;
}
section.last-sec .img-wraper::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 32.08%, #000 100%);
  position: absolute;
  inset: 0;
  z-index: 1;
}
section.last-sec .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.last-sec .content-wraper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 4.13rem 0 3.75rem;
}
section.last-sec .content-wraper .container {
  height: 100%;
}
section.last-sec .content-wraper .container .flex-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
}
section.last-sec .content-wraper .container .flex-box h6.sub-heading::after {
  background-color: #000000;
}
section.last-sec .content-wraper .container .flex-box .sub-flex-box {
  display: flex;
  align-items: center;
  gap: 2.38rem;
  justify-content: space-between;
}
section.last-sec .content-wraper .container .flex-box .sub-flex-box h2 {
  color: var(--Pure-White, #FFF);
  max-width: 64rem;
  width: 100%;
}
section.last-sec .content-wraper .container .flex-box .sub-flex-box .btn-wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
}
section.last-sec .content-wraper .container .flex-box .sub-flex-box .btn-wraper a {
  min-width: 14.3125rem;
}

section.inner-banner-sec {
  padding: 13.87rem 0 4.63rem;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
section.inner-banner-sec .bg-img {
  padding-top: 9.25rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -1;
}
section.inner-banner-sec .bg-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 59.84%, #000 389%);
  position: absolute;
  inset: 0;
}
section.inner-banner-sec .bg-img img {
  width: 100%;
  height: 100%;
}
section.inner-banner-sec h1 {
  color: var(--Text-Primary, #F0F4F8);
  text-align: center;
  font-family: "Cormorant Garamond";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.875rem; /* 76.667% */
  margin-bottom: 2rem;
}
section.inner-banner-sec ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.25rem;
}
section.inner-banner-sec ul li {
  color: var(--White, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem; /* 111.111% */
  position: relative;
}
section.inner-banner-sec ul li:last-child::after {
  display: none;
}
section.inner-banner-sec ul li::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/right-arow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.9rem;
  margin: auto;
}
section.inner-banner-sec ul li a {
  padding: 0.13rem 0;
  color: var(--White, #FFF);
}

section.about-sec1 {
  padding: 7.5rem 0 0;
}
section.about-sec1 img.side-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.about-sec1 h3 {
  margin: 2rem 0 1.19rem;
}
section.about-sec1 p {
  margin-bottom: 1.875rem;
}
section.about-sec1 p:last-of-type {
  margin: 0;
}

section.product-category-sec1 {
  padding: 7.5rem 0;
}
section.product-category-sec1 ul.products-item li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.88rem;
  padding: 3.12rem 0;
  border-bottom: 1px solid #D5B796;
  position: relative;
  overflow: hidden;
}
section.product-category-sec1 ul.products-item li:nth-child(even) {
  flex-direction: row-reverse;
}
section.product-category-sec1 ul.products-item li:first-child {
  padding-top: 0;
}
section.product-category-sec1 ul.products-item li:last-child {
  padding-bottom: 0;
  border: none;
}
section.product-category-sec1 ul.products-item li a.absolute {
  position: absolute;
  inset: 0;
  z-index: 9;
  overflow: hidden;
}
section.product-category-sec1 ul.products-item li .img-wraper {
  max-width: 55.375rem;
  width: 100%;
}
section.product-category-sec1 ul.products-item li .img-wraper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.product-category-sec1 ul.products-item li .text-wraper {
  max-width: 39rem;
  width: 100%;
}
section.product-category-sec1 ul.products-item li .text-wraper h4 {
  color: var(--Black, #000);
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2rem;
}
section.product-category-sec1 ul.products-item li .text-wraper p {
  margin-bottom: 30px;
}
section.product-category-sec1 ul.products-item li .text-wraper p:last-of-type {
  margin: 0;
}

section.product-listing-sec1 {
  padding: 7.5rem 0;
}
section.product-listing-sec1 .flex-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.25rem;
}
section.product-listing-sec1 .flex-wraper h5 {
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
section.product-listing-sec1 .flex-wraper h5 span {
  font-weight: 600;
}
section.product-listing-sec1 .flex-wraper .select-wraper {
  max-width: 10.625rem;
  width: 100%;
}
section.product-listing-sec1 .flex-wraper .select-wraper select {
  border: 1px solid rgba(213, 183, 150, 0.5);
  width: 100%;
  padding: 1rem 0.625rem;
  padding-right: 2.7rem;
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url(../images/arow-down.svg);
  background-repeat: no-repeat;
  background-position: right 0.81rem center;
  background-size: 1.25rem;
}
section.product-listing-sec1 .product-card {
  margin-bottom: 2.5rem;
}

.product-card {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-card a.absolute {
  position: absolute;
  opacity: 0;
  z-index: 9;
  inset: 0;
}
.product-card:hover .img-wraper img {
  transform: scale(1.1);
}
.product-card .img-wraper {
  width: 100%;
  height: 25.5625rem;
  margin-bottom: 1rem;
  background: linear-gradient(0deg, #EFEFEF 0%, #DCDCDC 100%);
  position: relative;
  overflow: hidden;
}
.product-card .img-wraper span.new {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.625rem;
  background: #FFF;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 9;
}
.product-card .img-wraper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.product-card h4 {
  color: #000;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.38rem;
  margin-top: 2.5rem;
}
.pagination li {
  min-width: 2.5rem;
  height: 2.5rem;
}
.pagination li a, .pagination li span {
  color: var(--Light-Text, #616C7C);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75rem; /* 175% */
  letter-spacing: 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}
.pagination li.active {
  border-radius: 0.25rem;
  background: var(--Sand, #D5B796);
}
.pagination li.active a, .pagination li.active span {
  color: #ffffff;
}

section.product-details-sec1 {
  padding: 7.5rem 0;
}

section.product-details-sec2 {
  padding: 5rem 0;
  background: rgba(74, 109, 140, 0.04);
}

section.refurbishment-services-sec1 {
  padding: 0 0 7.5rem;
}

section.refurbishment-services-sec2 {
  padding: 5rem 0;
  background: rgba(213, 183, 150, 0.1);
}
section.refurbishment-services-sec2 h6 {
  margin: 0 auto 1.25rem;
}
section.refurbishment-services-sec2 h3 {
  margin-bottom: 0.63rem;
  text-align: center;
}
section.refurbishment-services-sec2 .row {
  gap: 2.5rem 0;
}

.service-card {
  display: block;
  width: 100%;
  border: 1px solid #E3E3E3;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 3.75rem 2.45rem;
}
.service-card span {
  width: 3.875rem;
  height: 3.875rem;
  background: #D5B796;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card span img {
  max-width: 2.5rem;
  max-height: 2.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-card h5 {
  color: var(--Black, #000);
  font-family: "Cormorant Garamond";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 3.5rem;
  margin-bottom: 1.75rem;
}
.service-card p {
  line-height: 1.5rem; /* 150% */
  margin-bottom: 1.765rem;
}
.service-card a.lm {
  color: var(--Sand, #D5B796);
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 0.44rem;
  max-width: max-contenta;
}
.service-card a.lm img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.refurbishment-services-sec3 {
  background: var(--Grey-Azure, #4A6D8C);
  padding: 5rem 0;
}
section.refurbishment-services-sec3 h6 {
  margin: 0 auto 1.25rem;
  color: #ffffff;
}
section.refurbishment-services-sec3 h6::after {
  background-color: #ffffff;
}
section.refurbishment-services-sec3 h3 {
  margin-bottom: 3.13rem;
  text-align: center;
  color: #ffffff;
}
section.refurbishment-services-sec3 .grid-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.47rem;
}
section.refurbishment-services-sec3 .grid-box .grid-item {
  width: 100%;
  display: block;
  position: relative;
}
section.refurbishment-services-sec3 .grid-box .grid-item:last-child::after {
  display: none;
}
section.refurbishment-services-sec3 .grid-box .grid-item::after {
  content: "";
  width: 11.5625rem;
  height: 0.125rem;
  background-image: url(../images/dash-line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 2.53rem;
  right: -41%;
}
section.refurbishment-services-sec3 .grid-box .grid-item span.number {
  color: var(--Sand, #D5B796);
  font-family: Montserrat;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 93.75% */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.875rem;
  height: 4.875rem;
  border-radius: 3.5625rem;
  background: #FFF;
  margin: 0 auto;
}
section.refurbishment-services-sec3 .grid-box .grid-item h5 {
  color: var(--Pure-White, #FFF);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 2.75rem 0 2rem;
}
section.refurbishment-services-sec3 .grid-box .grid-item p {
  line-height: normal;
  color: var(--Pure-White, #FFF);
  text-align: center;
  max-width: 15.1875rem;
  width: 100%;
  margin: 0 auto;
}

section.refurbishment-services-sec4 {
  padding: 0 0 7.5rem;
}
section.refurbishment-services-sec4 h6.sub-heading {
  margin: 0 auto 1.25rem;
}
section.refurbishment-services-sec4 h3 {
  text-align: center;
  margin-bottom: 3.12rem;
}
section.refurbishment-services-sec4 .price-card {
  width: 100%;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.78);
  padding: 0 3.5rem;
}
section.refurbishment-services-sec4 .price-card.bg-blue {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--Grey-Azure, #4A6D8C);
}
section.refurbishment-services-sec4 .price-card.bg-blue h5.price {
  color: #ffffff;
}
section.refurbishment-services-sec4 .price-card.bg-blue span.card-value {
  background: var(--Sand, #D5B796);
}
section.refurbishment-services-sec4 .price-card.bg-blue ul.benefit-list li {
  color: #ffffff;
}
section.refurbishment-services-sec4 .price-card span.card-value {
  background: rgba(136, 136, 136, 0.1);
  padding: 1.8rem 2rem;
  min-width: 19.3125rem;
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: table;
  margin: 0 auto 2.13rem;
}
section.refurbishment-services-sec4 .price-card h5.price {
  color: var(--Black, #000);
  font-family: "Cormorant Garamond";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.0225rem;
  margin-bottom: 0.93rem;
  text-align: center;
}
section.refurbishment-services-sec4 .price-card h5.price strong {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.07rem;
}
section.refurbishment-services-sec4 .price-card a.muted-gold-btn, section.refurbishment-services-sec4 .price-card a.white-btn {
  min-width: 13.5625rem;
  margin: 0 auto;
  display: table;
}
section.refurbishment-services-sec4 .price-card ul.benefit-list {
  margin-top: 3.75rem;
  margin-bottom: 3.19rem;
}
section.refurbishment-services-sec4 .price-card ul.benefit-list li {
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.5rem;
  padding-left: 2.88rem;
  margin-bottom: 1.25rem;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.25rem;
}
section.refurbishment-services-sec4 .price-card ul.benefit-list li:last-child {
  margin: 0;
}

section.refurbishment-services-sec5 {
  padding: 5rem 0 6.12rem;
  background: rgba(213, 183, 150, 0.1);
}
section.refurbishment-services-sec5 h6.sub-heading {
  margin: 0 auto 1.25rem;
}
section.refurbishment-services-sec5 h3 {
  text-align: center;
  margin-bottom: 3.12rem;
}

.review-box {
  border: 1px solid #D5B796;
  background: #FFF;
  padding: 2.5rem 1.25rem;
}
.review-box img.queatation {
  max-width: 3.375rem;
  max-height: 3.125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-box p {
  color: var(--Primary-Text, #545A5E);
  font-size: 1.125rem;
  line-height: 1.875rem; /* 166.667% */
  margin: 4.31rem 0;
}
.review-box .profile-wraper {
  border-top: 1px dashed #E6E2E2;
  padding-top: 1.31rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.review-box .profile-wraper .profile {
  display: flex;
  align-items: center;
  gap: 0.69rem;
}
.review-box .profile-wraper .profile img {
  max-width: 3.25rem;
  max-height: 3.25rem;
  width: 100%;
  height: 100%;
  border-radius: 3.25rem;
}
.review-box .profile-wraper .profile h5 {
  color: #5E5E5E;
  font-family: Montserrat;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 171.429% */
  margin: 0;
}
.review-box .profile-wraper .profile h5 strong {
  color: #000;
  font-family: Montserrat;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem; /* 150% */
  display: block;
}
.review-box .profile-wraper ul.rating {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.review-box .profile-wraper ul.rating li {
  display: table;
}
.review-box .profile-wraper ul.rating li img {
  max-width: 0.98063rem;
  max-height: 0.98063rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */