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

:root {
  --black: #000000;
  --white: #ffffff;
  --dark: #080707;
  --primary: #19D769;
}
html {
  font-size: 10px;
}

body {
  line-height: 1.4;
  font-family: "Lexend Deca";
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #F9F9F9;
  color: var(--dark);
  font-weight: 400;
  font-size: 2.3rem;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
form,
input,
select,
textarea {
  width: 100%;
}
ul:not(.list-none),
ol:not(.list-none) {
  padding-left: 2rem;
}
h1,
.large-title,
.h1 {
  font-size: 22rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Haas Grot Disp";
  letter-spacing: -1rem;
  word-spacing: -1rem;
}
.large-title {
  letter-spacing: -0.7rem;
  word-spacing: -2rem;
}
h1,h2,h3,h4,h5 {
  font-family: "Haas Grot Disp";
}
h2,
.h2,
h4,
.h4 {
  line-height: 1.2;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 6.3rem;
}
h4,
.h4 {
  font-size: 4rem;
}
a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
  transition: all 0.5s ease;
}
.col-third {
  width: calc(100% / 3);
}
.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.col-forth {
  width: calc(100% / 4);
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}
.w-33 {
  width: 33%;
}
.w-35 {
  width: 35%;
}
.w-40 {
  width: 40%;
}
.w-45 {
  width: 45%;
}
.w-47 {
  width: 47%;
}
.w-48 {
  width: 48%;
}
.w-50 {
  width: 50%;
}
.w-55 {
  width: 55%;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-70 {
  width: 70%;
}
.w-75 {
  width: 75%;
}
.w-80 {
  width: 80%;
}
.w-85 {
  width: 85%;
}
.w-90 {
  width: 90%;
}
.w-95 {
  width: 95%;
}

.full-box,
.w-100,
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.object-cover {
  object-fit: cover;
}
.object-contain {
  object-fit: contain;
}
.h-full,
.h-100 {
  height: 100%;
}
.h-auto {
  height: auto;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.relative {
  position: relative;
}
.bg-white {
  background-color: var(--white);
}
.bg-black {
  background-color: var(--black);
}
.bg-dark {
  background-color: var(--dark);
}
.bg-primary {
  background-color: var(--primary);
}
.overflow-hidden {
  overflow: hidden;
}

.align-end {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.flex-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-1 {
  flex: 1;
}
.space-between,
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.box-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}

@font-face {
  font-family: 'Haas Grot Disp';
  src: url('../font/neuehaasgrotdisp-medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap; 
}
@font-face {
  font-family: 'Haas Grot Disp';
  src: url('../font/neuehaasgrotdisp.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap; 
}
.container {
  max-width: 1415px;
  margin: 0 auto;
  padding: 0 15px;
}
header.siteheader {
    padding: 30px 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.menuheader ul.menu {
    display: flex;
    flex-wrap: wrap;
	gap: 20px;
}

ul {
    list-style: none;
    padding-left: 0px !important;
}
.menuheader ul.menu li {
/*     width: 130px; */
}
ul.sub-menu {
    display: none;
}
.menuheader ul.menu li a {
    color: #080707;
    text-align: justify;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.4px;
    display: inline-block;
    position: relative;
    padding: 0 0px;
}
.menuheader ul.menu li a:before {
  content: "[]";
  font-family: "Cutive Mono";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -1.68px;
}
.menuiconheader {
  display: flex;
  flex-wrap: wrap;
}
.headericons ul {
  display: flex;
  gap: 10px;
  margin-left: 30px;
}

.headericons ul li:nth-child(2) {
  margin-top: 6px;
}

.headericons {margin-left: 40px;}

.siteheader .row, .mainbannersec .row, .projectreinventsec .row {
  justify-content: space-between;
}
.col-5 {
  width: 50%;
}
.col-35 {
  width: 35%;
}
.col-4 {
  width: 40%;
}
.col-6 {
  width: 60%;
}
.col-3 {
  width: 30%;
}
.mainbannercontent .bannercontentinner h1 {
  text-align: justify;
  font-family: "Haas Grot Disp";
  font-size: 69.327px;
  font-weight: 400;
  line-height: 1.1; /* 61.701px */
  letter-spacing: -0.693px;
  color: #080707;
  word-spacing: normal;
  max-width: 350px;
  margin-bottom: 24px;
}

.mainbannercontent .bannercontentinner p {
  color: #000;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4;
  max-width: 400px;
}

.bannerimagewithcontent {
  margin-top: 74px;
}

.mainbannersec {
  padding: 74px 0;
}

.videowrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.videowrapper {
  height: 810px;
}

.founderinfo {
  text-align: end;
  padding-top: 20px;
}

.founderinfo h2 {
  color: #000;
  text-align: right;
  font-family: "Lexend Deca";
  font-size: 32px;
  font-style: normal;
  font-weight: 200;
  line-height: 130%;
}

.founderinfo h2 span {
  color: #747474;
  font-family: "Haas Grot Disp";
  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 130%;
}

.bannerimagewithcontent img {
  width: 100%;
}

.bannerimagewithcontent .imagecontent {
  display: flex;
  padding: 24px 0;
  justify-content: space-between;
}

.bannerimagewithcontent .imagecontent h6 {
  color: #000;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4;
  text-decoration: underline;
  max-width: 175px;
}

.bannerimagewithcontent .imagecontent p {
  color: #747474;
  font-family: "Haas Grot Disp";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
}
.articlesectionwrapper {
  padding: 60px 0;
}

.titlebox h2 span {
  text-align: justify;
  font-family: "Haas Grot Disp";
  font-size: 49.6px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  color: #080707;
  letter-spacing: -0.496px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.articlesectionwrapper h2 span em {
  font-family: roboto;
  font-style: normal;
  margin: 0 10px;
  font-weight: 400;
}
.titlebox h2 span:before {content: "[";font-family: "Cutive Mono";font-size: 50px;font-style: normal;font-weight: 600;line-height: 1.1;}

.titlebox h2 span:after {
  content: "]";
  font-family: "Cutive Mono";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
}

.articlesectionwrapper .row .col-3 {
  width: 23.5%;
}

.articlesectionwrapper .row {
  justify-content: space-between;
}

.articlecolwrapper .wrapperarticle .articlecontent p {
  font-family: "Haas Grot Disp";
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 89%;
  color: #747474;
}

.articlecolwrapper .wrapperarticle .articlecontent h4 {
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 102%;
  color: #080707;
  margin-bottom: 16px;
}

.wrapperarticle .image {
  height: 358px;
  position: relative;
}

.wrapperarticle .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapperarticle .image .tag {
  position: absolute;
  top: 10px;
  left: 10px;
}

.wrapperarticle .image .tag span {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 89%;
  color: #080707;
  letter-spacing: -0.56px;
  background: #f9f9f9;
  border-radius: 4px;
  padding: 6px 8px;
  display: inline-block;
}

.rigtbutton {
  margin-top: 56px;
  text-align: end;
}

.btn {
  background: #080707;
  color: #fff;
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 4px;
  letter-spacing: -0.8px;
}

.btn:hover {
  background: #333;
}
.advertisementpostersec {
  padding: 20px 0;
}

.advertisementpostersec h6.smalltt {
  color: rgba(175, 167, 157, 0.80);
  text-align: justify;
  font-family: "Haas Grot Disp";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.24px;
  margin-bottom: 24px;
}

.advertisementposterwrapper {
  background: #000;
  padding: 48px 48px;
}

.postwrapperinner .inboxinterest h2 {
  color: #FFF;
  font-family: "Haas Grot Disp";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 12px;
}

.postwrapperinner .inboxinterest {
  margin-bottom: 94px;
}

.postwrapperinner .newslettersignup h3 {
  color: #FFF;
  text-align: right;
  font-family: "Lexend Deca";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -2.88px;
}

.projectreinventsec {
  padding: 100px 0;
}

.projectreinventrightbox h2 span {
  justify-content: end;
}
.projectinventbox .image {
  margin-bottom: 40px;
  height: 542px;
}
.projectinventbox .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projectinventbox .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.projectinventbox .content .contentwrapper {
  max-width: 500px;
}

.projectinventbox .content .contentwrapper p {
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: -0.8px;
  color: #080707;
  margin-bottom: 12px;
}

.projectinventbox .content .contentwrapper h6 {
  font-family: "Haas Grot Disp";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
  color: #747474;
}

.projectinventbox .content .titlewrapper {
  width: 300px;
  text-align: end;
}

.projectinventbox .content .titlewrapper h5 {
  text-align: right;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  color: #080707;
  letter-spacing: -0.8px;
}

.projectinventbox .content .titlewrapper p.cat {
  text-align: right;
  font-family: "Haas Grot Disp";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
  color: #747474;
  margin-top: 12px;
}

.bespokeitem .content h2 {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  font-family: "Haas Grot Disp";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #747474;
}

.bespokeitem .content h2 span {
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  color: #080707;
  letter-spacing: -0.8px;
  max-width: 200px;
}

.bespokeitem {
  margin-bottom: 48px;
}

.bespokeitem .image {
  height: 460px;
}

.bespokeitem .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectreinventrightbox .projectreinventrightboxinner {
  padding-left: 20px;
  border-left: 1px solid rgba(116, 116, 116, 0.40);
}
.projectreinventrightbox .advertisementposterwrapper {
  padding: 20px 17px;
}

.projectreinventrightbox .advertisementposterwrapper h2 {
  font-size: 40px;
  max-width: 270px;
}

.projectreinventrightbox .advertisementposterwrapper .newslettersignup  h3 {
  text-align: left;
  font-size: 40px;
}
.projectreinventsec .col-6 {
  height: auto;
  position: sticky;
  top: 0;
}
.projectreinventrightboxinner h6.smalltt {
  color: rgba(116, 116, 116, 0.80);
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 94%;
  letter-spacing: -0.8px;
  margin-top: 12px;
}
.projectreinventsec .row {
  align-items: flex-start;
}
.imageslider {
  padding: 90px 0;
}
.imageslide img {
  height: 410px;
  border: 2px solid #fff;
  width: 100%;
  object-fit: cover;
}
.imageslider  button.slick-prev,
.exploremorecategoryslider  button.slick-prev,
.continueexploremorecategoryslider  button.slick-prev {
  left: 40px;
}
.imageslider button.slick-arrow:before,
.exploremorecategoryslider button.slick-arrow:before,
.continueexploremorecategoryslider button.slick-arrow:before {
  display: none;
}
.imageslider button.slick-arrow,
.exploremorecategoryslider button.slick-arrow,
.continueexploremorecategoryslider button.slick-arrow  {
  z-index: 2;
  top: 45%;
}
.imageslider button.slick-next,
.exploremorecategoryslider button.slick-next,
.continueexploremorecategoryslider button.slick-next {right: 40px;}
.collectivemakingsec, .exploremorecategory {
  padding-bottom: 90px;
}
.collectivemakingimage {
  height: 100%;
  padding: 40px;
  background-size: cover;
}

.collectivemakingimage h2 {
  font-size: 78.857px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  color: #f9f9f9;
}

.collectivemaking  .sharedintentcontent {
  padding: 70px 60px 40px;
  background: #000;
}

.collectivemaking .sharedintentcontent h6 span {
  color: #f9f9f9;
  font-size: 27.752px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
  letter-spacing: -0.278px;
  margin-bottom: 20px;
  display: flex;
  font-family: "Haas Grot Disp";
  align-items: center;
  position: relative;
}

.sharedintentcontent span.heightspace {
  height: 96px;
  display: block;
}

.collectivemaking .sharedintentcontent p {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.64px;
  color: #f9f9f9;
}

.sharedintentcontent .btngroup {
  display: flex;
  gap: 10px;
  margin-top: 90px;
}

.sharedintentcontent .btngroup a.btn.whitebtn {
  background: #fff;
  color: #080707;
  font-size: 16px;
}

.sharedintentcontent .btngroup a.btn.whitebtn svg path {
  fill: #080707;
}

.collectivemaking .sharedintentcontent h6 span:before {
  content: "[";
  font-family: "Cutive Mono";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
}
.collectivemaking .sharedintentcontent h6 span:after {
  content: "]";
  font-family: "Cutive Mono";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}
.exploremorecategoryslidewrap {
  padding: 4px;
  height: 580px;
  position: relative;
}

.exploremorecategoryslidewrap .image video, .exploremorecategoryslidewrap .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exploremorecategoryslidewrap h6 {
  position: absolute;
  top: 15px;
  right: 15px;
}

.exploremorecategoryslidewrap h6 span {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 15.273px;
  font-style: normal;
  font-weight: 300;
  line-height: 89%;
  letter-spacing: -0.611px;
  color: #000;
  background: #f9f9f9;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}


footer.insightfooter {
  background: #000;
  color: #fff;
  padding: 90px 0 34px;
}

.footerlink li a {
  position: relative;
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  line-height: 111%;
  color: #f9f9f9;
  letter-spacing: -0.48px;
  margin-bottom: 5px;
  display: flex;
}

.footerlink li a:before {
  content: "[ ]";
  margin-right: 10px;
}

.bottomfooter p {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 111%;
  letter-spacing: -0.64px;
  margin-top: 10px;
}

.bottomfooter .row {
  align-items: end;
  justify-content: space-between;
}

.newlettersignup .input {
  gap: 20px;
  display: flex;
}

.newlettersignup .input input {
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.50);
  padding: 13px 17px;
  background: transparent;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 94%;
  color: #838383;
}

.newlettersignup .input button {
  cursor: pointer;
  width: 430px;
  background: #f9f9f9;
  color: #080707;
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 89%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 4px;
  letter-spacing: -0.8px;
}
.newlettersignup .input button:hover {
  background: #fff;
}
ul.footerlinkprivacy {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
ul.footerlinkprivacy li a {
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 111%;
  letter-spacing: -0.64px;
  position: relative;
  color: #f9f9f9;
}
ul.footerlinkprivacy li a:before {
  content: "[ ]";
  margin-right: 5px;
}
.footerimageslider {
  max-width: 650px;
}
.footerimageinner {
  height: 261px;
  border: 1px solid #000;
}
.footerimageinner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footerimageslider .slick-list {
  margin-right: -70px;
}
footer {
  overflow: hidden;
}
.menuheader ul.menu li > a {
	font-weight: 300;
	color: #000;
}
.menuheader ul.menu li .sub-menu {
	margin-top: 20px !important;
}
.menuheader ul.menu li .sub-menu a:before {
	opacity: 0;
}
.menuheader ul.menu li .sub-menu a {
    font-weight: 200;
}
ul {
    list-style: none !important;
    margin: 0 !important;
}
/* @media(min-width: 1500px) {
  .menuheader {
    padding-left: 100px;
  }
} */
.interviewdtimage {
  width: 100%;
  height: 100%;
}

.interviewdtimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interviewdetailsbanner .interviewdtcontent {
  padding: 35px 33px;
  background: #080707;
}

.interviewdetailsbanner .interviewdtcontent * {
  color: #F9F9F9;
}

.interviewdetailsbanner .interviewdtcontent .basicdt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.interviewdetailsbanner .interviewdtcontent .basicdt p {
  margin: 0 -14px;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
}

.interviewdetailsbanner .interviewdtcontent .basicdt p span {
  display: inline-block;
  padding: 0 14px;
  position: relative;
}

.interviewdetailsbanner .interviewdtcontent .basicdt p span:not(:last-child):before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background: #ffff;
  right: 0;
  top: 40%;
  border-radius: 10px;
}

.interviewdetailsbanner .interviewdtcontent .articledetailscontent h1 {
  font-size: 37.642px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.376px;
  word-spacing: normal;
}

.interviewdetailsbanner .interviewdtcontent .articledetailscontent {
  max-width: 500px;
  margin: 100px 0;
}

.interviewdetailsbanner .interviewdtcontent .articledetailscontent p {
  font-family: "Lexend Deca";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  margin: 32px 0;
  line-height: 1.4;
}

.articledetailscontent h6.author {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.4;
  max-width: 230px;
}

.listenandshare {
  display: flex;
  justify-content: space-between;
}

.sharearticle p {
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16.63px;
  font-style: normal;
  font-weight: 200;
  line-height: 28.272px;
  text-transform: capitalize;
}

.sharearticle p span:first-child {
  margin-left: 10px;
}
.interviewcontentblock {
  padding: 100px 0;
}
.interviewcontentblock .interviewcontent {
  max-width: 80%;
  margin: 0 auto;
}
.interviewcontent h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.28px;
  line-height: 1;
  color: #080707;
  padding-left: 20px;
  border-left: 2px solid #080707;
  margin: 40px 0;
  display: inline-block;
  width: 100%;
}
.interviewcontent h4 em {
  font-size: 24px;
}
.interviewcontent p {
  margin: 0px 0 50px;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34.5px;
  color: #080707;
  letter-spacing: 0.5px;
}
.interviewimagegallery {
  display: flex;
  background: #080707;
  padding: 40px;
  justify-content: space-between;
}

.interviewimagegallery .interviewimage {
  width: 45%;
  height: 500px;
}

.interviewimagegallery .interviewimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.captionimage h6 {
  font-size: 24.1px;
  font-style: italic;
  line-height: 36px;
  padding: 40px 0 100px;
  color: #000;
  text-align: center;
  font-weight: 300;
}

.captionimage {
  max-width: 1000px;
  margin: 0 auto;
}

.featuredboxes {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
}

.featuredboxes .content h6 {
  color: #000;
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.featuredboxes .content h6 span {
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 111%;
  display: block;
  letter-spacing: 0.5px;
  color: #747474;
  margin-top: 5px;
}

.featuredbox .image {
  margin-bottom: 20px;
}
.featuredboxes .featuredbox {
  width: 48%;
}

.featuredboxes .featuredbox .image {
  height: 500px;
}

.featuredboxes .featuredbox .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.featuredboxes .featuredbox:first-child .image {
  height: 650px;
}
.joinournewsletter * {
  color: #f9f9f9;
}

.joinournewsletter .joinournewsletterinner {
  background: #080707;
  padding: 30px;
  width: 100%;
}

.joinournewsletter {
  max-width: 974px;
  margin-right: 0;
  margin-left: auto;
}

.joinournewsletter .joinournewsletterinner h6 {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.5px;
  margin-bottom: 16px;
}

.joinournewsletter .joinournewsletterinner p {
  margin-bottom: 24px;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: 26.4px;
  letter-spacing: 0.5px;
}

.joinournewsletterinner .input {
  display: flex;
  gap: 20px;
}

.joinournewsletterinner .input input {
  color: #9CA3AF;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #C3C3C3;
  background: #FCFBF6;
  padding: 15px 20px;
}
.joinournewsletterinner .input button.btn.whitebtn {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 8px;
  letter-spacing: 1.92px;
  text-align: center;
  color: #080707;
  background: #f9f9f9;
  border-radius: 4px;
  width: 130px;
  justify-content: center;
  font-family: "Haas Grot Disp";
}
.interviewimagegallery p {
  text-align: justify;
  letter-spacing: 0.5px;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 34.5px;
  color: #EBE3D7;
}
.interviewimagegallery {
  gap: 30px;
}
.adproductwithimage {
  display: flex;
  background: #080707;
  padding: 40px;
  justify-content: space-between;
  gap: 80px;
}
.adproductwithimage .row {
  justify-content: space-between;
}
.adproductwithimage .row .col-third {
  width: 28%;
}
.adproductwithimage {
  margin-top: 100px;
}
.adproductwithimage .image {
  text-align: center;
}
.adproductwithimage, .adproductwithimage .row {
  width: 100%;
}
.adproductwithimage .productbox .pdimage {
  height: 350px;
  background: #fff;
}
.adproductwithimage .productbox .pdimage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.adproductwithimage .productbox  .save {
  text-align: right;
  margin-top: 20px;
}
.adproductwithimage .productbox  h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  max-width: 260px;
  letter-spacing: 0.155px;
  color: #f9f9f9;
  font-family: 'Haas Grot Disp';
  line-height: 1.4;
  margin-bottom: 20px;
}
.adproductwithimage .productbox a.btn.whitebtn {
  color: #080707;
  background: #f9f9f9;
  width: 100%;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  padding: 10px;
  line-height: 1.4;
}
.aboutikaisaibanner .row {
  justify-content: space-between;
}

.aboutikaisaibanner {padding: 80px 0;}

.abouttitlebox h2 {
  font-size: 68px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.68px;
  color: #080707;
  margin-bottom: 24px;
}

.abouttitlebox p {
  color: #000;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.6;
}

span.heightempty {
  height: 106px;
  display: block;
}

.abouttitlebox h6 span {
  display: flex;
  position: relative;
  text-align: justify;
  font-family: "Haas Grot Disp";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  margin-bottom: 24px;
  align-items: center;
}

.abouttitlebox h6 span:before {
  content: "[";
  font-family: "Cutive Mono";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 89%;
  color: #080707;
  letter-spacing: -3.6px;
  padding-right: 0px;
}

.abouttitlebox h6 span:after {
  content: "]";
  font-family: "Cutive Mono";
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 89%;
  color: #080707;
  letter-spacing: -3.6px;
  margin-left: -3px;
  margin-l\: 0;
}

.aboutbannerimage img {
  width: 100%;
}

.envolvinginfostart .abouttitlebox {
  max-width: 1070px;
  margin-bottom: 90px;
}

.col-7 {
  width: 70%;
}

.col-25 {
  width: 25%;
}
.envolvinginfostart {
  padding: 70px 0;
}
.envolvinginfostart .row {
  justify-content: space-between;
  align-items: end;
}
.editoralimage {
  height: 1100px;
  position: relative;
}

.editoralimage img {
  width: 100%;
  height: 100%;
}

.editoralimage a.btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #f9f9f9;
  color: #080707;
}

.editoralimage a.btn svg path {
  fill: #000;
}

.envolvinginfostart .col-25 .editoralimage {
  height: auto;
}

.Editorialcontent {
  padding-top: 20px;
}

.Editorialcontent h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
  color: #747474;
  font-family: 'Haas Grot Disp';
}

.Editorialcontent h4 {
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: #080707;
  margin: 20px 0;
}

.Editorialcontent p {
  color: #000;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
}

.foundervision {
  padding: 90px 0;
}

.col-45 {
  width: 45%;
}
.peopleneworksec .abouttitlebox {
  margin-bottom: 60px;
}
.peopleneworksec .abouttitlebox h6 em {
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  margin: 0 5px;
}
.foundervision .row {
  justify-content: space-between;
}
.peopleneworkslider {
  padding-bottom: 60px;
}
.peopleneworkslideinner {
  padding: 8px;
}
.peopleneworkslideinner .image {
  height: 422px;
}
.peopleneworkslideinner .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.peopleneworksec, .continueexploremorecategory {
  padding-bottom: 100px;
  padding-top: 50px;
}
.continueexploremorecategoryslidewrap {
  position: relative;
  padding: 8px;
}

.continueexploremorecategoryslidewrap .image {
  height: 520px;
  position: relative;
}

.continueexploremorecategoryslidewrap .image video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.continueexploremorecategoryslidewrap .image .videott {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 28px;
}

.continueexploremorecategoryslidewrap .image .videott h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 89%;
  letter-spacing: -0.3px;
  color: #f9f9f9;
  font-family: 'Haas Grot Disp';
  margin-bottom: 20px;
}
.continueexploremorecategoryslidewrap .image .videott .whitebtn {
  background-color: #f9f9f9;
  color: #080707;
}
.continueexploremorecategoryslidewrap .image .videott .whitebtn svg path {
  fill: #080707;
}
.foundervision .videowrapper {
  height: 730px;
}
.col-7 .editoralimage img {
  filter: grayscale(1.4);
}
.contactbannerimage {
    height: 600px;
}

.contactbannerimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactikaisaibanner .row {
    align-items: center;
    justify-content: space-between;
}

.contacttitlebox h2 {
    font-size: 68px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.68px;
    margin-bottom: 40px;
}

.contactforminner .input input, .contactforminner .input select, .contactforminner .textarea textarea {
    border-radius: 4px;
    border: 1px solid #080707;
    opacity: 0.5;
    text-align: justify;
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 89%;
    color: #080707;
    letter-spacing: -0.8px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.contactforminner .textarea textarea {
    height: 110px;
    padding: 20px;
}

.checkboxwithlabel {
    display: flex;
    justify-content: left;
    margin-bottom: 30px;
}

.checkboxwithlabel input {
    width: 18px;
    margin-right: 10px;
}

.checkboxwithlabel label {
    font-family: "Lexend Deca";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 89%;
    letter-spacing: -0.8px;
}

.contactforminner button.btn {
    width: 100%;
    justify-content: center;
    font-weight: 300;
    padding: 14px;
}

.customercaredt {
    padding: 90px 0;
}

.customercaredt .col-inner h6, .customercaredt .col-inner p {
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%;
    letter-spacing: -0.8px;
    color: #080707;
}

.contactsharedintent .sharedintentcontent {
    background: #fff;
}

.contactsharedintent .sharedintentcontent * {
    color: #080707 !important;
}

.contactsharedintent .sharedintentcontent  a.btn {
    color: #fff !important;
    font-weight: 300;
}
.listingtitlebox {padding-top: 80px;}

.listingtitlebox h1 {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  font-family: 'Haas Grot Disp';
  color: #000;
  letter-spacing: 0;
  word-break: normal;
}

.allcate ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  column-gap: 25px;
}

.allcate {
  margin: 54px 0;
  background: #000;
}

.allcate ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.662px;
  text-transform: uppercase;
  color: #AFA79D;
  padding: 0 10px 5px;
  font-family: 'Haas Grot Disp';
  display: block;
  position: relative;
}
.allcate ul li a.active {
  color: #fff;
}
.allcate ul li a.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background: #fff;
  height: 1px;
}
.listbannerimage {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.listbannerimage .cat {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 89%;
  color: #080707;
  letter-spacing: -0.56px;
  padding: 6px;
  background: #F9F9F9;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.listingbannercontent {
  height: 100%;
  background: #000;
  padding: 30px;
}

.listingbannercontent h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 89%;
  font-family: 'Haas Grot Disp';
  color: #AFA79D;
}

.listingbannercontent h2 {
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  color: #f9f9f9;
  letter-spacing: -0.8px;
  font-family: 'Lexend Deca';
  max-width: 200px;
}
.listingstartsec {
  padding: 60px 0;
}

.listingboxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.listingboxes .col-third {
  padding: 15px;
}

.listingboxcontent h4 {
  font-family: "Lexend Deca";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.72px;
  color: #080707;
  max-width: 200px;
}
.listingbannerheading p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
  font-family: 'Haas Grot Disp';
  color: #AFA79D;
  margin-bottom: 10px;
}

.listingbannerheading {
  display: table-footer-group;
}

.listingbannercontent {
  display: table;
  height: 100%;
  width: 100%;
}
.listingboxcontent {
  padding: 10px 0 20px;
}
.howwecollaborate {
  padding: 80px 0;
}
.howwecollaborate .flex-box {
  padding: 75px 0 30px;
}
.howwecollaborate .colinner {
  padding: 12px;
}
.howwecollaborate .colinner .image img {
  width: 100%;
}
.howwecollaborate .colinner .content {
  padding: 20px 0;
}
.howwecollaborate .colinner .content h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Haas Grot Disp';
  letter-spacing: -0.3px;
  margin-bottom: 14px;
  color: #080707;
}
.howwecollaborate .colinner .content p  {
  color: #000;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%; 
}
.wecollaborateform {
  padding-bottom: 100px;
}
.listingstartsec .listingboximage {
  height: 400px;
  position: relative;
}

.listingstartsec .listingboximage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.listingstartsec .listingboximage .cat {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 14px;
  font-style: normal;
  font-weight: 200;
  line-height: 89%;
  color: #080707;
  letter-spacing: -0.56px;
  padding: 6px;
  background: #F9F9F9;
  border-radius: 4px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.listingtitlebox h1 em {
  font-style: normal;
  margin: 0 6px;
  font-family: 'roboto';
  font-weight: 400;
}
.listingstartsec .listingboxcontent p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 89%;
  color: #747474;
  font-family: 'Haas Grot Disp';
  margin-bottom: 10px;
  margin-top: 10px;
}
.interviewdetailsbanner .interviewdtimage {
  height: 680px;
}
.interviewdetailsbanner .interviewdtimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.interviewdetailsbanner .interviewdtcontent {
  height: 100%;
}
.travelbannerlandscape img {
  height: 520px;
  width: 100%;
  object-fit: cover;
}
.travelbannerlandscape h6, .grettyimagebox .featuredboxthird .content h6, .godfullimage h6, .lastgodfullimage h6  {
  margin: 20px auto;
  letter-spacing: 0.5px;
  max-width: 334px;
  color: #000;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 111%;
}
.grettyimagebox .featuredboxthird .content h6 {
  text-align: left;
  max-width: 80%;
  margin-left: 0;
}
.travelflexbox .featuredbox .content h6,
.authorimagecontent .image h5 {
  letter-spacing: 0.5px;
  color: #000;
  text-align: left;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 111%;

}
.authorimagecontent .image h5 {
	font-weight: 400;
	margin-top: 10px;
}
.travelbannerlandscape h6 small,
.travelflexbox .featuredbox .content h6 span,
.grettyimagebox .featuredboxthird .content h6 span,
.leftcontentrightimages .interviewcontent h2 small, .godfullimage h6 small, .lastgodfullimage h6 small,
.authorimagecontent .image h5 span {
  display: block;
  font-size: 14px;
  color: #747474;
  margin-top: 5px;
}
.travelbannerlandscape {
  padding: 50px 0;
}
.travelflexbox .interviewcontent {
  max-width: 100%;
}
.travelflexbox .flex-box {
  justify-content: space-between;
}
.travelflexbox, .grettyimagebox {
  padding: 50px 0;
}
.leftcontentrightimages {
  padding: 100px 0;
}
.leftcontentrightimages .col-65 {
  width: 65%;
}
.leftcontentrightimages .col-25 {
  width: 25%;
}
.leftcontentrightimages .flex-box {
  justify-content: space-between;
  align-items: center;
}
.leftcontentrightimages .interviewcontent {
  max-width: 94%;
}
.leftcontentrightimages  .image img {
  width: 100%;
  margin-bottom: 20px;
}
.leftcontentrightimages .interviewcontent h6, .leftcontentrightimages .interviewcontent h2 {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #080707;
  margin-bottom: 40px;
}
.leftcontentrightimages .interviewcontent h2 {
  margin-bottom: 60px;
  position: relative;
}
.travelflexbox .interviewcontent h5 {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #080707;
  max-width: 85%;
  position: relative;
  margin-bottom: 50px;
}
.travelflexbox .interviewcontent h5 span {
  display: block;
  font-size: 14px;
  color: #747474;
  margin-top: 0;
}
.travelflexbox .interviewcontent h6, .authorimagecontent h6 {
  text-align: justify;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #080707;
  position: relative;
  margin-bottom: 50px;
}
.travelflexbox .interviewcontent h5, .travelflexbox .interviewcontent h6, .leftcontentrightimages .interviewcontent h2, .authorimagecontent h6 {
  padding-left: 20px;
}
.travelflexbox .featuredbox .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.travelflexbox .featuredbox .image {
  height: 629px;
}
.travelflexbox .interviewcontent h5:before, .travelflexbox .interviewcontent h6:before, .leftcontentrightimages .interviewcontent h2:before,
.authorimagecontent h6:before {
  content: "";
  width: 2px;
  background: #000;
  position: absolute;
  top: 6px;
  left: 0;
  height: 70px;
}
.grettyimagebox .featuredboxthird {
  padding: 0 22px;
}
.leftcontentrightimages .interviewcontent h2 small {
  margin-top: 10px;
}
.godfullimage {
  max-width: 90%;
  margin: 0 auto;
}
.godfullimage img {
  height: 960px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  margin-bottom: 30px;
}
.lastgodfullimage img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
}
.lastgodfullimage {
  margin-bottom: 180px;
}
.authorimagecontent {
  padding: 150px 0;
}
.authorimagecontent .interviewcontent {
  max-width: 100%;
}
.authorimagecontent .flex-box {
  justify-content: space-between;
  align-items: center;
}
.authorimagecontent h6 {
  margin-top: 60px;
  margin-bottom: 0;
}
.grettyimagebox .featuredboxthird .image {
  height: 600px;
}
.grettyimagebox .featuredboxthird img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.leftcontentrightimages .image img  {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.wecollaborateform .row {
  align-items: start;
} 
.projectfeatured-banner .featuredimage img {
  width: 100%;
}
.projectinfosec {
  padding: 60px 0;
}
.projectinfosec .abouttitlebox h2 {
  margin: 60px 0;
}

.projectinfocontent {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
}

.projectinfocontent p {
  width: 60%;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
}

.projectinfocontent ul li .linner p {
  margin: 0 0 10px;
  width: 100%;
}

.projectinfocontent ul {
  width: 24%;
}

.projectinfocontent ul li:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.projectgalleryslide .slideinner {
  padding: 0 10px;
}
.projectgalleryslide .slideinner img {
  width: 100%;
}
.col-55 {
  width: 55%;
}
.materiallogicsec .flex-box {
  justify-content: space-between;
}
.materiallogicsec {
  padding: 90px 0;
}
.projectlandcapesec .image video {
  width: 100%;
}
.projectlandcapesec h6 {
  margin: 20px auto;
  letter-spacing: 0.5px;
  max-width: 1000px;
  color: #000;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 111%;
}
.abouttitleboxpr h2 {
  font-size: 48px;
}
.creditsec {
    padding: 90px 0;
}
.creditsec {border-top: 1px solid rgba(116, 116, 116, 0.40);border-bottom: 1px solid rgba(116, 116, 116, 0.40);margin-bottom: 80px;}
.creditsec .flex-box .abouttitlebox {
  width: 60%;
}
.creditsec .flex-box .abouttitlebox ul {
  width: 25%;
}
.creditsec .flex-box {
  align-items: end;
  justify-content: space-between;
}
.creditsec .flex-box ul li {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 90%;
  color: #080707;
  font-family: 'Haas Grot Disp';
}
.creditsec .flex-box ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.collectivemakingimage {
  background-position: center;
}
.ivorybespokedt {
  padding-top: 180px;
}
.ivorybespokedt .flex-box {
  justify-content: space-between;
  align-items: anchor-center;
}
.ivorybespokedt hr {margin: 70px 0;}
.crafttyperow {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.crafttyperow .crafttype p, .crafttyperow .crafttype p strong {
  font-size: 17px;
  font-style: normal;
  line-height: 90%;
  font-family: 'Haas Grot Disp';
  font-weight: 600;
}
.crafttyperow .crafttype {
  width: 60%;
}
.crafttyperow .crafttype p {
  font-weight: 300;
}
.crafttyperow .craftdt p, .crafttyperow .craftdtmore p {
  font-family: "Lexend Deca";
  font-size: 16px;
  font-weight: 300;
}
.bespokegallery {
  padding: 70px 0;
}
.gallerybespoke img {
  width: 100%;
}
.gallerybespoke {
  padding: 0 10px;
}
.abouttitleboxpr p {
  margin-top: 20px;
}
.abouttitleboxpr ul li {
  margin-bottom: 10px;
}
.carlastingtitle p strong {
  position: absolute;
  top: 0;
  left: 0;
}

.carlastingtitle p span {
  display: block;
}

.carlastingtitle p {
  position: relative;
  padding-left: 120px;
}

.bespokexploremore .articlecontent h4 span {
  font-size: 16px;
  color: #747474;
}

.bespokexploremore .articlecontent h4 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 30px;
}
@media(max-width: 1100px) {
  .headericons ul li:first-child, .closemenu {
    display: block !important;
  }
  .menuheader {
    position: fixed;
    background: #080707;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 9;
    width: 100%;
    display: none;
  }
	.dopdownactiveclick {
		display: none;
	}
  .menuheader .closemenu {
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .menuheader .closemenu svg path {
    fill: #fff;
  }

  .menuheaderinner {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
  }

  .menuheaderinner .menuwrapper {
    height: auto;
  }

  .menuheaderinner .menuwrapper ul.menu {
    display: block;
  }

  .menuheaderinner .menuwrapper ul.menu * {
    color: #fff;
  }
  .contactikaisaibanner .col-45,
  .contactikaisaibanner .col-5 {
    width: 100%;
  }
  .customercaredt .col-forth {
    width: 50%;;
  }
  .contacttitlebox {
    max-width: 500px;
    margin: 0 auto 60px;
  }
  .customercaredt .col-inner {
    margin: 20px 0;
  }
  .travelflexbox .col-6,
  .travelflexbox .col-3, 
  .leftcontentrightimages .col-65,
  .leftcontentrightimages .col-25,
  .authorimagecontent .col-6,
  .authorimagecontent .col-3 {
    width: 100%;
  }
  .grettyimagebox .featuredboxthird {
    padding: 0 12px;
  }
  .leftcontentrightimages .col-25 {
    display: flex;
    gap: 10px;
  }
  .leftcontentrightimages .col-25 .image {
    width: calc(100% / 3);
  }
  .authorimagecontent .image {
    margin-top: 60px;
  }
  .authorimagecontent {
    padding: 100px 0;
  }
  .lastgodfullimage {
    margin-bottom: 100px;
  }
  .projectinfosec .abouttitlebox h2 {
    margin: 30px 0;
  }
  .crafttyperow .crafttype {
    width: 100%;
  }
  .ivorybespokedt {
    padding-top: 80px;
  }
}
@media(max-width: 800px) {
  .bannerimagewithcontent {
    display: none;
  }
  header.siteheader {
    padding: 20px 0;
  }
  .mainbannersec .col-5,
  .mainbannersec .col-4 {
    width: 100%;
  }
  .mainbannercontent .bannercontentinner p {
    max-width: 80%;
  }
  .videowithcontent {
    margin-top: 40px;
  }
  .videowrapper {
    height: 450px;
  }
  .articlesectionwrapper .row .col-3 {
    width: 48%;
    margin-bottom: 30px;
  }
  .projectreinventsec .col-6,
  .projectreinventsec .col-3,
  .collectivemaking.row .col-6, .collectivemaking.row .col-4 {
    width: 100%;
    position: relative;
  }
  .projectreinventrightbox {
    padding-top: 90px;
  }
  .projectreinventrightbox h2 span {
    justify-content: left;
  }
  .projectreinventrightbox .projectreinventrightboxinner {
    padding-left: 0;
    border-left: none;
  }
  .collectivemakingimage {
    height: 450px;
  }
  .bespokeboxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bespokeitem {
    margin-bottom: 48px;
    width: 48%;
  }
  .bottomfooter .row {
    align-items: end;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  footer.insightfooter {
    padding: 60px 0 34px;
  }
  .topfooter .col-3 {
    order: 2;
    width: 50%;
  }
  .footerlink {
    margin: 60px 0;
  }
  .topfooter .col-4 {
    order: 1;
    width: 100%;
  }
  .newlettersignup {
    margin-bottom: 30px;
  }
  .footerimageslider {
    max-width: 600px;
  }
  .bottomfooter .row {
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: column-reverse;
  }
  .newlettersignup {
    margin-bottom: 0;
  }
  .footerlogo {
    margin-top: 30px;
  }
  .aboutikaisaibanner .col-3,
  .aboutikaisaibanner .col-5,
  .envolvinginfostart .col-7, 
  .envolvinginfostart .col-25,
  .foundervision .col-45 {
    width: 100%;
  }
  .aboutikaisaibanner {
    padding: 40px 0;
  }
  span.heightempty {
    height: 46px;
    display: block;
  }
  .abouttitlebox h2 {
    font-size: 50px;
  }
  .aboutikaisaibanner .abouttitlebox {
    margin-bottom: 50px;
  }
  .envolvinginfostart .col-7 {
    margin-bottom: 40px;
  }
  .contactikaisaibanner .col-4 {
    width: 100%;
    margin-top: 30px;
  }
  .leftcontentrightimages .interviewcontent h6, .leftcontentrightimages .interviewcontent h2 {
    font-size: 34px;
  }
  .materiallogicsec .col-55, .materiallogicsec .col-4 {
    width: 100%;
  }
  .materiallogiccontent {
    padding: 40px 0;
  }
  .creditsec .flex-box .abouttitlebox {
    width: 100%;
    margin-bottom: 40px;
  }
  .projectinfocontent {
    flex-wrap: wrap;
  }
  .projectinfocontent p {
    width: 100%;
  }
  .projectinfocontent ul {
    max-width: 300px;
    width: 100%;
    margin-top: 50px;
  }
  .ivorybespokedt .abouttitlebox {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .ivorybespokedt .flex-box {
    justify-content: center;
  }

  .ivorybespokedt hr {
    margin: 50px 0;
  }

  .crafttyperow {
    flex-wrap: wrap;
    gap: 20px;
  }

  .ivorybespokedt {
    padding-top: 60px;
  }
}
@media(max-width: 500px) {
  .mainbannersec {
    padding: 20px 0 40px;
  }
  .mainbannercontent .bannercontentinner h1 {
    font-size: 50px;
  }
  .mainbannercontent .bannercontentinner p {
    font-size: 16px;
  }
  .btn {
    font-size: 14px;
  }
  .menuheaderinner {
    padding-left: 10px;
  }
  .founderinfo h2 {
    text-align: left;
    font-size: 20px;
  }
  .founderinfo h2 span {
    font-size: 14px;
  }
  .mainbannercontent .bannercontentinner h1 {
    font-size: 50px;
    max-width: 250px;
  }
  .articlesectionwrapper {
    padding: 40px 0;
  }
  .titlebox h2 span {
    margin-bottom: 48px;font-size: 32px;
  }
  .titlebox h2 span:before, .titlebox h2 span:after, .postwrapperinner .inboxinterest h2,.postwrapperinner .newslettersignup h3 {
    font-size: 32px;
  }
  .articlecolwrapper .wrapperarticle .articlecontent p, .wrapperarticle .image .tag span {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .articlecolwrapper .wrapperarticle .articlecontent h4, .projectinventbox .content .contentwrapper p {
    font-size: 14px;
  }
  .wrapperarticle .image {
    height: 230px;
    position: relative;
  }
  .wrapperarticle .image {order: 1;}

  .wrapperarticle {
    display: flex;
    flex-wrap: wrap;
  }
  .advertisementposterwrapper {
    background: #000;
    padding: 26px 16px;
  }
  .wrapperarticle .articlecontent {
    order: 2;
    margin-top: 15px;
  }
  .projectreinventsec {
    padding: 60px 0;
  }
  .rigtbutton {
    margin-top: 20px;
  }
  .projectinventbox .image {
    margin-bottom: 20px;
    height: 228px;
  }
  .projectinventbox .content {
    display: flex;
    justify-content: left;
    flex-direction: column-reverse;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
  .projectinventbox .content .titlewrapper {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .projectinventbox .content .titlewrapper h5, .projectinventbox .content .titlewrapper p {
    text-align: left !important;
  }
  .bespokeitem .image {
    height: 230px;
  }
  .bespokeitem .content h2 {
    flex-wrap: wrap;
  }
  .bespokeitem .content h2 span {
    margin-bottom: 10px;
  }
  .projectreinventrightbox .advertisementposterwrapper .newslettersignup h3 {
    text-align: right;
    font-size: 22px;
    letter-spacing: 0;
  }
  .projectreinventrightbox .advertisementposterwrapper h2 {
    font-size: 22px;
    letter-spacing: 0;
  }
  .projectreinventrightbox .advertisementposterwrapper .postwrapperinner .inboxinterest {
    margin-bottom: 50px;
  }
  .imageslider {
    padding: 60px 0;
  }
  .imageslide img {
    height: 250px;
  }
  .imageslider button.slick-prev, .exploremorecategoryslider button.slick-prev {
    z-index: 2;
  }
  .collectivemakingimage h2 {
    font-size: 40px;
  }
  .collectivemakingimage {
    height: 400px;
    padding: 20px;
  }
  .collectivemaking .sharedintentcontent {
    padding: 50px 20px 40px;
    background: #000;
  }
  .sharedintentcontent span.heightspace {
    height: 56px;
    display: block;
  }
  .sharedintentcontent .btngroup {
    display: flex;
    gap: 10px;
    margin-top: 50px;
  }
  .sharedintentcontent .btngroup a.btn.whitebtn {
    background: #fff;
    color: #080707;
    font-size: 13px;
  }
  .footerlink li a {
    font-size: 16px;
  }
  .newlettersignup .input {
    gap: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .newlettersignup .input button {
    justify-content: center;
    margin-top: 20px;
  }
  .footerlogo {
    margin-top: 30px;
    padding-bottom: 20px;
  }
  .imageslider button.slick-prev, .exploremorecategoryslider button.slick-prev, .continueexploremorecategoryslider button.slick-prev {
    left: 20px;
  }
  .imageslider button.slick-next, .exploremorecategoryslider button.slick-next, .continueexploremorecategoryslider button.slick-next {
    right: 30px;
  }
  .articlesectionwrapper .row .col-3 {
    width: 48%;
    margin-bottom: 10px;
  }
  .newlettersignup .input {
    gap: 10px;
    display: flex;
    flex-wrap: unset;
  }
  .newlettersignup .input button {
    margin-top: 0;
    width: 500px;
    font-size: 16px;
    padding: 10px 10px;
    justify-content: space-between;
  }
  .footerlink {
    margin: 40px 0;
  }
  .projectinventbox .content .contentwrapper h6 {
    font-size: 12px;
  }
  .exploremorecategoryslidewrap {
    height: 350px;
  }
  .advertisementpostersec h6.smalltt,
  .projectreinventrightboxinner h6.smalltt {
    font-size: 16px;
  }
  .col-5 {
    width: 100%;
  }
  .interviewdetailsbanner .interviewdtcontent .articledetailscontent {
    max-width: 500px;
    margin: 30px 0;
  }
  .interviewdetailsbanner .interviewdtcontent .articledetailscontent h1 {
    font-size: 34px;
  }
  .interviewdetailsbanner .interviewdtcontent .articledetailscontent p {
    font-size: 16px;
  }
  .interviewcontentblock {
    padding: 60px 0;
  }
  .interviewcontentblock .interviewcontent {
    max-width: 95%;
    margin: 0 auto;
  }
  .interviewcontent h4 {
    font-size: 24px;
    line-height: 1.2;
    color: #080707;
    padding-left: 10px;
    border-left: 1px solid #080707;
    margin: 20px 0;
    letter-spacing: normal;
  }
  .interviewcontent p {
    margin: 0px 0 20px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.5px;
  }
  .interviewimagegallery {
    padding: 20px;
    flex-wrap: wrap;
  }
  .interviewimagegallery .interviewimage {
    width: 100%;
    height: 500px;
    margin: 10px 0  ;
  }
  .captionimage h6 {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 20px;
  }
  .featuredboxes {
    flex-wrap: wrap;
    max-width: 95%;
    padding: 50px 0;
  }
  .featuredboxes .featuredbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .featuredboxes .featuredbox .image {
    height: auto !important;
  }
  .joinournewsletter .joinournewsletterinner {
    padding: 20px;
    margin-top: 60px;
  }
  .interviewdtimage {
    height: 350px;
  }
  .adproductwithimage .row .col-third {
    width: 100%;
    margin: 20px 0;
  }
  .col-third {
    width: 100%;
  }
  .interviewdetailsbanner .interviewdtcontent .articledetailscontent h1 {
    font-size: 24px;
  }
  .interviewdetailsbanner .interviewdtcontent .articledetailscontent p {
    margin: 20px 0;
  }
  .abouttitlebox h2 {
    font-size: 34px;
    line-height: 1.2;
  }
  .abouttitlebox p {
    font-size: 14px;
    line-height: 1.4;
  }
  .abouttitlebox h6 span {
    font-size: 22px;
  }
  .abouttitlebox h6 span:before,
  .abouttitlebox h6 span:after {
    font-size: 22px;
  }
  .envolvinginfostart {
    padding: 50px 0;
  }
  .envolvinginfostart .abouttitlebox {
    max-width: 1070px;
    margin-bottom: 50px;
  }
  .editoralimage {
    height: auto;
    position: relative;
  }
  .foundervision {
    padding: 50px 0;
  }
  .foundervision .videowrapper {
    height: 500px;
  }
  .peopleneworksec .abouttitlebox {
    margin-bottom: 30px;
  }
  .peopleneworkslideinner .image {
    height: 212px;
  }
  .peopleneworkslider {
    padding-bottom: 20px;
  }
  .peopleneworksec {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .continueexploremorecategory {
    padding-bottom: 50px;
    padding-top: 0px;
  }
  .customercaredt .col-forth {
    width: 100%;
  }
  .contacttitlebox h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.68px;
    margin-bottom: 20px;
    text-align: center;
  }
  .contactforminner .input input, .contactforminner .textarea textarea {
    border-radius: 4px;
    border: 1px solid #080707;
    opacity: 0.5;
    text-align: justify;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 89%;
    color: #080707;
    letter-spacing: -0.8px;
    padding: 10px 13px;
    margin-bottom: 15px;
  }
  .customercaredt .col-inner {
    margin: 10px 0;
  }
  .customercaredt .col-forth {
    width: 100%;
  }
  .customercaredt .col-inner h6, .customercaredt .col-inner p, .checkboxwithlabel label {
    font-size: 15px;letter-spacing: 0;
  }
  .customercaredt {
    padding: 40px 0;
  }
  .contactsharedintent .sharedintentcontent {
    background: #fff !important;
  }
  .contactbannerimage {
    height: 450px;
  }
  .listingtitlebox {
    padding-top: 50px;
  }
  .listingtitlebox h1 {
    font-size: 30px;
  }
  .allcate {
    margin: 24px 0;
    background: #000;
  }
  .allcate ul li a {
    white-space: nowrap;
  }
  .allcate ul {
    justify-content: left;
    padding: 25px 20px;
    white-space: nowrap;
    overflow: scroll;
    margin-left: 10px;
  }
  .listbannerinner .col-6,.listbannerinner .col-4 {
    width: 100%;
  }
  .listbannerimage {
    height: 250px;
  }
  .listingbannercontent h6 {
    height: auto;
  }
  .listingbannercontent h2 {
    max-width: max-content;
    margin-top: 10px;
  }
  .listingboxcontent {padding: 10px 0;}
  .listingstartsec {
    padding: 20px 0 0;
  }
  .joinournewsletter {
    max-width: 98% !important;
  }
  .howwecollaborate {
    padding: 0px 0 30px;
  }
  .howwecollaborate .flex-box {
    padding: 30px 0 30px;
  }
  .howwecollaborate .colinner .content h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .howwecollaborate .colinner .content {
    padding: 10px 0;
  }
  .howwecollaborate .colinner .content p {
    font-size: 14px;;
  }
  .howwecollaborate .abouttitlebox p br {
    display: none;
  }
  .listingbannercontent {
    height: 180px;
  }
  .travelbannerlandscape img {
    height: auto;
    width: 100%;
    object-fit: cover;
  }
  .travelflexbox .interviewcontent h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .travelflexbox .interviewcontent h6, .authorimagecontent h6 {
    font-size: 18px;
    line-height: 1.4;
  }
  .travelflexbox .interviewcontent h5 span {
    margin-top: 10px;
  }
  .travelflexbox .featuredbox .image, .godfullimage img, .lastgodfullimage img, .interviewdetailsbanner .interviewdtimage,
  .grettyimagebox .featuredboxthird .image, .leftcontentrightimages .image img  {
    height: auto;
  }
  .interviewdetailsbanner .interviewdtimage  img {
    display: block;
  }
  .grettyimagebox .featuredboxthird {
    padding: 0 0 20px;
  }
  .leftcontentrightimages {
    padding: 0px 0 60px;
  }
  .leftcontentrightimages .interviewcontent h6, .leftcontentrightimages .interviewcontent h2 {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .leftcontentrightimages .col-25 {
    flex-wrap: wrap;
  }
  .leftcontentrightimages .col-25 .image {
    width: calc(100% / 1);
  }
  .leftcontentrightimages .image img, .godfullimage img, .lastgodfullimage img {
    width: 100%;
    margin-bottom: 0px;
  }
  .authorimagecontent {
    padding: 50px 0;
  }
  .authorimagecontent .image {
    margin-top: 40px;
  }
  .travelflexbox .interviewcontent h5, .travelflexbox .interviewcontent h6, .leftcontentrightimages .interviewcontent h2, .authorimagecontent h6 {
    padding-left: 15px;
  }
  .listenandshare {
    flex-wrap: wrap;
    gap: 10px;
  }
  .interviewdetailsbanner .interviewdtcontent {
    padding: 20px;
    background: #080707;
  }
  .projectfeatured-banner .featuredimage {
    height: 400px;
  }
  .projectfeatured-banner .featuredimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .abouttitlebox.abouttitleboxpr h6 span {
    margin-bottom: 0;
  }
  .projectinfosec .abouttitlebox h2 {
    margin: 26px 0;
  }
  .projectinfocontent {
    margin: 20px 0;
  }
  .projectinfocontent ul li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
  }
  .projectinfocontent ul {
    max-width: 300px;
    width: 100%;
    margin-top: 30px;
  }
  .projectgalleryslide .slideinner {
    height: 250px;
  }
  .projectgalleryslide .slideinner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .projectinfosec {
    padding-bottom: 20px;
  }
  .materiallogicsec {
    padding: 60px 0;
  }
  .abouttitlebox.abouttitleboxpr h6 span {
    margin-bottom: 20px;
  }
  .creditsec {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .projectlandcapesec h6 {
    font-size: 14px;
    line-height: 1.5;
  }
  .projectinfocontent ul li .linner p {
    margin: 0 0 0px;
    width: 100%;
  }
  .gallerybespoke {
    padding: 0;
  }
  .carlastingtitlesec {
    padding-top: 0;
  }
  .carlastingtitle p strong {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 5px;
    display: block;
  }
  .carlastingtitle p {
    position: relative;
    padding-left: 0;
  }
  .bespokexploremore .articlecontent h4 {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    gap: 9px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .bespokexploremore .articlecontent h4 span {
    font-size: 12px;
    color: #747474;
  }
  .crafttyperow .craftdt p, .crafttyperow .craftdtmore p {
    font-family: "Lexend Deca";
    font-size: 14px;
    font-weight: 300;
  }
}