:root {
  --white-color: #fff;
  --black-color: #000;
  --golden-color: #D8B270;
  --bg-color-black-light: #333;
  --bg-color-black: #000;
  --bg-color-white: #fff;
  --header-height: 0;
  --filter-height: 0;
  --combined-height: 0;
}

.design-culture-section .banner-title {
  font-size: clamp(32px, calc(2rem + (60 - 32) * ((100vw - 320px) / (1920 - 320))), 60px);
}

/* World's 1st collab design sec start*/
.collaborativesection-v2 {
  background-image: url(../images/collaborative-designers/collaborative-bg2.webp);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  padding: clamp(40px, calc(2.5rem + (80 - 40) * ((100vw - 768px) / (1920 - 768))), 80px) 0;
  position: relative;
}
@media (width <= 1440px) {
  .collaborativesection-v2 {
    background-size: 43%;
  }
}
@media (width <= 1024px) {
  .collaborativesection-v2 {
    background-size: 60%;
  }
}
@media (width <= 768px) {
  .collaborativesection-v2 {
    background-size: 80%;
  }
}
.collaborativesection-v2::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  border-left: 1px solid #bda371;
  height: 218px;
  width: 1px;
  z-index: 4;
}
@media (width <= 992px) {
  .collaborativesection-v2::after {
    height: 68px;
  }
}
.collaborativesection-v2::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  border-bottom: 1px solid #bda371;
  height: 218px;
  width: 134px;
  z-index: 4;
}
@media (width <= 1120px) {
  .collaborativesection-v2::before {
    width: 118px;
  }
}
@media (width <= 1024px) {
  .collaborativesection-v2::before {
    width: 60px;
  }
}
@media (width <= 992px) {
  .collaborativesection-v2::before {
    display: none;
  }
}
.collaborativesection-v2 .collaborativesectionInner-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (width <= 992px) {
  .collaborativesection-v2 .collaborativesectionInner-v2 {
    flex-wrap: wrap;
  }
}
.collaborativesection-v2 .collaborativesectionLeft-v2 {
  width: 60%;
}
@media (width <= 1024px) {
  .collaborativesection-v2 .collaborativesectionLeft-v2 {
    width: 55%;
  }
}
@media (width <= 991px) {
  .collaborativesection-v2 .collaborativesectionLeft-v2 {
    width: 100%;
  }
}
.collaborativesection-v2 .collaborativesectionRight-v2 {
  width: 40%;
  color: var(--white-color);
  position: relative;
  z-index: 5;
}
@media (width <= 1024px) {
  .collaborativesection-v2 .collaborativesectionRight-v2 {
    width: 45%;
  }
}
@media (width <= 992px) {
  .collaborativesection-v2 .collaborativesectionRight-v2 {
    width: 100%;
  }
}
.collaborativesection-v2 .collaborativesectionTitle-v2 {
  color: var(--white-color);
  text-align: left;
  position: relative;
  font-size: clamp(32px, calc(2rem + (64 - 32) * ((100vw - 480px) / (1920 - 480))), 64px);
  line-height: clamp(36px, calc(2.25rem + (72 - 36) * ((100vw - 768px) / (1920 - 768))), 72px);
  letter-spacing: 2px;
}
@media (width <= 992px) {
  .collaborativesection-v2 .collaborativesectionTitle-v2 {
    text-align: center;
  }
}
.collaborativesection-v2 .collaborativesectionbox {
  border: 1px solid var(--golden-color);
  padding: 40px;
  position: relative;
}
.collaborativesection-v2 .collaborativesectionbox .collaborativesection-title {
  font-size: 30px;
  line-height: 48px;
  color: var(--white-color);
}
.collaborativesection-v2 .name-signature-block {
  position: absolute;
  bottom: -4%;
  right: 5%;
  z-index: 1;
  padding: 0 15px;
  background-color: var(--bg-color-black);
  text-align: center;
}
.collaborativesection-v2 .name-signature-block .jrm-name {
  font-size: clamp(18px, calc(1.125rem + (24 - 18) * ((100vw - 320px) / (768 - 320))), 24px);
  line-height: 28px;
  color: var(--white-color);
  text-transform: uppercase;
}

.animationtextsection {
  position: relative;
}
.animationtextsection .centerfullborder {
  border: 1px solid #BDA371;
  width: 280px;
  height: 70px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.animationtextsection .leftborder {
  border-left: 1px solid #BDA371;
  width: 1px;
  height: 240px;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: none;
}
.animationtextsection .swiper-wrapper .swiper-slide {
  justify-content: center;
  display: flex;
}
.animationtextsection .animationtextslider {
  margin: 50px 0;
  position: relative;
}
.animationtextsection .animationtextslider .animatetext-title {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0.3;
  white-space: nowrap;
  transform: scale(1);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.animationtextsection .animationtextslider .animatetext-title.animate {
  opacity: 1;
}

/* World's 1st collab design sec END*/
/* World's 1st collab design sec start*/
.experience-best-sec {
  position: relative;
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}
.experience-best-sec .custom-width-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 0px 16px;
}
@media (width <= 768px) {
  .experience-best-sec .cat-menu {
    padding: 0 17px;
  }
  .experience-best-sec .cat-menu button {
    padding: 5px 10px;
  }
}
.experience-best-sec ul#myTab {
  font-size: clamp(12px, calc(0.75rem + (16 - 12) * ((100vw - 320px) / (2560 - 320))), 16px);
}
.experience-best-sec .collab-with-jrm {
  align-items: center;
  justify-items: end;
}
@media (width <= 768px) {
  .experience-best-sec .collab-with-jrm {
  justify-items: center;
}
}
  .experience-best-sec .collab-with-jrm img.common-img {
    max-width: 410px;
  }
@media (width <= 1920px) {
  .experience-best-sec .collab-with-jrm img.common-img {
    max-width: 350px;
  }
}
@media (width <= 1440px) {
  .experience-best-sec .collab-with-jrm img.common-img {
    max-width: 240px;
  }
}
.experience-best-sec .experience-line-title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 100%;
}
.experience-best-sec .experience-line-title .gold-line {
  flex: 1;
  height: 1px;
  background-color: #BDA371;
}
.experience-best-sec .experience-best-title {
  color: #ffffff;
  font-size: clamp(20px, calc(1.25rem + (36 - 20) * ((100vw - 767px) / (1920 - 767))), 36px);
  text-align: center;
  text-transform: uppercase;
}
.experience-best-sec .experience-best-subtitle {
  font-size: clamp(16px, calc(1rem + (24 - 16) * ((100vw - 767px) / (1920 - 767))), 24px);
  margin-bottom: clamp(16px, calc(1rem + (24 - 16) * ((100vw - 767px) / (1920 - 767))), 24px);
  text-align: center;
}
.experience-best-sec .experience-text-border {
  position: relative;
  display: block;
  margin-top: 24px;
}
@media (width > 1024px) {
.experience-best-sec .experience-text-border::before, .experience-best-sec .experience-text-border::after {
  content: "";
  position: absolute;
    top: -75px;
  width: 1px;
    height: 40px;
  background-color: #BDA371;
}
.experience-best-sec .experience-text-border::before {
  left: 0;
}
.experience-best-sec .experience-text-border::after {
  right: 0;
}
}
.experience-best-sec .experience-all-designers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.experience-best-sec .experience-all-designers.expanded .designers-item {
  display: block !important;
}
@media (width <= 1024px) {
  .experience-best-sec .experience-all-designers {
    justify-content: center;
  }
}
.experience-best-sec .experience-all-designers .designers-item {
  width: calc(11% - 10px);
}
@media (width <= 1366px) {
  .experience-best-sec .experience-all-designers .designers-item {
    width: calc(20% - 10px);
  }
}
.experience-best-sec .experience-all-designers .designers-item:nth-child(n+19) {
  display: none;
}
@media (width <= 1024px) {
  .experience-best-sec .experience-all-designers .designers-item {
    width: calc(13% - 0px);
    flex-grow: 1;
  }
}
@media (width <= 768px) {
  .experience-best-sec .experience-all-designers .designers-item {
    width: calc(15% - 10px);
    flex-grow: 1;
  }
}
@media (width <= 425px) {
  .experience-best-sec .experience-all-designers .designers-item {
    width: calc(32% - 10px);
    flex-grow: 0;
  }
}
.experience-best-sec .experience-all-designers .designers-item span {
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.experience-best-sec .experience-all-designers .designers-item .personName {
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  z-index: 2;
  width: 100%;
  margin: auto;
  right: 0px;
  z-index: 2;
  padding: 10px 0px;
}
.experience-best-sec .experience-all-designers .designers-item .personName::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 91%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.experience-best-sec .experience-all-designers .designers-item .personName .architect-fullname {
  font-size: 12px;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.experience-best-sec .nav {
  border-bottom: none;
}
.experience-best-sec .nav .nav-item .nav-link {
  text-transform: capitalize;
}
.experience-best-sec .nav .nav-item .nav-link.active {
  background: none;
  border-color: #d8b270;
  color: #d8b270;
}
.experience-best-sec .nav .nav-item .nav-link:hover {
  background: none;
  border-color: #d8b270;
  color: #d8b270;
}
.experience-best-sec .collab-x {
  text-align: center;
  font-weight: bolder;
  font-size: clamp(50px, calc(3.125rem + (80 - 50) * ((100vw - 768px) / (1920 - 768))), 80px);
  margin: 10px 0;
}
.experience-best-sec .architect-tabs-sec {
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}
.experience-best-sec .architect-tabs-sec .filter-tab-top-section {
  width: 100%;
  position: sticky;
  top: var(--header-height);
  background-color: #000;
  padding-bottom: 15px;
  z-index: 25;
}
.experience-best-sec .architect-tabs-sec .category-title {
  font-size: clamp(16px, calc(1rem + (24 - 16) * ((100vw - 320px) / (1920 - 320))), 24px);
}
.experience-best-sec .architect-tabs-sec .pill-wrapper {
  border: 1px solid #383838;
}
@media (width > 425px) {
  .experience-best-sec .architect-tabs-sec .pill-wrapper {
  width: calc(100% - 150px);
  }
}
.experience-best-sec .architect-tabs-sec .pill-wrapper .nav-pills .nav-link {
  margin: 0;
  padding: 12px 30px;
  border-radius: 0;
  font-size: clamp(16px, calc(1rem + (24 - 16) * ((100vw - 320px) / (1920 - 320))), 24px);
  border: 1px solid transparent;
}
@media (width <= 767px) {
  .experience-best-sec .architect-tabs-sec .pill-wrapper .nav-pills .nav-link {
    padding: 6px 12px;
  }
}
.experience-best-sec .architect-tabs-sec .pill-wrapper .nav-pills .nav-link.active {
  color: #d8b270;
  background-color: transparent;
  border: 1px solid #d8b270;
}
.experience-best-sec .architect-tabs-sec .pill-wrapper .nav-pills .nav-link:hover {
  color: #d8b270;
}
.experience-best-sec .architect-tabs-sec .tabs-sec {
  margin-top: 15px;
}
@media (width <= 768px) {
  .experience-best-sec .architect-tabs-sec .tabs-sec .tabs-sticky-top {
    position: sticky;
    top: var(--filter-height);
    background-color: #000;
    z-index: 25;
  }
}
.experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper {
  padding: 15px;
  border: 1px solid #BDA371;
  position: sticky;
  top: var(--filter-height);
}
@media (width <= 768px) {
  .experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper {
    padding: 5px;
  }
}
.experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper .tabs-title {
  margin-bottom: 10px;
  font-size: clamp(18px, calc(1.125rem + (25 - 18) * ((100vw - 767px) / (1920 - 767))), 25px);
  text-transform: uppercase;
}
@media (width <= 992px) {
  .experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper .nav {
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
  }
}
.experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper .nav::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper .nav-pills .nav-link {
  text-align: left;
  border: none;
  border-radius: 0px;
  background-color: unset;
  transition: all 0.4s ease;
  font-size: clamp(14px, calc(0.875rem + (20 - 14) * ((100vw - 767px) / (1920 - 767))), 20px);
  transition: 0.4s ease;
}
@media (width <= 768px) {
  .experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper .nav-pills .nav-link {
    padding: 5px 15px 5px 2px;
  }
}
.experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper .nav-pills .nav-link:hover, .experience-best-sec .architect-tabs-sec .tabs-sec .tabs-wrapper .nav-pills .nav-link.active {
  color: #BDA371;
  text-decoration: underline;
  text-underline-position: under;
}
.experience-best-sec .architect-tabs-sec .architect-box .architect-box-sticky {
  z-index: 6;
  background-color: #000;
  padding-top: 0;
  z-index: 21;
  position: sticky;
  top: var(--filter-height);
}
@media (width <= 768px) {
  .experience-best-sec .architect-tabs-sec .architect-box .architect-box-sticky {
    top: var(--combined-height);
  }
}
@media (width <= 425px) {
  .experience-best-sec .architect-tabs-sec .architect-box .architect-box-sticky {
    position: unset;
  }
}
.experience-best-sec .architect-tabs-sec .architect-box .architect-box-sticky .architect-box-title {
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: clamp(26px, calc(1.625rem + (32 - 26) * ((100vw - 768px) / (1920 - 768))), 32px);
}
.experience-best-sec .architect-tabs-sec .architect-box .architect-box-sticky .architect-box-location {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.experience-best-sec .architect-tabs-sec .architect-box .architect-box-sticky .architect-box-size-info {
  display: flex;
  gap: 1.25rem;
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 320px) / (1440 - 320))), 16px);
}
@media (width <= 425px) {
  .experience-best-sec .architect-tabs-sec .architect-box .architect-box-sticky .architect-box-size-info {
    flex-direction: column;
    gap: 0.25rem;
  }
}
.experience-best-sec .architect-tabs-sec #architectContent .project-list-item .architect-box {
  position: relative;
}
.experience-best-sec .architect-tabs-sec #architectContent .project-list-item .architect-box::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  z-index: 1;
  font-weight: normal;
}
.experience-best-sec .architect-tabs-sec #architectContent .project-list-item .architect-box .architect-box-sticky {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  top: auto;
  padding-bottom: 10px;
}
.experience-best-sec .architect-tabs-sec #architectContent .project-list-item .architect-box .architect-box-sticky .architect-box-title {
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
}
.experience-best-sec .architect-tabs-sec #architectContent .project-list-item .architect-box .architect-box-sticky .architect-box-location {
  justify-content: center;
}
.experience-best-sec .architect-tabs-sec #architectContent .project-list-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* World's 1st collab design sec end*/
/*  We are mad about design sec start*/
.categorysection {
  position: relative;
}
.categorysection .cards .cards_content {
  position: absolute;
  top: 45%;
  color: white;
  text-align: center;
  width: 100%;
  opacity: 1;
  transition: all 0.7s ease-in-out;
  z-index: 20;
}
@media (width <= 1024px) {
  .categorysection .cards .cards_content {
    top: 25%;
  }
}
.categorysection .cards .cards_content span {
  opacity: 0;
  font-size: 14px;
  transition: opacity 0.3s ease-in-out;
  font-family: "Lato", sans-serif;
}
@media (width <= 1024px) {
  .categorysection .cards .cards_content span {
    opacity: 1;
  }
}
.categorysection .cards .cards_content .turnkeytext {
  position: absolute;
  top: -18%;
  left: 0;
  right: 0;
  transform: translateY(0);
  transition: none;
  text-align: center;
  margin: 0 auto;
  font-size: 22px;
  font-family: "Playfair Display", serif;
  letter-spacing: 16px;
  color: white;
  transition: opacity 0.5s ease-in-out;
}
@media (width <= 1024px) {
  .categorysection .cards .cards_content .turnkeytext {
    top: -25%;
  }
}
.categorysection .cards .cards_content .hoverText {
  display: none;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 0px 0px 6px #333;
}
.categorysection .cards:hover .cards_content span {
  display: contents;
  opacity: 1;
}
.categorysection .makeDiffrence {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Figtree", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
}
.categorysection .cat {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 0px;
  text-shadow: 0px 0px 6px #333;
}
@media (width <= 1024px) {
  .categorysection .cat {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.categorysection .projtext {
  color: #bda371;
  font-size: 50px;
  margin-bottom: 5px;
  text-shadow: 0px 0px 6px #333;
  margin-left: 100px;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.categorysection #categories {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 70vh;
  display: flex;
  background-size: cover;
  background-position: center;
}
@media (width <= 1024px) {
  .categorysection #categories {
    flex-direction: column;
    height: 100vh;
    background-image: none;
  }
}
.categorysection #categories .cards {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transition: opacity 0.3s ease-in-out;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
}
.categorysection #categories .card2 .cards_bkg {
  left: -100%;
  background-size: cover;
}
@media (width <= 1024px) {
  .categorysection #categories .card2 .cards_bkg {
    left: 0;
    background-size: cover;
  }
}
.categorysection #categories .card3 .cards_bkg {
  left: -200%;
  background-size: cover;
}
@media (width <= 1024px) {
  .categorysection #categories .card3 .cards_bkg {
    left: 0;
    background-size: cover;
  }
}
.categorysection #categories .cards_bkg {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s ease-in-out;
}

/*  We are mad about design sec END*/
/* World best collab brands section start*/
.worldbestcollab {
  margin-top: 20px;
}
.worldbestcollab .image-container {
  position: relative;
  display: inline-block;
}
.worldbestcollab .default-image,
.worldbestcollab .hover-image {
  width: 100%;
  transition: opacity 1s ease;
  pointer-events: auto;
}
.worldbestcollab .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.worldbestcollab .default-image:hover {
  opacity: 0;
}
.worldbestcollab .hover-image:hover {
  opacity: 1;
}

/*  World best collab brands section end*/
.conglomeratenew {
  padding: clamp(40px, calc(2.5rem + (80 - 40) * ((100vw - 768px) / (1920 - 768))), 80px) 0;
  position: relative;
  width: 100%;
  height: 700px;
  background-image: url(../images/collaborative-designers/Vitruvian-man.webp);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 24% center;
  overflow: hidden;
}
@media (width <= 1440px) {
  .conglomeratenew {
    height: 100%;
  }
}
@media (width <= 425px) {
  .conglomeratenew {
    padding: 20px 0;
  }
}
.conglomeratenew .conglomeratenew-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (width <= 1440px) {
  .conglomeratenew .conglomeratenew-inner {
    height: 100%;
    max-width: 450px;
  }
}
@media (width <= 992px) {
  .conglomeratenew .conglomeratenew-inner {
    width: 100%;
    align-items: center;
    max-width: 100%;
  }
}
.conglomeratenew .title {
  margin-bottom: 15px;
  color: white;
  font-size: clamp(34px, calc(2.125rem + (68 - 34) * ((100vw - 768px) / (1920 - 768))), 68px);
}
@media (width <= 992px) {
  .conglomeratenew .title {
    text-align: center;
  }
}
.conglomeratenew .para {
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  line-height: 1;
}
@media (width <= 992px) {
  .conglomeratenew .para {
    text-align: center;
  }
}
.conglomeratenew .pinyon-script-font {
  font-size: clamp(24px, calc(1.5rem + (28 - 24) * ((100vw - 768px) / (1920 - 768))), 28px);
}
.conglomeratenew .conglomeratenew-content-right {
  display: flex;
  width: 100%;
  transform: translate(50%, 0);
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  z-index: 2;
  background-color: #000;
}
@media (width <= 1024px) {
  .conglomeratenew .conglomeratenew-content-right {
    top: 46px;
  }
}
@media (width <= 992px) {
  .conglomeratenew .conglomeratenew-content-right {
    position: static;
    transform: translate(1%, 0);
    margin-top: 40px;
  }
}
.conglomeratenew .conglomerateLeft-inner {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-evenly;
}
.conglomeratenew .conglomerateLeft-inner-left {
  display: flex;
  align-items: center;
}
.conglomeratenew .conglomerateLeft-inner-right {
  width: auto;
}
.conglomeratenew .the,
.conglomeratenew .factor {
  font-size: 20px;
  color: white;
  opacity: 0.5;
}
.conglomeratenew .factor .firstLetter {
  font-size: 50px;
}
.conglomeratenew .conglomerateLeft-inner-right p {
  color: white;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
}
.conglomeratenew .the {
  margin-top: -20px;
}
.conglomeratenew .factor {
  font-size: clamp(20px, calc(1.25rem + (30 - 20) * ((100vw - 768px) / (1920 - 768))), 30px);
  margin-top: 20px;
}
.conglomeratenew .big {
  font-size: clamp(60px, calc(3.75rem + (100 - 60) * ((100vw - 768px) / (1920 - 768))), 100px);
  color: white;
}
.conglomeratenew .Jene-home-img {
  margin: 0;
}
.conglomeratenew .Jene-home-img img {
  max-width: 400px;
}
@media (width <= 425px) {
  .conglomeratenew .Jene-home-img img {
    max-width: 250px;
  }
}
.conglomeratenew .conglomeratenew-content-right figure {
  margin: 0;
  padding: 0;
  margin-right: 20px;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.conglomeratenew .conglomeratenew-content-right a {
  display: block;
  height: auto;
  width: 100%;
  margin-right: 20px;
  position: relative;
}
.conglomeratenew .conglomeratenew-content-right a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 80%, #000 100%);
}
.conglomeratenew .conglomeratenew-content-right figure:last-child {
  margin-right: 0;
}
.conglomeratenew .conglomeratenew-content-right .text {
  position: absolute;
  bottom: 5%;
  left: 15%;
  right: 0;
  color: white;
  font-size: 20px;
  line-height: 1.4;
  z-index: 2;
}
@media (width <= 425px) {
  .conglomeratenew .conglomeratenew-content-right .text {
    bottom: 0;
    left: 2%;
    font-size: 12px;
  }
}
.conglomeratenew .conglomeratenew-content-right .count {
  position: absolute;
  bottom: 5%;
  left: 4%;
  color: white;
  font-size: 16px;
  color: #BDA371;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 14px;
  z-index: 3;
}
@media (width <= 768px) {
  .conglomeratenew .conglomeratenew-content-right .count {
    top: 0;
    left: 0;
    bottom: unset;
    font-size: 12px;
    padding: 0 5px;
  }
}
.conglomeratenew .conglomeratenew-content-right:hover {
  width: 100%;
  transform: translateX(0);
}
.conglomeratenew .conglomeratenew-content-right img {
  width: 100%;
}
.conglomeratenew .conglomerateRight .firstpara {
  color: white;
  font-size: 14px;
  line-height: 24px;
}
.conglomeratenew .conglomerateRight .secondpara {
  color: white;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.conglomeratenew #conglomerate .conglomerateRight {
  padding-top: 30px;
}
.conglomeratenew .offset {
  margin-left: 10%;
}
@media (max-width: 1920px) {
  .conglomeratenew .offset {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 1024px) {
  .conglomeratenew .offset {
    margin-left: 0.33333333%;
  }
}

#Collaborative {
  padding-top: 0px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: 0px;
  padding-left: clamp(16px, calc(1rem + (130 - 16) * ((100vw - 320px) / (1920 - 320))), 130px);
  padding-right: clamp(16px, calc(1rem + (130 - 16) * ((100vw - 320px) / (1920 - 320))), 130px);
}

#Collaborative .build {
  border-left: 1px solid #BDA371;
  border-bottom: 1px solid #BDA371;
  border-top: 1px solid #BDA371;
  padding: 0 54px 0 15px;
  position: relative;
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#Collaborative .build::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #BDA371;
  width: 1px;
  height: 110px;
}

#Collaborative .build::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border-left: 1px solid #BDA371;
  width: 1px;
  height: 120px;
}

#Collaborative .buildtwo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px solid #BDA371;
  width: 1px;
  height: 110px;
}

#Collaborative .buildtwo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-left: 1px solid #BDA371;
  width: 1px;
  height: 120px;
}

#Collaborative .buildtwo {
  border-right: 1px solid #BDA371;
  border-left: 0;
  padding: 10px 10px 10px 55px;
}

#Collaborative .buildtwo p.selecttext {
  text-align: right;
  padding-top: 20px;
}

p.selecttext {
  margin-bottom: 0;
  position: relative;
  top: -38px;
}

.buildtwo hr {
  position: relative;
  left: calc(100% - 65px);
}

#Collaborative .build hr {
  height: 0.9px;
  width: 65px;
  opacity: 0.3;
  margin-inline: 0;
}

#Collaborative .buildtwo .build-card-title {
  left: -5%;
}

#Collaborative .build .build-card-title {
  position: absolute;
  font-size: 36px;
  color: white;
  font-family: "Playfair Display", serif;
  right: -5%;
  top: 40%;
}

#Collaborative .build p {
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
  margin-bottom: 0;
  opacity: 0.8;
}

#Collaborative .build .text-left {
  padding-right: 145px;
  line-height: 1.6;
}
@media (width <= 1440px) {
  #Collaborative .build .text-left {
    padding-right: 60px;
  }
}

#Collaborative .buildtwo .text-right {
  padding-left: 100px;
  line-height: 1.6;
}
@media (width <= 1440px) {
  #Collaborative .buildtwo .text-right {
    padding-left: 40px;
  }
}

#Collaborative .readmore {
  border: 0;
}

#Collaborative .build .readmore img {
  display: none;
}

#Collaborative .readmore {
  border-top: 0;
}

#Collaborative .x {
  text-align: center;
}

#Collaborative .Bon-Vivant-fonts {
  font-size: 60px;
}

.projectTitle {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-family: "Playfair Display", serif;
}

#Collaborative .x {
  font-size: 120px;
  line-height: 120px;
  padding-top: 50px;
  color: #bda371;
  opacity: 0.4;
  font-family: "Figtree", sans-serif;
  font-style: italic;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 768px) {
  #Collaborative .x {
    padding: 0;
  }
}

.discussproject {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.discussproject video {
  width: 100%;
  height: 100%;
}

.discussproject iframe {
  display: block;
  height: 40vw;
  aspect-ratio: 2.1;
}

.discussproject::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.discussproject:hover .title {
  letter-spacing: 6px;
}

.discussproject-content {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 5;
}

.discussproject-content .l {
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 0 0 25px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.discussproject-content .title {
  font-size: clamp(14px, calc(0.875rem + (24 - 14) * ((100vw - 320px) / (1920 - 320))), 24px);
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  color: white;
  letter-spacing: 4.14px;
  text-transform: uppercase;
  position: relative;
  transition: all 1s ease;
}

.discussproject-content .title::after {
  content: "";
  position: absolute;
  top: 15px;
  width: 80px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (width <= 425px) {
  .discussproject-content .title::after {
    display: none;
  }
}

.discussproject-content .second-title {
  font-size: clamp(14px, calc(0.875rem + (24 - 14) * ((100vw - 320px) / (1920 - 320))), 24px);
  font-family: "Figtree", sans-serif;
  font-weight: 100;
  color: white;
  margin-top: 80px;
}
@media (width <= 425px) {
  .discussproject-content .second-title {
    margin-top: 15px;
  }
}

.discussproject-content .third-title {
  font-size: 23px;
  font-family: "Figtree", sans-serif;
  font-weight: 100;
  color: white;
  margin-top: 15px;
}

.sendButton {
  margin: 50px 0;
  text-align: center;
}

.sendButton a {
  color: white;
  border: 2px solid #fff;
  padding: 2px 15px;
  font-size: 16px;
  font-weight: normal;
  border-radius: 50px;
  transition: all 1s ease;
}

.sendButton a:hover {
  background-color: white;
  color: black;
}

/* bottom-cta-panel used for project landing & taxonomy page */
.bottom-cta-panel {
  display: flex;
  gap: 30px;
  margin-top: 1.5rem;
}
.bottom-cta-panel .bottom-cta-panel-button {
  border: 1px solid #BDA371;
  padding: 4px 25px 0;
}
.bottom-cta-panel .bottom-cta-panel-button .bottom-cta-panel-link .bottom-cta-maintext {
  text-align: center;
  font-size: 24px;
  width: auto;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: var(--font-play-fair);
}
.bottom-cta-panel .bottom-cta-panel-button .bottom-cta-panel-link .bottom-cta-subtext {
  color: #fff;
  font-size: 10px;
  background-color: #000;
  padding: 0 8px;
  margin-bottom: -6px;
  display: block;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}
.bottom-cta-panel .bottom-cta-panel-button .bottom-cta-panel-link .bottom-cta-subtext img {
  width: 10px;
  margin-left: 4px;
}

.shopbycollectionBoxInnerSticky {
  position: sticky;
  top: calc(var(--header-height) + 73px);
  z-index: 6;
  background-color: #000;
  padding-top: 0;
}
.shopbycollectionBoxInnerSticky .shopbycollectionBox-title {
  color: var(--white-color);
  margin-bottom: 10px;
  font-family: var(--font-play-fair);
  font-size: 2rem;
}
.shopbycollectionBoxInnerSticky .location-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.shopbycollectionBoxInnerSticky .location-box .location-size-info {
  display: flex;
  gap: 1.25rem;
}
.shopbycollectionBoxInnerSticky .location-box .location-size-info p {
  font-size: 12px;
  font-family: var(--font-figtree);
  margin: 0;
}

.load-more-wrapper {
  display: flex;
}

.projects-loader {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.projects-loader #loader-spinner .loader-position {
  position: relative;
}

.architect-category-section-title {
  margin-bottom: 20px;
  color: #BDA371;
  font-size: clamp(18px, calc(1.125rem + (25 - 18) * ((100vw - 767px) / (1920 - 767))), 25px);
  font-family: "Playfair Display", serif;
}

/* Architect section */
.architects-left-panel .architects-left-panel-inner {
  padding: 10px 20px;
  border: 1px solid #BDA371;
  position: sticky;
  top: calc(var(--header-height) + 82px);
  height: calc(100vh - 200px);
  background-color: #000;
  z-index: 3;
}
.architects-left-panel .architect-category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
}
.architects-left-panel .architect-category-list .architect-category-list-item {
  color: #fff;
  font-size: 1rem;
  font-family: "Figtree", light;
  /* border-bottom: 1px solid transparent; */
  width: fit-content;
  cursor: pointer;
  text-transform: uppercase;
}
.architects-left-panel .architect-category-list .architect-category-list-item::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #BDA371;
  transition: width 0.3s ease-in-out;
}
.architects-left-panel .architect-category-list .architect-category-list-item.active, .architects-left-panel .architect-category-list .architect-category-list-item:hover {
  /* border-color: #BDA371; */
  color: #BDA371;
}
.architects-left-panel .architect-category-list .architect-category-list-item.active::after, .architects-left-panel .architect-category-list .architect-category-list-item:hover::after {
  animation: borderGrow 0.4s ease-out forwards;
}

.filter-container-inner .title {
  color: #fff;
  font-size: clamp(24px, calc(1.5rem + (36 - 24) * ((100vw - 767px) / (1920 - 767))), 36px);
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

.architect-cards-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.architect-cards-container .architect-card {
  min-width: 210px;
  max-width: 210px;
  flex: 1;
  position: relative;
}
.architect-cards-container .architect-card .architect-card-thumb {
  width: 100%;
}
.architect-cards-container .architect-card .architect-card-details {
  position: absolute;
  bottom: 8px;
  color: #fff;
  font-family: var(--font-play-fair);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  width: 100%;
}
.architect-cards-container .architect-card .architect-card-details:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 150%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 100%);
  z-index: 1;
  font-weight: normal;
}
.architect-cards-container .architect-card .architect-card-details .architect-card-title {
  font-size: 14px;
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}
.architect-cards-container .architect-card .architect-card-details .architect-card-location {
  font-size: 14px;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
.architect-cards-container .architect-card .architect-card-details .architect-card-knowmore {
  font-size: 14px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  font-weight: normal;
}
.architect-cards-container .architect-card .architect-card-details .architect-card-knowmore img {
  width: 10px;
  margin-left: 4px;
}

.featuredproject-left .subGroups {
  padding: 10px 20px;
  border: 1px solid #BDA371;
  position: sticky;
  top: calc(var(--header-height) + 82px);
  height: calc(100vh - 200px);
}

.featuredproject-left .subGroups .accordion-item {
  border: none;
  background-color: unset;
  padding: 0;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}

.featuredproject-left {
  width: calc(23% - 0px);
  max-width: 23%;
}
.featuredproject-left .subGroups .accordion {
  gap: 0.75rem;
  display: flex;
  flex-direction: column;
}
.featuredproject-left .subGroups .accordion .accordion-item a {
  color: #fff;
  font-family: "Figtree", light;
  font-size: clamp(14px, calc(0.875rem + (20 - 14) * ((100vw - 767px) / (1920 - 767))), 20px);
  border-bottom: 1px solid transparent;
  /* animation: border_anim 3s linear forwards; */
  /* transition: width 0.4s ease-out; */
  white-space: nowrap;
  position: relative;
}
.featuredproject-left .subGroups .accordion .accordion-item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 0;
  background-color: #BDA371;
}

.featuredproject-left .subGroups .accordion-item:hover a,
.featuredproject-left .subGroups .accordion-item.active a {
  color: #BDA371;
}
.featuredproject-left .subGroups .accordion-item:hover a::after,
.featuredproject-left .subGroups .accordion-item.active a::after {
  animation: borderGrow 0.4s ease-out forwards;
}

.featuredproject-left .accordion-item.active {
  border: none;
  border-radius: 0;
  color: #BDA371;
  width: 100%;
  padding: 0;
}
.featuredproject-left .accordion-item.active a {
  border-color: #BDA371;
  color: #BDA371;
}

@keyframes borderGrow {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.architect-profile-banner {
  position: relative;
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}
.architect-profile-banner .personImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.architect-profile-banner .architect-name {
  font-size: clamp(25px, calc(1.5625rem + (50 - 25) * ((100vw - 768px) / (1920 - 768))), 50px);
  color: #fff;
  text-transform: uppercase;
}
.architect-profile-banner .architect-city {
  font-size: clamp(30px, calc(1.875rem + (40 - 30) * ((100vw - 768px) / (1920 - 768))), 40px);
}
.architect-profile-banner .architect-designation {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 26px;
  opacity: 0.5;
}
.architect-profile-banner .architect-profession {
  font-size: clamp(26px, calc(1.625rem + (30 - 26) * ((100vw - 768px) / (1920 - 768))), 30px);
  color: #fff;
}
.architect-profile-banner .architect-desc {
  color: #787878;
  font-size: clamp(16px, calc(1rem + (18 - 16) * ((100vw - 768px) / (1920 - 768))), 18px);
  line-height: 24px;
  margin-top: 15px;
  font-weight: 300;
}

.architect-project-cards {
  position: relative;
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}
.architect-project-cards .project-filter {
  white-space: nowrap;
  margin-right: 15px;
  margin-bottom: 0px;
  font-size: clamp(28px, calc(1.75rem + (36 - 28) * ((100vw - 768px) / (1920 - 768))), 36px);
}
.architect-project-cards .dropdown .dropdown-toggle {
  border-radius: 0px;
  border: 1px solid #BDA371;
  color: #ffffff;
  padding: 15px 20px;
  background-color: #000000;
}
.architect-project-cards .dropdown .dropdown-toggle:hover, .architect-project-cards .dropdown .dropdown-toggle.show {
  background-color: #BDA371;
  color: #000000;
}
.architect-project-cards .dropdown .dropdown-menu {
  border-radius: 0px;
  border: 1px solid #BDA371;
  background-color: #000000;
}
.architect-project-cards .dropdown .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.architect-project-cards .dropdown .dropdown-menu .dropdown-item:hover, .architect-project-cards .dropdown .dropdown-menu .dropdown-item:focus {
  color: #000000;
  background-color: #BDA371;
}
.architect-project-cards .projects-list-slider {
  padding-top: 20px;
}
.architect-project-cards .projects-list-slider .filter-box a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5215686275) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.architect-project-cards .projects-list-slider .filter-box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.architect-project-cards .projects-list-slider .personName {
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  z-index: 2;
  width: 85%;
  margin: auto;
  right: 0;
}
.architect-project-cards .projects-list-slider .personName .project-name {
  font-size: clamp(18px, calc(1.125rem + (20 - 18) * ((100vw - 768px) / (1920 - 768))), 20px);
  text-transform: uppercase;
}
.architect-project-cards .projects-list-slider .personName .readmore {
  color: #fff;
}
.architect-project-cards .projects-list-slider .personName .readmore::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #bda371;
  transition: 0.8s;
}

.achievements-project-sec {
  position: relative;
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}

.FeaturePress {
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}
.FeaturePress .filter-box {
  position: relative;
}
.FeaturePress .filter-box .wallpaperimg {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 50px;
}

.projectsawardslist-sec {
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}
.projectsawardslist-sec .projectsawardslist .box-img {
  min-width: 69px;
  max-width: 69px;
}

.designers-cards-sec {
  padding: clamp(30px, calc(1.875rem + (60 - 30) * ((100vw - 1440px) / (1920 - 1440))), 60px) 0px;
}
.designers-cards-sec .dropdown .dropdown-toggle {
  border-radius: 0px;
  border: 1px solid #BDA371;
  color: #ffffff;
  padding: 15px 20px;
  background-color: #000000;
}
.designers-cards-sec .dropdown .dropdown-toggle:hover, .designers-cards-sec .dropdown .dropdown-toggle.show {
  background-color: #BDA371;
  color: #000000;
}
.designers-cards-sec .dropdown .dropdown-menu {
  border-radius: 0px;
  border: 1px solid #BDA371;
  background-color: #000000;
}
.designers-cards-sec .dropdown .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.designers-cards-sec .dropdown .dropdown-menu .dropdown-item:hover, .designers-cards-sec .dropdown .dropdown-menu .dropdown-item:focus {
  color: #000000;
  background-color: #BDA371;
}
.designers-cards-sec .filter-item {
  position: relative;
  border-radius: 0 25px 0 25px;
  overflow: hidden;
}
.designers-cards-sec .filter-item .personContent {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 5px;
}
.designers-cards-sec .filter-item .personContent::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15.12%, #000 100%);
  z-index: -1;
}
.video-poscasts-sec .video-bg {
  height: 600px;
}
@media (width <= 992px) {
  .video-poscasts-sec .video-bg {
    height: 420px;
  }
}
@media (width <= 767px) {
  .video-poscasts-sec .video-bg {
    height: 220px;
  }
}
.video-poscasts-sec .podcasts-slider .thumb-img {
  max-height: 140px;
  overflow: hidden;
  margin-bottom: 16px;
}
.video-poscasts-sec .podcasts-slider .thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-poscasts-sec .podcasts-slider p {
  margin-bottom: 0;
  font-size: clamp(14px, calc(0.875rem + (16 - 14) * ((100vw - 768px) / (1920 - 768))), 16px);
}/*# sourceMappingURL=collaborative-designers.css.map */