@charset "UTF-8";

.hereAndNow_banner {
  position: relative;
  display: flex;
  padding: 5rem 8%;
  min-height: 100vh;
  background-color: #000;
}

.hereAndNow_banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;

}

.hereAndNow_banner .c1 {
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.hereAndNow_banner .c1 h1 {
  font-family: var(--font-dx-slight);
  font-size: 16rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #fee28e;
  margin-bottom: 4.8rem;
  text-transform: uppercase;
}



@media (max-width: 1024px) {

  .hereAndNow_banner .c1 h1 {
    font-size: 14rem;
  }
}



.hereAndNow_banner .c1 p {
  font-family: var(----font-Necto-Mono);
  font-size: var(--font30);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: 1.2px;
  text-align: left;
  color: #fee28e;
  text-transform: uppercase;
}

.hereAndNow_banner .c2 {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
}

.hereAndNow_banner .c2 img {
  max-width: 24rem;
}

.hereAndNow_echos {
  position: relative;
  background-color: #260a0a;
  display: flex;
  gap: 10rem;
  padding: 0 8% 0 2%;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
}

.hereAndNow_echos .bg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  height: 50rem;
}

.hereAndNow_echos .c1 {
  width: 70%;
  position: relative;
  display: flex;
  align-items: center;
  max-width: 90rem;
}

.hereAndNow_echos .c1::before {
  content: "Reflections      of      worldly      perspectives";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(45%, 0%) rotate(-90deg);
  z-index: 55;
  font-family: var(--font-Baskerville);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color: #f8f3ed;
  word-spacing: 40px;
  white-space: nowrap;
}

.hereAndNow_echos .c1 img {
  width: 100%;
  object-fit: cover;
  padding: 12rem 5rem 12rem 0rem;
  height: 100%;
  max-width: 90rem;
}

.hereAndNow_echos .c2 {
  width: 30%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 12rem 0;
}

.hereAndNow_echos .c2 .image {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  margin-bottom: 3rem;
}

.hereAndNow_echos .c2 .image img {
  max-width: 22rem;
  margin-left: 10rem;
  margin-bottom: -2rem;
}

.hereAndNow_echos .c2 .image h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font60);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #fdf8e4;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 30rem;
}

.hereAndNow_echos .c2 .text {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 37rem;
}

.hereAndNow_echos .c2 .text h1 {
  font-family: var(--font-Baskerville);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.07;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fdf8e4;
  margin-bottom: 0.8rem;
}

.hereAndNow_echos .c2 .text h2 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fdf8e4;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

.hereAndNow_echos .c2 .text p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font14);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: 0.64px;
  text-align: left;
  color: #fdf8e4;
}

.hereAndNow_tabs {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 8rem 10% 18rem;
}

.hereAndNow_tabs .filter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20rem;
  gap: 1rem;
}

.hereAndNow_tabs .filter h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  text-transform: uppercase;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: 1px;
  text-align: right;
  color: #601808;
  opacity: 0.6;
  /* transition: all 0.3s ease-in-out; */
  cursor: pointer;
  text-underline-offset: 7px;


}

.hereAndNow_tabs .filter h1.active {
  text-decoration: underline;
}

.hereAndNow_tabs .filter h1:hover {
  opacity: 1;
}

.hereAndNow_tabs .filter h1.active {
  opacity: 1;
  text-decoration: underline;
}

.hereAndNow_tabs .container .tab {
  display: none;
  flex-direction: row;
  gap: 10%;
}

.hereAndNow_tabs .container .tab.active {
  display: flex;
}

.hereAndNow_tabs .container .tab .c1 {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.hereAndNow_tabs .container .tab .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font70);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: normal;
  text-align: left;
  color: #260a0a;
  margin-bottom: 4.8rem;
  text-transform: uppercase;
}

.hereAndNow_tabs .container .tab .c1 p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  margin-bottom: 9.5rem;
}

.hereAndNow_tabs .container .tab .c1 a {
  align-self: flex-start;
  color: #0f0e0e;
}

.hereAndNow_tabs .container .tab .c2 {
  width: 55%;
  gap: 10rem;
  display: flex;
  flex-direction: column;
}

.hereAndNow_tabs .container .tab .c2 .image {
  display: flex;
  flex-direction: column;
}

.hereAndNow_tabs .container .tab .c2 .image img {
  width: 100%;
  margin-bottom: 3.2rem;
  object-fit: cover;
}

.hereAndNow_tabs .container .tab .c2 .image h2 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: 1px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
}

.hereAndNow_tabs .container .tab .c3 {
  width: 20%;
  display: flex;
  flex-direction: column;
  gap: 6rem;
}

.hereAndNow_tabs .container .tab .c3 .image {
  display: flex;
  flex-direction: column;
}

.hereAndNow_tabs .container .tab .c3 .image img {
  width: 100%;
  margin-bottom: 3.2rem;
  object-fit: cover;
}

.hereAndNow_tabs .container .tab .c3 .image h2 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: right;
  color: #000;
  text-transform: uppercase;
}

.error_banner {
  position: relative;
  background-color: #260a0a;
  display: flex;
  flex-direction: column;
}

.error_banner img {
  width: 100%;
  height: 100%;
  padding: 5rem 0;
}

.error_banner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error_banner .text h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: center;
  color: #ede0d0;
  margin-bottom: 10rem;
  text-transform: capitalize;
}

.error_banner .text p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #f8f3ed;
  margin-bottom: 11rem;
  max-width: 60rem;
}

.error_banner .text h2 {
  font-family: var(--font-Baskerville);
  font-size: var(--font30);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #cedcee;
  word-spacing: 5rem;
}

.error_banner .art {
  max-width: 33rem;
  align-self: center;
  justify-self: center;
}


@media (max-width: 1024px) {

  .error_banner .text h1 {
    font-size: var(--font80);
  }

  .error_banner .text h2 {
    font-size: var(--font24);
    word-spacing: 4rem;
  }
}





.about_Banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0 5rem;
  position: relative;
  overflow: hidden;
  background-color: #260a0a;
}

.about_Banner .bg {
  position: relative;
  width: 100%;
  max-width: 95rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_Banner .image {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about_Banner .image img {
  max-width: 40rem;
}

.about_Banner .image h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: var(--font-Baskerville);
  font-size: var(--font24);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fee28e;
  word-spacing: 67px;
}

@media (max-width: 1024px) {
  .about_Banner .image h1 {
    word-spacing: 37px;
  }
}

.about_Banner p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #260a0a;
  margin: 7rem 0;
}

.about_Banner h2 {
  font-family: var(--font-Baskerville);
  font-size: var(--font30);
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 0.33;
  letter-spacing: -1.2px;
  text-align: left;
  color: #260a0a;
  margin-top: 15rem;
}

.about_Banner>img {
  max-width: 31rem;
}

.postid-360 {
  background-color: #260a0a;
}

.about_about {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 5%;
  background-color: #260a0a;
  padding: 30rem 15% 15rem;
}

.about_about .bg {
  position: absolute;
  left: 0;
  top: 138%;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 29rem;
}

.about_about .c1 {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 5;
}

.about_about .c1 img {
  max-width: 41rem;
  width: 100%;
}

.about_about .c2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.about_about .c2 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: center;
  color: #ede0d0;
  margin-bottom: 6.3rem;
  text-transform: uppercase;
}

.about_about .c2 p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #f8f3ed;
}

.about_about .c2 p:nth-child(2) {
  margin-bottom: 5.5rem;
}

.about_theCurator {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20%;
  /* background-color: #260a0a; */
  padding: 15rem 15% 19rem;
  overflow: hidden;
}

.about_theCurator .c1 {
  width: 40%;
  position: relative;
  padding: 10rem 0;
  z-index: 5;
}

.about_theCurator .c1 p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #f8f3ed;
}

.about_theCurator .c1::before {
  content: "The    home    through    Huma’s    lens";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(70%, 0%) rotate(90deg);
  z-index: 55;
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #e14b16;
  text-transform: uppercase;
  word-spacing: 40px;
  white-space: nowrap;
}

@media (max-width: 1024px) {


  .about_theCurator .c1::before {
    right: 10%;
  }
}


.about_theCurator .c2 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem 0;
}

.about_theCurator .c2 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
}

.about_theShowspace {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20%;
  background-color: #260a0a;
  padding: 15rem 15% 19rem;
}

.about_theShowspace .c1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10rem 0;
}

.about_theShowspace .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
}

.about_theShowspace .c2 {
  width: 40%;
  position: relative;
  padding: 10rem 0;
}

.about_theShowspace .c2 p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font18);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #f8f3ed;
  max-width: 45rem;
}

@media (max-width: 1024px) {

  .about_theShowspace .c2 p {
    max-width: 37rem;
  }
}


.about_theShowspace .c2::before {
  content: "A     living    dialogue    of    worldly   craft";
  position: absolute;
  top: 50%;
  right: -19%;
  transform: translate(50%, 0%) rotate(90deg);
  z-index: 55;
  font-family: var(--font-Necto-Mono);
  font-size: var(--font20);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  color: #e14b16;
  text-transform: uppercase;
  word-spacing: 40px;
  white-space: nowrap;
}

.about_art {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 10rem;
  background-color: #260a0a;
  padding: 15rem 8% 19rem;
}

.about_art .c1 {
  display: flex;
  max-width: 30rem;
}

.about_art .c1 img {
  width: 100%;
  max-width: 30rem;
}

.about_art .c2 {
  display: flex;
  max-width: 22rem;
}

.about_art .c2 img {
  width: 100%;
}

.about_art .c3 {
  display: flex;
  max-width: 30rem;
}

.about_art .c3 img {
  width: 100%;
}

.text_block.about {
  background-color: #260a0a;
}

.text_block.about h1 {
  color: #e14b16;
}

.privacyPolicy_banner {
  position: relative;
  padding: 27rem 8% 10rem;
  display: flex;
  gap: 5%;
}

.privacyPolicy_banner .bg {
  position: absolute;
  left: 0;
  top: 20rem;
  max-width: 37rem;
}

.privacyPolicy_banner .c1 {
  width: 40%;
  display: flex;
}

.privacyPolicy_banner .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: left;
  color: #260a0a;
  text-transform: capitalize;
}

.privacyPolicy_banner .c2 {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.privacyPolicy_banner .c2>.head {
  margin-bottom: 15rem;
}

.privacyPolicy_banner .c2>.head>h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #e14b16;
  text-transform: uppercase;
  margin-bottom: 5.3rem;
}

.privacyPolicy_banner .c2>.head p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
}

.privacyPolicy_banner .c2 .content {
  display: flex;
  flex-direction: column;
  gap: 6.9rem;
}

.privacyPolicy_banner .c2 .content .block {
  display: flex;
  flex-direction: column;
}

.privacyPolicy_banner .c2 .content .block .head {
  display: flex;
  border-bottom: 1px solid #000000;
  margin-bottom: 3.9rem;
  padding-bottom: 3.9rem;
}

.privacyPolicy_banner .c2 .content .block .head h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  text-transform: uppercase;
}

.privacyPolicy_banner .c2 .content .block .text p {
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  padding-bottom: 3rem;
}

.privacyPolicy_banner .c2 .content .block .text ul {
  margin-left: 2rem;
}

.privacyPolicy_banner .c2 .content .block .text ul li {
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
}

.faq_banner {
  position: relative;
  padding: 27rem 8% 10rem;
  display: flex;
  gap: 5%;
}

.faq_banner .bg {
  position: absolute;
  left: 0;
  top: 20rem;
  max-width: 37rem;
}

.faq_banner .c1 {
  width: 40%;
  display: flex;
}

.faq_banner .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: var(--font120);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: left;
  color: #260a0a;
  text-transform: capitalize;
}

.faq_banner .c2 {
  width: 60%;
  display: flex;
  flex-direction: column;
}

.faq_banner .c2>.head>h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #e14b16;
  margin-bottom: 3.9rem;
  text-transform: uppercase;
}

.faq_banner .content {
  display: flex;
  flex-direction: column;
  gap: 15rem;
}

.faq_banner .content .head h1 {
  font-family: var(--font-Necto-Mono);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.63;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  text-transform: uppercase;
  margin-bottom: 3.9rem;
}

.faq_banner .content .accordion .accordion-item {
  border-bottom: 1px solid #000000;
}

.faq_banner .content .accordion .accordion-item:nth-child(2) {
  border-top: 1px solid #000000;
}

.faq_banner .content .accordion .accordion-item.is-open .accordion-toggle {
  opacity: 1;
}

.faq_banner .content .accordion .accordion-toggle {
  width: 100%;
  padding: 2.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: var(--font-instrument-sans);
  font-size: var(--font16);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.02;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.faq_banner .content .accordion .accordion-toggle:hover {
  opacity: 1;
}

.faq_banner .content .accordion .accordion-toggle .accordion-title {
  flex: 1;
}

.faq_banner .content .accordion .accordion-toggle .accordion-icon {
  max-width: 1.6rem;
  line-height: 1;
  margin-left: 1rem;
  transform: rotate(0deg);
  transition: transform 0.25s ease;
}

.faq_banner .content .accordion .accordion-toggle .accordion-icon svg {
  width: 100%;
}

.faq_banner .content .accordion .accordion-item.is-open .accordion-icon {
  transform: rotate(180deg);
}

.faq_banner .content .accordion .accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faq_banner .content .accordion .accordion-panel p {
  padding-bottom: 1.5rem;
  font-family: var(--font-instrument-sans);
  font-size: var(--font14);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  max-width: 65%;
}

.faq_banner .content .accordion .accordion-item.is-open .accordion-panel {
  max-height: 1000px;
}

.text_art {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15rem;
  padding: 15rem 8%;
}

.text_art h1 {
  font-family: var(--font-Baskerville);
  font-size: var(--font36);

  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #84160e;
}


.text_art img {
  max-width: 45rem;
}

@media (max-width: 1024px) {
  .text_art h1 {
    font-size: var(--font30);
  }

}







/* !product new page ===================  */


.productNew_banner {

  display: flex;
  flex-direction: column;
  padding: 0 8%;
  position: relative;
  align-items: center;
  justify-content: center;

  min-height: 55vh;

  img {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    z-index: -1;
    object-fit: cover;
  }

  .text {
    position: absolute;
    left: 50%;
    bottom: 4rem;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25vh 0 0;
    height: 100%;

    h1 {
      font-family: var(--font-instrument-serif);
      font-size: var(--font120);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.02;
      letter-spacing: normal;
      text-align: left;
      color: #fee28e;
      text-transform: uppercase;
      margin-bottom: auto;
    }

    p {
      font-family: var(--font-Necto-Mono);
      font-size: var(--font20);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: 2px;
      text-align: center;
      color: #fee28e;
      text-transform: uppercase;
      word-spacing: 110px;
      /* margin-top: auto; */



      @media (max-width: 1024px) {
        font-size: var(--font18);
      }


    }
  }

}


.productNew_text {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 5rem;
  padding: 8rem 10%;


  .c1 {
    width: 50%;
    max-width: 45rem;

    p {
      font-family: var(--font-instrument-sans);
      font-size: var(--font16);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: left;
      color: #260a0a;
    }
  }

  .c2 {
    width: 50%;
    display: flex;
    justify-content: flex-end;

    p {
      max-width: 40rem;
      font-family: var(--font-instrument-sans);
      font-size: var(--font16);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: left;
      color: #260a0a;
    }
  }

}






.productNew_products {
  position: relative;
  padding: 5rem 10% 20rem;


  .filter {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 15rem;

    .row1,
    .row2 {
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding: 3.6rem 0;

      &>.filterBtn {
        display: flex;
        white-space: nowrap;

        &>h1 {
          display: flex;
          gap: 1rem;
          font-size: var(--font20);
          text-transform: uppercase;
        }

        .minus {
          display: none;
        }


        &.active {

          .plus {
            display: none;
          }

          .minus {
            display: flex;
          }

        }

      }


    }


    h1 {
      font-family: var(--font-Necto-Mono);
      font-size: var(--font16);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: left;
      color: #0f0e0e;
      text-transform: capitalize;
      cursor: pointer;
      transition: all .1s ease-in-out;



      @media (max-width: 1024px) {
        font-size: var(--font16);
      }






      &.active {
        text-decoration: underline;
        color: #0A05C1;
      }

      &:hover {
        color: #0A05C1;
      }

    }

  }

  .productListing {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 9rem;
    min-height: 100vh;

    .card {
      width: 100%;

      img {
        width: 100%;
        object-fit: cover;
        margin-bottom: 4rem;
        aspect-ratio: 1/1;
      }

      h1 {
        font-family: var(--font-Necto-Mono);
        font-size: var(--font20);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.45;
        letter-spacing: normal;
        text-align: left;
        color: #0f0e0e;
        text-transform: uppercase;
        margin-bottom: 1.4rem;

        @media (max-width: 1024px) {
          font-size: var(--font18);
        }
      }

      .text {
        display: flex;
        justify-content: space-between;
        gap: 1rem;

        p {
          font-family: var(--font-Baskerville);
          font-style: italic;

          font-size: var(--font14);

          font-stretch: normal;
          font-style: italic;
          line-height: 1.6;
          letter-spacing: 0.56px;
          text-align: left;
          color: #0f0e0e;


          span {
            font-family: var(--font-Necto-Mono);
            font-weight: normal;
            font-style: normal;
            text-transform: capitalize;
          }
        }
      }

    }
  }

  .loading {
    font-family: var(--font-Necto-Mono);
    font-size: var(--font20);
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #0f0e0e;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
}




.productNew_inFocus {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #24228B;
  padding: 17rem 10% 10rem;


  .head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9rem;

    .c1 {
      width: 50%;

      @media (max-width: 1024px) {
        width: 70%;
      }

      h1 {
        font-family: var(--font-Necto-Mono);
        font-size: var(--font18);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 2px;
        text-align: left;
        color: #fee28e;
        text-transform: uppercase;
        word-spacing: 30px;
        margin-bottom: 3rem;


        @media (max-width: 1024px) {
          font-size: var(--font16);
        }
      }


      h2 {
        font-family: var(--font-instrument-serif);
        font-size: var(--font60);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: -1.8px;
        text-align: left;
        color: #fee28e;

        @media (max-width: 1024px) {
          font-size: var(--font40);
        }

      }

    }

    .c2 {
      width: 50%;
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;

      @media (max-width: 1024px) {
        width: 30%;
      }

      p {
        font-family: var(--font-instrument-sans);
        font-size: var(--font16);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.6;
        letter-spacing: normal;
        text-align: left;
        color: #ede0d0;
        max-width: 50rem;

      }
    }
  }

  .content {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    gap: 10rem;

    .card {
      display: flex;
      flex-direction: column;
      min-width: 33.33%;

      img {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin-bottom: 4.9rem;
      }

      p {
        font-family: var(--font-Necto-Mono);
        font-size: var(--font16);
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 0.63;
        letter-spacing: normal;
        text-align: right;
        color: #e2d1bd;
        text-transform: uppercase;

        @media (max-width: 1024px) {
          font-size: var(--font14);
        }


      }
    }
  }
}




.productNew_gatheredWorld {
  display: flex;
  flex-direction: column;

  position: relative;

  align-items: center;
  justify-content: center;

  min-height: 100vh;
  padding: 5.3rem 0 9rem;

  img {

    position: relative;
    width: 100%;
    max-width: 80rem;

  }

  .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    width: 100%;

    h1 {
      font-family: var(--font-dx-slight);
      font-size: var(--font150);
      font-weight: 500;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #0a05c1;
      text-transform: uppercase;
      margin-bottom: 6rem;
    }

    p {
      font-family: var(--font-instrument-sans);
      font-size: var(--font18);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: center;
      color: #260a0a;
      margin-bottom: 10rem;
      max-width: 50rem;
    }

    h2 {
      font-family: var(--font-Baskerville);
      font-size: var(--font32);
      font-weight: normal;
      font-stretch: normal;
      font-style: italic;
      line-height: normal;
      letter-spacing: 1.8px;
      text-align: center;
      color: #0a05c1;
      word-spacing: 20px;
    }


  }




}









.productNew_products {

  .filter {
    position: relative;
  }

  .row1 {
    display: flex;
    gap: 2.5rem;
    white-space: nowrap;
    overflow-x: auto;



    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.25) transparent;

    /* WebKit (Chrome, Edge, Safari) */
    &::-webkit-scrollbar {
      height: 6px;
    }

    &::-webkit-scrollbar-track {
      background: transparent;
    }

    &::-webkit-scrollbar-thumb {
      background-color: rgba(0, 0, 0, 0.25);
      border-radius: 10px;
      transition: background-color 0.3s ease;
    }

    &::-webkit-scrollbar-thumb:hover {
      background-color: rgba(0, 0, 0, 0.45);
    }


    h1 {
      cursor: pointer;
      font-size: var(--font20);
      text-transform: uppercase;
      font-weight: 500;

      &.active {
        text-decoration: underline;
      }
    }
  }

  .row2 {
    margin-top: 2rem;
    position: relative;
    gap: 15rem;
  }

  .sub-filter-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }

  .filter-bar {
    display: flex;
    align-items: center;
    gap: 2.5rem;

    width: 100%;


    .filter-btn {
      background: none;
      border: none;
      display: flex;
      gap: .5rem;
      font-size: 1.4rem;
      cursor: pointer;
      padding: 0;
      text-transform: uppercase;
      font-family: var(--font-Necto-Mono);
      font-size: var(--font20);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.5;
      letter-spacing: normal;
      text-align: left;
      color: #0f0e0e;
      text-transform: uppercase;
      cursor: pointer;
      transition: all .3s ease-in-out;
      opacity: .5;

      @media (max-width: 1024px) {
        font-size: var(--font16);
      }

      &.active {
        opacity: 1;
        text-decoration: underline;
      }
    }

    .clear-all {
      margin-left: auto;
      font-size: 1.3rem;
      cursor: pointer;
      text-decoration: underline;
      font-family: var(--font-Baskerville);
      font-size: var(--font18);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 0.5;
      letter-spacing: normal;
      text-align: left;
      color: #0A05C1;
      text-transform: capitalize;
      cursor: pointer;
      font-style: italic;
      transition: all .3s ease-in-out;
      justify-self: flex-end;



      @media (max-width: 1024px) {
        font-size: var(--font16);
      }
    }
  }

  /* Dropdown container */
  .sub-filter-dropdown {
    /* position: absolute; */
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 2rem;
  }

  .dropdown-content {
    display: none;
    grid-template-columns: repeat(6, 1fr);
    gap: 2rem;
    margin-top: 5rem;



    h1 {
      font-family: var(--font-instrument-sans);
    }

    @media (max-width: 1024px) {

      grid-template-columns: repeat(4, 1fr);
    }


    &.active {
      display: grid;
    }
  }


  .sub-filter-wrapper {
    display: none;
  }

  .sub-filter-wrapper.active {
    display: block;
  }


  .pagination {
    display: flex;
    justify-content: center;
    gap: 8rem;
    margin-top: 10rem;

    span {

      font-family: var(--font-Necto-Mono);
      font-size: var(--font20);
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: left;
      color: #0f0e0e4d;
      text-transform: uppercase;
      cursor: pointer;
      transition: all .3s ease-in-out;

      &.active {
        color: #0F0E0E;
        font-weight: 500;
      }

    }
  }




}

.filter-btn .count {


  font-size: 12px;
  /*   padding: 2px 6px; */
  border-radius: 50%;
  /*   margin-left: 6px; */
  /* display: none; */
  font-family: var(--font-Necto-Mono);
  font-size: var(--font14);
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #0A05C1;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .3s ease-in-out;
}