@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');

.desktop,
.mobile {
  display: none !important;
}

@media (min-width: 769px) {
  .desktop {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .mobile {
    display: flex !important;
  }
}



.hoverUnderline {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.hoverUnderline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: #fee28e;
  transition: all 0.3s ease-in-out;
}

.hoverUnderline:hover::before {
  width: 100%;
}

@font-face {
  font-family: "NectoMono";
  src: url("../fonts/NectoMono/NectoMono-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Bellefair";
  src: url("../fonts/Bellefair/Bellefair-Regular.ttf") format("truetype");
}

:root {
  --font-instrument-sans: 'Instrument Sans', sans-serif;
  --font-Necto-Mono: 'NectoMono', sans-serif;
  --font-Bellefair: 'Bellefair', sans-serif;
  --font-Baskerville: 'Baskervville', serif;
  --font-instrument-serif: 'Instrument Serif', serif;

}

*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

tspan {
  white-space: nowrap;
}

html {
  /* font-size: 10px; */
  /* 10px / 16 px = 0.625 *100 = 62.5%  */
  /* Percentage of user's Browser font-size Setting  */
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  background-color: #260a0a;
}

/* mobile tap highlight color remove  */
textarea,
button,
select,
a,
div,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  appearance: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

li {
  list-style: none;
}

@media only screen and (min-width: 2500px) {
  html {
    font-size: 85%;
  }
}

@media only screen and (max-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 1400px) {
  html {
    font-size: 50%;
  }
}

@media only screen and (max-width: 1100px) {
  html {
    font-size: 40%;
  }
}

@media only screen and (max-width: 950px) {
  html {
    font-size: 35%;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 50%;
  }
}

.mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey;
}

.header {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  padding: 5rem 4%;
}

@media (max-width: 768px) {
  .header {
    display: none;
  }
}

.header h1 {
  font-family: var(--font-Necto-Mono);
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: left;
  color: #79543f;
  text-transform: uppercase;
}

.header a {
  font-family: var(--font-Necto-Mono);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1.12px;
  text-align: left;
  color: #fee28e;
  text-transform: uppercase;
  position: relative;
}

.footer {
  display: flex;
  justify-content: space-between;
  padding: 10rem 4%;
  flex-direction: column;
}

.footer .logo{
  align-self: flex-end;
  margin-bottom: 4.5rem;
}



.footer .container{
  display: flex;
  width: 100%;
}

@media (max-width: 768px) {
  .footer {
    padding: 5rem 10%;
    gap: 2rem;
    background-image: url("/assets/images/footer-bg-mobile.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 90% auto;
    /* width = 300px, height auto */
    background-position: center top;
  }
}

.footer .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}

.footer .left h1 {
  font-family: var(--font-Necto-Mono);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
  max-width: 15rem;
  margin-bottom: 7rem;
}

@media (max-width: 768px) {
  .footer .left h1 {
    font-size: 1.2rem;
    max-width: 9rem;
    margin-bottom: 1.3rem;
  }
}

.footer .left p,
.footer .left a {
  font-family: var(--font-Necto-Mono);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.footer .left a:hover {
  opacity: .7;
  ;
}

@media (max-width: 768px) {
  .footer .left p {
    font-size: 1rem;
  }
}

.footer .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
}

@media (max-width: 768px) {
  .footer .right .logo {
    order: 6;
  }
}

.footer .right img {
  max-width: 6rem;
  margin-bottom: 4rem;
}

.footer .right p {
  font-family: var(--font-Necto-Mono);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .footer .right p {
    order: 1;
    font-size: 1rem;
    max-width: 7rem;
    margin-bottom: 1rem;
    align-self: center;
  }
}

.footer .right input {
  font-family: var(--font-Necto-Mono);
  width: 100%;
  padding: 1rem 0rem;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ede0d0;
  outline: none;
  margin-bottom: 2rem;
  max-width: 40rem;
}

.footer .right input::placeholder {
  font-family: var(--font-Necto-Mono);
  color: #ede0d0;
  text-transform: uppercase;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .footer .right input {
    order: 1;
    font-size: 1rem;
    line-height: 1;
  }
}

.footer .right .submit {
  font-family: var(--font-Necto-Mono);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1.12px;
  text-align: left;
  color: #fee28e;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .footer .right .submit {
    order: 4;
    margin-bottom: 5rem;
    font-size: 1.2rem;
  }
}

.footer .right form input {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.home_banner {
  margin-top: -11.9rem;
  position: relative;
  height: 100vh;
  padding: 4.2rem 0 5rem;
}

@media (max-width: 768px) {
  .home_banner {
    padding: 4.2rem 0 0rem;
    /* height: unset; */
  }
}

.home_banner>img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .home_banner>img {
    padding-top: 5rem;
    opacity: 0.39;
  }
}

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

.home_banner .text img {
  margin-top: 5rem;
  width: 55rem;
  margin-bottom: 7rem;
}

.home_banner .text .comingSoon {
  font-family: var(--font-Necto-Mono);
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #d99c7a;
  margin-bottom: 4.4rem;
  text-transform: uppercase;
}

.home_banner .text p {
  font-family: var(--font-instrument-sans);
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #d99c7a;
  max-width: 53rem;
}

@media (max-width: 768px) {
  .home_banner .text p {
    font-size: 1rem;
    max-width: 100%;
  }
}

/* ========================================== */

.home_homeDesign {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0;
}


.home_homeDesign .image {
  position: relative;


}

.home_homeDesign .image img {

  max-width: 36rem;
}

.home_homeDesign .image h1 {
  position: absolute;
  top: 71%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;

  font-family: var(--font-Baskerville);
  font-size: 2.4rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: center;
  color: #fee28e;
  word-spacing: 67px;
}

.home_homeDesign p {
  font-family: var(--font-instrument-sans);
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #d99c7a;
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.home_homeDesign>img {
  max-width: 31rem;

}

/* ========================================== */

.home_theSpace {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 20rem 8%;
}

.home_theSpace .bg {

  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  z-index: -1;
}

.home_theSpace .block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10rem;
}


.home_theSpace .block h1 {

  font-family: var(--font-Necto-Mono);
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
}


.home_theSpace .block img {
  margin-bottom: 4rem;
}

.home_theSpace .block1 {
  width: 100%;
  position: relative;
}

.home_theSpace .block1 .c1 {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 50%;
}


.home_theSpace .block1 .c2 {
  width: 50%;
}

.home_theSpace .block1 .c2 img {
  max-width: 80rem;
  width: 100%;

}


.home_theSpace .block1 .c1 h1 {
  font-family: var(--font-instrument-serif);
  font-size: 10rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
  align-self: flex-start;
}

.home_theSpace .block2 {
  width: 100%;
}

.home_theSpace .block2 .c1 {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  width: 50%;
}

.home_theSpace .block2 .c1 img {
  max-width: 42rem;
}


.home_theSpace .block2 .c2 {
  width: 50%;
}


.home_theSpace .block3 {
  width: 100%;
}

.home_theSpace .block3 .c1 {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  width: 50%;

}

.home_theSpace .block3 .c1 p {
  font-family: var(--font-instrument-sans);
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  margin-bottom: 4rem;
  max-width: 39rem;
}

.home_theSpace .block3 .c1 a {
  font-family: var(--font-Necto-Mono);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.12px;
  text-align: left;
  color: #fee28e;
  text-transform: uppercase;
  align-self: flex-start;
}


.home_theSpace .block3 .c1 img {
  max-width: 42rem;
}


.home_theSpace .block3 .c2 {
  width: 50%;
}


/* !==================================== */

.home_gatheredWords {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15rem 4%;
  position: relative;
  width: 100%;
  background-color: #24228B;
}

.home_gatheredWords .text {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.7rem;
  width: 36%;
  z-index: 5;
}


.home_gatheredWords .text p {
  font-family: var(--font-Necto-Mono);
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.5;
  letter-spacing: normal;
  text-align: left;
  color: #fee28e;
  text-transform: uppercase;
}


.home_gatheredWords .container {
  display: flex;


  width: 100%;
}


.home_gatheredWords .container .c1 {
  display: flex;
  width: 50%;
  align-items: flex-end;
}

.home_gatheredWords .container .c1 img {
  object-fit: contain;
  width: 100%;
  max-width: 31rem;
}

.home_gatheredWords .container .c2 {
  width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: flex-end;

}


.home_gatheredWords .container .c2 img {

  object-fit: contain;
  display: flex;
  width: 100%;
}

.home_gatheredWords .container .c2 img:nth-child(1) {
  max-width: 27rem;
  margin-bottom: 49%;

}


.home_gatheredWords .container .c2 img:nth-child(2) {
  /* border: 1px solid red; */
  margin-bottom: -15%;
  width: 100%;
  max-width: 41rem;
}

.home_gatheredWords .para {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.home_gatheredWords .para p {
  font-family: var(--font-instrument-sans);
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #f8f3ed;
  max-width: 38rem;
  margin-top: 13rem;
  margin-right: 19%;
}

/* ===================================== */

.home_invitation {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 17rem 8% 25rem;
}

.home_invitation .head {
  display: flex;
  flex-direction: column;
  max-width: 53rem;
  margin-bottom: 15rem;
}

.home_invitation .head h1 {
  font-family: var(--font-instrument-serif);
  font-size: 10rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  text-transform: uppercase;
  margin-bottom: 5rem;
}


.home_invitation .content {
  display: flex;
  gap: 5rem;
  align-items: center;
  justify-content: center;
}


.home_invitation .content .image1 {
  max-width: 38rem;
  width: 100%;
}

.home_invitation .content .image2 {
  
  width: 100%;
  max-width: 5rem;
}

.home_invitation .content .image3 {
  width: 100%;
  max-width: 38rem;

}



.home_invitation input {
  font-family: var(--font-Necto-Mono);
  width: 100%;
  padding: 1rem 0rem;
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: normal;
  text-align: left;
  color: #ede0d0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ede0d0;
  outline: none;
  margin-bottom: 2rem;
  max-width: 40rem;
}

.home_invitation input::placeholder {
  font-family: var(--font-Necto-Mono);
  color: #ede0d0;
  text-transform: uppercase;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .home_invitation .right input {
    order: 1;
    font-size: 1rem;
    line-height: 1;
  }
}

.home_invitation .submit {
  font-family: var(--font-Necto-Mono);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 1.12px;
  text-align: left;
  color: #fee28e;
  background-color: transparent;
  outline: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .home_invitation .submit {
    order: 4;
    margin-bottom: 5rem;
    font-size: 1.2rem;
  }
}

.home_invitation form input {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* ================================ */

.home_theCurator {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20rem 8% 15rem;
  position: relative;
  background-color: #ede0d0;
  z-index: 1;
}




.home_theCurator .head {
  position: relative;
  margin-bottom: 11rem;
}

.home_theCurator .head h1 {

  font-family: var(--font-Necto-Mono);
  font-size: 1.8rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.4px;
  text-align: left;
  color: #e14b16;
  text-transform: uppercase;
  word-spacing: 17rem;

}

.home_theCurator .content {
  width: 100%;
  display: flex;
  gap: 5rem;
}

.home_theCurator .content .c1 {
  display: flex;
  width: 33.33%;
}

.home_theCurator .content .c1 img {
  object-fit: contain;
  max-width: 35rem;
  width: 100%;

}

.home_theCurator .content .bg {
  display: flex;
  width: 33.33%;
  object-fit: contain;
}

.home_theCurator .content .c2 {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home_theCurator .content .c2 h1 {
  font-family: var(--font-instrument-serif);
  font-size: 10rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.01;
  letter-spacing: normal;
  text-align: left;
  color: #260a0a;
  text-transform: uppercase;
  margin-bottom: 6rem;
}

.home_theCurator .content .c2 p {
  font-family: var(--font-instrument-sans);
  font-size: 2rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0f0e0e;
  margin-bottom: 4rem;
}

.home_theCurator .content .c2 a {
  font-family: var(--font-Necto-Mono);
  font-size: 1.6rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.12px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}


.home_theCurator .content .c2 a.hoverUnderline::before {
  height: 2px;
  background-color: #000000;

}


/* Style CF7 validation and success messages */
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
	 font-family: var(--font-Necto-Mono);
  background-color: #260a0a;
  color: #fff;
  border: none;
  padding: 1.5rem 0;
  margin: 0;
  font-size: 1rem;
  border-radius: .5rem;
}

/* Hide the CF7 loader spinner */
.wpcf7-spinner {
  display: none !important;
}



