* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  display: flex-grid;
  font-family: Inter;
  height: 100%;
  /* background-color: rgb(250, 247, 247); */
  background-image: url(../images/watercolor_medium_bg_white.jpg);
  /* background-size: cover;*/
  justify-content: center;
}

/* h2 {
  margin: auto;
  width: 50%;
  padding: 0px 0px;
  color: crimson;
  text-align: center;
  border-style: solid;
  border-color: blue;
  border-radius: 10px;
  background-image: linear-gradient(
    to top,
    rgba(226, 242, 231, 0.6),
    rgb(248, 248, 239)
  );
} */

nav {
  /* background-color: rgba(255, 255, 255, 0.1); */
  background-image: url("../images/watercolor_medium_bg_white.jpg");
  color: rgb(64, 11, 45);
  padding: 0;
  width: 100%;
  height: 100px;
}

nav ul {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  display: flex;
  float: right;
}

nav ul li {
  position: relative;
  font-size: 1.5rem;
}
nav ul li a {
  color: rgba(97, 230, 242, 0.53);
  text-decoration: none;
  padding: 0;
  font-size: 14px;
  /*font-family: Arial, sans-serif;*/
  font-variant-caps: titling-caps;
  /* display: block; */
}
nav ul li ul {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  width: auto;
}

nav ul li:hover ul {
  display: block;
}
nav ul li ul li {
  display: block;
}

.parallax-hero {
  display: flex;
  background-image: url("../images/Artboard_1.png");
  color: rgb(244, 192, 139);
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  /* background-position: top; */
  min-height: 1200px;
  justify-content: center;
  align-content: center;
  background-position: center center;
}

/* fly in title letters */

.ml2 {
  text-align: center;
  align-self: auto;
  /* display: flexbox; */
  justify-items: center;
  padding: 0% 0% 0% 0%;
  font-weight: 800;
  font-size: 3.5rem;
  position: absolute;
  z-index: 1;
  color: rgba(240, 190, 140, 0.794);
  letter-spacing: 20px;
  text-shadow: 5px 3px 8px #666565;
}

/*
.ml1 {
  padding: 330px 0px 0px 300px;
  text-align: center;
  font-weight: 500;
  font-size: 4.5em;
  position: absolute;
  z-index: 2;
  letter-spacing: 10px;
}
*/

.ml2 .letter {
  display: inline-flex;
  line-height: 40vw;
  letter-spacing: 20px;
  text-align: center;
}

#text-split .text-xl {
  font-size: 1.5rem;
  color: currentColor;
  letter-spacing: 0.06em;
  line-height: 1.35;
}

/* .parallax-hero h1 {
  padding: 150px;
  font-size: 4em;
  letter-spacing: 20px;
  text-align: center;
  padding: auto;
} */

.parallax-hero p {
  font-size: 2rem;
  color: rgb(84, 123, 123);
  letter-spacing: 5px;
  padding-top: 30%;
  text-align: center;
}

section#welcome {
  /* background-color: rgb(234, 111, 111); */
  font-family: Inter;
  max-width: 100%;
  height: auto;
  background-image: url(../images/transferred_circle_gradient.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
section#welcome h1 {
  font-size: 6rem;
  text-align: center;
  color: rgb(227, 61, 11);
  padding: 150px 0;
  justify-content: center;
}
section#welcome p {
  color: rgba(25, 227, 234, 0.8);
  font-weight: 400;
  text-align: center;
  /* background-color: white; */
  padding: 100px;
  font-size: 2.5rem;
  border: 1px rgb(240, 58, 25) solid;
  box-shadow: 5px 5px 5px 0 rgba(88, 87, 87, 0.7),
    0 5px 5px 0 rgba(98, 97, 97, 0.8);
  margin: 0px 200px 200px 200px;
  /* column-count: 2; */
  position: sticky;
  width: auto;
  height: auto;
  z-index: 1;
  /* background-image:url(../images/stacked-waves-haikei.svg);
  background-size: cover; */
  isolation: isolate;
}
/*
section#welcome p::before { 
background-image: url("../images/stacked-waves-haikei.svg");
  background-size: cover;
  background-repeat: no-repeat;
 content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
}


/*  ARCHITECTURE */

.container-archi {
  display: flex-grid;
}

.clip-text-interior,
.clip-text-exterior,
.clip-text-struct,
.clip-text-cityscapes,
.clip-text-millions,
.clip-text-markets,
.clip-text-brick,
.clip-text-locals {
  padding-top: 70px;
}

/* BACKGROUND-IMAGE SECTION ARCHI */

section#architecture {
  background-image: url(../images/archi_bg.jpg);
  background-color: rgba(
    255,
    255,
    255,
    0.3
  ); /* opacity the highter the more blended */
  background-blend-mode: lighten;
  padding: 50px 50px 0px 50px;
  min-height: 400px;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  max-width: 100%;
  background-size: cover;
}

#clip-archi {
  /*
  Ensure background is added first
  */
  background: linear-gradient(
    to bottom,
    #ffffff,
    rgba(250, 250, 250, 0.2),
    #de7006
  );
  background-image: url(../images/archi_bg.jpg);
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14vw;
  font-weight: 800;
  text-align: center;
  margin-bottom: -16px;
}

.flex-container-archi,
.flex-container-street,
.flex-container-reportage {
  display: flex;
  padding: 0px;
  background-color: rgb(146, 171, 208);
  color: rgb(46, 45, 45);
  font-size: 1.2rem;
  min-height: 400px;
}

.flexbox-archi-img,
.flexbox-street-img,
.flexbox-reportage-img {
  padding: 50px;
  align-content: center;
  justify-content: center;
  width: 50%;
}

.archi-text,
.street-text,
.reportage-text {
  display: flex;
  width: 50%;
  padding: 50px;
}

/* BACKGROUND COLOR OF #CLIP BAR */
#mask-archi-title {
  background-color: rgba(180, 179, 179, 0.534);
  max-height: 350px;
}

.clip-text-interior {
  background-color: black;
}

/* KNOCK-OUT TEXT TITLE ARCHI*/

.clip-text-interior {
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);
  padding-bottom: 60px;

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: center;
  }
}

.clip-text-exterior {
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: center;
  }
}

.clip-text-struct {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: center;
  }
}

.clip-text-cityscapes {
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: center;
  }
}

/*  STREET */

.container-street {
  display: flex-grid;
}

/* BACKGROUND-IMAGE SECTION STREET */

#street {
  background-image: url(../images/street_bg.jpg);
  background-color: rgba(
    255,
    255,
    255,
    0.3
  ); /* opacity the highter the more blended */
  background-blend-mode: lighten;
  padding: 50px 50px 0 50px;
  min-height: 400px;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  max-width: 100%;
  background-size: cover;
}

/* KNOCK-OUT TEXT TITLE STREET*/
#clip-street {
  /*
  Ensure background is added first
  */
  background: linear-gradient(
    to bottom,
    #ffffff,
    rgba(250, 250, 250, 0.2),
    #de7006
  );
  background-image: url(../images/street_bg.jpg);
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14vw;
  font-weight: 900;
  text-align: center;
}

/* BACKGROUND COLOR OF #CLIP BAR */

#mask-street-title {
  background-color: rgba(180, 179, 179, 0.5);
  max-height: 350px;
}

.clip-text-street {
  font-size: 8rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);
  padding-bottom: 60px;

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: url(../images/street_image_2.jpg);
    background-size: cover;
    background-position: center;
  }
}

#street-text,
#archi-text,
#reportage-text {
  background-color: rgba(180, 179, 179, 0.399);
  color: rgb(83, 75, 75);
  font-weight: 500;
  text-align: left;
  font-size: 1.4em;
  width: auto;
  padding: 0 0 50px 0;
}

/*  REPORTAGE */

.container-reportage {
  display: flex-grid;
}

/* BACKGROUND-IMAGE SECTION  REPORTAGE */

section#reportage {
  background-image: url(../images/reportage_bg.jpg);
  background-color: rgba(
    255,
    255,
    255,
    0.3
  ); /* opacity the highter the more blended */
  background-blend-mode: lighten;
  padding: 50px 50px 0px 50px;
  min-height: 400px;
  background-attachment: fixed;
  position: relative;
  background-repeat: no-repeat;
  text-align: center;
  background-position: center;
  max-width: 100%;
  background-size: cover;
}

#clip-reportage {
  /*
  Ensure background is added first
  */
  background: linear-gradient(
    to bottom,
    #ffffff,
    rgba(250, 250, 250, 0.2),
    #de7006
  );
  background-image: url(../images/reportage_bg.jpg);
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12vw;
  font-weight: 900;
  text-align: center;
  margin-bottom: -16px;
}

/* BACKGROUND COLOR OF #CLIP BAR */
#mask-reportage-title {
  background-color: rgba(180, 179, 179, 0.5);
  max-height: 350px;
}

.clip-text-millions {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);
  padding-bottom: 60px;

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: center;
  }
}

.clip-text-markets {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);
  padding-bottom: 60px;

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: center;
  }
}

.clip-text-brick {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);
  padding-bottom: 60px;

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: center;
  }
}

.clip-text-locals {
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  color: #68d0e0;
  margin: auto;
  background-color: rgba(180, 179, 179, 0.399);
  padding-bottom: 100px;

  @supports (background-clip: text) or (-webkit-background-clip: text) {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-position: center;
  }
}
#about {
  padding: 100px 10px;
  min-height: 800px;
  background-position: center;
  position: relative;
  background-color: #ffffff; /* to mix the tone color of the bg image*/
  color: rgb(72, 72, 72);
}

/* change opacity the bg image, not text elements */

#about::before {
  background-image: url("../images/stacked-steps-haikei.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
}
.flexbox-about {
  display: flex;
  flex-direction: columns;
  padding: 30px;
  /* overflow-x: scroll;
  scrollbar-color: red orange;
  scrollbar-width: thin; */
  font-size: 1.2rem;
  min-height: 600px;
  isolation: isolate;
}

.title-about,
.title-contact {
  padding: 50px;
  text-align: center;
  font-size: 6rem;
  isolation: isolate;
}

.about-text {
  width: 70%;
  justify-items: flex-start;
  padding: 50px;
  isolation: isolate;
}
.photographers {
  background-color: rgba(214, 238, 252, 0.345);
  justify-content: center;
  border-width: 3px;
  border-color: #f30b0b;
  border-radius: 20px;
  padding: 50px;
  isolation: isolate;
}
.photographers h6 {
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
  color: orangered;
  isolation: isolate;
}

.photographers h3 {
  padding: 0px 15px 0px 0px;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
  color: black;
  isolation: isolate;
}

section#contact {
  padding: 100px 20px;
  min-height: 800px;
  background-position: center;
  width: 100%;
  position: relative;
  background-color: #ffffff; /* to mix the tone color of the bg image*/
  /* color: rgb(72, 72, 72); */
}

/* change opacity the bg image, not text elements */

section#contact::before {
  background-image: url("../images/stacked-waves-haikei.svg");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
}

section#contact h1 {
  text-align: center;
  margin: 50px 0px 100px 0px;
  isolation: isolate;
}

.contact {
  font-size: 0.7em;
  isolation: isolate;
}
.contact-form {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: auto;
  padding: 2em;
  background: #f9f9f9 transparent;
  border-radius: 5px;
}

.form-group {
  margin-bottom: 1em;
  isolation: isolate;
}

.form-group label {
  display: block;
  margin-bottom: 0.5em;
  color: rgba(250, 249, 249, 1);
  isolation: isolate;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  isolation: isolate;
}

button {
  padding: 0.5em 1em;
  background: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  isolation: isolate;
}

section h2 {
  color: aliceblue;
  text-align: center;
  padding: 50px 0px 50px 0px;
  letter-spacing: 10px;
  font-style: italic;
}

div.row {
  padding: 0px 0px 20px 0px;
}

img.art {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.1s ease-out;
}
.img-fluid {
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.4), 0 5px 5px 0 rgba(0, 0, 0, 0.4);
  /*border-radius: 10px; */
}

.img-title {
  display: inline-block center;
  font-size: 0.8em;
  text-align: center;
  background-color: #e2e6e4;
  position: absolute;
  bottom: 5%;
  left: 30%;
  width: 50%;
  transform: translate(-10%, 0%);
  background-color: rgba(0, 0, 0, 0.2);
  color: rgb(239, 227, 227, 0.9);
  text-align: center;
  padding: 5px;
}
.img-title:hover {
  transform: scale(1.8);
}

.img-fluid {
  animation: fade-in linear forwards;
  animation-timeline: view();
  animation-range-start: contain ease;
  animation-range-end: 700px ease;
  /*animation-range: entry 0% cover 40%;*/
}

section.hero {
  /* previous code */
  animation: parallax 3s linear;
}
form {
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 20px;
  min-height: 600px;
}
label {
  display: flex;
}

input [type="text"],
select {
  width: 100%;
  padding: 5px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.exhibition-details h2 {
  padding: 200px;
  color: #333;
}
button {
  padding: 1px;
  height: 50px;
  width: 100px;
  background-color: rgb(189, 187, 187);
  color: #333;
  font-size: 20px;
}

#table-info {
  padding: 20px;
  font-size: 2em;
  text-align: center;
  color: gray;
}
#table-info a {
  text-decoration: underline;
  color: gray;
  font-style: italic;
}

footer {
  font-size: 1.5rem;
  background-color: #666666;
  color: rgb(188, 186, 186);
  padding: 50px 80px;
}
.footercontent-left {
  text-align: left;
}
.footercontent-right {
  text-align: right;
}
.return {
  text-align: top-right;
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes fade-in {
    from {
      scale: 0.8;
      opacity: 1;
    }
    to {
      scale: 1.1;
      opacity: 1;
    }
  }
}

/* MEDIA for MAX-WIDTH 1222PX */

@media only screen and (max-width: 1222px) {
  body {
    margin: 0 auto;
  }

  .parallax-hero {
    min-height: 600px;
    z-index: 1;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
  }

  .ml2 {
    font-weight: 600;
    font-size: 3rem;
    color: rgb(77, 75, 75);
    letter-spacing: 20px;
    padding-top: 16%;
    /* justify-content: center;
   */
  }
  .ml2 .letter {
    display: inline-block;
    line-height: 5rem;
    letter-spacing: 8px;
    color: #e8aa46;
  }

  #architecture,
  #street,
  #reportage {
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
  }
  #clip-archi,
  #clip-street,
  #clip-reportage {
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
  }
}

/* MEDIA for MAX-WIDTH 768PX */

@media only screen and (max-width: 768px) {
  body {
    margin: 0 auto;
  }

  .parallax-hero {
    min-height: 220px;
    z-index: 1;
    background-attachment: scroll;
  }

  nav ul li {
    position: relative;
    font-size: 1rem;
    background-image: url("../images/watercolor_medium_bg_white.jpg");
    padding: 3px;
  }

  nav ul li ul li {
    background-image: none;
  }

  .parallax-hero p {
    font-size: 1.5rem;
    color: rgb(84, 123, 123);
    letter-spacing: 2px;
    padding: 400px 0;
    text-align: center;
  }
  .ml2 {
    font-weight: 600;
    font-size: 1rem;
    color: rgb(77, 75, 75);
    letter-spacing: 10px;
    padding-top: 70%;
    /* justify-content: center;
     */
  }
  .ml2 .letter {
    display: inline-block;
    line-height: 1rem;
    color: gray;
    letter-spacing: 8px;
    color: #f24308;
  }

  section#welcome h1 {
    font-size: 2rem;
    text-align: center;
    color: rgb(233, 130, 20);
    padding: 50px 0;
    justify-content: center;
  }
  section#welcome p {
    padding: 20px;
    font-size: 1rem;
    font-weight: 400;
    height: auto;
    margin: 10px;
  }

  #architecture,
  #street,
  #reportage {
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
  }
  #clip-archi,
  #clip-street,
  #clip-reportage {
    background-attachment: scroll;
    background-position: center top;
    background-size: cover;
  }

  .clip-text-interior,
  .clip-text-exterior,
  .clip-text-struct,
  .clip-text-cityscapes,
  .clip-text-millions,
  .clip-text-brick,
  .clip-text-markets,
  .clip-text-locals {
    font-size: 3em;
  }

  .title-about,
  .title-contact {
    font-size: 3rem;
  }

  .flex-container-archi,
  .flex-container-street,
  .flex-container-reportage {
    display: block;
    padding: 0px;
    font-size: 0.8rem;
    min-height: 400px;
    min-width: 100%;
  }

  .flexbox-archi-img,
  .flexbox-street-img,
  .flexbox-reportage-img {
    display: block;
    position: relative;
    width: 100%;
  }

  .flexbox-archi-img img,
  .flexbox-street-img img,
  .flexbox-reportage-img img {
    width: 100%;
    position: relative;
  }
  .archi-text,
  .street-text,
  .reportage-text {
    display: block;
    width: 100%;
    padding: 20px;
  }

  .art {
    max-width: 350px; /* adjust as needed */
    height: auto;
    display: blocK;
    margin-left: auto;
    margin-right: auto;
  }

  .img-fluid {
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
    /*border-radius: 10px; */
  }

  .img-title {
    transform: translate(-20%, -10%);
  }
  .img-title:hover {
    transform: none;
  }
  .flexbox-about {
    display: block;
    max-width: 100%;
  }
  .about-text {
    width: 100%;
  }
  footer {
    font-size: 1rem;
    padding: 10px 30px;
  }
  .footercontent-left {
    text-align: left;
  }
  .footercontent-right {
    text-align: left;
  }
  .return {
    text-align: left;
  }
}
