.es-section-one,
.section-two,
.section-three,
.section-four,
.section-five,
.section-six {
  max-width: 100%;
  overflow-x: clip;
}

:root {
  --bg-main: #f9f2e9;
  --section-padding: 40px;
  font-size: var(--fs-12-16);
}

body {
  font-size: var(--fs-12-16);
  overflow-x: clip;
}

section.section-five .grid .cell .icon img {
  width: 60%;
  aspect-ratio: 1;
  height: auto;
  mix-blend-mode: multiply;
}

.section-four .flexbox .card {
  background: var(--bg-main);
  flex: 1 1 0;
  padding: 2em;
  color: #1e1e1e;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-wrap: balance;
}

.section-five .desc {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 1.25em;
}

.section-four .flexbox {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1em;
}

.section-four .flexbox .card .icon {
  width: 33%;
  aspect-ratio: 1;
  height: auto;
  background: #de940629;
  border-radius: 50%;
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-20-42);
  align-items: center;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.025em;
}

.section-four .flexbox .card .title {
  font-size: var(--fs-12-24);
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 1em;
}

.section-four .flexbox .card .desc {
  font-size: 1rem;
}

.es-section-one [append-greetings] {
  color: #f0b420;
  overflow: hidden;
  width: 100%;
  max-width: max-content;
  font-size: var(--fs-26-60);
  line-height: 1.1;
  overflow-x: clip;
  -webkit-box-reflect: below 0px
    linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.1));
  /* font-family: 'Crayon'; */
}

.es-section-one [append-language-name] {
  color: #f0b420;
  font-family: "Crayon";
  font-size: 0.75em;
}

.section-six .card-pin-container {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.greeting-row {
  display: flex;
  white-space: nowrap;
  gap: 40px;
  font-size: 24px;
  will-change: transform;
}

.greeting-row.bottom {
  margin-top: 12px;
}

section.es-section-one {
  min-height: 100vh;
  padding: calc(2 * var(--fs-26-60));
  position: relative;
  overflow-x: clip;
  /* margin-top: var(--fs-26-60); */
  /* display: flex;
        justify-content: center;
        align-items: center; */
}

.es-section-one p.desc {
  font-size: var(--fs-12-24);
  line-height: 1.2;
}

.es-section-one .flexbox {
  display: flex;
  gap: 2rem;
}

.es-section-one .left,
.es-section-one .right {
  flex: 1 1 0;
}

.es-section-one h1.hero-title {
  font-size: var(--fs-26-60);
  margin-top: 0;
  margin-bottom: 1.25em;
  text-wrap: balance;
}

.es-section-one .box {
  background: #f1e5d8;
  aspect-ratio: 1;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: calc(100% - 250px);
}

.es-section-one img {
  position: absolute;
  max-width: 200px;
  /* mix-blend-mode: multiply; */
  right: 0;
  transform: translate(100%, -50%);
}

.section-two p {
  font-size: 7vw;
  line-height: 1.2;
  /* opacity: 0; */
  -webkit-text-stroke: 0.007em rgb(30, 30, 30);
  color: rgba(240, 180, 32, 0);
  font-family: arial, sans-serif;
  backdrop-filter: blur(1px);
  z-index: 2;
}

/* .section-two .flexbox{
        position: absolute;
        top: 15%;
        width: 100%;
        align-items: center;
        transform: translate(-50%,-50%);
    } */

.section-two p:nth-child(1) {
  transform: rotate(-15deg);
  /* opacity: 0.4; */
}

.section-two p:nth-child(2) {
  transform: rotate(4deg);
  /* opacity: 0.1; */
}

.section-two p:nth-child(3) {
  transform: rotate(-1deg);
  /* opacity: 0.1; */
}

.section-two p:nth-child(4) {
  transform: rotate(1deg);
  /* opacity: 0.1; */
}

.section-two .flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
}

section.section-two {
  min-height: 350vh;
  position: relative;
  padding-top: 20vh;
  overflow-x: clip;
}

section.section-four {
  /* min-height: 100vh; */
  background: #1e1e1e;
  overflow: hidden;
  border-radius: 6vw;
  position: absolute;
  width: 100%;
  color: #fff;
  padding: var(--section-padding);
  z-index: 2;
}

section.section-four .container .title {
  font-size: var(--fs-26-60);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

section.section-four .container > .desc {
  font-size: var(--fs-16-32);
  margin-bottom: 2em;
  text-align: center;
  text-wrap: balance;
  line-height: 1.3;
}

.section-four .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  /* min-height: 100% !important; */
  padding: 0;
}

section.section-three {
  width: 100%;
}

section.section-three .flexbox-one {
  display: flex;
  justify-content: space-between;
  gap: 25%;
}

section.section-three .flexbox-one .left {
  font-size: var(--fs-26-60);
  font-weight: bold;
  flex: 1 1 0;
  line-height: 1.1;
}

section.section-three .flexbox-one .right {
  flex: 1 1 0;
  font-size: var(--fs-12-24);
  line-height: 1.2;
}

section.section-three .flexbox-two {
  padding: calc(2 * var(--section-padding)) 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5%;
}

section.section-three .flexbox-two > .card {
  flex: 1 1 0;
  background: #f0b420;
  border-radius: 16px;
  padding: 2em;
  text-align: center;
}

section.section-three .flexbox-two > .card > .title {
  font-size: var(--fs-12-24);
  font-weight: bold;
  margin-bottom: 0.75em;
}

section.section-three .flexbox-two > .card > .desc {
  font-size: var(--fs-12-20);
}

section.section-three .flexbox-two > .card > .icon {
  width: 33%;
  aspect-ratio: 1;
  height: auto;
  background: #d49d18a8;
  border-radius: 50%;
  margin: 0 auto 1em auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section-three .flexbox-two > .card > .icon img {
  width: 60%;
  height: auto;
  aspect-ratio: 1;
}

section.section-five {
  padding: var(--section-padding) 0;
}

section.section-five .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

section.section-five .grid .cell {
  background: #f0b420;
  padding: 1em;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: relative;
  color: #1e1e1e;
}

section.section-five .grid .cell.soon::after {
  content: "Coming Soon";
  position: absolute;
  font-size: var(--fs-20-42);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.025em;
  pointer-events: none;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.1;
  background: #1e1e1e2e;
}

section.section-five .grid .cell .icon {
  width: 33%;
  aspect-ratio: 1;
  height: auto;
  background: #f3c75a80;
  border-radius: 50%;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.section-five .grid .cell .title {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-wrap: balance;
  color: #1e1e1e;
}

section.section-five .grid .cell:hover::before {
  content: "";
  left: 0;
  right: 0;
  height: 6px;
  bottom: 0;
  background: #1e1e1e;
  position: absolute;
}

section.section-five {
  padding: var(--section-padding) 0;
}

section.section-five .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}

section.section-five .grid .cell {
  background: #f0b420;
  padding: 1em;
  border-radius: 0.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: relative;
}

section.section-five .grid .cell .icon {
  width: 33%;
  aspect-ratio: 1;
  height: auto;
  background: #f3c75a80;
  border-radius: 50%;
  margin: 1rem auto;
}

section.section-five .grid .cell .title {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-wrap: balance;
}

section.section-five .flexbox > .title {
  font-size: var(--fs-16-32);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25em;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(50%);
}

.section-five .container .flexbox img {
  width: 10rem;
}

.section-five .container .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.section-six .containerr {
  padding-top: var(--section-padding) !important;
}

section.section-six .containerr > p.title {
  font-size: var(--fs-16-32);
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.25em;
}

section.section-six .card-stack {
  position: relative;
  width: 33vw;
  border-radius: 16px;
  aspect-ratio: 4 / 3;
}

section.section-six .card-stack .cell {
  position: absolute;
  inset: 0;
  border: 1rem solid #f0b420;
  border-radius: 0.5rem;
  background: #f9f2e9;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 2em;
  text-align: center;
  text-wrap: balance;
  min-height: max-content;
}

section.section-six .card-stack .cell .number {
  font-size: var(--fs-16-32);
  font-weight: bold;
  width: auto;
  aspect-ratio: 1;
  background: #de940669;
  padding: 1em;
  border-radius: 50%;
}

section.section-six .card-stack .cell .title {
  font-size: var(--fs-12-24);
  font-weight: bold;
  margin: 1em;
}

.es-section-one .hero-line {
  height: 30vh;
  width: 100%;
  position: absolute;
  left: 0;
}

section.section-six .card-stack .cell .description {
  font-size: 1.3em;
}

section.section-six .card-stack .cell:nth-child(n) {
  transform: rotate(-10deg);
}

section.section-six .card-stack .cell:nth-child(2n) {
  transform: rotate(10deg);
}

/* .section-two{
        display: flex;
        align-items: center;
    } */

.section-two p:nth-child(1) {
  position: relative;
}

.section-two img.decor-one {
  width: 5rem;
  height: auto;
  aspect-ratio: 1;
  opacity: 0.8;
  transform: rotate(-15deg);
  position: absolute;
  top: 10px;
}

.section-two img.decor-two {
  position: absolute;
  width: 16rem;
  height: auto;
  aspect-ratio: 1;
  right: 1%;
  top: 10%;
}

#star {
  fill: none;
  stroke: rgba(240, 180, 32, 1);
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1200px) {
  .es-section-one .flexbox {
    flex-direction: column;
  }

  .es-section-one img {
    position: absolute;
    max-width: 200px;
    /* mix-blend-mode: multiply; */
    top: 0;
    right: 0;
    transform: translate(100%, 0%);
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .section-two p {
    font-size: 15vw;
  }
}

@media (max-width: 768px) {
  .section-four .flexbox .card {
    padding: 0.75em;
  }

  section.section-six .card-stack {
    width: 70vw;
  }

  .es-section-one img {
    max-width: 100px;
  }

  section.es-section-one {
    padding: var(--fs-26-60);
  }

  .es-section-one .box {
    max-width: calc(100% - 100px);
  }

  .section-two img.decor-two {
    width: 10rem;
  }

  section.section-four {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  section.section-three .flexbox-one .left {
    font-size: 20px;
  }

  section.section-three .flexbox-one {
    gap: 15%;
  }

  .section-two p {
    font-size: 18vw;
  }

  /* .section-four .flexbox {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        } */

  section.section-five .grid {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
  }

  .section-five .container .flexbox img {
    width: 7rem;
  }

  section.section-five .flexbox > .title {
    transform: translateX(0%);
  }

  section.section-six .card-stack .cell {
    padding: 1em;
  }
}
