@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Readex+Pro:wght@160..700&display=swap");
:root {
  --btn-animation: 0.35s all;
  --toggle-menu-animation: transform 0.5s;
  --ff-italics: "Playfair Display", serif;
  --ff-default: "Readex Pro", sans-serif;
}
body {
  font-family: var(--ff-default);
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}
section,
footer,
header {
  overflow-x: hidden;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  display: inline-block;
}
.website-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 64px;
  padding-bottom: 32px;
  z-index: 998;
}
/* .website-header.page-scrolled {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
} */
.toggle-nav {
  display: none;
}
.mobile-menu {
  display: none;
}
.website-header-content {
  display: flex;
  align-items: center;
}
.website-header-content nav {
  margin-left: auto;
}
.website-header-content nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 44px;
}
.website-header-content nav ul li a {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  padding: 4px;
  transition: var(--btn-animation);
}
.website-header-content nav ul li a:hover {
  color: #281e17;
  
}
.website-header-content > div:last-of-type {
  margin-left: 44px;
}
.website-header-content > div:last-of-type a {
  color: #fff;
  padding: 17px 24px;
  background-color: #281e17;
  font-size: 20px;
  line-height: normal;
  transition: var(--btn-animation);
}
.website-header-content > div:last-of-type a:hover {
  color: #281e17;
  background-color: #fff;
}
.section-hero {
  background-image: url(../images/hero-img.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}
.hero-content {
  min-height: 85dvh;
  display: flex;
  align-items: end;
}
.hero-content h1 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 118px;
}
.hero-content h1 i {
  font-family: var(--ff-italics);
}
.section-hero-cta {
  min-height: 15dvh;
  background-color: #281e17;
  display: flex;
  align-items: center;
}
.section-hero-cta-content > a {
  font-size: 25px;
  color: #fff;
  width: 50%;
  text-align: center;
}
.section-hero-cta-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-explore-us {
  padding-top: 160px;
  padding-bottom: 100px;
}
.section-explore-us .content-right p {
  font-size: 25px;
  margin-bottom: 32px;
}
.section-content strong:first-of-type {
  display: block;
  font-size: 25px;
  margin-bottom: 24px;
  color: #281e17;
  font-weight: 700;
}
.section-content h2 {
  font-size: 80px;
  line-height: 90px;
  margin-bottom: 22px;
  font-weight: 700;
}
.section-content h2 i {
  font-family: var(--ff-italics);
}
.section-content p {
  line-height: normal;
  font-size: 22px;
}
.has-btn a {
  font-size: 20px;
  font-weight: 700;
  color: #281e17;
  line-height: normal;
  padding: 10px 20px;
  position: relative;
  z-index: 3;
  transition: var(--btn-animation);
  text-transform: uppercase;
}
.has-btn span {
  position: relative;
  z-index: 3;
  text-transform: uppercase;
}
.has-btn a::after,
.has-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: var(--btn-animation);
  z-index: 2;
}
.has-btn a::after {
  border-left: 1px solid #281e17;
  border-right: 1px solid #281e17;
  width: calc(100% + 10px);
  height: calc(100% + 30px);
}
.has-btn a::before {
  border-top: 1px solid #281e17;
  border-bottom: 1px solid #281e17;
  width: calc(100% + 30px);
  height: calc(100% + 10px);
}
.has-btn-left a {
  margin-left: 15px;
  margin-top: 20px;
}
.has-btn-right a {
  margin-left: unset;
  margin-right: 20px;
  margin-top: 20px;
}
.has-btn a:hover::after {
  width: calc(100% + 30px);
  background-color: #281e17;
}
.has-btn a:hover::before {
  height: calc(100% + 30px);
  background-color: #281e17;
}
.has-btn a:hover {
  color: #fff;
}
.has-btn-white a::after,
.has-btn-white a::before {
  border-color: #fff;
}
.has-btn-white a,
.has-btn-white a span {
  color: #fff;
}
.has-btn-white a:hover::after,
.has-btn-white a:hover::after {
  background-color: #fff;
}
.has-btn-white a:hover,
.has-btn-white a:hover span {
  color: #281e17;
}
.section-home-exclusive {
  padding-bottom: 100px;
}
.section-home-exclusive .section-content {
  text-align: right;
  padding-left: 64px;
}
.section-home-exclusive .section-content .fixed-width-wrapper {
  max-width: 484px;
  margin-left: auto;
}
.exclusive-content-img {
  position: relative;
}
.exclusive-content-card {
  position: absolute;
  top: 54px;
  right: -54px;
  width: 358px;
  height: 305px;
  background-color: #281e17;
  color: #fff;
  text-align: center;
  padding-inline: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exclusive-content-card strong {
  display: block;
  font-size: 100px;
  line-height: 100px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.exclusive-content-card p {
  font-size: 20px;
  margin-bottom: 0;
}
.accordion-style-home-exclusive {
  margin-bottom: 60px;
}
.accordion-style-home-exclusive
  .accordion-outer.is-open
  .accordion-heading
  p::before {
  content: "-";
}
.accordion-style-home-exclusive .accordion-heading {
  border-bottom: 1px solid #281e17;
}
.accordion-style-home-exclusive .accordion-heading p {
  font-size: 25px;
  font-weight: 700;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  text-align: right;
  margin-bottom: 0;
  padding-block: 20px;
}
.accordion-style-home-exclusive .accordion-heading p::before {
  content: "+";
}
.accordion-style-home-exclusive .accordion-content {
  padding-block: 24px;
  border-bottom: 1px solid #281e17;
}
.section-services {
  background-color: #281e17;
  padding-block: 100px;
}
.section-services .section-content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: #fff;
  margin-bottom: 60px;
}
.section-services .section-content strong:first-of-type {
  color: #fff;
}
.section-services .section-content h2 {
  margin-bottom: 0;
}
.section-services .section-content a {
  margin-bottom: 100px;
}
.services-card {
  position: relative;
  overflow: hidden;
}
.services-card img {
  width: 100%;
  transition: var(--btn-animation);
}
.services-card:hover img {
  transform: scale(1.2);
}
.services-card-content {
  position: absolute;
  width: 257px;
  height: 141px;
  background-color: #281e17;
  top: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
.section-stats {
  padding-block: 80px;
}
.services-card-content p {
  margin-bottom: 0;
  font-size: 20px;
}
.stats-content {
  max-width: 340px;
}
.stats-content strong {
  display: block;
  font-size: 150px;
  line-height: 160px;
  font-weight: 700;
  margin-bottom: 32px;
}
.stats-content p {
  font-size: 20px;
  margin-bottom: 0;
}
.vertical-slider__slides {
  position: relative;
}
.vertical-slider__slides::after {
  height: 100%;
  position: absolute;
  content: "";
  width: 50%;
  pointer-events: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 0px;
  right: 0px;
  display: block;
}
.vertical-slider__slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vertical-slider__slides .section-content {
  padding: 54px;
  padding-right: 20%;
}
.vertical-slider__slides .section-content h2 {
  font-size: 70px;
  line-height: 80px;
}
.vertical-slider__slides .section-content strong {
  font-size: 18px;
  background-color: #c9c9c9;
  padding: 5px 10px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
}
.section-home-interior:not(.service-page)
  .vertical-slider__slides
  .section-content
  a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 16px;
}
.section-home-interior:not(.service-page)
  .vertical-slider__slides
  .section-content
  a::before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #000;
  display: inline-block;
}
.vertical-slider .slick-dots {
  position: absolute;
  bottom: unset;
  display: flex;
  flex-direction: column;
  width: auto;
  gap: 16px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.vertical-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: unset;
}
.vertical-slider .slick-dots li button {
  font-size: 16px;
  line-height: normal;
  color: #000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000;
}
.vertical-slider .slick-dots .slick-active button {
  background-color: #000;
  color: #fff;
}
.vertical-slider .slick-dots li button::before {
  content: none;
}
.section-home-faqs {
  padding-block: 140px;
}
.section-home-faqs .section-content {
  margin-bottom: 100px;
}
.accordion-style-home-faq {
  max-width: 945px;
  margin-inline: auto;
}
.accordion-style-home-faq .accordion-outer {
  border-bottom: 1px solid #000;
}
.accordion-style-home-faq .accordion-heading p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
  padding-block: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.accordion-style-home-faq .accordion-heading p::after {
  content: "+";
}
.accordion-style-home-faq .accordion-outer.is-open .accordion-heading p::after {
  content: "-";
}
.accordion-style-home-faq .content-wrapper {
  padding-block: 30px;
  border-top: 1px solid #000;
}
.accordion-style-home-faq .content-wrapper p {
  font-size: 22px;
}
.faq-wrapper {
  position: relative;
  max-width: 1145px;
  margin-inline: auto;
  padding: 100px;
}
.faq-wrapper::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  width: calc(100% + 60px);
  height: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.faq-wrapper::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  content: "";
  width: 100%;
  height: calc(100% + 60px);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.section-home-interior-space {
  padding-bottom: 100px;
}
.marquee-wrapper {
  width: 100%; /* or desired width */
  overflow: hidden;
  white-space: nowrap;
  /* background-color: #f9f9f9;
  border: 1px solid #ccc; */
}
.section-home-interior-space .motion-content {
  display: inline-block;
  padding-left: 100%; /* ensures it starts offscreen */
  animation: scroll-left 10s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.section-home-interior-space .motion-content {
  margin-bottom: 60px;
}
.section-home-interior-space .motion-content p {
  font-size: 125px;
  line-height: 135px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-home-interior-space .section-content {
  margin-bottom: 60px;
}
.trends-card img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 32px;
}
.trends-card strong {
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.trends-card p {
  font-size: 22px;
  margin-bottom: 12px;
}
.trends-card a {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 16px;
}
.trends-card a::before {
  content: "";
  height: 2px;
  width: 40px;
  background-color: #000;
  display: inline-block;
}
.website-footer {
  background-image: url(../images/footer-bg-cropped.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #281e17;
  padding-block: 200px;
  background-attachment: fixed;
}
.website-footer .section-content {
  color: #fff;
}
.website-footer .section-content h2 {
  font-size: 70px;
  line-height: 80px;
}
.website-footer .icons {
  display: flex;
  justify-content: end;
  gap: 24px;
}
.website-footer .icons a {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--btn-animation);
}
.website-footer .icons a:hover {
  background-color: #fff;
  color: #281e17;
}
.section-services-banner {
  background-image: url(../images/services-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-inner-banner .inner-banner-content {
  min-height: 690px;
  display: flex;
  align-items: end;
}
.inner-banner-content h1 {
  font-size: 100px;
  line-height: 100px;
  color: #fff;
  margin-bottom: 140px;
}

.inner-banner-content h1 i {
  font-family: var(--ff-italics);
}
.section-solution {
  background-color: #281e17;
  padding-block: 140px;
  background-image: url(../images/lines.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-solution .section-content {
  color: #fff;
  display: flex;
  gap: 110px;
}
.section-solution .section-content strong {
  color: #fff;
  display: block;
  white-space: nowrap;
}
.section-our-services {
  padding-block: 120px;
}
/* CONTACT US PAGE START */

.section-contact-banner {
  background-image: url(../images/contact-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-contact-form {
  padding-block: 130px;
}
.section-contact-form .section-content {
  margin-bottom: 90px;
}
.contact-form {
  max-width: 1160px;
  margin-inline: auto;
}
.contact-form .box {
  border: 1px solid #000;
  margin-bottom: 40px;
}
.contact-form .box .wrapper {
  padding: 45px 35px;
  border: 1px solid #000;
}
.contact-form *::placeholder {
  color: #707070;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
.contact-form label {
  font-size: 22px;
  margin-bottom: 16px;
  display: block;
}
.contact-form input:not([type="submit"]),
.contact-form textarea {
  color: #281e17;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  outline: none;
  border: none;
  width: 100%;
}
.contact-form input[type="submit"] {
  background-color: #281e17;
  border: none;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 30px;
  font-size: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  transition: var(--btn-animation);
}
.contact-form input[type="submit"]:hover {
  background-color: #3e352e;
}
.map-wrapper img {
  width: 100%;
  object-fit: cover;
}
/* CONTACT US PAGE END */
/* ABOUT PAGE START */
.section-about-banner {
  background-image: url(../images/about-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-about-us {
  padding-block: 90px;
}
.section-about-us .section-content div {
  max-width: 950px;
  margin-left: auto;
}
.section-about-us .section-content h2 {
  margin-bottom: 40px;
}
.section-about-us .section-content p {
  margin-bottom: 64px;
}
.section-about-slider {
  padding-block: 150px;
}
.about-us-img-slider .slick-track {
  display: flex !important;
  align-items: center;
}
.about-us-img-slider img {
  margin-inline: 17px;
}
.section-process {
  padding-bottom: 160px;
}
.section-process .section-content {
  margin-bottom: 75px;
}
.section-process .wrapper {
  display: flex;
  gap: 70px;
  position: relative;
  padding-top: 25px;
  border-top: 1px solid #000;
}
.section-process .wrapper > * {
  flex: 1 1 0;
}
.section-process .wrapper .cards {
  position: relative;
}
.section-process .wrapper .cards::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  left: 0;
  top: -25px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(0px, -50%);
}
.section-process .wrapper .cards h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.section-process .wrapper .cards p {
  font-size: 20px;
  margin-bottom: 0;
}
.section-meet-designers .section-content.with-bg {
  background-color: #281e17;
  background-image: url(../images/lines.png);
  height: 100%;
  padding: 84px 64px;
  color: #fff;
}
.section-meet-designers .section-content.with-bg strong {
  color: #fff;
}
.section-meet-designers .section-content.with-bg ul {
  list-style: none;
  display: flex;
  padding-left: 0;
  flex-wrap: wrap;
  margin-top: 45px;
}
.section-meet-designers .section-content.with-bg ul li {
  font-size: 22px;
  margin-bottom: 24px;
  width: 50%;
}
.section-meet-designers .section-content.content-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 84px 64px;
  height: 100%;
  text-align: right;
}
.section-meet-designers img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* ABOUT PAGE END */
/* PORTFOLIO PAGE START */
.section-portfolio-banner {
  background-image: url(../images/portfolio-banner.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section-portfolio {
  padding-block: 100px;
}
.portfolio-card {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.portfolio-card img {
  transition: var(--btn-animation);
}
.portfolio-card:hover img {
  transform: scale(1.2);
}
.portfolio-card .content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 24px 34px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.portfolio-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-card .arrow {
  width: 78px;
  height: 78px;
  background-color: #fff;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  flex-shrink: 0;
  margin-bottom: 10px;
}
.portfolio-card .content-1 {
  padding: 15px 70px;
  background-color: #281e17;
  font-size: 25px;
  color: #fff;
  max-width: max-content;
  margin-bottom: 3px;
}
.portfolio-card .content-2 {
  padding: 15px 35px;
  background-color: #fff;
  font-size: 20px;
  color: #000;
  max-width: max-content;
  text-transform: uppercase;
}
/* PORTFOLIO PAGE END */
/* MOBILE MENU START */
.toggle-nav {
  margin-left: auto;
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 24px;
}
.mobile-menu {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  width: 50%;
  padding: 44px 24px;
  z-index: 1000;
  transform: translateX(100%);
  transition: var(--toggle-menu-animation);
}
.mobile-menu.toggle-menu-open {
  transform: translateX(0);
}
.mobile-menu nav ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  z-index: 999;
  transform: translateX(100%);
  transition: var(--toggle-menu-animation);
}
.mobile-menu-overlay.toggle-menu-open {
  transform: translateX(0);
}
.mobile-menu .toggle-nav {
  color: #000;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.mobile-menu nav ul li a {
  color: #281e17;
}
.mobile-menu > div:last-of-type a {
  font-size: 16px;
  padding: 12px 18px;
  color: #fff;
  background-color: #281e17;
  line-height: normal;
  transition: var(--btn-animation);
}
.mobile-menu > div:last-of-type a:hover{
  background-color: #3e352e;
}
.toggle-nav .fa-bars {
  display: block;
}
.toggle-nav .fa-xmark {
  display: none;
}
.toggle-nav.toggle-menu-open .fa-bars {
  display: none;
}
.toggle-nav.toggle-menu-open .fa-xmark {
  display: block;
}
/* MOBILE MENU END */
.has-grid-lines {
  position: relative;
}
.has-grid-line-center {
  position: absolute;
  height: 100%;
  width: 1px;
  pointer-events: none;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.has-grid-line-left {
  position: absolute;
  height: 100%;
  width: 1px;
  pointer-events: none;
  top: 0;
  /* left: 20vh; */
  margin-left: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.has-grid-line-right {
  position: absolute;
  height: 100%;
  width: 1px;
  pointer-events: none;
  top: 0;
  /* right: 20vh; */
  margin-right: 4px;
  background-color: rgba(255, 255, 255, 0.5);
}
.has-guide-left {
  position: absolute;
  height: 100%;
  width: 1px;
  pointer-events: none;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: 4px;
}
.has-guide-left.white {
  background-color: rgba(255, 255, 255, 0.5);
}
.has-guide-h {
  position: absolute;
  height: 1px;
  width: 100%;
  pointer-events: none;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.has-guide-h.white {
  background-color: rgba(255, 255, 255, 0.5);
}

.has-bottom-grid-line {
  position: relative;
}
.has-bottom-grid-line::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 18px;
  width: 100vw;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  left: -100%;
  z-index: -1;
}
.section-explore-us .has-guide-h {
  top: 299px;
}
.section-services .has-guide-h {
  top: 330px;
}
.section-stats .has-guide-h {
  top: 216px;
}
.marquee-wrapper {
  position: relative;
}
.marquee-wrapper::after,
.marquee-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
}
.marquee-wrapper::after {
  top: 13px;
}
.marquee-wrapper::before {
  top: 114px;
}
.section-inner-banner .has-guide-h {
  top: 438px;
}
.section-our-services .has-guide-h {
  top: 260px;
}
.section-about-us .has-guide-h {
  top: 230px;
}
.section-home-interior.service-page
  .accordion-style-home-exclusive
  .accordion-heading
  p {
  flex-direction: row-reverse;
}
.section-home-interior.service-page
  .vertical-slider__slides
  .section-content
  strong {
  background-color: transparent;
  font-size: 30px;
}
