@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* @font-face {
    font-family: Founders;
    src: url("../../reference/assets/fonts/FoundersGrotesk-Regular.woff2");
}
@font-face {
    font-family: "Commuters Sans";
    src:
        url("../fonts/CommutersSansRegular.woff2") format("woff2"),
        url("../fonts/CommutersSansRegular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */

:root {
  --cream: #eee6d7;
  --ink: #6c6969;
  --dark: #6c6969;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  color: var(--ink);
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "commuters-sans", sans-serif;
}
p {
  line-height: 1.8;
}
.topbar {
  font-size: 0.76rem;
  padding: 0.25rem 0;
  background: #f5f2ee;
}
.topbar a,
footer a {
  color: var(--dark);
  text-decoration: none;
  font-size: 15px;
}
.right a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 13px;
}
.bg-cream,
.site-footer {
  background: var(--cream);
}

.main_btn {
  border-radius: 0;
  padding: 8px 20px;
  color: #000;
  text-decoration: none;
  display: inline-block;
  background: var(--cream);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.outline_btn {
  border-radius: 0;
  padding: 0.5rem 1.9rem;
  color: var(--cream);
  text-decoration: none;
  display: inline-block;
  border: 1px solid var(--cream);
  background: transparent;
}
.outline_btn_dark {
  border-radius: 0;
  padding: 8px 30px;
  color: var(--dark);
  text-decoration: none;
  display: inline-block;
  background: transparent;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--dark);
}
.outline_btn_cream {
  border-radius: 0;
  padding: 8px 30px;
  color: var(--cream);
  text-decoration: none;
  display: inline-block;
  background: transparent;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--cream);
}
.outline_btn_white {
  border-radius: 0;
  padding: 8px 30px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  background: transparent;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--cream);
}
.navbar.main-header {
  padding: 1rem 0;
  position: absolute;
  z-index: 999;
  width: 100%;
}
.main-header .navbar-brand {
  line-height: 0.8;
  color: #666;
}
.navbar-brand .dark_logo {
  display: none;
}
.main-header .navbar-brand img {
  max-width: 200px;
}
.main-header .navbar-brand span {
  font-size: 1.6rem;
  letter-spacing: 0.22em;
}
.navbar-brand small {
  display: block;
  font-size: 0.42rem;
  letter-spacing: 0.45em;
  margin-top: 0.5rem;
}
.nav-link {
  font-size: 0.9rem;
  color: var(--cream) !important;
}
.nav-link.active {
  /* font-weight: 600; */
  color: var(--cream);
}
.hero.banner {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  position: relative;
  display: grid;
  place-items: center;
  color: white;
}
/* .hero:before,
.image-banner:before,
.project-card:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.45));
} */
.hero-content {
  position: relative;
  text-align: center;
  z-index: 1;
}
.display-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 400;
  line-height: 1;
  font-family: "commuters-sans", sans-serif;
  color: var(--cream);
  margin-bottom: 30px;
}
.btn-outline-lux {
  border: 1px solid currentColor;
  border-radius: 0;
  padding: 0.7rem 1.4rem;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  background: transparent;
}
.btn-outline-lux:hover {
  background: #fff;
  color: #444;
}
.section-pad {
  padding: 6rem 0;
}
.cream {
  background: var(--cream);
}
.sec_home_who .right {
  position: relative;
}
.sec_home_who .right .abs-image {
  position: absolute;
  width: 100%;
  bottom: -50px;
  z-index: 1;
}
.sec_home_who .right .abs-image img {
  width: 100%;
}
.section-title {
  font-size: 40px;
}
.featured-brands {
  padding: 60px 0;
}
.who-img {
  width: 100%;
  object-fit: contain;
  max-width: 450px;
  z-index: 9;
}
.sec_expertise .service {
  padding: 40px 0 30px 40px;
  border-bottom: 1px solid #97918a;
  font-size: 1.35rem;
  font-weight: 500;
  font-family: "commuters-sans", sans-serif;
}
.sec_expertise .service:last-of-type {
  border: none;
}
.sec_expertise.about2 .service {
  padding: 40px 0 30px 0px;
}
.sec_expertise .service h5 {
  font-weight: bold;
}
.sec_expertise .service p {
  font-size: 15px;
  width: 82%;
}
.brand-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.brand-card {
  height: 430px;
  position: relative;
  overflow: hidden;
  background: #222;
}
.brand-card img,
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.brand-card:hover img,
.project-card:hover img {
  transform: scale(1.03);
}
.brand-card span {
  position: absolute;
  inset: auto 0 1rem;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  z-index: 2;
  text-transform: uppercase;
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.project-card {
  height: 600px;
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #000;
}
.project-card img {
  opacity: 0.6;
}
.project-card-content {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.project-card h3 {
  font-size: 25px;
  color: var(--cream);
  font-weight: bold;
}
.project-card small {
  letter-spacing: 1px;
  color: var(--cream);
}
.project-card a {
  padding: 8px 22px;
  font-size: 12px;
}
.image-banner.home_cta {
  height: 95vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  display: flex;
  align-items: end;
  padding: 4rem;
}
.image-banner.home_cta .section-title {
  font-size: 30px;
  font-weight: bold;
}
.image-banner.home_cta .section-title span {
  font-weight: 400;
}
.image-banner.home_cta p {
  width: 60%;
  opacity: 0.8;
  font-size: 15px;
}
.page-intro {
  text-align: center;
  padding: 6rem 0;
}
.page-intro p {
  max-width: 720px;
  margin: 1.5rem auto;
}
.filter-btn {
  border: 1px solid #777;
  background: #fff;
  border-radius: 0;
  padding: 0.5rem 1.8rem;
  color: #777;
}
.filter-btn.active {
  background: #777;
  color: #fff;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
.gallery img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.gallery img:nth-child(3n) {
  grid-column: span 2;
  height: 500px;
}
.form-control,
.form-select {
  border-radius: 0;
  border-color: #777;
  padding: 1rem;
  background: #fff;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  border-color: #333;
}
.site-footer {
  padding-top: 2.5rem;
  position: relative;
}
.footer-nav {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.footer-word {
  font-size: clamp(5rem, 17vw, 18rem);
  line-height: 0.8;
  color: rgba(119, 114, 111, 0.08);
  letter-spacing: 0.08em;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 3rem;
}
.footer-bottom {
  background: var(--dark);
  color: var(--cream);
  padding: 1rem 3rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
}
.logo-row {
  display: flex;
  justify-content: space-around;
  gap: 2rem;
  flex-wrap: wrap;
  font-size: 1.5rem;
  color: #333;
}
.logo-row span {
  min-width: 100px;
  text-align: center;
}
.cta-band {
  background-size: cover;
  background-position: center;
  min-height: 360px;
  display: grid;
  place-items: center;
  color: #fff;
  text-align: center;
  position: relative;
}
.cta-band > * {
  position: relative;
  z-index: 1;
}
.cta-band:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
}

.home_timeline {
  padding: 50px;
}
.home_timeline h5 {
  padding: 50px 0;
}
.home_timeline .center {
  border-right: 1px solid var(--ink);
  border-left: 1px solid var(--ink);
}

@media (max-width: 991px) {
  .brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-pad {
    padding: 4rem 0;
  }
  .hero {
    min-height: 65vh;
  }
  .footer-nav {
    gap: 1.2rem;
  }
  .who-img {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .brand-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }
  .brand-card,
  .project-card {
    height: 480px;
  }
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery img,
  .gallery img:nth-child(3n) {
    grid-column: auto;
    height: 420px;
  }
  .image-banner {
    padding: 2rem;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
  }
  .section-title {
    font-size: 2.8rem;
  }
}

/* =========================
   TOP AREA
========================= */

.brands-description {
  font-weight: 300;
  color: #6c6969;
  margin-bottom: 40px;
}

.brands-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.brands-categories a {
  color: #6c6969;
  text-decoration: none;
  font-weight: 600;
}

/* =========================
   SWIPER
========================= */

.brandSwiper {
  width: 100%;
  overflow: hidden;
}

/*
  Important:
  Swiper normally gives every slide a fixed width.

  We change the wrapper to flex and allow our slides
  to grow/shrink.
*/

.brandSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
  gap: 15px;
}

/* =========================
   DEFAULT 6 EQUAL BOXES
========================= */

.brandSwiper .swiper-slide {
  height: 450px;

  /*
    All 6 boxes start with equal width.
  */
  flex: 1 1 0 !important;

  width: auto !important;

  overflow: hidden;

  transition:
    flex-grow 0.6s cubic-bezier(0.22, 1, 0.36, 1),
    flex-basis 0.6s cubic-bezier(0.22, 1, 0.36, 1);

  will-change: flex-grow;
}

@media (min-width: 1200px) {
  .brandSwiper .swiper-wrapper:hover .swiper-slide {
    flex-grow: 0.75 !important;
  }

  /*
    The hovered box becomes bigger.
  */

  .brandSwiper .swiper-wrapper .swiper-slide:hover {
    flex-grow: 1.2 !important;
  }
}

/* =========================
   CARD
========================= */

.brand-card {
  position: relative;

  display: block;

  width: 100%;
  height: 100%;

  overflow: hidden;

  background: #ddd;
}

/* =========================
   IMAGE
========================= */

.brand-card img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.7s ease;
}

/* Zoom image only slightly */
.swiper-slide:hover .brand-card img {
  transform: scale(1.04);
}

/* =========================
   DARK OVERLAY
========================= */

.brand-card::after {
  content: "";

  position: absolute;
  inset: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 45%);

  z-index: 1;
}

/* =========================
   BRAND LOGO
========================= */

.brand-logo {
  position: absolute;

  left: 50%;
  bottom: 25px;

  transform: translateX(-50%);

  z-index: 2;

  color: #fff;

  font-family: Georgia, serif;

  font-size: 14px;

  letter-spacing: 2px;

  white-space: nowrap;

  text-align: center;
}

/* =========================
   TABLET + MOBILE
========================= */

@media (max-width: 1199.98px) {
  /*
    Turn normal Swiper sizing back on for mobile/tablet.

    Hover growing is mainly useful on desktop.
  */

  .brandSwiper .swiper-slide {
    flex: none !important;

    width: auto !important;

    height: 380px;
  }
}

@media (max-width: 767.98px) {
  .brands-title {
    margin-bottom: 30px;

    font-size: 28px;
  }

  .brands-description {
    font-size: 10px;
  }

  .brands-categories {
    gap: 15px;
  }

  .brandSwiper .swiper-slide {
    height: 400px;
  }
}

.sec_inner_banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sec_inner_banner h3 {
  color: var(--cream);
  font-size: 40px;
}
.sec_inner_banner p {
  color: #f5f2ee;
  width: 50%;
  text-align: center;
  font-weight: 300;
  font-size: 15px;
  margin: 20px 0;
}

.sec_home_who.about {
  position: relative;
  padding-top: 300px;
}
.sec_home_who.about .abs_image {
  position: absolute;
  top: -50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec_home_who.about .abs_image img {
  width: 80%;
}
.sec_work {
  padding-bottom: 60px;
}
.sec_work .container {
  border-top: 1px solid var(--dark);
  padding-top: 6rem;
}
.sec_work .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 60px;
}
.sec_work .item h3 {
  color: var(--cream);
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  font-size: 25px;
}
.sec_work .item p {
  color: var(--cream);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.sec_work .swiper-pagination-bullet-active {
  background: var(--cream);
}

.sec_about_cta .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.sec_about_cta .container h3 {
  color: var(--cream);
  font-size: 35px;
  margin-bottom: 20px;
}

.sec_expertise.about .service {
  padding: 20px 0 20px 10px;
  border-bottom: 1px solid #97918a;
  font-size: 18px;
  font-weight: 500;
}
.site-footer .footer-logo {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}
.site-footer .footer-logo img {
  width: 90%;
}

.site-footer .footer-bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

.sec_brands {
  padding: 100px 0;
}
.sec_brands .brand-card {
  height: 210px;
}
.sec_brands .brand-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  bottom: 0;
}
.sec_brands .brand-card img {
  width: 100%;
  height: unset;
}
.sec_brands .row {
  gap: 36px;
}
.sec_brands .item {
  width: 17%;
  padding: 0;
}

.sec_contact {
  padding: 100px 0;
}
.sec_contact .form-control,
.sec_contact .form-select {
  border: 1px solid var(--dark);
  color: var(--dark);
}

.sec_home_projects {
  padding: 6rem 0 6rem 10rem;
  overflow: hidden;
}

.sec_project_main {
  padding: 100px 0;
}
.sec_project_main h3 {
  margin-bottom: 20px;
}
.sec_project_main p.title-text {
  width: 50%;
  margin: auto;
  font-size: 15px;
}
.project-section li .nav-link,
.project-section li .nav-link.active {
  border: 1px solid var(--dark);
  border-radius: 0;
  color: var(--dark) !important;
  padding: 8px 30px;
}
.project-section ul {
  justify-content: center;
  margin: 40px;
  border: none;
  gap: 30px;
}
.showroom_banner h2 {
  color: var(--cream);
}
.showroom_banner h5 {
  font-weight: bold;
}

.contact-btn-arrow {
  width: 22px;
  height: 16px;
  flex: 0 0 auto;
  transition: transform 0.3s ease;
  margin-left: 3px;
}
.sec_home_who .content-part {
  padding-left: 70px;
}
.sec_home_who .content-part p {
  font-size: 15px;
  margin-bottom: 60px;
}

.sec_home_who.about .content-part,
.sec_home_who.single-project .content-part{
  padding-left: 0;
  padding-right: 70px;
}

.sec_home_who.about .who-img,
 .sec_home_who.single-project .who-img{
  width: 100%;
  object-fit: contain;
  max-width: 550px;
}

.sec_inner_banner .outline_btn{
      border-radius: 0;
    padding: 5px 10px;
    color: var(--cream);
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--cream);
    background: transparent;
    font-size: 13px;
}

.sec_home_who .content-part ul li{
  line-height: 2;
}
.sec_home_who.showroom p{
  margin-bottom: 20px;
}

.sec_home_who.showroom  .who-img {
    width: 100%;
    object-fit: contain;
    max-width: 550px;
}

.sec_expertise.about .service:last-of-type{
  border: none;
}


.sec_brands_slider .container {
    border-top: 1px solid var(--dark);
    padding-top: 5rem;
}
.sec_brands_slider img{
      width: 100%;
    max-width: 110px;
    height: 50px;
    object-fit: contain;
}
.sec_brands_slider{
  padding-bottom: 100px;
}

.sec_contact ul.social{
  padding: 0;
  margin:0;
  margin-top: 30px;
  
}
.sec_contact ul.social li{
  list-style: none;
  display: inline-block;
  margin-right: 10px;

}
.sec_contact ul.social li i{
  font-size: 23px;
  color: var(--dark);
}

.sec_contact .btn{
      background: var(--dark);
    border-radius: 0;
    padding: 8px 30px;
    border: none;
    font-size: 14px;
    margin-top: 20px;
}